/*---------------------------------------------"
Template Name: Gym
Template URL: https://uiparadox.co.uk/templates/gym
Description: GYM Html5 Bootstrap5 Template                                           
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

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

/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: var(--link-color-hover);
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.form-group {
  position: relative;
}

.input-group {
  position: relative;
  background: #F0F2F4;
  padding: 10px 16px;
}

.form-control {
  border-width: 0px 1px;
  border-style: solid;
  border-color: var(--dark-color);
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  position: relative;
  margin-bottom: 0;
  color: #797D86;
  background: #FAFAFA;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.form-control::placeholder {
  color: #797D86;
  opacity: 1;
}

.form-group .form-control {
  background: #FAFAFA;
}

textarea {
  height: 100px;
}

.input-group button {
  background: transparent;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  color: var(--dark-bg-color);
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

.has-search {
  text-align: center;
  position: relative;
}
.has-search button {
  border: 0;
  background: transparent;
}
.has-search .form-control {
  padding-right: 32px;
  width: 597px;
}
.has-search .form-control-search {
  position: absolute;
  right: 18px;
  z-index: 2;
  display: block;
  font-weight: 400;
  font-size: 24px;
  padding-top: 16px;
  text-align: center;
  color: #797D86;
}

iframe {
  margin-bottom: -7px;
  width: 100%;
}

.pagination-cus {
  display: inline-flex;
}
.pagination-cus li {
  margin-right: 10px;
}
.pagination-cus li i {
  font-size: 60px;
  color: var(--dark-bg-color);
}
.pagination-cus li a {
  display: block;
}
.pagination-cus li .link {
  background: linear-gradient(282.51deg, rgba(148, 158, 155, 0.2) -4.31%, rgba(148, 158, 155, 0) 126.79%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  color: var(--dark-bg-color);
}
.pagination-cus li .link.active {
  color: var(--link-color-selected);
}
.pagination-cus li .link:hover {
  color: var(--link-color-hover);
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  color: var(--dark-bg-color);
  font-weight: 400;
  background-color: #FAFAFA;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.dark {
  background: var(--dark-bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--dark-color);
}

p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: var(--link-color-hover);
}

b,
strong {
  font-family: var(--font-family);
}

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-150 {
  margin-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-150 {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .mt-150 {
    margin-top: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.ms-80 {
  margin-left: 80px;
  margin-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ms-80 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ms-80 {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 767px) {
  .ms-80 {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 32px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 21px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.m-12 {
  margin: 12px 0;
}

.ms-15 {
  margin: 0 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-30 {
  margin-left: 30px;
}

.space-mar {
  margin-top: -50px;
}

.spacer-mar {
  margin-top: -24px;
}
@media (max-width: 1199px) {
  .spacer-mar {
    margin: 0;
  }
}

.sec-pt {
  padding-top: 235px;
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .pt-80 {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 32px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 32px;
  }
}

.pt-62 {
  padding-top: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-62 {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-62 {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .pt-62 {
    padding-top: 32px;
  }
}
@media (max-width: 490px) {
  .pt-62 {
    padding-top: 22px;
  }
}

.pb-62 {
  padding-bottom: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-62 {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 32px;
  }
}
@media (max-width: 490px) {
  .pb-62 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-62 {
    padding: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}
@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-55 {
  padding: 55px 0;
}

.pt-50 {
  padding-top: 50px;
}

.p-50 {
  padding: 50px 0;
}

.p-34 {
  padding: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-34 {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-34 {
    padding: 18px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding: 30px 0;
}

.p-20 {
  padding: 20px;
}

.ps-20 {
  padding: 0 20px;
}

.ps-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.pt-12 {
  padding: 12px 0;
}

.p-12 {
  padding: 12px;
}

.p-10 {
  padding: 10px;
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: var(--color-primary) !important;
}

.bg-primary {
  background-color: var(--bg-color) !important;
}

.color-white-1 {
  color: #FAFAFA !important;
}

.bg-white-1 {
  background-color: #FAFAFA !important;
}

.color-white-2 {
  color: #F0F2F4 !important;
}

.bg-white-2 {
  background-color: #F0F2F4 !important;
}

.color-dark-1 {
  color: var(--dark-bg-color) !important;
}

.bg-dark-1 {
  background-color: var(--dark-bg-color) !important;
}

.color-dark-2 {
  color: var(--dark-color) !important;
}

.bg-dark-2 {
  background-color: var(--dark-color) !important;
}

.color-dark-3 {
  color: #2C2D2F;
}

.bg-dark-3 {
  background-color: #2C2D2F;
}

.color-dark-gray {
  color: #797D86;
}

.bg-dark-gray {
  background-color: #797D86;
}

.color-medium-gray {
  color: #AFB1B6;
}

.bg-medium-gray {
  background-color: #AFB1B6;
}

.color-light-gray {
  color: #D6D8DB;
}

.bg-light-gray {
  background-color: #D6D8DB;
}

.fs-47 {
  font-size: 47px;
}
@media (max-width: 1250px) {
  .fs-47 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .fs-47 {
    font-size: 28px;
  }
}
@media (max-width: 490px) {
  .fs-47 {
    font-size: 23px;
  }
}

.fs-36 {
  font-size: 36px;
}
@media (max-width: 1200px) {
  .fs-36 {
    font-size: 26px;
  }
}
@media (max-width: 490px) {
  .fs-36 {
    font-size: 18px;
  }
}

.fs-27 {
  font-size: 27px;
}
@media (max-width: 992px) {
  .fs-27 {
    font-size: 21px;
  }
}
@media (max-width: 580px) {
  .fs-27 {
    font-size: 18px;
  }
}

.fs-21 {
  font-size: 21px;
}
@media (max-width: 490px) {
  .fs-21 {
    font-size: 16px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media (max-width: 490px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-12 {
  font-size: 12px;
}
@media (max-width: 490px) {
  .fs-12 {
    font-size: 12px;
  }
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.vertical-line {
  position: relative;
}
.vertical-line::before {
  /* content: ""; */
  position: absolute;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background: #D6D8DB;
  z-index: 10;
}
@media (max-width: 1199px) {
  .vertical-line::before {
    opacity: 0.2;
  }
}

