@font-face {
  font-family: 'Clash-Display-Medium';
  src: url('../Fonts/Fonts/OTF/ClashDisplay-Medium.otf');
}
@font-face {
  font-family: 'Clash-Display-Regular';
  src: url('../Fonts/Fonts/OTF/ClashDisplay-Regular.otf');
}
@font-face {
  font-family: 'Clash-Display-Light';
  src: url('../Fonts/Fonts/OTF/ClashDisplay-Light.otf');
}
@font-face {
  font-family: 'Clash-Display-Bold';
  src: url('../Fonts/Fonts/OTF/ClashDisplay-Bold.otf');
}
@font-face {
  font-family: 'Clash-Display-Extralight';
  src: url('../Fonts/Fonts/OTF/ClashDisplay-Extralight.otf');
}
@font-face {
  font-family: 'Clash-Display-Semibold';
  src: url('../Fonts/Fonts/OTF/ClashDisplay-Semibold.otf');
}
@font-face {
  font-family: 'Akira Expanded-Superbold';
  src: url('../Fonts/Fonts/OTF/AkiraExpanded-SuperBold\ 800.otf');
}
@font-face {
  font-family: 'FontAwesome 5 Regular';
  src: url('../Fonts/Fonts/OTF/Font\ Awesome\ 5\ Brands-Regular-400.otf');
}
a, span {
  display: inline-block;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font-family: var(--clash-font);
  overflow-x: hidden;
  background: #000;
}

.container {
  max-width: 1844px;
}
:root{
  --primary-color: #F7E700;
  --clash-font-medium: 'Clash-Display-Medium', sans-serif;
  --white-font: #fff;
  --clash-font-regular: 'Clash-Display-Regular', sans-serif;
  --clash-font-light: 'Clash-Display-Light', sans-serif;
  --clash-font-bold: 'Clash-Display-Bold', sans-serif;
  --clash-font-semibold: 'Clash-Display-SemiBold', sans-serif;
  --clash-font-extralight: 'Clash-Display-ExtraLight', sans-serif;
  --yellow-color: #f2ff00;
  --black-color: #000000;
  --white-color: #ffffff;
  --grey-color: #4e4e4e;
  --transparent-white: rgba(255, 255, 255, 0.16);
  --transparent-white-border: rgba(255, 255, 255, 0.26);
  --akira-expanded-superbold: 'Akira Expanded-Superbold' sans-serif;
  --fontawesome-5-pro-regular: 'FontAwesome 5 Pro Regular' sans-serif;
}
/* Navbar starts */
header {
  position:absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 99;
}

.sm-btn {
  display:none;
}

.sign-btn {
  display: flex;
  align-items: center;
  padding:20px 41px;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  background: rgba(255, 247, 0, 10%);
  text-wrap: nowrap;
}
.sign-btn > span:first-child {
  margin-right: 10px;
  font-size: 16px;
  font-family: var(--clash-font-medium);
  color: var(--primary-color);
}
.sign-btn > span:last-child {
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  width: 37px;
  height: 37px;
  border-radius: 29px;
}
.navbar-nav {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 26%);
  border-radius: 56px;
  background: rgba(255, 255, 255, 26%);
  backdrop-filter: blur(13px);
  align-items: center;
}
.nav-item {
  margin-right: 5px;
}
.navbar-nav > .nav-item:last-child {
  margin-right: 0px;
}
.nav-link {
  padding:21px 25px !important;
  color: var(--white-font);
  border-radius: 50px;
  font-size: 18px;
  font-family: var(--clash-font-regular);
  transition: 0.5s linear;
  text-wrap: nowrap;
}
.nav-link.active, .nav-link:hover {
  background: var(--primary-color);
  color: var(--white-font);
}
.search-xxxl {
  background: #000;
  align-items: center;
  padding:22px 15px;
  border-radius:50px;
  display:flex;
}
.bg-xxl-search {
  display:none;
}

