@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap");
.navbar-brand img {
  position: relative;
  margin-right: 6vh;
}

.navbar {
  height: 10vh;
}

.navbar-nav > li {
  padding-left: 0px;
  padding-right: 0px;
}

.mobile-nav {
  display: none;
}

@media only screen and (max-width: 992px) {
  .navbar-brand {
    opacity: 1;
    display: block;
  }
  .mobile-nav {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .logo {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    left: -1%;
  }
  #index-landing-row {
    text-align: center;
  }
  #index-landing-row h1 {
    text-align: center;
  }
}

.icons {
  letter-spacing: 0.4em;
}

.nav-link {
  letter-spacing: 0.05em;
  font-size: 0.82em;
  text-decoration: none;
  margin: 5px;
  font-weight: 500;
}

#header {
  padding: 2rem;
}

#menu {
  -webkit-backdrop-filter: blur(1.3em);
          backdrop-filter: blur(1.3em);
  height: 100%;
  left: 30%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 70%;
  z-index: 1100;
}

#menu li .li-sec {
  color: red;
  font-size: 0.2em;
}

#menu .active {
  color: #5FF39C;
  padding: 10px;
  margin-right: 20px;
}

#menu span {
  color: white;
  margin-right: 5px;
}

#menu.open {
  opacity: 1;
  visibility: visible;
}

#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#menu.open li {
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

#menu ul:hover a {
  opacity: 0.5;
}

#menu ul a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#menu ul a:hover {
  opacity: 1;
}

#menu .main-nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .main-nav a {
  color: #c7c7c7;
  color: #F1FFFF;
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.13em;
  font-weight: 190;
  padding: 1rem 1rem;
  text-decoration: none;
}

#menu .main-nav a:first {
  padding-top: 0;
}

#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}

#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
}

.toggle-menu {
  background-color: transparent;
  color: #5FF39C;
  border: none;
  cursor: pointer;
  display: inline-block;
  top: 3vh;
  right: 10px;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110;
}

.toggle-menu span {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}

.toggle-menu span:before, .toggle-menu span:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}

.toggle-menu span:before {
  top: 7px;
}

.toggle-menu span:after {
  top: -7px;
}

.toggle-menu.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.toggle-menu.active span:before, .toggle-menu.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

#index #index-landing-row {
  height: 90vh;
}

#index-landing-row .landing-img {
  background-image: url(/img/cut.png);
  background-image: url(/img/newcut.png);
  background-size: 105% 50%;
  background-repeat: no-repeat;
  background-position: 75% 40%;
}

#index-landing-row .arrow {
  position: absolute;
  width: 5%;
  left: 47.5%;
  height: auto;
  top: 85vh;
}

#index-landing-row .btn {
  letter-spacing: 0.09em;
}

#index-landing-row .col {
  height: 100vh;
}

#index-landing-row h1 {
  font-weight: bold;
  font-size: 4.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  line-height: 82px;
  margin-bottom: 5vh;
  letter-spacing: 0.05em;
}

#index-landing-row .btn-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 480px) {
  #index-landing-row .arrow {
    -webkit-transform: translateY(-8vh);
            transform: translateY(-8vh);
  }
  #index-landing-row .landing-text {
    width: 100%;
    background-position: calc(80% + -150px) calc(10% - -10px);
  }
  #index-landing-row .landing-text .btn-group {
    -webkit-transform: translateY(26vh);
            transform: translateY(26vh);
  }
  #index-landing-row .landing-text .landing-h1 {
    text-transform: lowercase;
    letter-spacing: 0.1em;
    line-height: .5em;
    line-height: 62px;
    margin-bottom: 1vh;
    letter-spacing: 0.01em;
    top: 260px;
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 835px) {
  #index-landing-row .landing-img {
    height: 80vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
}

@media only screen and (max-width: 780px) {
  #index-landing-row .landing-img {
    display: none;
    opacity: 0;
  }
  #index-landing-row .arrow {
    bottom: 10%;
  }
  #index-landing-row .landing-text {
    position: relative;
    top: 110vh;
    background-image: url(/img/cutmob.png);
    background-image: url(/img/newcut.png);
    text-align: left;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-position: calc(100% - 0px) calc(110% - -10px);
    position: relative;
    top: 0vh;
    display: table;
    width: 100%;
    height: 80vh;
  }
  #index-landing-row .landing-text h1 {
    position: relative;
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
    margin-top: 20vh;
    margin: auto;
    top: 25vh;
    text-align: left;
    font-size: 2.3rem;
    left: 3%;
  }
  #index-landing-row .landing-text .btn-group {
    top: 20vh;
    text-align: left;
    left: 1.5%;
  }
}

#index-landing .big-q {
  position: absolute;
  font-weight: bold;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  font-size: 15rem;
  top: -22vh;
  right: 1vh;
}

#index-landing .big-o {
  position: absolute;
}

@media only screen and (max-width: 360px) {
  #index-landing .landing-text {
    top: 1vh;
  }
  #index-landing .landing-text .btn-group {
    top: 22vh;
  }
  #index-landing .landing-text .landing-h1 {
    top: 42vh;
  }
}

@media only screen and (max-width: 350px) {
  #index-landing .landing-text {
    top: 5vh;
  }
  #index-landing .landing-text .btn-group {
    top: -1vh;
  }
  #index-landing .landing-text .landing-h1 {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: .5em;
    line-height: 50px;
    margin-bottom: 19vh;
    letter-spacing: 0.01em;
    top: 35vh;
  }
}