/*-------------------------
  Buttons
-------------------------*/
.cus-btn {
  padding: 12px 32px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  border-radius: 32px;
  border: 0;
}
.cus-btn.light {
  background-color: #FAFAFA;
  color: var(--dark-color);
}
.cus-btn.dark {
  background-color: var(--dark-color);
  color: #FAFAFA;
}
.cus-btn:hover {
  color: var(--btn-bg-hover);
  transition: all 0.3s ease-in;
}
.cus-btn.primary {
  background-color: var(--btn-bg);
  color: #FAFAFA;
}
.cus-btn.primary:hover {
  background-color: var(--btn-bg);
  color: #FAFAFA;
}

/*-------------------------
  Headings
-------------------------*/
.heading_1 {
  margin-bottom: 64px;
}
.heading_1 h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--dark-color);
  padding-left: 64px;
  position: relative;
  z-index: 50;
}
.heading_1 h2::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: -5;
  background-color: #D6D8DB;
  width: 195px;
  height: 29px;
}
@media (max-width: 992px) {
  .heading_1 h2 {
    font-size: 60px;
  }
  .heading_1 h2::after {
    bottom: 15px;
    width: 165px;
    height: 24px;
  }
}
@media (max-width: 492px) {
  .heading_1 h2 {
    font-size: 50px;
    padding-left: 32px;
    word-wrap: break-word;
  }
  .heading_1 h2::after {
    bottom: 13px;
    width: 100px;
    height: 20px;
  }
}


