* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  font-family: "Lora", serif;
  overflow-x: hidden;
  background-color: #F2F1EC;
  color: #333;
}

.sticky-body {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.header {
  position: relative;
  background-image: url("../img/main-small.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  color: #fff;
  z-index: 0;
  text-align: center;
  overflow-x: hidden;
}
.header .wrapper {
  height: 100%;
}
.header__shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.header__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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8em 3em 5em 3em;
}
.header__title-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-bottom: 3em;
}
.header__title {
  font-size: 4.8rem;
  font-family: "Abril Fatface", serif;
  font-weight: normal;
}
.header__title-info {
  font-size: 1.6rem;
  font-weight: bold;
}
.header__phone-number {
  font-size: 1.6rem;
}
.header__underline {
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.header__info-box {
  margin-bottom: 2em;
  font-size: 1.6rem;
}
.header__info-time {
  text-transform: uppercase;
}
.header__info-time--bold {
  font-weight: bold;
}
.header__info-summer-season {
  font-size: 1.4rem;
  font-weight: bold;
}
.header__description {
  margin-bottom: 2em;
  font-size: 1.4rem;
}
.header__description-info:nth-child(1) {
  margin-bottom: 0.5em;
}
.header__button-contact {
  padding: 0.5em 1em;
  color: #333;
  background-color: #fff;
  border: none;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
  z-index: 0;
}
.header__button-contact:hover {
  background-color: #d3ccaa;
  border: 1px solid black;
}
.header__link {
  color: #fff;
}
.header__link i {
  font-size: 25px;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  z-index: 0;
}
.header__icons {
  display: none;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 2em 2em 1.5em 1.5em;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
}
.nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav__btn {
  position: relative;
  top: 0;
  padding: 0.25em 0.5em;
  font-size: 2.4rem;
  right: 0;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  z-index: 11000;
}
.nav__box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  background-color: #F2F1EC;
}
.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  z-index: 1000;
}
.nav__item {
  margin-top: 5em;
  list-style-type: none;
}
.nav__item:nth-child(1) {
  margin-top: 0;
}
.nav__link {
  padding: 0.5em 1em;
  text-decoration: none;
  color: #333;
  font-family: "Abril Fatface", serif;
  text-transform: uppercase;
  font-size: 2.8rem;
}

.doodle {
  overflow-x: hidden;
}
.doodle img {
  height: 50px;
}

