@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css');
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #3E5641;
  --text-100: #E6ECE9;
  --text-200 :#B3B8B6;
  --text-400 :#565958;
  --text-600: #010202;
  --text-dark: #0E140F;
  --radius: 60px;
}

body {
  font-family: "Urbanist", sans-serif;
  scroll-behavior: smooth;
}

.font-domine{
  font-family: "Domine", serif;
}

/* Utilities */
.d-flex { display: flex; }
.justify-center { justify-content: center; }
.items-center { align-items: center; }
.text-black { color: #000; }
.text-white { color: #fff; }
.rounded-12 { border-radius: 12px !important; }
.rounded-50 { border-radius: 50px !important; }
.uppercase { text-transform: uppercase; }
.text-center { text-align: center; }
.relative { position: relative; }
.w-full{width: 100%;}
.mt-5{margin-top: 5px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}

.container{max-width: 1070px; width: 100%; padding: 0 15px; margin: 0 auto; }
.container-wrap{padding: 0px 60px; width: 100%; }

.lg-container{max-width: 1140px;margin: 0 auto;}

.inner-container{max-width: 1070px; padding: 0 15px; margin: 0 auto;}
.main-wraper{width: 100%;}
.cover-header{position: relative; margin-top: 0px; padding-top: 80px;}

/* Theme Button */
.cm-button{
  display: flex;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  border: 1px solid var(--text-100);
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
  align-items: center;
  transition: all 0.6s;
}
.button-icon{
  display: flex;
}
.button-icon img{
  max-width: 24px;
}
.cm-button:hover .button-icon img{
  animation: scrollX 400ms linear forwards;
  will-change: transform;
}
.theme-button{
  background-color: var(--primary-color);
  color: #fff;
}
.theme-button:hover{
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}

.button-transparent{
  color: #FFF;
  background-color: transparent;
}
.button-white{
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid var(--text-200);
}



.section{position: relative;padding: 100px 0px;}
.section-inner{width: 100%;}

.title-header{text-align: center;}
.section-header-tag{
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
  display: block;
}
.title-header h2{
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  color: var(--primary-color);
  text-align: center;
  font-family: "Domine", serif;
  margin-bottom: 20px;
}


.title-header p{
  color: var(--text-400);
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 136.364% ;
  letter-spacing: 0.2px;
}
.title-header p b{
  color: #000;
  font-weight: 600;
}
/*************** Home Banner *******************/
  .banner-section{
    background-image: url('../images/main-banner.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .banner-wrap{
    max-width: 622px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 100px;
    position: relative;
    z-index: 999;
  }

  .banner-title{
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.24px;
    color: #fff;
  }

  .banner-wrap-inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 48px;
    position: relative;
    z-index: 99;
  }

  .banner-text-wrap{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: 0.44px;
  }

  .banner-action{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }

  .banner-wrap-bottom p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    position: relative;
    z-index: 9;
  }
  .banner-shade{
    position: absolute;
    max-width: 800px;
    max-height: 554px;
    left: -100px;
    top: -30px;
  }
  .banner-shade img{
    width: 100%;
  }


/****************** Trusted by  ******************/

  .trusted-card-row{
    margin-top: 60px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .trusted-col{
    max-width: 245px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--text-100);
    background: #FFF;
    padding: 48px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .trusted-col h4{
    color: var(--text-dark);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
  }
  .trusted-col p{
    color: var(--text-400);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
  }

  .yogain-becoming{
    margin-top: 45px;
    text-align: center;
    color: var(--text-dark);
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }

/*************** Why yogin **************/
  .why-yogain{
    position: relative; 
  }
  .why-yogain-figure{
    width: 100%;
  }
  .why-yogain-figure img {
    width: 100%;
  }
  .yogain-exists-col{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .yogain-exists-col .container{
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .yogain-exists-card{
    border-radius: 24px;
    background: #FFF;
    display: inline-flex;
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 565px;
    margin-left: auto;
  }
  .yogain-exists-title{
    color: var(--primary-color);
    font-family: "Domine", serif;
    font-size: clamp(30px, 4vw, 42px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
  }
  .yogain-dark-text{
    color: var(--text-600);
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  .yogain-simply{
    color: var(--text-600);
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  .yogain-grow{
    color: var(--text-400);
    font-size: clamp(16px, 3vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
  }


/*********** The problem ********/ 
  .body-sync-row{
    margin-top: 60px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .body-sync-col{
    max-width: 245px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .body-sync-col img{
    width: 100%;
  }
  .body-sync-col p{
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .changes-part{
    margin-top: 48px;
  }
  .changes-part p{
    max-width: 435px;
    margin: auto;
    color: var(--text-dark);
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .changes-part p b {
    display: block;
  } 

/************ The solution **********/
  .the-solution{
    background-color: #F1F4F1;
  }
  .yogain-helps{
    margin-top: 48px;
  }
  .yogain-helps p{
    max-width: 610px;
    margin: auto;
    color: var(--text-dark);
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .harmony-row{
    display: flex;
    gap: 48px;
    margin-top: 48px;
  }
  .harmony-card{
    border-radius: 20px;
    background:#FFF;
    display: flex;
    padding: 48px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
  }
  .harmony-card p{
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }

  .ht-card-icon{
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .harmony-long-arrow{
    position: absolute;
    right: -48px;
    margin-top: auto;
    top: 47%;
  }

/************** Transformation Path ***********/
  .transformation-path .title-header, .transformation-path .title-header h2{
    text-align: left;
    font-weight: 400;
  }
  .transformation-path .title-header p{
    max-width: 878px;
  }
  .transformation-tracking-row{
    margin-top: 48px;
  }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 970px;
  }
  
  .feature-item {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 16px;
    align-items: center;
  }
  
  .feature-icon {
    width: 82px;
    height: 82px;
    background: #FFF5E4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tr-card-info h6 {
    margin: 0;
    font-size: 16px;
    color: var(--text-dark);
    font-weight: 700;
    letter-spacing: 0.32px;
  }
  
  .tr-card-info p {
    margin: 9px 0 0;
    font-size: 14px;
    color: var(--text-400);
    max-width: 360px;
    letter-spacing: 0.28px;
    font-weight: 600;
  }

  .transformation-action{
    margin-top: 48px;
  
  }
  .transformation-action .theme-button{
    border: 1px solid var(--primary-color);
  }
  .transformation-action .theme-button:hover{
    background-color: var(--primary-color);
    color: #fff;
  }


/*********** Modern practitioner ************/  
  .modern-practitioner{
    overflow: hidden;
  }
  .practitioner-features{
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
  }
  .practitioner-item-img{
    border-radius: 24px;
    background: linear-gradient(180deg, #FFF5E4 0%, rgba(255, 245, 228, 0.00) 100%);
    height: 285px;
    overflow: hidden;
    padding: 41px 15px 0px;
    text-align: center;
  }
  .practitioner-content{
    margin-top: 16px;
  }
  .practitioner-content h3{
    color: var(--text-dark);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .practitioner-content p{
    margin-top: 9px;
    color: var(--text-400);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    padding-inline: 15px;
  }

  .practitioner-ls-cards{
    margin-top: 90px;
  }
  .practition-card{
    display: flex;
    gap: 52px;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
  }
  .pract-content{
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  .pract-content h4{
    color: var(--primary-color);
    font-family: "Domine", serif;
    font-size: clamp(18px, 3vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
  }
  .pract-content p{
    color: var(--text-dark);
    font-size: clamp(24px, 3.5vw, 34px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.34px;
    max-width: 360px;
  } 
  .flex-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .cards-shadow{
    position: absolute;
    top: -60px;
    width: 300px;
    height: 245px;
  }
  .cards-shadow img {
    width: 100%;
    /* opacity: 0.67; */
  }
  .shadow-right{
    right: -60px;
  }
  .shadow-left{
    left: -150px;
  }
  .pract-img img{
    width: 100%;
  }



/************ Technology Meets Ancient Yoga *************/

  .technology-meets{
    padding: 217px 0px;
    background-image: url('../images/ancient-yoga.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .meets-row {
    display: flex;
    gap: 3vw;
  }
  .technology-col {
    width: 50%;
  }
  .special-tags-col {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .technology-col h4 {
    color: #FFF;
    font-family: "Domine", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
  }
  .technology-col p {
    color: #FFF;
    font-family: "Domine", serif;
    font-size: clamp(30px, 4vw, 42px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    margin-top: 10px;
  }

  .special-tag {
    display: flex;
    padding: 6px 20px 6px 6px;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(22px);
  }
  .special-tag h5{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .sm-intersect{
    position: absolute;
    left: 100px;
    top: -78px;
  }
  .lg-intersect {
    position: absolute;
    right: -110px;
    top: 180px;
  }

/************* Day Free Trial ************/
  .free-trial{
    padding-top: 100px;
    background: #FFF5E4;
    position: relative;
    overflow: hidden;
  }  
  .free-trial .button-transparent{
    color: var(--primary-color);
    border: 1px solid var(--text-200);
  }
  .experience-yogain{
    max-width: 365px;
    margin: 48px auto 0px;
    text-align: center;
  }
  .experience-yogain h5{
    color: var(--text-dark);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }
  .experience-yogain p{
    margin-top: 20px;
    color: var(--text-400);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .yogain-profile {
    margin-top: 54px;
    display: flex;
    gap: 30px;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  .yogain-profile img {
    width: 100%;
  }
  .line-sl-one{
    position: absolute;
    bottom: 0px;
    opacity: 0.1;
  }
  .line-sl-two{
    position: absolute;
    bottom: 0px;
    opacity: 0.1;
  }
  .yogain-profile::-webkit-scrollbar {
    display: none;
  }




/* Animation */

@keyframes Slick-FastSwipeIn {
  0%{transform: rotate3d(0, 1, 0, 0deg) scale(0) perspective(400px);}
  100%{transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);}
}

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 86deg);
    transform: rotate3d(0, 1, 0, 86deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 86deg);
    transform: rotate3d(0, -1, 0, 86deg);
  }
}

@keyframes scrollX {
    0% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(10px); opacity: 0; }
    51% { transform: translateX(-10px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes moveClouds {
    from{background-position-x: 0;}
    to{background-position-x: -2160px;}
}