@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');

* {
    outline: none;
    box-shadow: none;
}
body {
  font-style: normal;
  color: #000;
  font-family: "Inter", sans-serif;

}

.chat-slider-block img:hover {
    transform: scale(1.2);
    transition:all 0.5s ease-in-out;
    z-index:88888;
    position:relative;    
}
.chat-slider-block img {   
    transition:all 0.5s ease-in-out;
} 

.swiper-wrapper {
    transition-timing-function: linear;
} 

.text-left {
    text-align: left;
}
.tagline.white {
    color: #fff;
}
header.header {
    padding: 20px 0;
}
.right-content {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.right-content p {
    margin: 0;
}
a.web-btn {
    background: #734797;
    padding: 14px 24px;
    border-radius: 60px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    gap: 14px;
    border: 1px solid rgba(0, 0, 0, 0.24);
}
a.web-btn svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1.5px;
}
.right-content p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #4B4B4B;
    font-size: 14px;
	line-height: normal;
}
.right-content p strong {
    color: #005932;
}
.bg-gray {
    border-radius: 40px;
    background: #F5F5F5;
}
.bg-image {
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-size: 140px !important;
}
.tag {
    border-radius: 60px;
    border: 1px solid #DCC8F1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(210, 162, 250, 0.10) 100%);
    display: inline-flex;
    padding: 8px 18px;
    align-items: center;
    gap: 6px;
	opacity: 0.6;
}
h1.h1 {
    margin: 0;
    color: #34154E;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
}
h1.h1 span {
    display: block;
}
h1.h1 span strong {
    font-weight: 700;
}
.banner-content p {
    margin: 16px 0;
    color: #121410;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.8;
}
.green-btn {
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #2F6E0A;
    display: inline-flex;
    padding: 24px 24px 24px 30px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.green-btn:hover {
    color: #fff;
    background: #734797;
}
.dark-green {
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #005932;
	    margin-top: 8px;
}
.tagline {
    color: #4B4B4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 19px 0 10px 0;
    gap: 6px;
}
.btn-wrap {
    display: inline-block;
}
.banner-image img {
    width: 100%;
}
.spacing {
	padding:60px 0;
 }
 .title-section h2 {
    color: #121410;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
    margin: 0;
}
.title-section h2 span {
    background-image: url(../images/title-pattern.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.before-after-slide {
    text-align: center;
}

.another-details {
    display: flex;
    align-items: center;
    gap: 10px;
	justify-content:center;
	text-align: left;	
}
.another-details h4 {
    margin: 0;
    color: #161616;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.another-details span {
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.6;
}
.transformations {
	background-image: url(../images/pattren-bg.svg);
    background-repeat: no-repeat;
    background-position: center 70px;
}
.before-after-slide h2 {
    margin: 18px 0;
    color: #2F2F2F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.before-after-slide h2 strong {
    color: #005932;
    font-weight: 500;
}
.rating {
    margin-top: 24px;
}
.swiper-slide .rating img {
    width: 150px;
    margin: 0 auto;
} 
.Transformation h3 {
    color: #161616;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0 0 24px 0;
}
.tagline > span strong {
    color: #005932;
}
.Transformation {
    margin-top: 2rem;
}
.swiper {
  width: 100%;
  height: 100%;
}

.transformations .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .4;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
    position: relative;
}
.mySwiper {
    margin-top: 3rem;
    padding-bottom: 4rem;
}
.swiper-pagination {
    top: auto !important;
    bottom: -40px !important;
}
.swiper-pagination > span.swiper-pagination-bullet {
    background: #fff !important;
    border: 1px solid #ECD4FF !important;
    width: 10px;
    height: 10px;
    opacity: 1 !important;
}
.swiper-pagination > span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #734797 !important;
    border-color: #734797 !important;
}
.mySwiper .swiper-button-prev {
    left: 29%;
	background: #005932;
    border-radius: 120px;
    width: 70px;
    height: 70px;
    padding: 24px;
}
.mySwiper .swiper-button-next {
    right: 29%;
    background: #005932;
    border-radius: 120px;
    width: 70px;
    height: 70px;
    padding: 24px;
}
.mySwiper .swiper-button-next::after {
    font-size: 14px;
    color: #fff;
}
.mySwiper .swiper-button-prev::after {
    font-size: 14px;
    color: #fff;
}
.marquee-wrap {
	background:#56257F;
	position:relative;
	padding:32px 0;
	overflow:hidden;
	height:133px
}
.spacing-less-bottom {
    padding-bottom: 50px;
}
.marquee span{
    position: absolute;
	color:#fff;
	font-size:25px;
	display:inline-block;
}
section.Energy .title-section > span {
    color: #005932;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: block;
    padding: 10px 0 0 0;
}
.box-wrap .box {
    border-radius: 32px;
    background: #FDEDED;
    display: flex;
    padding: 68px;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
	color:#494949;
}
.box-wrap {
    align-items: center;
    justify-content: center;
    gap: 47px;
    margin-top: 60px !important;
    width: 75%;
    margin: 0 auto;
}
.box ul li {
    margin-bottom: 24px;
    list-style: none;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    padding: 0 0 0 43px;
}
.box ul li:last-child {
    margin-bottom: 0;
}
.box ul li > span {
    position: absolute;
    left: 0;
    top: 0;
}
.box-wrap .box ul {
    padding: 0;
	    margin: 0;
}
.box h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
	margin-bottom: 40px;
}
.box.green {
    background: #005932;
    color: #fff;
}
.Energy {
    background: #FEFBF7 url(../images/leaf.svg) no-repeat;
    background-position: bottom left;
}
.videoSwiper {
    margin-top: 30px;
}
.video-slider {
    border-radius: 36.473px;
    background: #F4F5EB;
    box-shadow: -6px -6px 30px 0px rgba(230, 200, 255, 0.60), 6px 6px 30px 0px rgba(230, 200, 255, 0.60);
    overflow: hidden;
	margin: 30px 0;
	position:relative;
}
.video_icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
	cursor: pointer;
	transition: 0.5s ease;
}
.video_icon:hover {
    transform: scale(1.2);
}
.videoSwiper .swiper-pagination {
    bottom: auto !important;
}
.rating-wrap {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	font-size: 18px;
}
.rating-wrap .arrow-down {
    position: absolute;
    left: -32%;
    top: -78px;
    margin: 0 auto;
    right: 0;
} 
.profile_image img {
    width: 100%;
}
.profile_image {
     width: 100%;
/*    width: 80%;*/
    text-align: center;
    margin: 0 auto;
}
.bio h2 {
    color: #121410;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
	    margin-bottom: 22px;
}
.bio h2 span {
    display: block;
    color: #734797;
}
.bio p {
    margin: 0;
    color: #121410;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    opacity: 0.8;
	width: 85%;
}
.Certified-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
    margin-top: 58px;
}
.Certified_image {
    border-radius: 160px;
    background: #F5F5F5;
    display: flex;
    width: 80px;
    height: 80px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
	margin: 0px auto 20px;
}
.Certified-box h4 {
    margin: 0;
    color: #4B4B4B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}




/************** Video *************/
/* Modal style */
.video-modal {
   display: none; /* Hidden by default */
   position: fixed;
   z-index: 1; /* Sit on top */
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.7); /* Black with opacity */
}