#page2 {
  height: 100vh;
}

#page2 .page2-bigo {
  position: absolute;
  height: 80vh;
  width: 40vh;
  background-image: url(/img/o.png);
  background-size: 100% 100%;
  right: 0vh;
  top: 120vh;
}

#page2 .p2-p {
  font-weight: bold;
  font-size: 0.89rem;
  color: #8f8f8f;
}

#page2 i {
  color: #5FF39C;
  margin-right: 20px;
}

#page2 .row {
  height: 50%;
  top: 25%;
  position: relative;
}

#page2 .page-2-frame {
  background-color: #131515;
  background-image: url(/img/me-removed1.png);
  background-image: url(/img/online12.jpg);
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 2px 1px 0px #5FF39C;
          box-shadow: 0px 2px 1px 0px #5FF39C;
  border-radius: 10px 10px 10px 110px;
  position: relative;
}

#page2 .page-2-frame::before, #page2 .page-2-frame::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

#page2 .page-2-frame::before {
  background-color: rgba(0, 0, 0, 0);
  top: -10px;
  left: -10px;
}

#page2 .page-2-frame::after {
  bottom: -15px;
  right: -15px;
}

#page2 .page-2-frame:hover::before {
  top: 15px;
  left: 15px;
}

#page2 .page-2-frame:hover::after {
  bottom: 15px;
  right: 15px;
}

@media only screen and (max-width: 488px) {
  #page2 {
    height: 130vh;
    position: relative;
    top: 15vh;
  }
  #page2 i {
    color: #5FF39C;
    margin-right: 20px;
  }
  #page2 .p2-p {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 1399px) {
  #page2 .page2-bigo {
    position: absolute;
    height: 60vh;
    width: 30vh;
    background-image: url(/img/o.png);
    background-size: 100% 100%;
    right: 0vh;
    top: 135vh;
  }
}

@media only screen and (max-width: 992px) {
  #page2 .page-2-frame {
    -webkit-box-shadow: 0px 0px 0px 0px #5FF39C;
            box-shadow: 0px 0px 0px 0px #5FF39C;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    width: 100vw;
  }
  #page2 .page2-bigo {
    display: none;
  }
  #page2 .row {
    height: 100%;
    top: 0%;
    position: relative;
  }
  #page2 .row .col1 {
    height: 30%;
    width: 80%;
    margin-bottom: 15%;
  }
  #page2 .row .col2 {
    text-align: center;
    height: 60%;
  }
}

@media only screen and (max-width: 350px) {
  #page2 {
    height: auto;
  }
}

@media only screen and (max-width: 839px) {
  #page2 .page-2-frame {
    position: relative;
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    height: 200%;
  }
}

.page3 {
  height: 15vh;
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 360px) {
  .page3 h1 {
    position: relative;
    top: -8vh;
  }
}

@media only screen and (max-width: 488px) {
  .page3 {
    position: relative;
    top: 30vh;
    margin-bottom: 4vh;
    margin-top: 5vh;
  }
}

.page4 .sec-text {
  width: 80%;
}

.page4 .green-under {
  color: #5FF39C;
}

.page4 .icon-div {
  background: rgba(54, 54, 54, 0.15);
  width: 15%;
  text-align: center;
  padding-top: 20px;
  color: #5FF39C;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 5%;
}

.page4 .goal1 {
  height: 100%;
}

.page4 .p4-img2 {
  background-image: url(/img/cianp5.JPG);
  background-image: url(/img/hybridNew.png);
  background-size: 100% 100%;
}

.page4 .p4-img1 {
  background-image: url(/img/cianp2.png);
  background-image: url(/img/1.png);
  background-size: 100% 100%;
}

.page4 .row {
  height: 68vh;
}

@media only screen and (max-width: 839px) {
  .page4 .row {
    height: 50vh;
  }
}

@media only screen and (max-width: 688px) {
  .page4 {
    height: auto;
  }
  .page4 .sec-text {
    font-size: .85rem;
  }
  .page4 .icon-div {
    margin-top: 2vh;
  }
  .page4 .third-btn {
    margin-bottom: 2vh;
  }
  .page4 .row {
    text-align: center;
    height: auto;
    padding-bottom: 20px;
  }
  .page4 .p2-mob-img1 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("/img/hybridNew.png");
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/img/hybridNew.png");
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/img/hybridNew.png");
    background-size: 100% 100%;
  }
  .page4 .p2-mob-img2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("/img/1.png");
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/img/1.png");
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 488px) {
  .page4 {
    position: relative;
    top: 25vh;
  }
  .page4 .sec-text {
    width: 100%;
  }
}

.programme-header {
  height: auto;
}

