@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

:root {
  --color-green-light:rgba(41,105,78,50%);
  --color-green-light--1:rgba(41,105,78,39%);
  --color-green-dark:#29694E;
  --color-aquamarine:#E4FFFA;
  --color-white:#fff;
  --color-orange:#F7834E;
  --color-orange-light:rgba(247,131,78,39%);
  --color-dark-grey:#333;
  --color-footer:rgba(242,242,242,75%); }

/******RESET******/
* {
  margin: 0;
  padding: 0; }

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 50%; } }

body {
  font-family: 'Open Sans' ,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  background-color: var(--color-green-light);
  color: var(--color-white); }

.heading-primary {
  font-family: 'Noto Serif JP', serif;
  color: var(--color-green-dark);
  font-weight: 600;
  font-size: 5rem;
  line-height: 76px; }
  @media only screen and (max-width: 56.25em) {
    .heading-primary {
      font-size: 4.7rem;
      line-height: 66px; } }
  @media only screen and (max-width: 48em) {
    .heading-primary {
      font-size: 4.3rem;
      line-height: 50px; } }
  @media only screen and (max-width: 26.56em) {
    .heading-primary {
      font-size: 3.8rem;
      line-height: 40px; } }

.heading-primary--white {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 5rem;
  color: var(--color-white); }

.heading-primary--big {
  font-family: 'Noto Serif JP', serif;
  color: var(--color-green-dark);
  font-weight: 600;
  font-size: 6rem;
  line-height: 76px; }
  @media only screen and (max-width: 31.25em) {
    .heading-primary--big {
      font-size: 5.2rem;
      line-height: 65px; } }
  @media only screen and (max-width: 26.56em) {
    .heading-primary--big {
      font-size: 4.8rem;
      line-height: 50px; } }
  .heading-primary--big-white {
    color: var(--color-white); }

.heading-primary--big--white {
  font-family: 'Noto Serif JP', serif;
  color: var(--color-white);
  font-weight: 600;
  font-size: 6rem;
  line-height: 76px; }
  @media only screen and (max-width: 48em) {
    .heading-primary--big--white {
      font-size: 4.7rem;
      line-height: 50px; } }
  @media only screen and (max-width: 31.25em) {
    .heading-primary--big--white {
      font-size: 4.5rem;
      line-height: 60px; } }
  @media only screen and (max-width: 26.56em) {
    .heading-primary--big--white {
      font-size: 4.3rem; } }

.heading-secondary {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 57px; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 4rem;
      line-height: 47px; } }
  @media only screen and (max-width: 43.75em) {
    .heading-secondary {
      font-size: 3.5rem;
      line-height: 40px; } }

