@font-face {
  font-family: "Plateaux";
  src: url("../fonts/Plateaux.eot");
  src: local("Plateaux"),
    url("../fonts/Plateaux.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Plateaux.woff2") format("woff2"),
    url("../fonts/Plateaux.woff") format("woff"),
    url("../fonts/Plateaux.svg#Plateaux") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bumper Sticker";
  src: url("../fonts/BumperStickerDEMO-Regular.eot");
  src: local("Bumper Sticker DEMO Regular"), local("BumperStickerDEMO-Regular"),
    url("../fonts/BumperStickerDEMO-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BumperStickerDEMO-Regular.woff2") format("woff2"),
    url("../fonts/BumperStickerDEMO-Regular.woff") format("woff"),
    url("../fonts/BumperStickerDEMO-Regular.svg#BumperStickerDEMO-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Defaults */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}

h1 {
  font-size: 82px;
  line-height: 90px;
  font-weight: 500;
  margin-bottom: 40px;
}
h2 {
  font-size: 78px;
  line-height: 86px;
  font-weight: 500;
  margin-bottom: 30px;
}
h3 {
  font-size: 66px;
  line-height: 74px;
  font-weight: 500;
  margin-bottom: 30px;
}
h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 20px;
}
h5 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 0;
}
p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
li {
  font-size: 20px;
  line-height: 28px;
}

a {
  color: #0c8a0c;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}

hr {
}
table {
  width: 100%;
}
blockquote {
}
blockquote {
}

/* General */
.hidden {
  display: none;
}
.required {
  color: red;
  font-weight: bold;
}
.ff-cabin {
  font-family: "Cabin Sketch", Futura, "Trebuchet MS", Arial, sans-serif;
}
.ff-plat {
  font-family: "Plateaux", "Cabin Sketch", Futura, "Trebuchet MS", Arial,
    sans-serif;
}
.bumper {
  font-family: "Bumper Sticker", "Cabin Sketch", Futura, "Trebuchet MS", Arial,
    sans-serif;
}

/* Sections */
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-title {
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  font-family: "Cabin Sketch", Futura, "Trebuchet MS", Arial, sans-serif;
}

.section.programs .section-title {
  background: #072cfe;
  color: #ffffff;
}
.section.facilities .section-title {
  background: #0c8a0c;
  color: #ffffff;
}
.section.testimonials .section-title {
  background: #ff0000;
  color: #ffffff;
}

/* Line Heights */
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 2;
}
.lh-3 {
  line-height: 3;
}
.lh-4 {
  line-height: 4;
}
.lh-5 {
  line-height: 5;
}

/* Font Weights */
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}

/* Font Colors */
.fc-gray {
  color: #797d88;
}
.fc-moss {
  color: #155e30;
}

/* Image Swap */
.img-swap {
  position: relative;
  display: block;
}
.img-swap .ov {
  position: absolute;
  top: 0;
  left: 0;
}
.img-swap .ov,
.img-swap .on {
  transition: ease-in-out 200ms;
}
.img-swap img:hover {
  opacity: 1;
}
.img-swap .on,
.img-swap:hover .ov {
  visibility: visible;
}
.img-swap .ov,
.img-swap:hover .on {
  visibility: hidden;
}

/* Header */
header {
  z-index: 2;
  padding: 20px 0;
  transition: all 0.2s;
}
header {
  /*background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.2));*/
}
header img {
  max-height: 120px;
  transition: all 0.2s;
}

/* Header: Append */
header.append {
  padding: 10px 0;
  background: #3fced5;
}
header.append img {
  max-height: 80px;
  filter: brightness(0) invert(1);
}

.navbar-nav.auto {
  margin: 0 auto;
}

/* Slider */
#slider {
  overflow: hidden;
}
#slider .fullscreen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-text.top {
  position: absolute;
  top: 10%;
  left: 0px;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, 0);
  width: 75%;
  text-align: center;
}
.banner-text.bottom {
  position: absolute;
  bottom: 8%;
  left: 0px;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, 0);
  width: 75%;
  text-align: center;
}
.banner-text h1,
.banner-text h3,
.banner-text h2 {
  text-transform: uppercase;
  margin: 0;
  color: white;
  -webkit-text-stroke-color: #006879;
  letter-spacing: 1pt;
}
.banner-text h1 {
  text-shadow: 0px 8px 0 #006879;
  -webkit-text-stroke-width: 3px;
}
.banner-text h2 {
  text-shadow: 0px 6px 0 #006879;
  -webkit-text-stroke-width: 2.5px;
}
.banner-text h3 {
  text-shadow: 0px 4px 0 #006879;
  -webkit-text-stroke-width: 2px;
}

