* {
  font-family: "Open Sans", sans-serif;
}
.header-info {position:fixed; left:0; right:0; top:100px; z-index:1112;}
.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-fixed {
  background-attachment: fixed;
}

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

a {
  text-decoration: none;
}
a:hover {
  color: #e2b74e;
}

/*
#intro h1,
#intro h2,
#intro h3,
#intro h4,
#intro h5,
#intro .h1,
#intro .h2,
#intro .h3,
#intro .h4,
#intro .h5 {
  font-family: "DM Serif Display", sans-serif;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span {
  font-family: "DM Serif Display", sans-serif;
}
*/
.h1 span {
  font-weight: 400 !important;
}

.h2 {
  font-size: 55px;
  color: #3b3b3b;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 44px;
  }
}

.h3 {
  color: #3b3b3b;
  font-size: 44px;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 33px;
  }
}

.h4 {
  color: #3b3b3b;
  font-size: 33px;
}

.h5 {
  font-size: 22px;
  color: #3b3b3b;
}

.eyebrow {
  display: block;
  font-size: 25px;
  color: #e2b74e;
  font-weight: 700;
}
@media (max-width: 767px) {
  .eyebrow {
    font-size: 22px;
  }
}

.subtitle {
  font-size: 26px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #f5f5f5;
  font-family: "Epilogue", sans-serif;
  font-weight: 600;
}

.text {
  color: #6c7a84;
  font-size: 17px;
  line-height: 25px;
}
.text.f-21 {
  font-size: 21px;
  color: #3b3b3b;
  font-weight: 700;
}
@media (max-width: 767px) {
  .text.f-21 {
    font-size: 19px;
  }
}
.text.f-15 {
  font-size: 15px;
}
.text.f-20 {
  font-size: 20px;
  font-weight: 500;
}

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white div,
.color-white span {
  color: #f5f5f5;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.nature-1-box.open .nature-side-panel {
  width: 40%;
}
.nature-1-box.open .nature-1 {
  width: 60%;
}
@media (max-width: 767px) {
  .nature-1-box.open .nature-1 {
    width: 100%;
  }
}
.nature-1-box .nature-side-panel,
.nature-1-box .nature-side-panel .panel-content,
.nature-1-box .nature-1 {
  transition: 0.6s cubic-bezier(0.45, 0.78, 0.92, 0.99);
}

.nature-side-panel {
  width: 0%;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .nature-side-panel {
    display: none;
  }
}
.nature-side-panel .panel-content {
  overflow: auto;
  min-width: 40vw;
}
@media (max-width: 767px) {
  .nature-side-panel .panel-content {
    display: none;
  }
}
.nature-side-panel h2 {
  font-family: "Montserrat", sans-serif;
}
.nature-side-panel p {
  font-family: "Open Sans", sans-serif;
  color: #6c7a84;
  font-size: 14px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.nature-side-panel .socials a {
  color: #3b3b3b;
}
.nature-side-panel .img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.nature-1 {
  width: 100%;
}
.nature-1 .hero-bg {
  position: absolute;
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
  z-index: -1;
  width: 120%;
  height: 120%;
  max-width: 120%;
}
.nature-1 .hero-bg.transition {
  transition: ease 0.3s;
}
@media (max-width: 767px) {
  .nature-1 .hero-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none !important;
  }
}
.nature-1 h1 {
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  font-weight: 800 !important;
}
.nature-1 .subtitle {
  font-size: 20px;
  color: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  text-transform: initial;
  font-weight: 300;
  max-width: 500px;
}
.nature-1 .title-line {
  width: 100px;
  border-top: 4px solid #80be79;
}
.nature-1 .button {
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  transition: ease 0.3s;
  display: inline-block;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid transparent;
}
.nature-1 .button.button-big {
  padding: 12px 30px;
  font-size: 18px;
}
.nature-1 .button.d-flex:hover:before {
  transform: scale(12) !important;
}
.nature-1 .button.button-primary {
  background-color: #80be79;
  color: #f5f5f5;
  border-color: #80be79;
}
.nature-1 .button.button-primary:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -5px;
  left: -20px;
  background-color: #f5f5f5;
  border-radius: 50%;
  opacity: 0;
  transition: ease 0.5s;
  z-index: 0;
}
.nature-1 .button.button-primary:hover {
  color: #80be79;
}
.nature-1 .button.button-primary:hover:before {
  opacity: 1;
  transform: scale(8);
}
.nature-1 .button.button-primary span {
  position: relative;
  z-index: 1;
}
.nature-1 .button.button-white {
  background-color: #f5f5f5;
  color: #80be79;
  border-color: #80be79;
}
.nature-1 .button.button-white:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -5px;
  left: -20px;
  background-color: #80be79;
  border-radius: 50%;
  opacity: 0;
  transition: ease 0.5s;
  z-index: 0;
}
.nature-1 .button.button-white:hover {
  color: #f5f5f5;
}
.nature-1 .button.button-white:hover:before {
  opacity: 1;
  transform: scale(8);
}
.nature-1 .button.button-white span {
  position: relative;
  z-index: 1;
}
.nature-1 .hamburger {
  padding: 0;
}
.nature-1 .hamburger .hamburger-box {
  width: 25px;
}
.nature-1 .hamburger .hamburger-inner,
.nature-1 .hamburger .hamburger-inner:after,
.nature-1 .hamburger .hamburger-inner:before {
  background-color: #f5f5f5;
  border-radius: 0;
  width: 25px;
  height: 2px;
}

.nature-2.no-cursor {
  cursor: none;
}
.nature-2 .connect-cursor {
  position: fixed;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  width: 20px;
  height: 20px;
  background-color: #80be79;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transform: scale(0.35);
  transition: transform 0.5s;
}
@media (max-height: 600px) {
  .nature-2 .connect-cursor {
    top: calc(40% - 35px);
  }
}
.nature-2 .connect-cursor.static {
  cursor: pointer;
  z-index: 110;
}
.nature-2 .connect-cursor.static:hover {
  background-color: #f5f5f5;
}
.nature-2 .connect-cursor.static:hover span {
  color: #80be79;
}
.nature-2 .connect-cursor.static:hover:before, .nature-2 .connect-cursor.static:hover:after {
  border-color: #f5f5f5 !important;
}
@media (max-width: 767px) {
  .nature-2 .connect-cursor.clicked {
    display: none;
  }
}
.nature-2 .connect-cursor:active {
  background-color: #f5f5f5;
}
.nature-2 .connect-cursor:active span {
  color: #80be79;
}
.nature-2 .connect-cursor:active:before, .nature-2 .connect-cursor:active:after {
  border-color: #f5f5f5 !important;
}
.nature-2 .connect-cursor span {
  font-size: 12px;
  color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: ease 0.5s;
  transform: scale(0);
}
.nature-2 .connect-cursor.active {
  transform: scale(1);
  width: 70px;
  height: 70px;
}
.nature-2 .connect-cursor.active:before, .nature-2 .connect-cursor.active:after {
  content: "";
  border-color: #80be79;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #80be79;
  border-radius: 50%;
  transition: ease 0.5s;
}
.nature-2 .connect-cursor.active span {
  transform: scale(1);
}
.nature-2 .connect-cursor:before {
  animation: circle-fade-before 2s infinite ease-in-out;
}
.nature-2 .connect-cursor:after {
  content: "";
  animation: circle-fade-after 2s infinite ease-in-out;
}
@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.nature-2 .connect-cursor .loading-text {
  display: none;
}
.nature-2 .connect-cursor.loading .loading-text {
  display: block;
  position: absolute;
  bottom: -40px;
  color: #3b3b3b;
}
.nature-2 .overlay {
  background-color: rgba(0, 0, 0, 0.35);
}
.nature-2 h1 {
  font-weight: 600 !important;
}
.nature-2 .sky {
  opacity: 0.7;
}
.nature-2 .counter {
  display: flex;
  backdrop-filter: blur(5px);
  border-radius: 12px;
}
.nature-2 .counter .time-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f5f5f5;
}
.nature-2 .counter .time-item:not(:last-child) {
  border-right: 1px solid rgba(245, 245, 245, 0.6);
}
.nature-2 .counter .time-item .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 800 !important;
  font-size: 100px !important;
}
.nature-2 .counter .time-item .time-label {
  font-family: "Open Sans", sans-serif;
}
.nature-2 .navbar-toggler {
  box-shadow: none;
  color: #f5f5f5;
}
.nature-2 .voucher-link {
  position: fixed;
  background-color: #fff;
  bottom: 200px;
  right: 0;
  z-index: 100;
  padding: 8px 16px 8px 8px;
  border-radius: 100px 0 0 100px;
  color: #3b3b3b;
  overflow: hidden;
  transform: translateX(100%);
  transition: ease 0.5s;
}
.nature-2 .voucher-link.show {
  transform: translateX(0);
}
.nature-2 .voucher-link:hover .icon {
  transform: scale(1.4);
}
.nature-2 .voucher-link .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80be79;
  border-radius: 50%;
  transition: ease 0.3s;
}
.nature-2 .voucher-link .icon svg, .nature-2 .voucher-link .icon img {
  width: 20px;
}


.voucher-link-skip {
  position: fixed;
  background-color: #fff;
  top: 25%;
  right: 0;
  z-index: 100;
  padding: 8px 16px 8px 8px;
  border-radius: 100px 0 0 100px;
  color: #3b3b3b;
  overflow: hidden;
  transition: ease 0.5s;
}


.voucher-link-skip .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80be79;
  border-radius: 50%;
  transition: ease 0.3s;
  font-size:20px;
}
.voucher-link-skip:hover {color:#222;}
.voucher-link-skip:hover .icon {transform: scale(1.4);}
.voucher-link-skip.hide {  transform: translateX(100%);}


.gym-1 .swiper-slide {
  display: flex;
  height: auto;
}
.gym-1 .swiper-slide img {
  width: 100%;
}
.gym-1 .gym-slider {
  z-index: 0;
}
.gym-1 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  line-height: 100%;
}
.gym-1 .subtitle {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  text-transform: initial;
  font-weight: 400;
}
.gym-1 .title-line {
  width: 100px;
  border-top: 4px solid #f5f5f5;
}
.gym-1 .button {
  padding: 19px 38px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Open Sans", sans-serif;
  transition: ease 0.3s;
  display: inline-block;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid transparent;
}
.gym-1 .button.button-primary {
  background-color: #FF0082;
  color: #f5f5f5;
  border-color: #FF0082;
}
.gym-1 .button.button-primary:hover {
  color: #3b3b3b;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.gym-1 .button.button-primary span {
  position: relative;
  z-index: 1;
}
.gym-1 .button.button-secondary {
  background-color: transparent;
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.gym-1 .button.button-secondary:hover {
  color: #3b3b3b;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.gym-1 .button.button-secondary span {
  position: relative;
  z-index: 1;
}
.gym-1 .socials a {
  color: #f5f5f5;
}
.gym-1 .left-side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  z-index: 1;
  transform: skewX(-30deg) translateX(-330px);
  background-color: rgba(0, 0, 0, 0.5);
}
.gym-1 .left-side .slider-progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(245, 245, 245, 0.4);
  display: flex;
}
.gym-1 .left-side .slider-progress-bar .slider-progress-thumb {
  border: 3px solid #f5f5f5;
  height: 0%;
}

