body {
  line-height: 23px;
  scroll-behavior: smooth;
}

h1 {
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

h2 {
  font-size: 4rem;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ---------------------------- ANNOUNCEMENT ------------------------------ */
#announcement {
  background-color: rgb(255, 0, 0);
  text-align: center;
  font-size: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

#announcement a {
  font-weight: 600;
  color: white;
  text-decoration: none;
}


/* -------------------------------- NAVBAR -------------------------------- */
#main-menu {
  position: fixed;
  z-index: 2;
  right: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.main-menu-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
  transition: ease 0.5s;
}

.nav-link-white {
  color: rgb(255, 255, 255) !important;
}

.nav-link-dark {
  color: rgb(0, 0, 0) !important;
}

.main-menu-white {
  background-color: rgb(255, 255, 255) !important;
  transition: ease 0.5s;
}

#navbarSupportedContent {
  justify-content: center;
}

.navbar-toggler {
  background-color: #ffffff;
}

#logo-nav {
  max-width: 80px;
  opacity: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 100;
}

.dropdown-item:active {
  background-color: #e5a73a!important;
}

/* ------------------------------ ALL SECTIONS ------------------------------ */

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

/* -------------------------------- BANER -------------------------------- */

#logo-baner {
  max-width: 100%;
}

#baner-row {
  /* max-width: 90%; */
  justify-content: center;
}

/* -------------------------------- ABOUT -------------------------------- */

#triangle-shape {
  position: absolute;
  top: 0;
  margin-top: -99px;
  width: 100%;
  height: 100px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #1b1b1b;
}

/* #about>.row:first-of-type>div {
  background-color: #506aca;
} */

#about-img-wrapper {
  position: relative;
}

#about-img-wrapper img {
  position: absolute;
  width: 90%;
  right: -50px;
}

#about-txt-wrapper {
  z-index: 1;
}

#about-txt-wrapper div {
  background-color: #ffffff50;
  box-shadow: 2px 5px 5px black;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px #464646;
  padding: 35px;
  color: black;
}

/* ----------------------- OFFER ----------------------- */

.offer-wrapper {
  position: relative;
}

.offer-header {
  flex-direction: column;
  align-items: center;
}

.arrow {
  position: absolute;
  transition: ease 0.5s;
}

.arrow img {
  height: 50px;
}

.arrow-down {
  bottom: 30px;
}

.arrow-down:hover {
  bottom: 20px;
}

.arrow-up {
  top: 30px;
}

.arrow-up:hover {
  top: 20px;
}

.dark-font-color {
  color: #22283f;
}

.offer-row {
  text-align: center;
}

.offer-row p {
  text-align: left;
  line-height: 30px;
}

.font-size14 p {
  font-size: 14px;
  line-height: 22px;
}

.flex-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-grid img {
  max-width: 100%;
}

/* ---------------------------- TENT ELEMENTS ---------------------------- */

blockquote {
  position: relative;
  display: none;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  line-height: 1.5em;
  color: rgb(192, 192, 192);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: ease 0.5s;
}

img {
  display: block;
  width: 100%;
}

.hotspot-tent {
  position: relative;
  width: 90%;
}

.spots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spot {
  position: absolute;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(239, 177, 71, 1) 35%, rgba(196, 134, 16, 1) 100%);
  text-decoration: none;
  transition: ease 0.5s;
}

.spot:hover {
  color: inherit;
  cursor: pointer;
}

#spot-01,
#spot-02,
#spot-03 {
  display: inline-block;
}

#spot-01 {
  position: absolute;
  top: 58%;
  left: 52%;
}

#spot-01:hover>blockquote {
  display: block;
  top: -62px;
  left: -58%;
}

#spot-02 {
  position: absolute;
  top: 0%;
  left: 40%;
}

#spot-02:hover>blockquote {
  display: block;
  top: 36px;
  left: -43%;
}

#spot-03 {
  position: absolute;
  top: 49%;
  left: 29%;
}

#spot-03:hover>blockquote {
  display: block;
  top: -16px;
  left: 18px;
}

#spot-04 {
  position: absolute;
  top: 3%;
  left: 65%;
}

#spot-04:hover>blockquote {
  display: block;
  top: 0px;
  left: -57px;
}

#spot-05 {
  position: absolute;
  top: 27%;
  left: 12%;
}