.video-modal-content {
   position: relative;
   margin: 5% auto;
   background-color: #fff;
   padding: 5px;
   width: 80%;
   max-width: 800px;
}

.video-close {
   position: absolute;
   top: 10px;
   right: 25px;
   color: #aaa;
   font-size: 35px;
   font-weight: bold;
   cursor: pointer;
}

.video-close:hover,
.video-close:focus {
   color: black;
   text-decoration: none;
   cursor: pointer;
}

.video-container iframe {
   width: 100%;
   height: 450px;
}

div#swiper_wrapper {
    align-items: center;
}
.chatSwiper .swiper-pagination {
    bottom: 0 !important;
}

/*********** Footer *********/
footer#footer {
	    margin-bottom: 5rem;
}
.footer-col {
    padding: 5rem 0;
    /*background: 
        url(../images/bottom-bg.svg) no-repeat right bottom, 
        url(../images/bottom-bg-left.svg) no-repeat left bottom;*/
}
.blue-bg {
    border-radius: 40px;
    background: #3D1062;
	text-align:center;
}
.footer .blue-bg {
    overflow: hidden;
}
.footer-col h2 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
    margin-bottom: 2rem;
}
.footer-col p {
    margin: 0;
    color: #D0D0D0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-col p span strong {
    color: #fff;
}
.footer-col .tagline {
    color: #fff;
    opacity: 0.6;
}