.search-xxxl > button {
  border: none;
  background: none;
}
.search-xxxl > input[type='text'] {
  background: transparent;
  color: white;
  padding:0 6px;
  border:none;
  font-family: var(--clash-font-regular);

}
.search-xxxl > input[type='text']:focus {
  outline: none;
}
.cart-icon {
  padding:20px;
  background: var(--primary-color);
  border-radius: 50px;
}
.cart-icon svg path {
  stroke: var(--white-color);
}
.cart-icon:hover {
   background: #000;
}
.cart-icon:hover svg path {
  stroke: var(--white-color);
}
.offcanvas {
  flex-direction: row;
}
/* Banner section starts */
.banner-section {
  background: url("../images/Background image fitin.png") no-repeat top/cover;
  min-height: 100vh;
  position:relative;
  padding:495px 0 0;
  align-items: center;
  display: flex;
}
.banner-section::before {
  content: "";
  width: 627px;
  height: 627px;
  background: var(--primary-color);
  border-radius: 50%;
  filter:blur(200px);
  position:absolute;
  bottom: 120px;
  right: -167px;
  mix-blend-mode: plus-lighter;
}
.banner-row {
  align-items: center;
}
.banner-contain {
  max-width: 600px;
}
.para {
  font-size: 27px;
  font-weight: 500;
  font-family: var(--clash-font-medium);
  line-height: auto;
  letter-spacing: 0%;
}
.banner-para {
 background: linear-gradient(46.2379deg, rgb(255, 255, 255) 5.0612%, rgba(255, 255, 255, 0) 103.34%);
 --webkit-background-clip: text;
 --webkit-text-fill-color: transparent;
 background-clip: text;
 color: transparent;
}
.gym-image {
  max-width: 98px;
  display: flex;
  align-items: center;
  margin:40px 0;
}
.gym-Logo:first-child {
  margin-left: 0px;
}
.gym-Logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left:-25px;
}
.para-box {
    max-width: 300px;
}
.banner-para-1 {
    background: linear-gradient(46.2379deg, rgb(255, 255, 255) 5.0612%, rgba(255, 255, 255, 0) 103.34%);
    --webkit-background-clip: text;
    --webkit-text-fill-color: transparent;
    color: transparent;
    background-clip: text;
}
.para-spn {
  color: var(--primary-color);
}
.para-1 {
  font-size: 27px;
  font-weight: 500;
  font-family: var(--clash-font-medium);
  line-height: auto;
  letter-spacing: 0%;
}
.scroll {
  display: flex;
  align-items: center;
}
.scroller {
    font-size: 27px;
    font-weight: 500;
    color: var(--white-color);
    font-family: var(--clash-font-medium);
    line-height: auto;
    letter-spacing: 0%;
}
.scroll>hr {
    width: 2px;
    height: 33px;
    background-color: var(--white-color);
    margin-right: 16.5px;
    margin-top: 5px;
}
.banner-header {
  max-width: 1220px;
}
.title-1 {
  text-transform: uppercase;
  color:var(--white-color);
  position: relative;
  font-size: 7.344vw;
  font-family: "Akira Expanded-Superbold", sans-serif;
  margin: 0px;
  font-style: normal;
}
.title1-span {
    color: var(--yellow-color);
    position:relative;
}
.title1-span::after {
    content: "";
    height:2.6vw;
    width: 7.708vw;
    background: url("../images/yellow stripes.png") no-repeat center/contain;
    position:absolute;
    right:-8.2vw;
    top:4vw;
}
.banner-line {
  width: 148px;
  display: inline-block;
  position:absolute;
  right: 170px;
}
.visit-button {
    margin-top: 50px;
}
.banner-button {
    width: 310px;
    height: 56px;
    overflow: hidden;
    border: none;
    color: #fff;
    background: none;
    position: relative;
    padding-bottom: 2em;
    cursor: pointer;
}
.bannr-button:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: currentColor;
    transition: transform 0.25s ease-out;
}
.banner-button>.visit-div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 33px;
    font-family: var(--clash-font-regular);
    line-height: auto;
    letter-spacing: 0%;
}
.banner-button>.visit-svg {
    width: 20px;
    right: 0;
    margin-top: 50px;
    transform: translateY(-50%) rotate(-50deg);
    transition: 0.2s ease-out;
}
.visit-div i {
    transform: rotate(-45deg);
    margin-left: 130px;
    font-size: 27px;
    margin-top: 12px;
}
.banner-section::after {
    content: "";
    z-index: 2;
    filter: blur(872px);
    background: #000000;
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Banner Ends */
@media screen and (max-width:1900px) {
  /* Navbar */
   .search-xxxl {
    display:none;
  }
  .bg-xxl-search {
    display:flex;
    align-items: center;
    justify-content: center;
    border:none;
    padding:20px;
    border-radius: 50px;
    background: #000;
  }
}
@media screen and (max-width: 1850px) {
  /* Navbar */
  .nav-link {
    padding:15px 22px !important;
  }
  .sign-btn {
    padding:15px 20px;
  }
  .sign-btn > span:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  /* Navbar Section */
  .header {
    top:30px;
  }
  .sm-btn {
  display: flex;
  margin-left: auto;
  margin-right: 20px;
  gap:10px;
}
  .cart-icon, .bg-xxl-search {
    margin-right: 10px;
  }
  .nav-btn {
    display: flex;
    justify-content: center;
  }
  .sign-btn {
    width:fit-content;
  }
  .nav-item > .cart-icon, .nav-item > .bg-xxl-search {
    display:none;
  }
  .offcanvas {
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  padding-top:130px;
  backdrop-filter:blur(20px);
}
  .navbar-nav {
    background: none;
    border:none;
    backdrop-filter: none;
  }

  .navbar-toggler {
    border: none;
    position: relative;
    padding: 0;
    z-index: 1046;
    display: flex;
    align-items: center;
    transition: 0.5s linear;
  }
  .navbar-toggler::after, .navbar-toggler::before {
    content: "";
    position: absolute;
    left:0;
    right:0;
    background: var(--primary-color);
    height:2px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    height:2px;
    width:30px;
    background-color: var(--primary-color);
  }
  .navbar-toggler::before {
    top: -8px;
  }
  .navbar-toggler::after {
    top: 8px;
  }

  /* Banner Section */
  .banner-section::after {
    opacity: 0.5;
  }
}
/* Variety of workout section starts */

.vow-sec > .container {
  max-width: 1944px;
  padding:0;
  width: 100%;
}
.workout-card {
  padding:24px;
  border:1px solid rgba(255,255,255,30%);
}
.workout-card-wrpr{
  background: url("../images/workout-background.png") no-repeat center/cover;
  position: relative;
  padding:38px 30px 50px 20px;
}
.workout-header {
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--white-font);
}
.workout-card-order {
  font-size: 139px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 50%);
  font-family: 'Akira Expanded-Superbold', sans-serif;

}