#spot-05:hover>blockquote {
  display: block;
  top: -16px;
  left: 18px;
}

#spot-06 {
  position: absolute;
  top: 65%;
  left: 3%;
}

#spot-06:hover>blockquote {
  display: block;
  top: -16px;
  left: 18px;
}

/* -------------------------------- BENEFITS -------------------------------- */

#benefits-section p {
  font-size: 14px;
}

#benefits-section h3 {
  font-size: 14px;
  background: -webkit-linear-gradient(90deg, rgba(239, 177, 71, 1) 35%, rgba(196, 134, 16, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#benefits-section i {
  font-size: 40px;
}


/* CONTACT */

.form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-group input:focus {
  border-color: #d6a03d;
}

.form-control:focus {
  border-color: #d6a03d;
  box-shadow: 0 0 0 0.25rem #d6a03d40;
}

#contact-btn {
  width: 100%;
}

#contact-btn:hover {
  background-color: #d6a03d;
}

.contact-icon {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-icon i {
  color: white;
  text-decoration: none;
  font-size: 45px;
  transition: ease 0.5s;
}

.contact-icon i:hover {
  color: #d6a03d;
}

.contact-icon img {
  max-width: 10%;
}

#privacy-policy-div {
  text-align: center;
}

a#privacy-policy-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  transition: ease 0.5s;
}

a#privacy-policy-link:hover {
  color: #d6a03d;
}

/* FOOTER - powered by PXhouse */

.footer {
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
}

.footer a {
  vertical-align: top;
}

.footer img {
  width: auto;
  height: 17px;
  display: inline-block;
}

#footer-mobile {
  display: none;
}

/* -------------------------------- @MEDIA -------------------------------- */

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
  }

  #about-txt-wrapper div {
    padding: 15px;
    line-height: 16px;
  }

  blockquote {
    width: 150px;
    font-size: 12px;
  }

  blockquote h3 {
    font-size: 12px;
  }

  #contact h2 {
    text-align: center;
    font-size: 1.3rem;
  }

  #footer-desktop {
    display:none;
  }

  #footer-mobile {
    display:block;
    padding-top: 20px;
  }

  .contact-icon i {
    font-size: 35px;
  }

  .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #announcement {
    font-size: 12px;
  }

  #offer-transparent2 img {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  h2 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 1050px) {
  .arrow {
    display: none;
  }

  #benefits-section p {
    font-size: 11px;
    line-height: 15px;
  }

  #benefits-section h2 {
    font-size: 1.3rem;
  }

  .cd-section {
    min-height: 110vh !important;
  }

}

/* -------------------------------- LIBRARY STYLE -------------------------------- */


*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}


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

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

.cd-section {
  height: 100vh;
}

/* .cd-section div {
  height: 100%;
} */

/* 
.cd-section h2 {
  line-height: 100vh;
  text-align: center;
  font-size: 2.4rem;
} */

/* .cd-section:first-of-type>div {
  background-color: #2b334f;
}
*/
.cd-section:nth-of-type(2)>div {
  background-color: #1b1b1b;
}

.cd-section:nth-of-type(3)>div {
  background-color: #1b1b1b;
}

.cd-section:nth-of-type(4)>div {
  background-color: #ffffff;
}

.cd-section:nth-of-type(5)>div {
  background-color: #1b1b1b;
}

.cd-section:nth-of-type(6)>div {
  background-color: #1b1b1b;
  /* background: linear-gradient(179deg, rgba(27, 27, 27, 1) 35%, rgb(14 14 14) 100%); */
}

.cd-section:nth-of-type(7)>div {
  background-color: #ffffff;
}

.cd-section:nth-of-type(8)>div {
  background: linear-gradient(179deg, rgba(27, 27, 27, 1) 35%, rgb(14 14 14) 100%);
}

.cd-section:nth-of-type(9)>div {
  background-color: #1b1b1b;
}

.cd-section:nth-of-type(10)>div {
  background: linear-gradient(179deg, rgba(27, 27, 27, 1) 35%, rgb(14 14 14) 100%);
}

.cd-section:nth-of-type(11)>div {
  background-color: #1b1b1b;
}




