@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:wght@100..900&display=swap');


/*-----------------------------------*\
  #index.css
\*-----------------------------------*/






/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root{
  /* colors */
  --gold-crayola: black;
  --quick-silver: hsla(0, 0%, 65%, 1);
  --davys-grey: hsla(30, 3%, 34%, 1);
  --smoky-black-1: hsla(40, 12%, 5%, 1);
  --smoky-black-2: hsla(30, 8%, 5%, 1);
  --smoky-black-3: hsla(0, 3%, 7%, 1);
  --eerie-black-1: hsla(210, 4%, 9%, 1);
  --eerie-black-2: hsla(210, 4%, 11%, 1);
  --eerie-black-3: hsla(180, 2%, 8%, 1);
  --eerie-black-4: hsla(0, 0%, 13%, 1);
  --white: hsla(0, 0%, 100%, 1);
  --white-alpha-20: hsla(0, 0%, 100%, 0.2);
  --white-alpha-10: hsla(0, 0%, 100%, 0.1);
  --black: hsla(0, 0%, 0%, 1);
  --black-alpha-80: hsla(0, 0%, 0%, 0.8);
  --black-alpha-15: hsla(0, 0%, 0%, 0.15);

  /* gradient colors */

  --loading-text-gradient: linear-gradient(90deg, transparent 0% 16.66%, var(--smoky-black-3) 33.33% 50%,  transparent 66.66% 75%);
  --gradient-1: linear-gradient(to top,hsla(0, 0%, 0%, 0.7),hsla(0, 0%, 0%, 0.7),transparent);


  /* typography */ 
  /* fontfamliy */

  --fontFamily-forum: 'Forum', cursive;
  --fontFamily-dm_sans: 'DM Sans', sans-serif;

  /* font size */

  --fontSize-display-1: calc(1.3rem + 6.7vw);
  --fontSize-headline-1: calc(2rem + 2.5vw);
  --fontSize-headline-2: calc(1.3rem + 2.4vw);
  --fontSize-title-1: calc(1.6rem + 1.2vw);
  --fontSize-title-2: 2.2rem;
  --fontSize-title-3: 2.1rem;
  --fontSize-title-4: calc(1.6rem + 1.2vw);
  --fontSize-body-1: 2.4rem;
  --fontSize-body-2: 1.6rem;
  --fontSize-body-3: 1.8rem;
  --fontSize-body-4: 1.6rem;
  --fontSize-label-1: 1.4rem;
  --fontSize-label-2: 1.2rem;

/* font weight */
  --weight-regular: 400;
  --weight-bold: 700;


  /* line height */
  --lineHeight-1: 1em;
  --lineHeight-2: 1.2em;
  --lineHeight-3: 1.5em;
  --lineHeight-4: 1.6em;
  --lineHeight-5: 1.85em;
  --lineHeight-6: 1.4em;


  /* letter spacing */
  --letterSpacing-1: 0.15em;
  --letterSpacing-2: 0.4em;
  --letterSpacing-3: 0.2em;
  --letterSpacing-4: 0.3em;
  --letterSpacing-5: 3px;

/* spacing */
  --section-space: 70px;

  /* shadow */
  --shadow-1: 0px 0px 25px 0px hsla(0, 0%, 0%, 0.25);


  /* border radius */
  --radius-24: 24px;
  --radius-circle: 50%;

  /* trasition */

  --transition-1: 250ms ease;
  --transition-2: 500ms ease;
  --transition-3: 1000ms ease;
  
}




/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

a{
  color: inherit;
  text-decoration: none;
} */


                                                  /*-----------------------------------*\
                                                               #TYPOGRAPHY
                                                  \*-----------------------------------*/

.display-1,
.headline-1,
.headline-2,
.title-1,
.title-2,
.title-3,
.title-4 {
  color: var(--white);
  font-family: var(--fontFamily-forum);
  font-weight: var(--weight-regular);
  line-height: var(--lineHeight-2);
}