/************ FAQ ************/
.faq-item {
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	border: 1px solid #D5D5D5;
}
.faq-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	color: #121410;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 128%; 
	padding: 20px;
}
.faq-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 15px;
	transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out;
}
.faq-icon {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	transition: transform 0.3s ease-in-out;
	background: #734797;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faq-item.active .faq-icon {
	transform: rotate(45deg);
}
.faq-item.active {
    background: #F5F5F5;
}
.inner_optimization {
    text-align: left;
    padding: 50px;
}
.title-head {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.inner_optimization h2 {
    margin: 0;
    font-weight: 600;
    font-size: 38px;
    line-height: 128%;
}
.optimization-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
	    margin-top: 50px;
}
.inner_optimization .title-head {
    align-items: baseline;
}
.inner_optimization .title-head .tagline, .inner_optimization .title-head .tagline strong {
    color: #fff;
    margin: 0;
}
.box-wrapper{
    border-radius: 600px;
    background: #371C4D;
    gap: 80px;
}
.box-wrapper {
    border-radius: 140px;
    background: #371C4D;
    gap: 80px;
    padding: 42.5px 53px;
    text-align: center;
}
.box-wrapper h2 span {
    color: rgba(255, 255, 255, 0.40);
}
.box-wrapper h2 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
}
.box-wrapper p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
	opacity: 0.8;
}
.inner_optimization span strong {
    color: #fff;
    line-height: 140%;
}
.tagline.white.block span strong {
    display: block;
}
.optimization-box div:nth-child(2) {
    background: rgba(245, 245, 245, 0.40);
}
.optimization-box div:nth-child(3) {
    background: rgba(245, 245, 245, 0.10);
}
.health_optimization {
    background: #56257F url(../images/pattren--bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bio-wrapper .container .row .right-col	 {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
	padding-bottom: 3rem;
}
.small-wrap {
	    max-width: 970px;
    margin: 0 auto;
}
.testimonial {
    text-align: center;
    padding-top: 50px;
}
.testimonial h3 {
    margin: 0 0 20px 0;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 34px;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
}
.testimonial h3 strong{
	color: #734797;
}
.image-left img {
    width: 100%;
}
.space-top {
    padding-top: 5rem;
}
.right-content-area h3 {
    margin: 0;
    color: #121410;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
}
.right-content-area strong {
    display: block;
    padding: 36px 0;
    color: #005932;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.right-content-area ul {
    padding: 0;
    list-style: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
	margin-bottom: 30px;
}
.no-space-top {
    padding-top: 0;
}
.right-content-area ul li {
    background: url(../images/check-mark.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 40px;
    line-height: normal;
    margin-bottom: 20px;
}
.work_box_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
	flex-shrink: 0;
	    margin-top: 40px;
}
.image-left {
    padding-right: 50px;
}
.work_box > img {
    width: 70px;
}
.work_box{
    border-radius: 40px;
	padding: 30px 60px 60px 60px;
    background: #F5F5F5;
	text-align: center;
}
.work_box h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 28px 0;
}
.work_box p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.8;
}
.medium-wrap {
    max-width: 1177px;
    margin: 0 auto;
}
.right-content-area h3 span {
    display: block;
}
.right-content-area strong span {
    display: block;
}

.video_part{
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 4px 10px #ccc;
	width:80%;
	height:600px;
}


