@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap');

:root {
	--white: #fff;
	--black: #000;
	--primary: #FD3615;
	--secondary: #333333;
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1380px;
	}
}

/* How to add New font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */


section {
	position: relative;
	padding: 5rem 0;
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #828282;
}

h1,
h2,
h3,
h4 {
	font-family: 'Montserrat', sans-serif;
}

h5,
h6 {
	color: #000;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

figure {
	margin: 0;
}

/* loader */
.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.preLoader.black {
	background-color: var(--black);
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background-color: var(--theme-color);
}

/* loader */

/* btn css */

.themeBtn {
	background: transparent;
	font-size: 0.875rem;
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 1.04em 1.96em;
	border-radius: 5px;
	line-height: normal;
	border: 1px solid var(--primary);
}

.themeBtn:hover {
	background: var(--primary);
	color: var(--white);
	border: 1px solid var(--primary);
}

.themeBtn.borderBtn {
	background: transparent;
	border: 1px solid #fff;
	padding: 1.04em 2em;
}

/* btn css */

/* mouse animation css  */

/* navigation css */

header {
	/* position: absolute; */
	left: 0;
	right: 0;
	/* margin: 0 auto; */
	z-index: 111;
	top: 0;
	/* width: 100%; */
	padding: 1rem 0;
	transition: 0.3s ease-in-out;
}

nav.navbar {
	background: #fff;
	padding: 5px 2rem;
	margin: 0 -15px;
	border-radius: 10px;
	/* box-shadow: 0 3px 11px 0 rgb(164 164 164 / 16%); */
}

.navbar-nav {
	align-items: center;
	gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
	font-size: 1rem;
	color: #6B6B6B;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 0;
	display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
	color: var(--primary);
}


/* navigation css */

/* slider css */
.main-slider.swiper-container .swiper-slide {
	overflow: hidden;
}

.main-slider .swiper-pagination {
	bottom: 10rem;
	width: fit-content;
	left: 18rem;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
	width: 4.35rem;
	height: 4.35rem;
	font-size: 1rem;
	color: #fff;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.28);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.main-slider .swiper-button-next {
	right: 1rem;
}

.main-slider .swiper-button-prev {
	left: 1rem;
}

.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
	background: var(--white);
	color: var(--black);
}

.main-slider .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: 0 0.5rem !important;
	opacity: 1;
	background: #000000;
	outline: 1px solid var(--black);
	outline-offset: -2px;
	transition: 0.5s ease;
}

.main-slider .swiper-pagination-bullet-active {
	background: var(--primary);
	position: relative;
	outline-color: var(--primary);
	outline-offset: 2px;
}

.main-slider .slide-inner {
	position: relative;
	height: 86vh;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6rem 0 0;
}

.main-slider .slide-inner::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ffffff40;
	position: absolute;
	inset: 0;
}