.display-1 {
  font-size: var(--fontSize-display-1);
  line-height: var(--lineHeight-1);
}



                                                    /*-----------------------------------*\
                                                              #REUSED STYLE
                                                    \*-----------------------------------*/


.text-center {
  text-align: center;
}

.img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root{
    --primary:#dc495d;
    --white: #fff;
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
}

*{
    font-family: 'Poppins', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
    text-transform: capitalize;
    list-style: none;
    transition: .2s linear;
}

body{
    background: #080b10;
    color: var(--white);
     box-shadow: inset 0 0 20px #ff0000bc;
     overflow-x: hidden;
}

section{
    padding: 5rem 7%;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .2rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: var(--primary);
    border-radius: 5rem;
}

.heading{
    font-size: 4rem;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 6rem;
}

.btn{
    font-size: 1.7rem;
    margin-top: 1rem;
    display: inline-block;
    background-color: #d0072f;
    color: var(--white);
    padding: .7rem 3rem;
      border-radius: 8px;
      cursor: pointer;
    position: relative;
    z-index: 0;
    overflow: hidden;
       border: 0.1rem solid #ff0739f3;
        box-shadow: 0 0 5px #ff0739ef, 0 0 10px #ff0739f4, 0 0 20px #ff0739eb;
      
}

.btn::before,
.btn::after{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0%;
      background-color: #ef0836f6;
     
     box-shadow: 0 0 25px #ff0739f4, 0 0 30px #ff0739f7, 0 0 45px #ff073a;
    z-index: -1;
    transition: .3s linear;
}

.btn::before{
    left: 0;
}

.btn::after{
    right: 0;
}

.btn:hover:before,
.btn:hover::after{
    width: 100%;
}






                                                             /* topbar */
   .topbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 10px;
    border-block-end: 1px solid var(--white-alpha-20);
    z-index: 4;
    transition: var(--transition-1);
    padding-inline: 16px;
    }

  

    .topbar:has(~ .header.active) {
      transform: translateY(-100%);
    }

    .topbar-item:not(.link),
    .topbar .seperator {
      display: none;
    }

    .topbar .container,
    .topbar-item {
      display: flex;
      align-items: center;
    }


    .topbar .container {
      justify-content: center;
      gap: 30px;
    }

    .topbar-item {
      gap: 6px;
    }

    .topbar-item ion-icon {
      --ionicon-stroke-width: 60px;
    }

    .topbar-item .span {
      font-size: var(--fontSize-label-1);
      text-transform: none;
    }

    .topbar .link {
      transition: var(--transition-1);
    }

    .topbar .link:is(:hover,:focus-visible) {
      color: var(--gold-crayola);
    }


.topbar-item:not(.link) {
    display: flex;
  }

  .topbar .item-2 {
    margin-inline-end: auto;
  }



  .topbar .container {
  max-width: unset;
}

.topbar .seperator {
  display: block;
}





                                                         /* header */

.header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.5rem 9%;

}

.header.active{
    background: rgba(0, 0, 0, 0.864);
    padding: 2rem 9%;
    box-shadow: var(--box-shadow);
}

.header .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--white);
}

.header .logo i{
    padding-right: .5rem;
    color: var(--primary);
}
.header .mobile-logo{
      display: none;
    }

.header .navbar a{
    font-size: 1.6rem;
    color: var(--white);
    margin: 0 0.8rem;
}

.header .navbar a:hover{
    color: var(--primary);
}

.header .navbar a.active,
.header .navbar a:hover{
    color: var(--primary);
}

.header.hide {
  top: -100px;
  transition: top 0.3s ease-in-out;
}

#menu{
    font-size: 2.5rem;
    margin-left: 1.7rem;
    color: var(--primary);
    cursor: pointer;
    display: none;
}

/* end */









.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.whatsapp-float img {
  width: 50px;
  height: 50px;
}









.hero .slider-btn {
  display: none;
}

.hero{
  position: relative;
  padding-block: 120px;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.hero .slider-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  padding-block-start: 100px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-3);
  z-index: 1;
}