.aboutus {
  margin: 0 auto;
  padding: 3em;
}
.aboutus__title {
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Abril Fatface", serif;
}
.aboutus__title-info {
  font-size: 1.4rem;
}
.aboutus__infos {
  margin: 3em 0 1em 0;
}
.aboutus__main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.aboutus__info {
  font-size: 1.6rem;
}
.aboutus__img {
  margin-top: 2em;
}
.aboutus__img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer {
  padding: 3em;
}
.offer__title {
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Abril Fatface", serif;
}
.offer__title-sub {
  font-size: 1.4rem;
}
.offer__info {
  margin: 1.5em 0;
  font-size: 1.6rem;
}
.offer__info-tourists {
  padding: 1em;
  background-color: #fff;
}
.offer__add {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
}
.offer__add-bottom {
  margin-bottom: 2em;
}
.offer__img img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  padding: 3em;
}
.contact__title {
  margin-bottom: 1em;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Abril Fatface", serif;
  text-align: center;
}
.contact__infos {
  padding: 1em 0;
  margin-bottom: 5em;
  text-align: center;
  background-color: #fff;
}
.contact__address-title, .contact__hours-title, .contact__contact-title, .contact__socials-title {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Abril Fatface", serif;
}
.contact__box {
  margin: 2em 0;
}
.contact__info {
  font-size: 1.6rem;
}
.contact__hours-more {
  font-weight: bold;
  font-size: 1.4rem;
}
.contact__link {
  font-size: 2rem;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact__links {
  margin-top: 1em;
}
.contact__link--fb {
  margin-right: 1em;
}
.contact__map {
  height: 300px;
  width: 100%;
}

.map {
  height: 100%;
  width: 100%;
}

.active {
  display: block;
}

.btn-color {
  color: #333;
}

.footer {
  margin-top: 2em;
  padding: 2em;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
}
.footer a {
  color: #d3ccaa;
}

@media (min-width: 568px) {
  .header__title {
    font-size: 6.8rem;
  }
  .header__title-info {
    font-size: 1.8rem;
  }
  .nav__btn {
    font-size: 3.2rem;
  }
  .aboutus__img img {
    height: 300px;
  }
  .offer__img img {
    height: 180px;
  }
  .contact__title {
    font-size: 5rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .header__box {
    padding: 12em 3em 5em 3em;
  }
  .aboutus {
    padding: 3em 5em;
  }
  .aboutus__title {
    font-size: 4rem;
  }
  .offer {
    padding: 3em 5em;
  }
  .offer__title {
    font-size: 4rem;
  }
  .offer__img img {
    height: 240px;
  }
  .contact {
    padding: 3em 5em;
  }
}
@media (min-width: 992px) {
  .nav {
    right: 0;
    padding: 3em 4em;
  }
  .nav__btn {
    display: none;
  }
  .nav__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
    height: auto;
    background: none;
  }
  .nav__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .nav__item {
    margin-top: 0;
  }
  .nav__link {
    color: #fff;
    font-size: 2.4rem;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .nav__link:hover {
    background-color: #d3ccaa;
    color: #333;
  }
  .header {
    background-image: url("../img/main-big.webp");
  }
  .header__box {
    padding: 13rem 10rem 10rem 10rem;
  }
  .header__title {
    font-size: 10rem;
  }
  .header__title-info {
    font-size: 2.4rem;
  }
  .header__underline {
    width: 55px;
    height: 3px;
  }
  .header__info-box {
    font-size: 2rem;
  }
  .header__info-summer-season {
    font-size: 1.6rem;
  }
  .header__description {
    font-size: 1.8rem;
  }
  .header__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    gap: 3rem;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__icons i {
    font-size: 3.6rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header__icons i:hover {
    color: #d3ccaa;
  }
  .doodle img {
    height: 90px;
  }
  .aboutus {
    padding: 10em;
  }
  .aboutus__title {
    font-size: 5rem;
  }
  .aboutus__title-info {
    font-size: 1.6rem;
  }
  .aboutus__info {
    font-size: 1.8rem;
  }
  .aboutus__infos {
    margin: 5em 0 3em 0;
  }
  .aboutus__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4em;
    gap: 7em;
  }
  .aboutus__main-box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 49.5%;
  }
  .aboutus__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    width: 50%;
  }
  .aboutus__img img {
    height: auto;
  }
  .offer {
    padding: 10em;
  }
  .offer__img img {
    height: 330px;
  }
  .offer__title {
    font-size: 5rem;
  }
  .offer__title-sub {
    font-size: 1.6rem;
  }
  .offer__info {
    font-size: 1.8rem;
  }
  .offer__info-tourists {
    text-align: center;
    padding: 2em 10em;
  }
  .offer__add {
    font-size: 1.6rem;
  }
  .offer__img img {
    height: 500px;
  }
  .contact {
    padding: 10em;
  }
  .contact__title {
    margin-bottom: 1em;
  }
  .contact i {
    font-size: 3rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .contact i:hover {
    color: rgb(180, 187, 157);
  }
  .contact__address-title, .contact__hours-title, .contact__contact-title, .contact__socials-title {
    font-size: 3rem;
  }
  .contact__info {
    font-size: 1.8rem;
  }
  .contact__main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
  }
  .contact__infos {
    padding: 4em 0;
    margin-bottom: 0;
    width: 50%;
  }
  .contact__map {
    height: auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .nav__link {
    font-size: 2.8rem;
  }
  .header__box {
    padding: 15rem 15rem 10rem 15rem;
  }
  .header__title {
    font-size: 13rem;
  }
  .header__title-box {
    margin-bottom: 4em;
  }
  .header__info-box {
    margin-bottom: 3em;
  }
  .header__description {
    margin-bottom: 4em;
  }
  .header__button-contact {
    padding: 0.75em 2em;
    font-size: 2rem;
  }
  .aboutus__img {
    max-height: 335px;
  }
}/*# sourceMappingURL=style.css.map */