.programme-header h1 {
  margin-top: 10vh;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.programme-header .big-programme {
  font-weight: 900;
  font-size: 9.5vw;
  position: absolute;
  letter-spacing: 0.01em;
  left: -2vh;
  -webkit-transform: translateY(-18vh);
          transform: translateY(-18vh);
  color: rgba(255, 255, 255, 0.1);
}

.programme-header .programmes-header-row {
  height: 100%;
}

@media only screen and (max-width: 488px) {
  .programme-header {
    -webkit-transform: translateY(20vh);
            transform: translateY(20vh);
  }
  .programme-header i {
    margin: 100px;
  }
}

.page6 {
  height: 40vh;
}

.page6 i {
  color: #5FF39C;
}

.page6 p {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 340px) {
  .page6 {
    height: 2000px;
  }
  .page6 i {
    display: none;
  }
  .page6 p {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 839px) {
  .page6 {
    position: relative;
    -webkit-transform: translateY(-15vh);
            transform: translateY(-15vh);
  }
  .page6 .mySwiper {
    top: 4vh;
  }
}

@media only screen and (max-width: 600px) {
  .page6 {
    position: relative;
    -webkit-transform: translateY(-17vh);
            transform: translateY(-17vh);
  }
  .page6 p {
    margin-bottom: 0px;
  }
  .page6 i {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #5FF39C;
  }
}

@media only screen and (max-width: 488px) {
  .page6 {
    height: 60vh;
    -webkit-transform: translateY(8vh);
            transform: translateY(8vh);
  }
}

.page7 {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.page7 p {
  font-weight: bold;
  font-size: 1rem;
  color: #848484;
}

.page7 .btn {
  background-color: #5FF39C;
  color: black;
  border: none;
  font-weight: 400;
}

.page7 .row {
  height: 55vh;
  position: relative;
  top: 5vh;
  background-color: rgba(70, 54, 54, 0.067);
  color: white;
}

@media only screen and (max-width: 600px) {
  .page7 .row {
    margin-bottom: 10vh;
    height: 115vh;
  }
  .page7 .row .btn {
    position: relative;
    margin-bottom: 2vh;
    top: -2vh;
  }
}

.page7 .row h1 {
  font-weight: 900;
  font-size: 2.6vw;
}

@media only screen and (max-width: 600px) {
  .page7 .row h1 {
    font-size: 2.5rem;
  }
}

.page7 .row .p7-row2 {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-image: url(/img/cianp4.jpg);
  background-image: url(/img/online.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .page7 .row .p7-row2 {
    height: 80%;
    margin-bottom: 7vh;
  }
}

@media only screen and (max-width: 839px) {
  .page7 .row {
    height: 55vh;
    position: relative;
    top: -6vh;
  }
}

@media only screen and (max-width: 360px) {
  .page7 {
    margin-bottom: 5vh;
    text-align: center;
    height: 110vh;
  }
  .page7 .row {
    height: 55vh;
    position: relative;
    width: 100vw;
    top: -6vh;
  }
  .page7 h1 {
    width: 100vw;
    font-size: 1em;
  }
}

.page8 {
  margin-bottom: 5vh;
}

.page8 .p8-bg {
  width: 100vw;
  background-color: red;
  height: 100%;
}

@media only screen and (max-width: 1250px) {
  .page8 {
    margin-bottom: 10vh;
    height: 60vh;
  }
  .page8 .third-card {
    margin-top: 12vh;
  }
}

@media only screen and (max-width: 450px) {
  .page8 {
    height: auto;
    margin-bottom: 500px;
    position: relative;
    top: 15vh;
  }
}

@media only screen and (max-width: 360px) {
  .page8 .row8 {
    height: 250vh;
  }
}

.page8 .third-card {
  margin-top: 5vh;
}

.page8 i {
  color: #5FF39C;
}

.page8 .p8card {
  border: 1px solid #484848;
  border-radius: 10px;
  margin-bottom: 15vh;
  height: auto;
  color: white;
}

.page8 .p8card .p8-up {
  -webkit-transform: translateY(-17%);
          transform: translateY(-17%);
}

.page8 .p8card h1 {
  font-weight: bold;
}

.page8 .mini-col {
  height: 50%;
}

.page8 .row8 {
  height: 50%;
}

.page8 .second-p8-col {
  height: 50vh;
}

@media only screen and (max-width: 768px) {
  .page8 {
    position: relative;
    height: 240vh;
  }
  .page8 .third-card {
    margin-top: 0vh;
  }
  .page8 .p8card {
    padding: 20px;
    width: 100%;
    margin-bottom: 2vh;
  }
  .page8 .p8card .p8-up {
    -webkit-transform: translateY(-14.5%);
            transform: translateY(-14.5%);
  }
  .page8 .mini-col {
    border: 2px solid red;
    height: 70%;
  }
  .page8 .colfirstp8 {
    height: 40%;
  }
  .page8 .colfirstp8 P {
    width: 100%;
    margin: auto;
  }
  .page8 .second-p8-col {
    height: auto;
    width: 90%;
    top: 15vh;
    position: relative;
    margin-top: 5vh;
  }
}

.contact .btn {
  background-color: #5FF39C;
}

.contact i {
  color: #5FF39C;
}

.contact .contact-form {
  display: block;
  background: transparent;
  margin-top: 10%;
  margin-bottom: 5%;
  width: 70%;
}

.contact .contact-form .form-control {
  border-radius: 5px;
  margin-bottom: 5%;
}

.contact .contact-image {
  text-align: center;
}

.contact .contact-image img {
  border-radius: 500px;
  width: 11%;
  background-color: transparent;
  margin-top: -3%;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}

.contact .contact-form form {
  padding: 14%;
}

.contact .contact-form form .row {
  margin-bottom: -7%;
}

.contact .contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: white;
}

.contact .contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 5px;
  padding: 1.5%;
  background: #5FF39C;
  font-weight: 600;
  color: black;
  cursor: pointer;
}

.contact .btnContactSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .contact .contact-form {
    background: transparent;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  background: #fafafa;
  font-family: "Open Sans", "Noto Sans", HelveticaNeueCyr, Helvetica, sans-serif;
  font-size: 11pt;
}

footer#site-footer {
  margin: 0 auto;
  position: relative;
  left: -1%;
  width: 100vw;
  background: #0e0e0e;
  color: #a8a8a8;
}

footer#site-footer a {
  color: #a8a8a8;
}