.hero .slider-item.active {
  opacity: 1;
  visibility: visible;
}

.hero .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

.hero .slider-item.active .slider-bg {
  animation: smoothScale 7s linear forwards;
}

@keyframes smoothScale {
  0% {transform: scale(1);}
  100% {transform: scale(1.15);}
}

.hero .section-subtitle::after {
  margin-block: 14px 20px;
}

.hero-text {
  margin-block: 10px 40px;
 
}

.hero .btn {
  margin-inline: auto;
  
}

.hero-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  background-color: var(--gold-crayola);
  width: 90px;
  height: 105px;
  padding: 12px;
  transform: scale(0.6);
  border-radius: 20px;
}

.hero-btn img {
  margin-inline: auto;
  margin-block-end: 6px;
}

.hero-btn .span {
  color: var(--black);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letterSpacing-1);
  line-height: var(--lineHeight-3);
}

.hero-btn::after {
  border-radius: 10px;
  inset: 0;
  border: 1px solid var(--gold-crayola);
  animation: rotate360 15s linear infinite;
}

.slider-reveal {
  transform: translateY(30px);
  opacity: 0;
  
}

.hero .slider-item.active .slider-reveal {
  animation: sliderReveal 1s ease forwards;
}

@keyframes sliderReveal {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero .slider-item.active .section-subtitle {
  animation-delay: 500ms;
}


.hero .slider-item.active .hero-title {
  animation-delay: 1000ms;
  color: #d14b5d;
color: #d32a40;
}

.hero .slider-item.active .hero-text {
  animation-delay: 1.5s;
}

.hero .slider-item.active .btn {
  animation-delay: 1000ms;
}




/* end */









/* about */

.about .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}

.about .row .content {
  flex: 1 1 40rem;
}

.about .row .content span {
  font-size: 2.5rem;
  color: var(--primary);
}

.about .row .content h3 {
  font-size: 2.5rem;
  color: var(--white);
  padding: 1rem 0;
}

.about .row .content p {
  font-size: 1.4rem;
  color: var(--white);
  padding: 1rem 0;
  line-height: 2;
}

.about .row .content ul li {
  font-size: 1.7rem;
  color: var(--white);
  padding-top: 1.5rem;
}

.about .row .content ul li i {
  color: var(--primary);
  padding-right: 1rem;
}

.about .row .content .btn {
  margin: 3rem 0;
}

.about .row .image {
  flex: 1 1 30rem;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.about .row .image img {

  height: 100%;
  width: 100%;
  object-fit: contain;

}


.about .row .image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
  pointer-events: none;
  border-radius: 10px;
  
}


.zoom-in-on-scroll {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease;
}

.zoom-in-on-scroll.visible {
  opacity: 1;
  transform: scale(1);
}

/* end */










/* services */

.services .box-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    
}

.services .box-container .box{
    flex: 1 1 15rem;
    box-shadow: var(--box-shadow);
    border-radius: .8rem;
    position: relative;
    overflow: hidden;
}


.services .box-container .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    
}



.services .box-container .box .content{
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: 100%;
    width: 100%;
   background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    padding-top: 5rem;
    text-align: center;
    
}

.services .box-container .box:hover .content{
    transform: translate(-50%, -50%) scale(1);
}

.services .box-container .box .content h3{
    font-size: 2.5rem;
    color: #333;
    color: white;
}

.services .box-container .box .content p{
    font-size: 1.5rem;
    color: #666;
    padding: 1rem 0;
    color: white;
}

.services .box-container .box .title{

  color: var(--primary);
  display: flex;
  justify-content: center; 
  align-items: center;         
  text-align: center;  
 
}


