body {
  background-color: #000000;
  color: white;
}

/* @import url('../fonts//stretchPro-font/StretchPro.otf; */
@font-face {
  font-family: "Stretch Pro, Regular";
  src: url("../fonts/stretchPro-font/StretchPro.otf") format("woff2"),
    url("../fonts/stretchPro-font/StretchPro.otf") format("woff"),
    url("../fonts/stretchPro-font/StretchPro.otf") format("truetype");
}

@font-face {
  font-family: "ZonaPro-Regular";
  src: url("../fonts/zona-pro/ZonaPro-Regular.ttf") format("woff2"),
    url("../fonts/zona-pro/ZonaPro-Regular.ttf") format("woff"),
    url("../fonts/zona-pro/ZonaPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "ZonaPro-SemiBold";
  src: url("../fonts/zona-pro/ZonaPro-SemiBold.ttf") format("woff2"),
    url("../fonts/zona-pro/ZonaPro-SemiBold.ttf") format("woff"),
    url("../fonts/zona-pro/ZonaPro-SemiBold.ttf") format("truetype");
}

.banner {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("../image/banner-1.jpg") center/cover no-repeat;
  background-position-x: 85%;
  display: flex;
}

.banner-content {
  color: white;
  text-align: left;
  color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.banner-content h1 {
  width: 100%;
  font-size: 70px;
  font-family: "Stretch Pro, Regular";
  margin-bottom: 58px;
}

.banner-content p {
  margin: 20px 0 60px 0;
  font-size: 20px;
  font-family: "ZonaPro-Regular";
}

.slanted-button {
  display: inline-block;
  padding: 16px 31px;
  color: #ffffff;
  text-decoration: none;
  /* border-color: #a3c516; */
  background-color: inherit;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  border-radius: 0px 50px;
  width: 175px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #a3c516;
}

.slanted-button:hover {
  transition: 0.3s ease;
  border-radius: 50px 0px;
  background-color: #a3c516;
  color: white;
}

.slanted-button a {
  color: #fff !important;
  text-decoration: none !important;
}

.heading {
  width: 95%;
  margin-bottom: 22px;
  font-size: 65px;
  font-family: "Stretch Pro, Regular";
}

.block-content p {
  width: 88%;
}

.items li a {
  padding-right: 24px !important;
  color: white;
  text-transform: capitalize;
  font-size: 20px;
}

/* ---------------about---------------------- */

.content {
  justify-content: center;
  align-items: center;
  display: flex;
}
.twen {
  margin-left: 10%;
  width: 91%;
}

/* -----------services----------------- */
.slanted-div {
  padding: 26px;
  width: 380px;
  height: 100%;
  background-color: #cac4b7;
  transform: skewX(-9deg);
  color: black;
  border: 2px #cac4b7;
}

/* .slanted-div:hover {
  border: 2px solid black;
  transition: 0.3s ease;
} */

.slanted-div h2 {
  font-family: "ZonaPro-SemiBold";
}

.slanted-div p {
  margin-top: 22px;
  line-height: 30px;
  font-family: "ZonaPro-Regular";
}
.serv {
  margin-top: 40px;
}
/* -------------pricing-------------------- */

.subtext {
  width: 70%;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "ZonaPro-Regular";
}

.pricing-box {
  height: 100%;
  border: 2px solid #ddd;
  border-radius: 20px;
  padding: 30px 42px;
  margin-bottom: 20px;
}

.pricing-box:hover {
  border: 2px solid #a3c516;
}

.pricing-box h2 {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 15px;
}

.pricing-box h3 {
  font-size: 36px;
  margin-bottom: 15px;
}

.pricing-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.pricing-box ul li {
  margin-bottom: 10px;
  font-family: "ZonaPro-Regular";
}

.pricing-box h5 {
  font-size: 1.25rem;
  color: #a3c516;
}

.price-btn {
  margin: 30px 0px 0 -4px;
  width: 100%;
  border-radius: 0px 73px;
  /* border-color: #a3c516; */
  background-color: inherit;
  color: inherit;
  padding: 8px;
  font-size: 18px;
  border: 1px solid #a3c516;
}

.pricing-box:hover .price-btn {
  background-color: #a3c516;
  transition: 0.3s ease-in;
}

.pricing-box ul {
  list-style-type: none;
  padding: 0;
}

.pricing-box ul li::before {
  content: "\2022"; /* Add your preferred list style here, e.g., \25CF for a solid circle */
  color: #a3c516; /* Set the color for the list style points */
  font-size: 1.5em; /* Adjust the font size as needed */
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* -------------------Coach---------------------*/
/* .coach-txt {
  text-align: right;
  margin-right: 49px;
  margin-top: -86px;
} */

/* .coach-txt h4,
.coach-txt p {
  color: #fff;
  margin: 0;
} */

.trainers img {
  width: 100%;
}

/* ----------------------programs------------------------ */
/*** Team Start ***/

.owl-carousel .owl-item img {
  border-radius: 20px !important;
  display: block;
  width: 100%;
}

.team-carousel .owl-nav .owl-next:hover,
.team-carousel .owl-nav .owl-prev:hover {
  background: #a3c516 !important;
  color: var(--bs-white);
}

.team-item {
  border-radius: 20px;
}

.team-content::before {
  height: 200px;
  display: block;
  content: "";
  position: relative;
  padding: 60px;
  opacity: 1;
}

.team-img-icon {
  position: relative;
  margin-top: -200px;
  padding-bottom: 0;
}

.team-name h4 {
  margin-bottom: 25px;
  color: white !important;
  font-family: "Stretch Pro, Regular";
}

.team-content:hover .team-name h4 {
  margin-bottom: 10px;
}

.team-name p {
  display: none;
  font-family: "ZonaPro-Regular";
}

.team-content:hover p {
  display: block;
  transition: 0.3s ease;
  padding: 15px 30px;
}

.team-img {
}

.team-item:hover h4 {
}

.team-item:hover .team-img img {
}

.team-carousel .owl-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.team-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 50px;
  display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  margin-left: 15px;
  background: var(--bs-secondary);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

@media (max-width: 992px) {
  .team-carousel {
    margin-top: 3rem;
  }

  .team-carousel .owl-nav {
    top: -85px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: -15px;
  }
}

/* --custom-- */

.team-carousel .owl-dots {
  width: 422px;
  height: 4px;
  background: #151a1e;
  margin: 40px auto 0px auto;
  display: flex;
  padding: 0px 30px;
  align-items: center;
}

.team-carousel .owl-dots .owl-dot {
  display: inline;
  width: 92px;
  height: 8px;
  background: transparent;
}

.team-carousel .owl-dots .owl-dot.active {
  background-color: #a3c516;
  border-radius: 35px;
  width: 92px;
  height: 8px;
}

/* --------------form--------------- */
.div-form h2 {
  font-size: 2rem;
  font-family: "Stretch Pro, Regular";
}

.div-form h5 {
  margin-bottom: 20px;
  font-family: "ZonaPro-Regular";
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff !important;
  background-color: inherit;
  background-clip: padding-box;
  border: 2px solid #5c5c5c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  margin-bottom: 20px;
}

.form-control:focus {
  color: #212529;
  background-color: inherit;
  border-color: #5c5c5c;
  outline: 0;
  box-shadow: none !important;
}

.frm-btn {
  border: none;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 0px 73px;
  background-color: #a3c516;
  color: white;
  padding: 20px;
  padding: 10px;
  font-size: 14px;
}

/*------------------footer--------------------*/

.details ul {
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
}

.para {
  padding-right: 10%;
}

.para,
.details li {
  font-size: 18px;
}

.footer-logo img {
  width: 305px;
  margin-bottom: 8px;
}

.footer-logo {
  margin-bottom: 28px;
}

.footer-logo p {
  width: 83%;
  font-family: "ZonaPro-Regular";
}

.details li img {
  width: 20px;
  margin-right: 20px;
}

.address {
  padding-right: 15%;
}

.socials li img {
  width: 32px;
  margin-right: 14px;
}

.details li {
  font-size: 20px;
  margin-bottom: 32px;
}

.socials li img {
  width: 40px;
  margin-right: 18px;
  list-style-type: none;
}

.socials ul {
  list-style-type: none;
  padding: 0;
}

.map iframe {
  width: 100%;
}

/* .two {
  margin-bottom: 25px;
  margin-top: 20px;
} */

/* .items {
  padding-right: 25px;
} */

/* ------------copyright------------------ */
.dispalign {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dispalign .credits {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.pixtar {
  text-decoration: none !important;
  color: #fff !important;
  margin-left: 4px;
  font-weight: 600;
}

.copyright {
  background: #111111;
}

.copyright {
  color: #b0b9ae;
}

/* ------------------------media queries-------------------------------- */
@media (max-width: 1399px) {
  .slanted-div {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar-brand img {
    width: 100%;
    margin-left: 100px;
  }

  .navbar-brand {
    padding: 0;
    margin-right: 0;
  }
}

/* --------------------1366---------------------------- */
@media (max-width: 1366px) {
  .heading {
    font-size: 42px;
  }

  .banner-content h1 {
    /* width: 68%; */
    font-size: 55px;
  }

  .items li a {
    font-size: 18px;
  }
}
/* --------------------1024--------------------------- */
@media (max-width: 1024px) {
  .heading {
    width: 100%;
    font-size: 32px;
  }

  .div-form {
    margin: auto 0;
  }

  .banner-content h1 {
    font-size: 40px;
  }

  .banner-content p {
    font-size: 18px;
  }
}

/* ----------------------991--------------------------- */

@media (max-width: 991px) {
  .banner-content h1 {
    /* width: 68%; */
    font-size: 44px;
    /* font-family: "Stretch Pro, Regular"; */
  }

  .banner-content p {
    margin: 20px 0 60px 0;

    font-size: 18px;
    /* font-family: "ZonaPro-Regular"; */
  }

  .heading {
    font-size: 32px;
  }

  .subtext {
    width: 90%;
    font-size: 18px;
  }

  .slanted-div {
    padding: 20px 15px 20px 15px;
    /* width: 320px; */
    height: 100%;
    background-color: #cac4b7;
    transform: skewX(-9deg);
    color: black;
  }

  .price-btn {
    margin: 30px 0px 0 -28px;
  }

  .items li a {
    font-size: 16px;
  }

  .two {
    margin-bottom: 30px;
  }
}

/* ------------------------------768------------------------------- */

@media (max-width: 768px) {
  .banner {
    background-position: 89%;
  }

  .overlay {
    display: block;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .banner-content h1 {
    width: 100%;
    /* font-size: 2.8rem; */
    /* font-family: "Stretch Pro, Regular"; */
  }

  .slanted-div {
    padding: 20px 15px 20px 15px;
    /* width: 320px; */
    height: 100%;
    background-color: #cac4b7;
    transform: skewX(-9deg);
    color: black;
  }

  .heading {
    font-size: 28px;
    padding: 6px 8px;
  }

  .pricing-box {
    height: 100%;
    border-radius: 10px;
    padding: 20px 0 20px 49px;
    margin: 20px 0;
  }

  /* .two {
    margin-bottom: 25px;
    margin-top: 20px;
  } */

  .subtext {
    width: 86%;
    font-size: 16px;
    padding: 6px 8px;
  }

  .items {
    padding-right: 0;
  }

  .items li a {
    padding-right: 13px !important;
    color: white;
    text-transform: capitalize;
    font-size: 15px;
  }

  .navbar-nav {
    margin: 8px;
  }

  .footer-logo img {
    width: 225px;
    margin-bottom: 8px;
  }

  .para,
  .details li {
    font-size: 14px;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .trainers img {
    width: 100%;
  }

  .coach-txt {
    text-align: right;
    margin-right: 49px;
    margin-top: -66px;
  }

  .block-content p {
    width: 100%;
  }
}

/* -------------------767--------------------- */
@media (max-width: 767px) {
  .slanted-div {
    padding: 20px 15px 20px 15px;
    /* width: 260px; */
    height: 100%;
    background-color: #cac4b7;
    transform: skewX(-9deg);
    color: black;
  }

  .dispalign {
    align-items: center;
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
  }

  .coach-txt {
    text-align: right;
    margin-right: 72px;
    margin-top: -82px;
  }

  .subtext {
    width: 100%;
  }

  .block-content {
    margin-top: 35px;
  }

  .navbar-brand img {
    margin-left: 0;
  }

  .footer-logo p {
    width: 83%;
    font-family: "ZonaPro-Regular";
  }

  .twen {
    margin-left: 0%;
    width: 100%;
    text-align: center;
  }
}

/* ---------------------575-------------------------- */

@media (max-width: 575px) {
  .banner-content h1 {
    width: 100%;
    font-size: 36px;
    margin-bottom: 0px !important;
  }

  .one {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subtext {
    width: 90%;
    font-size: 14px;
    padding: 0px 4px;
  }

  .slanted-div {
    width: 85%;
  }

  .div-form {
    margin-right: 0px;
  }

  /* .two {
    margin-bottom: 25px;
  } */

  .team-item {
    margin: 0px 33px;
  }

  .team-carousel .owl-dots {
    width: 332px !important;
    height: 4px;
    background: #151a1e;
    margin: 40px auto 0px auto;
    display: flex;
    padding: 0px 30px;
    align-items: center;
  }
  #about img {
    text-align: center;
  }

  .elite {
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .coach {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 79%;
    height: 465px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
  }

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

  .coach-img img {
    width: 93%;
  }

  .address {
    padding-right: 10%;
  }
}

/* ------------------480--------------- */

@media (max-width: 480px) {
  .banner-content h1 {
    font-size: 32px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .slanted-button {
    padding: 10px 20px;
    border-radius: 0px 50px;
    width: 150px;
    font-size: 14px;
    font-weight: 500;
  }

  .subtext {
    width: 100%;
  }
}
/* -------------------380------------------------ */

@media (max-width: 380px) {
  .banner-content h1 {
    width: 100%;
    font-size: 28px;
  }
}

/* -------------------360------------------------ */

@media (max-width: 360px) {
  .banner-content h1 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .banner-content p {
    font-size: 14px;
  }
}

/* /* -----nav----- */

.navbar-brand img {
  width: 250px;
  /* height: auto; */
  /* width: 100%; */
}
.navbar-brand img.active {
  position: relative;
}

.navbar-brand {
  padding: 1% 2%;
  color: white;
}

@media (max-width: 767px) {
  .navbar-brand img.active {
    /* width: 240px; */
    left: 0;
  }
}

.navbar-nav li a:hover {
  color: #a3c516;
}

.navbar-nav li a:active {
  color: #a3c516;
}

.navbar {
  background-color: black;
}

.dropdown-menu a {
  background-color: rgb(255, 255, 255);
  color: black !important;
  font-size: 20px;
}

.nav-link {
  display: block;
  /* padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); */
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: white;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.navbar-toggler-x .icon-bar {
  width: 25px;
  height: 3px;
  background-color: white;
  display: block;
  transition: all 0.3s;
  margin-top: 4px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #a3c516 !important;
  font-weight: 500;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}

.navbar-toggler-x .icon-bar:nth-child(2) {
  width: 25px;
  height: 3px;
  background-color: white;
  display: block;
  transition: all 0.3s;
  margin-top: 4px;
}

.navbar-toggler-x.open .icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-4px, 4px);
}

.navbar-toggler-x.open .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler-x.open .icon-bar:nth-child(3) {
  transform: rotate(47deg) translate(-6px, -4px);
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }

  .navbar-nav {
    width: 100%;
    height: 100vh;
  }

  .items {
    padding-left: 20px !important;
  }

  .items li a {
    font-size: 20px;
    padding: 10px;
  }
}