/* Button: Get Started */
.btn-get-started {
  border-radius: 50%;
  background: rgba(225, 225, 225, 0);
  transition: all 0.5s;
  z-index: 1;
}
.btn-get-started {
  height: 200px;
  width: 200px;
  text-align: center;
  font-weight: 900;
  position: absolute;
}
.btn-get-started {
  text-transform: uppercase;
  left: 50%;
  bottom: -140px;
  transform: translate(-50%, 0);
}
.btn-get-started a {
  color: #072cfe;
  font-size: 22px;
  line-height: 22px;
  padding-top: 15px;
  display: block;
}
.btn-get-started i {
  color: #fff;
}
.btn-get-started span {
  opacity: 0;
  transition: all 0.5s;
}
.btn-get-started:hover {
  background: rgba(225, 225, 225, 0.5);
}
.btn-get-started:hover span {
  opacity: 1;
}

/* Content */
.content a:not([href]) {
  color: #0c8a0c;
}

/* Fold: About */
.about .btn-sun {
  position: relative;
  display: inline-block;
  color: #155e30;
  font-family: "Cabin Sketch", Futura, "Trebuchet MS", Arial, sans-serif;
}
.about .btn-sun:after,
.about .btn-sun:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  left: -110px;
  top: -20%;
}
.about .btn-sun:after,
.about .btn-sun:before {
  background-image: url(../img/icon-sun.png);
  background-size: cover;
}
.about .btn-sun:after {
  right: -110px;
  left: auto;
}
.about .btn-sun:hover:after,
.about .btn-sun:hover:before {
  animation: rotating 2s linear infinite;
}
#modal-about .box,
#modal-tour .box {
  -webkit-box-shadow: 9px 9px 29px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 9px 29px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 9px 29px -11px rgba(0, 0, 0, 0.75);
  background: url(../img/pattern.png) #e74c3c;
}

/* Fold: Programs */
.programs .list-programs li {
  max-width: 160px;
  margin: 0 40px 20px;
}
.programs .list-programs li a:hover {
  color: #ff0000;
}
.md-modal .subber {
  font-size: 36px;
  font-variant: small-caps;
  font-weight: 600;
}
.md-modal li {
  margin-bottom: 10px;
}

/* Fold: Testimonials */
.testimonials {
  color: #0c8a0c;
}
.testimonial-img img {
  border-radius: 50%;
}

/* Gallery */
#gallery .carousel-item {
  max-height: 480px;
}
#gallery .carousel-item img {
  width: 100%;
}
#gallery .carousel-indicators {
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
#gallery .carousel-indicators {
  text-align: left;
  position: static;
  display: block;
}
#gallery .carousel-indicators li {
  width: 240px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}
#gallery .carousel-indicators li {
  cursor: pointer;
  text-indent: inherit;
  display: inline-block;
}
#gallery .carousel-indicators li img {
  border-radius: 20px;
}
#gallery .carousel-indicators li:first-child {
  margin-left: 0;
}

#gallery .carousel-thumbnails {
  position: relative;
  margin: 20px auto 0;
  overflow: hidden;
  height: 110px;
}
#gallery .carousel-thumbnails .scroller {
  cursor: pointer;
  display: none;
}
#gallery .carousel-thumbnails .scroller {
  position: relative;
  z-index: 100;
  top: 22%;
  color: #fff;
}
#gallery .carousel-thumbnails .scroller-right {
  right: 20px;
  position: absolute;
}
#gallery .carousel-thumbnails .scroller-left {
  left: 20px;
  position: absolute;
}

