@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root{
    --body-color:#171E2E;
    --white-txt:#FFFFFF;
    --yellow-txt:#D7FB00;
    --rajdhani-txt: linear-gradient(to top, #171E2E, #DADADA);
    --border-color: linear-gradient(to top, #FFFFFF, #ABC800, #809500);
}
body{
    background:var(--body-color);
    cursor:none;
}
html,body {
      position: relative;
      height: 100%;
      /*overflow-x: hidden;*/
}
a{
    display:inline-block;
    text-decoration:none;
}
ul{
    list-style:none;
}
.container{
    max-width:1644px;
    
}
/* From Uiverse.io by jack0237 */ 
.loading-wrapper{
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    background:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:22;
    transition: opacity 0.5s ease, visibility 0.5s ease
}
.loading-wrapper.hide {
  opacity: 0;
  visibility: hidden;
}
.loader {
  display: flex;
   
}

.loader .dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #212121;
  background: #16b0c1;
  animation: jump 0.8s ease-in-out infinite alternate;
}

@keyframes jump {
  100% {
    background: #661e92;
    transform: translateY(-3rem) scale(1.9);
  }
}

.loader .dot:nth-child(1) {
  animation-delay: 0.1s;
}

.loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loader .dot:nth-child(3) {
  animation-delay: 0.3s;
}

.loader .dot:nth-child(4) {
  animation-delay: 0.4s;
}

.loader .dot:nth-child(5) {
  animation-delay: 0.5s;
}

.navbar{
    margin: 0 auto;
}
.navbar-brand > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.nav-item{
    margin-right:20px;
}
.nav-link{
    color:var(--white-txt);
}
.navbar .nav-link.active{
    color:var(--yellow-txt);
}

.nav-icons{
    display:flex;
    justify-content:center;
    align-items:center;
}
.search-icon, .menu-icon{
    margin-right:20px;
}
.join-btn{
    border: 1px solid white;
    margin-left: 20px;
}
.plus-icon{
    padding:5px 0 5px 5px;
    margin-right:5px;
}
.class-btn{
    padding:9.5px 5px;
    font-size:24px;
    font-weight:500;
    color:var(--white-txt);
}
.offcanvas{
    flex-direction:row;
    align-items:center;
}
.nav-link:hover{
    color:#D7FB00;
}
/*Nav- icons hover effect*/
/* =========================
   NAV ICONS HOVER EFFECT
========================= */

.nav-icons a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}

/* Background circle effect */
.nav-icons a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  background: var(--yellow-txt);   /* Change to your theme color */
  border-radius: 50%;
  transition: 0.3s ease;
  z-index: -1;
}

.nav-icons a:hover::before {
  width: 100%;
  height: 100%;
}

.nav-icons a:hover {
  transform: scale(1.1);
}

/* Change SVG stroke color on hover */
.nav-icons a:hover svg path {
  stroke: #fff;
}

/* =========================
   JOIN BUTTON HOVER EFFECT
========================= */