footer#site-footer a:hover {
  color: #5FF39C;
}

footer#site-footer h1 {
  color: #cecece;
}

footer#site-footer section.horizontal-footer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.38rem 2rem;
}

footer#site-footer section.horizontal-footer-section#footer-top-section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer#site-footer #footer-logo {
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer#site-footer #footer-logo img {
  height: 2.28rem;
}

footer#site-footer ul#footer-top-menu {
  padding: 0;
  margin: 0;
}

footer#site-footer ul#footer-top-menu li {
  display: inline;
  list-style-type: none;
  margin-right: 1.32rem;
  font-weight: bold;
}

footer#site-footer ul#footer-top-menu li a {
  text-decoration: none;
}

footer#site-footer .footer-top-menu-item-active {
  position: relative;
}

footer#site-footer .footer-top-menu-item-active a {
  color: #5FF39C;
}

footer#site-footer .footer-top-menu-item-active a:hover {
  color: #5FF39C;
}

footer#site-footer .footer-top-menu-item-active::before {
  content: "";
  background: #5FF39C;
  padding: 0.15rem 0;
  width: 100%;
  position: absolute;
  top: 1.68em;
}

footer#site-footer .footer-top-menu-item-active:hover::before {
  background: #5FF39C;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

footer#site-footer #footer-buttons-container {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer#site-footer a.footer-button {
  background: transparent;
  border: 0.15rem solid #a8a8a8;
  border-radius: 1.38rem;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

footer#site-footer a.footer-button:hover {
  border-color: #5FF39C;
}

footer#site-footer section.horizontal-footer-section#footer-middle-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer#site-footer .footer-columns {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  padding-right: 1rem;
}

footer#site-footer .footer-columns-large {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  padding-right: 2rem;
}

footer#site-footer .footer-columns h1 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
}

footer#site-footer .footer-columns.footer-columns-large h1 {
  font-size: 1.28rem;
  margin-top: 3rem;
  margin-bottom: 1.32rem;
}

footer#site-footer .footer-columns.footer-columns-large h1:first-child {
  margin-top: 0;
}

footer#site-footer ul.footer-column-menu {
  margin: 0;
  padding: 0;
}

footer#site-footer ul.footer-column-menu li {
  list-style-type: none;
  margin-bottom: 0.68rem;
  font-size: 0.88rem;
}

footer#site-footer #footer-about address {
  font-style: normal;
  font-weight: bold;
}

footer#site-footer #footer-about address p img {
  margin-right: 0.68rem;
}

footer#site-footer #footer-about a.footer-button {
  margin-top: 0.32rem;
}

footer#site-footer section.horizontal-footer-section#footer-bottom-section {
  padding: 1.32rem 0;
  margin: 2rem 2rem 1.32rem 2rem;
  border-top: 0.05rem solid #666666;
}

footer#site-footer #footer-social-buttons {
  justify-self: flex-end;
  margin-left: auto;
}

footer#site-footer #footer-social-buttons img {
  margin-left: 0.68rem;
}

footer#site-footer #footer-social-buttons img:hover {
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  footer#site-footer {
    width: 100%;
  }
  footer#site-footer section.horizontal-footer-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#site-footer section.horizontal-footer-section div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  footer#site-footer ul li {
    display: block !important;
    padding: 1em !important;
    border-top: 1px solid #555555;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 1.15rem !important;
  }
  footer#site-footer ul li:first-child {
    border-top: none;
  }
  footer#site-footer a.footer-button {
    display: block;
    text-align: center;
    max-width: 350px;
    margin: 0.32rem auto;
  }
  footer#site-footer section.horizontal-footer-section#footer-top-section div {
    margin-top: 0;
    margin-bottom: 1.68rem;
  }
  footer#site-footer #footer-logo {
    margin-right: 0;
  }
  footer#site-footer #footer-buttons-container {
    margin-left: 0;
  }
  footer#site-footer ul#footer-top-menu {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  footer#site-footer .footer-top-menu-item-active::before {
    display: none;
  }
  footer#site-footer #footer-about {
    margin-bottom: 3rem;
  }
  footer#site-footer .footer-columns-large,
  footer#site-footer .footer-columns {
    padding-right: 0;
  }
  footer#site-footer .footer-columns {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  footer#site-footer .footer-columns:last-child {
    margin-bottom: 0;
  }
  footer#site-footer .footer-columns h1 {
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
  }
  footer#site-footer ul.footer-column-menu li {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  footer#site-footer section#footer-bottom-section div {
    text-align: center;
  }
  footer#site-footer section.horizontal-footer-section#footer-bottom-section {
    margin: 1.32rem 0;
    padding: 0;
    border-top: 0;
  }
  footer#site-footer section#footer-bottom-section #footer-social-buttons {
    margin-top: 1.32rem;
  }
}

