@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200;500&display=swap");
* {
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
a:active,
a:visited {
  text-decoration: none;
  color: white;
}

body {
  background: #171c23;
  font-family: serif;
  text-align: center;
  color: #333;
  height: 100%;
  font-family: "Kanit", sans-serif;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}

body::-webkit-scrollbar-thumb {
  background: rgba(250, 250, 250, 0.5);
}

body.light {
  background: #f2f3eb;
}

body.light header nav {
  background: #171c23;
}

header nav {
  background: rgba(133, 83, 83, 0.2);
  height: 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 300;
  -webkit-box-shadow: 0px 2px 10px 0px #020202;
  box-shadow: 0px 2px 10px 0px #0c0c0c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  padding: 5px 0 5px 2rem;
}

header nav img {
  height: 75px;
}

header .topBanner {
  height: 100vh;
  width: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("/img/gite.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/gite.jpg");
  background-size: contain;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: white;
}

header .topBanner h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

header .topBanner h1 em {
  font-style: normal;
  font-weight: 200;
}

header .topBanner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

header .topBanner .scroll-icon {
  margin-top: 4rem;
}

main.topMargin {
  margin-top: 140px;
  padding-top: 10px;
}

main.home .gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
}

main.home .gallery .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

main.home .gallery .row .col.cabaneext {
  background-image: url("/img/gallery/salleamanger4.jpg");
}

main.home .gallery .row .col.cuisine {
  background-image: url("/img/gallery/cuisine.jpg");
}

main.home .gallery .row .col.piscine {
  background-image: url("../img/gallery/piscine2.jpg");
}

main.home .gallery .row .col.terrasse {
  background-image: url("/img/gallery/terrasse.jpg");
}

main.home .gallery .row .col.chambre-bleu {
  background-image: url("/img/gallery/chambrebleue3.jpg");
}

main.home .gallery .row .col.jardin {
  background-image: url("/img/gallery/jardin3.jpg");
}

main.home .gallery .row .col .hover-content {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 5px;
  left: 0;
}

main.home .gallery .row .col .hover-content h3 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
}

main.home .gallery .row .col .hover-content h3 em {
  font-style: normal;
  font-weight: 200;
}

main.home .gallery .row .col .hover-content p {
  padding-left: 20px;
  font-weight: 300 !important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
}

