:root {
  --c1: #01a65c;
  --y: #ffff;
  --c2: red;
  --c3: #4b4c4d;
  /* --c4:#3d422f; */
  --c4: #8f2800;
}
@font-face {
  font-family: lora;
  src: url(../Lora-Regular.ttf);
}
.y {
  color: var(--y);
}
.c1 {
  color: var(--c1) !important;
}
.c2 {
  color: var(--c2) !important;
}
.c3 {
  color: var(--c3) !important;
}
.c4 {
  color: var(--c4) !important;
}
/* .c5{
  color: var(--c5) !important;
} */
.g {
  color: #fff !important;
  /* 
    font-weight: bold;
    background: #01A65C;
    background: linear-gradient(to right, #01A65C 0%, #F0D72B 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.w {
  color: #fff !important;
}
.b {
  color: black !important;
}
a {
  text-decoration: none !important;
}
.ls {
  letter-spacing: 1px;
}
.lh {
  line-height: 2rem !important;
}
@font-face {
  font-family: tenor-sans;
  src: url(../TenorSans-Regular.ttf);
}
body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: tenor-sans !important;
}
* {
  box-sizing: border-box;
}
/* coming zoon */
.come-zoon {
  min-height: 100vh;
  border-radius: 0% !important;
  display: flex;
  align-items: center;
}

.ab-side {
  /* display: flex !important;
  justify-content: center;
  align-items: center; */
  position: relative;
}
.ab-side img {
  height: 280px;
  width: 300px;
  background-color: #fff;
  padding: 2%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ab1 {
  position: absolute;
  top: 20%;
  left: 0%;
  /* height: 200px;
  width: 250px; */
  object-fit: cover;
  z-index: 4;
  animation-name: floatinglrr;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.ab2 {
  position: absolute;
  top: 0%;
  left: 30%;
  /* height: 200px;
  width: 250px; */
  object-fit: cover;
  z-index: 3;
  animation-name: floatingup;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.ab3 {
  position: absolute;
  top: 30%;
  right: 0%;
  /* height: 200px;
  width: 250px; */
  object-fit: cover;
  z-index: 1;
  animation-name: floatinglrr;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.ab4 {
  position: absolute;
  bottom: 0%;
  left: 30%;
  /* height: 200px;
  width: 250px; */
  object-fit: cover;
  z-index: 2;
  animation-name: floatingup;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floatinglrr {
  0% {
    transform: translateX(0%);
  }
  /* 50%  { transform: translateX(0%); } */
  50% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(0%);
  }
}
.floating-up {
  animation-name: floatingup;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floatingup {
  0% {
    transform: translateY(0%);
  }
  /* 50%  { transform: translateX(0%); } */
  50% {
    transform: translateY(15%);
  }
}
/* /////////////////////////////counter//////////////////////////////////////////////// */

.timer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

.sub_timer {
  /* width: 20%; */
  width: 150px;
  margin: 2%;
  /* background-color: var(--c1); */
  position: relative;
  z-index: 3;
  backdrop-filter: blur(20px);
  /* border-radius: 0px 30px 0px 30px; */
  border: 2px solid #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 2%;
  text-align: center;
}

.digit {
  font-weight: bolder;
  color: var(--y);
}

.digit_name {
  color: var(--y);
  font-weight: 500;
  font-size: 20px;
}

.timer-details {
  position: relative;
  z-index: 3;
}
.timer-details h1 {
  color: var(--white);
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/desktop-banner.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 0%;
  left: 0%;
  z-index: -1;
}
.botom-bx {
  position: absolute;
  bottom: 2%;
}

/* hero section */
.hero {
  background-color: rgb(0, 0, 0, 0.5);
  /* overflow: hidden; */
  position: relative;
  border-radius: 0px 0px 0px 50px;
}

.corener-flower {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 30%;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-h1 {
  font-size: 69px;
}
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  /* overflow: hidden; */
}
.round-top {
  background-color: var(--c1);
  height: 650px;
  width: 650px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  right: -20%;
}
.hero-right-flower-img {
  width: 90%;
  object-fit: contain;
  animation: animName 15s linear infinite;
}
.hero-yoga-img {
  width: 100%;
  z-index: 3;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hero-btn-one {
  background-color: var(--c1) !important;
  color: #ffff !important;
  border-radius: 35% 0% 35% 0% !important;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.5s !important;
  letter-spacing: 1px;
  font-weight: bold !important;
  font-size: 13px !important;
  z-index: 5;
}
.hero-btn-one:hover {
  border-radius: 0% !important;
  transition: all 0.5s;
}
.call-icon-div {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c4);
  z-index: 5;
}
.call-icon-div img {
  width: 45%;
}

.w {
  color: #fff !important;
}
/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width: 1025px) {
  /* navbar */
  .top-nav-one {
    display: none;
  }
  .menu {
    width: 42px;
  }
  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;
  }
  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }
  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }
  .offcanvas-header {
    background-color: var(--c2);
  }
  /* hero section */
  .main-h1 {
    font-size: 28px;
  }

  .round-top {
    height: 350px;
    width: 350px;
    /* top: 0%;
         right: -44%; */
  }
  .hero-p {
    font-size: 14px;
  }
  .p {
    font-size: 14px;
  }
}

@media (min-width: 920px) and (max-width: 1030px) {
  .home-about-img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
  }
  .headings {
    font-size: 31px;
  }
  .ttc-card {
    min-height: 445px;
  }
  .ttc-in {
    height: 450px;
  }
}

@media screen and (max-width: 920px) {
  .sm-js {
    text-align: justify !important;
  }
  .hero::after{
    background-image: url(../images/mobile-banner.png);
  }
  .hero-p {
    font-size: 14px;
  }
  .p {
    font-size: 14px;
  }
  .hero-btn-one {
    height: 40px;
  }
  .call-txt-div p:nth-child(1) {
    font-size: 12px !important;
  }
  .call-txt-div p:nth-child(2) {
    font-size: 13px !important;
  }
  /* about section in home page */
  .ab-home-box {
    height: 40%;
  }
  .ab-hm-in {
    height: 100%;
  }
  .ab-hm-in h3 {
    font-size: 30px;
  }
  /* befit section */
  .ben-corner-img {
    width: 48%;
    position: absolute;
    right: -12%;
    top: -2%;
    animation: animName 15s linear infinite;
  }
  /* join us section */
  .join-left {
    height: 400px;
  }
  /* footer */
  .foot-corner-img {
    right: -8%;
    top: -10%;
    height: 257px;
  }
  /* coming soon */
  /* about */
  .ab-side {
    height: 470px;
    width: 100% !important;
    overflow: hidden;
    margin-left: 5%;
  }
  .ab1 {
    animation-name: unset;
  }
  .ab2 {
    animation-name: unset;
  }
  .ab3 {
    animation-name: unset;
  }
  .ab4 {
    animation-name: unset;
    left: 17%;
  }
}

@media screen and (max-width: 720px) {
  .round-top {
    height: 400px;
    width: 400px;
    top: 0%;
    right: -25%;
  }
  .benfit-card {
    min-height: unset;
  }
}

@media screen and (max-width: 660px) {
  .menu {
    width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
  }
  /* hero section */
  .main-h1 {
    font-size: 26px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  }
  .sm-tx {
    font-size: 16px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  }
  
  .botom-bx {
    width: 100%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    padding: 10px 0 !important;
  }
  .corener-flower {
    position: absolute;
    top: -1%;
    left: 0%;
    width: 50%;
    transform: rotate(90deg);
  }
  .round-top {
    height: 350px;
    width: 350px;
    top: 0%;
    right: -44%;
  }
  .hero-p {
    font-size: 14px;
  }
  .p {
    font-size: 14px;
  }
  .hero-btn-one {
    height: 40px;
  }
  .call-txt-div p:nth-child(2) {
    font-size: 12px !important;
  }
  /* about section in home page */
  .ab-home-box {
    width: 40%;
  }
  .ab-hm-in h3 {
    font-size: 18px;
    color: #fff;
  }
  .line {
    width: 100%;
    height: 2px;
    background-color: var(--c2);
  }
  .ab-hm-in p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .headings {
    font-size: 24px;
    line-height: 2.3rem;
  }
  /* benifit section */
  .head-div p {
    font-size: 12px;
  }
  .head-div .headings {
    font-size: 19px;
  }

  /* join us section */
  .join-left {
    height: 200px;
  }

  /* footer */
  .foot-corner-img {
    right: -25%;
    top: 27%;
    height: 200px;
  }
  .ab-side img {
    height: 202px;
    width: 50%;
    background-color: #fff;
    padding: 2%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

@media screen and (max-width: 370px) {
  .hero-btn-one {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 320px) {
  /* /////////////////////////////counter//////////////////////////////////////////////// */

  .timer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
  }

  .sub_timer {
    width: 20%;
    position: relative;
    z-index: 3;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    padding: 2%;
    margin: 1%;
    margin-bottom: 5%;
  }

  .digit {
    font-weight: bolder;
  }

  .digit_name {
    font-weight: 500;
    font-size: 14px;
  }
}

@media screen and (min-width: 321px) and (max-width: 425px) {
  /* /////////////////////////////counter//////////////////////////////////////////////// */

  .timer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
  }

  .sub_timer {
    width: 23%;
    position: relative;
    z-index: 3;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    padding: 2%;
    margin: 1%;
    margin-bottom: 5%;
  }

  .digit {
    font-weight: bolder;
  }

  .digit_name {
    font-weight: 500;
    font-size: 14px;
  }
}