.about-p2 {
  height: 50vh;
}

.about-p2 .about-p2-img {
  background-image: url(/img/cianp4.jpg);
  background-size: 100% 100%;
}

#results i {
  color: grey;
}

#results body {
  margin: 0;
  padding: 0;
}

#results #section1 {
  background: url(/img/cianp2.png);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/cianp2.png");
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/cianp2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 75vh;
  /* 100% of viewport height */
  margin: 0 auto;
  position: relative;
}

#results #section1 .mini-b {
  position: relative;
  width: 20%;
  left: 40%;
}

#results #section1 .special-row h1, #results #section1 .special-row .btn {
  position: relative;
  top: 10vh;
  text-align: center;
  margin: auto;
}

#results #section1 h1 {
  color: #5FF39C;
  letter-spacing: 0.12em;
  font-weight: bold;
  font-size: 3em;
}

#results .cardtext h1 {
  color: #5FF39C;
}

#results .cardtext p {
  color: #979797;
}

#results .icon {
  width: auto;
  background: rgba(255, 255, 255, 0.027);
}

#results .card1 {
  margin: 3%;
  padding: 5%;
  background: rgba(255, 255, 255, 0.027);
  border-radius: 4px;
}

#results .card1 i {
  padding-right: 8px;
}

#results .card1 img {
  width: 100%;
  height: 100%;
}

#results .custom-4 li::marker {
  content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.753 5.99999L10.273 8.29399C9.877 8.68399 9.877 9.31699 10.273 9.70799C10.668 10.098 11.31 10.098 11.705 9.70799L15.555 6.06099C15.843 5.77799 16 5.40299 16 4.99999C16 4.59999 15.842 4.22199 15.556 3.93999L11.706 0.292988C11.31 -0.0970117 10.668 -0.0970117 10.272 0.292988C9.877 0.682988 9.877 1.31599 10.272 1.70699L12.752 3.99999H1C0.447 3.99999 0 4.44599 0 4.99999C0 5.54999 0.448 5.99999 1 5.99999H12.753Z' fill='%237B61FF'/%3E%3C/svg%3E%0A");
}

#results .custom-4 li {
  padding-left: .5rem;
}

#results .custom-4 li:hover::marker {
  content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.753 5.99999L10.273 8.29399C9.877 8.68399 9.877 9.31699 10.273 9.70799C10.668 10.098 11.31 10.098 11.705 9.70799L15.555 6.06099C15.843 5.77799 16 5.40299 16 4.99999C16 4.59999 15.842 4.22199 15.556 3.93999L11.706 0.292988C11.31 -0.0970117 10.668 -0.0970117 10.272 0.292988C9.877 0.682988 9.877 1.31599 10.272 1.70699L12.752 3.99999H1C0.447 3.99999 0 4.44599 0 4.99999C0 5.54999 0.448 5.99999 1 5.99999H12.753Z' fill='%230074E0'/%3E%3C/svg%3E%0A");
}

#results #section2 {
  background: url(/img/bg1.png);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: auto;
  /* 100% of viewport height */
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #results #section1 .mini-b {
    position: relative;
    width: 40%;
    left: 30%;
  }
}

@media only screen and (max-width: 576px) {
  #results #section1 {
    height: 100vh;
  }
  #results #section1 .special-row {
    position: relative;
    top: 22vh;
  }
  #results #section1 .special-row .mini-b {
    left: 2%;
  }
  #results #section1 .special-row h1 {
    color: #5FF39C;
    letter-spacing: 0.12em;
    font-weight: bold;
    text-align: left;
    left: 2%;
    bottom: -40vh;
    position: relative;
    font-size: 2.3em;
  }
  #results .image {
    width: 75%;
    position: relative;
    left: 12.5%;
    height: 75%;
  }
}

#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  cursor: pointer;
  position: relative;
  margin-top: 15px;
  -webkit-transition: 0.1;
  transition: 0.1;
}

.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#nextButton:hover {
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#prevButton:hover {
  opacity: 0.1;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 15px;
  left: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

#services {
  height: auto;
  background-color: #181818;
}

#services .arrow {
  position: absolute;
  top: 97%;
  width: 100vw;
  overflow-x: hidden;
  height: 10vh;
  left: -1vh;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#services .arrow i {
  color: #5FF39C;
  top: 6vh;
  cursor: pointer;
  position: relative;
}

#services .btn2 {
  background-color: #5FF39C;
  border: none;
  color: black;
  margin-top: 5%;
  font-weight: bold;
}

#services .tt {
  top: 12vh;
  position: relative;
}

#services .serv-card {
  text-decoration: none;
  height: auto;
  border-radius: 10px;
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
  cursor: pointer;
  -webkit-transition: 1.1s;
  transition: 1.1s;
}

#services .serv-card i {
  color: #5FF39C;
  position: absolute;
  top: 50%;
  text-align: center;
  font-size: 2em;
  margin: auto;
  width: 40%;
  right: 30%;
  opacity: 0;
}

#services .serv-card:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#services .serv-card:hover i {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
  font-size: 3.5em;
}

#services .serv-card:hover h1 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  top: -10vh;
}

#services .serv-card h1 {
  margin-top: 15vh;
  margin-bottom: 15vh;
  color: white;
  width: 90%;
  left: 5%;
  position: relative;
  text-align: center;
}

