@charset "UTF-8";
.activity__image {
  margin-right: 12rem;
  position: relative; }
  @media only screen and (max-width: 64em) {
    .activity__image {
      margin-right: 6rem; } }
  @media only screen and (max-width: 48em) {
    .activity__image {
      margin-right: 0; } }
  .activity__image .sea-waves-1 {
    position: absolute;
    top: -18rem;
    left: -20rem;
    z-index: -1;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media only screen and (max-width: 48em) {
      .activity__image .sea-waves-1 {
        display: none; } }
  .activity__image img {
    width: 500px;
    height: 30rem;
    -webkit-box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
    box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
    border-radius: 8px; }
    @media only screen and (max-width: 64em) {
      .activity__image img {
        width: 400px;
        height: 30rem; } }
    @media only screen and (max-width: 48em) {
      .activity__image img {
        width: 80%;
        height: 30rem; } }
    @media only screen and (max-width: 26.56em) {
      .activity__image img {
        width: 95%;
        height: 27rem; } }

.activity__image--1 {
  margin-left: 12rem;
  margin-right: 0; }
  @media only screen and (max-width: 64em) {
    .activity__image--1 {
      margin-left: 6rem; } }
  @media only screen and (max-width: 48em) {
    .activity__image--1 {
      margin-left: 0;
      margin-top: 3rem; } }

.activity__content h1 {
  margin-bottom: 1rem; }

.activity {
  margin-top: 6rem; }

.tourism__image {
  position: relative; }
  .tourism__image .sea-waves {
    position: absolute;
    top: -13rem;
    left: 19rem;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .tourism__image img {
    width: 50rem;
    height: 30rem;
    -webkit-box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
    box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
    border-radius: 8px; }
    @media only screen and (max-width: 48em) {
      .tourism__image img {
        width: 50rem;
        height: 40rem; } }
    @media only screen and (max-width: 26.56em) {
      .tourism__image img {
        width: 30rem;
        height: 20rem; } }

.tourism__content {
  width: 50%;
  position: relative; }
  @media only screen and (max-width: 48em) {
    .tourism__content {
      width: 80%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 26.56em) {
    .tourism__content {
      width: 90%;
      margin-bottom: 2rem; } }

.trek-box {
  width: 100%;
  margin-top: 4rem;
  position: relative; }
  .trek-box .leaf {
    top: 40rem;
    left: -25rem; }
    @media only screen and (max-width: 26.56em) {
      .trek-box .leaf {
        display: none; } }
  .trek-box .sea-waves-room {
    position: absolute;
    -webkit-transform: translate(-4rem, -13rem);
    -ms-transform: translate(-4rem, -13rem);
    transform: translate(-4rem, -13rem);
    z-index: -1; }
    @media only screen and (max-width: 26.56em) {
      .trek-box .sea-waves-room {
        display: none; } }
  .trek-box img {
    width: 50%;
    height: 30rem;
    margin-top: 2rem; }
    @media only screen and (max-width: 48em) {
      .trek-box img {
        width: 80%; } }
    @media only screen and (max-width: 26.56em) {
      .trek-box img {
        width: 95%;
        height: 25rem; } }
  .trek-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem; }
    .trek-box__content h1 {
      margin-right: 1.5rem; }
  .trek-box .sea-waves-2 {
    bottom: 0; }

.sea-waves-room-1 {
  position: absolute;
  bottom: 39rem;
  left: -10rem; }

.bike-paragraph {
  width: 70%; }
  @media only screen and (max-width: 48em) {
    .bike-paragraph {
      width: 80%; } }
  @media only screen and (max-width: 26.56em) {
    .bike-paragraph {
      width: 90%; } }

.room-box {
  width: 30%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: .8rem;
  margin-top: 7rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
  box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  @media only screen and (max-width: 48em) {
    .room-box {
      width: 31%; } }
  @media only screen and (max-width: 43.75em) {
    .room-box {
      width: 52%; } }
  @media only screen and (max-width: 31.25em) {
    .room-box {
      width: 62%; } }
  @media only screen and (max-width: 26.56em) {
    .room-box {
      width: 75%; } }
  .room-box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .room-box__image {
    width: 100%;
    height: 22rem; }
    .room-box__image img {
      width: 100%;
      height: 100%; }
  .room-box__title {
    margin: 3rem 0 0 2rem; }
  .room-box__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0 2rem; }
    .room-box__features div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .room-box__features div ion-icon {
        color: #219653;
        font-size: 24px;
        margin-right: 1.4rem; }
    .room-box__features .box {
      margin-right: 2.5rem; }
  .room-box__price {
    margin: 2rem 0 7rem 2rem; }

.sea-waves-1 {
  position: absolute;
  top: 5rem;
  right: -10rem; }

/****************************************/
/*BASIC SETUP*/
/****************************************/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

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

body {
  box-sizing: border-box;
  overflow-x: hidden; }
  body a,
  body .btn,
  body .navigation__link,
  body .navigation__link--small,
  body .navigation__link--dropdown,
  body .next-arrow,
  body .prev-arrow
ion-icon {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: 'Roboto', sans-serif;
  /*font-size:16px;*/
  line-height: 1.7;
  font-weight: 400;
  color: #6D7D8B; }

.heading-primary {
  font-family: 'Raleway', sans-serif; }
  .heading-primary--main {
    display: inline-block;
    color: #F2F2F2;
    font-size: 6.2rem;
    font-weight: 800;
    line-height: 1; }
    @media only screen and (max-width: 80em) {
      .heading-primary--main {
        font-size: 5.8rem; } }
    @media only screen and (max-width: 56.25em) {
      .heading-primary--main {
        font-size: 5.4rem; } }
    @media only screen and (max-width: 43.75em) {
      .heading-primary--main {
        font-size: 4.9rem; } }
  .heading-primary--sub {
    display: inline-block;
    font-size: 4.8rem;
    font-weight: 800;
    color: #25313C; }
    @media only screen and (max-width: 80em) {
      .heading-primary--sub {
        font-size: 4.5rem; } }
    @media only screen and (max-width: 56.25em) {
      .heading-primary--sub {
        font-size: 4.2rem;
        line-height: 1; } }
    @media only screen and (max-width: 43.75em) {
      .heading-primary--sub {
        font-size: 3.8rem;
        line-height: 1.2; } }

.heading-secondary {
  font-size: 3rem;
  color: #25313C;
  font-weight: 400; }
  @media only screen and (max-width: 80em) {
    .heading-secondary {
      font-size: 2.8rem; } }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 43.75em) {
    .heading-secondary {
      font-size: 2rem; } }

.heading-tertiary {
  font-size: 2.4rem;
  color: #25313C;
  font-weight: 400; }
  @media only screen and (max-width: 80em) {
    .heading-tertiary {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 56.25em) {
    .heading-tertiary {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 43.75em) {
    .heading-tertiary {
      font-size: 1.5rem; } }

.paragraph {
  font-size: 1.8rem;
  line-height: 2; }
  @media only screen and (max-width: 80em) {
    .paragraph {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 56.25em) {
    .paragraph {
      font-size: 1.4rem; } }
  .paragraph--white {
    color: #F2F2F2; }
  .paragraph--small {
    font-size: 1.5rem; }

.paragraph-big {
  font-size: 2rem;
  color: #25313C; }
  @media only screen and (max-width: 80em) {
    .paragraph-big {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 56.25em) {
    .paragraph-big {
      font-size: 1.5rem; } }

.caption {
  font-size: 1.8rem;
  color: #6D7D8B;
  text-transform: uppercase;
  letter-spacing: .5rem; }
  @media only screen and (max-width: 80em) {
    .caption {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 56.25em) {
    .caption {
      font-size: 1.4rem; } }

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

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

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

.margin-top-large {
  margin-top: 10rem; }

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

.margin-bottom-medium {
  margin-bottom: 4rem; }

.margin-bottom-large {
  margin-bottom: 10rem; }

.header {
  height: 100vh;
  background-image: url(../../images/hero-image.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 48em) {
    .header {
      height: 90vh; } }

.hero-text-box {
  max-width: 452px;
  -webkit-transform: translate(5%, 33%);
  -ms-transform: translate(5%, 33%);
  transform: translate(5%, 33%); }
  @media only screen and (max-width: 64em) {
    .hero-text-box {
      -webkit-transform: translate(5%, 40%);
      -ms-transform: translate(5%, 40%);
      transform: translate(5%, 40%); } }
  @media only screen and (max-width: 48em) {
    .hero-text-box {
      -webkit-transform: translate(8%, 45%);
      -ms-transform: translate(8%, 45%);
      transform: translate(8%, 45%);
      max-width: 329px; } }
  @media only screen and (max-width: 26.56em) {
    .hero-text-box {
      max-width: 250px;
      -webkit-transform: translate(6%, 34%);
      -ms-transform: translate(6%, 34%);
      transform: translate(6%, 34%); } }
  .hero-text-box .video-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 6rem; }
    @media only screen and (max-width: 48em) {
      .hero-text-box .video-box {
        margin-left: 3rem; } }
    .hero-text-box .video-box ion-icon {
      font-size: 36px;
      color: #fff;
      margin-right: 1rem; }
    .hero-text-box .video-box .paragraph {
      cursor: pointer; }
      .hero-text-box .video-box .paragraph:hover {
        color: #fff; }
  .hero-text-box .video-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff; }
    .hero-text-box .video-box-1 ion-icon {
      font-size: 36px;
      color: #fff;
      margin-right: 1rem; }
    .hero-text-box .video-box-1 a {
      color: white;
      text-decoration: none; }
      .hero-text-box .video-box-1 a:hover, .hero-text-box .video-box-1 a:active {
        color: #f2f2f2; }

.hero-text-box-1 {
  -webkit-transform: translate(15%, 154%);
  -ms-transform: translate(15%, 154%);
  transform: translate(15%, 154%); }
  @media only screen and (max-width: 48em) {
    .hero-text-box-1 {
      z-index: 200; } }

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

.header__rooms {
  height: 90vh;
  position: relative;
  background-color: seagreen; }
  @media only screen and (max-width: 26.56em) {
    .header__rooms {
      height: 80vh; } }
  .header__rooms .div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__rooms .div .hero-text-box {
      -webkit-transform: translate(15%, 85%);
      -ms-transform: translate(15%, 85%);
      transform: translate(15%, 85%); }
      @media only screen and (max-width: 75em) {
        .header__rooms .div .hero-text-box {
          -webkit-transform: translate(11%, 95%);
          -ms-transform: translate(11%, 95%);
          transform: translate(11%, 95%); } }
      @media only screen and (max-width: 48em) {
        .header__rooms .div .hero-text-box {
          z-index: 200; } }
    @media only screen and (max-width: 64em) {
      .header__rooms .div .text-box-eco {
        max-width: 300px; } }
    @media only screen and (max-width: 26.56em) {
      .header__rooms .div .text-box-wooden {
        max-width: 320px;
        -webkit-transform: translate(3%, 104%);
        -ms-transform: translate(3%, 104%);
        transform: translate(3%, 104%); } }
    .header__rooms .div .hero-text-box-2 {
      -webkit-transform: translate(15%, 66%);
      -ms-transform: translate(15%, 66%);
      transform: translate(15%, 66%);
      max-width: 480px; }
      @media only screen and (max-width: 56.25em) {
        .header__rooms .div .hero-text-box-2 {
          -webkit-transform: translate(10%, 66%);
          -ms-transform: translate(10%, 66%);
          transform: translate(10%, 66%);
          max-width: 380px; } }
      @media only screen and (max-width: 48em) {
        .header__rooms .div .hero-text-box-2 {
          z-index: 200;
          max-width: 300px; } }
      @media only screen and (max-width: 26.56em) {
        .header__rooms .div .hero-text-box-2 {
          z-index: 200;
          max-width: 200px; } }
    @media only screen and (max-width: 26.56em) {
      .header__rooms .div .text-box-about {
        max-width: 290px;
        -webkit-transform: translate(8%, 109%);
        -ms-transform: translate(8%, 109%);
        transform: translate(8%, 109%); } }
  .header__rooms .clipped-box {
    width: 57%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%); }
    @media only screen and (max-width: 75em) {
      .header__rooms .clipped-box {
        width: 53%;
        -webkit-clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%); } }
    @media only screen and (max-width: 48em) {
      .header__rooms .clipped-box {
        width: 100%;
        height: 100%;
        -webkit-clip-path: none;
        clip-path: none; } }
    .header__rooms .clipped-box img {
      width: 100%;
      height: 100%; }
  .header__rooms .clipped-box--newhouse {
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%); }
    @media only screen and (max-width: 75em) {
      .header__rooms .clipped-box--newhouse {
        width: 53%;
        -webkit-clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%); } }
    @media only screen and (max-width: 48em) {
      .header__rooms .clipped-box--newhouse {
        width: 100%;
        height: 100%;
        -webkit-clip-path: none;
        clip-path: none; } }
    .header__rooms .clipped-box--newhouse img {
      width: 100%;
      height: 100%; }

.sea-waves-room {
  position: absolute;
  left: 40rem;
  top: 35rem; }

.leaf {
  position: absolute;
  left: 0;
  top: 12rem; }

.header-gallery {
  overflow-x: hidden; }

.hero-text-box--indoor {
  transform: translate(11%, 204%); }
  @media only screen and (max-width: 48em) {
    .hero-text-box--indoor {
      z-index: 200;
      transform: translate(11%, 404%); } }
  @media only screen and (max-width: 26.56em) {
    .hero-text-box--indoor {
      z-index: 200;
      transform: translate(11%, 104%);
      max-width: 250px; } }

.navigation {
  position: relative;
  z-index: 1000; }
  .navigation__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 3rem 0 3rem;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 48em) {
      .navigation__nav {
        padding: 1rem 3rem; } }
    @media only screen and (max-width: 25em) {
      .navigation__nav {
        padding: 1rem 1.5rem; } }
  .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__logo-box img {
    width: 18.5rem;
    height: 14rem;
    position: relative;
    left: -2.2rem; }
    @media only screen and (max-width: 48em) {
      .navigation__logo-box img {
        width: 12.5rem;
        height: 10rem; } }
    @media only screen and (max-width: 26.56em) {
      .navigation__logo-box img {
        left: -1rem; } }
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: #1f1f1f; } }
    @media only screen and (max-width: 31.25em) {
      .navigation__list {
        width: 35rem; } }
    @media only screen and (max-width: 25em) {
      .navigation__list {
        width: 30rem;
        padding: 5rem 2rem 1rem 6rem; } }
    .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__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.4rem;
    color: #F2F2F2;
    padding: 0 3rem;
    text-decoration: none;
    position: relative;
    border-bottom: 1px 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, .navigation__link:active {
    border-bottom: 2px solid #219653; }
  .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__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; }
    @media only screen and (max-width: 48em) {
      .navigation__link--small:link, .navigation__link--small:visited, .navigation__link--small-1:link, .navigation__link--small-1:visited {
        padding: 1rem 0; } }
  .navigation__link--small:hover, .navigation__link--small-1:hover {
    color: white;
    background-color: #666666;
    width: 90%; }
    @media only screen and (max-width: 48em) {
      .navigation__link--small:hover, .navigation__link--small-1:hover {
        background-color: transparent; } }

.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 5rem 2rem 5rem; }
  @media only screen and (max-width: 31.25em) {
    .sticky {
      padding: 1rem 2rem; } }
  .sticky .navigation__logo-box img {
    width: 14rem;
    height: 11rem; }

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

.navigation__button {
  margin: 0 0 0 3rem; }
  @media only screen and (max-width: 48em) {
    .navigation__button {
      position: relative;
      top: 4rem;
      left: -3rem;
      width: 20%; } }

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

@media only screen and (max-width: 48em) {
  .number-box {
    display: none; } }

.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: 56.25em) {
      .footer-1 {
        width: 20%; } }
    @media only screen and (max-width: 576px) {
      .footer-1 {
        margin-right: 12rem; } }
    @media only screen and (max-width: 26.56em) {
      .footer-1 {
        margin-bottom: 2rem; } }
    .footer-1 .logo-box__footer {
      width: 13.5rem;
      height: 11rem; }
      .footer-1 .logo-box__footer img {
        width: 100%;
        height: 100%; }
    .footer-1 h1 {
      color: #fff;
      margin-bottom: 2rem; }
    .footer-1 ion-icon {
      color: #fff;
      font-size: 16px;
      margin: 2rem 2rem 0 1rem; }
      @media only screen and (max-width: 56.25em) {
        .footer-1 ion-icon {
          margin: 2rem 1rem 0 1rem; } }
      @media only screen and (max-width: 26.56em) {
        .footer-1 ion-icon {
          margin: 2rem 1rem 0 0;
          -webkit-transform: translateX(1.2rem);
          -ms-transform: translateX(1.2rem);
          transform: translateX(1.2rem); } }
  .footer-2 {
    width: 18rem; }
    @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: 25rem; } }
    @media only screen and (max-width: 26.56em) {
      .footer-2 {
        padding: 0 3rem 2rem 1.5rem; } }
    .footer-2 a {
      color: rgba(255, 255, 255, 0.3);
      text-decoration: none;
      -webkit-transition: color .5s;
      -o-transition: color .5s;
      transition: color .5s; }
      .footer-2 a:hover {
        color: rgba(255, 255, 255, 0.7); }
    .footer-2 .paragraph {
      color: #fff;
      display: inline-block;
      font-weight: 500;
      letter-spacing: .3rem;
      margin-bottom: 2rem;
      font-family: 'Raleway', sans-serif;
      text-transform: uppercase; }
    .footer-2 .paragraph--small {
      margin-bottom: 1.5rem;
      width: 100%; }

.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: 30%; }
    @media only screen and (max-width: 48em) {
      .footer__end p {
        width: 100%; } }
  .footer__end a {
    text-decoration: none;
    color: #6D7D8B; }

.footer-box {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 8px; }
  @media only screen and (max-width: 48em) {
    .footer-box {
      margin-top: 1.5rem; } }
  .footer-box a {
    text-decoration: none;
    color: #4F4F4F;
    font-size: 1.5rem; }

.icons {
  position: relative;
  left: 2rem; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  position: relative; }

.flex-box {
  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; }
  @media only screen and (max-width: 26.56em) {
    .flex-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

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

@media only screen and (max-width: 48em) {
  .flex-box--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

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

.flex-box__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem; }
  @media only screen and (max-width: 43.75em) {
    .flex-box__1 {
      -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,
.section--3 {
  padding: 9rem 6rem;
  background-color: rgba(250, 231, 139, 0.685);
  overflow-x: hidden; }
  @media only screen and (max-width: 48em) {
    .section,
    .section--3 {
      padding: 6rem 3rem; } }
  @media only screen and (max-width: 26.56em) {
    .section,
    .section--3 {
      padding: 3rem 2rem; } }

@media only screen and (max-width: 48em) {
  .section--3 {
    overflow-x: visible; } }

.section__testimonials {
  overflow-x: hidden; }

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

.section__2 {
  background-color: rgba(250, 231, 139, 0.685);
  padding: 4rem 6rem 9rem 6rem;
  overflow-x: hidden; }
  @media only screen and (max-width: 48em) {
    .section__2 {
      padding: 2rem 3rem 6rem 3rem; } }
  @media only screen and (max-width: 26.56em) {
    .section__2 {
      padding: 2rem 2rem 4rem 2rem; } }

.section-footer {
  background-color: #0c351d;
  padding: 8rem 6rem; }
  @media only screen and (max-width: 48em) {
    .section-footer {
      padding: 4rem; } }

.section-nooverflow {
  overflow-x: visible; }

.heading-box {
  text-align: center; }

.heading-box--1 {
  text-align: left; }

.conatiner-roomgallery,
.container-gallery {
  /*Окно со слайдами*/
  /*Контейнер для слайдов (передвигаем)*/
  /*Слайд*/
  /* Блок с контролами */
  /* Блок с контролами внутри окна */
  /* Arrows */
  /* Dots */
  /* Buttons */
  /* Mods */ }
  .conatiner-roomgallery .single-picture,
  .container-gallery .single-picture {
    width: 60%;
    height: 40rem; }
    @media only screen and (max-width: 48em) {
      .conatiner-roomgallery .single-picture,
      .container-gallery .single-picture {
        width: 80%; } }
    @media only screen and (max-width: 26.56em) {
      .conatiner-roomgallery .single-picture,
      .container-gallery .single-picture {
        width: 100%; } }
    .conatiner-roomgallery .single-picture img,
    .container-gallery .single-picture img {
      width: 100%;
      height: 100%; }
  .conatiner-roomgallery .slider,
  .container-gallery .slider {
    position: relative;
    height: 100%;
    width: 70%;
    margin: 0 auto;
    overflow: hidden; }
    @media only screen and (max-width: 56.25em) {
      .conatiner-roomgallery .slider,
      .container-gallery .slider {
        width: 80%; } }
    @media only screen and (max-width: 48em) {
      .conatiner-roomgallery .slider,
      .container-gallery .slider {
        width: 90%; } }
  .conatiner-roomgallery .slider-content,
  .container-gallery .slider-content {
    position: relative;
    width: 100%; }
  .conatiner-roomgallery .slider-content-wrapper,
  .container-gallery .slider-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45rem;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    @media only screen and (max-width: 48em) {
      .conatiner-roomgallery .slider-content-wrapper,
      .container-gallery .slider-content-wrapper {
        height: 40rem; } }
    @media only screen and (max-width: 26.56em) {
      .conatiner-roomgallery .slider-content-wrapper,
      .container-gallery .slider-content-wrapper {
        height: 35rem; } }
  .conatiner-roomgallery .slider-content__item,
  .container-gallery .slider-content__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent; }
  .conatiner-roomgallery .image-1,
  .container-gallery .image-1 {
    background-image: url(../../images/woodencottage.jpg); }
  .conatiner-roomgallery .image-3,
  .container-gallery .image-3 {
    background-image: url(../../images/woodencottage-2.JPG); }
  .conatiner-roomgallery .image-4,
  .container-gallery .image-4 {
    background-image: url(../../images/woodenhouse-Bathroom.jpeg); }
  .conatiner-roomgallery .image-5,
  .container-gallery .image-5 {
    background-image: url(../../images/daragaon-7.jpg); }
  .conatiner-roomgallery .image-6,
  .container-gallery .image-6 {
    background-image: url(../../images/stonecottageroom.jpeg); }
  .conatiner-roomgallery .image-7,
  .container-gallery .image-7 {
    background-image: url(../../images/stonecottagerwashoom.jpeg); }
  .conatiner-roomgallery .image-8,
  .container-gallery .image-8 {
    background-image: url(../../images/NewHouse-3.jpeg); }
  .conatiner-roomgallery .image-9,
  .container-gallery .image-9 {
    background-image: url(../../images/newhouseroom-2.JPG); }
  .conatiner-roomgallery .image-10,
  .container-gallery .image-10 {
    background-image: url(../../images/washroom.JPG); }
  .conatiner-roomgallery .slider-controls,
  .container-gallery .slider-controls {
    padding: 70px;
    text-align: center; }
  .conatiner-roomgallery .slider-content__controls,
  .container-gallery .slider-content__controls {
    position: absolute;
    right: 0;
    bottom: -16rem;
    height: 20rem;
    z-index: 100;
    /*transform: translateY(-50%);*/
    /*padding:0 15px;*/ }
  .conatiner-roomgallery .prev-arrow,
  .conatiner-roomgallery .next-arrow,
  .container-gallery .prev-arrow,
  .container-gallery .next-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    background-color: seagreen;
    color: white;
    width: 5rem;
    border-radius: 8px;
    height: 5rem;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media only screen and (max-width: 48em) {
      .conatiner-roomgallery .prev-arrow,
      .conatiner-roomgallery .next-arrow,
      .container-gallery .prev-arrow,
      .container-gallery .next-arrow {
        width: 3.5rem;
        height: 3.5rem; } }
    .conatiner-roomgallery .prev-arrow svg,
    .conatiner-roomgallery .next-arrow svg,
    .container-gallery .prev-arrow svg,
    .container-gallery .next-arrow svg {
      width: 3rem;
      height: 3rem; }
      @media only screen and (max-width: 48em) {
        .conatiner-roomgallery .prev-arrow svg,
        .conatiner-roomgallery .next-arrow svg,
        .container-gallery .prev-arrow svg,
        .container-gallery .next-arrow svg {
          width: 2rem;
          height: 2rem; } }
  .conatiner-roomgallery .prev-arrow,
  .container-gallery .prev-arrow {
    right: 10rem; }
    @media only screen and (max-width: 48em) {
      .conatiner-roomgallery .prev-arrow,
      .container-gallery .prev-arrow {
        right: 8rem; } }
  .conatiner-roomgallery .next-arrow,
  .container-gallery .next-arrow {
    right: 20px; }
  .conatiner-roomgallery .dots,
  .container-gallery .dots {
    display: none; }
  .conatiner-roomgallery button,
  .container-gallery button {
    display: none; }
  .conatiner-roomgallery .disabled,
  .container-gallery .disabled {
    background-color: #dccfcf;
    color: #b0a8a8;
    cursor: default;
    pointer-events: none; }
  .conatiner-roomgallery .d-none,
  .container-gallery .d-none {
    display: none; }
  .conatiner-roomgallery .active,
  .container-gallery .active {
    opacity: 1; }
  .conatiner-roomgallery .centered,
  .container-gallery .centered {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.container-gallery {
  margin-top: 8rem;
  text-align: center;
  /* Dots */ }
  @media only screen and (max-width: 48em) {
    .container-gallery {
      margin-top: 4rem; } }
  @media only screen and (max-width: 26.56em) {
    .container-gallery {
      margin-top: 2rem; } }
  .container-gallery h1 {
    color: white; }
  .container-gallery .prev-arrow,
  .container-gallery .next-arrow {
    background-color: white;
    color: seagreen; }
  .container-gallery .dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 13rem;
    -webkit-transform: translateX(-229%);
    -ms-transform: translateX(-229%);
    transform: translateX(-229%); }
    @media only screen and (max-width: 48em) {
      .container-gallery .dots {
        -webkit-transform: translateX(-155%);
        -ms-transform: translateX(-155%);
        transform: translateX(-155%); } }
    @media only screen and (max-width: 26.56em) {
      .container-gallery .dots {
        -webkit-transform: translateX(-107%);
        -ms-transform: translateX(-107%);
        transform: translateX(-107%); } }
  .container-gallery .dot {
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    /*box-shadow: 0 0 5px 0px rgba(0,0,0,0.9);*/
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .container-gallery .dot:last-child {
    margin-right: 0; }
  .container-gallery .dot:hover {
    background-color: #fff; }
  .container-gallery .dot--active {
    background-color: rgba(255, 255, 255, 0.5); }
  .container-gallery .slider-content__item {
    -webkit-box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
    box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15); }
  .container-gallery .image-20 {
    background-image: url(../../images/daragaon-20.jpeg); }
  .container-gallery .image-21 {
    background-image: url(../../images/daragaon-22.jpeg); }
  .container-gallery .image-22 {
    background-image: url(../../images/daragaon-19.jpeg); }
  .container-gallery .image-23 {
    background-image: url(../../images/daragaon-18.JPG); }
  .container-gallery .image-24 {
    background-image: url(../../images/daragaon-13.jpeg); }
  .container-gallery .image-25 {
    background-image: url(../../images/daragaon-14.JPG); }
  .container-gallery .image-26 {
    background-image: url(../../images/daragaon-21.jpeg); }
  .container-gallery .image-27 {
    background-image: url(../../images/daragaon-15.JPG); }
  .container-gallery .image-28 {
    background-image: url(../../images/daragaon-17.jpeg); }
  .container-gallery .image-29 {
    background-image: url(../../images/daragaon-5.jpg); }
  .container-gallery .image-30 {
    background-image: url(../../images/daragaon-6.jpg); }
  .container-gallery .image-33 {
    background-image: url(../../images/activity-1.jpg); }
  .container-gallery .image-34 {
    background-image: url(../../images/activity-2.jpg); }
  .container-gallery .image-35 {
    background-image: url(../../images/daragaon-15.JPG); }
  .container-gallery .image-36 {
    background-image: url(../../images/activity-1.jpg); }
  .container-gallery .image-37 {
    background-image: url(../../images/cow-milking.jpg); }
  .container-gallery .image-38 {
    background-image: url(../../images/daragaon-14.JPG); }
  .container-gallery .image-39 {
    background-image: url(../../images/herbal-bath.jpg); }
  .container-gallery .image-40 {
    background-image: url(../../images/book-reading.jpg); }

@media only screen and (max-width: 26.56em) {
  .container-activity h1 {
    margin-bottom: 2rem; } }

.container-activity .dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 13rem;
  -webkit-transform: translateX(-500%);
  -ms-transform: translateX(-500%);
  transform: translateX(-500%); }
  @media only screen and (max-width: 48em) {
    .container-activity .dots {
      -webkit-transform: translateX(-370%);
      -ms-transform: translateX(-370%);
      transform: translateX(-370%); } }
  @media only screen and (max-width: 26.56em) {
    .container-activity .dots {
      -webkit-transform: translateX(-270%);
      -ms-transform: translateX(-270%);
      transform: translateX(-270%); } }

.small-box {
  width: 80%; }
  @media only screen and (max-width: 48em) {
    .small-box {
      width: 90%; } }
  @media only screen and (max-width: 26.56em) {
    .small-box {
      width: 100%; } }
  .small-box .paragraph {
    margin-bottom: 2rem; }

.sea-waves-4 {
  position: absolute;
  top: 55rem;
  right: -10rem;
  z-index: -1; }
  @media only screen and (max-width: 26.56em) {
    .sea-waves-4 {
      display: none; } }

.sea-waves-5 {
  position: absolute;
  top: 140rem;
  right: -10rem;
  z-index: -1; }
  @media only screen and (max-width: 48em) {
    .sea-waves-5 {
      display: none; } }

.container-contact {
  text-align: center; }
  .container-contact h1 {
    color: #f2f2f2;
    display: inline;
    text-align: center; }
  .container-contact p {
    color: #e0e0e0;
    text-align: center; }

.section-contact {
  background-color: seagreen;
  padding: 8rem 0 8rem 0;
  position: relative; }
  @media only screen and (max-width: 48em) {
    .section-contact {
      padding: 4rem 0; } }
  .section-contact .sea-waves-1 {
    position: absolute;
    right: 10rem;
    -webkit-transform: translateY(260%);
    -ms-transform: translateY(260%);
    transform: translateY(260%); }
    @media only screen and (max-width: 48em) {
      .section-contact .sea-waves-1 {
        display: none; } }
  .section-contact .leaf {
    position: absolute;
    left: -7rem;
    top: -7rem; }
    @media only screen and (max-width: 48em) {
      .section-contact .leaf {
        display: none; } }

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

.booknow-box {
  width: auto;
  height: auto;
  padding: 1rem;
  font-size: 2rem;
  background-color: seagreen;
  position: fixed;
  bottom: 12rem;
  right: 4rem;
  border-radius: 8px;
  z-index: 20; }
  .booknow-box p {
    color: white; }
  .booknow-box a {
    text-decoration: none; }
  @media only screen and (max-width: 48em) {
    .booknow-box {
      right: 2rem;
      bottom: 14rem;
      font-size: 1.7rem; } }

.backdrop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  display: none; }
  .backdrop ion-icon {
    position: absolute;
    top: 3rem;
    right: 3rem;
    font-size: 32px;
    color: #fff;
    cursor: pointer; }
    @media only screen and (max-width: 48em) {
      .backdrop ion-icon {
        font-size: 24px; } }
  .backdrop video {
    width: 62rem;
    height: 42rem;
    left: 50%;
    top: 17%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative; }
    @media only screen and (max-width: 48em) {
      .backdrop video {
        width: 53rem; } }
    @media only screen and (max-width: 26.56em) {
      .backdrop video {
        width: 95%;
        height: 20rem; } }

.btn, .btn:link, .btn:visited {
  border-radius: 4px;
  padding: 1rem 1.7rem;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.btn:hover, .btn:active {
  opacity: 80%; }

.btn--green {
  background-color: #219653;
  color: #fff; }
  .btn--green:hover, .btn--green:active {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

.btn--white {
  background-color: #fff;
  color: #333333; }

.btn--rectangle {
  width: 100%;
  display: inline-block;
  background-color: #219653;
  color: #fff;
  position: absolute;
  padding: 1rem;
  bottom: 0;
  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; }

.btn--rectangle__small {
  padding: 1.5rem; }

.btn--ghost {
  border: 2px solid #219653;
  color: #219653;
  padding: 1rem 2rem; }
  .btn--ghost:hover {
    color: rgba(33, 150, 83, 0.7); }

.image-box {
  margin-right: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media only screen and (max-width: 64em) {
    .image-box {
      margin-right: 4rem; } }
  .image-box--1 {
    max-width: 492px;
    border-radius: 8px; }
    @media only screen and (max-width: 64em) {
      .image-box--1 {
        max-width: 350px; } }
    @media only screen and (max-width: 48em) {
      .image-box--1 {
        max-width: 95%; } }

@media only screen and (max-width: 48em) {
  .about-us {
    margin-top: 3rem; } }

.about-us div {
  background-color: #219653;
  padding: .7rem 1.7rem;
  border-radius: 8px;
  display: inline-block;
  color: #F2F2F2;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase; }
  @media only screen and (max-width: 64em) {
    .about-us div {
      margin-top: 1rem; } }
  @media only screen and (max-width: 26.56em) {
    .about-us div {
      margin-top: .5rem; } }

.sea-waves {
  position: absolute;
  left: -20rem;
  top: -13rem;
  z-index: -1; }
  @media only screen and (max-width: 48em) {
    .sea-waves {
      display: none; } }

.certificate-box {
  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; }
  @media only screen and (max-width: 26.56em) {
    .certificate-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 3rem; } }
  .certificate-box__1, .certificate-box__2 {
    width: 220px; }
    @media only screen and (max-width: 48em) {
      .certificate-box__1, .certificate-box__2 {
        width: 150px; } }
    @media only screen and (max-width: 31.25em) {
      .certificate-box__1, .certificate-box__2 {
        width: 130px; } }
    .certificate-box__1 img, .certificate-box__2 img {
      width: 100%; }
  .certificate-box__3 {
    width: 130px; }
    @media only screen and (max-width: 48em) {
      .certificate-box__3 {
        width: 70px; } }
    @media only screen and (max-width: 31.25em) {
      .certificate-box__3 {
        width: 50px; } }
    .certificate-box__3 img {
      width: 100%; }
  .certificate-box__2 {
    margin-left: 13rem; }
    @media only screen and (max-width: 26.56em) {
      .certificate-box__2 {
        margin-left: 0;
        margin-top: 6rem; } }

.certificate-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; }
  @media only screen and (max-width: 26.56em) {
    .certificate-box--1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 4rem; } }

.image-box--3 {
  width: 40%;
  height: 395px;
  margin-bottom: 2rem;
  z-index: 2; }
  @media only screen and (max-width: 43.75em) {
    .image-box--3 {
      width: 90%;
      height: 295px; } }
  .image-box--3 img {
    width: 100%;
    height: 100%;
    border-radius: 8px; }

.image-box--4 {
  width: 40%;
  height: 295px;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 43.75em) {
    .image-box--4 {
      width: 90%;
      height: 230px; } }
  .image-box--4 img {
    width: 100%;
    height: 100%;
    border-radius: 8px; }

.image-box--5 {
  width: 90%;
  height: 370px; }
  @media only screen and (max-width: 43.75em) {
    .image-box--5 {
      width: 90%;
      height: 241px; } }
  .image-box--5 img {
    width: 100%;
    height: 100%;
    border-radius: 8px; }

.gallery__button {
  text-align: center;
  margin-top: 4rem; }

.sea-waves-2 {
  position: absolute;
  right: -7rem;
  top: -13rem; }
  @media only screen and (max-width: 48em) {
    .sea-waves-2 {
      display: none; } }

.slider {
  position: relative;
  width: 60%;
  border-radius: 8px;
  /*Окно со слайдами*/ }
  @media only screen and (max-width: 48em) {
    .slider {
      width: 95%;
      height: 100%;
      margin: 0 auto;
      overflow: hidden; } }
  .slider .slider-waves {
    position: absolute;
    top: -11rem;
    left: -12rem; }
    @media only screen and (max-width: 48em) {
      .slider .slider-waves {
        display: none; } }
  .slider .slider-content {
    position: relative;
    width: 100%; }

/*Контейнер для слайдов (передвигаем)*/
.slider-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  @media only screen and (max-width: 48em) {
    .slider-content-wrapper {
      height: auto; } }

/*Слайд*/
.slider-content__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  height: auto;
  margin-right: 6rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px; }
  @media only screen and (max-width: 48em) {
    .slider-content__item {
      height: 100%;
      margin: 0; } }
  .slider-content__item .quote {
    position: absolute;
    top: 3rem;
    left: 2rem;
    width: 2rem;
    height: auto; }

.image-1 {
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
  box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15); }
  @media only screen and (max-width: 48em) {
    .image-1 {
      -webkit-box-shadow: none;
      box-shadow: none; } }

/* Блок с контролами */
.slider-controls {
  padding: 20px;
  text-align: center; }
  @media only screen and (max-width: 48em) {
    .slider-controls {
      padding: 50px; } }

/* Блок с контролами внутри окна */
.slider-content__controls {
  position: absolute;
  right: -50rem;
  bottom: -10rem;
  z-index: 1;
  /*transform: translateY(-50%);*/
  /*padding:0 15px;*/ }
  @media only screen and (max-width: 48em) {
    .slider-content__controls {
      bottom: -8rem;
      right: -6rem; } }

/* Arrows */
.prev-arrow, .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: -1;
  background-color: seagreen;
  color: white;
  width: 5rem;
  border-radius: 8px;
  height: 5rem;
  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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .prev-arrow svg, .next-arrow svg {
    width: 3rem;
    height: 3rem; }

.prev-arrow {
  right: 10rem; }
  @media only screen and (max-width: 75em) {
    .prev-arrow {
      right: 20rem; } }

.next-arrow {
  right: 20px; }
  @media only screen and (max-width: 75em) {
    .next-arrow {
      right: 90px; } }

/* Dots */
.dots {
  display: none; }

/* Buttons */
button {
  display: none; }

.disabled {
  background-color: #DCCFCF;
  color: #B0A8A8;
  cursor: default;
  pointer-events: none; }

.d-none {
  display: none; }

.active {
  opacity: 1; }

.centered {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.avatar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .avatar-content img {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    margin-right: 1.5rem; }

.stars {
  margin-top: 2rem;
  font-size: 16px;
  color: seagreen;
  margin-right: .7rem; }

.slider-button {
  position: absolute;
  right: -7rem;
  top: 10rem; }
  @media only screen and (max-width: 80em) {
    .slider-button {
      right: 0; } }
  @media only screen and (max-width: 48em) {
    .slider-button {
      right: 0;
      top: 12rem; } }
  @media only screen and (max-width: 26.56em) {
    .slider-button {
      top: 16rem; } }

.tripadvisor {
  width: 20rem;
  height: 5rem; }

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem; }
  .contact-details__icon {
    margin-right: 2rem;
    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; }
    @media only screen and (max-width: 48em) {
      .contact-details__icon {
        margin-right: 1rem; } }
    .contact-details__icon ion-icon {
      color: seagreen;
      font-size: 24px; }
      @media only screen and (max-width: 48em) {
        .contact-details__icon ion-icon {
          font-size: 16px; } }

.map {
  margin-top: 4.5rem; }
  @media only screen and (max-width: 26.56em) {
    .map iframe {
      height: 400px; } }

.room-facilities__box {
  background-color: #fff;
  border-radius: 8px;
  padding: 2rem 2rem;
  width: 20%;
  text-align: center;
  -webkit-box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
  box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
  margin-top: 2rem; }
  @media only screen and (max-width: 75em) {
    .room-facilities__box {
      width: 30%; } }
  @media only screen and (max-width: 48em) {
    .room-facilities__box {
      padding: 1.5rem 1rem; } }
  @media only screen and (max-width: 26.56em) {
    .room-facilities__box {
      width: 50%; } }
  .room-facilities__box .icon-box {
    width: 6rem;
    height: 6rem;
    border-radius: 8px;
    background-color: seagreen;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 1.5rem auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 48em) {
      .room-facilities__box .icon-box {
        width: 5rem;
        height: 5rem; } }
    .room-facilities__box .icon-box img {
      width: 50%;
      height: 50%; }

.sea-waves-3 {
  position: absolute;
  top: -5rem;
  right: -10rem;
  z-index: -1; }
  @media only screen and (max-width: 48em) {
    .sea-waves-3 {
      display: none; } }
  @media only screen and (max-width: 26.56em) {
    .sea-waves-3 {
      display: none; } }

.room-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative; }
  .room-details h1 {
    margin-right: 1rem; }
  .room-details .leaf {
    position: absolute;
    left: -12rem;
    top: -9rem;
    z-index: 3; }
    @media only screen and (max-width: 26.56em) {
      .room-details .leaf {
        display: none; } }

.contact__form {
  background-color: #fff;
  border-radius: 8px;
  width: 40%;
  height: 100%;
  margin: 3rem auto 0 auto;
  -webkit-box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15);
  box-shadow: 0px 15px 35px rgba(60, 78, 100, 0.15); }
  @media only screen and (max-width: 75em) {
    .contact__form {
      width: 50%; } }
  @media only screen and (max-width: 48em) {
    .contact__form {
      width: 70%; } }
  @media only screen and (max-width: 26.56em) {
    .contact__form {
      width: 90%; } }

.form {
  padding: 5rem 0 5rem 0; }
  @media only screen and (max-width: 48em) {
    .form {
      padding: 2rem 0; } }
  .form__input {
    padding: 1.5rem 1rem;
    border: 1px solid #BBC8D4;
    width: 60%;
    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: 6rem; }
    @media only screen and (max-width: 48em) {
      .form__group {
        margin-top: 5rem; } }
  .form textarea {
    padding-bottom: 5rem;
    color: #BBC8D4;
    font-family: 'Roboto', sans-serif; }
  .form__label {
    position: absolute;
    top: -2rem;
    left: 20%;
    text-transform: uppercase;
    color: #BBC8D4;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px; }

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