@keyframes glitch {
  0% {
    text-shadow: 2px 0 red, -2px 0 blue;
    transform: skew(0.5deg);
  }
  20% {
    text-shadow: -2px 0 red, 2px 0 blue;
    transform: skew(-0.5deg);
  }
  40% {
    text-shadow: 2px 0 red, -2px 0 blue;
    transform: skew(0.5deg);
  }
  60% {
    text-shadow: -2px 0 red, 2px 0 blue;
    transform: skew(-0.5deg);
  }
  80% {
    text-shadow: 2px 0 red, -2px 0 blue;
    transform: skew(0.5deg);
  }
  100% {
    text-shadow: none;
    transform: none;
  }
}

.glitch {
  animation: glitch 0.6s ease;
}

/* end */







.glass-btn {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 50px;
}
.glass-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  width: 90%;
  max-width: 400px;
  color: white;
  text-align: center;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  font-size: 13px;
}
.mark{
  color: red;
}

.modal-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.modal-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.modal-buttons button:first-child {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.modal-buttons button:last-child {
  background: #ff4d4f;
  color: white;
}










/* counter */

.counter {
  background: url(../images/bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  overflow: hidden;
  padding: 1.5rem 0;
}

.counter .box-container {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.counter .box {
  min-width: 250px;
  max-height: 100px;
  padding: 1.2rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 10px #ff073a;
}

.counter .box h3 {
  font-size: 2.5rem;
  color: var(--white);
}

.counter .box p {
  font-size: 1.5rem;
  color: var(--white);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* end */









/* pricing */

.pricing .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 5rem;
    justify-items: center;
}

.pricing .box-container .box{
    padding: 1rem;
    text-align: center;
    border: 0.1rem solid rgba(255, 255, 255, .2);
    border: 0.rem solid #ff0739be;
    box-shadow: 0 0 5px #ff0739b0, 0 0 20px #ff073a, 0 0 1px #ff073a;
    border-radius: 10px;
    transition: transform 0.3s ease;
    width: 60%;
}

.pricing .box-container .box:hover{
   border: 0.1rem solid #ff073a;
  box-shadow: 0 0 5px #d90630d7, 0 0 25px #ff0739f1, 0 0 40px #d90630ec;
 transform: scale(1.05);
}

.pricing .box-container .box h3{
    font-size: 2rem;
    text-transform: capitalize;
    color: var(--primary);
    padding-top: 1px;
}

.pricing .box-container .box .price{
    font-size: 4rem;
    padding-top: 1px;
    font-weight: bolder;
}

.pricing .box-container .box .price span{
    font-size: 3rem;
    font-weight: normal;
}

.pricing .box-container .box .month{
    font-size: 1.5rem;
    color: #666;
}

.pricing .box-container .box .list{
    padding: 1rem;
}

.pricing .box-container .box .list p{
    font-size: 1.2rem;
    color: #ccc;
    line-height: 2.2;
}

.pricing .box-container .box .list p i{
    color: green;
    padding-right: .5rem;
}

.pricing .box-container .box .list p i.fa-times{
    color: red;
}

.badge {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 13px;
  margin: 8px 0;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.5);
}

/* end */









/* team*/

.team .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
}

.team .box-container .box{
    position: relative;
    text-align: center;
}

.team .box-container .box .image{
    height: 36rem;
    width: 100%;
    overflow: hidden;
     transition: transform 0.3s ease;
}

.team .box-container .box .image:hover{
   transform: scale(1.05);
}

.team .box-container .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .box-container .box .content{
    padding: 2rem;
    padding-top: 0;
}

.team .box-container .box .content h3{
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.team .box-container .box .content p{
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}

.team .box-container .box .content .share i{
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border: .1rem solid var(--primary);
    color: var(--primary);
    font-size: 2rem;
    border-radius: 5rem;
    box-shadow: var(--box-shadow);
    margin-left: .5rem;
    cursor: pointer;
    box-shadow: 0 0 8px #ff073a;
}

.team .box-container .box .content .share i:hover{
    color: var(--white);
    background: var(--primary);
}

.main-trainer{
  margin-top: -130px;
}



/* end */





/* schedule */


.timetable {
  text-align: center;
  padding: 2rem;
}

.day-tabs {
  margin-bottom: 5rem;
}

.day-tabs .tab {
  padding: 0.8rem 1.5rem;
  margin: 0.3rem;
  border: none;
  background: white;
  box-shadow: 0 0 8px #ff073a;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

.day-tabs .tab.active {
  background: rgba(255, 0, 0, 0.7);
  color: white;
}

.schedule-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  color: black;
}

.schedule-card {
  padding: 1rem;
  border: 1px solid #ccc;
  width: 220px;
  display: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px #ff073a;
}









/* Testimonials */



.testimonials {
  padding: 5rem 2rem;
  background: #111;
  color: #fff;
  text-align: center;
}

.testimonials .heading {
  font-size: 2.5rem;
  color: #ff073a;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.testimonial-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.testimonial-swiper .box {
  background: #1a1a1a;
  padding: .5rem;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #333;
  transition: transform 0.3s ease;
  max-width: 275px;
  box-shadow: 0 0 12px #ff073a
}


.testimonial-swiper .box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #ff073a;
}

.testimonial-swiper .box img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 1rem;
  object-fit: cover;
  
}