#services #service-landing {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/hq_gym.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/hq_gym.jpg");
  background-size: cover;
  background-size: 100% 100%;
  height: 100vh;
  /* 100% of viewport height */
  margin: 0 auto;
}

#services #service-landing .btn1 {
  margin-left: 12.5%;
  background-color: #5FF39C;
  border: none;
  padding-left: 15px;
  padding-right: 10px;
  color: black;
  margin-top: 5%;
  font-weight: bold;
}

#services #service-landing H1 {
  font-size: 3.3rem;
  color: white;
  margin: auto;
  margin-left: 12.5%;
}

@media only screen and (max-width: 839px) {
  #services .serv-card {
    width: 75%;
  }
  #services #service-landing H1, #services #service-landing .btn1 {
    position: relative;
    top: -13vh;
  }
}

@media only screen and (max-width: 992px) {
  #services .serv-card {
    -webkit-filter: grayscale(10%);
            filter: grayscale(10%);
  }
  #services #service-landing H1 {
    font-size: 4rem;
    color: white;
    margin: auto;
    margin-left: 2.5%;
  }
  #services #service-landing .btn1 {
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 350px) {
  #services .land .btn1 {
    -webkit-transform: translateY(-3vh);
            transform: translateY(-3vh);
  }
  #services .land h1 {
    -webkit-transform: translateY(-3vh);
            transform: translateY(-3vh);
  }
}

@media only screen and (max-width: 576px) {
  #services #service-landing {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/1on12.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/1on12.jpg");
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../img/weights.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/weights.jpg");
    background-size: 100% 100%;
  }
  #services #service-landing h1 {
    position: relative;
    top: -45vh;
  }
  #services #service-landing .btn1 {
    left: 5%;
    top: -50vh;
    margin-left: 0%;
    position: relative;
    padding: 30px;
    background-color: #5FF39C;
    border: none;
    color: black;
    margin-top: 5%;
    font-weight: bold;
  }
  #services #service-landing h1 {
    margin-top: 30vh;
    margin-bottom: 5vh;
    width: 95%;
    font-size: 2.1rem;
    position: relative;
    left: 2.5%;
    margin-left: 0;
  }
}

#personal-training {
  background-color: black;
}

#personal-training .pt-big-o {
  position: absolute;
  overflow: hidden;
  width: 18vw;
  height: 70vh;
  right: -0vh;
  -webkit-transform: translateY(-7vh);
          transform: translateY(-7vh);
}

#personal-training .sec-text {
  color: #757575;
}

#personal-training .btn {
  letter-spacing: 0.1em;
}

#personal-training .btn-primary {
  background-color: #5FF39C;
  color: black;
  border: none;
  font-weight: bold;
}

#personal-training .test {
  background: radial-gradient(74.06% 87.37% at 65.95% 46.52%, rgba(7, 26, 15, 0.99) 0%, rgba(9, 26, 16, 0.991) 0%, #020704 29.05%);
}

#personal-training #pt-landing {
  background-size: cover;
  background-position: center center;
}

#personal-training .left-h1 {
  color: white;
}

#personal-training #landing-pt {
  background-size: cover;
  background-size: 100% 100%;
  height: 100vh;
  /* 100% of viewport height */
  margin: 0 auto;
}

#personal-training #landing-pt .tt {
  position: relative;
  top: 12vh;
}

#personal-training #landing-pt h1 {
  color: white;
  font-size: 3rem;
  margin-left: 12.5%;
}

#personal-training #landing-pt .pt-p {
  color: #898989;
  margin-left: 12.5%;
  margin-bottom: 5%;
  font-size: 1.17em;
  font-weight: 500;
  text-align: left;
}

#personal-training #landing-pt button {
  margin-left: 12.5%;
}

#personal-training #pt-p1 i {
  color: #5FF39C;
  margin-top: 10%;
  border-radius: 50%;
  border: 0px solid #545454;
}

#personal-training .para-content {
  width: 80%;
  left: 10%;
  position: relative;
  top: 60%;
}

#personal-training .para-content h5, #personal-training .para-content h3 {
  color: white;
}

#personal-training .para-content h5 {
  font-size: 2rem;
}

#personal-training .para-content h3 {
  font-size: 3.7rem;
}

#personal-training .para-3 {
  background: radial-gradient(34.06% 27.37% at 42.95% 36.52%, rgba(7, 26, 15, 0.99) 0%, rgba(9, 26, 16, 0.991) 0%, #020704 59.05%);
}

#personal-training .para-3 h3 {
  width: 70%;
  color: white;
}

#personal-training .parallax {
  /* The image used */
  /* Full height */
  height: 100vh;
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#personal-training .p2-right h1 {
  width: 70%;
  letter-spacing: 0.05em;
  font-size: 3.5em;
  position: relative;
  top: -9%;
}

#personal-training .p2-right img {
  width: 80%;
  height: 70%;
  position: relative;
  left: 22%;
  border-radius: 100px 0 0px 10px;
}

#personal-training .p2-right p {
  position: relative;
  top: -9%;
  color: #6c6c6c;
}

@media only screen and (max-width: 1400px) {
  #personal-training .pt-big-o {
    width: 18vw;
    height: 50vh;
    right: -0vh;
    -webkit-transform: translateY(1vh);
            transform: translateY(1vh);
  }
}