.workout-img {
  width: 188px;
  position:absolute;
  right:0px;
  bottom:0;
}
.workout-img > img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  top:-41px;
}
.Mask-group {
  width: 198px;
}
.Muscle-Building {
  width: 485px;
}
/* Variety of workout section ends */
/* Responsive for Variety of workout section */
@media screen and (max-width: 992px) {
  .workout-card{
    max-width: 100%;
  }
  .workout-card-wrpr {
    padding:38px 30px 50px 20px;
  }
  .workout-img {
    width: 188px;
  }
}
@media screen and (max-width: 576px) {
  .workout-img {
    width: 198px;
    right:- 40px;
  }
  .workout-header {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Muscle-Building {
    width: 385px !important;
  }
}
@media screen and (max-width: 576px) {
  .Muscle-Building {
    width: 285px !important;
}
}
/* Responsive for variety of workout section ends */
/* About Section starts */
.about-section {
  background: var(--black-color);
  padding-top: 160px;
}
.about-row {
  padding-bottom: 80px;
}
.about-header {
  display:flex;
  align-items: center;
}
.title-2 {
  font-size: 27px;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  color: var(--white-color);
  display:flex;
  font-weight: 900;
  align-items: center;
  padding-left: 36px;
  position: relative;
}
.h2 {
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0;
}
.title-2::before {
    content: "";
    width: 26px;
    height: 26px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius:50%;
    border:5px solid var(--primary-color);
}
.about-line {
  margin-left: 24px;
}
.frame-line {
  max-width: 60px;
}
.frame-line>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-para {
  font-size: 48px;
  font-family: var(--clash-font-regular);
  background: linear-gradient(to right, #ffffff, #1c1c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-image {
  max-width: 675px;
}
.about-image>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p , .figure {
  padding:0 !important;
  margin:0 !important;
}
.title-3 {
  font-size: 35px;
  font-family: var(--clash-font-medium);
  font-weight: 300;
  color: var(--white-color);
}
.h3 {
  font-family: var(--clash-font-medium);
  font-weight: 300;
  margin: 0;
  font-style: normal;
}
.aboutpara-box {
  display:flex;
  align-items: center;
  margin:30px 0;
}
.para-2 {
  font-size: 18px;
  font-family: var(--clash-font-regular);
  font-weight: normal;
  color:var(--white-color);
  line-height: 28px;
  letter-spacing: 0%;
  opacity: 0.5;
}
.p {
  padding:0 !important;
  margin:0 !important;
}
.customer-care {
  display:flex;
}
.cst-icon {
  padding:12px 21px;
  background: var(--yellow-color);
  max-width: 99px;
  height: 81px;
}
.cst-icon>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cst-para {
  margin-left: 24px;
  padding-top: 10.28px;
}
.cst-support {
  font-size: 23px;
  text-transform: uppercase;
  font-family: var(--clash-font-medium);
}
.support {
  color:var(--white-color);
  font-weight: 500;
}
.p {
  margin:0 !important;
  padding:0 !important;
}
.cst-number {
  font-size: 31px;
  color: var(--yellow-color) !important;
  font-family: var(--clash-font-medium);
  margin-top: -15px;
}
.support {
  color:var(--white-color);
  font-weight: 500;
}
/* About section ends */
/* Responsive for About section */
@media screen and (max-width: 1850px) {
  .about-section {
    padding-top: 120px;
  }

  .about-para {
    font-size: 42px;
  }

  .about-image {
    max-width: 600px;
  }
}

@media screen and (max-width: 1400px) {
  .about-row {
    padding-bottom: 60px;
  }

  .title-2 {
    font-size: 24px;
  }

  .about-para {
    font-size: 36px;
  }

  .title-3 {
    font-size: 30px;
  }

  .aboutpara-box {
    flex-direction: column;
    gap: 20px;
  }

  .about-image {
    max-width: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .about-header {
    justify-content: center;
  }

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

  .about-para {
    font-size: 30px;
  }

  .about-image {
    max-width: 100%;
    margin: 0 auto;
  }

  .title-3 {
    font-size: 26px;
    text-align: center;
  }

  .customer-care {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .about-section {
    padding-top: 80px;
  }

  .title-2 {
    font-size: 22px;
    padding-left: 30px;
  }

  .title-2::before {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }

  .about-para {
    font-size: 24px;
    text-align: center;
  }

  .bottomabout-row {
    gap: 40px;
  }

  .title-3 {
    font-size: 22px;
  }

  .para-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .cst-number {
    font-size: 26px;
  }
}

@media screen and (max-width: 576px) {
  .about-section {
    padding-top: 60px;
  }

  .title-2 {
    font-size: 18px;
    padding-left: 26px;
  }

  .frame-line {
    max-width: 40px;
  }

  .about-para {
    font-size: 20px;
    line-height: 28px;
  }

  .title-3 {
    font-size: 20px;
  }

  .aboutpara-box {
    gap: 15px;
  }

  .para-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .customer-care {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cst-icon {
    margin-bottom: 10px;
  }

  .cst-number {
    font-size: 22px;
  }
}

/* Responsive for About section ends */
/* Services section starts */
.services-section {
  padding:80px 0;
  background: var(--black-color);
  margin-top: 100px;
}
.service-header {
  display:flex;
  align-items: center;
}
.title-4 {
  font-size: 27px;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  color: var(--white-color);
  font-weight: 900;
  text-transform: uppercase;
  position:relative;
  display:flex;
  align-items: center;
  padding-left: 36px;
}
.h4 {
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-weight: 900;
  margin: 0;
  font-style: normal;
}
.title-4::before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    background: transparent;
    border:5px solid var(--yellow-color);
}
.title-4::after {
    content: "";
    height:23px;
    width: 69px;
    background: url("../images/yellow stripes.png") no-repeat center/contain;
    position:absolute;
    right:-85px;
    top:5px;
}
.service-training {
  max-width: 1160px;
  padding:57px 0;
  margin:0 auto;
}
.services-link {
  display:flex;
  align-items: center;
  position:relative;
  border-bottom:1px dashed rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.services-link::before {
  content: "";
  position:absolute;
  height: 2px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: var(--white-color);
  transition: transform 0.25s ease-out;
}
.training-title {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-style: normal;
  margin: 0;
}
.training-image {
  max-width: 388px;
  transform:rotate(6deg);
  position:absolute;
  bottom:-4px;
  right: 13%;
  transition:all 0.3s ease;
  z-index: -1;
}
.training-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-arrow {
  transition:0.3s ease;
  position:absolute;
  bottom: 0;
  right: 8%;
  font-size: 45px;
  color: var(--white-color);
  font-weight: 900;
  text-transform: uppercase;
}
.service-training-1 {
  padding:57px 0;
  max-width: 1160px;
  margin:0 auto;
}
.service-link-1 {
  display:flex;
  align-items:center;
  position:relative;
  border-bottom:1px dashed rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.services-link-1::before {
  content: "";
  position:absolute;
  height: 2px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: var(--white-color);
  transition: transform 0.25s ease-out;
}
.training-title-1 {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-style: normal;
  margin: 0;
}
.right-arrow-1 {
  transition:0.3s ease;
  position:absolute;
  bottom: 0;
  right: 8%;
  font-size: 45px;
  color: var(--white-color);
  font-weight: 900;
  text-transform: uppercase;
}
.service-training-2 {
  padding:57px 0;
  max-width: 1160px;
  margin:0 auto;
}
.service-link-2 {
  display:flex;
  align-items:center;
  position:relative;
  border-bottom:1px dashed rgba(255, 255, 255, 0.5);
  z-index: 999;
}
.services-link-2::before {
  content: "";
  position:absolute;
  height: 2px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: var(--white-color);
  transition: transform 0.25s ease-out;
}
.training-title-2 {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-style: normal;
  margin: 0;
}
.right-arrow-2 {
  transition:0.3s ease;
  position:absolute;
  bottom: 0;
  right: 8%;
  font-size: 45px;
  color: var(--white-color);
  font-weight: 900;
  text-transform: uppercase;
}
/* Service section Ends */
/* Responsive for Services section */
@media screen and (max-width:1850px){
  .training-title,
  .training-title-1,
  .training-title-2{
    font-size:40px;
  }

  .training-image{
    max-width:340px;
    right:10%;
  }
}

@media screen and (max-width:1400px){
  .service-training,
  .service-training-1,
  .service-training-2{
    padding:45px 0;
  }

  .training-title,
  .training-title-1,
  .training-title-2{
    font-size:34px;
  }

  .right-arrow,
  .right-arrow-1,
  .right-arrow-2{
    font-size:36px;
    right:5%;
  }

  .training-image{
    max-width:300px;
    right:6%;
    transform:rotate(4deg);
  }
}

@media screen and (max-width:1200px){
  .title-4::after{
    right:-60px;
    width:55px;
  }

  .training-title,
  .training-title-1,
  .training-title-2{
    font-size:28px;
  }

  .training-image{
    max-width:240px;
    right:5%;
    bottom:-10px;
  }

  .right-arrow,
  .right-arrow-1,
  .right-arrow-2{
    font-size:30px;
  }
}


@media screen and (max-width:992px){

  .service-header{
    text-align:center;
    margin-bottom:40px;
  }

  .services-link{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding:22px 0;
    position:relative;
  }

  .training-title,
  .training-title-1,
  .training-title-2{
    font-size:26px;
    max-width:90%;
  }

  .training-image{
    display:block;
    position:static;
    transform:none;
    width:100%;
    max-width:380px;
    margin:10px 0 8px 0;
  }

  .right-arrow,
  .right-arrow-1,
  .right-arrow-2{
    position:absolute;
    right:0;
    bottom:22px;
    font-size:26px;
  }

  .services-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    border-bottom:1px dashed rgba(255,255,255,0.35);
  }
}



@media screen and (max-width:768px){

  .services-link{
    gap:12px;
    padding:20px 0;
  }

  .training-title,
  .training-title-1,
  .training-title-2{
    font-size:22px;
    max-width:100%;
  }

  .training-image{
    display:block;
    position:static;
    transform:none;
    width:100%;
    max-width:300px;
    margin:8px 0 6px 0;
  }

  .right-arrow,
  .right-arrow-1,
  .right-arrow-2{
    position:absolute;
    right:0;
    bottom:20px;
    font-size:23px;
  }
}




@media screen and (max-width:576px){
  .service-header{
    text-align:center;
    margin-bottom:30px;
  }
  .services-link{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    padding:18px 0;
    position:relative;
  }
  .training-title,
  .training-title-1,
  .training-title-2{
    font-size:20px;
    letter-spacing:1px;
    max-width:100%;
  }
  .training-image{
    display:block;          
    position:static;        
    transform:none;
    width:100%;
    max-width:260px;
    margin:8px 0 6px 0;
    z-index:1;
  }
  .right-arrow,
  .right-arrow-1,
  .right-arrow-2{
    position:absolute;
    right:0;
    bottom:18px;
    font-size:22px;
  }
  .services-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    border-bottom:1px dashed rgba(255,255,255,0.3);
  }
}
/* Responsive for services section ends */
/* About our gym section starts */
.abt-our-gym {
  background: url("../images/Gym\ about\ section.png") no-repeat center/cover;
  background-attachment: fixed;
  padding: 80px 0;
}
.about-row {
  padding:80px 0;
}
.about-header {
  display:flex;
  align-items: center;
}
.title-5 {
  font-size: 27px;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  color: var(--white-color);
  display:flex;
  font-weight: 900;
  align-items: center;
  padding-left: 36px;
  position: relative;
}
.h5 {
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0;
}
.title-5::before {
    content: "";
    width: 26px;
    height: 26px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius:50%;
    border:5px solid var(--primary-color);
}
.title-5::after {
    content: "";
    height:23px;
    width: 69px;
    background: url("../images/yellow stripes.png") no-repeat center/contain;
    position:absolute;
    right:-85px;
    top:5px;
}
.about-para-1 {
  font-size: 48px;
  font-family: var(--clash-font-regular);
  line-height: auto;
  letter-spacing: 0%;
  background: linear-gradient(to right, #ffffff, #1c1c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gym-aboutimg {
  max-width: 848px;
  backdrop-filter: dropshadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.gym-aboutimg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gym-about-card {
  max-width: 412px;
  width: 100%;
  padding: 30px;
  border: 1px solid var(--yellow-color);
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  backdrop-filter: blur(60px);
}

.gym-about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(242,255,0,0) 0%,
    rgba(242,255,0,0.15) 100%
  );
}

.gym-title {
  font-size: 19px;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 22px 0;
  letter-spacing: 0.5px;
}

.gym-para {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.55;
  font-family: var(--clash-font-regular);
  line-height: 28px;
}
.fa-check {
  font-size: 29px;
  color: var(--yellow-color);
  margin-bottom: 8px;
}
.card-col {
  display: flex;
}

/* About our gym section ends */
/* Responsive for about our gym section */
@media screen and (max-width: 576px) {

  .abt-our-gym {
    padding: 50px 0;
    background-attachment: scroll;
  }

  /* Force single column */
  .bottom-about .card-col {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }

  /* Narrow centered cards */
  .gym-about-card {
    width: 90%;
    max-width: 380px;
    margin: 0 auto 18px auto;
    padding: 20px;
  }

  /* Remove zig-zag */
  .gym-about-card.ms-auto {
    margin-left: auto !important;
  }

  /* Typography */
  .gym-title {
    font-size: 15px;
    margin: 12px 0;
  }

  .gym-para {
    font-size: 14px;
    line-height: 21px;
  }

  .fa-check {
    font-size: 20px;
  }

  /* Heading area */
  .about-row {
    text-align: center;
    padding: 30px 0 15px;
  }

  .about-header {
    justify-content: center;
  }

  .title-5 {
    font-size: 18px;
    padding-left: 26px;
  }

  .title-5::after {
    display: none;
  }

  .about-para-1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 8px;
  }

  /* Image spacing */
  .gym-aboutimg {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {

  .bottom-about .card-col {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }

  .gym-about-card {
    width: 85%;
    max-width: 420px;
    margin: 0 auto 22px auto;
    padding: 22px;
  }

  .gym-title { font-size: 16px; }
  .gym-para  { font-size: 15px; line-height: 23px; }

  .about-para-1 { font-size: 28px; line-height: 36px; }
}

@media screen and (min-width: 769px) and (max-width: 992px) {

  .bottom-about .card-col {
    justify-content: center;
  }

  .gym-about-card {
    max-width: 360px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1400px) {

  .gym-about-card {
    max-width: 412px;
    padding: 30px;
  }

  .gym-title { font-size: 20px; }
  .gym-para  { font-size: 18px; }

  .about-para-1 { font-size: 52px; }
}

@media screen and (min-width: 1850px) {

  .container { max-width: 1700px; }

  .gym-about-card {
    max-width: 450px;
    padding: 36px;
  }

  .gym-title { font-size: 22px; }
  .gym-para  { font-size: 19px; line-height: 30px; }

  .about-para-1 { font-size: 64px; }
}
/* Responsive for about our gym section ends */
/* Meet your coaches section starts */
.coaches-section {
  background: var(--black-color);
  padding:80px 0px 160px;
  margin-top: 40px;
}
.coaches-row {
  padding-bottom: 80px;
}
.coaches-header {
  display:flex;
  align-items: center;
}
.title-7 {
  font-size: 27px;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  color: var(--white-color);
  line-height: auto;
  letter-spacing: 0%;
  position: relative;
  display: flex;
  align-items: center;
  margin:0;
}
.title-7::before {
  border-radius: 50%;
  content:"";
  height: 26px;
  width: 26px;
  position:absolute;
  background: transparent;
  border:5px solid var(--yellow-color);
  left:-35px;
  top:2px;
}
.title-7::after {
    content: "";
    height:23px;
    width: 69px;
    background: url("../images/yellow stripes.png") no-repeat center/contain;
    position:absolute;
    right:-85px;
    top:5px;
}
.coaches-header-para-1 {
  font-size: 48px;
  font-family: var(--clash-font-regular);
  line-height: auto;
  letter-spacing: 0%;
  background: linear-gradient(to right, #ffffff, #1c1c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* SWIPER */
/* CONTAINER */
.coach-slider-container-3 {
  max-width: 1920px;
  margin: 0 auto;
}

/* SWIPER */
.coachSwiper-5 {
  width: 100%;
  padding-bottom: 70px;
}

.coachSwiper-5 .swiper-slide {
  height: auto;
  display: flex;
}

/* CARD */
.coach-card {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
  background: url("../images/card-background.png") center/cover no-repeat;
}

/* IMAGE */
.coach-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(100%);
  transform: scale(1.05);
}
.coach-bg-1 {
  position: absolute;
  inset: 0;
  width:570px;
  height:498px;
  object-fit: contain;
  object-position: top center;
  filter: grayscale(100%);
  transform: scale(1.05);
}

.coach-bg-2 {
  position: absolute;
  inset: 0;
  width:570px;
  height:498px;
  object-fit: contain;
  object-position: top center;
  filter: grayscale(100%);
  transform: scale(1.05);
}

/* OVERLAY */
.coach-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,1) 18%,
    rgba(0,0,0,0.75) 40%,
    rgba(0,0,0,0.35) 65%,
    transparent 100%
  );
  z-index: 1;
}

/* TEXT */
.coach-info {
  position: absolute;
  bottom: 40px;
  left: 36px;
  z-index: 2;
}

.stripes { 
  width: 38px; 
  margin-bottom: 6px;
  height: 12px; 
}

.coach-info h6 {
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-size: 16px;
  color: var(--white-font);
}

.coach-info h3 {
  font-family: var(--clash-font-extralight);
  font-size: 53px;
  font-weight: 300;
  color: var(--white-font);
  line-height: auto;
  letter-spacing: -3%;
  opacity: 50%;
}

/* PAGINATION */
.coach-pagination {
  text-align: center;
  margin-top: 30px;
}

.coach-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: #444;
  opacity: 1;
}

.coach-pagination .swiper-pagination-bullet-active {
  background: var(--yellow-color);
}
/* Meet your coaches section ends */
/* Responsive for meet your coaches section */
@media screen and (max-width: 1850px) {
  .coaches-section { padding: 70px 0 140px; }

  .coaches-header-para-1 { font-size: 44px; }

  .coach-card { height: 470px; }

  .coach-info h3 { font-size: 48px; }
}

@media screen and (max-width: 1400px) {
  .coaches-section { padding: 70px 0 130px; }

  .coaches-header-para-1 { font-size: 40px; }

  .coach-card { height: 440px; }

  .coach-info { bottom: 32px; left: 28px; }

  .coach-info h3 { font-size: 44px; }
}

@media screen and (max-width: 1200px) {
  .coaches-section { padding: 60px 0 120px; }

  .coaches-row { padding-bottom: 60px; }

  .coaches-header-para-1 { font-size: 34px; }

  .coach-card { height: 410px; }

  .coach-info h6 { font-size: 14px; }

  .coach-info h3 { font-size: 38px; }
}

@media screen and (max-width: 992px) {
  .coaches-section { padding: 60px 0 110px; }

  .coaches-row {
    text-align: center;
    gap: 20px;
  }

  .title-7::before,
  .title-7::after { display: none; }

  .coaches-header { justify-content: center; }

  .coaches-header-para { text-align: center; }

  .coaches-header-para-1 { font-size: 30px; }

  .coach-card { height: 380px; }

  .coach-info { left: 24px; bottom: 28px; }

  .coach-info h3 { font-size: 34px; }
}

@media screen and (max-width: 768px) {
  .coaches-section { padding: 50px 0 100px; }

  .coaches-header-para-1 { font-size: 26px; }

  .coach-card { height: 350px; }

  .coach-info h6 { font-size: 13px; }

  .coach-info h3 { font-size: 30px; }

  .stripes { width: 32px; }
}

@media screen and (max-width: 576px) {
  .coaches-section { padding: 45px 0 90px; }

  .title-7 { font-size: 20px; }

  .coaches-header-para-1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .coach-card { height: 320px; }

  .coach-info {
    left: 18px;
    bottom: 22px;
  }

  .coach-info h6 { font-size: 12px; }

  .coach-info h3 { font-size: 26px; }

  .coach-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
  }
}
/* Responsive for meet your coaches section ends */
/* Choose your plan section starts */
.plan-section {
  background: var(--black-color);
  padding:80px 0;
  position: relative;
  overflow: hidden;
}
.abt-row {
  padding-bottom: 80px;
}
.plan-header {
  display: flex;
  align-items: center;
}
.title-10 {
  font-size: 27px;
  font-weight: 900;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  color: var(--white-font);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position:relative;
  margin-left: 36px;
}
.h6 {
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-style: normal;
  margin: 0;
}
.title-10::before {
  content:"";
  width:26px;
  height:26px;
  border-radius: 50%;
  position:absolute;
  left: -37px;
  top: 2px;
  background: transparent;
  border:5px solid var(--primary-color);
}
.title-10::after {
    content: "";
    height:23px;
    width: 69px;
    background: url("../images/yellow stripes.png") no-repeat center/contain;
    position:absolute;
    right:-85px;
    top:5px;
}
.plan-para {
     font-size: 48px;
  font-family: var(--clash-font-regular);
  line-height: auto;
  letter-spacing: 0%;
  background: linear-gradient(to right, #ffffff, #1c1c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card-container {
  max-width: 1920px;
  width:100%;
  margin:0 auto;
  padding:0px;
}
/* ELITE CARD */
.pricing-card {
  background: url("../images/rate-cardBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #1E1E1E;
  padding: 24px 24px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 20%);
  position: relative;
  height: 100%;
  transition: 0.3s ease;
}
.plan-type-img {
  width:38px;
  height:12px;
  gap:-2px;
}
.plan-header-type {
  font-family:  'Akira Expanded-Superbold', sans-serif;
  font-size: 16px;
  line-height: auto;
  letter-spacing: 0%;
  font-style: normal;
  color:var(--white-font);
  margin-top: 5px;
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: #eaff00;
}

/* Yellow side stripes */
.card-line-1 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:195px;
}
.card-line-2 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:235px;
}
.card-line-3 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:275px;
}
.card-line-4 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:315px;
}
.card-line-5 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:355px;
}
.card-line-6 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:395px;
}
.card-line-7 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:430px;
}
.card-line-8 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:465px;
}
.plan-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 100%);
  margin-bottom: 120px;
  font-family:var(--clash-font-regular);
  line-height: 28px;
  letter-spacing: 0%;
  opacity:50%;
  font-style: normal;
  font-weight: 200;
}