main.home .gallery .row .col:hover h3 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main.home .gallery .row .col:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main.home .parallax {
  background-image: url("../img/jardin2.jpg");
  height: 210vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main.home .parallax .caption {
  position: relative;
  width: 100%;
  text-align: center;
  color: #000;
}

main.home .parallax .caption .text {
  width: 80%;
  /* max-width: 700px; */
  margin: auto;
  background-color: #ffffffd4;
  color: #111;
  padding: 18px;
  font-size: 1em;
}

main.home .book {
  background: #020024;
  background: linear-gradient(176deg, #061905 0%, #606060 100%);
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.gallery {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px !important;
}

main.gallery .galleryContent {
  margin-top: 40px;
}

main.booking {
  border: solid 3px #474544;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

main.booking .wrapBooking {
  padding: 1rem 0px 2rem 0;
}

main.booking .wrapBooking h1 {
  color: #474544;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  /* text-transform: uppercase; */
}

main.booking .wrapBooking p {
  color: #474544;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  /* text-transform: uppercase; */
}

main.booking .wrapBooking .underline {
  border-bottom: solid 2px #474544;
  margin: 1rem auto 0 auto;
  width: 80px;
}

main.booking .wrapBooking form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3rem;
  max-width: 500px;
  margin: auto;
}

main.booking .wrapBooking form .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main.booking .wrapBooking form .col:not(:last-child) {
  margin-right: 2rem;
}

main.booking .wrapBooking form input {
  line-height: normal;
  width: 100%;
  background-color: #f2f3eb;
  border-bottom: solid 2px #474544;
  color: #474544;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  text-transform: uppercase;
}

main.booking .wrapBooking form textarea {
  background-color: #f2f3eb;
  border-bottom: solid 2px #474544;
  width: 100%;
  overflow: auto;
}

main.booking .wrapBooking form .submitBtn {
  overflow: visible;
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  width: 200px;
  margin: auto;
}

main.booking .wrapBooking form .submitBtn:hover {
  background: #474544;
  color: #f2f3eb;
}

main.booking .wrapBooking form button,
main.booking .wrapBooking form input,
main.booking .wrapBooking form select,
main.booking .wrapBooking form textarea {
  color: #5a5a5a;
  font: inherit;
  margin: 0;
}

main.booking .message {
  display: none;
  margin: 4rem 0;
}

main.information {
  margin-top: 91px;
}

main.information .header {
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.information .header h1 {
  letter-spacing: 0.5em;
  font-size: 2em;
}

main.information .info {
  max-width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

main.information .info a{
  color: black;
}

main.information .info .col.col1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 2rem;
}

main.information .info .col.col1 h3 {
  margin: 1rem 0;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

main.information .info .col.col1 p {
  text-align: justify;
  font-weight: lighter;
}

main.information .info .col.col1 h4 {
  margin-top: 2rem;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: left;
}

main.information .info .col.col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

main.information .info .col.col2 .vg,
main.information .info .col.col2 .fo {
  max-width: 450px;
}

main.information .info .col.col2 .in {
  padding-top: 7px;
  max-width: 450px;
}

main.information .info .col.col2 .f2,
main.information .info .col.col2 .li {
  max-height: 300px;
}

main.information .info .col.col2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-icon {
  background: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  margin: 15px 39px 0 auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon span {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: 10px;
}

.menu-icon.active {
  background: rgba(250, 250, 250, 0.2);
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.menu-icon.active span:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.overlay-menu {
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: scroll;
}

.overlay-menu .main-menu {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.overlay-menu .main-menu:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 80px;
  padding: 0px;
}

.overlay-menu ul li {
  padding: 15px 0px;
}

.overlay-menu ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: rgba(250, 250, 250, 0.5);
}

.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
}

.overlay-menu.open {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.overlay-menu.open .main-menu {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.overlay-menu.open .main-menu:nth-child(2) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.showMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
}

.showMore a {
  border: 1px solid white;
  border-radius: 2rem;
  padding: 1rem;
  background-color: #ffffff14;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.showMore a:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

@media (max-width: 780px) {
  main.topMargin {
    margin-top: 111px;
  }
  main.booking {
    width: 90%;
  }
  main.booking .wrapBooking h1 {
    font-size: 1.1rem;
  }
  main.booking .wrapBooking p {
    font-size: 1.2rem;
  }
  main.booking .wrapBooking form {
    padding: 2rem 1rem;
  }
  main.booking .wrapBooking form .row {
    display: block;
    padding-top: 0rem;
  }
  main.booking .wrapBooking form .row .col {
    margin-bottom: 1rem;
  }
  main.booking .wrapBooking form .row .col:not(:last-child) {
    margin-right: 0;
  }
  main.information .header {
    background-position: bottom;
  }
  main.information .header h1 {
    font-size: 1.5em;
  }
  main.information .info {
    display: block;
    max-width: 87%;
  }
  main.information .info .col.col1 {
    padding-right: 0;
  }
  main.information .info .col.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2rem;
  }
  main.information .info .col.col2 img {
    width: 100% !important;
    margin-bottom: 7px;
  }
  main.information .info .col.col2 img.li {
    display: none;
  }
  main.information .info .col.col2 img.f2 {
    width: initial !important;
    margin-bottom: 0;
  }
  main.home .gallery .row {
    display: block;
    height: initial;
  }
  main.home .gallery .row .col {
    height: 40vh;
  }
  main.home .gallery .row .col .hover-content h3 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main.home .gallery .row .col .hover-content p {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main.home .parallax {
    height: 400vh;
  }
  main.home .parallax .caption .text {
    width: 90%;
    font-size: 0.9em;
  }
  main.booking .wrapBooking p{
    font-size: 1rem;
    letter-spacing: initial;
    margin: 1em 0;
  }

  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}