.testimonial-swiper .box h3 {
  margin: 0.5rem 0;
  color: #ff073a;
  font-size: 1.2rem;
}

.testimonial-swiper .box p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.5;
}

.testimonial-swiper .stars {
  color: gold;
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
















/* register */
.register-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.register-image {
  flex: 1;
  min-width: 300px;
  background-color: #000;
}

.register-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register-form {
  flex: 1;
  padding: 40px;
  background: black;
}

.register-form h2 {
  color: #ff073a;
  margin-bottom: 20px;
}

.inputBox {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.input-field,
textarea {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
  color: #333;
  background: #f9f9f9;
  transition: 0.3s ease;
}

.input-field:focus,
textarea:focus {
  outline: none;
  border-color: #ff073a;
  background: #fff;
}

textarea {
  width: 100%;
  resize: vertical;
  min-height: 100px;
}

.btn {
  background: #ff073a;
  color: white;
  padding: 12px 24px;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #e20533;
}


.form-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.submit-btn,
.whatsapp-btn {
  padding: 10px 2px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: 280px;
  text-align: center;
}


.submit-btn {
  background-color: #ff0033;
  color: white;
  box-shadow: 0 0 20px rgba(255, 0, 51, 0.6);
}
.submit-btn:hover {
  box-shadow: 0 0 25px rgba(255, 0, 51, 0.9);
}


.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  gap: 10px;
}
.whatsapp-btn:hover {
  background-color: #20b358;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .form-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .submit-btn,
  .whatsapp-btn {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .register-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .register-form {
    padding: 30px 20px;
    width: 100%;
    /* max-width: 500px; */
  }

  .inputBox {
    flex-direction: column;
  }

  .input-field,
  textarea {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .register-form {
    padding: 20px 15px;
  }

  .submit-btn,
  .whatsapp-btn {
    font-size: 14px;
    
  }

  .btn {
    font-size: 15px;
    padding: 10px 18px;
  }

  textarea {
    min-height: 80px;
  }
}




/* WhatsApp Floating Container */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* WhatsApp Button */
.wa-btn {
  background-color: #25D366;
  color: white;
  padding: 1px 10px;
  border: none;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 50px;
}
.wa-icon{
  font-size: 35px;
}

/* WhatsApp Text - visible by default */
.wa-text {
  display: inline-block;
  transition: all 0.3s ease;
}

/* Hide text on mobile after timeout */
@media (max-width: 767px) {
  .wa-btn {
    height: 45px;
      gap: 0px;
    justify-content: center;
  }

  .wa-text.hidden {
    opacity: 0;
    width: 0;
    margin: 0;
    overflow: hidden;
    display: inline-block;
  }
}




@media (max-width: 768px) {
  .register-wrapper {
    flex-direction: column;
  }

  .register-image {
    height: 220px;
  }

  .register-form {
    padding: 20px;
  }

  .inputBox {
    flex-direction: column;
  }
}



/* end */












/* our partners */

.brand-slider {
  overflow: hidden;
  background: #000;
  padding: 1rem 0;
}

.slider-track {
  display: flex;
  gap: 3rem;
  animation: scroll-linear 30s linear infinite;
  width: max-content;
}

.slider-track img {
  height: 100px;
  width: auto;
  opacity: 0.5;
  filter: grayscale(100%) brightness(1.5);
  transition: 0.3s ease;
}

.slider-track img:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1.2);
}

@keyframes scroll-linear {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}






/* Popup Form */

/* Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* Popup Box */
.popup-box {
  background: #fff;
  /* background: rgba(255, 255, 255, 0.9);  */
  max-width: 500px;
  margin: 100px auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}


.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: black;
}


