@font-face {
  font-family: akira-expanded;
  src: url(../fonts/Akira\ Expanded\ Demo.otf);
}

@font-face {
  font-family: clash-display;
  src: url(../fonts/ClashDisplay-Variable.ttf);
}

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

body {
  font-family: "clash-display", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

:root {
  --primary-color: #f2ff00;
  --secondary-color: #ffffff;
  --tertiary-color: #000000;
  --sevice-text-color: #6a6a6a;
}

/* Common Classes */

a {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.container {
  max-width: 1850px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  overflow: visible;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  overflow: hidden;
}

.col-50 {
  width: 50%;
  padding: 0 15px;
}

.col-30 {
  width: 30%;
  padding: 0 15px;
}

.col-70 {
  width: 70%;
  padding: 0 15px;
}

.col-33 {
  width: 33.33%;
  padding: 0 15px;
}

.col-25 {
  width: 25%;
  padding: 0 15px;
}

.col-20 {
  width: 20%;
  padding: 0 15px;
}

.col-80 {
  width: 80%;
  padding: 0 15px;
}

/* Header Section */

header {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.nav-logo > a {
  width: 172px;
}

.nav-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

nav,
.navbar-collapsed,
.navbar-collapsed > ul {
  display: flex;
  align-items: center;
}

.navbar-collapsed {
  margin: 0 auto;
}

.navbar-collapsed {
  backdrop-filter: blur(10px);
}

.nav-links {
  margin-right: 35px;
  font-size: 18px;
  color: var(--secondary-color);
  padding: 15px 15px;
}

.nav-links:hover {
  background-color: var(--primary-color);
  border-radius: 110px;
  padding: 15px 15px;
  color: var(--tertiary-color);
}

.nav-btn:hover {
  background-color: var(--sevice-text-color);
  color: var(--tertiary-color);
}

.dropdown-menu {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.dropdown-menu > ul {
  position: absolute;
  top: 150%;
  width: 100%;
  /* margin-top:10px; */
  background-color: rgb(126, 126, 90);
  background-color: #fffafa;
  background-image: linear-gradient(
    to bottom,
    var(--sevice-text-color),
    var(--secondary-color),
    var(--sevice-text-color)
  );

  padding: 10px;
  border-radius: 10px;
  color: var(--secondary-color);
  box-shadow: 0px 8px 16px 0px rgba(28, 7, 7, 0.9);
  display: none;
}

.dropdown-menu > ul > li {
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.dropdown-menu > ul > li > a {
  color: var(--tertiary-color);
}

.dropdown-menu:hover > ul {
  display: block;
}

.nav-btn {
  display: flex;
  align-items: center;
  padding: 14.5px 20px;
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 37.5px;
}

.primary-btn {
  color: var(--primary-color);
  margin-right: 20px;
}

.search-bar {
  border-radius: 74px;
  background-color: var(--tertiary-color);
  padding: 10px;
  margin-right: 5px;
}

.search-wrpr {
  display: flex;
  align-items: center;
  padding: 6px;
}

#search {
  border: none;
  color: var(--secondary-color);
  outline: none;
  background: var(--tertiary-color);
  padding: 0 22px;
  width: 300px;
}

.active {
  background-color: var(--primary-color);
  border-radius: 110px;
  padding: 21px 28px;
  color: var(--tertiary-color);
}

.navbar-toggler {
  font-size: 1.6rem;
  margin-left: auto;
  display: none;
}

/* Banner Section */

.banner-sec {
  background: url(../assets/newbanner-img.png) no-repeat top center/cover;
  min-height: 100vh;
  padding: 112px 0 50px 0;
  display: flex;
  align-items: flex-end;
}

.banner-sec::before {
  content: "";
  filter: blur(600px);
  background: #F7E700;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-row {
  display: flex;
  align-items: flex-end;
}

.sub-hdr {
  font-size: 27px;
  color: var(--secondary-color);
  max-width: 550px;
}

.banner-left-cntn > a > img {
  margin: 40px 0 40px 0;
}

.banner-left-cntn > p {
  max-width: 250px;
  color: var(--secondary-color);
  font-size: 27px;
}

.banner-left-cntn > p > span {
  color: var(--primary-color);
}

.scroll {
  margin-top: 40px;
  font-size: 27px;
  font-weight: 500;
  padding-left: 16.5px;
  color: var(--text-color);
  border-left: 1px solid var(--secondary-color);
}

.title1 {
  color: var(--secondary-color);
  font-size: 141px;
  max-width: 1165px;
  font-family: "akira-expanded", sans-serif;
}

.title1 > span {
  color: var(--primary-color);
}

.bnr-bar {
  width: 148px;
  height: auto;
  display: inline-block;
  margin-left: 0px;
}

.visit-btn {
  background: transparent;
  color: var(--secondary-color);
  border: none;
  padding-bottom: 10px;
}

.btn-wrpr {
  display: flex;
  align-items: center;
}

.visit {
  font-size: 33px;
  color: var(--secondary-color);
  margin-right: 60px;
}

.btn-wrpr > a:hover {
  color: var(--primary-color);
}

.visit-btn:hover {
  transform: scale(1);
  color: var(--primary-color);
}

/* Slider1-Sec */

.slider1-sec {
  padding: 50px 0;
  background: var(--tertiary-color);
}

.slide1 {
  max-width: 640px;
  height: 388.1px;
  padding: 24px;
  background-color: var(--tertiary-color);
  border: 1px solid rgb(75, 78, 60);
  margin: 0 auto;
  overflow: visible;
}

.first-card1 {
  background: url(../assets/slide1_bg.png) no-repeat center/cover;
  display: flex;
  /* height: 592px; */
  align-items: center;
  margin: 0 auto;
  padding: 40px 40px 0 40px;
  position: relative;
  width: 100%;
  height: 100%;
}

.card-no {
  font-family: "akira-expanded";
  font-size: 139px;
  color: var(--tertiary-color);
  -webkit-text-stroke: 1px var(--sevice-text-color);
  font-weight: 600;
}

.title5 {
  font-size: 25px;
  margin: 10px 0 30px 0;
  color: var(--secondary-color);
}

.card-img1 {
  max-width: 196px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.first-card2 {
  background: url(../assets/slide2_bg.png) no-repeat center/cover;
  display: flex;
  /* height: 592px; */
  align-items: center;
  margin: 0 auto;
  padding: 40px 40px 0 40px;
  position: relative;
  width: 100%;
  height: 100%;
}

.first-card3 {
  background: url(../assets/slide2_bg.png) no-repeat center/cover;
  display: flex;
  /* height: 592px; */
  align-items: center;
  margin: 0 auto;
  padding: 40px 40px 0 40px;
  position: relative;
  width: 100%;
  height: 100%;
}

.card-img3 {
  max-width: 485.44px;
  position: absolute;
  right: 20.5px;
  bottom: 0.1px;
}

.card-img3 > img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  object-fit: contain;
}

.card-no-img {
  max-width: 220px;
}

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

/* Chatgpt */

.swiper,
.swiper-wrapper,
.swiper-slide {
  overflow: visible !important;
}

.swiper-slide {
  z-index: 1;
}

/* ---------- */

/* About Section */

.about-sec {
  padding: 100px 0;
  color: var(--secondary-color);
  background: var(--tertiary-color);
  /* background: url(../assets/about-bg.png) no repeat center/cover; */
  /* min-height: 100vh; */
}

.about-row {
  align-items: center;
}

.about-hdr {
  display: flex;
  color: var(--secondary-color);
}

.title2 {
  font-size: 27px;
  margin: 0 24px 0 15px;
  font-weight: 900;
}

.ellipse {
  width: 26px;
}

.ellipse > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.threebar {
  width: 69px;
}

.threebar > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-hdr {
  margin-bottom: 50px;
}

.about-img {
  max-width: 825px;
}
.about-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title3 {
  font-size: 48px;
  font-weight: 400;
  background: linear-gradient(90deg, #fffafa 0%, #060505 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.right-abt-hdr > .title3 {
  max-width: 860px;
  margin-bottom: 80px;
}

.title4 {
  font-size: 35px;
}

.right-about-subhdr > .title4 {
  max-width: 825px;
  font-weight: 500;
}

.subhdr-p {
  max-width: 390px;
  margin: 30px auto 30px;
  line-height: 28px;
}

.about-ph {
  display: flex;
  align-items: center;
}
.phone-img {
  max-width: 99px;
  margin-right: 24px;
}

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

.cust-support {
  font-size: 23px;
  margin-bottom: 5px;
  font-weight: 600;
}

.ph-no {
  font-size: 31px;
  font-weight: 600;
  color: var(--primary-color);
}

/* Service Section */
/* ------ */
.service-sec {
  padding: 60px 0;
}
.training-cntn:hover .hover-img {
  display: block;
}
.service-sec {
  padding: 40px 0;
  background-color: var(--tertiary-color);
}

.training-cntn {
  position: relative;
  cursor: pointer;
}

.training-cntn > .trainactive {
  color: var(--secondary-color);
}

.training-type {
  font-size: 45px;
  font-weight: bold;
  color: var(--sevice-text-color);
  margin-top: 57px;
  font-family: "akira-expanded", sans-serif;
  /* border-bottom: 1px solid gray; */
}

.training-type:hover {
  color: var(--secondary-color);
}

.service-active {
  color: var(--secondary-color);
}

.hover-img {
  max-width: 388px;
  position: absolute;
  display: none;
  top: -186%;
  left: 67%;
}

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

/* Workout Section */

.workout-sec {
  padding: 100px 0;
  background: url(../assets/about-bg.png) no-repeat center/cover;
}

.workout-row {
  align-items: center;
}

.about-right-hdr {
  color: var(--secondary-color);
}

.workout-img {
  max-width: 848px;
}

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

.workout-card {
  margin-top: 50px;
  max-width: 412px;
  padding: 40px 30px 30px 30px;
  border: 1px solid var(--primary-color);
  margin-right: 20px;
  color: var(--secondary-color);
}

.card-hdr {
  font-size: 19px;
  font-family: "akira-expanded", sans-serif;
  font-weight: 500;
  margin: 22px 0 22px 0;
}

.workout-card > p {
  max-width: 352px;
  font-size: 18px;
  line-height: 28px;
}

/* Coach coaches Section */

.coach-sec {
  padding: 50px 0;
  background-color: var(--tertiary-color);
  color: var(--secondary-color);
}

.coach-hdr {
  display: flex;
  max-width: 860px;
}

.coach-right-hdr > .title3 {
  margin-bottom: 60px;
}

.slide2 {
  max-width: 640px;
  height: 500.1px;
  padding: 24px;
  background-color: var(--tertiary-color);
  border: 1px solid gray;
  margin: 0 auto;
  overflow: visible;
  margin-bottom: 60px;
}

.coach-card {
  background: url(../assets/coach-bg.png) no-repeat center/cover;
  padding: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.coach-card-img {
  max-width: 570px;
  position: absolute;
  bottom: 17px;
}

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

.coach-card-cntn {
  position: absolute;
  bottom: 20px;
  color: var(--secondary-color);
}
.coach {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 7px 0;
}

.coach-name {
  font-size: 53px;
  font-weight: 300;
}

.swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: var(--primary-color);
  border-radius: 0;
}

/* Plan Section */

.plan-sec {
  padding: 50px 0;
  background-color: var(--tertiary-color);
}

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

.coach-hdr {
  color: var(--secondary-color);
}

.coach-right-hdr {
  color: var(--secondary-color);
}

.plan-card {
  padding: 24px;
  max-width: 590px;
  background: url(../assets/Frame-249.png) no-repeat center/cover;
  margin-top: 70px;
  margin-bottom: 30px;
}

.plan-type {
  font-weight: bold;
  color: var(--secondary-color);
}
.plan-sub-hdr {
  color: var(--sevice-text-color);
}

.plan-month {
  font-size: 53px;
  font-weight: bold;
  margin: 60px 0 30px 0;
  color: var(--secondary-color);
}

.sup-month {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 400;
}

.plan-card > p {
  color: var(--sevice-text-color);
  margin-bottom: 10px;
}

.membershp-btn {
  padding: 20px 30px;
  border: 1px solid var(--sevice-text-color);
  margin-top: 100px;
  width: 100%;
  text-align: center;
  border-left: 3px solid var(--primary-color);
  border-right: 3px solid var(--primary-color);
  color: var(--secondary-color);
}

.active-btn {
  background-color: var(--primary-color);
  color: var(--tertiary-color);
}

.membershp-btn:hover {
  background-color: var(--primary-color);
  color: var(--tertiary-color);
}

/* Location Section */

.location-sec {
  padding: 50px 0;
  background-color: var(--tertiary-color);
}

.location-hdr {
  display: flex;
  margin: 60px 0 50px 0;
  color: var(--secondary-color);
  background: url(../assets/location-hdr-bg.png) no-repeat center/cover;
}

.local-sub-top-hdr {
  color: var(--secondary-color);
  margin-bottom: 35px;
}

span {
  color: var(--primary-color);
}

.local-sub-bottom-hdr {
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  margin-bottom: 40px;
}

.country-no {
  font-size: 81px;
  font-weight: bold;
}

.country {
  font-size: 32px;
}

.line {
  margin: 0 30px 0 30px;
}

.local-para > p {
  max-width: 1504px;
  line-height: 28px;
  margin-left: auto;
  font-size: 18px;
}

.map-img {
  max-width: 1700px;
}

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

/* Transformation Section */

.transform-sec {
  padding: 15px 0;
  background: url(../assets/transform_bg.png) no-repeat center/cover;
  min-height: 60vh;
  position: relative;
  /* overflow: hidden; */
  padding-bottom: 300px;
}

.transform-wrpr {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  /* position: relative; */
  text-align: center;
}

.transform-img {
  max-width: 678px;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -30px;
}

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

.transform-cntn {
  margin: 0 auto;
  text-align: center;
  /* position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0; */
}

/* Chatgpt */
.transform-cntn {
  position: relative;
  z-index: 1;
  margin-top: 500px; /* pull text upward under belly */
  text-align: center;
}

/**********/

.transform-hdr {
  font-size: 43px;
  font-family: "akira-expanded", sans-serif;
  text-align: center;
  color: var(--secondary-color);
  margin: 0 auto;
}

.transform-sub-hdr {
  font-size: 77px;
  font-family: "akira-expanded", sans-serif;
  text-align: center;
  color: var(--primary-color);
  max-width: 1900px;
}

.threeebar {
  margin: 30px auto 30px;
  text-align: center;
  max-width: 69px;
}

.threeebar > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.transform-para {
  max-width: 1000px;
  font-size: 34px;
  background: linear-gradient(90deg, #fffafa 0%, #060505 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  color: var(--secondary-color);
  margin: 0 auto;
}

/* Footer Section */

.footer-sec {
  padding: 60px 0;
  background-color: var(--tertiary-color);
}

.footer-top {
  padding: 30px 0;
}

.rights {
  font-size: 42px;
  color: var(--secondary-color);
}

.reserved {
  font-size: 39px;
  margin-bottom: 30px;
  color: var(--secondary-color);
}

.social-link {
  margin-bottom: 5px;
  font-size: 21px;
}

.social-link > li > a {
  color: var(--secondary-color);
}

.social-link > li > a:hover {
  color: var(--primary-color);
}

.footer-logo > a {
  width: 400px;
  margin-bottom: 40px;
}

.footer-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-link > ul {
  display: flex;
  color: var(--secondary-color);
}

.footer-link > ul > li > a {
  margin-right: 12px;
  font-size: 18px;
  color: var(--secondary-color);
}

.footer-link > ul > li > a:hover {
  color: var(--primary-color);
}

.btm-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.foot-left-cntn > p {
  max-width: 500px;
  color: var(--secondary-color);
}

.update {
  font-size: 52px;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.email-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0e0e0e;
  border-radius: 116px;
  padding: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  margin-top: 20px;
  max-width: 500px;
}

.email-input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--sevice-text-color);
  font-size: 16px;
  padding: 10px 18px;
  width: 200px;
}

.sub-btn {
  display: flex;
  align-items: center;
  border-radius: 37px;
  padding: 6px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  background: transparent;
}

.sub-btn:hover {
  background: var(--primary-color);
  color: var(--tertiary-color);
}

/* Media query */

@media screen and (max-width: 1800px) {
  /*Header Section */

  /* header {
    position: relative;
  } */

  .navbar-collapsed {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .navbar-toggler {
    display: block;
  }

  .navbar-collapsed > ul {
    /* display: flex; */
    flex-direction: column;
  }

  .nav-links {
    margin: 15px auto;
    padding: 0;
  }

  .nav-btn {
    display: none;
  }

  .search-bar,
  .cart-img {
    margin: 15px auto;
    display: none;
  }

  .title1 {
    font-size: 100px;
  }

  /* Sevice Section */

  .service-row > .col-50 {
    width: 100%;
  }

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

  .hover-img {
    margin: 0 auto;
  }

  /* Second About (WorkOut) Section */

  .workout-row > .col-50 {
    width: 100%;
  }

  .training {
    margin: 0 auto;
  }

  .workout-img {
    margin: 0 auto;
  }

  .about-right-hdr {
    margin: 0 auto;
    text-align: center;
  }

  .workout-card-row {
    justify-content: center;
  }

  .workout-card {
    margin: 20px auto;
  }
}

@media screen and (max-width: 1600px) {
  /* About Section */
  .about-row > .col-50 {
    width: 100%;
  }

  .about-img {
    margin: 0 auto;
  }

  .right-abt-hdr > .title3 {
    margin: 15px auto 40px;
    text-align: center;
  }

  .about-sub-row {
    align-items: center;
    justify-content: center;
  }

  .right-about-subhdr > .title4 {
    margin: 15px auto 40px;
    text-align: center;
  }

  .subhdr-p > p {
    margin: 0 auto;
  }

  .about-ph {
    margin: 0 auto;
    justify-content: center;
  }
}

@media screen and (max-width: 1400px) {
  /* About section */

  .first-card {
    margin: 0 auto;
  }

  /* Service Section */
  .training-type {
    font-size: 35px;
  }
  /* Meet coach Section */
  .coach-card {
    margin: 0 auto;
  }

  /* Plan Section */
  .col-33 {
    width: 50%;
  }

  .plan-card {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  /* Banner Section */
  .col-70 {
    width: 100%;
  }

  .banner-row > .col-30 {
    width: 100%;
  }

  /* Plan Section */
  .col-33 {
    width: 100%;
  }

  .plan-card {
    margin: 20px auto;
  }
}

@media screen and (max-width: 1024px) {
  /* Transformation Section */

  .transform-hdr {
    font-size: 35px;
  }
  .transform-sub-hdr {
    font-size: 55px;
  }
  .transform-para {
    font-size: 27px;
  }

  /* Footer Section */

  .foot-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .foot-row > .col-50 {
    width: 100%;
  }

  .rights,
  .reserved {
    margin: 0 auto;
    text-align: center;
  }

  .social-link {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }

  .footer-btm {
    flex-direction: column;
  }
  .foot-left-cntn {
    margin: 0 auto;
    text-align: center;
  }

  .foot-left-cntn > p {
    margin: 0 auto;
    text-align: center;
  }

  .social-link {
    margin: 0 auto;
    text-align: center;
  }

  .footer-logo {
    text-align: center;
    margin: 15px auto;
  }

  .footer-logo > a {
    max-width: 300px;
  }

  .footer-link {
    margin: 0 auto;
    text-align: center;
  }

  .foot-link {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  /*Header Section */
  .nav-logo > a {
    width: 155px;
  }
  /* Banner Section */
  .title1 {
    font-size: 90px;
  }
  .sub-hdr {
    font-size: 24px;
  }
  .banner-left-cntn > p {
    font-size: 24px;
  }

  .banner-left-cntn > a > img {
    margin: 25px 0 25px 0;
    width: 260px;
  }

  /* Slider1 Section */

  .card-img-bar {
    width: 40px;
  }

  .title5 {
    font-size: 20px;
  }

  .card-img {
    width: 100px;
    height: 270px;
  }

  .card-no-img {
    width: 130px;
  }

  /* About Section */
  .title3 {
    font-size: 35px;
  }

  .title4 {
    font-size: 26px;
  }

  .cust-support {
    font-size: 20px;
  }

  .ph-no {
    font-size: 25px;
  }

  /* Coach Section */
  .coach-sec > .container > .row > .col-50 {
    width: 100%;
  }

  .coach-right-hdr {
    margin-top: 30px;
  }

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

  /* Plan Section */

  .above-plan-row > .col-50 {
    width: 100%;
  }

  .plan-month {
    font-size: 35px;
    margin-top: 30px;
  }

  .membershp-btn {
    margin-top: 40px;
    padding: 10px 15px;
    font-size: 16px;
  }

  /* Footer-Section */

  .footer-link,
  .foot-link {
    display: flex;
    justify-content: center;
  }

  .newsteller-form {
    width: fit-content; /* or a fixed width like 400px */
    margin: 30px auto;
  }

  /* footer section */

  .btm-row > .col-50 {
    width: 100%;
  }

  .btm-row {
    align-items: center;
    justify-content: center;
  }

  .email-form {
    text-align: center;
    margin: 30px auto;
  }

  .footer-link > ul {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  /* Banner Section */
  .title1 {
    font-size: 70px;
  }

  .bnr-bar {
    width: 70px;
  }

  /* Slider1 */

  .transform-cntn {
    position: relative;
    z-index: 1;
    margin-top: 400px; /* pull text upward under belly */
    text-align: center;
  }

  /* About Section */

  .first-card {
    margin: 0 auto;
  }

  /* Service Section */
  .training-type {
    font-size: 30px;
  }

  /* Meet Coach Section */
  .title3 {
    font-size: 30px;
  }

  .coach-card {
    margin: 0 auto;
  }

  .coach-name {
    font-size: 40px;
  }

  /* Transformation Section */

  .transform-hdr {
    font-size: 25px;
  }
  .transform-sub-hdr {
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  /*Header Section */
  .nav-logo > a {
    width: 110px;
  }
  .navbar-toggler {
    font-size: 1rem;
  }

  .nav-links {
    font-size: 14px;
    margin: 10px 0;
  }

  /* Banner Section */
  .title1 {
    font-size: 30px;
  }

  .bnr-bar {
    width: 40px;
  }

  .sub-hdr {
    font-size: 15px;
  }
  .banner-left-cntn > p {
    font-size: 15px;
  }

  .banner-left-cntn > a > img {
    margin: 15px 0 15px 0;
    width: 140px;
  }

  .active {
    padding: 10px 14px;
  }

  .scroll {
    margin-bottom: 15px;
  }

  .visit {
    font-size: 16px;
  }

  .bnr-arrow {
    width: 20px;
  }

  /*  workout Section (slider1)  */
  .first-card1,
  .first-card2,
  .first-card3 {
    padding: 20px;
  }

  .card-img1 {
    right: 60px;
    width: 160px;
  }

  /* about Setion */

  .ellipse {
    width: 8px;
  }

  .threebar {
    width: 20px;
  }

  .title2 {
    font-size: 18px;
  }

  .about-hdr {
    margin-bottom: 30px;
  }

  .title3 {
    font-size: 20px;
  }

  .right-abt-hdr > .title3 {
    margin: 10px 0 15px;
    font-weight: 400;
  }

  .title4 {
    font-size: 16px;
    font-weight: 450;
  }

  .right-about-subhdr > .title4 {
    margin: 10px 0 15px 0;
  }

  .subhdr-p > p {
    font-size: 12px;
    line-height: 20px;
  }

  .phone-img {
    width: 55px;
  }

  .cust-support {
    font-size: 12px;
  }

  .ph-no {
    font-size: 14px;
  }

  /* Service Section */
  .training-type {
    font-size: 18px;
  }

  .hover-img {
    width: 150px;
  }

  /* Second About (WorkOut) Section */

  .card-hdr {
    font-size: 14px;
  }

  .workout-card > p {
    font-size: 13px;
    line-height: 20px;
  }

  /* Meet Coach Section */

  .coach-sec {
    padding: 20px 0;
  }

  .coach-card-img {
    height: 250px;
  }

  .coach-name {
    font-size: 25px;
  }

  /* Plan Section */

  .plan-sec {
    padding: 20px 0;
  }

  /* Location Section */

  .location-sec {
    padding: 20px 0;
  }

  .local-sub-bottom-hdr {
    margin-bottom: 15px;
  }

  .country-no {
    font-size: 45px;
  }

  .country {
    font-size: 20px;
  }

  .line {
    margin: 0 10px 0 10px;
  }

  .local-para > p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }

  /* Transformation Section */

  .transform-hdr {
    font-size: 14px;
  }
  .transform-sub-hdr {
    font-size: 20px;
  }

  .threeebar {
    margin: 15px auto 15px;
    max-width: 40px;
  }
  .transform-para {
    font-size: 14px;
  }

  .transform-cntn {
    position: relative;
    z-index: 1;
    margin-top: 200px; /* pull text upward under belly */
    text-align: center;
  }

  /* Plan Section */

  .plan-month {
    font-size: 25px;
  }

  .plan-card > p {
    font-size: 14px;
  }

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

  .sup-month {
    font-size: 14px;
  }

  /* transform Section */

  .transform-cntn {
    top: 120px;
  }

  /* Footer-Section */

  .footer-sec {
    padding: 20px 0;
  }

  .rights {
    font-size: 25px;
  }

  .reserved {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .social-link > li {
    font-size: 14px;
  }

  .footer-logo > a {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .footer-link > ul > li > a {
    font-size: 11px;
    margin-right: 4px;
  }

  .footer-link > ul {
    display: flex;
    color: var(--secondary-color);
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .update {
    font-size: 20px;
  }

  .foot-left-cntn > p {
    font-size: 12px;
  }
  .email-input {
    padding: 5px;
    width: 150px;
  }
  .email {
    padding: 10px;
  }

  .subscribe-icon {
    width: 15px;
  }
}

@media screen and (max-width: 425px) {
  /* slider1 Sec */
  .card-img1 {
    right: 40px;
    width: 160px;
  }

  /* Transform Section */

  .transform-sec {
    padding-bottom: 100px;
  }

  .transform-cntn {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  /* slider1 Sec */
  .card-img1 {
    /* right: 60px; */
    max-width: 140px;
  }

  /* Transform Section */

  .transform-sec {
    padding-bottom: 60px;
  }

  .transform-cntn {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    text-align: center;
  }
}

/*-- Media Quary for Slider2  OUr Coaches--- */

@media screen and (max-width: 992px) {
  .slide2 {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .slide2 {
    height: 310px;
  }

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

@media screen and (max-width: 576px) {
  .slide2 {
    height: 279px;
  }

  .coach-card {
    padding: 10px;
  }

  .coach {
    font-size: 13px;
  }
  .coach-name {
    font-size: 26px;
  }
}