.main-slider h1 {
	margin: 0;
	color: var(--primary);
	font-size: 4.25rem;
	line-height: 1;
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.main-slider h2 {
	font-size: 3.4375rem;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.main-slider p {
	color: #000;
	font-weight: 500;
	line-height: 2;
	margin-top: 1rem;
	font-size: 1.125rem;
}

.main-slider .slideOne {
    margin-left: 5rem;
}

/* slider css */




/* totalsection css start  */
.totalSection {
	padding: 2.5rem 0;
}

.totalcntnt p {
	color: #000;
}

.totalcntnt h2 {
	font-size: 4.3125rem;
	font-weight: 800;
	text-transform: capitalize;
	position: relative;
	margin-bottom: -1rem;
	width: fit-content;
}

.totalcntnt h2::before {
	content: "";
	position: absolute;
	background: var(--primary);
	width: 191px;
	height: 6px;
	right: -13rem;
	bottom: 2.5rem;
}

.totalcntnt h3 {
	font-size: 5.125rem;
	font-weight: 800;
	color: var(--primary);
	margin: 0;
}

/* totalsection css end */



.mainHead {
	font-size: 3.125rem;
	font-weight: bold;
}

/* greatSection css start */
.greatSection {
	background: #F9F9F9;
}

.headtop p {
	color: #000;
}

.greawrap h3 {
	font-size: 1.625rem;
	font-family: 'Montserrat';
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 1rem;
}

.greawrap p {
	color: #828282;
}

.greawrap {
	background: #fff;
	box-shadow: 0 7px 14px rgb(164 164 164 / 16%);
	border-radius: 10px 10px 70px 10px;
	padding: 3rem 3rem;
}

.greawrap figure {
	min-height: 85px;
}

/* greatSection css end */

/* injectionSection css start */
.injectwrap figure {
	position: relative;
	border-radius: 10px 10px 70px 10px;
	filter: drop-shadow(0 7px 14px rgba(163, 163, 163, 0.16));
}

.injeccntnt h3 {
	position: absolute;
	bottom: 2rem;
	left: 3rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.625rem;
	font-family: 'Montserrat';
}

section.InjectionSec {
	padding: 4rem 0;
}

/* injectionSection css end */


/*logoSection css start */
.userlogo figure img {
	min-height: 3.4375rem;
	object-fit: contain;
	max-width: 222px;
}

section.logoSection {
	padding: 3rem 0;

}

/*logoSection css end */

/*weightloss css start */
section.weightloss figure,
.weightloss-wrap {
	display: flex;
	align-items: center;
	gap: 2rem;
	position: relative;
	justify-content: center;
}

.weightloss-wrap {
	margin: 1rem 2rem;
}

.weightloss-slider {
	width: 100%;
}

.weightloss-img img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 2.5rem;
	overflow: hidden;
}

.weightloss-wrap .weightloss-slider:first-child {
	margin-top: 5rem;
}

img.img-fluid.weightlos1 {
	margin-top: 5rem;
}

section.weightloss {
	padding: 2rem 0 6rem 0;
}

.weightcntnt p {
	color: #000;
}

section.weightloss figure a {
	position: absolute;
	right: 46%;
	background: var(--primary);
	width: 73px;
	height: 73px;
	display: grid;
	place-items: center;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2rem var(--white), 0 0 0 2.125rem var(--primary);
}

/*weightloss css end */


/* Testimonial Sec Css Start */

.testimonialSec {
	background: #F9F9F9;
}

.reviewBox {
	background: var(--white);
	border-radius: 19.5px;
	padding: 3rem 3rem;
	position: relative;
	box-shadow: 0 10px 0 rgb(0 0 0 / 16%);
}

.quote {
	position: absolute;
	right: 0;
	top: 0;
	width: 101px;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/shape.png) no-repeat;
	background-position: top right;
}

.quote img {
	margin: 0 -10px 10px 0;
	display: block;
}

.revewImg {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.revewImg h6 {
	font-size: 1.375rem;
	color: var(--black);
	margin: 8px 0 0;
	font-weight: 400;
	font-family: 'Montserrat';
}

.reviewBox p {
	font-size: 1.15rem;
	color: var(--black);
	margin: 1rem 1rem 0px 0px;
	line-height: 1.7;
	font-weight: 400;
}

.reviewSlider {
	padding: 1rem 0 4rem 0;
}

.reviewSlider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgb(255 255 255 / 40%);
}

.reviewSlider .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.reviewSlider .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
}


/* Testimonial Sec Css End */

/* contatcSecion Sec Css start */
.contactmain {
	background: url(../images/contactbg.png)top center/cover no-repeat;
	padding-bottom: 0;
	padding-top: 7rem;
}

.contactForm .form-group .form-control {
	border-radius: 5px;
	height: 68px;
	border: 1.5px solid #FFFFFF;
	padding-left: 1.5rem;
	background: transparent;
	color: #fff;
}

.contactForm .form-group .form-control::placeholder {
	color: #FFFFFF;
}

.contactForm .form-group textarea {
	min-height: 200px;
	padding-top: 1.5rem;
}

.contactForm .themeBtn {
	font-size: 1rem;
	padding: 12px 2em;
	border: 1.5px solid #fff;
	background: transparent;
	color: var(--white);
	margin-top: 1rem;
}

section.contactmain h3 {
	font-size: 1.5625rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 5px;
}