.popup-box input,
.popup-box textarea,select{
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.popup-alert {
  margin-top: 15px;
  background-color: #d4edda;
  color: #155724;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #c3e6cb;
  font-weight: bold;
  text-align: center;
}






.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.5s ease;
}

.popup-overlay .box {
  padding: 25px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 25px rgba(37, 211, 102, 0.5);
  color: white;
  position: relative;
  overflow-y: auto;
  max-height: 90vh;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.btnn {
  background: #25D366;
  color: white;
  padding: 8px 30px;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.4);
  transition: 0.3s ease;
}

.btnn:hover {
  background: #1ea854;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.6);
}

.popup-overlay .price {
  background: rgba(37, 211, 102, 0.1);
  color: #ffffff;
  border: 2px solid #25D366;
  padding: 1px 20px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  margin: 10px 0 20px;
  display: inline-block;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.4);
  backdrop-filter: blur(6px); 
}









/* footer */

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3{
    font-size: 2.2rem;
    padding: 1rem 0;
    color: var(--primary);
}
.footer span{
  text-transform: none;
}

.footer .box-container .box p{
    font-size: 1.5rem;
    padding: 1rem 0;
    line-height: 2;
}

.footer .box-container .box a{
    display: block;
    font-size: 1.4rem;
    padding: 1rem 0;
    color: var(--white);
}

.footer .box-container .box a i{
    color: var(--primary);
    padding-right: .5rem;
}

.footer .box-container .box a:hover{
    color: var(--primary);
}

.footer .box-container .box a:hover i{
    padding-right: 2rem;
}

.footer .share{
    padding-top: 2rem;
    text-align: center;
}

.footer .share a{
    font-size: 2rem;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    color: var(--primary);
    border: .1rem solid var(--primary);
    margin: .3rem;
    border-radius: 50%;
}

.footer .share a:hover{
    color: var(--white);
    background: var(--primary);
    transform: rotate(360deg);
}

.footer .credit{
    border-top: .1rem solid rgba(255, 255, 255, .2);
    font-size: 1.3rem;
    margin-top: 2.5rem;
    padding: 1rem;
    padding-top: 2rem;
    text-align: center;
    color: var(--white);
}

.footer .credit span{
    color: var(--primary);
}

/* end */
















/* media queries */

@media (max-width: 991px){
    html{
        font-size: 55%;
    }
}








@media (max-width: 768px){

body{
     box-shadow: inset 0 0 10px #ff0000bc;
}


.topbar {
  display: none;
}

     #menu {
        display: inline-block;
    }

    .fa-times {
        transform: rotate(180deg);
    }

    .header .navbar {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.864);
        border-top: none;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: clip-path 0.3s ease;
    }

    .header .navbar.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .header .navbar a {
        display: block;
        margin: 2rem;
        font-size: 2.5rem;
        color: #fff;
    }

    .header .mobile-logo{
      display: block;
    }





    
    .home{
        background-position: left;
    }
    .home .content h3{
        font-size: 5rem;
    }
    .team .box-container .box .image{
        height: 56rem;
    }
    
    .team .box-container .box .image img{
        width: 90%;
        height: 90%;
        object-fit: cover;
    }

 .pricing .box-container .box {
    padding: 2rem;
    font-size: 0.9rem;
    width: 85%;
    margin: 0 auto;
  }