@media only screen and (max-width: 776px) {
  #personal-training .page8 {
    height: 240vh;
  }
  #personal-training p {
    font-size: .93rem;
  }
  #personal-training .pt-card {
    padding: 0px;
  }
  #personal-training #pt-landing {
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
  }
  #personal-training #pt-landing .tt {
    width: 96%;
    left: 2%;
    position: relative;
    top: 29vh;
  }
  #personal-training #landing-pt .pt-p {
    font-size: .95rem;
  }
  #personal-training #landing-pt .land-h1, #personal-training #landing-pt .pt-p {
    position: relative;
    top: -50vh;
    margin-left: 0;
    width: 100%;
  }
  #personal-training #landing-pt .btn1 {
    margin-left: 0;
    position: relative;
    top: -48vh;
  }
}

@media only screen and (max-width: 776px) and (max-width: 991px) {
  #personal-training .test {
    background: radial-gradient(74.06% 47.37% at 65.95% 66.52%, #071a0f 0%, #091a10 0%, #020704 49.05%);
  }
  #personal-training .page8 {
    width: 100%;
    position: relative;
    right: 0;
    margin: 0;
    padding: 0;
    left: 0;
  }
  #personal-training #pt-p1 {
    height: 110vh;
  }
}

@media only screen and (min-width: 767px) and (max-width: 850px) {
  #personal-training #landing-pt .pt-p {
    font-size: .95rem;
  }
  #personal-training #landing-pt .land-h1, #personal-training #landing-pt .pt-p {
    position: relative;
    top: -25vh;
    margin-left: 0;
    width: 75%;
    left: 5%;
  }
  #personal-training #landing-pt .btn1 {
    margin-left: 0;
    position: relative;
    top: -27vh;
    left: 5%;
  }
}

@media only screen and (max-width: 767px) {
  #personal-training #pt-p2 {
    height: 235vh;
  }
  #personal-training #pt-p2 img {
    height: 30%;
  }
  #personal-training .p8row {
    position: relative;
    /* background-color: yellow; */
    margin-right: 5vh;
  }
}

@media only screen and (max-width: 350px) {
  #personal-training footer {
    display: none;
  }
  #personal-training .para-content {
    position: relative;
    top: 55vh;
  }
  #personal-training .para-content .btn {
    position: relative;
    top: -8vh;
  }
  #personal-training .para-3 {
    position: relative;
    top: 220vh;
  }
  #personal-training .parallax {
    position: relative;
    top: 200vh;
  }
  #personal-training .page8 {
    height: auto;
    position: relative;
    top: 160vh;
  }
  #personal-training .p2-right {
    height: auto;
    position: relative;
  }
  #personal-training #pt-p1 {
    height: auto;
  }
  #personal-training #pt-p2 h1 {
    font-size: 2.8em;
  }
  #personal-training .pt-p {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  #personal-training .parallax h3, #personal-training .parallax h5, #personal-training .parallax button {
    position: relative;
    top: -7vh;
  }
  #personal-training .parallax h5 {
    font-size: 1.7rem;
  }
  #personal-training .parallax h3 {
    font-size: 3rem;
  }
  #personal-training .p8row {
    position: relative;
    /* width: 100vw;
    right:0;
    left: 3.5vh; */
  }
}

.page9 .vid {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 488px) {
  .page9 .vid {
    width: 100%;
    height: 60%;
  }
}

@media only screen and (max-width: 488px) {
  .weird-h1 {
    position: relative;
    margin-top: 10vh;
    padding-top: 10vh;
  }
}

#contact-page-form {
  background-image: url(/img/bg1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #181818;
}

#contact-page-form .btn btn-primary :hover {
  background-color: red;
}

#contact-page-form h3, #contact-page-form h1 {
  font-family: 'Bebas Neue', cursive;
}

#contact-page-form p {
  font-family: 'Roboto', sans-serif;
}

#contact-page-form .contact-form {
  border-radius: 10px;
  background-color: rgba(80, 80, 80, 0.135);
  margin-top: 10vh;
  height: auto;
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  #contact-page-form .contact-form {
    margin-top: 10vh;
  }
}

#contact-page-form .contact-form h1 {
  color: white;
}

#contact-page-form .contact-form label {
  color: white;
}

@media only screen and (max-width: 839px) {
  .p9 {
    position: relative;
    top: 25vh;
  }
}

html {
  scroll-behavior: smooth;
}

.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay {
  z-index: 1000;
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overlay-loader {
  width: 40px;
  height: 40px;
  background-color: #5FF39C;
}

.swiper-pagination-bullet-active {
  background-color: #5FF39C !important;
}

.active {
  background-color: #383838;
  border-radius: 5px;
}

.li-sec {
  color: red;
}

.logo {
  width: 5vh;
  height: 5vh;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5FF39C;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #15b5e1;
}

.me-row p {
  width: 70%;
}

.bord-button {
  background-color: transparent;
  color: #f1f1f1;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.primary {
  color: #d93eba;
  background-color: #d93eba;
}

#more {
  display: none;
}

#more1 {
  display: none;
}

#more2 {
  display: none;
}

body {
  background-color: #181818;
}

body .main-btn {
  background-color: #5FF39C;
  border: none;
  color: #181818;
  margin-top: 5vh;
}