section.contactmain .mainHead {
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.gender {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.gender h4 {
	font-size: 1.375rem;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
}


.gender label {
	color: #fff;
	font-size: 0.9375rem;
	text-transform: capitalize;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.gender label input {
	width: 27px;
	height: 27px;
}

.gender.gendertxt {
	display: block;
}

.gender.gendertxt h4 {
	margin-bottom: 1rem;
}

.gender.gendertxt ul li {
	margin-bottom: 1rem;
}

.contactmain figure {
	margin-right: -15rem;
	text-align: end;
}

form.contactForm {
	margin-bottom: 2.75rem;
}

/* contatcSecion Sec Css End */

/* mapSection Sec Css start */
.mapSection iframe {
	filter: grayscale(1);
	display: block;
}

/* mapSection Sec Css End */


/* Footer Css Start */

footer {
	background: var(--black);
	padding-top: 5rem;
}

footer ul li a:hover {
	color: var(--primary);
}

footer h3 {
	font-size: 2rem;
	color: var(--white);
	padding-bottom: 1.2rem;
	font-family: 'Montserrat';
	font-weight: 500;
}

.links li a {
	color: var(--white);
	text-transform: uppercase;
	font-size: 0.875rem;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
}

.links li+li {
	border-top: 1px dashed rgb(255 255 255 / 50%);
	padding-top: 0.875rem;
	margin-top: 0.875rem;
}

.contactInfom li a {
	color: var(--white);
}

.contactInfom li a span {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 3px;
	font-family: 'Montserrat', sans-serif;
}

.contactInfom li+li {
	border-top: 1px dashed rgb(255 255 255 / 50%);
	padding-top: 1.25rem;
	margin-top: 1.25rem;
}


.copyRight p {
	margin: 0;
	color: var(--white);
}

.copyRight {
	border-top: 1px solid rgb(223 223 224 / 50%);
	margin-top: 3rem;
	padding: 1.2rem 0;
}

.footerPara {
	margin: 2.5rem 0 0;
	color: var(--white);
}


/* Footer Css End */

html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}


/* innerpages Start */

.innerBan > img {
    height: 770px;
    object-fit: cover;
    object-position: center top;
}

.weight-mg-banner > img {
	object-position: center 70%;
}

.innerBan .overlay {
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.innerBan h2 {
	font-size: 4.375rem;
	color: var(--black);
	text-transform: capitalize;
	font-weight: bold;
}

.innerBan h2 span {
	/*font-size: 70px;*/
	color: var(--primary);
	text-transform: capitalize;
	font-weight: bold;
}

.innerBan {
	position: relative;
}


section.totalSection.testoreinner {
	padding: 5rem 0;
}

.totalcntnt.greyboxs:before {
	position: absolute;
	content: "";
	background: #F9F9F9;
	width: 887px;
	height: 520px;
	bottom: -3rem;
	z-index: -1;
	left: -3rem;
}

.contactmain.contacpage {
	background: url(../images/contactinnrbg.png)top center/cover no-repeat;
	padding-bottom: 0;
	padding-top: 8rem;
}


.contactBox {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.contactBox figure {
	background: transparent;
	width: 100px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 100%;
	border: 2px solid var(--primary);
}

.contactInformations {
	width: calc(100% - 120px);
}

.contactInformations a {
	color: var(--black);
}

.contactInformations h4 {
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1;
	color: #000;
	font-weight: 600;
}

section.cntactFormms {
	padding: 4rem 0;
}

.contactInformations span {
	color: #000;
	font-size: 1rem;
}

.contactInformations a {
	color: #000;
	font-size: 1rem;
}

.contacts-section {
	padding: 4rem 0 2rem 0;
}

.contactForms .form-group .form-control {
	border-left: unset;
	border-radius: unset;
	border-right: unset;
	border-top: unset;
	border-bottom: 1px solid #707070;
	height: 60px;
	margin-bottom: 2.5rem;
	box-shadow: none !important;
}

.contactFormms .form-group .form-control:focus {
	border-color: var(--primary);
}

.contacts-section .heading-sm {
	font-size: 3.125rem;
	margin-bottom: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

button.themeBtn {
	border-color: 1px solid var(--primary);
	background: unset;
	color: var(--primary);
	padding: 1rem 3rem;
}

.testoreinner__img {
    height: 440px;
    border-radius: 0.5rem 0.5rem 3.5rem 0.5rem;
    overflow: hidden;
}

.testoreinner__img img {
    object-fit: cover;
}

/* policy-sec */
.policy-content h3{
	font-size: 2.75rem;
	font-weight: 700;
	margin: 1.5rem 0;
}

.policy-content h4{
	font-size: 2rem;
	font-weight: 600;
}

.policy-content p {
	font-size: 1.125rem;	
}

.policy-content p a {
	color: var(--primary);
	font-weight: 500;
	&:hover {
		color: var(--black);
	}	
}

header,
section,
footer{
    overflow: hidden;
}