.shhh-1 {
  opacity: 0;
  transition: ease 0.5s;
}
.shhh-1.loaded {
  opacity: 1;
}
.shhh-1 video {
  object-fit: cover;
}
.shhh-1 .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

@font-face {
  font-family: "Rusty Forest";
  src: url("../jungle-font/jungle.otf") format("opentype");
}
@media (max-width: 767px) {
  .nature-3 {
    height: 100vh !important;
  }
  .nature-3.no-cursor {
    height: auto !important;
    min-height: 100vh !important;
  }
}
.nature-3 .main-title {
  color: #477943;
  text-shadow: 3px 3px 3px #80be79;
  font-size: 340px;
  text-align: center;
  line-height: 35%;
  transition: ease 0.8s;
}
.nature-3 .main-title.light {
  opacity: 0;
}
@media (max-width: 2400px) {
  .nature-3 .main-title {
    font-size: 310px;
  }
}

@media (max-width: 2000px) {
  .nature-3 .main-title {
    font-size: 260px;
  }
}
@media (max-width: 1800px) {
  .nature-3 .main-title {
    font-size: 220px;
  }
}
@media (max-width: 1600px) {
  .nature-3 .main-title {
    font-size: 200px;
  }
}
@media (max-width: 1600px) and (max-height: 850px) {
  .nature-3 .main-title {
    font-size: 180px;
    line-height: 50%;
  }
}
@media (max-width: 767px) {
  .nature-3 .main-title {
    font-size: 90px !important;
    line-height: 80%;
  }

}
@media (max-height: 850px) {
  .nature-3 .main-title {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.nature-3 .main-title span {
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .nature-3 .main-title span {
    font-size: 70px !important;
  }
}
@media (max-height: 700px) and (min-width: 767px) {
  .nature-3 .main-title-box {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.nature-3 .sky {
  top: auto;
}
.nature-3 .sound-loader {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: pointer;
  box-shadow: 3px 3px #80be79;
}
.nature-3 .sound-loader #Line_1 {
  animation: pulse 2s infinite;
  animation-delay: 0.15s;
}
.nature-3 .sound-loader #Line_2 {
  animation: pulse 2s infinite;
  animation-delay: 0.3s;
}
.nature-3 .sound-loader #Line_3 {
  animation: pulse 2s infinite;
  animation-delay: 0.45s;
}
.nature-3 .sound-loader #Line_4 {
  animation: pulse 2s infinite;
  animation-delay: 0.6s;
}
.nature-3 .sound-loader #Line_5 {
  animation: pulse 2s infinite;
  animation-delay: 0.75s;
}
.nature-3 .sound-loader #Line_6 {
  animation: pulse 2s infinite;
  animation-delay: 0.9s;
}
.nature-3 .sound-loader #Line_7 {
  animation: pulse 2s infinite;
  animation-delay: 1.05s;
}
.nature-3 .sound-loader #Line_8 {
  animation: pulse 2s infinite;
  animation-delay: 1.2s;
}
.nature-3 .sound-loader #Line_9 {
  animation: pulse 2s infinite;
  animation-delay: 1.35s;
}
@keyframes pulse {
  0% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
  50% {
    transform: scaleY(0.7);
    transform-origin: 50% 50%;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
}
.nature-3 .sound-loader svg {
  width: 25px;
}
.nature-3 .sound-loader svg path {
  fill: #80be79;
}
.nature-3 .hero-bg.no-move {
  z-index: 105;
  transition: ease 0.8s !important;
  filter: contrast(0.8) grayscale(0.3);
  clip-path: circle(100%);
  background: linear-gradient(to bottom, rgb(203, 219, 200), rgb(227, 255, 222), rgb(242, 248, 241));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nature-3 .hero-bg.no-move.close {
  clip-path: circle(0%);
}
.nature-3 .audio-controls {
  z-index: 100;
}
.nature-3 .audio-controls .control-text {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: rgba(245, 245, 245, 0.5);
  text-transform: uppercase;
}
.nature-3 .audio-controls .prev-track {
  transform: rotate(180deg);
}
.nature-3 .audio-controls .prev-track:hover {
  transform: rotate(180deg) scale(1.2) !important;
}
.nature-3 .audio-controls .prev-track,
.nature-3 .audio-controls .next-track {
  max-width: 16px;
}
.nature-3 .audio-controls .prev-track:hover,
.nature-3 .audio-controls .next-track:hover {
  transform: scale(1.2);
}
.nature-3 .sun {
  position: absolute;
  top: 150px;
  left: 150px;
  transition: ease 8s;
}
.nature-3 .sun.slow-transition {
  transition: linear 20s;
}
.nature-3 .sun .sun-shape {
  width: 250px;
  height: 250px;
  z-index: -1;
  position: relative;
  border-radius: 50%;
  background: radial-gradient(white, #fffef8, #fffcdc);
  opacity: 0.9;
  box-shadow: 0px 0px 40px 15px white;
}
@media (max-width: 767px) {
  .nature-3 .sun .sun-shape {
    width: 150px;
    height: 150px;
    transition: ease 0.5s;
  }
}
.nature-3 .sun.effect:before {
  animation: bright 2s ease forwards;
}
.nature-3 .sun.effect:after {
  animation: bright 5s ease-out 0.2s forwards;
}
.nature-3 .sun:before, .nature-3 .sun:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: radial-gradient(white, #fffef8, #fffcdc);
  transform: scale(1);
  z-index: -1;
  opacity: 0.2;
}
@keyframes bright {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(20);
    opacity: 0;
  }
}
.nature-3 .ray_box {
  position: absolute;
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  display: none;
}
.nature-3 .ray {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  margin-left: 10px;
  border-radius: 80% 80% 0 0;
  position: absolute;
  opacity: 0.5;
}
.nature-3 .ray1 {
  height: 170px;
  width: 40px;
  transform: rotate(180deg);
  top: -150px;
  left: 120px;
}
.nature-3 .ray2 {
  height: 110px;
  width: 20px;
  transform: rotate(215deg);
  top: -80px;
  left: 220px;
}
.nature-3 .ray3 {
  height: 170px;
  width: 50px;
  transform: rotate(240deg);
  top: -60px;
  left: 300px;
}
.nature-3 .ray4 {
  height: 120px;
  width: 14px;
  transform: rotate(305deg);
  top: 30px;
  left: 100px;
}
.nature-3 .ray5 {
  height: 140px;
  width: 30px;
  transform: rotate(-15deg);
  top: 60px;
  left: 40px;
}
.nature-3 .ray6 {
  height: 90px;
  width: 50px;
  transform: rotate(30deg);
  top: 60px;
  left: -40px;
}
.nature-3 .ray7 {
  height: 180px;
  width: 10px;
  transform: rotate(70deg);
  top: -35px;
  left: -40px;
}
.nature-3 .ray8 {
  height: 120px;
  width: 30px;
  transform: rotate(100deg);
  top: -45px;
  left: -90px;
}
.nature-3 .ray9 {
  height: 80px;
  width: 10px;
  transform: rotate(120deg);
  top: -65px;
  left: -60px;
}
.nature-3 .ray10 {
  height: 190px;
  width: 23px;
  transform: rotate(150deg);
  top: -185px;
  left: -60px;
}
@keyframes ray_anim {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "CryptoTech";
  src: url("../font.ttf") format("truetype");
}
.nature-3 .tip-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #477943;
  font-weight: 500;
  gap: 12px;
  z-index: 5;
  transition: ease 0.3s;
}
@media (max-width: 767px) {
  .nature-3 .tip-text {
    justify-content: center;
    font-size: 13px !important;
  }
  .nature-3 .tip-text > .d-flex {
    align-items: center;
  }
}
.nature-3 .tip-text.top {
  background-color: rgba(245, 245, 245, 0.4);
  padding: 10px 16px;
  backdrop-filter: blur(5px);
  color: #042402;
}
@media (max-width: 767px) {
  .nature-3 .tip-text.top {
    display: none !important;
  }
}
.nature-3 .tip-text.bottom {
  font-size: 16px;
  text-shadow: 0 0 black;
}
.nature-3 .tip-text span {
  font-family: "CryptoTech";
}
.nature-3 .tip-text > .d-flex:first-child {
  padding-right: 12px;
  border-right: 1px solid #477943;
}
.nature-3 .tip-text.hide {
  opacity: 0;
}
.nature-3 .connect-side-btn {
  cursor: pointer;
}
@media (max-width: 767px) {
  .nature-3 .video-buttons {
    position: relative !important;
  }
}
.nature-3 .video-buttons .video-event-buttons {
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
}
@media (max-width: 767px) {
  .nature-3 .video-buttons > .justify-content-center {
    align-items: start;
  }
  .nature-3 .video-buttons .video-event-buttons {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px !important;
  }
}
.nature-3 .video-buttons .button {
  background-color: rgba(245, 245, 245, 0.2);
  backdrop-filter: blur(5px);
  cursor: default;
  border: none;
  box-shadow: 0 0 5px #fff;
  color: #042402;
  text-transform: lowercase;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 767px) {
  .nature-3 .video-buttons .button {
    padding: 6px;
    font-size: 12px;
  }
}
.nature-3 .video-buttons .button:hover {
  color: #042402;
  box-shadow: 0 0 20px #fff;
}
.nature-3 .video-buttons .button:before {
  display: none;
}
.nature-3 .video-buttons .button:after {
  content: "#";
  display: flex;
  position: static;
  width: auto;
  height: auto;
}
.nature-3 .video-buttons .btn-circle {
  display: flex;
  align-items: center;
}
.nature-3 .video-buttons .btn-circle svg {
  margin-right: 12px;
  width: 20px;
  animation: rotate linear 3s infinite;
}
.nature-3 .video-buttons .btn-circle svg path {
  stroke: #042402;
}
@keyframes rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nature-3 .text-box {
  text-align: center;
  bottom: 180px;
  z-index: 5;
  transition: ease 0.8s;
  color: #f5f5f5;
  font-weight: 500;
  text-shadow: 0 0 15px #000;
}
@media (max-width: 767px) {
  .nature-3 .text-box {
    font-size: 12px;
  }
}
.nature-3 .text-box.show {
  opacity: 1;
}
.nature-3 video {
  object-fit: cover;
}
.nature-3 .scene, .nature-3 .sky {
  transition: ease 0.6s;
}
.nature-3 .scene.hide, .nature-3 .sky.hide {
  opacity: 0;
}
.nature-3 .hero-video {
  filter: brightness(0.7);
}
.nature-3 .logo-box {
  position: absolute;
  left: calc(50% - 116px);
  top: calc(50% - 100px);
  transform: scale(0);
  display: none;
  z-index: 3;
  transition: ease 0.8s;
}
@media (max-width: 767px) {
  .nature-3 .logo-box {
    top: 20%;
    left: calc(50% - 141px);
  }
}
.nature-3 .logo-box.show {
  display: flex;
  transform: scale(1);
}
.nature-3 .logo-box img {
  min-width: 200px;
}
.nature-3 .logo-box .logo-frame {
  box-shadow: 0 0 5px #fff;
  padding: 16px;
  backdrop-filter: blur(5px);
  border-radius: 12px;
}
@media (max-height: 750px) {
  .nature-3 .main-container {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .nature-3 .main-container {
    justify-content: space-between;
  }
}
.nature-3 .sign-logo {
  transform: translateY(-1rem);
  opacity: 0;
}
.nature-3 .sign-logo img {
  max-width: 100px;
}
@media (max-width: 767px) {
  .nature-3 .nature-footer {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 16px;
    row-gap: 16px;
    position: relative !important;
    margin-top: 40px;
  }
  .nature-3 .nature-footer .tip-text {
    grid-column: 1/span 2;
    order: 0;
    font-size: 14px;
  }
  .nature-3 .nature-footer .audio-controls, .nature-3 .nature-footer .sound-loader {
    order: 1;
  }
  .nature-3 .nature-footer .sound-loader {
    justify-self: flex-end;
  }
}
.nature-3 .connect-popup, .nature-3 .connect-popup-styles {
  display: none;
}
.nature-3.no-cursor .connect-popup, .nature-3.no-cursor .connect-popup-styles {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.nature-3.no-cursor .connect-popup.active, .nature-3.no-cursor .connect-popup-styles.active {
  display: flex;
}
.nature-3.no-cursor .connect-popup .popup-content, .nature-3.no-cursor .connect-popup-styles .popup-content {
  background-color: #f5f5f5;
  border-radius: 12px;
  position: relative;
  width: 60%;
  height: 80vh;
  overflow-y: auto;
  background-image: url("../images/village.png");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 200px !important;
}
@media (max-width: 767px) {
  .nature-3.no-cursor .connect-popup .popup-content, .nature-3.no-cursor .connect-popup-styles .popup-content {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
}
.nature-3.no-cursor .connect-popup .popup-content .close-btn, .nature-3.no-cursor .connect-popup-styles .popup-content .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.nature-3.no-cursor .connect-popup .popup-content > *, .nature-3.no-cursor .connect-popup-styles .popup-content > * {
  color: #3b3b3b;
}
.nature-3.no-cursor .connect-popup .popup-content p, .nature-3.no-cursor .connect-popup-styles .popup-content p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .nature-3.no-cursor .connect-popup .popup-content p, .nature-3.no-cursor .connect-popup-styles .popup-content p {
    font-size: 16px;
  }
}
.nature-3 .mission-popup .popup-content {
  background-image: url("../images/village-2.png") !important;
}
.nature-3.init .main-container-box {
  z-index: 1000;
  pointer-events: none;
}
.nature-3.init .main-container-box .main-title, .nature-3.init .main-container-box .sky, .nature-3.init .main-container-box .nature-footer, .nature-3.init .main-container-box .video-event-buttons {
  opacity: 0;
}
.nature-3.init .main-container-box .text-box {
  opacity: 1;
  text-shadow: none;
  color: #3b3b3b;
}
.nature-3 .nature-navbar {
  z-index: 300;
  opacity: 0;
  transition: ease 0.5s;
}
.nature-3 .nature-navbar.show {
  opacity: 1;
}
.nature-3 .nature-navbar .container {
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-link {padding:0;}
.nav-link a{
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nature-3 .nature-navbar .nav-link a, .nav-second a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.nature-3 .nature-navbar .nav-link a:hover, .nav-second a:hover {
  text-decoration: underline;
  color: #fff;
}

.shhh-1 {
  user-select: none;
}
.shhh-1 video {
  object-fit: cover;
}
.shhh-1 .overlay {
  background: none;
  backdrop-filter: blur(12px);
}
.shhh-1 .camera-box {
  pointer-events: none;
}
.shhh-1 .camera-box img {
  position: relative;
  z-index: 1;
  width: 800px;
  min-width: 800px;
  max-width: 800px;
}
@media (max-width: 767px) {
  .shhh-1 .camera-box img {
    width: 500px;
    max-width: 500px;
    min-width: 500px;
    margin-left: -100px;
  }
}
.shhh-1 .camera-box .video-box {
  z-index: 0;
  top: 100px;
  left: 200px;
  width: 470px;
  height: 290px;
  display: flex;
}
@media (max-width: 767px) {
  .shhh-1 .camera-box .video-box {
    top: 60px;
    left: 20px;
    width: 300px;
    height: 190px;
  }
}
.shhh-1 .camera-box .video-box video {
  width: 100%;
}
.shhh-1 .camera-box .video-box .controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
}
.shhh-1 .camera-box .video-box .controls .arrows .arrow path {
  stroke: #f5f5f5;
}
.shhh-1 .camera-box .video-box .controls .arrows .arrow:hover svg path {
  stroke: #e96188;
}
.shhh-1 .camera-box .video-box .controls .arrows .arrow:last-child svg {
  transform: rotate(180deg);
}
.shhh-1 .camera-box .video-box .controls .arrow, .shhh-1 .camera-box .video-box .controls .sound-btn {
  background: linear-gradient(341.97deg, #e96188 -31.71%, #841373 159.27%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px rgb(232, 63, 63);
  cursor: pointer;
}
.shhh-1 .camera-box .video-box .controls .arrow:hover, .shhh-1 .camera-box .video-box .controls .sound-btn:hover {
  background: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
}
.shhh-1 .camera-box .video-box .controls .arrow svg, .shhh-1 .camera-box .video-box .controls .sound-btn svg {
  max-width: 20px;
  width: 20px;
}
.shhh-1 .camera-box .video-box .controls .sound-btn path:first-child {
  fill: #f5f5f5;
}
.shhh-1 .camera-box .video-box .controls .sound-btn:hover svg path:first-child {
  fill: #e96188;
}
.shhh-1 .camera-box .video-box .controls .sound-btn .on-icon {
  display: none;
}
.shhh-1 .camera-box .video-box .controls .sound-btn.on .on-icon {
  display: block;
}
.shhh-1 .camera-box .video-box .controls .sound-btn.on .off-icon {
  display: none;
}
.shhh-1 .infiniteslide_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .shhh-1 .infiniteslide_wrap {
    transform: none;
    top: 30%;
  }
}
.shhh-1 .infinite-slider .main-title {
  margin: 0 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background: linear-gradient(to right, #ebe9e9, #c0c0c0, #fdc7c7);
  font-size: 200px;
  text-shadow: 3px 3px 5px #fff;
}
@media (max-width: 767px) {
  .shhh-1 .infinite-slider .main-title {
    font-size: 60px;
  }
}
.shhh-1 .tip-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  gap: 12px;
  z-index: 5;
  transition: ease 0.3s;
}
.shhh-1 .tip-text span {
  font-family: "CryptoTech";
}
.shhh-1 .tip-text > .d-flex:first-child {
  padding-right: 12px;
  border-right: 1px solid #fff;
}
.shhh-1 .shhh-header .logo {
  max-width: 150px;
}
.shhh-1 .button {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: ease 0.3s;
  display: inline-block;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid transparent;
}
.shhh-1 .button.button-primary {
  background: linear-gradient(341.97deg, #e96188 -31.71%, #841373 159.27%) !important;
  color: #f5f5f5;
  border-color: transparent;
  box-shadow: 0 0 15px rgb(232, 63, 63);
}
.shhh-1 .button.button-primary:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -5px;
  left: -20px;
  background-color: #f5f5f5;
  border-radius: 50%;
  opacity: 0;
  transition: ease 0.5s;
  z-index: 0;
}
.shhh-1 .button.button-primary:hover {
  color: #e96188;
}
.shhh-1 .button.button-primary:hover:before {
  opacity: 1;
  transform: scale(8);
}
.shhh-1 .button.button-primary span {
  position: relative;
  z-index: 1;
}
.shhh-1 .mouse-effect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .shhh-1 .mouse-effect {
    top: -45px;
    height: 110%;
  }
}
.shhh-1 .main-text {
  color: #f5f5f5;
  max-width: 400px;
  text-align: end;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .shhh-1 .shhh-header-right {
    align-items: stretch !important;
  }
  .shhh-1 .shhh-header-right .tip-text {
    margin-top: 16px;
    font-size: 12px;
  }
  .shhh-1 .shhh-header-right .tip-text .d-flex {
    border: none !important;
  }
  .shhh-1 .shhh-header-right .button {
    justify-content: center;
    display: flex;
  }
}

.gym-2, .gym-2 .gym-video, .gym-2 .muscle-img img, .gym-2 .overlay, .gym-2 .big-bg {
  transition: ease 0.8s;
}
.gym-2 .big-bg {
  opacity: 0.6;
}
@font-face {
  font-family: "plateia";
  font-weight: 400;
  font-style: normal;
  src: url("../Plateia-Bold.otf");
}
.gym-2 video {
  object-fit: cover;
}
.gym-2 .overlay {
  background: linear-gradient(to bottom, transparent, transparent);
}
.gym-2 .overlay-1 {
  background-image: url("../images/over-1.png");
  background-size: cover;
}
.gym-2 .overlay-2 .gym-bg-img {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .gym-2 .overlay-2 .gym-bg-img {
    display: none;
  }
}
.gym-2 h1 {
  color: #fff;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 170%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .gym-2 h1 {
    font-size: 30px;
    line-height: 140%;
  }
}
.gym-2 h1, .gym-2 h1 * {
  font-family: "plateia";
}
.gym-2 h1 .big {
  font-size: 11.5vw;
}
.gym-2 .absolute-title {
  position: absolute;
  top: 0;
  z-index: 0;
}
.gym-2 .tip-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  gap: 12px;
  z-index: 5;
  transition: ease 0.3s;
  padding: 8px 16px;
  border: 1.5px solid rgba(195, 70, 40, 0.6);
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .gym-2 .tip-text {
    font-size: 11px;
  }
}
.gym-2 .tip-text.frame-1 {
  border-right: none;
}
.gym-2 .tip-text.frame-1 .svg-frame {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  height: 100%;
  transform: rotate(180deg);
}
.gym-2 .tip-text.frame-2 {
  border-left: none;
}
.gym-2 .tip-text.frame-2 .svg-frame {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  height: 100%;
}
.gym-2 .tip-text.frame-3 {
  border-right: none;
  margin-right: 8px;
  border-radius: 5px 0 0 5px;
  padding-right: 24px;
}
.gym-2 .tip-text.frame-3 .svg-frame:last-child {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -3px;
  height: 100%;
}
.gym-2 .tip-text.frame-4 {
  border-left: none;
  margin-left: 8px;
  border-radius: 0 5px 5px 0;
  padding-left: 24px;
}
.gym-2 .tip-text.frame-4 .svg-frame {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  height: 100%;
  transform: rotate(180deg);
}
.gym-2 .tip-text span {
  font-family: "CryptoTech";
}
.gym-2 .button {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: ease 0.3s;
  display: inline-flex;
  align-items: center;
  border: none;
  position: relative;
  z-index: 12;
  border-radius: 5px;
}
.gym-2 .button.button-primary {
  color: #fff;
  font-weight: bold;
  border-top: 1.5px solid rgba(195, 70, 40, 0.6);
  border-bottom: 1.5px solid rgba(195, 70, 40, 0.6);
  border-top: 1.5px solid #c34628;
  border-bottom: 1.5px solid #c34628;
}
.gym-2 .button.button-primary:before {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -5px;
  left: -20px;
  background: linear-gradient(#eee, #ccc9c9, #eee);
  border-radius: 50%;
  opacity: 0;
  transition: ease 0.5s;
  z-index: 0;
}
.gym-2 .button.button-primary .icon path {
  stroke: #fff;
}
.gym-2 .button.button-primary:hover {
  color: #C34628;
}
.gym-2 .button.button-primary:hover .icon path {
  stroke: #C34628;
}
.gym-2 .button.button-primary:hover:before {
  opacity: 1;
  transform: scale(8);
}
.gym-2 .button.button-primary span {
  position: relative;
  z-index: 1;
}
.gym-2 .button.button-primary span .icon {
  max-width: 16px;
  width: 16px;
  transform: translateY(1px);
}
.gym-2 .button.button-primary .btn-decor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  height: 100%;
}
.gym-2 .button.button-primary .btn-decor:last-child {
  right: -10px;
  left: auto;
  transform: rotate(180deg);
}
.gym-2 .muscle-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  transform: translateX(-50%);
  max-width: 600px;
  z-index: 1;
}
@media (max-width: 767px) {
  .gym-2 .muscle-img {
    display: none;
  }
}
.gym-2 .muscle-img.left img:last-child {
  opacity: 1;
}
.gym-2 .muscle-img.left img:first-child {
  opacity: 0;
}
.gym-2 .muscle-img img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.gym-2 .muscle-img img {
  transition: ease 0.5s;
}
.gym-2 .muscle-img.filtered img {
  transition: ease 0.5s;
  filter: brightness(0.6) grayscale(0.7) invert(0.3);
}
.gym-2 .muscle-img.glitch {
  right: 0;
  left: auto;
  transform: none;
  max-width: 500px;
  width: 500px;
  height: 750px;
}
.gym-2 .gym-connect-cursor {
  position: fixed;
  top: 80vh;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: invert(0.8);
}
.gym-2 .gym-connect-cursor.active {
  z-index: 10;
}
.gym-2 .gym-connect-cursor svg {
  width: 16px;
  opacity: 0;
}
.gym-2 .text-effect {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
.gym-2 .text-effect div {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  margin: 0 !important;
}
.gym-2 .text-effect svg {
  width: 100%;
  height: 100%;
}
.gym-2 .text-effect svg text {
  font-size: 400px;
}
@media (max-width: 767px) {
  .gym-2 .text-effect svg text {
    font-size: 200px;
  }
}
.gym-2 .text-effect .svg-text-anim text {
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1.5px;
}
.gym-2 .metal-text h1 {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.gym-2 .metal-text h1:first-child {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background: linear-gradient(#787575, #eee, #5b5b5b);
  background-image: url("../images/dumbel.png");
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .gym-2 .metal-text h1:first-child {
    background-size: 200px;
  }
}
.gym-2 .metal-text h1:last-child {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  background: repeating-linear-gradient(105deg, #8a7d69 0%, #3e2904 5%, #856531 12%);
}
.gym-2 .metal-text.logo h1, .gym-2 .metal-text.logo .big {
  font-size: 30px;
  background-size: 200px;
}
.gym-2 .metal-text.logo h1:last-child {
  top: 2px;
  left: 2px;
}
.gym-2 .main-text {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  max-width: 550px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gym-2 .main-text {
    font-size: 14px;
    margin-top: 24px !important;
  }
}
.gym-2 .partners {
  padding: 0 16px;
  border-right: 1.5px solid rgba(195, 70, 40, 0.6);
  border-left: 1.5px solid rgba(195, 70, 40, 0.6);
}
.gym-2 .partners .small {
  font-family: "CryptoTech";
  color: rgba(255, 255, 255, 0.8);
}
.gym-2 .partners .logo-box {
  width: 130px;
}
.gym-2 .partners img {
  max-width: 130px;
}
.gym-2 .partners .dark-logo {
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 8px;
}
.gym-2 .nav-link a{
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  font-weight: 600;
}
.gym-2 .nav-link a:hover {
  color: #c34628;
}
.gym-2 .nav-link.bold {
  font-weight: 800;
}
.gym-2 .scroll-down-element {
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.gym-2 .scroll-down-element img {
  width: 60px;
  opacity: 0.6;
}
.gym-2 .gym-navbar {
  transition: ease 0.3s;
}
.gym-2 .gym-navbar.fixed {
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.gym-2 .gym-navbar a.active {
  color: #c34628 !important;
  text-decoration: underline;
}

.adv-section {
  background-color: #110e10;
}
.adv-section h2 {
  font-family: "plateia";
}
.adv-section .overlay {
  background: linear-gradient(to bottom, rgba(18, 13, 16, 0.2) 10%, rgba(18, 13, 16, 0.8) 50%, rgb(18, 13, 16) 100%);
}

.advisors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .advisors-grid {
    grid-template-columns: 1fr;
  }
}
.advisors-grid .advisor {
  display: flex;
  flex-direction: column;
  position: relative;
}
.advisors-grid .advisor.disabled .img-box img {
  filter: brightness(0) invert(0.6);
}
.advisors-grid .advisor .adv-text {
  padding-left: 8px;
  z-index: 3;
}
.advisors-grid .advisor .adv-name {
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  text-align: start;
  text-transform: uppercase;
  font-weight: 800;
}
.advisors-grid .advisor .adv-name.bronze {
  color: #b08c78;
}
.advisors-grid .advisor .adv-name.gold {
  color: #ffd700;
}
.advisors-grid .advisor .adv-info {
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  text-align: start;
  font-weight: 400;
}
.advisors-grid .countdown-item {
  flex-grow: 1;
}
.advisors-grid .countdown-item .adv-number {
  font-family: "CryptoTech";
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
.advisors-grid .countdown-item .adv-label {
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  text-align: center;
  font-weight: 400;
  line-height: 100%;
  font-size: 14px;
}
.advisors-grid .img-box {
  position: relative;
  padding: 0 16px;
  display: flex;
  width: 100%;
  flex-grow: 1;
}
.advisors-grid .img-box .glitch {
  background-size: 100%;
  width: 100%;
  min-height: 450px;
}
.advisors-grid .img-box .glitch, .advisors-grid .img-box img {
  position: relative;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
}
.advisors-grid .img-box:before {
  content: "";
  background-image: url("../images/adv-frame.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 50px center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.advisors-grid .img-box:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 50px;
  background-color: #110e10;
}

.glitch {
  background-size: 0;
  overflow: hidden;
  position: relative;
}
.glitch::before, .glitch::after,
.glitch .channel {
  background: inherit;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.glitch::before {
  animation: glitch-before 4s linear infinite alternate both;
  content: "";
}
@keyframes glitch-before {
  0% {
    clip-path: polygon(0% 5.6179474426%, 100% 5.6179474426%, 100% 7.5122199049%, 0% 7.5122199049%);
    transform: translate(-5.7413421667%, -0.1455630772%);
  }
  2% {
    clip-path: polygon(0% 71.7935160173%, 100% 71.7935160173%, 100% 76.6036217966%, 0% 76.6036217966%);
    transform: translate(-3.7368757398%, 0.2998658291%);
  }
  4% {
    clip-path: polygon(0% 56.3583307654%, 100% 56.3583307654%, 100% 66.2820536418%, 0% 66.2820536418%);
    transform: translate(5.6370974159%, -0.4243650191%);
  }
  6% {
    clip-path: polygon(0% 16.5609980848%, 100% 16.5609980848%, 100% 18.4055207129%, 0% 18.4055207129%);
    transform: translate(-0.4511083377%, -0.2057662999%);
  }
  8% {
    clip-path: polygon(0% 4.0353322025%, 100% 4.0353322025%, 100% 10.6357576668%, 0% 10.6357576668%);
    transform: translate(2.6261257991%, 0.2857301219%);
  }
  10% {
    clip-path: polygon(0% 56.1411236279%, 100% 56.1411236279%, 100% 63.623758816%, 0% 63.623758816%);
    transform: translate(5.8529605451%, -0.4240415736%);
  }
  12% {
    clip-path: polygon(0% 5.0878152538%, 100% 5.0878152538%, 100% 7.0397645181%, 0% 7.0397645181%);
    transform: translate(-1.688845742%, -0.0525195536%);
  }
  14% {
    clip-path: polygon(0% 18.6405494763%, 100% 18.6405494763%, 100% 27.6012951732%, 0% 27.6012951732%);
    transform: translate(1.6168660546%, -0.350312666%);
  }
  16% {
    clip-path: polygon(0% 22.4357074653%, 100% 22.4357074653%, 100% 29.0079554213%, 0% 29.0079554213%);
    transform: translate(2.0160579826%, -0.1002767866%);
  }
  18% {
    clip-path: polygon(0% 4.0050616534%, 100% 4.0050616534%, 100% 10.931219837%, 0% 10.931219837%);
    transform: translate(-7.5142123387%, 0.3523392032%);
  }
  20%, 100% {
    clip-path: none;
    transform: none;
  }
}
.glitch::after {
  animation: glitch-after 4s linear infinite alternate both;
  content: "";
}
@keyframes glitch-after {
  0% {
    clip-path: polygon(0% 55.051113427%, 100% 55.051113427%, 100% 57.1411393082%, 0% 57.1411393082%);
    transform: translate(-5.6487681416%, 0.0014278566%);
  }
  2% {
    clip-path: polygon(0% 65.8820498915%, 100% 65.8820498915%, 100% 72.4203733964%, 0% 72.4203733964%);
    transform: translate(4.2350347428%, 0.3461889656%);
  }
  4% {
    clip-path: polygon(0% 51.5869424907%, 100% 51.5869424907%, 100% 58.4930228991%, 0% 58.4930228991%);
    transform: translate(-1.2127087574%, -0.2295164399%);
  }
  6% {
    clip-path: polygon(0% 21.2220892583%, 100% 21.2220892583%, 100% 27.0772458658%, 0% 27.0772458658%);
    transform: translate(-0.3169406901%, 0.2632924558%);
  }
  8% {
    clip-path: polygon(0% 84.6900124332%, 100% 84.6900124332%, 100% 89.6920713365%, 0% 89.6920713365%);
    transform: translate(-6.3828590443%, 0.1607209151%);
  }
  10% {
    clip-path: polygon(0% 45.4090282341%, 100% 45.4090282341%, 100% 54.8075147284%, 0% 54.8075147284%);
    transform: translate(1.0947551601%, -0.2179366093%);
  }
  12% {
    clip-path: polygon(0% 57.799925118%, 100% 57.799925118%, 100% 58.969177773%, 0% 58.969177773%);
    transform: translate(4.8788708353%, -0.2743821204%);
  }
  14% {
    clip-path: polygon(0% 51.2405605171%, 100% 51.2405605171%, 100% 59.9208862664%, 0% 59.9208862664%);
    transform: translate(-4.5051718029%, -0.3786038223%);
  }
  16% {
    clip-path: polygon(0% 32.1319676215%, 100% 32.1319676215%, 100% 41.9947841321%, 0% 41.9947841321%);
    transform: translate(-1.9294189933%, 0.3565156788%);
  }
  18% {
    clip-path: polygon(0% 25.3444499058%, 100% 25.3444499058%, 100% 28.1908511086%, 0% 28.1908511086%);
    transform: translate(0.6300448665%, 0.0691760998%);
  }
  20%, 100% {
    clip-path: none;
    transform: none;
  }
}
.glitch .channel {
  mix-blend-mode: screen;
}
.glitch .channel::before {
  bottom: 0;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.glitch .r {
  animation: rgb-shift-r 4s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-r {
  0% {
    transform: translate(-1.5802234329%, 0.3448710236%);
  }
  2% {
    transform: translate(-0.3561631821%, 0.1077001295%);
  }
  4% {
    transform: translate(-0.3079311272%, -0.2408232178%);
  }
  6% {
    transform: translate(1.3009604655%, -0.2384404149%);
  }
  8% {
    transform: translate(-0.5698486377%, 0.35682878%);
  }
  10% {
    transform: translate(0.6270151902%, 0.3847535332%);
  }
  12% {
    transform: translate(-1.5913089207%, -0.4328783855%);
  }
  14% {
    transform: translate(-0.3228591078%, 0.1917699331%);
  }
  16% {
    transform: translate(-1.0444941979%, -0.1947506955%);
  }
  18% {
    transform: translate(0.9306167523%, -0.4000073764%);
  }
  20%, 100% {
    transform: none;
  }
}
.glitch .g {
  animation: rgb-shift-g 4s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-g {
  0% {
    transform: translate(1.5595744414%, 0.4198147579%);
  }
  2% {
    transform: translate(0.5401285481%, -0.2555019299%);
  }
  4% {
    transform: translate(1.2417165404%, 0.4035900937%);
  }
  6% {
    transform: translate(0.3249667825%, -0.0884637708%);
  }
  8% {
    transform: translate(-1.0590697496%, 0.24317502%);
  }
  10% {
    transform: translate(1.5226213393%, 0.026408893%);
  }
  12% {
    transform: translate(-0.7261976186%, 0.2305735854%);
  }
  14% {
    transform: translate(0.7897249908%, -0.2172467402%);
  }
  16% {
    transform: translate(-1.6575675327%, 0.3252968261%);
  }
  18% {
    transform: translate(-0.9794466347%, 0.3230239454%);
  }
  20%, 100% {
    transform: none;
  }
}
.glitch .b {
  animation: rgb-shift-b 4s steps(1, jump-end) infinite alternate both;
}
@keyframes rgb-shift-b {
  0% {
    transform: translate(-1.4880415241%, 0.2929815346%);
  }
  2% {
    transform: translate(0.0324384753%, 0.034562678%);
  }
  4% {
    transform: translate(0.9733370328%, -0.0238998758%);
  }
  6% {
    transform: translate(-0.5851375514%, -0.428812004%);
  }
  8% {
    transform: translate(0.8301105454%, 0.0446268527%);
  }
  10% {
    transform: translate(-0.3950327169%, 0.4535187603%);
  }
  12% {
    transform: translate(0.3107862497%, 0.1728658433%);
  }
  14% {
    transform: translate(1.3410052852%, -0.1554070554%);
  }
  16% {
    transform: translate(-1.9917781104%, 0.4253092652%);
  }
  18% {
    transform: translate(0.2699935383%, -0.3370418157%);
  }
  20%, 100% {
    transform: none;
  }
}
.gym-page * {
  font-family: "Montserrat", sans-serif;
}
.gym-page .fas {
  font-family: "Font Awesome 5 Free";
}
.gym-page .h2, .gym-page h2 {
  font-family: "plateia";
  color: #fff;
  font-size: 40px;
}
@media (max-width: 767px) {
  .gym-page .h2, .gym-page h2 {
    font-size: 30px;
  }
}
.gym-page .color-primary {
  color: #c34628;
}
.gym-page .h4 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.gym-page .text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #9a9a9a;
  font-weight: 500;
}
.gym-page .text.bolder {
  font-weight: 700;
}
.gym-page .f-17 {
  font-size: 17px;
}
@media (max-width: 767px) {
  .gym-page .q-text {
    font-size: 16px;
  }
}
.gym-page .big-text {
  font-size: 50px;
}
@media (max-width: 767px) {
  .gym-page .big-text {
    font-size: 40px;
  }
}
.gym-page .text-box-item {
  backdrop-filter: blur(5px);
  border-bottom: 5px solid #c34628;
  border-radius: 20px;
  background-color: rgba(184, 184, 184, 0.1);
  transition: ease 0.5s;
}
.gym-page .text-box-item:hover {
  background-color: rgba(195, 70, 40, 0.4);
}
.gym-page .text-box-item.green {
  border-bottom: 5px solid #3dc328;
}
.gym-page .text-box-item.green:hover {
  background-color: rgba(61, 195, 40, 0.4);
}
.gym-page .text-box-item.green img {
  filter: hue-rotate(90deg);
}
.gym-page .text-box-item.red {
  border-bottom: 5px solid #b928c3;
}
.gym-page .text-box-item.red:hover {
  background-color: rgba(185, 40, 195, 0.4);
}
.gym-page .text-box-item.red img {
  filter: hue-rotate(275deg);
}
.gym-page .text-box-item.default:hover {
  background-color: rgba(195, 70, 40, 0.4);
}
.gym-page .text-box-item.not-active {
  opacity: 0.6;
}
.gym-page .text-box-item.not-active:hover {
  opacity: 0.8;
}
.gym-page .text-box-item.black-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.gym-page .text-box-item.black-bg .text {
  color: #f5f5f5;
}
.gym-page .text-box-item.black-bg:hover .text {
  color: #3b3b3b;
}
.gym-page .color-white {
  color: #fff;
}
.gym-page .overlay {
  background: linear-gradient(to bottom, rgba(18, 13, 16, 0.2) 10%, rgba(18, 13, 16, 0.8) 50%, rgb(29, 26, 28) 100%);
  overflow: hidden;
}
.gym-page .overlay-team {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.5);
}
.gym-page .strong-man {
  position: absolute;
  top: -100px;
  left: -160px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gym-page .strong-man {
    z-index: 0;
    right: -100px;
    left: auto;
  }
}
.gym-page .button.button-gym {
  position: relative;
  display: inline-flex !important;
  color: #fff;
  font-weight: bold;
  border-top: 1.5px solid rgba(195, 70, 40, 0.6) !important;
  border-bottom: 1.5px solid rgba(195, 70, 40, 0.6) !important;
  border-top: 1.5px solid #c34628 !important;
  border-bottom: 1.5px solid #c34628 !important;
  background: none;
}
.gym-page .button.button-gym .icon path {
  stroke: #fff;
}
.gym-page .button.button-gym:hover {
  color: #C34628;
}
.gym-page .button.button-gym:hover .icon path {
  stroke: #C34628;
}
.gym-page .button.button-gym span {
  position: relative;
  z-index: 1;
}
.gym-page .button.button-gym span .icon {
  max-width: 16px;
  width: 16px;
  transform: translateY(1px);
}
.gym-page .button.button-gym:before, .gym-page .button.button-gym:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  height: 100% !important;
  width: 14px;
  height: 48px !important;
  background-image: url("data:image/svg+xml,%3Csvg class='btn-decor' width='14' height='85' viewBox='0 0 14 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 85L12.5 62.5547M12.5 0L12.5 22.5' stroke='%23c34628' stroke-width='2'%3E%3C/path%3E%3Cpath d='M13 63.5L1 59.5003L1 25.7934L13 21.5' stroke='%23c34628' stroke-width='2'%3E%3C/path%3E%3C/svg%3E ");
  background-size: 100% 100%;
}
.gym-page .button.button-gym:before {
  left: -9px;
}
.gym-page .button.button-gym:after {
  right: -9px;
  transform: rotate(180deg);
}
.gym-page .button-left:before {
  transform: scale(-1) translateX(-6.5px);
}
.gym-page .button.button-primary {
  background: none;
  border: 1px solid #c34628;
}
.gym-page .button.button-primary.active {
  background-color: #c34628;
  color: #fff;
}
.gym-page .button.button-primary:before, .gym-page .button.button-primary:after {
  display: none;
}
.gym-page input, .gym-page select, .gym-page textarea {
  border: 1px solid #272727;
  background-color: rgba(39, 39, 39, 0.3);
  padding: 16px 22px;
  color: #fff;
  outline: none;
}
.gym-page input::placeholder, .gym-page select::placeholder, .gym-page textarea::placeholder {
  color: #fff;
}
.gym-page input:focus, .gym-page select:focus, .gym-page textarea:focus {
  border-color: #c34628;
}
.gym-page.button-primary {
  color: #fff;
  font-weight: bold;
  border-top: 1.5px solid rgba(195, 70, 40, 0.6);
  border-bottom: 1.5px solid rgba(195, 70, 40, 0.6);
  border-top: 1.5px solid #c34628;
  border-bottom: 1.5px solid #c34628;
}
.gym-page.button-primary .icon path {
  stroke: #fff;
}
.gym-page.button-primary:hover {
  color: #C34628;
}
.gym-page.button-primary:hover .icon path {
  stroke: #C34628;
}
.gym-page.button-primary span {
  position: relative;
  z-index: 1;
}
.gym-page.button-primary span .icon {
  max-width: 16px;
  width: 16px;
  transform: translateY(1px);
}
.gym-page.button-primary:before, .gym-page.button-primary:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  height: 100%;
  width: 14px;
  height: 45px;
  background-image: url("data:image/svg+xml,%3Csvg class='btn-decor' width='14' height='85' viewBox='0 0 14 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 85L12.5 62.5547M12.5 0L12.5 22.5' stroke='%23c34628' stroke-width='2'%3E%3C/path%3E%3Cpath d='M13 63.5L1 59.5003L1 25.7934L13 21.5' stroke='%23c34628' stroke-width='2'%3E%3C/path%3E%3C/svg%3E ");
  background-size: 100% 100%;
}
.gym-page.button-primary:before {
  left: -9px;
}
.gym-page.button-primary:after {
  right: -9px;
  transform: rotate(180deg);
}
.gym-page .button-progress {
  position: relative;
}
.gym-page .button-progress:hover span {
  color: #fff;
}
.gym-page .button-progress .progress-line {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  left: 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  background-color: #c34628;
  animation: progress 1s linear infinite;
  border-radius: 2px;
  z-index: -1;
}
.gym-page .button-progress:before, .gym-page .button-progress:after {
  background-image: url("data:image/svg+xml,%3Csvg class='btn-decor' width='14' height='85' viewBox='0 0 14 85' fill='%23c34728' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 85L12.5 62.5547M12.5 0L12.5 22.5' stroke='%23c34628' stroke-width='2'%3E%3C/path%3E%3Cpath d='M13 63.5L1 59.5003L1 25.7934L13 21.5' stroke='%23c34628' stroke-width='2'%3E%3C/path%3E%3C/svg%3E ") !important;
}
.gym-page .button-progress.progress-50 .progress-line {
  clip-path: inset(0 50% 0 0);
}
.gym-page .button-progress.progress-50.colorful .progress-line {
  background-color: #ba6101;
}
.gym-page .button-progress.progress-30 .progress-line {
  clip-path: inset(0 70% 0 0);
}
.gym-page .button-progress.progress-30.colorful .progress-line {
  background-color: #b01f1f;
}
.gym-page .button-progress.progress-100 .progress-line {
  clip-path: inset(0 0 0 0);
}
.gym-page .button-progress.progress-100.colorful .progress-line {
  background-color: #00490c;
}
.gym-page .button-battery {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gym-page .button-battery span {
  font-size: 30px;
  line-height: 100%;
  color: rgb(248, 223, 196);
}
@keyframes progress {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
.gym-page textarea {
  min-height: 200px;
}
.gym-page .dark-bg {
  background-color: #e3e3e3;
}
.gym-page .dark-bg .text, .gym-page .dark-bg .h2, .gym-page .dark-bg .h4, .gym-page .dark-bg .icon-item {
  color: #110e10;
}
.gym-page .dark-bg .color-text {
  color: #9a9a9a;
}
.gym-page .dark-bg .icon-item {
  border-color: #adadad;
}
.gym-page .dark-bg .icon-item .icon {
  background-color: #c34628;
  color: #f5f5f5;
}
.gym-page .dark-bg .button {
  color: #c34628;
}
.gym-page .dark-bg input, .gym-page .dark-bg select, .gym-page .dark-bg textarea {
  border: none;
  background-color: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
}
.gym-page .dark-bg input, .gym-page .dark-bg input::placeholder, .gym-page .dark-bg select, .gym-page .dark-bg select::placeholder, .gym-page .dark-bg textarea, .gym-page .dark-bg textarea::placeholder {
  color: #110e10;
}
.gym-page .bg-2 {
  background-color: #222020;
}
.gym-page .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #3d3d3d;
  border-left: 1px solid #3d3d3d;
}
.gym-page .team-grid.light-theme {
  border-color: #929292;
}
.gym-page .team-grid.light-theme .team-item {
  border-color: #929292;
}
@media (max-width: 767px) {
  .gym-page .team-grid {
    grid-template-columns: 1fr;
  }
}
.gym-page .team-grid.team-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .gym-page .team-grid.team-4 {
    grid-template-columns: 1fr;
  }
}
.gym-page .team-grid.directions-grid {
  border: none;
}
.gym-page .team-grid.directions-grid .team-item {
  border-left: 1px solid #3d3d3d;
  border-top: 1px solid #3d3d3d;
  position: relative;
  background-color: #110e10;
  padding: 0;
  transition: ease 0.3s;
}
.gym-page .team-grid.directions-grid .team-item:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.gym-page .team-grid.directions-grid .team-item:hover .img-box-icon {
  opacity: 1;
}
.gym-page .team-grid.directions-grid .team-item:hover .decor-icon {
  opacity: 0.3;
}
.gym-page .team-grid.directions-grid .team-item .pbox {
  padding: 16px;
}
.gym-page .team-grid.directions-grid .team-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  transform: translate(10px, 10px);
  z-index: -1;
  transition: ease 0.3s;
}
.gym-page .team-grid.directions-grid .team-item.orange .box-name span {
  background-color: #c34628;
}
.gym-page .team-grid.directions-grid .team-item.orange:after {
  border-color: #c34628;
}
.gym-page .team-grid.directions-grid .team-item.orange .button {
  border-color: #c34628;
}
.gym-page .team-grid.directions-grid .team-item.orange .button:hover {
  color: #c34628;
}
.gym-page .team-grid.directions-grid .team-item.purple .box-name span {
  background-color: #b928c3;
}
.gym-page .team-grid.directions-grid .team-item.purple:after {
  border-color: #b928c3;
}
.gym-page .team-grid.directions-grid .team-item.purple .button {
  border-color: #b928c3;
}
.gym-page .team-grid.directions-grid .team-item.purple .button:hover {
  color: #b928c3;
}
.gym-page .team-grid.directions-grid .team-item.green .box-name span {
  background-color: #3dc328;
}
.gym-page .team-grid.directions-grid .team-item.green:after {
  border-color: #3dc328;
}
.gym-page .team-grid.directions-grid .team-item.green .button {
  border-color: #3dc328;
}
.gym-page .team-grid.directions-grid .team-item.green .button:hover {
  color: #3dc328;
}
.gym-page .team-grid.directions-grid .team-item .decor-icon {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  opacity: 0.15;
  transition: ease 0.3s;
}
.gym-page .team-grid.directions-grid .team-item .decor-icon svg {
  width: 100%;
}
.gym-page .team-grid.directions-grid .team-item .img-box-icon {
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: ease 0.3s;
}
.gym-page .team-grid.directions-grid .team-item img {
  transition: ease 0.3s;
}
.gym-page .team-grid .team-item {
  padding: 16px;
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  position: relative;
}
.gym-page .team-grid .team-item .box-name {
  font-family: "Nova Square", sans-serif;
  font-weight: 600;
  min-height: 56px;
  margin-bottom: 16px !important;
}
.gym-page .team-grid .team-item .box-name > * {
  font-family: "Nova Square", sans-serif;
}
.gym-page .team-grid .team-item .team-text {
  position: absolute;
  right: 32px;
  bottom: 32px;
  left: 32px;
  padding: 12px;
  padding-left: 20px;
  padding-bottom: 18px;
  border-left: 2px solid #c34628;
  backdrop-filter: blur(5px);
  background-color: rgba(184, 184, 184, 0.1);
}
.gym-page .team-grid .team-item .team-text .position {
  display: block;
  text-transform: uppercase;
  color: #c34628;
  font-size: 14px;
  font-weight: 800;
}
.gym-page .team-grid .team-item .team-text .name {
  font-family: "plateia";
  color: #fff;
  line-height: 100%;
  font-family: "Nova Square", sans-serif;
  font-weight: 600;
}
.gym-page .icon-item {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #3d3d3d;
  padding-bottom: 16px;
}
.gym-page .icon-item .icon {
  min-width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gym-page .icon-item .icon i {
  font-size: 25px;
}
.gym-page .images-slider .swiper-slide {
  text-align: center;
}
.gym-page .images-slider img {
  max-height: 600px;
}
.gym-page .roadmap-line {
  border-top: 4px dashed #3d3d3d;
}
.gym-page .task-list-box {
  position: relative;
}
.gym-page .task-list-box .progress-check {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  padding-bottom: 12px;
  background-color: #110e10;
}
.gym-page .task-list-box .progress-check .circle {
  width: 20px;
  height: 20px;
  background-color: #c4c4c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gym-page .task-list-box.completed .circle {
  background-color: #c34628;
}
.gym-page .task-list-box.completed .circle:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
}
.gym-page .task-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 1px dashed #3d3d3d;
  padding: 30px 0 30px 30px;
}
.gym-page .task-list i {
  transform: translateY(6px);
  margin-right: 12px;
  font-size: 12px;
  opacity: 0.8;
}
.gym-page .task-list li p {
  font-weight: 400;
}
.gym-page .advisors-grid.t-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
  gap: 80px;
}
@media (max-width: 767px) {
  .gym-page .advisors-grid.t-2 {
    grid-template-columns: 1fr;
  }
}
.gym-page .advisors-grid.t-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  gap: 40px;
}
@media (max-width: 767px) {
  .gym-page .advisors-grid.t-3 {
    grid-template-columns: 1fr;
  }
}
.gym-page .advisors-grid.t-3 .advisor {
  align-items: center;
}
.gym-page .advisors-grid.t-3 .advisor .img-box {
  max-width: 290px;
}
.gym-page .gym-text-box {
  box-shadow: 0 0 12px rgba(119, 118, 118, 0.2);
  background-color: #110f0f;
}
.gym-page .grid {
  display: grid;
}
.gym-page .grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .gym-page .grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gym-page .grid.grid-3 {
    grid-template-columns: 1fr;
  }
}
.gym-page .grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .gym-page .grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gym-page .grid.grid-4 {
    grid-template-columns: 1fr;
  }
}
.gym-page .grid.gap {
  gap: 24px;
}
@media (max-width: 767px) {
  .gym-page .grid.gap {
    gap: 16px;
  }
}
.gym-page .high {
  z-index: 1;
}
.gym-page .border-radius {
  border-radius: 20px;
}
.gym-page .op-1 {
  opacity: 0.2;
  transform: scale(0.8);
  transform-origin: left center;
}
.gym-page .dark-bg .op-1 {
  transform-origin: right center;
}
.gym-page .opinion-slider .swiper-slide {
  padding: 32px;
  background-color: #161616;
  border-top: 4px solid #c34628;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gym-page .bordered-text-box {
  padding: 32px;
  background-color: #161616;
  border-top: 4px solid #c34628;
}
.gym-page .star:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23c34628' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z' stroke-width='2.064' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}
.gym-page .powers-list .power-list-text {
  display: block;
  line-height: 130%;
  padding-bottom: 4px;
  font-size: 15px !important;
  color: #dddddd;
  font-weight: 500;
  letter-spacing: 0.2px;
  display: flex;
}
.gym-page .powers-list .power-list-text:before {
  content: "";
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23ddd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  min-width: 16px;
  height: 16px;
}
.gym-page .powers-list .power-progress {
  height: 2px;
  display: none;
}
.gym-page .powers-list .power-item:first-child .power-progress {
  display: flex;
}
.gym-page .advisors-grid.invest-list .advisor .img-box {
  min-height: 350px;
  max-height: 350px;
}
.gym-page .advisors-grid.invest-list .advisor .img-box .glitch {
  min-height: 350px;
}
.gym-page .advisors-grid.invest-list .advisor .img-box .decor-box {
  top: 50%;
  transform: translateY(-50%);
}
.gym-page .advisors-grid.invest-list .advisor .img-box .decor-box .decor-text {
  line-height: 1;
}
.gym-page .advisors-grid.invest-list .advisor.active {
  box-shadow: 0 0 40px rgba(255, 255, 219, 0.3);
}
.gym-page .ui-tabs {
  background: none;
  border: none;
  padding: 0;
}
.gym-page .ui-tabs-nav {
  background: none;
  border: none;
}
.gym-page .ui-tabs-nav .ui-tabs-tab {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  transition: ease 0.5s;
}
.gym-page .ui-tabs-nav .ui-tabs-tab:not(.ui-state-active) {
  opacity: 0.8;
  transform: scale(0.8);
  transform-origin: center right;
}
.gym-page .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
  padding: 0;
  margin: 0;
  width: 100%;
}
.gym-page .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor .text-box-item {
  width: 100%;
}