.price {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: auto;
  letter-spacing: -3%;
  color:var(--white-font);
  font-family: var(--clash-font-semibold);
  font-weight: 400;
  font-style: normal;
  margin-top: 50px;
}

.price span {
  font-size: 22px;
  font-weight: 100;
  color: var(--white-color);
  font-family: var(--clash-font-medium);
  position: absolute;
  top: 229px;
  right: 330px;
}

.features li {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--white-color);
  position: relative;
  padding-left: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: var(--clash-font-regular);
  font-style: normal;
  opacity: 50%;
  top:-65px;
}

.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFFFFF;
  width:8px;
  height:6px;
}

/* Button */
.pricing-btn {
  display: inline-block;
  padding: 20px 20px;
  border: 8px ridge var(--yellow-color);
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-family: var(--clash-font-semibold);
  text-transform: uppercase;
  font-style: normal;
  margin-top: 100px;
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 4.8px;
  width: 100%;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
}
.pricing-btn:hover {
  box-shadow: inset 0px 0px 25px var(--yellow-color);
}
/* PRO CARD */
.pricing-card-Pro {
  background: url("../images/rate-cardBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #1E1E1E;
  padding: 24px 24px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 20%);
  position: relative;
  height: 100%;
  transition: 0.3s ease;
}
.pricing-card-pro {
  font-family:  'Akira Expanded-Superbold', sans-serif;
  font-size: 16px;
  line-height: auto;
  letter-spacing: 0%;
  font-style: normal;
  color:var(--white-font);
  margin-top: 5px;
}
.plan-desc-pro {
   font-size: 18px;
   color: rgba(255, 255, 255, 100%);
   margin-bottom: 120px;
   font-family:var(--clash-font-regular);
   line-height: 28px;
   letter-spacing: 0%;
   opacity:50%;
   font-style: normal;
   font-weight: 200;
}
.price-pro {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: auto;
  letter-spacing: -3%;
  color:var(--white-font);
  font-family: var(--clash-font-semibold);
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
}
.price-pro span {
  font-size: 22px;
  font-weight: 100;
  color: var(--white-color);
  font-family: var(--clash-font-medium);
  position: absolute;
  top: 255px;
  right: 325px;
}
.features-pro li {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--white-color);
  position: relative;
  padding-left: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: var(--clash-font-regular);
  font-style: normal;
  opacity: 50%;
  top:-95px;
}
.features-pro li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFFFFF;
  width:8px;
  height:6px;
}
.card-line-pro-1 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:195px;
}
.card-line-pro-2 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:235px;
}
.card-line-pro-3 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:275px;
}
.card-line-pro-4 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:315px;
}
.card-line-pro-5 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:355px;
}
.card-line-pro-6 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:395px;
}
.card-line-pro-7 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:430px;
}
.card-line-pro-8 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:465px;
}
/* Active Plan (Middle) */
.active-plan {
  border: 1px solid #eaff00;
}