.pricing .box-container .box:hover{
   border: 0.1rem solid #ff073a;
  box-shadow: 0 0 5px #d90630d7, 0 0 10px #ff0739f1, 0 0 20px #d90630ec;
 transform: scale(1.05);
}

.register form{
    padding: 20px;
    
}

.main-trainer{
  margin-top: 1px;
}







/* .services */
.services .box-container .box.full-width {
  flex: 0 0 100%;
  width: 100%;
}


}










@media (max-width: 450px){
    html{
        font-size: 50%;
    }
    .home .content h3{
        font-size: 4rem;
    }
    .team .box-container .box .image{
        height: 38rem;
    }
}













                                               /*-----------------------------------*\
                                                         #MEDIA QUERIES
                                               \*-----------------------------------*/




/* Responsive for larger than 575px screen */


@media (min-width:575px) {


  /* Custon property */

:root {

 /* typography */

 --fontsize-body-2: 2rem;

}


 /* reused style */

  :is(.service, .abot) .section-text {
    max-width: 420px;
    margin-inline: auto;
  }

  .contact-number {
    --fontsize-body-1: 3rem;
  }

   /* topbar */
   .topbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-block: 10px;
    border-block-end: 1px solid var(--white-alpha-20);
    z-index: 4;
    transition: var(--transition-1);
    }

    .topbar:has(~ .header.active) {
      transform: translateY(-100%);
    }

    .topbar-item:not(.link),
    .topbar .seperator {
      display: none;
    }

    .topbar .container,
    .topbar-item {
      display: flex;
      align-items: center;
    }


    .topbar .container {
      justify-content: center;
      gap: 30px;
    }

    .topbar-item {
      gap: 6px;
    }

    .topbar-item ion-icon {
      --ionicon-stroke-width: 60px;
    }

    .topbar-item .span {
      font-size: var(--fontSize-label-1);
    }

    .topbar .link {
      transition: var(--transition-1);
    }

    .topbar .link:is(:hover,:focus-visible) {
      color: var(--gold-crayola);
    }


    /* header */

    .header {
      top: 51px;
    }

    .header.active {
      top: 0;
    }

    .header .btn {
      display: block;
      margin-inline-start: auto;
    }

        /* hero */

        .hero-btn {
          transform: scale(0.7);
        }


            /* service */

        .service .container {
          max-width: 420px;
          margin-inline: auto;
        }


            /* about */

        .about .container {
          gap: 80px;
        }
        
        .about-banner > .w-100 {
          padding-inline-start: 90px;
        }

        .about .abs-img-1 {
          width: 285px;
        }

        .about .contact-number {
          --fontsize-body-1: 2.4rem;
        }


        

            


                /* footer */


           .footer-brand > * {
            max-width: 460px;
            margin-inline: auto;

           }
           
           .footer .input-wrapper {
            position: relative;
           }

           .footer .input-field {
            margin-block-end: 0;
            padding-inline-end: 205px;
           }

           .footer-brand .btn {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            min-width: max-content;
           }

         

  
}





/* Responsive for larger than 768px screen */

@media (min-width:768px) {

 /* reused style */


 .grid-list {
  grid-template-columns: 1fr 1fr;
 }

 :is(.service, .event) .container {
  max-width: 820px;
 }

 :is(.service, .event) .grid-list li:last-child {
  grid-column: 1 / 3;
  width: calc(50% - 20px);
  margin-inline: auto;
 }

  /* header */

  .navbar-list {
    margin-inline: 30px;
  }

   /* hero */

  .hero .slider-btn {
    display: grid;
    position: absolute;
    z-index: 1;
    color: var(--gold-crayola);
    font-size: 2.4rem;
    border: 1px solid var(--gold-crayola);
    width: 45px;
    height: 45px;
    place-items: center;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: var(--transition-1);
  }

  .hero .slider-btn ion-icon {
      transform: rotate(-45deg);
  }

  .hero .slider-btn.prev {
    left: 30px;
  }
 
  .hero .slider-btn.next {
    right: 30px;
  }

  .hero .slider-btn:is(:hover, :focus-visible) {
    background-color: var(--gold-crayola);
    color: var(--black);
  }


/*Reservation*/

.reservation .rf{
  border-radius: 30px;

}

   
.reservation .input-wrapper {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  column-gap: 20px;
}

.reservation .input-wrapper:nth-child(4) {
  grid-template-columns: repeat(3, 1fr);
}



/*Footer*/

.footer-brand {
  grid-column: 1/3;
}



  
}