.hero-banner-1 {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: 0px;
  height: 1018px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-banner-1 {
    height: 850px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 {
    height: 750px;
  }
}
.hero-banner-1 .content {
  padding: 213px 0 0;
}
.hero-banner-1 .content span {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: var(--color-primary);
  margin-bottom: 0;
}
.hero-banner-1 .content h2 {
  font-weight: 700;
  font-size: 105px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FAFAFA;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero-banner-1 .content h2 {
    font-size: 95px;
  }
}
@media (max-width: 767px) {
  .hero-banner-1 .content h2 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .content h2 {
    font-size: 65px;
  }
}
@media (max-width: 400px) {
  .hero-banner-1 .content h2 {
    font-size: 50px;
  }
}
.hero-banner-1 .content h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #FAFAFA;
  margin-bottom: 8px;
  padding-left: 129px;
}
@media (max-width: 991px) {
  .hero-banner-1 .content h3 {
    font-size: 70px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .hero-banner-1 .content h3 {
    font-size: 60px;
    padding-left: 79px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .content h3 {
    font-size: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 400px) {
  .hero-banner-1 .content h3 {
    font-size: 40px;
    font-size: 30px;
  }
}
.hero-banner-1 .content p {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #FAFAFA;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hero-banner-1 .content p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero-banner-1 .content p {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .hero-banner-1 .content p {
    font-size: 20px;
  }
}
.hero-banner-1 .content p span {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
  color: var(--color-primary);
}
@media (max-width: 991px) {
  .hero-banner-1 .content p span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero-banner-1 .content p span {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .hero-banner-1 .content p span {
    font-size: 20px;
  }
}

.page-start-banner {
  background: url(../media/banner/bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: 0px;
  height: 580px;
  padding-top: 227px;
}
@media (max-width: 1440px) {
  .page-start-banner {
    height: 500px;
    padding-top: 210px;
  }
}
@media (max-width: 1199px) {
  .page-start-banner {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .page-start-banner {
    height: 420px;
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .page-start-banner {
    height: 400px;
    padding-top: 190px;
  }
}
@media (max-width: 575px) {
  .page-start-banner {
    height: 300px;
    padding-top: 150px;
  }
}
.page-start-banner .title {
  font-weight: 700;
  font-size: 105px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FAFAFA;
}
@media (max-width: 1440px) {
  .page-start-banner .title {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .page-start-banner .title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .page-start-banner .title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .page-start-banner .title {
    font-size: 60px;
  }
}
@media (max-width: 492px) {
  .page-start-banner .title {
    font-size: 50px;
  }
}

.amenities .vertical-text {
  position: absolute;
  left: 62px;
  top: 172px;
  mix-blend-mode: difference;
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #FAFAFA;
}
@media (max-width: 992px) {
  .amenities .vertical-text {
    display: none;
  }
}
.amenities .container {
  position: relative;
  z-index: 15;
}
.amenities .container .content {

  position: relative;
  z-index: 25;
}
.amenities .container .row {
  justify-content: center;
}
.amenities .container .content .content-box {
  background: #FAFAFA;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 64px 24px;
  border-radius: 25px;
}
.amenities .container .content .content-box .box {
  /* margin-bottom: 54px; */
}
.amenities .container .content .content-box .box img {
  /* margin-bottom: 24px; */
  /*width: 100%;*/
  padding: 0 30px;
}
.amenities .container .content .content-box .box h6 {
  margin: 0 auto;
  width: 70%;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  color: var(--dark-color);
}

.about .container {
  position: relative;
  z-index: 15;
}
.about .container .content {
  position: relative;
  z-index: 25;
}
.about .container .content .pl-content {
  padding-left: 64px;
}
.about .container .content .pl-content p {
  margin: 16px 0 40px;
}
.about .container .content .pl-content .mission h6 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.about .container .content .pl-content .mission p {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .about .container .content .pl-content .mission p {
    margin-bottom: 24px;
  }
}
.about .container .content .men-img {
  margin-top: 275px;
}
@media (max-width: 767px) {
  .about .container .content .men-img {
    margin-top: 75px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 48px;
  }
}
.about .container .content img {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
@media (max-width: 767px) {
  .about .container .content img {
    object-fit: cover;
    width: 100%;
  }
}

.programs .container {
  position: relative;
  z-index: 15;
}
.programs .container .content {
  position: relative;
  z-index: 25;
}
.programs .container .content .box {
  position: relative;
}
@media (max-width: 575px) {
  .programs .container .content .box {
    margin: 0 15px;
    margin-bottom: 15px;
  }
}
.programs .container .content .box .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 27px 14px;
  z-index: 5;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #FAFAFA;
}
@media (max-width: 1199px) {
  .programs .container .content .box .title {
    font-size: 24px;
  }
}
.programs .container .content .box .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
  background-color: var(--color-primary);
  width: 97px;
  height: 97px;
}
@media (max-width: 1199px) {
  .programs .container .content .box .title::after {
    width: 83px;
    height: 83px;
  }
}
.programs .container .content .box:hover .title::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.schedule .container {
  position: relative;
  z-index: 15;
}
.schedule .container .content {
  position: relative;
  z-index: 25;
}
.schedule .container .content .schedule-table {
  background-color: #FAFAFA;
  position: relative;
  width: 100%;
  border-collapse: separate;
}
@media (max-width: 992px) {
  .schedule .container .content .schedule-table {
    display: none;
  }
}
.schedule .container .content .schedule-table thead tr {
  width: 100%;
}
.schedule .container .content .schedule-table thead tr th {
  text-align: center;
  width: 16.6666666667%;
  height: 94px;
  font-size: 27px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: var(--dark-bg-color);
  border-width: 0 1px 0 0;
  border-color: #AFB1B6;
}
.schedule .container .content .schedule-table thead tr th:first-child {
  border: 0;
}
.schedule .container .content .schedule-table thead tr th:nth-last-child(2) {
  border: 0;
}
.schedule .container .content .schedule-table thead tr th:last-child {
  border-width: 0 0 0 1px;
}
.schedule .container .content .schedule-table tbody tr {
  width: 100%;
}
.schedule .container .content .schedule-table tbody tr td {
  text-align: center;
  height: 150px;
  font-size: 21px;
  line-height: 140%;
  color: var(--dark-bg-color);
  border-width: 1px 1px 0 0px;
  border-color: #AFB1B6;
}
.schedule .container .content .schedule-table tbody tr td:first-child {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #797D86;
}
.schedule .container .content .schedule-table tbody tr td:nth-last-child(2) {
  border-right: 0;
}
.schedule .container .content .schedule-table tbody tr td:last-child {
  border-width: 1px 0 0 1px;
}
.schedule .container .content .schedule-list {
  display: none;
}
@media (max-width: 992px) {
  .schedule .container .content .schedule-list {
    display: block;
  }
}
.schedule .container .content .schedule-list .list-box {
  margin-bottom: 64px;
}
.schedule .container .content .schedule-list .list-box:last-child {
  margin-bottom: 0;
}
.schedule .container .content .schedule-list .list-box h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--dark-bg-color);
  text-align: center;
  margin-bottom: 32px;
}
.schedule .container .content .schedule-list .list-box ul {
  list-style: none;
  padding-left: 0;
}
.schedule .container .content .schedule-list .list-box ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D6D8DB;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 140%;
  color: #797D86;
}
.schedule .container .content .schedule-list .list-box ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .schedule .container .content .schedule-list .list-box ul li {
    font-size: 18px;
  }
}
.schedule .container .content .schedule-list .list-box ul li span {
  padding-bottom: 4px;
}

.environment .container {
  position: relative;
  z-index: 15;
}
.environment .container .content {
  position: relative;
  z-index: 25;
}
.environment .container .content img {
  border-radius: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .environment .container .content .img-2 {
    display: none;
  }
}

.swiper-slide-active {
  width: 510px !important;
}

@media (min-width: 1300px) { 
  .testimonial-slider.swiper {
    display: block;
  }
  .testimonial-slider.reviews-list {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
  }

}

@media (max-width: 1300px) {
  .testimonial-slider.swiper {
    display: none;
  }
  .testimonial-slider.reviews-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 530px) {
  .testimonials .container .content .item .review .box {
    width: calc(100% - 30px) !important;
  }
}


.testimonials .container {
  position: relative;
  z-index: 15;
}
.testimonials .container .content {
  position: relative;
  z-index: 25;
}
.testimonials .container .content .item {
  position: relative;
  opacity: 1 !important;
  overflow: hidden;
  /* width: 200px; */
  height: auto;
}
@media (max-width: 1399px) {
  .testimonials .container .content .item {
    width: 433px;
  }
}
.testimonials .container .content .item .user {
  display: block;
  cursor: pointer;
}
.testimonials .container .content .item .user h5 {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #AFB1B6;
  text-align: center;
  margin-top: 96px;
}
.testimonials .container .content .item .review {
  position: absolute;
  bottom: 35px;
  left: 42px;
  transition: all 3s ease-out;
  display: none;
}
.testimonials .container .content .item .review .box {
  width: 421px;
  height: 226px;
  display: flex;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-width: 0px 1px;
  border-style: solid;
  border-color: var(--dark-bg-color);
  background: #FAFAFA;
  padding: 32px 12px;
}
.testimonials .container .content .item .review .box .img-block img {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  margin-right: 32px;
}

.testimonials .container .content .item .review .box .desc {
  flex: 1
}
.testimonials .container .content .item .review .box .text-overflow {
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.testimonials .container .content .swiper-slide-active .item , .item.active {
  width: 510px;
  height: 260px;
  transition: all 0.5s ease-out;
}
.testimonials .container .content .swiper-slide-active .item .user, .item.active .user {
  display: none;
  transition: all 1s ease-out;
}
.testimonials .container .content .swiper-slide-active .item .review , .item.active .review{
  display: block;
  transition: all 5s ease-out;
}
.testimonials .container .content .item.active {
  width: 510px;
  height: 260px;
  transition: all 0.5s ease-out;
}
.testimonials .container .content .item.active .user {
  display: none;
  transition: all 1s ease-out;
}
.testimonials .container .content .item.active .review{
  display: block;
  transition: all 5s ease-out;
}



.trainers .container {
  position: relative;
  z-index: 15;
}
.trainers .container .content {
  position: relative;
  z-index: 25;
}
.trainers .container .content .row{
  justify-content: center;
}
@media (max-width: 1199px) {
  .trainers .container .content .trainer-box {
    margin-bottom: 30px;
  }
}
.trainers .container .content .trainer-box img {
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.trainers .container .content .trainer-box .name {
  margin: 16px 0 8px;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--dark-color);
}
.trainers .container .content .trainer-box .about {
  display: flex;
  justify-content: space-between;
}
.trainers .container .content .trainer-box .about p {
  font-size: 18px;
  line-height: 140%;
  color: #AFB1B6;
  margin-bottom: 0;
}
@media (max-width: 492px) {
  .trainers .container .content .trainer-box .about p {
    font-size: 18px;
  }
}
.trainers .container .content .trainer-box .about .social-icons {
  float: right;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-block: -35px;
}
.trainers .container .content .trainer-box .about .social-icons li {
  text-align: right;
  display: inline;
/*  margin-right: 32px;*/
}
@media (max-width: 992px) {
  .trainers .container .content .trainer-box .about .social-icons li {
    margin-right: 16px;
  }
}
.trainers .container .content .trainer-box .about .social-icons li:last-child {
  margin-right: 0;
}
.trainers .container .content .trainer-box .about .social-icons li i {
  color: #AFB1B6;
  font-size: 24px;
}
@media (max-width: 492px) {
  .trainers .container .content .trainer-box .about .social-icons li i {
    font-size: 20px;
  }
}
.trainers .container .content .trainer-box .about .social-icons li i:hover {
  color: var(--link-color-hover);
}

.pricing .container {
  position: relative;
  z-index: 15;
}
.pricing .container .content {
  position: relative;
  z-index: 25;
}
.pricing .container .content .row{
  justify-content: center;
}
.pricing .container .content .title h2 {
  font-weight: 700;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--dark-color);
  text-align: center;
}
@media (max-width: 575px) {
  .pricing .container .content .title h2 {
    font-size: 32px;
  }
}
.pricing .container .content .pricing-box {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  border-width: 0px 1px;
  border-style: solid;
  border-color: var(--dark-bg-color);
  background-color: #FAFAFA;
  text-align: center;
  padding: 64px 0;
  height: 614.14px;
}
@media (max-width: 992px) {
  .pricing .container .content .pricing-box {
    margin-bottom: 30px;
  }
}
.pricing .container .content .pricing-box .price {
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--dark-color);
  margin-bottom: 16px;
}
.pricing .container .content .pricing-box .duration {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #AFB1B6;
  margin-bottom: 48px;
}
.pricing .container .content .pricing-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 64px;
}
.pricing .container .content .pricing-box ul li {
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 16px;
}
.pricing .container .content .pricing-box ul li:last-child {
  margin-bottom: 0;
}
.pricing .container .content .pricing-box .mt-46 {
  margin-top: 46px;
}