.heading-secondary--black {
  color: #000; }

.heading-tertiary {
  font-family: 'Noto Serif JP', serif;
  color: var(--color-dark-grey);
  font-size: 2.2rem;
  font-weight: 600; }
  @media only screen and (max-width: 48em) {
    .heading-tertiary {
      font-size: 1.8rem; } }

.heading-tertiary--line {
  font-family: 'Noto Serif JP', serif;
  color: var(--color-dark-grey);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 46px; }

.paragraph--black {
  color: #000; }

.paragraph {
  color: #828282;
  font-weight: 400;
  line-height: 31.07px;
  font-size: 1.6rem; }
  @media only screen and (max-width: 48em) {
    .paragraph {
      font-size: 1.5rem;
      line-height: 22px; } }
  .paragraph--white {
    color: var(--color-white); }
  .paragraph--black {
    color: #4F4F4F !important; }

.paragraph-big {
  color: var(--color-green-dark);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 40px; }
  @media only screen and (max-width: 56.25em) {
    .paragraph-big {
      font-size: 1.6rem;
      line-height: 30px; } }

.paragraph-big--white {
  color: var(--color-white) !important;
  font-weight: 400 !important;
  font-size: 1.7rem !important;
  margin-bottom: 2rem; }

.paragraph-small {
  color: #828282;
  font-weight: 600;
  font-size: 1.6rem; }

.caption {
  color: var(--color-green-dark);
  text-transform: uppercase;
  letter-spacing: .5rem;
  font-weight: 400;
  font-size: 2rem; }

.caption--green {
  color: var(--color-green-dark);
  font-size: 2.2rem; }

.caption--white {
  color: var(--color-white);
  font-size: 1.9rem;
  text-transform: uppercase;
  letter-spacing: .5rem; }

.paragraph-width {
  margin-top: 4rem;
  width: 55%; }

.paragraph-width--1 {
  width: 75%; }
  @media only screen and (max-width: 48em) {
    .paragraph-width--1 {
      width: 92%; } }
  @media only screen and (max-width: 26.56em) {
    .paragraph-width--1 {
      width: 100%; } }

.margin-top-small {
  margin-top: 2rem; }

.margin-top-medium {
  margin-top: 6rem; }

.margin-top-small--1 {
  margin-top: 1rem; }

.margin-left-small {
  margin-left: 2rem; }

.facility-box {
  background-color: var(--color-white);
  border-radius: 8px;
  width: 23%;
  height: 25rem;
  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-shadow: 0px 15px 35px 0px rgba(60, 78, 100, 0.15);
  box-shadow: 0px 15px 35px 0px rgba(60, 78, 100, 0.15);
  padding: 2.1rem 2.3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media only screen and (max-width: 56.25em) {
    .facility-box {
      width: 31%;
      height: 28rem; } }
  @media only screen and (max-width: 37.5em) {
    .facility-box {
      width: 51%;
      height: 28rem;
      margin-bottom: 3rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 26.56em) {
    .facility-box {
      width: 71%;
      height: 25rem; } }
  .facility-box:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .facility-box__icon {
    width: 6rem;
    height: 6rem;
    border-radius: 4px;
    background-color: var(--color-orange-light);
    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; }
  .facility-box__icon--green {
    background-color: var(--color-green-light--1); }
  .facility-box__content {
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem); }
    .facility-box__content h3 {
      margin-bottom: 1rem; }

.btn, .btn:link, .btn:visited {
  border-radius: 4px;
  padding: 1.2rem 2rem;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center; }

.btn--orange {
  background-color: var(--color-orange);
  color: var(--color-white);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn--orange:hover, .btn--orange:active {
    background-color: #fff;
    color: #333; }

.btn--orange__green {
  background-color: var(--color-orange);
  color: var(--color-white);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn--orange__green:hover, .btn--orange__green:active {
    background-color: var(--color-green-light);
    color: #333; }

.btn--green {
  background-color: var(--color-green-dark);
  color: var(--color-white);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn--green:hover, .btn--green:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.btn--orange-big {
  background-color: var(--color-orange);
  color: var(--color-white);
  width: 100%;
  text-align: left  !important;
  border-radius: 0px 0px 8px 8px !important;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s; }
  .btn--orange-big:hover {
    background-color: #FF9F73; }

.btn--ghost {
  padding: 1.5rem 3.5rem !important;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn--ghost:hover {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem); }

.contact__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0; }
  .contact__details--icon {
    width: 4rem;
    height: 4rem;
    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;
    background-color: var(--color-white);
    border-radius: 8px;
    margin-right: 2rem; }
    @media only screen and (max-width: 48em) {
      .contact__details--icon {
        margin-right: 1rem; } }
    .contact__details--icon ion-icon[name="location"] {
      color: var(--color-orange);
      font-size: 24px; }
    .contact__details--icon ion-icon[name="call"] {
      color: var(--color-green-dark);
      font-size: 24px; }

iframe {
  border-radius: 8px; }
  @media only screen and (max-width: 48em) {
    iframe {
      height: 400px; } }
  @media only screen and (max-width: 26.56em) {
    iframe {
      height: 300px; } }

.trek-box {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .trek-box img {
    width: 60rem;
    height: 40rem;
    margin: 1rem 0 3rem 0; }
    @media only screen and (max-width: 34.37em) {
      .trek-box img {
        width: 48rem;
        height: 32rem; } }
    @media only screen and (max-width: 26.56em) {
      .trek-box img {
        width: 42rem;
        height: 28rem; } }
    @media only screen and (max-width: 23.43em) {
      .trek-box img {
        width: 36rem;
        height: 28rem; } }
  .trek-box .paragliding {
    width: 42rem;
    height: 48rem; }
    @media only screen and (max-width: 34.37em) {
      .trek-box .paragliding {
        width: 40rem;
        height: 45rem; } }
    @media only screen and (max-width: 23.43em) {
      .trek-box .paragliding {
        width: 36rem;
        height: 41rem; } }

.slider {
  margin: 0 auto;
  border-radius: 8px;
  max-width: 1120px;
  -webkit-transform: translateY(-22rem);
  -ms-transform: translateY(-22rem);
  transform: translateY(-22rem); }
  @media only screen and (max-width: 48em) {
    .slider {
      -webkit-transform: translateY(-40rem);
      -ms-transform: translateY(-40rem);
      transform: translateY(-40rem); } }

.slide_viewer {
  height: 60rem;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 31.25em) {
    .slide_viewer {
      height: 50rem; } }

.slide_group {
  height: 100%;
  position: relative;
  width: 100%; }

.slide {
  display: none;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  background-position: center;
  background-size: cover; }

.slide:first-child {
  display: block; }

.slide:nth-of-type(1) {
  background-image: url(../../images/gallery-1.jpeg); }

.slide:nth-of-type(2) {
  background-image: url(../../images/gallery-2.jpeg); }

.slide:nth-of-type(3) {
  background-image: url(../../images/gallery-3.jpeg); }

.slide:nth-of-type(4) {
  background-image: url(../../images/gallery-4.jpeg); }

.slide:nth-of-type(5) {
  background-image: url(../../images/gallery-5.jpeg); }

.slide:nth-of-type(6) {
  background-image: url(../../images/gallery-6.jpeg); }

.slide:nth-of-type(7) {
  background-image: url(../../images/gallery-7.jpeg); }

.slide:nth-of-type(8) {
  background-image: url(../../images/gallery-8.jpeg); }

.slide:nth-of-type(9) {
  background-image: url(../../images/gallery-9.jpeg); }

.slide:nth-of-type(10) {
  background-image: url(../../images/gallery-10.jpeg); }

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  bottom: 48rem;
  text-align: center;
  color: #474544; }
  @media only screen and (max-width: 48em) {
    .slide_buttons {
      bottom: 30rem; } }

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media only screen and (max-width: 68.75em) {
    a.slide_btn {
      color: #fff; } }
  @media only screen and (max-width: 43.75em) {
    a.slide_btn {
      margin: 0 .5rem; } }

.slide_btn.active, .slide_btn:hover {
  color: var(--color-green-dark);
  cursor: pointer; }

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px; }
  @media only screen and (max-width: 48em) {
    .directional_nav {
      height: 0px; } }

.previous_btn {
  bottom: 0rem;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 10rem; }
  @media only screen and (max-width: 48em) {
    .previous_btn {
      top: 35rem; } }

.next_btn {
  bottom: 0rem;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 10rem; }
  @media only screen and (max-width: 48em) {
    .next_btn {
      top: 35rem; } }

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px; }

.previous_btn:hover, .next_btn:hover {
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px; }
  .next_btn {
    right: 50px; } }

.slider-review {
  border-radius: 8px;
  max-width: 600px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide__viewer-review {
  height: 30rem;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 43.75em) {
    .slide__viewer-review {
      height: 40rem; } }

.slide_group-review .slide {
  background-image: none;
  padding: 5rem 2rem 2rem 2rem;
  background-color: transparent; }
  .slide_group-review .slide .paragraph-big {
    color: #fff; }

.slide_buttons-review {
  bottom: 3rem;
  display: none; }

.directional_nav-review {
  height: 0px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: 0; }
  .directional_nav-review .previous_btn, .directional_nav-review .next_btn {
    height: 35px;
    position: absolute;
    top: 5rem; }
    @media only screen and (max-width: 56.25em) {
      .directional_nav-review .previous_btn, .directional_nav-review .next_btn {
        top: 10rem; } }
    @media only screen and (max-width: 43.75em) {
      .directional_nav-review .previous_btn, .directional_nav-review .next_btn {
        top: -3rem; } }
  .directional_nav-review .previous_btn {
    left: 15px; }
  .directional_nav-review .next_btn {
    right: 340px; }
    @media only screen and (max-width: 75em) {
      .directional_nav-review .next_btn {
        right: 240px; } }
    @media only screen and (max-width: 56.25em) {
      .directional_nav-review .next_btn {
        right: 180px; } }
    @media only screen and (max-width: 43.75em) {
      .directional_nav-review .next_btn {
        right: 130px; } }

.room-box {
  width: 32%;
  height: auto;
  background-color: var(--color-white);
  border-radius: 8px;
  margin-top: 7rem;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(60, 78, 100, 0.15);
  box-shadow: 0px 15px 35px 0px rgba(60, 78, 100, 0.15); }
  @media only screen and (max-width: 56.25em) {
    .room-box {
      width: 40%; } }
  @media only screen and (max-width: 48em) {
    .room-box {
      width: 45%; } }
  @media only screen and (max-width: 37.5em) {
    .room-box {
      width: 65%; } }
  @media only screen and (max-width: 26.56em) {
    .room-box {
      width: 90%; } }
  .room-box:hover {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem); }
  .room-box__image {
    width: 100%;
    height: 25rem; }
    .room-box__image img {
      width: 100%;
      height: 100%;
      border-radius: 8px 8px 0 0; }
  .room-box__content {
    padding: 2rem; }
    .room-box__content ion-icon {
      font-size: 24px;
      color: #BDBDBD;
      margin-right: 1.5rem; }

.explore-rooms {
  margin-top: 3rem;
  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; }
  @media only screen and (max-width: 43.75em) {
    .explore-rooms {
      margin-top: 8rem; } }
  .explore-rooms h3 {
    margin: 2rem 0; }
  .explore-rooms img {
    width: 30rem;
    height: 20rem; }
    @media only screen and (max-width: 56.25em) {
      .explore-rooms img {
        width: 25rem;
        height: 15rem; } }
    @media only screen and (max-width: 43.75em) {
      .explore-rooms img {
        width: 40rem;
        height: 30rem; } }
    @media only screen and (max-width: 23.43em) {
      .explore-rooms img {
        width: 35rem;
        height: 25rem; } }

@media only screen and (max-width: 43.75em) {
  .explore-rooms--1 {
    margin-top: 2rem; } }

.contact__form {
  width: 40%;
  height: 100%;
  -webkit-transform: translateY(12rem);
  -ms-transform: translateY(12rem);
  transform: translateY(12rem);
  margin: 0 auto 0 auto; }
  @media only screen and (max-width: 56.25em) {
    .contact__form {
      width: 60%; } }
  @media only screen and (max-width: 48em) {
    .contact__form {
      width: 80%; } }
  @media only screen and (max-width: 31.25em) {
    .contact__form {
      width: 90%; } }

.form__input {
  padding: 2rem 1rem;
  border: 1px solid #BBC8D4;
  width: 100%;
  border-radius: 4px;
  color: #4F4F4F;
  font-family: 'Roboto', sans-serif; }
  .form__input:focus {
    outline: none;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid seagreen; }
  .form__input:focus:invalid {
    border-bottom: 3px solid red; }

.form__group {
  position: relative;
  margin-top: 9rem; }

.form textarea {
  padding-bottom: 15rem;
  color: #BBC8D4;
  font-family: 'Roboto', sans-serif; }

.form__label {
  position: absolute;
  top: -4rem;
  left: 0;
  text-transform: uppercase;
  color: var(--color-white);
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px; }

input[type="submit"] {
  border: none; }

.form__group--1 {
  margin-top: 5rem; }

.activity-box {
  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;
  margin: 3rem 0 0 0;
  position: relative; }
  .activity-box__content {
    background-color: var(--color-white);
    width: 70%;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    position: relative; }
    @media only screen and (max-width: 68.75em) {
      .activity-box__content {
        width: 75%; } }
    @media only screen and (max-width: 56.25em) {
      .activity-box__content {
        width: 85%; } }
    @media only screen and (max-width: 48em) {
      .activity-box__content {
        width: 95%; } }
    @media only screen and (max-width: 37.5em) {
      .activity-box__content {
        width: 60%; } }
    @media only screen and (max-width: 26.56em) {
      .activity-box__content {
        width: 70%; } }
    @media only screen and (max-width: 25em) {
      .activity-box__content {
        width: 80%; } }
    .activity-box__content h3 {
      padding: 1rem; }
    .activity-box__content a {
      position: absolute;
      bottom: 0; }
  .activity-box__image {
    width: 70%;
    height: 39rem;
    border-radius: 8px;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(60, 78, 100, 0.15);
    box-shadow: 0px 15px 35px 0px rgba(60, 78, 100, 0.15); }
    @media only screen and (max-width: 68.75em) {
      .activity-box__image {
        width: 75%; } }
    @media only screen and (max-width: 56.25em) {
      .activity-box__image {
        width: 85%; } }
    @media only screen and (max-width: 48em) {
      .activity-box__image {
        width: 95%; } }
    @media only screen and (max-width: 37.5em) {
      .activity-box__image {
        width: 60%; } }
    @media only screen and (max-width: 26.56em) {
      .activity-box__image {
        width: 70%; } }
    @media only screen and (max-width: 25em) {
      .activity-box__image {
        width: 80%; } }
    .activity-box__image img {
      width: 100%;
      height: 100%;
      border-radius: 8px; }

.about-content {
  margin-right: 7rem; }
  @media only screen and (max-width: 68.75em) {
    .about-content {
      margin-right: 3rem; } }
  @media only screen and (max-width: 56.25em) {
    .about-content {
      width: 160rem; } }
  @media only screen and (max-width: 37.5em) {
    .about-content {
      width: 100%;
      margin-right: 0; } }
  .about-content .heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .about-content .heading-box .line-box {
      width: .7rem;
      height: 10rem;
      background-color: var(--color-white);
      margin-right: 1.5rem; }
  .about-content p {
    margin: 2.5rem 0 3.7rem 0; }

.about-image {
  width: 280rem;
  height: 623px; }
  @media only screen and (max-width: 68.75em) {
    .about-image {
      width: 220rem;
      height: 520px; } }
  @media only screen and (max-width: 56.25em) {
    .about-image {
      width: 170rem;
      height: 420px; } }
  @media only screen and (max-width: 37.5em) {
    .about-image {
      width: 47rem;
      height: 441px; } }
  @media only screen and (max-width: 26.56em) {
    .about-image {
      width: 30rem;
      height: 341px; } }
  .about-image img {
    width: 100%;
    height: 100%; }

.header {
  width: 100%;
  height: 100vh;
  background-image: url(../../images/hero-image.jpg);
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 48em) {
    .header {
      background-position: left -618px bottom 10px; } }

.header-rooms {
  height: 100vh;
  background-color: var(--color-green-dark); }
  @media only screen and (max-width: 75em) {
    .header-rooms {
      height: 90vh; } }
  @media only screen and (max-width: 48em) {
    .header-rooms {
      height: auto;
      padding: 0 0 15rem 0; } }

.header-activity {
  height: 112vh;
  background-color: var(--color-green-dark); }
  @media only screen and (max-width: 75em) {
    .header-activity {
      height: 100vh; } }
  @media only screen and (max-width: 48em) {
    .header-activity {
      height: auto;
      padding: 0 0 15rem 0; } }

.header-sports {
  height: 142vh;
  background-color: var(--color-green-dark); }
  @media only screen and (max-width: 75em) {
    .header-sports {
      height: 110vh; } }
  @media only screen and (max-width: 48em) {
    .header-sports {
      height: auto;
      padding: 0 0 5rem 0; } }

.hero-box__rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-top: 7rem; }
  @media only screen and (max-width: 56.25em) {
    .hero-box__rooms {
      margin-top: 10rem; } }
  @media only screen and (max-width: 48em) {
    .hero-box__rooms {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 7rem 0 0 3rem;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (max-width: 26.56em) {
    .hero-box__rooms {
      margin-top: 10rem; } }
  .hero-box__rooms--text {
    position: absolute;
    top: 8rem;
    right: 57rem; }
    @media only screen and (max-width: 68.75em) {
      .hero-box__rooms--text {
        right: 51rem; } }
    @media only screen and (max-width: 56.25em) {
      .hero-box__rooms--text {
        right: 46rem; } }
    @media only screen and (max-width: 48em) {
      .hero-box__rooms--text {
        position: static;
        margin-bottom: 2rem; } }
  .hero-box__rooms--image {
    width: 62rem;
    height: 40rem;
    margin-right: 16rem; }
    @media only screen and (max-width: 68.75em) {
      .hero-box__rooms--image {
        margin-right: 10rem; } }
    @media only screen and (max-width: 56.25em) {
      .hero-box__rooms--image {
        margin-right: 5rem; } }
    @media only screen and (max-width: 48em) {
      .hero-box__rooms--image {
        position: static;
        width: 48rem;
        height: 28rem; } }
    @media only screen and (max-width: 26.56em) {
      .hero-box__rooms--image {
        width: 40rem;
        height: 26rem; } }
    @media only screen and (max-width: 22em) {
      .hero-box__rooms--image {
        width: 35rem;
        height: 20rem; } }
    .hero-box__rooms--image img {
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 48em) {
    .hero-box__rooms .WoodenCottage {
      position: static;
      width: 48rem;
      height: 32rem; } }
  @media only screen and (max-width: 26.56em) {
    .hero-box__rooms .WoodenCottage {
      position: static;
      width: 40rem;
      height: 26rem; } }
  @media only screen and (max-width: 22em) {
    .hero-box__rooms .WoodenCottage {
      position: static;
      width: 35rem;
      height: 22rem; } }

@media only screen and (max-width: 48em) {
  .hero-box__rooms-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 7rem 0 0 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
  @media only screen and (max-width: 48em) and (max-width: 26.56em) {
    .hero-box__rooms-1 {
      margin: 7rem 0 0 1.5rem; } }

.hero-box__rooms-1 .hero-box__rooms--text {
  position: absolute;
  top: 8rem;
  right: 55rem; }
  @media only screen and (max-width: 68.75em) {
    .hero-box__rooms-1 .hero-box__rooms--text {
      right: 48rem; } }
  @media only screen and (max-width: 56.25em) {
    .hero-box__rooms-1 .hero-box__rooms--text {
      right: 44rem; } }
  @media only screen and (max-width: 48em) {
    .hero-box__rooms-1 .hero-box__rooms--text {
      position: static;
      margin-bottom: 2rem; } }
  .hero-box__rooms-1 .hero-box__rooms--text span {
    color: var(--color-white); }
    @media only screen and (max-width: 48em) {
      .hero-box__rooms-1 .hero-box__rooms--text span {
        color: var(--color-green-dark); } }

@media only screen and (max-width: 48em) {
  .hero-box__rooms-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 7rem 0 0 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
  @media only screen and (max-width: 48em) and (max-width: 26.56em) {
    .hero-box__rooms-2 {
      margin: 7rem 0 0 1.5rem; } }

.hero-box__rooms-2 .hero-box__rooms--text {
  position: absolute;
  top: 12rem;
  right: 59rem; }
  @media only screen and (max-width: 68.75em) {
    .hero-box__rooms-2 .hero-box__rooms--text {
      right: 53rem; } }
  @media only screen and (max-width: 56.25em) {
    .hero-box__rooms-2 .hero-box__rooms--text {
      right: 48rem; } }
  @media only screen and (max-width: 48em) {
    .hero-box__rooms-2 .hero-box__rooms--text {
      position: static;
      margin-bottom: 2rem; } }
  .hero-box__rooms-2 .hero-box__rooms--text span {
    color: var(--color-white); }
    @media only screen and (max-width: 48em) {
      .hero-box__rooms-2 .hero-box__rooms--text span {
        color: var(--color-green-dark); } }

.hero-box__rooms-2 .caption--1 {
  position: relative;
  right: 1.5rem; }
  @media only screen and (max-width: 48em) {
    .hero-box__rooms-2 .caption--1 {
      right: 0; } }

@media only screen and (max-width: 48em) {
  .hero-box__rooms-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 7rem 0 0 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
  @media only screen and (max-width: 48em) and (max-width: 26.56em) {
    .hero-box__rooms-3 {
      margin: 7rem 0 0 1.5rem; } }

.hero-box__rooms-3 .hero-box__rooms--text {
  position: absolute;
  top: 8rem;
  right: 63rem; }
  @media only screen and (max-width: 68.75em) {
    .hero-box__rooms-3 .hero-box__rooms--text {
      right: 58rem; } }
  @media only screen and (max-width: 56.25em) {
    .hero-box__rooms-3 .hero-box__rooms--text {
      right: 52rem; } }
  @media only screen and (max-width: 48em) {
    .hero-box__rooms-3 .hero-box__rooms--text {
      position: static;
      margin-bottom: 2rem; } }
  .hero-box__rooms-3 .hero-box__rooms--text span {
    color: var(--color-white); }
    @media only screen and (max-width: 48em) {
      .hero-box__rooms-3 .hero-box__rooms--text span {
        color: var(--color-green-dark); } }

.hero-box__activity {
  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;
  margin-top: 6rem; }
  @media only screen and (max-width: 75em) {
    .hero-box__activity {
      margin-top: 3rem; } }
  @media only screen and (max-width: 48em) {
    .hero-box__activity {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 5rem 0 0 3rem; } }
  @media only screen and (max-width: 26.56em) {
    .hero-box__activity {
      margin: 5rem 0 0 2rem; } }
  .hero-box__activity--text {
    position: relative;
    bottom: 2rem; }
  .hero-box__activity--image {
    width: 62rem;
    height: 40rem; }
    @media only screen and (max-width: 34.37em) {
      .hero-box__activity--image {
        width: 47rem;
        height: 35rem; } }
    @media only screen and (max-width: 34.37em) {
      .hero-box__activity--image {
        width: 46rem;
        height: 35rem; } }
    @media only screen and (max-width: 25em) {
      .hero-box__activity--image {
        width: 40rem;
        height: 29rem; } }
    @media only screen and (max-width: 22em) {
      .hero-box__activity--image {
        width: 37rem;
        height: 29rem; } }
    .hero-box__activity--image img {
      width: 100%;
      height: 100%;
      margin-left: 8rem; }
      @media only screen and (max-width: 56.25em) {
        .hero-box__activity--image img {
          margin-left: 2rem; } }
      @media only screen and (max-width: 48em) {
        .hero-box__activity--image img {
          margin-left: 0; } }
  .hero-box__activity .adventure-sports {
    width: 49rem;
    height: 54rem; }
    @media only screen and (max-width: 31.25em) {
      .hero-box__activity .adventure-sports {
        width: 40rem;
        height: 45rem; } }
    @media only screen and (max-width: 25em) {
      .hero-box__activity .adventure-sports {
        width: 35rem;
        height: 40rem; } }
    .hero-box__activity .adventure-sports img {
      width: 100%;
      height: 100%;
      margin-left: 8rem; }
      @media only screen and (max-width: 68.75em) {
        .hero-box__activity .adventure-sports img {
          margin-left: 4rem; } }
      @media only screen and (max-width: 48em) {
        .hero-box__activity .adventure-sports img {
          margin-left: 0; } }

.hero-box__activity--1 {
  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;
  margin-top: 7rem;
  position: relative; }
  @media only screen and (max-width: 75em) {
    .hero-box__activity--1 {
      margin-top: 5rem; } }
  @media only screen and (max-width: 56.25em) {
    .hero-box__activity--1 {
      margin-top: 7rem; } }
  @media only screen and (max-width: 48em) {
    .hero-box__activity--1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .hero-box__activity--1__text {
    position: relative;
    bottom: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .hero-box__activity--1__text {
        width: 60%;
        position: absolute;
        top: 5rem;
        left: 4rem;
        z-index: 2; } }
    @media only screen and (max-width: 48em) {
      .hero-box__activity--1__text {
        position: static;
        margin: 0 0 3rem 3rem;
        width: 97%; } }
    @media only screen and (max-width: 26.56em) {
      .hero-box__activity--1__text {
        width: 90%; } }
  .hero-box__activity--1__image {
    width: 50rem;
    height: 55rem; }
    @media only screen and (max-width: 56.25em) {
      .hero-box__activity--1__image {
        width: 45rem;
        height: 50rem;
        position: absolute;
        right: 7rem;
        top: 0; } }
    @media only screen and (max-width: 48em) {
      .hero-box__activity--1__image {
        position: static;
        width: 40rem;
        height: 45rem; } }
    @media only screen and (max-width: 26.56em) {
      .hero-box__activity--1__image {
        width: 30rem;
        height: 35rem; } }
    .hero-box__activity--1__image img {
      width: 100%;
      height: 100%;
      margin-left: 8rem; }
      @media only screen and (max-width: 75em) {
        .hero-box__activity--1__image img {
          margin-left: 3rem; } }

.hero-box--gallery h1 {
  color: var(--color-white); }

.hero-box--gallery .hero-box__text {
  margin: 7rem 0 0 6rem; }
  @media only screen and (max-width: 48em) {
    .hero-box--gallery .hero-box__text {
      margin: 3rem 0 0 3rem; } }

.header--gallery {
  height: 100vh; }

.header--contact {
  height: 175vh; }
  @media only screen and (max-width: 48em) {
    .header--contact {
      padding-bottom: 22rem;
      height: auto; } }

.hero-box__text--big {
  position: relative;
  top: 15rem;
  padding: 0 3rem; }
  @media only screen and (max-width: 48em) {
    .hero-box__text--big {
      top: 9rem; } }

.header--about {
  height: 120vh;
  background-color: var(---color-green-light--1); }
  @media only screen and (max-width: 48em) {
    .header--about {
      height: 100vh; } }

.arrow {
  position: absolute;
  right: 9rem;
  top: 35rem; }
  @media only screen and (max-width: 48em) {
    .arrow {
      top: 28rem; } }

.arrow-down {
  color: var(--color-white);
  -webkit-animation: down 2s  infinite;
  animation: down 2s  infinite; }

.hero-textbox {
  position: absolute;
  top: 40%;
  left: 10%; }
  @media only screen and (max-width: 48em) {
    .hero-textbox {
      left: 5%; } }
  @media only screen and (max-width: 26.56em) {
    .hero-textbox {
      top: 30%; } }
  .hero-textbox span {
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: var(--color-orange);
    padding: .5rem; }

.navigation {
  position: relative;
  z-index: 1000; }
  .navigation__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 3rem 2rem 3rem;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .navigation__toggle {
    display: none; }
    @media only screen and (max-width: 48em) {
      .navigation__toggle {
        display: inline-block; } }
    .navigation__toggle ion-icon {
      font-size: 32px;
      color: #fff; }
  .navigation__toogle--black ion-icon {
    font-size: 32px;
    color: #333; }
  .navigation__logo-box img {
    width: 14rem;
    height: 10rem;
    position: relative; }
    @media only screen and (max-width: 26.56em) {
      .navigation__logo-box img {
        width: 12rem;
        height: 8rem; } }
  .navigation__logo-box .Logo-white {
    display: none; }
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none; }
    @media only screen and (max-width: 48em) {
      .navigation__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        width: 43rem;
        position: fixed;
        overflow-y: auto;
        top: 0;
        right: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 100;
        padding: 5rem 2rem 1rem 6rem;
        background-color: var(--color-dark-grey); } }
    @media only screen and (max-width: 31.25em) {
      .navigation__list {
        width: 35rem;
        padding: 5rem 2rem 1rem 3rem; } }
    @media only screen and (max-width: 25em) {
      .navigation__list {
        width: 30rem; } }
    @media only screen and (max-width: 48em) {
      .navigation__list .navigation__link--black {
        color: #fff !important; } }
    .navigation__list--small, .navigation__list--small-1 {
      list-style: none;
      background-color: #444343;
      border-radius: 8px;
      position: absolute;
      left: 0;
      top: 2.5rem;
      width: 20vw;
      padding: 1rem 3rem 1rem 2rem;
      display: none;
      z-index: 10; }
      @media only screen and (max-width: 48em) {
        .navigation__list--small, .navigation__list--small-1 {
          position: static;
          display: none;
          width: 100%;
          padding: 2rem;
          background-color: transparent; } }
  .navigation__item {
    padding: 0 2rem; }
  .navigation__close {
    display: none; }
    @media only screen and (max-width: 48em) {
      .navigation__close {
        display: inline-block; } }
    @media only screen and (max-width: 25em) {
      .navigation__close {
        margin-bottom: 2rem; } }
    .navigation__close ion-icon {
      font-size: 32px;
      color: white; }
  .navigation__link:link, .navigation__link:visited {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-white);
    text-decoration: none;
    position: relative;
    border-bottom: 2px solid transparent; }
    @media only screen and (max-width: 56.25em) {
      .navigation__link:link, .navigation__link:visited {
        padding: 0 2rem; } }
    @media only screen and (max-width: 48em) {
      .navigation__link:link, .navigation__link:visited {
        padding: 2.5rem 0;
        border-bottom: .7px solid #d4d3d3;
        width: 23rem;
        color: white; } }
    @media only screen and (max-width: 25em) {
      .navigation__link:link, .navigation__link:visited {
        width: 19rem; } }
  .navigation__link:hover {
    border-bottom: 2px solid var(--color-white); }
  .navigation__link:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    height: 1px;
    color: transparent;
    z-index: -10; }
  .navigation__link:hover:after, .navigation__link:active:after {
    -webkit-animation: fill 1s forwards;
    animation: fill 1s forwards; }
    @media only screen and (max-width: 48em) {
      .navigation__link:hover:after, .navigation__link:active:after {
        -webkit-animation: none;
        animation: none; } }
  @media only screen and (max-width: 48em) {
    .navigation__link--dropdown::after, .navigation__link--dropdown-1::after {
      content: ' \25BD';
      color: white;
      z-index: 4;
      top: 2.3rem;
      left: 20rem; } }
  @media only screen and (max-width: 48em) and (max-width: 25em) {
    .navigation__link--dropdown::after, .navigation__link--dropdown-1::after {
      left: 15rem; } }
  .navigation__link--black:link, .navigation__link--black:visited {
    color: var(--color-dark-grey); }
    .navigation__link--black:link:hover, .navigation__link--black:visited:hover {
      border-bottom: 2px solid var(--color-dark-grey); }
  .navigation__item--dropdown, .navigation__item--dropdown-1 {
    position: relative; }
  .navigation__link--small:link, .navigation__link--small:visited, .navigation__link--small-1:link, .navigation__link--small-1:visited {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    color: #d4d3d3;
    padding: 1rem 1.5rem;
    text-decoration: none; }
  .navigation__link--small:hover, .navigation__link--small-1:hover {
    color: white;
    background-color: #666666;
    width: 90%; }

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem; }
  .sticky .navigation__logo-box .Logo-white {
    display: block;
    width: 12rem;
    height: 8rem; }
  .sticky .navigation__logo-box .Logo-black {
    display: none; }
  .sticky .navigation__link--black {
    color: #fff; }
  .sticky .navigation__toogle--black ion-icon {
    color: #fff; }

.sticky1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  padding: 2rem; }
  .sticky1 .navigation__logo-box img {
    width: 12rem;
    height: 8rem; }

.side-way {
  margin-right: 25rem; }

.navigation__button {
  margin: 0 0 0 3rem; }

.white {
  border-bottom: 2px solid transparent; }
  .white:hover, .white:active {
    border-bottom: 2px solid #fff; }

@media only screen and (max-width: 48em) {
  .navigation--button {
    margin-top: 5rem; } }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media only screen and (max-width: 48em) {
    .footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 26.56em) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .footer-1 {
    width: 30%;
    margin-right: 2rem; }
    @media only screen and (max-width: 48em) {
      .footer-1 {
        margin-right: 4rem; } }
    @media only screen and (max-width: 26.56em) {
      .footer-1 {
        margin-bottom: 2rem; } }
    .footer-1 .logo-box__footer {
      width: 15rem;
      height: 11rem; }
      @media only screen and (max-width: 26.56em) {
        .footer-1 .logo-box__footer {
          width: 13rem;
          height: 9rem; } }
      .footer-1 .logo-box__footer img {
        width: 100%;
        height: 100%; }
  .footer-2 {
    width: 18rem;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 56.25em) {
      .footer-2 {
        padding: 0 1.5rem 0 0; } }
    @media only screen and (max-width: 48em) {
      .footer-2 {
        padding: 0 3rem 2rem 3rem;
        width: 23rem; } }
    @media only screen and (max-width: 26.56em) {
      .footer-2 {
        padding: 0 3rem 2rem 1.5rem; } }
    .footer-2 a {
      text-decoration: none;
      padding: 0 2.5rem 2.5rem 0;
      cursor: pointer; }
    .footer-2 .paragraph {
      display: inline-block;
      font-weight: 400;
      letter-spacing: .3rem;
      margin-bottom: 1.5rem;
      margin-bottom: 2rem;
      font-family: 'Noto Serif JP', serif; }
    .footer-2 .paragraph-small {
      font-size: 1.4rem; }
  @media only screen and (max-width: 48em) {
    .footer .activities-column {
      width: 26rem; } }

.footer__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer__end p {
    width: 50%;
    color: var(--color-white); }
    @media only screen and (max-width: 48em) {
      .footer__end p {
        width: 100%; } }
  .footer__end a {
    text-decoration: none;
    color: var(--color-white); }

.icons {
  font-size: 24px;
  margin-top: 2rem; }
  .icons ion-icon {
    margin-left: 6rem; }

.footer--light-green .icons ion-icon {
  color: var(--color-dark-grey); }

.footer--light-green .footer-2 .paragraph-small {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .footer--light-green .footer-2 .paragraph-small:hover {
    color: var(--color-dark-grey); }

.footer-green .icons ion-icon {
  color: var(--color-white); }

.footer-green .footer-2 .paragraph {
  color: var(--color-white); }

.footer-green .footer-2 .paragraph-small {
  color: #BDBDBD; }

.footer-green .footer-2 a:hover {
  color: var(--color-white); }

.footer__end--black .paragraph-small,
.footer__end--black a {
  color: var(--color-dark-grey); }

.container {
  max-width: 1160px;
  margin: 0 auto;
  position: relative; }
  .container .heading-primary--white {
    position: absolute;
    left: 50%;
    top: -5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (max-width: 31.25em) {
      .container .heading-primary--white {
        left: 3rem;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }

.section-facilities {
  padding: 11rem 6rem; }
  @media only screen and (max-width: 48em) {
    .section-facilities {
      padding: 6rem 3rem; } }

.section-about {
  padding: 6rem 6rem; }
  @media only screen and (max-width: 48em) {
    .section-about {
      padding: 6rem 3rem; } }

.section-footer {
  padding: 6rem 6rem;
  background-color: var(--color-footer); }

.section-footer--green {
  padding: 6rem 6rem;
  background-color: var(--color-green-dark); }

.flex-box,
.flex-box--6,
.flex-box--8,
.flex-box--7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

@media only screen and (max-width: 37.5em) {
  .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media only screen and (max-width: 26.56em) {
  .flex-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.flex-box--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-box--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media only screen and (max-width: 37.5em) {
    .flex-box--2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media only screen and (max-width: 26.56em) {
    .flex-box--2 {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media only screen and (max-width: 43.75em) {
  .flex-box--6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media only screen and (max-width: 26.56em) {
  .flex-box--6 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (max-width: 26.56em) {
  .flex-box--8 {
    -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; } }

.section-awards {
  padding: 6rem;
  background-color: rgba(250, 231, 139, 0.685); }
  @media only screen and (max-width: 48em) {
    .section-awards {
      padding: 6rem 3rem; } }
  .section-awards h2 {
    color: var(--color-green-dark);
    margin-bottom: 4rem; }
  .section-awards .heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.5rem; }
    .section-awards .heading-box .line-box {
      background-color: var(--color-green-dark);
      height: 10rem; }
    .section-awards .heading-box h2 {
      margin-bottom: 0; }
  .section-awards .paragraph {
    margin-bottom: 1.5rem; }

.award-1,
.award-2,
.award-3 {
  width: 11rem;
  height: 10rem; }
  @media only screen and (max-width: 48em) {
    .award-1,
    .award-2,
    .award-3 {
      width: 8rem;
      height: 7rem; } }
  @media only screen and (max-width: 26.56em) {
    .award-1,
    .award-2,
    .award-3 {
      width: 11rem;
      height: 10rem;
      margin-bottom: 2rem; } }

.award-4 {
  width: 15rem;
  height: 13rem; }
  @media only screen and (max-width: 48em) {
    .award-4 {
      width: 11rem;
      height: 9rem; } }
  @media only screen and (max-width: 26.56em) {
    .award-4 {
      width: 15rem;
      height: 13rem; } }

.heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .heading-box .line-box {
    width: .7rem;
    height: 10rem;
    background-color: var(--color-white);
    margin-right: 1.5rem; }
  .heading-box .line-box--1 {
    width: .7rem;
    height: 15rem;
    background-color: var(--color-white);
    margin-right: 1.5rem; }

.gallery--image {
  width: 70rem;
  height: auto; }
  @media only screen and (max-width: 56.25em) {
    .gallery--image {
      width: 60rem; } }
  @media only screen and (max-width: 48em) {
    .gallery--image {
      width: 40rem; } }
  @media only screen and (max-width: 37.5em) {
    .gallery--image {
      margin-bottom: 3rem; } }
  @media only screen and (max-width: 26.56em) {
    .gallery--image {
      width: 32rem; } }

.comment {
  position: absolute;
  bottom: 6rem;
  left: 57rem;
  width: 20rem;
  height: 10rem; }
  @media only screen and (max-width: 56.25em) {
    .comment {
      left: 50rem; } }
  @media only screen and (max-width: 48em) {
    .comment {
      left: 33rem;
      bottom: -13rem;
      width: 10rem;
      height: 40rem; } }
  @media only screen and (max-width: 37.5em) {
    .comment {
      bottom: -8rem; } }
  @media only screen and (max-width: 26.56em) {
    .comment {
      left: 30rem;
      bottom: -4rem; } }
  @media only screen and (max-width: 25em) {
    .comment {
      left: 29rem; } }
  @media only screen and (max-width: 23.43em) {
    .comment {
      left: 27rem; } }

.section-facilities--1 {
  padding: 5rem 0; }
  @media only screen and (max-width: 48em) {
    .section-facilities--1 {
      padding: 3rem 0; } }
  .section-facilities--1 .line--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 48em) {
      .section-facilities--1 .line--1 {
        margin-top: 6rem; } }
    .section-facilities--1 .line--1 .box-1 {
      padding: 0 2rem;
      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; }
      .section-facilities--1 .line--1 .box-1 svg {
        width: 40px;
        height: 40px; }
        @media only screen and (max-width: 48em) {
          .section-facilities--1 .line--1 .box-1 svg {
            width: 30px;
            height: 30px; } }
      .section-facilities--1 .line--1 .box-1 h3 {
        margin-top: 1.5rem;
        color: var(--color-white); }
        @media only screen and (max-width: 48em) {
          .section-facilities--1 .line--1 .box-1 h3 {
            margin-top: .7rem; } }
    @media only screen and (max-width: 48em) {
      .section-facilities--1 .line--1 .price-box {
        position: absolute;
        top: -7rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .section-facilities--1 .line--2 {
    margin-top: 6rem; }
    @media only screen and (max-width: 48em) {
      .section-facilities--1 .line--2 {
        margin-top: 3rem; } }
    .section-facilities--1 .line--2 .box-1 {
      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; }
      .section-facilities--1 .line--2 .box-1 svg {
        width: 40px;
        height: 40px; }
        @media only screen and (max-width: 48em) {
          .section-facilities--1 .line--2 .box-1 svg {
            width: 30px;
            height: 30px; } }
      .section-facilities--1 .line--2 .box-1 h3 {
        color: var(--color-white);
        margin-left: 2rem; }

.section-pictures {
  background-color: var(--color-white);
  padding: 9rem 6rem; }

.section-right {
  background-color: rgba(250, 231, 139, 0.685);
  padding: 0 0 7rem 6rem; }
  @media only screen and (max-width: 48em) {
    .section-right {
      padding: 0 0 7rem 3rem; } }
  .section-right .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .section-right img {
    width: 58rem;
    height: 46rem; }
    @media only screen and (max-width: 48em) {
      .section-right img {
        width: 48rem;
        height: 36rem; } }
    @media only screen and (max-width: 26.56em) {
      .section-right img {
        width: 38rem;
        height: 26rem; } }
    @media only screen and (max-width: 23.43em) {
      .section-right img {
        width: 34rem;
        height: 22rem; } }
  .section-right .woodencottage-1 {
    width: 48rem;
    height: 55rem; }
    @media only screen and (max-width: 48em) {
      .section-right .woodencottage-1 {
        width: 40rem;
        height: 47rem; } }
    @media only screen and (max-width: 25em) {
      .section-right .woodencottage-1 {
        width: 35rem;
        height: 42rem; } }
  .section-right .woodencottage-2 {
    width: 72rem;
    height: 40rem; }
    @media only screen and (max-width: 48em) {
      .section-right .woodencottage-2 {
        width: 48rem;
        height: 30rem; } }
    @media only screen and (max-width: 26.56em) {
      .section-right .woodencottage-2 {
        width: 38rem;
        height: 22rem; } }
    @media only screen and (max-width: 25em) {
      .section-right .woodencottage-2 {
        width: 35rem;
        height: 22rem; } }
  .section-right .treehouse {
    width: 50rem;
    height: 58rem; }
    @media only screen and (max-width: 48em) {
      .section-right .treehouse {
        width: 40rem;
        height: 48rem; } }
    @media only screen and (max-width: 26.56em) {
      .section-right .treehouse {
        width: 30rem;
        height: 38rem; } }

.section-left {
  background-color: rgba(250, 231, 139, 0.685);
  padding: 0 6rem 7rem 0; }
  @media only screen and (max-width: 48em) {
    .section-left {
      padding: 0 3rem 7rem 0; } }
  .section-left .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .section-left img {
    width: 58rem;
    height: 46rem; }
    @media only screen and (max-width: 48em) {
      .section-left img {
        width: 48rem;
        height: 36rem; } }
    @media only screen and (max-width: 26.56em) {
      .section-left img {
        width: 38rem;
        height: 26rem; } }
    @media only screen and (max-width: 23.43em) {
      .section-left img {
        width: 34rem;
        height: 22rem; } }
  .section-left .duplexvilla {
    width: 70rem;
    height: 38rem; }
    @media only screen and (max-width: 48em) {
      .section-left .duplexvilla {
        width: 48rem;
        height: 24rem; } }
    @media only screen and (max-width: 26.56em) {
      .section-left .duplexvilla {
        width: 38rem;
        height: 20rem; } }
    @media only screen and (max-width: 23.43em) {
      .section-left .duplexvilla {
        width: 34rem;
        height: 18rem; } }

.section-gallery {
  background-color: var(--color-white);
  position: relative;
  height: 100vh; }
  @media only screen and (max-width: 68.75em) {
    .section-gallery {
      background-color: transparent; } }
  @media only screen and (max-width: 48em) {
    .section-gallery {
      height: 65vh; } }
  @media only screen and (max-width: 31.25em) {
    .section-gallery {
      height: 52vh; } }

.whatsapp-box {
  width: 18rem;
  height: 7rem;
  position: fixed;
  bottom: 20rem;
  right: 3rem;
  z-index: 20; }
  @media only screen and (max-width: 48em) {
    .whatsapp-box {
      width: 15rem;
      height: 5rem; } }
  .whatsapp-box img {
    width: 100%;
    height: 100%; }

.review-image {
  width: 49rem;
  height: 55rem; }
  @media only screen and (max-width: 56.25em) {
    .review-image {
      width: 38rem;
      height: 44rem; } }
  @media only screen and (max-width: 48em) {
    .review-image {
      width: 32rem;
      height: 40rem; } }
  @media only screen and (max-width: 37.5em) {
    .review-image {
      display: none; } }
  .review-image img {
    width: 100%;
    height: 100%; }

.flex-box--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem; }
  .flex-box--3 .review-1 {
    margin-right: 1.5rem; }
  .flex-box--3 ion-icon {
    margin-right: 1rem;
    font-size: 16px;
    color: var(--color-green-dark); }
  .flex-box--3 .paragraph--white {
    font-size: 1.5rem; }

.section-host {
  padding: 9rem 6rem;
  background-color: rgba(250, 231, 139, 0.685); }
  @media only screen and (max-width: 48em) {
    .section-host {
      padding: 6rem 3rem; } }

.about-container {
  width: 90rem; }
  @media only screen and (max-width: 56.25em) {
    .about-container {
      width: 70rem; } }
  @media only screen and (max-width: 48em) {
    .about-container {
      width: 47rem; } }
  @media only screen and (max-width: 26.56em) {
    .about-container {
      width: 97%; } }
  .about-container .about-host {
    width: 100%;
    height: auto; }

.heading-box--green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10rem; }
  .heading-box--green .line-box {
    width: .7rem;
    height: 10rem;
    background-color: var(--color-green-dark);
    margin-right: 1.5rem; }
    .heading-box--green .line-box .container {
      max-width: 1160px;
      margin: 0 auto;
      position: relative; }
      .heading-box--green .line-box .container .heading-primary--white {
        position: absolute;
        left: 50%;
        top: -5rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media only screen and (max-width: 31.25em) {
          .heading-box--green .line-box .container .heading-primary--white {
            left: 3rem;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); } }
    .heading-box--green .line-box .section-facilities {
      padding: 11rem 6rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-facilities {
          padding: 6rem 3rem; } }
    .heading-box--green .line-box .section-about {
      padding: 6rem 6rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-about {
          padding: 6rem 3rem; } }
    .heading-box--green .line-box .section-footer {
      padding: 6rem 6rem;
      background-color: var(--color-footer); }
    .heading-box--green .line-box .section-footer--green {
      padding: 6rem 6rem;
      background-color: var(--color-green-dark); }
    .heading-box--green .line-box .flex-box,
    .heading-box--green .line-box .flex-box--6,
    .heading-box--green .line-box .flex-box--8,
    .heading-box--green .line-box .flex-box--7 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
    @media only screen and (max-width: 37.5em) {
      .heading-box--green .line-box .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (max-width: 26.56em) {
      .heading-box--green .line-box .flex-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .heading-box--green .line-box .flex-box--1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .heading-box--green .line-box .flex-box--2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media only screen and (max-width: 37.5em) {
        .heading-box--green .line-box .flex-box--2 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .flex-box--2 {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    @media only screen and (max-width: 43.75em) {
      .heading-box--green .line-box .flex-box--6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (max-width: 26.56em) {
      .heading-box--green .line-box .flex-box--6 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 26.56em) {
      .heading-box--green .line-box .flex-box--8 {
        -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; } }
    .heading-box--green .line-box .section-awards {
      padding: 6rem;
      background-color: var(--color-white); }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-awards {
          padding: 6rem 3rem; } }
      .heading-box--green .line-box .section-awards h2 {
        color: var(--color-green-dark);
        margin-bottom: 4rem; }
      .heading-box--green .line-box .section-awards .heading-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3.5rem; }
        .heading-box--green .line-box .section-awards .heading-box .line-box {
          background-color: var(--color-green-dark);
          height: 10rem; }
        .heading-box--green .line-box .section-awards .heading-box h2 {
          margin-bottom: 0; }
      .heading-box--green .line-box .section-awards .paragraph {
        margin-bottom: 1.5rem; }
    .heading-box--green .line-box .award-1,
    .heading-box--green .line-box .award-2,
    .heading-box--green .line-box .award-3 {
      width: 11rem;
      height: 10rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .award-1,
        .heading-box--green .line-box .award-2,
        .heading-box--green .line-box .award-3 {
          width: 8rem;
          height: 7rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .award-1,
        .heading-box--green .line-box .award-2,
        .heading-box--green .line-box .award-3 {
          width: 11rem;
          height: 10rem;
          margin-bottom: 2rem; } }
    .heading-box--green .line-box .award-4 {
      width: 15rem;
      height: 13rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .award-4 {
          width: 11rem;
          height: 9rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .award-4 {
          width: 15rem;
          height: 13rem; } }
    .heading-box--green .line-box .heading-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .heading-box--green .line-box .heading-box .line-box {
        width: .7rem;
        height: 10rem;
        background-color: var(--color-white);
        margin-right: 1.5rem; }
      .heading-box--green .line-box .heading-box .line-box--1 {
        width: .7rem;
        height: 15rem;
        background-color: var(--color-white);
        margin-right: 1.5rem; }
    .heading-box--green .line-box .gallery--image {
      width: 70rem;
      height: auto; }
      @media only screen and (max-width: 56.25em) {
        .heading-box--green .line-box .gallery--image {
          width: 60rem; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .gallery--image {
          width: 40rem; } }
      @media only screen and (max-width: 37.5em) {
        .heading-box--green .line-box .gallery--image {
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .gallery--image {
          width: 32rem; } }
    .heading-box--green .line-box .comment {
      position: absolute;
      bottom: 6rem;
      left: 57rem;
      width: 20rem;
      height: 10rem; }
      @media only screen and (max-width: 56.25em) {
        .heading-box--green .line-box .comment {
          left: 50rem; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .comment {
          left: 33rem;
          bottom: -13rem;
          width: 10rem;
          height: 40rem; } }
      @media only screen and (max-width: 37.5em) {
        .heading-box--green .line-box .comment {
          bottom: -8rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .comment {
          left: 30rem;
          bottom: -4rem; } }
      @media only screen and (max-width: 25em) {
        .heading-box--green .line-box .comment {
          left: 29rem; } }
      @media only screen and (max-width: 23.43em) {
        .heading-box--green .line-box .comment {
          left: 27rem; } }
    .heading-box--green .line-box .section-facilities--1 {
      padding: 5rem 0; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-facilities--1 {
          padding: 3rem 0; } }
      .heading-box--green .line-box .section-facilities--1 .line--1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-facilities--1 .line--1 {
            margin-top: 6rem; } }
        .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 {
          padding: 0 2rem;
          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; }
          .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 svg {
            width: 40px;
            height: 40px; }
            @media only screen and (max-width: 48em) {
              .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 svg {
                width: 30px;
                height: 30px; } }
          .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 h3 {
            margin-top: 1.5rem;
            color: var(--color-white); }
            @media only screen and (max-width: 48em) {
              .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 h3 {
                margin-top: .7rem; } }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-facilities--1 .line--1 .price-box {
            position: absolute;
            top: -7rem;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
      .heading-box--green .line-box .section-facilities--1 .line--2 {
        margin-top: 6rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-facilities--1 .line--2 {
            margin-top: 3rem; } }
        .heading-box--green .line-box .section-facilities--1 .line--2 .box-1 {
          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; }
          .heading-box--green .line-box .section-facilities--1 .line--2 .box-1 svg {
            width: 40px;
            height: 40px; }
            @media only screen and (max-width: 48em) {
              .heading-box--green .line-box .section-facilities--1 .line--2 .box-1 svg {
                width: 30px;
                height: 30px; } }
          .heading-box--green .line-box .section-facilities--1 .line--2 .box-1 h3 {
            color: var(--color-white);
            margin-left: 2rem; }
    .heading-box--green .line-box .section-pictures {
      background-color: var(--color-white);
      padding: 9rem 6rem; }
    .heading-box--green .line-box .section-right {
      background-color: var(--color-white);
      padding: 0 0 7rem 6rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-right {
          padding: 0 0 7rem 3rem; } }
      .heading-box--green .line-box .section-right .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .heading-box--green .line-box .section-right img {
        width: 58rem;
        height: 46rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-right img {
            width: 48rem;
            height: 36rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-right img {
            width: 38rem;
            height: 26rem; } }
        @media only screen and (max-width: 23.43em) {
          .heading-box--green .line-box .section-right img {
            width: 34rem;
            height: 22rem; } }
      .heading-box--green .line-box .section-right .woodencottage-1 {
        width: 48rem;
        height: 55rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-right .woodencottage-1 {
            width: 40rem;
            height: 47rem; } }
        @media only screen and (max-width: 25em) {
          .heading-box--green .line-box .section-right .woodencottage-1 {
            width: 35rem;
            height: 42rem; } }
      .heading-box--green .line-box .section-right .woodencottage-2 {
        width: 72rem;
        height: 40rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-right .woodencottage-2 {
            width: 48rem;
            height: 30rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-right .woodencottage-2 {
            width: 38rem;
            height: 22rem; } }
        @media only screen and (max-width: 25em) {
          .heading-box--green .line-box .section-right .woodencottage-2 {
            width: 35rem;
            height: 22rem; } }
      .heading-box--green .line-box .section-right .treehouse {
        width: 50rem;
        height: 58rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-right .treehouse {
            width: 40rem;
            height: 48rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-right .treehouse {
            width: 30rem;
            height: 38rem; } }
    .heading-box--green .line-box .section-left {
      background-color: var(--color-white);
      padding: 0 6rem 7rem 0; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-left {
          padding: 0 3rem 7rem 0; } }
      .heading-box--green .line-box .section-left .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .heading-box--green .line-box .section-left img {
        width: 58rem;
        height: 46rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-left img {
            width: 48rem;
            height: 36rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-left img {
            width: 38rem;
            height: 26rem; } }
        @media only screen and (max-width: 23.43em) {
          .heading-box--green .line-box .section-left img {
            width: 34rem;
            height: 22rem; } }
      .heading-box--green .line-box .section-left .duplexvilla {
        width: 70rem;
        height: 38rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-left .duplexvilla {
            width: 48rem;
            height: 24rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-left .duplexvilla {
            width: 38rem;
            height: 20rem; } }
        @media only screen and (max-width: 23.43em) {
          .heading-box--green .line-box .section-left .duplexvilla {
            width: 34rem;
            height: 18rem; } }
    .heading-box--green .line-box .section-gallery {
      background-color: var(--color-white);
      position: relative;
      height: 100vh; }
      @media only screen and (max-width: 68.75em) {
        .heading-box--green .line-box .section-gallery {
          background-color: transparent; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-gallery {
          height: 65vh; } }
      @media only screen and (max-width: 31.25em) {
        .heading-box--green .line-box .section-gallery {
          height: 52vh; } }
    .heading-box--green .line-box .whatsapp-box {
      width: 18rem;
      height: 7rem;
      position: fixed;
      bottom: 20rem;
      right: 3rem;
      z-index: 20; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .whatsapp-box {
          width: 15rem;
          height: 5rem; } }
      .heading-box--green .line-box .whatsapp-box img {
        width: 100%;
        height: 100%; }
    .heading-box--green .line-box .review-image {
      width: 49rem;
      height: 55rem; }
      @media only screen and (max-width: 56.25em) {
        .heading-box--green .line-box .review-image {
          width: 38rem;
          height: 44rem; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .review-image {
          width: 32rem;
          height: 40rem; } }
      @media only screen and (max-width: 37.5em) {
        .heading-box--green .line-box .review-image {
          display: none; } }
      .heading-box--green .line-box .review-image img {
        width: 100%;
        height: 100%; }
    .heading-box--green .line-box .flex-box--3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 3rem; }
      .heading-box--green .line-box .flex-box--3 .review-1 {
        margin-right: 1.5rem; }
      .heading-box--green .line-box .flex-box--3 ion-icon {
        margin-right: 1rem;
        font-size: 16px;
        color: var(--color-green-dark); }
      .heading-box--green .line-box .flex-box--3 .paragraph--white {
        font-size: 1.5rem; }
    .heading-box--green .line-box .section-host {
      padding: 9rem 6rem;
      background-color: var(--color-white); }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-host {
          padding: 6rem 3rem; } }
    .heading-box--green .line-box .about-container {
      width: 90rem; }
      @media only screen and (max-width: 56.25em) {
        .heading-box--green .line-box .about-container {
          width: 70rem; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .about-container {
          width: 47rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .about-container {
          width: 97%; } }
      .heading-box--green .line-box .about-container .about-host {
        width: 100%;
        height: auto; }
    .heading-box--green .line-box .heading-box--green {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 10rem; }
      .heading-box--green .line-box .heading-box--green .line-box {
        width: .7rem;
        height: 10rem;
        background-color: var(--color-green-dark);
        margin-right: 1.5rem; }
      .heading-box--green .line-box .heading-box--green .heading-secondary {
        color: var(--color-green-dark); }
    .heading-box--green .line-box .container {
      max-width: 1160px;
      margin: 0 auto;
      position: relative; }
      .heading-box--green .line-box .container .heading-primary--white {
        position: absolute;
        left: 50%;
        top: -5rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media only screen and (max-width: 31.25em) {
          .heading-box--green .line-box .container .heading-primary--white {
            left: 3rem;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); } }
    .heading-box--green .line-box .section-facilities {
      padding: 11rem 6rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-facilities {
          padding: 6rem 3rem; } }
    .heading-box--green .line-box .section-about {
      padding: 6rem 6rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-about {
          padding: 6rem 3rem; } }
    .heading-box--green .line-box .section-footer {
      padding: 6rem 6rem;
      background-color: var(--color-footer); }
    .heading-box--green .line-box .section-footer--green {
      padding: 6rem 6rem;
      background-color: var(--color-green-dark); }
    .heading-box--green .line-box .flex-box,
    .heading-box--green .line-box .flex-box--6,
    .heading-box--green .line-box .flex-box--8,
    .heading-box--green .line-box .flex-box--7 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
    @media only screen and (max-width: 37.5em) {
      .heading-box--green .line-box .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (max-width: 26.56em) {
      .heading-box--green .line-box .flex-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .heading-box--green .line-box .flex-box--1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .heading-box--green .line-box .flex-box--2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media only screen and (max-width: 37.5em) {
        .heading-box--green .line-box .flex-box--2 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .flex-box--2 {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    @media only screen and (max-width: 43.75em) {
      .heading-box--green .line-box .flex-box--6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (max-width: 26.56em) {
      .heading-box--green .line-box .flex-box--6 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 26.56em) {
      .heading-box--green .line-box .flex-box--8 {
        -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; } }
    .heading-box--green .line-box .section-awards {
      padding: 6rem;
      background-color: var(--color-white); }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-awards {
          padding: 6rem 3rem; } }
      .heading-box--green .line-box .section-awards h2 {
        color: var(--color-green-dark);
        margin-bottom: 4rem; }
      .heading-box--green .line-box .section-awards .heading-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3.5rem; }
        .heading-box--green .line-box .section-awards .heading-box .line-box {
          background-color: var(--color-green-dark);
          height: 10rem; }
        .heading-box--green .line-box .section-awards .heading-box h2 {
          margin-bottom: 0; }
      .heading-box--green .line-box .section-awards .paragraph {
        margin-bottom: 1.5rem; }
    .heading-box--green .line-box .award-1,
    .heading-box--green .line-box .award-2,
    .heading-box--green .line-box .award-3 {
      width: 11rem;
      height: 10rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .award-1,
        .heading-box--green .line-box .award-2,
        .heading-box--green .line-box .award-3 {
          width: 8rem;
          height: 7rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .award-1,
        .heading-box--green .line-box .award-2,
        .heading-box--green .line-box .award-3 {
          width: 11rem;
          height: 10rem;
          margin-bottom: 2rem; } }
    .heading-box--green .line-box .award-4 {
      width: 15rem;
      height: 13rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .award-4 {
          width: 11rem;
          height: 9rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .award-4 {
          width: 15rem;
          height: 13rem; } }
    .heading-box--green .line-box .heading-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .heading-box--green .line-box .heading-box .line-box {
        width: .7rem;
        height: 10rem;
        background-color: var(--color-white);
        margin-right: 1.5rem; }
      .heading-box--green .line-box .heading-box .line-box--1 {
        width: .7rem;
        height: 15rem;
        background-color: var(--color-white);
        margin-right: 1.5rem; }
    .heading-box--green .line-box .gallery--image {
      width: 70rem;
      height: auto; }
      @media only screen and (max-width: 56.25em) {
        .heading-box--green .line-box .gallery--image {
          width: 60rem; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .gallery--image {
          width: 40rem; } }
      @media only screen and (max-width: 37.5em) {
        .heading-box--green .line-box .gallery--image {
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .gallery--image {
          width: 32rem; } }
    .heading-box--green .line-box .comment {
      position: absolute;
      bottom: 6rem;
      left: 57rem;
      width: 20rem;
      height: 10rem; }
      @media only screen and (max-width: 56.25em) {
        .heading-box--green .line-box .comment {
          left: 50rem; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .comment {
          left: 33rem;
          bottom: -13rem;
          width: 10rem;
          height: 40rem; } }
      @media only screen and (max-width: 37.5em) {
        .heading-box--green .line-box .comment {
          bottom: -8rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .comment {
          left: 30rem;
          bottom: -4rem; } }
      @media only screen and (max-width: 25em) {
        .heading-box--green .line-box .comment {
          left: 29rem; } }
      @media only screen and (max-width: 23.43em) {
        .heading-box--green .line-box .comment {
          left: 27rem; } }
    .heading-box--green .line-box .section-facilities--1 {
      padding: 5rem 0; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-facilities--1 {
          padding: 3rem 0; } }
      .heading-box--green .line-box .section-facilities--1 .line--1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-facilities--1 .line--1 {
            margin-top: 6rem; } }
        .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 {
          padding: 0 2rem;
          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; }
          .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 svg {
            width: 40px;
            height: 40px; }
            @media only screen and (max-width: 48em) {
              .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 svg {
                width: 30px;
                height: 30px; } }
          .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 h3 {
            margin-top: 1.5rem;
            color: var(--color-white); }
            @media only screen and (max-width: 48em) {
              .heading-box--green .line-box .section-facilities--1 .line--1 .box-1 h3 {
                margin-top: .7rem; } }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-facilities--1 .line--1 .price-box {
            position: absolute;
            top: -7rem;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
      .heading-box--green .line-box .section-facilities--1 .line--2 {
        margin-top: 6rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-facilities--1 .line--2 {
            margin-top: 3rem; } }
        .heading-box--green .line-box .section-facilities--1 .line--2 .box-1 {
          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; }
          .heading-box--green .line-box .section-facilities--1 .line--2 .box-1 svg {
            width: 40px;
            height: 40px; }
            @media only screen and (max-width: 48em) {
              .heading-box--green .line-box .section-facilities--1 .line--2 .box-1 svg {
                width: 30px;
                height: 30px; } }
          .heading-box--green .line-box .section-facilities--1 .line--2 .box-1 h3 {
            color: var(--color-white);
            margin-left: 2rem; }
    .heading-box--green .line-box .section-pictures {
      background-color: var(--color-white);
      padding: 9rem 6rem; }
    .heading-box--green .line-box .section-right {
      background-color: var(--color-white);
      padding: 0 0 7rem 6rem; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-right {
          padding: 0 0 7rem 3rem; } }
      .heading-box--green .line-box .section-right .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .heading-box--green .line-box .section-right img {
        width: 58rem;
        height: 46rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-right img {
            width: 48rem;
            height: 36rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-right img {
            width: 38rem;
            height: 26rem; } }
        @media only screen and (max-width: 23.43em) {
          .heading-box--green .line-box .section-right img {
            width: 34rem;
            height: 22rem; } }
      .heading-box--green .line-box .section-right .woodencottage-1 {
        width: 48rem;
        height: 55rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-right .woodencottage-1 {
            width: 40rem;
            height: 47rem; } }
        @media only screen and (max-width: 25em) {
          .heading-box--green .line-box .section-right .woodencottage-1 {
            width: 35rem;
            height: 42rem; } }
      .heading-box--green .line-box .section-right .woodencottage-2 {
        width: 72rem;
        height: 40rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-right .woodencottage-2 {
            width: 48rem;
            height: 30rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-right .woodencottage-2 {
            width: 38rem;
            height: 22rem; } }
        @media only screen and (max-width: 25em) {
          .heading-box--green .line-box .section-right .woodencottage-2 {
            width: 35rem;
            height: 22rem; } }
      .heading-box--green .line-box .section-right .treehouse {
        width: 50rem;
        height: 58rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-right .treehouse {
            width: 40rem;
            height: 48rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-right .treehouse {
            width: 30rem;
            height: 38rem; } }
    .heading-box--green .line-box .section-left {
      background-color: var(--color-white);
      padding: 0 6rem 7rem 0; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-left {
          padding: 0 3rem 7rem 0; } }
      .heading-box--green .line-box .section-left .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .heading-box--green .line-box .section-left img {
        width: 58rem;
        height: 46rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-left img {
            width: 48rem;
            height: 36rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-left img {
            width: 38rem;
            height: 26rem; } }
        @media only screen and (max-width: 23.43em) {
          .heading-box--green .line-box .section-left img {
            width: 34rem;
            height: 22rem; } }
      .heading-box--green .line-box .section-left .duplexvilla {
        width: 70rem;
        height: 38rem; }
        @media only screen and (max-width: 48em) {
          .heading-box--green .line-box .section-left .duplexvilla {
            width: 48rem;
            height: 24rem; } }
        @media only screen and (max-width: 26.56em) {
          .heading-box--green .line-box .section-left .duplexvilla {
            width: 38rem;
            height: 20rem; } }
        @media only screen and (max-width: 23.43em) {
          .heading-box--green .line-box .section-left .duplexvilla {
            width: 34rem;
            height: 18rem; } }
    .heading-box--green .line-box .section-gallery {
      background-color: var(--color-white);
      position: relative;
      height: 100vh; }
      @media only screen and (max-width: 68.75em) {
        .heading-box--green .line-box .section-gallery {
          background-color: transparent; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-gallery {
          height: 65vh; } }
      @media only screen and (max-width: 31.25em) {
        .heading-box--green .line-box .section-gallery {
          height: 52vh; } }
    .heading-box--green .line-box .whatsapp-box {
      width: 18rem;
      height: 7rem;
      position: fixed;
      bottom: 20rem;
      right: 3rem;
      z-index: 20; }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .whatsapp-box {
          width: 15rem;
          height: 5rem; } }
      .heading-box--green .line-box .whatsapp-box img {
        width: 100%;
        height: 100%; }
    .heading-box--green .line-box .review-image {
      width: 49rem;
      height: 55rem; }
      @media only screen and (max-width: 56.25em) {
        .heading-box--green .line-box .review-image {
          width: 38rem;
          height: 44rem; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .review-image {
          width: 32rem;
          height: 40rem; } }
      @media only screen and (max-width: 37.5em) {
        .heading-box--green .line-box .review-image {
          display: none; } }
      .heading-box--green .line-box .review-image img {
        width: 100%;
        height: 100%; }
    .heading-box--green .line-box .flex-box--3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 3rem; }
      .heading-box--green .line-box .flex-box--3 .review-1 {
        margin-right: 1.5rem; }
      .heading-box--green .line-box .flex-box--3 ion-icon {
        margin-right: 1rem;
        font-size: 16px;
        color: var(--color-green-dark); }
      .heading-box--green .line-box .flex-box--3 .paragraph--white {
        font-size: 1.5rem; }
    .heading-box--green .line-box .section-host {
      padding: 9rem 6rem;
      background-color: var(--color-white); }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .section-host {
          padding: 6rem 3rem; } }
    .heading-box--green .line-box .about-container {
      width: 90rem; }
      @media only screen and (max-width: 56.25em) {
        .heading-box--green .line-box .about-container {
          width: 70rem; } }
      @media only screen and (max-width: 48em) {
        .heading-box--green .line-box .about-container {
          width: 47rem; } }
      @media only screen and (max-width: 26.56em) {
        .heading-box--green .line-box .about-container {
          width: 97%; } }
      .heading-box--green .line-box .about-container .about-host {
        width: 100%;
        height: auto; }
    .heading-box--green .line-box .heading-box--green {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 10rem; }
      .heading-box--green .line-box .heading-box--green .line-box {
        width: .7rem;
        height: 10rem;
        background-color: var(--color-green-dark);
        margin-right: 1.5rem; }
      .heading-box--green .line-box .heading-box--green .heading-secondary {
        color: var(--color-green-dark); }
  .heading-box--green .heading-secondary {
    color: var(--color-green-dark); }