/* Responsive for larger than 992px screen */

@media (min-width:992px) {

  /*custom property*/

  :root {

/* spacing*/


--section-space: 100px;

  }


  /* reused style*/

  :is(.service, .event) .container {
    max-width: unset;
  }

  :is(.service, .event) .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }

  :is(.service, .event) .grid-list li:last-child  {
    grid-column: auto;
    width: 100%;
  }



    /* topbar*/

  .topbar-item:not(.link) {
    display: flex;
  }

  .topbar .item-2 {
    margin-inline-end: auto;
  }

    /* service*/

    .service .shape {
      display: block;
    }

    .service .shape-1 {
      bottom: 0;
      left: 0;
    }

    .service .shape-2 {
      top: 0;
      right: 0;
    }


      /*about*/


      .about .container {
        grid-template-columns: 0.7fr 1fr;
        gap: 30px;
      }



                /* footer*/


                .footer .grid-list {
                  grid-template-columns: 0.45fr 1fr 0.45fr;
                  align-items: center;
                }

                .footer-brand {
                  grid-column: auto;
                  order: 1;
                  padding-block: 100px;
                }


              .footer-list:last-child {
                order: 2;
              }


              .containeer {
                width: 900px;
                margin-left: 280px;
              }

 

}





/* Responsive for larger than 1200px screen */

@media (min-width:1200px) {

/* custom property */

:root{


/* typography */


--fontsize-title-2: 2.5rem;



}


/* reused style */


.container,
:is(.service, .event) .container {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}




/* topbar */

.topbar .container {
  max-width: unset;
}

.topbar .seperator {
  display: block;
}



/* header */

.header .container {
  max-width: unset;
}

.navbar,
.navbar.active,
.navbar-list {
  all: unset;
}

.navbar,
.navbar.active {
  margin-inline: auto 20px;
}

.navbar-list {
  display: flex;
  gap: 30px;
}


.navbar-item {
  border-block-start: none;
}

.navbar .seperator {
  display: none;
}

.navbar-link:is(:hover, :focus-visible, .active) .span {
  transform: unset;
}

.navbar-link {
  font-weight: var(--weight-bold);
  letter-spacing: var(--letterSpacing-1);
}

.navbar-link::after {
  display: block;
}

.navbar-link.active::after {
  transform: scaleX(1);
  opacity: 1;
}

.header .btn {
  margin-inline-start: 0;
}

/* Hero */

.hero {
  height: 880px;
}

.hero-btn {
  bottom: 50px;
  right: 50px;
  transform: scale(1);
}


/* Service */

.service .grid-list {
  gap: 150px;
}

.service .grid-list li:nth-child(2n+1) {
  transform: translateY(-160px);
}

.service .section-text {
  margin-block-end: 75px;
}


/* About */

.about {
  padding-block: 170px 100px;
}




/*Features */

.features .grid-list {
  grid-template-columns: repeat(4, 1fr);
}



}



/* Responsive for larger than 1400px screen */

@media (min-width:1400px) {

/*Header */

.navbar {
  margin-inline: auto;
}



/*About*/

.about-content {
  padding-inline-end: 90px;
}

.about .shape {
  display: block;
  top: 46%;
  left: 0;

}



/*Features*/

.features {
  overflow: visible;
}

.features .shape {
  display: block;
}

.features .shape-1 {
  top: -100px;
  right: 0;
}

.features .shape-2 {
  bottom: 80px;
  left: 0;
}




}