[data-animation="parallax"] .cd-section>div,
[data-animation="fixed"] .cd-section>div,
[data-animation="opacity"] .cd-section>div,
[data-animation="scaleDown"] .cd-section>div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-animation="parallax"] .cd-section:first-of-type>div,
[data-animation="fixed"] .cd-section:first-of-type>div,
[data-animation="opacity"] .cd-section:first-of-type>div,
[data-animation="scaleDown"] .cd-section:first-of-type>div {
  background-image: url("../img/baner.jpg");
}

/* [data-animation="parallax"] .cd-section:nth-of-type(2)>div,
[data-animation="fixed"] .cd-section:nth-of-type(2)>div,
[data-animation="opacity"] .cd-section:nth-of-type(2)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(2)>div {
  background-image: url("../img/bg-triangles.jpg");
} */


[data-animation="parallax"] .cd-section:nth-of-type(3)>div,
[data-animation="fixed"] .cd-section:nth-of-type(3)>div,
[data-animation="opacity"] .cd-section:nth-of-type(3)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(3)>div {
  background-image: url("../img/mosaic50.png");
}

/* [data-animation="parallax"] .cd-section:nth-of-type(4)>div,
[data-animation="fixed"] .cd-section:nth-of-type(4)>div,
[data-animation="opacity"] .cd-section:nth-of-type(4)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(4)>div {
  background-image: url("../img/offer.jpg");
} */

/* [data-animation="parallax"] .cd-section:nth-of-type(5)>div,
[data-animation="fixed"] .cd-section:nth-of-type(5)>div,
[data-animation="opacity"] .cd-section:nth-of-type(5)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(5)>div {
  background-image: url("../img/img-5.jpg");
} */

[data-animation="parallax"] .cd-section:nth-of-type(6)>div,
[data-animation="fixed"] .cd-section:nth-of-type(6)>div,
[data-animation="opacity"] .cd-section:nth-of-type(6)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(6)>div {
  background-image: url("../img/mosaic50.png");
}

/* [data-animation="parallax"] .cd-section:nth-of-type(7)>div,
[data-animation="fixed"] .cd-section:nth-of-type(7)>div,
[data-animation="opacity"] .cd-section:nth-of-type(7)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(7)>div {
  background-image: url("../img/mosaic50.png");
} */

/* [data-animation="parallax"] .cd-section:nth-of-type(8)>div,
[data-animation="fixed"] .cd-section:nth-of-type(8)>div,
[data-animation="opacity"] .cd-section:nth-of-type(8)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(8)>div {
  background-image: url("../img/mosaic50.png");
} */

[data-animation="parallax"] .cd-section:nth-of-type(9)>div,
[data-animation="fixed"] .cd-section:nth-of-type(9)>div,
[data-animation="opacity"] .cd-section:nth-of-type(9)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(9)>div {
  background-image: url("../img/mosaic50.png");
}

/* [data-animation="parallax"] .cd-section:nth-of-type(10)>div,
[data-animation="fixed"] .cd-section:nth-of-type(10)>div,
[data-animation="opacity"] .cd-section:nth-of-type(10)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(10)>div {
  background-image: url("../img/mosaic50.png");
} */

[data-animation="parallax"] .cd-section:nth-of-type(11)>div,
[data-animation="fixed"] .cd-section:nth-of-type(11)>div,
[data-animation="opacity"] .cd-section:nth-of-type(11)>div,
[data-animation="scaleDown"] .cd-section:nth-of-type(11)>div {
  background-image: url("../img/mosaic50.png");
}


.contact-wrap {
  background-image: url("../img/mosaic50.png");
  background-color: #1b1b1b;
}

.content-wrap {
  background-color: #1b1b1b;
}

.content-container {
  padding-top: 160px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1050px) {

  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  [data-hijacking="on"] .cd-section>div {
    visibility: visible;
  }

  [data-hijacking="off"] .cd-section>div {
    opacity: 0;
  }

  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }

  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }

  [data-animation="scaleDown"] .cd-section>div,
  [data-animation="gallery"] .cd-section>div,
  [data-animation="catch"] .cd-section>div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }

  [data-animation="opacity"] .cd-section.visible>div {
    z-index: 1;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type>div::before {
    display: none;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section>div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  [data-hijacking="on"] .cd-section>div {
    position: absolute;
  }

  [data-animation="rotate"] .cd-section>div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.h-captcha {
  margin-bottom: 10px !important;
}