@media(max-width:767px){
.video_part {
		height: auto;
		width: 100%;
	}
	section.banner {
		padding: 0 25px;
	}	
	.work_box_wrap {
		flex-direction: column;
	}
	.box-wrap {
		flex-direction: column;
		width: 100%;
		margin-top: 30px !important;
	}
	.optimization-box {
		flex-direction: column;
		margin-top: 20px;
		gap: 20px;
	}
	.tagline.white.block span strong {
		display: inline;
	}
	h1.h1 {
		font-size: 30px;
	}
	h1.h1 span {
		display: inline-block;
	}
	.banner-content p {
        width: 100%;
        margin: 17px 0;
        font-size: 16px;
    }
	.bg-gray.bg-image {
		padding: 20px !important;
	}
	.green-btn {
		padding: 15px 14px 15px 20px;
		font-size: 14px;
		width: 100%;
		display: block;
	}
	.btn-wrap {
		width: 100%;
		display: block;
		text-align: center;
	}
	.bg-gray.bg-image .row {
		flex-direction: column-reverse;
	}
	.banner-content {
		margin-top: 25px;
	}
	.spacing {
		padding: 40px 25px;
	}
	.title-section h2 {
		font-size: 26px;
	}
	.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
		display: none;
	}
	.box-wrap .box {
		padding: 30px 20px;
	}
	.box h2 {
		margin-bottom: 15px;
		font-size: 21px;
	}
	.box ul li {
		font-size: 16px;
		margin-bottom: 13px;
	}
	.videoSwiper, .Transformation {
		margin-top:0px;
	}
	section.bio-wrapper {
		padding: 0 25px;
	}
	.bio h2 {
		font-size: 26px;
		margin-top: 2rem;
		line-height: 32px;
		margin-bottom: 8px;
	}
	.bio p {
		width: 100%;
		font-size: 16px;
	}
	.Certified-wrap {
		gap: 10px;
		margin-top: 20px;
	}
	.Certified-box h4 {
		font-size: 11px;
		line-height: normal;
	}
	.Certified_image {
		width: 40px;
		height: 40px;
	}
	.Certified_image {
		width: 60px;
		height: 60px;
		padding: 5px;
	}
	.Certified_image img{width:100%;}
	section.health_optimization_wrapper {
		padding: 0 25px;
	}
	.inner_optimization {
		padding: 30px 20px;
	}
	.inner_optimization .title-head {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 10px;
    }
	.inner_optimization h2 br {
		display: none;
	}
	.inner_optimization h2 {
		font-size: 26px;
	}
	.box-wrapper {
		padding: 32.5px 33px;
		border-radius: 20px;
	}
	.testimonial h3 {
		font-size: 26px;
	}
	.testimonial h3 br {
		display: none;
	}
	.testimonial {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 25px;
	}
	section.testimonial_wrapper .row.space-top {
		padding-left: 25px;
		padding-right: 25px;
	}
	.right-content-area h3 {
		font-size: 26px;
	}
	.right-content-area h3 span {
		display: inline;
	}
	.right-content-area {
		margin-top: 20px;
	}
	.right-content-area strong {
		padding: 20px 0;
	}
	.right-content-area ul li {
		font-size: 16px;
		background-size: 20px;
		padding-left: 30px;
	}
	.faq-title {
		font-size: 16px;
	}
	footer#footer {
		padding: 0 25px;
	}
	.footer-col h2 {
		font-size: 24px;
	}
	.footer-col h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.text-center.Transformation.mt-5 {
		margin-top: 30px !important;
	}
	.footer-col {
		padding: 3rem 0;
	}
	.right-content p {
		display: none;
	}
	.header .row {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.header .row > div {
		width: auto;
	}
	.right-content p {
        display: none;
    }
	a.web-btn {padding: 10px 19px;}
	.navbar-brand > img {
		width: 170px;
	}
}

@media(min-width:768px) and (max-width:1023px){
	h1.h1 {
		font-size: 25px;
	}
	.bg-gray.bg-image {
		padding: 30px !important;
	}
	a.green-btn {
		padding: 11px;
		font-size: 13px;
	}
	.banner-content p {
		margin: 20px 0;
		width: 100%;
		font-size: 14px;
	}
	.spacing {
		padding: 50px 0;
	}
	.title-section h2 {font-size: 27px;}
	.box-wrap .box {
		padding: 25px;
	}
	.box-wrap {
		width: 100%;
		gap: 10px;
	}
	.box ul li {
		padding-left: 33px;
		font-size: 17px;
		margin-bottom: 10px;
	}
	.bio p {
		width: 100%;
		font-size: 13px;
	}
	.Certified-wrap {
		margin-top: 11px;
		align-items: baseline;
		gap: 10px;
	}
	.Certified_image img {
		width: 100%;
	}
	.Certified_image {
		width: 60px;
		height: 60px;
		padding: 0;
	}
	.bio h2 {
		font-size: 28px;
		margin-bottom: 12px;
	}
	section.bio-wrapper .row .col-md-6.col-sm-6 {
		display: flex;
		align-items: end;
	}
	.box-wrapper {
		padding: 19.5px 10px;
		border-radius: 20px;
	}
	.box-wrapper h2 {
		font-size: 30px;
	}
	.box-wrapper p {
		font-size: 13px;
	}
	.optimization-box {
		gap: 10px;
		margin-top: 30px;
	}
	.inner_optimization {
		padding: 30px;
	}
	.inner_optimization h2 {
		font-size: 27px;
	}
	.text-center.Transformation.mt-5 {
		margin-top: 10px !important;
	}
	.testimonial h3 br {
		display: none;
	}
	section.testimonial_wrapper {
		padding: 0 25px;
	}
	.testimonial h3 {
		font-size: 27px;
	}
	.right-content-area h3 {
		font-size: 27px;
	}
	.work_box {
		padding: 20px 20px 20px 20px;
		width: 100%;
	}
	.work_box > img {
		width: 50px;
	}
	.work_box h2 {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.work_box p {
		font-size: 13px;
	}
	.work_box_wrap {
		gap: 12px;
	}
	section.spacing.no-space-top {
		padding: 0;
	}
}