.join-btn {
  background: transparent;
  padding: 8px 18px;
  border-radius: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.join-btn a {
  color: var(--white-txt);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

/* Hover Effect */
.join-btn:hover {
  background: white;
  
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.join-btn:hover .class-btn {
  color:#D7FB00;
}

.join-btn:hover .plus-icon img {
  filter: invert(1);
}

/*about Section*/
.about-sec{
    padding:60px 0;

}
.image-sec > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.image-sec{
    max-width: 605px;
    margin: 0 auto 134px;
}

.sub-image1{
    position:absolute;
    top:524px;
    left:277px;
}
/*.sub-image1{
    max-width:350px;
}*/
.sub-image2{
    max-width:195px;
    position:absolute;
    top:306px;
    left: 382px;
}
/*About Section*/
.about-content{
    max-width:700px;
}
.rajdhani-txt{
    font-family: "Rajdhani", sans-serif;
    font-size:80px;
    font-weight:bold;
    color:var(--rajdhani-txt);
}
span{
    color:#D7FB00;
    margin-bottom:12px;
}
.title2{
    font-family: "Rajdhani", sans-serif;
    font-size:55px;
    font-weight:500;
    color:#FFFFFF;
}
.sub-txt{
    font-size:20px;
    font-weight:400;
    color:#FFFFFF;
    margin-bottom:30px;
}
.personal-trainer ,.personal-trainer,.personal-trainer,.personal-trainer{
    margin-bottom:60px;
}
.primary-btn{
    padding: 8px 15px;
    border-top-right-radius:15px ;
    border-bottom-left-radius: 15px;
    background:#D7FB00;
    color:#000;
}
.primary-btn > span{
    color:#000;
    
}
.primary-btn:hover{
    background: transparent;
    border:1px solid #ABC800;
}
.primary-btn:hover span{
    color:#fff;
}
/*.primary-btn{
    --c1: #202020;
  --c2: #D7FB00;
  --size-letter: 32px;
 

  background-color: transparent;
  border: calc(var(--size-letter) / 6) solid var(--c2);
  
  cursor: pointer;

  overflow: hidden;
  position: relative;
  transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);

 
    font-weight: 700;
    color:#fff;
    position: relative;
    z-index: 1;
    transition: color 700ms cubic-bezier(0.83, 0, 0.17, 1);
  
}

.primary-btn::after{
    content: "";

  width: 0;
  height: calc(300% + 1em);

  position: absolute;
  translate: -50% -50%;
  inset: 50%;
  rotate: 30deg;

    z-index:2;
  background-color: var(--c2);
  transition: 1000ms cubic-bezier(0.83, 0, 0.17, 1);
}
.primary-btn:hover {
  
    color:#000;
    z-index:2;
  
    &::after {
    width: calc(120% + 1em);
  }
}

/*.primary-btn:active {
    
 /* scale: 0.98;
  filter: brightness(0.9);*/
/*
/*Swiper*/
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      width:100%;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.banner-sec{
    min-height:100vh;
    
}
.banner-image{
    max-width:612px;
}
.banner-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*Membership Section*/
.membership-sec{
    padding:60px 0;
    background: url("../image/memership.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:100vh;
    position:relative;
}
.ctabox-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.ctabox-image{
    position:absolute;
    top:95px;
    left:48px;
}
.membership-content{
    max-width:362px;
    padding:100px 0;
}
.membership-content > .title2{
    margin-bottom:40px;
}
.offers{
    font-size:18px;
}
.membership-sec {
  position: relative;
  padding: 80px 0;
}

.ctabox-image {
  position: relative;
  width: 100%;
}

.ctabox-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.membership-content {
  padding: 40px 20px;
}

.membership-content .title2 {
  margin-bottom: 30px;
}
.offers-sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.offers {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.offers .icon {
  color: #d7fb00;
  font-size: 16px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .membership-content {
    text-align: center;
    padding: 30px 0;
  }

  .offers {
    justify-content: center;
  }

  .membership-btn {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .membership-sec {
    padding: 50px 0;
  }

  .membership-content .title2 {
    font-size: 22px;
  }
}

/*Swiper Slider Section*/
.contineous-slider .container-fluid {
    padding:0;
}
.swiper{
    height:86px;
    background:#D7FB00;
}
.partner-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.partner-swiper .swiper-slide {
  width: 143px;
}

.parnter-img {
  width: 100%;
}

.parnter-img > img {
  width: 100%;
  height: 42px;
  object-fit: contain;
}
.partner-swiper .swiper-slide {
  background-color: #D7FB00; /* yellow */
  border-radius: 40px;
  padding: 16px 24px;

  /* center content */
  display: flex;
  justify-content: center;
  align-items: center;

  /* auto height fix */
  height: auto;
}
.partner-swiper {
  padding: 20px 0;
}

.partner-swiper .swiper-slide {
  width: auto; /* important for horizontal scroll */
}
.parnter-img {
  gap: 10px;
}

.parnter-img svg {
  fill: #000;
}

.live {
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .partner-swiper .swiper-slide {
    padding: 12px 18px;
    border-radius: 30px;
  }

  .live {
    font-size: 14px;
  }
}

/*Footer Section*/
.footer{
    padding:120px 0;
}
.footer-navigation{
    max-width:298px;
}
.contact-navigation{
    max-width:236px;
}
.timing-navigation{
    max-width:313px;
}
.location-navigation{
    max-width:408px;
}
@media screen and (max-width:1440px){
    /*About Sec*/
    .sub-image1{
        position:absolute;
        width:264px;
        top:480px;
        left:240px;
    }
    .sub-image2{
        position:absolute;
        width:195px;
        top:253px;
        left:321px;
    }
}

@media screen and (max-width:1200px){
    .offcanvas{
        background:#000;
        flex-direction:column;
    }
    .navbar-toggler{
        margin-left:auto;
        padding:0;
        display:flex;
        position:relative;
        transition:0.5s linear;
    }
    .navbar-toggler::before{
        top:7px;
    }
    .navbar-toggler::after{
        top:-7px;
    }
    .navbar-toggler::after, .navbar-toggler::before{
        transition:0.5s linear;
        content:"";
        position:absolute;
        left:0;
        right:0;
        background:white;
        height:2px;
    }
    .navbar-toggler > span{
        height:2px;
        width:30px;
        background:white;
        transition:0.5s linear;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .btn-close {
        
        --bs-btn-close-bg: none;
        --bs-btn-close-color: #fff;
    }
    .offcanvas-header .btn-close{
        color:white !important;
        transform: translateX(118px);
        background: none;
        position: absolute;
        display: flex;
        align-items: center;
        right: 23px;
        top: 0;
        
    }
    .btn-close::after {
        content:"";
        position:absolute;
        left:0;
        right:0;
        background:white;
        height:2px;
        transform: rotate(-45deg) translateX(-1px);
    }
    .btn-close::before {
        content:"";
        position:absolute;
        left:0;
        right:0;
        background:white;
        height:2px;
        transform: rotate(47deg) translateX(2px);
    }
    .navbar{
        margin:0 auto;
        text-align:center;
        flex-direction:column;
    }
    .nav-item{
        margin: 0 0 20px;
        position:relative;
        text-wrap:nowrap;
    }
    .nav-icons{
        margin-bottom:15px;
    }
    .offcanvas{
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(20px);
    }
    .offcanvas-header{
        /*position:fixed;
        top:20px;
        left:0;
        right:0;*/
        color:white;
        text-transform:uppercase;
    }
    .offcanvas-header .btn-close{
        background:none;
        position:relative;
        display:flex;
        align-items:center;
    }
    /*About Sec*/
    .col-6{
        width:50%;
    }
    .about-content{
        margin: 0 auto;
    }
    .image-sec{
        margin-bottom:134px;
    }
    .sub-image1{
        width:201px;
    }
    .sub-image2{
        width:145px;
        top:292px;
    }
    /*membership Section*/
    /*.ctabox-image {
    position: absolute;
    width: 750px;
    top: 197px;
    left: 48px;
    }*/
}
@media screen and (max-width:992px){
    /*.ctabox-image {
        position: absolute;
        width: 663px;
        top: 290px;
        left: 48px;
    }
}
@media screen and (max-width:768px){
    .ctabox-image{
        position:absolute;
        width:504px;
        top:392px;
        left:257px;
    }*/
}
@media screen and (max-width:576px){
    .navbar-brand{
        width:139px;
    }
    .sub-image1{
        width:182px;
      top: 465px;
        left: 233px;  
    }
    .sub-image2{
        top: 286px;
    left: 322px;
    }
    .title2{
        font-size: 33px;
    }
    .sub-txt{
        font-size:15px;
    }
    .options,.options{
        flex-wrap:wrap;
    }
    .ctabox-image {
        position: absolute;
        width: 341px;
        top: 435px;
        left: 142px;
    }
    .personal-trainer, .personal-trainer, .personal-trainer, .personal-trainer{
        margin-bottom:16px;
    }

}
@media screen and (max-width:425px){
    .sub-image1{
        width: 200px;
        top: 444px;
        left: 148px;
    }
    .sub-image2{
        display:none;
    }
    .ctabox-image{
        display:none;
    }
}
@media screen and (max-width:375px){
    .sub-image1{
        display:none;
    }
    .rajdhani-txt{
        font-size:60px;
    }
    .about-desc span{
        font-size:32px;
    }
    .title2{
        font-size:22px;
    }
    .personal-trainer, .personal-trainer, .personal-trainer, .personal-trainer{
        margin-bottom:8px;
    }
    
}
/*Cursor CSS*/
.cursor {
        position: fixed;
        top: 0;
        left: 0;
        background: #f5ed11;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        mix-blend-mode: difference;
        z-index: 11;
        pointer-events: none;
        transform: translate(-50%, -50%);
      }

      .cursor-border {
        transform: translate(-50%, -50%);
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        border: 1px solid white;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        mix-blend-mode: difference;
        z-index: 11;
      }
    @media screen and (max-width:768px){
        .cursor ,.cursor-border{
            display:none;
        }
    }