.join-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: -10;
}
.join-popup .close {
  color: var(--text-color-active);
  background-color: transparent;
  border: 0;
  font-size: 40px;
}
.join-popup .content {
  width: 500px;
  background-color: #FAFAFA;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 48px;
}
@media (max-width: 767px) {
  .join-popup .content {
    width: auto;
  }
}
.join-popup .content h3 {
  font-weight: 700;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--dark-color);
  text-align: center;
  margin-bottom: 64px;
}

.partners {
  background-color: var(--dark-color);
}
.partners .logo {
  padding: 65px 30px;
}
.partners .logo img {
  text-align: center;
}

.contact .content {
  padding: 100px 0;
}
.contact .content .links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 64px;
}
.contact .content .links ul li {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: var(--dark-bg-color);
}
.contact .content .links ul li.woicon {
  margin-left: 32px;
}
.contact .content .links ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.contact .content .links ul li span b {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
}
.contact .content .links ul li i {
  margin-right: 8px;
  color: #AFB1B6;
  font-size: 24px;
}
.contact .content .links ul li a:hover i {
  color: var(--text-color-active);
}
.contact .content .social-icons {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .contact .content .social-icons {
    margin-bottom: 64px;
  }
}
.contact .content .social-icons li {
  display: inline;
  margin-right: 32px;
}
.contact .content .social-icons li:last-child {
  margin-right: 0;
}
.contact .content .social-icons li i {
  color: #AFB1B6;
  font-size: 24px;
}
.contact .content .social-icons li i:hover {
  color: var(--text-color-active);
}
@media (max-width: 991px) {
  .contact .content .images-block {
    margin-top: 64px;
  }
}
.contact .content .images-block img {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01), 24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04), 3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}
.contact .content .images-block img.lower-img {
  margin-top: 160px;
}