body .down-content h4 {
  position: relative;
  margin-top: 3vh;
}

@media only screen and (max-width: 330px) {
  body .p9 {
    display: none;
    height: auto;
    position: relative;
    top: 280vh;
    margin: auto;
  }
}

@media only screen and (max-width: 360px) {
  body .vid-con {
    -webkit-transform: translateY(190vh);
            transform: translateY(190vh);
  }
  body .contact {
    -webkit-transform: translateY(150vh);
            transform: translateY(150vh);
  }
  body footer {
    -webkit-transform: translateY(170vh);
            transform: translateY(170vh);
  }
}

@media only screen and (max-width: 480px) {
  body .p9 {
    height: auto;
    position: relative;
    top: 10vh;
    margin: auto;
  }
  body .me-row p {
    width: 90%;
  }
  body .page8-move {
    position: relative;
    top: 10vh;
  }
  body .vid-con {
    position: relative;
    top: 10vh;
  }
  body .programme {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }
}

body .sec-btn {
  color: #5FF39C;
  border: none;
  background-color: transparent;
  margin-top: 5vh;
}

body .third-btn {
  text-decoration: none;
  border: none;
  padding: 10px;
  padding-left: 7%;
  padding-right: 7%;
  border-radius: 5px;
  background: rgba(196, 196, 196, 0.1);
  margin-top: 5vh;
}

.btn {
  font-family: 'Bebas Neue', cursive;
}

h1 {
  font-family: 'Bebas Neue', cursive;
}

h3 {
  font-family: 'Bebas Neue', cursive;
}

p {
  font-family: 'Roboto', sans-serif;
}

a {
  font-family: 'Roboto', sans-serif;
}

.main-body {
  background-color: #181818;
}

.socs {
  position: relative;
  right: 2%;
}

.sec-text {
  font-size: 0.89rem;
  color: #a4a4a4;
  letter-spacing: 0.09em;
}

.logo {
  position: absolute;
}

.logo span {
  color: #5FF39C;
}

.page9 {
  height: 70vh;
}

ul li a {
  text-decoration: none;
  /* font-size: 40px; */
  margin: 0 25px;
  color: #fff;
  position: relative;
}

ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

ul li a:hover::after {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media only screen and (max-width: 991px) {
  .pt-p {
    margin-left: 0%;
    text-align: left;
    width: 70%;
  }
  #pt-p1 {
    height: 150vh;
  }
  #pt-p2 {
    height: 150vh;
  }
  .tt {
    position: relative;
    -webkit-transform: translateY(40vh);
            transform: translateY(40vh);
  }
}

.pt-p {
  color: #9f9f9f;
  margin-left: 12.5%;
  text-align: left;
  margin-top: 2vh;
  font-size: 1.2em;
}

#pt-p1 {
  height: 50vh;
}

#pt-p1 .pt-card {
  background-color: #c4c4c412;
  height: auto;
  top: 10%;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}

#pt-p1 .pt-card h3 {
  color: white;
  margin-top: 10%;
}

#pt-p1 .pt-card i {
  color: red;
  margin-top: 10%;
  border-radius: 50%;
  border: 1px solid #545454;
}

#pt-p1 .pt-card p {
  color: #b1b1b1;
  font-size: .8rem;
}

.para-content {
  width: 80%;
  left: 10%;
  position: relative;
  top: 60%;
}

.para-content h5, .para-content h3 {
  color: white;
}

.para-content h5 {
  font-size: 2rem;
}

.para-content h3 {
  font-size: 3.7rem;
}

.para-3 h3 {
  width: 70%;
  color: white;
}

#pt-p2 {
  height: 100vh;
}

#pt-p2 .p2-left i {
  color: #5FF39C;
}

#pt-p2 .p2-left h1 {
  color: white;
  font-size: 4em;
  font-weight: bolder;
}

#pt-p2 .p2-left h5 {
  color: #c5c5c5;
}

#pt-p2 .p2-left p {
  color: #6c6c6c;
}

#pt-p2 .p2-left .more {
  color: white;
  font-size: .8rem;
  -webkit-filter: grayscale(0.1);
          filter: grayscale(0.1);
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

#pt-p2 .p2-left .more:hover {
  font-size: .85rem;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#pt-p2 .p2-right h1 {
  width: 70%;
  letter-spacing: 0.05em;
  font-size: 3.5em;
  position: relative;
  top: -9%;
}

#pt-p2 .p2-right img {
  width: 80%;
  height: 46%;
  position: relative;
  left: 22%;
  border-radius: 100px 0 0px 10px;
}

#pt-p2 .p2-right p {
  position: relative;
  top: -9%;
  color: #6c6c6c;
}

@media only screen and (max-width: 576px) {
  #pt-p2 .p2-right {
    text-align: center;
  }
  #pt-p2 .p2-right h1 {
    width: 100%;
    letter-spacing: 0.05em;
    font-size: 3.5em;
    position: relative;
    top: -9%;
  }
  #pt-p2 .p2-right img {
    width: 100%;
    height: 40%;
    position: relative;
    left: 0%;
    border-radius: 10px;
  }
}

#pt-p2 .land-h1 {
  color: red;
  font-size: 5em;
}

#pt-p2 img {
  width: 100%;
  height: 80%;
  position: relative;
  left: 0%;
}
/*# sourceMappingURL=style.css.map */