.shhh-page-header {
  z-index: 100;
  background: linear-gradient(to right, #9255CE, #1AECF5);
}
.shhh-page-header .header-overlay {
  background-color: rgba(33, 33, 33, 0.3);
  backdrop-filter: blur(5px);
}
.shhh-page-header li a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 6px 10px;
}
.shhh-page-header li a:before {
  /* content: ''; */
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(341.97deg, #e96188 -31.71%, #841373 159.27%) !important;
  z-index: -1;
  left: -8px;
  top: -6px;
  opacity: 0;
  transition: ease 0.3s;
}
.shhh-page-header li a:hover {
  color: #fff;
}
.shhh-page-header li a:hover:before, .shhh-page-header li a.active:before {
  opacity: 1;
}
.shhh-page-header li a.active {
  border-color: #e96188;
}
.shhh-page-header .shhh-header .button span {
  text-transform: uppercase;
  font-weight: 600;
}

.shhh-page h1, .shhh-page h2, .shhh-page h3, .shhh-page h4, .shhh-page h5, .shhh-page h6, .shhh-page p, .shhh-page span, .shhh-page div {
  font-family: "Open Sans", sans-serif;
}
.shhh-page .eyebrow {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 100px;
  display: inline-block;
}
.shhh-page .eyebrow-1 {
  color: #BE60FF;
  background-color: rgba(190, 96, 255, 0.2);
}
.shhh-page .eyebrow-3 {
  color: #FF7369;
  background-color: rgba(255, 115, 105, 0.2);
}
.shhh-page .eyebrow-4 {
  color: #40CCFC;
  background-color: rgba(64, 204, 252, 0.2);
}
.shhh-page .h2 {
  color: #303142;
}
.shhh-page .h2 {
  font-weight: 700;
}
.shhh-page .h3 {
  font-size: 32px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .shhh-page .h3 {
    font-size: 26px;
  }
}
.shhh-page .h4 {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .shhh-page .h4 {
    font-size: 18px;
  }
}
.shhh-page p, .shhh-page .text {
  font-family: "Nunito Sans", sans-serif;
  color: #636363;
  font-size: 16px;
  font-weight: 500;
}
.shhh-page p.light-text, .shhh-page .text.light-text {
  color: #fdfdfd;
  opacity: 0.5;
}
.shhh-page .color-white, .shhh-page .color-white:where(h1, h2, h3, h4, h5, h6, p, span, div, .text) {
  color: #fff !important;
}
.shhh-page .points-list .point {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  color: #fff;
  transform: translateY(4px);
}
.shhh-page .points-list .point-1 {
  background: linear-gradient(90deg, #00fff0 0%, #00d3c7 100%);
}
.shhh-page .points-list .point-2 {
  background: linear-gradient(90deg, #9255CE 0%, #BE60FF 100%);
}
.shhh-page .points-list .point-3 {
  background: linear-gradient(90deg, #FF7369 0%, #FFB06D 100%);
}
.shhh-page .count-list .count-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  box-shadow: 0 3px 21px rgba(89, 100, 255, 0.08);
  border-radius: 20px;
  background-color: #fff;
}
.shhh-page .count-list .count-item:nth-child(odd) {
  background-color: #222;
}
.shhh-page .count-list .count-item:nth-child(odd) .h4 {
  color: #fff;
}
.shhh-page .count-list .count-item-1 .h2 {
  color: #FF7369;
}
.shhh-page .count-list .count-item-2 .h2 {
  color: #40CCFC;
}
.shhh-page .count-list .count-item-3 .h2 {
  color: #BE60FF;
}
.shhh-page .count-list .count-item-4 .h2 {
  color: #00d3c7;
}
.shhh-page .count-list .count-item .h2 {
  margin-bottom: 0;
  margin-right: 16px;
}
.shhh-page .count-list .count-item .h4 {
  margin-bottom: 0;
  max-width: 230px;
}
.shhh-page .count-list .count-item .h2, .shhh-page .count-list .count-item .h4 {
  transition: ease 0.5s;
}
.shhh-page .count-list .count-item, .shhh-page .values-grid .value-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.shhh-page .count-list .count-item > *, .shhh-page .values-grid .value-item > * {
  position: relative;
  z-index: 1;
}
.shhh-page .count-list .count-item:before, .shhh-page .values-grid .value-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0.02);
  transition: ease 0.5s;
  z-index: 0;
}
.shhh-page .count-list .count-item:hover:before, .shhh-page .values-grid .value-item:hover:before {
  transform: scaleX(1);
}
.shhh-page .count-list .count-item:hover .h2, .shhh-page .count-list .count-item:hover .h4, .shhh-page .values-grid .value-item:hover .h2, .shhh-page .values-grid .value-item:hover .h4 {
  color: #fff;
}
.shhh-page .count-list .count-item-1:before, .shhh-page .values-grid .value-item-1:before {
  background: linear-gradient(180deg, #FF7369, #FFB06D);
}
.shhh-page .count-list .count-item-2:before, .shhh-page .values-grid .value-item-2:before {
  background: linear-gradient(180deg, #40CCFC, #1AECF5);
}
.shhh-page .count-list .count-item-3:before, .shhh-page .values-grid .value-item-3:before {
  background: linear-gradient(180deg, #9255CE, #BE60FF);
}
.shhh-page .count-list .count-item-4:before, .shhh-page .values-grid .value-item-4:before {
  background: linear-gradient(180deg, #00fff0, #00d3c7);
}
.shhh-page .values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .shhh-page .values-grid {
    grid-template-columns: 1fr;
  }
}
.shhh-page .values-grid .value-item {
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(89, 100, 255, 0.1);
  border-radius: 20px;
}
.shhh-page .values-grid .value-item:before {
  transform: scaleY(0.02) !important;
  transform-origin: bottom;
}
.shhh-page .values-grid .value-item:hover:before {
  transform: scaleY(1) !important;
}
.shhh-page .values-grid .value-item:hover .h3, .shhh-page .values-grid .value-item:hover .text {
  color: #fff;
}
.shhh-page .values-grid .value-item:hover .icon-box {
  box-shadow: -5px 5px 0 #fdfdfd;
}
.shhh-page .values-grid .value-item:after {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  border-radius: 50%;
}
.shhh-page .values-grid .value-item .h3, .shhh-page .values-grid .value-item .text, .shhh-page .values-grid .value-item .icon-box {
  transition: ease 0.5s;
}
.shhh-page .values-grid .value-item .icon-box {
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 12px;
}
.shhh-page .values-grid .value-item .icon-box svg, .shhh-page .values-grid .value-item .icon-box img {
  max-width: 44px;
}
.shhh-page .values-grid .value-item-3 .icon-box {
  background: linear-gradient(to bottom, #9255CE, #BE60FF);
}
.shhh-page .values-grid .value-item-3:after {
  background-color: rgba(190, 96, 255, 0.2);
}
.shhh-page .values-grid .value-item-4 .icon-box {
  background: linear-gradient(to bottom, #00fff0, #00d3c7);
}
.shhh-page .values-grid .value-item-4:after {
  background-color: rgba(0, 211, 199, 0.2);
}
.shhh-page .values-grid .value-item-2 .icon-box {
  background: linear-gradient(to bottom, #40CCFC, #1AECF5);
}
.shhh-page .values-grid .value-item-2:after {
  background-color: rgba(26, 236, 245, 0.2);
}
.shhh-page .values-grid .value-item-1 .icon-box {
  background: linear-gradient(to bottom, #FF7369, #FFB06D);
}
.shhh-page .values-grid .value-item-1:after {
  background-color: rgba(255, 176, 109, 0.2);
}
.shhh-page .circle-progress {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.shhh-page .circle-progress-3 {
  box-shadow: 0 10px 40px rgba(255, 115, 105, 0.5);
}
.shhh-page .circle-progress-3 .stop1 {
  stop-color: #FF7369;
}
.shhh-page .circle-progress-3 .stop2 {
  stop-color: #FFB06D;
}
.shhh-page .circle-progress-2 {
  box-shadow: 0 10px 40px rgba(146, 85, 206, 0.5);
}
.shhh-page .circle-progress-2 .stop1 {
  stop-color: #9255CE;
}
.shhh-page .circle-progress-2 .stop2 {
  stop-color: #BE60FF;
}
.shhh-page .circle-progress-1 {
  box-shadow: 0 10px 40px rgba(0, 255, 240, 0.5);
}
.shhh-page .circle-progress-1 .stop1 {
  stop-color: #00fff0;
}
.shhh-page .circle-progress-1 .stop2 {
  stop-color: #00d3c7;
}
.shhh-page .circle-progress .chart-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.shhh-page .circle-progress .chart-svg.first-chart {
  transform: rotate(-90deg);
}
.shhh-page .circle-progress .progress-bar__background {
  display: none;
}
.shhh-page .circle-progress .progress-bar__progress {
  fill: none;
  stroke-dasharray: 100 100;
  stroke-linecap: round;
  stroke-width: 2.5px;
}
.shhh-page .feedback-slider {
  padding-left: 20px;
  overflow: visible;
}
.shhh-page .feedback-slider .swiper-slide {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
}
.shhh-page .feedback-slider .swiper-slide .quote-icon {
  position: absolute;
  top: 30px;
  left: -20px;
  mask-image: url("../images/shhh-page/mask.png");
  -webkit-mask-image: url("../images/shhh-page/mask.png");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  background: linear-gradient(to right, #40CCFC, #1AECF5);
  padding: 10px 20px 10px 10px;
}
.shhh-page .feedback-slider .swiper-slide .quote-icon svg {
  width: 40px;
}
.shhh-page .feedback-arrow {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #9255CE;
  border-radius: 50%;
}
.shhh-page .bg-col {
  background-color: #6441C1;
  position: relative;
  z-index: 1;
}
.shhh-page .brad {
  border-radius: 20px;
}
.shhh-page .invest-card {
  padding-top: 250px;
  background-image: url("../images/shhh-page/camera-bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.shhh-page .invest-card:hover .text-box:before {
  background: linear-gradient(to right, #FF7369, #FFB06D);
}
.shhh-page .invest-card:hover .text-box .arrow-box .arrow:first-child {
  transform: translateX(100px);
}
.shhh-page .invest-card:hover .text-box .arrow-box .arrow:last-child {
  transform: translateX(0);
}
.shhh-page .invest-card .text-box {
  margin-right: 24px;
  position: relative;
}
.shhh-page .invest-card .text-box > * {
  position: relative;
  z-index: 1;
}
.shhh-page .invest-card .text-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to right, #2F057B, #6441C1);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}
.shhh-page .invest-card .text-box .arrow-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20px, -50%);
  color: #303142;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 40px;
}
.shhh-page .invest-card .text-box .arrow-box .arrow {
  transition: ease 0.3s;
}
.shhh-page .invest-card .text-box .arrow-box .arrow:last-child {
  position: absolute;
  transform: translateX(-100px);
}
.shhh-page .quarter-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 21px rgba(89, 100, 255, 0.08);
  position: relative;
}
.shhh-page .quarter-card .icon-box {
  border-radius: 62% 47% 82% 35%/45% 45% 80% 66%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 8px 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: -12px 5px 0 #fee8e3;
}
.shhh-page .quarter-card .icon-box svg, .shhh-page .quarter-card .icon-box img {
  max-width: 30px;
}
.shhh-page .quarter-card .icon-box-1 {
  background: linear-gradient(to bottom, #00fff0, #00d3c7);
}
.shhh-page .quarter-card .icon-box-2 {
  background: linear-gradient(to bottom, #9255CE, #BE60FF);
}
.shhh-page .quarter-card .icon-box-3 {
  background: linear-gradient(to bottom, #FF7369, #FFB06D);
}
.shhh-page .quarter-card .icon-box-4 {
  background: linear-gradient(to bottom, #40CCFC, #1AECF5);
}
.shhh-page .steps-line {
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 0;
  border-left: 1px dashed #9255CE;
}
.shhh-page .packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .shhh-page .packages-grid {
    grid-template-columns: 1fr;
  }
}
.shhh-page .packages-grid .package-item {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 0 rgba(89, 100, 255, 0.08);
  border: 1px solid rgba(89, 100, 255, 0.2);
  position: relative;
}
.shhh-page .packages-grid .package-item .package-badge {
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateY(-50%);
  mask-image: url("../images/shhh-page/mask-o.png");
  -webkit-mask-image: url("../images/shhh-page/mask-o.png");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  padding: 12px 24px 12px 16px;
}
.shhh-page .packages-grid .package-item-4 .package-badge, .shhh-page .packages-grid .package-item-4 .package-list li:before, .shhh-page .packages-grid .package-item-4 .button-primary {
  background: linear-gradient(to right, #40CCFC, #1AECF5) !important;
}
.shhh-page .packages-grid .package-item-2 .package-badge, .shhh-page .packages-grid .package-item-2 .package-list li:before, .shhh-page .packages-grid .package-item-2 .button-primary {
  background: linear-gradient(to right, #9255CE, #BE60FF) !important;
}
.shhh-page .packages-grid .package-item-3 .package-badge, .shhh-page .packages-grid .package-item-3 .package-list li:before, .shhh-page .packages-grid .package-item-3 .button-primary {
  background: linear-gradient(to right, #FF7369, #FFB06D) !important;
}
.shhh-page .packages-grid .package-item .button-primary {
  border-radius: 10px;
  box-shadow: none;
}
.shhh-page .packages-grid .package-diamond {
  width: 100%;
  max-height: 200px;
  margin-top: 12px;
}
.shhh-page .package-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shhh-page .package-list li {
  padding-left: 36px;
  position: relative;
}
.shhh-page .package-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(to right, #FF7369, #FFB06D);
}
.shhh-page .contact-container {
  border-radius: 40px;
  background-image: url("../images/shhh-page/form-bg.jpg");
  background-size: cover;
}
.shhh-page .contact-container .contact-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.shhh-page .contact-container .input-box {
  display: flex;
  flex-direction: column;
}
.shhh-page .contact-container .input-box label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 4px;
}
.shhh-page .contact-container .input-box input {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  outline: none;
  border: none;
}
.shhh-page .roadmap-arrow-box {
  position: relative;
}
.shhh-page .roadmap-arrow-box .roadmap-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.nature-about .nature-navbar, .nature-about .hero-section {
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 12px;
}
.nature-about h1, .nature-about p, .nature-about span {
  font-family: "Poppins", sans-serif !important;
}
.nature-about .highlight {
  font-weight: 600 !important;
}

.gym-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url("../images/footer-bg.png");
}
.gym-footer .copy-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.gym-footer .border-col {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.gym-footer a {
  color: #f5f5f5;
  transition: ease 0.3s;
}
.gym-footer a:hover {
  color: #c34628;
}
.gym-footer .socials a {
  width: 40px;
  height: 40px;
  color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.gym-footer .fab {
  font-family: "Font Awesome 5 Brands";
}

.custom-tabs .tab:not(.active) {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
}
.popup.open {
  display: flex;
}
.popup-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(116, 116, 116, 0.4);
  z-index: 0;
}
.popup-content {
  width: 80%;
  height: 70%;
  z-index: 1;
  position: relative;
  background-color: #181818;
}
@media (max-width: 767px) {
  .popup-content {
    width: 100%;
    height: 100%;
  }
  .popup-content > .h-100 {
    height: auto !important;
  }
}
.popup-content .close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: -50px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='-0.5 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M3 21.32L21 3.32001' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M3 3.32001L21 21.32' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-content .close-popup {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
}
.popup-scroll {
  overflow-y: auto;
}
.popup .color-white {
  color: #f5f5f5 !important;
}
.popup .logo span {
  font-size: 40px !important;
}

@media (max-width: 767px) {
  .popup .logo span {
    font-size: 30px !important;
  }

  .intro-text-box > p, .intro-text-box  div >  div {font-size:.95rem !important;}

  #intro .nature-3 .main-title {padding:5vh 0; }
  .nature-loading {
    top: 10vh !important;
    font-size:12px !important;
  }
  .nature-3 header.nature-navbar, header.navbar.position-sticky {margin-top:0 !important; }
   header.navbar.position-sticky nav {border-top-left-radius: 0 !important; border-top-right-radius: 0 !important;}
  .nature-3 header.nature-navbar .container {background-color: rgba(0, 0, 0, 0.5); border-top-left-radius: 0 !important; border-top-right-radius: 0 !important;}
  .nature-3 header.nature-navbar .container ul.nav {margin:10px 5% !important; width:90% !important;}
  .nature-3 header.nature-navbar .container .d-flex.align-items-center.col-md-auto.mb-2.justify-content-end.flex-grow-1 {
    display:block !important;
    width:100% !important;
  }
  .nature-3 header.nature-navbar .nav-link a, .nav-second a {font-size:17px;}
}


@media (max-width: 520px) {
  .h2, h2 {font-size: 26px; }
  .h2:after, h2:after {display:none !important;}
  p {font-size:14px !important;}
  .subtitle {font-size: 16px !important;}

  .hero-section, .hero-section .hero-overlay {padding-top: 20px !important;}
  .hero-section .px-5, .hero-section .hero-overlay .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .nature-loading { top: 6vh !important;}
  .nature-3 .main-title { font-size: 70px !important;}
  .video-buttons {font-size:12px;}
  .nature-3 .tip-text { font-size: 12px !important; margin:0 5%; }
}