/*# sourceMappingURL=app.css.map */



.hero-banner-1 .container{
  width:100%;
  height:100%;
  max-width: 1920px;
}
.hero-banner-1>a{
  width:100%;
  height:100%
}
  
  
  
  
  
  
  
  
  @media screen and (max-width:480px){
  .about .container .content .pl-content .mission h6{
  font-size:24px !important;
  }
    .amenities .container .content .content-box{
    padding:5px;
    }
   .amenities .container .content .content-box .col-xl-3{
   width:50% !important;
   }
  }





.solarsun_video_area{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px 105px 0px;
	position:relative;
}
.solarsun_video_area::before{
	content:"";
	height: 100%;
    width: 100%;
    top: 0;
    /*background-color: var(--color-primary);*/
    opacity: .5;
    left: 0;
    position: absolute;
}
.solarsun_video_area .video-overlay {
    padding: 50px 0 27px;
}
.solarsun_video_area .video-item a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
    background: var(--color-primary);
}
.solarsun_video_area .tx_svd_icon {
    line-height: 75px;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
.solarsun_video_area .video-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	color: #fff;
    font-size: 28px;
}
.solarsun_video_area .video-item h3 {
    font-size:30px;
    font-weight: 700;
    font-family: var(--title-font-family);
    margin-top: 35px;
    color: #fff;
}
.solarsun_video_area.metp_video_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 112px 0;
}
.solarsun_video_area.metp_video_area::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
   /* background-color: var(--color-primary);*/
    opacity: .5;
}
@keyframes witr-shadow{0%{box-shadow:0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)}100%{box-shadow:0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)}}
/* ===== Video Area CSS ===== */
.witr_youtube_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video_page_area .witr_swiper_height {
    z-index: -1;
}
.bvideo_page_area{
	position:relative;
}