#gallery .list-thumbnails {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 3000px;
  margin: 0 0 0 15px;
  padding: 0;
}
#gallery .list-thumbnails li {
  display: table-cell;
  position: relative;
  text-align: center;
}
#gallery .list-thumbnails li {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
#gallery .list-thumbnails li:first-child {
  padding-left: 0;
}
#gallery .list-thumbnails li img {
  max-width: 100%;
  border-radius: 20px;
  opacity: 1;
  transition: all 0.2s;
}
#gallery .list-thumbnails li.active img,
#gallery .list-thumbnails li:hover img {
  opacity: 0.5;
}

#gallery .carousel-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#gallery .carousel-button a {
  height: 160px;
  width: 160px;
  display: block;
  background: rgba(12, 138, 12, 0.75);
}
#gallery .carousel-button a {
  line-height: 160px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
#gallery .carousel-button a:hover {
  background: rgba(12, 138, 12, 1);
}

/* Fold: Testimonials */
.testimonials {
  background: #fff;
}
.testimonials #testimonies {
  text-align: left;
}
.testimonials #testimonies img {
  border-radius: 30px;
}
.testimonials .txt-more {
  display: none;
}

/* Fold: Contact */
.contact {
  color: #155e30;
}
.contact .list-contact {
  list-style: none;
  padding: 0;
}
.contact .list-contact i {
  font-size: 24px;
  width: 50px;
  text-align: center;
}
.contact .list-contact li {
  margin-bottom: 10px;
}

.contact-map {
  background-image: url(../img/bg-board.png);
  background-size: 100% 100%;
}
.contact-map {
  padding: 20px 20px 15px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  margin-top: 1rem;
}
.contact-map iframe {
  min-height: 320px;
  width: 100%;
  border: 2px solid #3e542d;
}

/* Back to Top */
.btn-climb {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  text-align: center;
  opacity: 0;
  transition: all 0.2s;
}
.btn-climb i {
  line-height: 70px;
}
.btn-climb a {
  height: 70px;
  width: 70px;
  display: block;
  transition: all 0.2s;
}
.btn-climb a {
  background: #3fced5;
  border-radius: 10px;
  opacity: 0.5;
  color: #fff;
}
.btn-climb a:hover {
  opacity: 1;
}
.btn-climb.append {
  opacity: 1;
}

/* Footer */
footer {
  border-top: 10px solid green;
}
footer a {
  color: #155e30;
}
footer a:hover,
footer a:active {
  color: #0c8a0c;
}

/* SUMMER */

.summer-top {
  padding-bottom: 15px !important;
  margin-bottom: 0 !important;
}

.summer-slides {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summer-slider .scroller {
  height: 60vh !important;
}

@media (max-width: 1189px) {
  .banner-text h1 {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .mobile-kill {
    display: none;
  }
  div.main-logo {
    text-align: center;
  }
  img.main-logo {
    height: 20vh;
  }
  .value-box {
    padding-bottom: 15px !important;
  }
  .modal-closer {
    display: none;
  }
  .white-logo {
    text-align: center;
  }

  .banner-text.top {
    top: 10%;
  }

  .banner-text h1 {
    width: 100%;
    line-height: 1.25;
  }
  .banner-text h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .banner-text h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .banner-text.top {
    top: 7%;
  }
}

@media (max-width: 415px) {
  .banner-text.top {
    top: 2%;
  }
  .banner-text h1,
  .banner-text h2,
  .banner-text h3 {
    text-shadow: 0px 0px 0 #006879 !important;
  }

  .banner-text h1 {
    font-size: 45px;
    line-height: 1;
  }
  .banner-text h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .banner-text h3 {
    font-size: 22px;
    line-height: 1.25;
    margin-top: 1rem;
  }
}

@media (max-width: 375px) {
  .banner-text.top {
    top: 2%;
  }
  .banner-text h1 {
    font-size: 45px;
    line-height: 1;
  }
  .banner-text h2 {
    font-size: 40px;
    line-height: 1;
  }
  .banner-text h3 {
    font-size: 21px;
    line-height: 1.15;
    margin-top: 1rem;
  }
}

@media (max-width: 320px) {
  .banner-text.top {
    top: 2%;
  }
  .banner-text h1 {
    font-size: 35px;
    line-height: 1;
  }
  .banner-text h2 {
    font-size: 30px;
    line-height: 1;
  }
  .banner-text h3 {
    font-size: 16px;
    line-height: 1.15;
    margin-top: 1rem;
  }
}