.active-btn-pro {
  background: #eaff00;
  color: #000;
  border: none;
}

.active-btn-pro:hover {
  background: #fff000;
  color: #000;
}
/* BASIC CARD */
.pricing-card-basic {
  font-family:  'Akira Expanded-Superbold', sans-serif;
  font-size: 16px;
  line-height: auto;
  letter-spacing: 0%;
  font-style: normal;
  color:var(--white-font);
  margin-top: 5px;
}
.plan-desc-basic {
   font-size: 18px;
   color: rgba(255, 255, 255, 100%);
   margin-bottom: 120px;
   font-family:var(--clash-font-regular);
   line-height: 28px;
   letter-spacing: 0%;
   opacity:50%;
   font-style: normal;
   font-weight: 200;
}
.price-basic {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: auto;
  letter-spacing: -3%;
  color:var(--white-font);
  font-family: var(--clash-font-semibold);
  font-weight: 400;
  font-style: normal;
  margin-top: 50px;
}
.price-basic span {
  font-size: 22px;
  font-weight: 100;
  color: var(--white-color);
  font-family: var(--clash-font-medium);
  position: absolute;
  top: 225px;
  right: 345px;
}
.features-basic li {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--white-color);
  position: relative;
  padding-left: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: var(--clash-font-regular);
  font-style: normal;
  opacity: 50%;
  top:-65px;
}
.features-basic li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFFFFF;
  width:8px;
  height:6px;
}
.pricing-btn-pro {
  display: inline-block;
  padding: 20px 20px;
  border: 8px ridge var(--yellow-color);
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-family: var(--clash-font-semibold);
  text-transform: uppercase;
  font-style: normal;
  margin-top: 100px;
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 4.8px;
  width: 100%;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
}
.pricing-btn-pro:hover {
    box-shadow: inset 0px 0px 25px var(--yellow-color);
}
.card-line-basic-1 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:195px;
}
.card-line-basic-2 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:235px;
}
.card-line-basic-3 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:275px;
}
.card-line-basic-4 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:315px;
}
.card-line-basic-5 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:355px;
}
.card-line-basic-6 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:395px;
}
.card-line-basic-7 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:430px;
}
.card-line-basic-8 {
  position:absolute;
  width:20px;
  height:50px;
  transform:skew(45deg);
  display: block;
  background-color: var(--yellow-color);
  right:50px;
  top:465px;
}
/* Plan section Ends */
/* Responsive for plan section starts */
@media screen and (max-width: 576px) {

  .title-10 {
    font-size: 18px;
    margin-left: 0;
  }

  .title-10::before,
  .title-10::after {
    display: none;
  }

  .plan-para {
    font-size: 20px;
  }

  .price,
  .price-pro,
  .price-basic {
    font-size: 36px;
  }

  .features li,
  .features-pro li,
  .features-basic li {
    font-size: 14px;
  }

  .pricing-btn,
  .pricing-btn-pro {
    font-size: 14px;
    padding: 14px;
  }
}
@media screen and (max-width: 768px) {

  .plan-section {
    padding: 60px 0;
  }

  .plan-para {
    font-size: 26px;
  }

  .price,
  .price-pro,
  .price-basic {
    font-size: 42px;
  }

  .pricing-btn,
  .pricing-btn-pro {
    padding: 16px;
  }

}
@media screen and (max-width: 992px) {

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

  .plan-header {
    justify-content: center;
  }

  .plan-para {
    font-size: 32px;
    text-align: center;
  }

  .pricing-card,
  .pricing-card-Pro {
    padding: 20px;
  }

}
@media screen and (max-width: 1200px) {
  .plan-para {
    font-size: 36px;
  }

  .title-10 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .plan-para {
    font-size: 40px;
  }
}
@media screen and (min-width: 1850px) {
  .card-container {
    max-width: 1700px;
  }
}
/* Responsive ends */
/* Plan section Ends */
/* Location Section starts */
.location-sec {
  padding:80px 0 120px;
  background:url("../images/Location\ Background.png"),
  linear-gradient(to top rgba(0, 0, 0, 0%), rgba(0, 0, 0, 80.41%), rgba(0, 0, 0 , 100%)),(to bottom rgba(0, 0, 0, 100%), rgba(0, 0, 0, 100%));;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.loca-hdr {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.title-98 {
  font-size: 27px;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-weight: 900;
  font-style: normal;
  color:var(--white-color);
  position: relative;
  display:flex;
  justify-content: center;
  line-height: auto;
  letter-spacing: 0%;
}
.title-98::before {
  content:"";
  width:26px;
  height:26px;
  border-radius: 50%;
  position:absolute;
  left: -37px;
  top: 2px;
  background: transparent;
  border:5px solid var(--primary-color);
}
.title-98::after {
    content: "";
    height:23px;
    width: 69px;
    background: url("../images/yellow stripes.png") no-repeat center/contain;
    position:absolute;
    right:-85px;
    top:5px;
}
.location-para {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-left: 40px;
}
.para-3 {
  font-size: 48px;
  font-family: var(--clash-font-regular);
  line-height: auto;
  letter-spacing: 0%;
  background: linear-gradient(to right, #ffffff, #1c1c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -35px;
}
.common-para {
  font-size: 48px;
  color:var(--white-color);
  font-family: var(--clash-font-regular);
  line-height: auto;
  letter-spacing: 0%;
}
.yellow-para {
  color:var(--yellow-color);
  font-size: 48px;
  font-family: var(--clash-font-regular);
  line-height: auto;
  letter-spacing: 0%;
}
.location-row {
  margin-top: 30px;
  align-items: center;
}
.devider {
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}
.country-name {
  font-size: 81px;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--clash-font-bold);
  font-size: 81px;
  font-style: normal;
  line-height: auto;
  letter-spacing: 0%;
  margin-right: 80px;
}
.country-name>span:nth-child(1) {
  color: var(--yellow-color);
}
.country {
  font-size: 32px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--clash-font-regular);
  font-size: 32px;
  font-style: normal;
  line-height: auto;
  letter-spacing: 0%;
  margin-right: 90px;
  margin-top: -60px;
}
.location-contain {
  padding-left: 30px;
}
.para-2 {
  font-style: var(--clash-font-regular);
  font-size: 18px;
  color:var(--white-font);
  opacity: 50%;
  line-height: 28px;
  letter-spacing: 0%;
}
.location-map {
  max-width: 1400px;
  margin: 80px auto 0 !important;
}
.location-map>img {
  width:100%;
  height:100%;
  object-fit: contain;
}
/* Location Section Ends */
/* Responsiveness for location section starts */
/* =========================
   1850px and below
========================= */
@media (max-width: 1850px) {
  .location-map {
    max-width: 1200px;
  }
}

/* =========================
   1400px and below
========================= */
@media (max-width: 1400px) {

  .para-3,
  .common-para,
  .yellow-para {
    font-size: 42px;
  }

  .country-name {
    font-size: 70px;
    margin-right: 50px;
  }

  .country {
    font-size: 26px;
    margin-right: 50px;
  }

  .location-map {
    max-width: 1100px;
  }
}

/* =========================
   1200px and below
========================= */
@media (max-width: 1200px) {

  .location-sec {
    padding: 70px 0 100px;
  }

  .location-para {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .para-3,
  .common-para,
  .yellow-para {
    font-size: 36px;
  }

  .country-name {
    font-size: 60px;
  }

  .country {
    font-size: 22px;
    margin-top: -40px;
  }

  .location-map {
    max-width: 1000px;
  }
}

/* =========================
   992px and below
========================= */
@media (max-width: 992px) {

  .loca-hdr,
  .location-para {
    margin-left: 0;
  }

  .title-98::before {
    left: -30px;
  }

  .title-98::after {
    right: -60px;
  }

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

  .devider {
    border-right: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .location-contain {
    padding-left: 0;
  }

  .para-3,
  .common-para,
  .yellow-para {
    font-size: 30px;
  }

  .country-name {
    font-size: 50px;
    margin-right: 0;
  }

  .country {
    font-size: 20px;
    margin-right: 0;
    margin-top: 0;
  }

  .location-map {
    margin-top: 60px !important;
  }
}

/* =========================
   768px and below
========================= */
@media (max-width: 768px) {

  .location-sec {
    padding: 60px 0 80px;
  }

  .title-98 {
    font-size: 22px;
  }

  .title-98::before {
    width: 18px;
    height: 18px;
    border-width: 4px;
    left: -25px;
  }

  .title-98::after {
    width: 50px;
    right: -50px;
  }

  .para-3,
  .common-para,
  .yellow-para {
    font-size: 24px;
  }

  .para-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .country-name {
    font-size: 42px;
  }

  .country {
    font-size: 18px;
  }

  .location-map {
    max-width: 90%;
  }
}

/* =========================
   576px and below (Mobile)
========================= */
@media (max-width: 576px) {

  .location-sec {
    padding: 50px 0 70px;
  }

  .loca-hdr {
    justify-content: center;
  }

  .title-98 {
    font-size: 18px;
  }

  .title-98::before,
  .title-98::after {
    display: none;
  }

  .location-para {
    text-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .para-3,
  .common-para,
  .yellow-para {
    font-size: 20px;
  }

  .country-name {
    font-size: 36px;
  }

  .country {
    font-size: 16px;
  }

  .para-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .location-map {
    margin-top: 40px !important;
  }
}
/* Responsiveness for location section ends */
/* Transform Section Starts */
.transform-section {
  padding: 468px 0 0;
  background: url("../images/transformation-image.png");
  position: relative;
  z-index: 1;
}
.transform-contain {
  text-align: center;
  position: relative;
}
.title-231 {
  font-size: 43px;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--white-color);
  line-height: auto;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
}
.title-968 {
  font-size: 77px;
  font-family: 'Akira Expanded-Superbold', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--yellow-color);
  line-height: auto;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.transform-line {
  margin:50px 0;
}
.transform-line-:first-child {
  margin-left: 0;
}
.transform-line-1 {
  width: 10px;
  height: 26px;
  background-color: var(--yellow-color);
  transform: skew(-45deg);
  margin-left: -30px;
}
.transform-line-2 {
  width: 10px;
  height: 26px;
  background-color: var(--yellow-color);
  transform: skew(-45deg);
  margin-left: -40px;
}
.transform-line-3 {
  width: 10px;
  height: 26px;
  background-color: var(--yellow-color);
  transform: skew(-45deg);
  margin-left: -40px;
}
.transform-box {
  max-width:1000px;
  margin:0 auto;
}
.abt-para {
  font-size: 35px;
  color: var(--white-color);
  font-family: var(--clash-font-regular);
  line-height: auto;
  letter-spacing: 0%;
}
.transform-para {
    background: linear-gradient(to right, #ffffff, #1c1c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.body-builder {
  max-width: 678px;
  position:absolute;
  bottom: 84px;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
}
.body-builder>img {
  width:100%;
  height:100%;
  object-fit: contain;
}
/* Transform Section Ends */
/* Responsive for Transform section starts */
@media screen and (max-width: 576px) {

  .transform-section {
    padding: 180px 0 0;
  }

  .title-231 {
    font-size: 18px;
  }

  .title-968 {
    font-size: 28px;
  }

  .abt-para {
    font-size: 16px;
  }

  .transform-line span {
    height: 18px;
    width: 6px;
  }

  .body-builder {
    max-width: 260px;
    bottom: -20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {

  .transform-section {
    padding: 220px 0 0;
  }

  .title-231 {
    font-size: 24px;
  }

  .title-968 {
    font-size: 40px;
  }

  .abt-para {
    font-size: 18px;
  }

  .body-builder {
    max-width: 350px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {

  .transform-section {
    padding: 260px 0 0;
  }

  .title-231 {
    font-size: 30px;
  }

  .title-968 {
    font-size: 52px;
  }

  .abt-para {
    font-size: 22px;
  }

  .body-builder {
    max-width: 450px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {

  .transform-section {
    padding: 320px 0 0;
  }

  .title-231 {
    font-size: 36px;
  }

  .title-968 {
    font-size: 64px;
  }

  .abt-para {
    font-size: 28px;
  }

  .body-builder {
    max-width: 550px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {

  .transform-section {
    padding: 380px 0 0;
  }

  .title-231 {
    font-size: 40px;
  }

  .title-968 {
    font-size: 72px;
  }

  .body-builder {
    max-width: 620px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1850px) {

  .transform-section {
    padding: 440px 0 0;
  }

  .body-builder {
    max-width: 700px;
  }
}
/* Responsiveness for Transform section ends */
/* Footer section starts */
.footer-section {
  background: #000;
  color: #fff;
  padding: 80px 0;
}
.copyright {
  font-size: 42px;
  line-height: auto;
  color: var(--white-color);
  letter-spacing: 0%;
  font-family: var(--clash-font-medium);
  font-style: normal;
}

.social-links li {
  margin-bottom: 10px;
}

.social-links a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 21px;
  font-family: var(--clash-font-medium);
  line-height: auto;
  letter-spacing: 0%;
  display: flex;
  justify-content: space-between;
  max-width: 120px;
}

.social-links a span {
  margin-left: 400px;
}

.footer-logo {
  font-size: 260px;
  font-weight: 900;
  color: var(--yellow-color);
  font-family: var(--clash-font-semibold);
  font-style: normal;
  line-height: auto;
  letter-spacing: 0%;
  margin: 0;
}

.footer-nav a {
  color: var(--white-color);
  font-family: var(--clash-font-medium);
  font-style: normal;
  line-height: auto;
  letter-spacing: 0%;
  text-decoration: none;
  font-size: 18px;
  margin-right: 15px;
}

.footer-nav a:hover {
  color: var(--white-color);
}

.footer-divider {
  border-color: var(--white-color);
  margin: 50px 0;
}

.stay-title {
  font-size: 52px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--clash-font-medium);
  font-style: normal;
  line-height: auto;
  letter-spacing: 0%;
}

.stay-text {
  font-size: 20px;
  color: var(--white-color);
  max-width: 500px;
  font-family: var(--clash-font-medium);
  font-style: normal;
  line-height: auto;
  letter-spacing: 0%;
  opacity: 50%;
  font-weight: 100;
}

.subscribe-form {
  background: #1E1E1E;
  border-radius: 116px;
  padding: 24px;
}

.email-input {
  background: transparent;
  border: none;
  color: var(--white-color);
  padding-left: 20px;
}

.email-input:focus {
  box-shadow: none;
  background: transparent;
  color: var(--white-color);
}
.subscribe-btn {
    background: rgba(255, 247, 0, 0.1);
    border: 2px solid var(--primary-yellow);
    border-radius: 37.5px;
    padding: 12px 16px 12px 26px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--primary-yellow);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 319px;
    height: 77px;
    line-height: auto;
    letter-spacing: 0px;
    font-family: 'clash Display variable' sans-serif;
}

.subscribe-btn:hover {
    background: rgba(255, 247, 0, 0.2);
    transform: translateY(-2px);
}
/* Footer Section Ends */
/* Responsive for Footer Section starts */
@media (max-width: 1820px) {

  .footer-logo {
    font-size: 220px;
  }

}
@media (max-width: 1400px) {

  .footer-logo {
    font-size: 180px;
  }

  .copyright {
    font-size: 36px;
  }

  .stay-title {
    font-size: 46px;
  }

}
@media (max-width: 1200px) {

  .footer-logo {
    font-size: 150px;
  }

  .subscribe-btn {
    width: 260px;
    height: 65px;
    font-size: 16px;
  }

  .subscribe-form {
    padding: 18px;
  }

}
@media (max-width: 992px) {

  .footer-section {
    padding: 60px 0;
  }

  .footer-logo {
    font-size: 120px;
  }

  .copyright {
    font-size: 28px;
  }

  .stay-title {
    font-size: 36px;
  }

  .stay-text {
    font-size: 18px;
  }

  .footer-nav a {
    font-size: 16px;
  }

  .subscribe-btn {
    width: 220px;
    height: 60px;
  }

}
@media (max-width: 768px) {

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

  .footer-logo {
    font-size: 90px;
    text-align: center;
  }

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

  .footer-nav .list-inline-item {
    display: block;
    margin-bottom: 10px;
  }

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

  .subscribe-form {
    flex-direction: column;
    gap: 15px;
    border-radius: 40px;
  }

  .subscribe-btn {
    width: 100%;
    justify-content: center;
  }

}
@media (max-width: 576px) {

  .footer-section {
    padding: 40px 0;
  }

  .footer-logo {
    font-size: 60px;
  }

  .copyright {
    font-size: 20px;
  }

  .stay-title {
    font-size: 28px;
  }

  .stay-text {
    font-size: 16px;
  }

  .email-input {
    padding-left: 10px;
  }

  .subscribe-form {
    padding: 15px;
  }

}
/* Responsive for Footer Section ends */
