@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.container {
  max-width: 1535px;
  padding: 0px 25px;
  margin: 0 auto;
}

.header {
  padding: 68px 0px;
  background: url(../images/Home/background.jpg) 0 0/cover no-repeat;
  height: 1080px;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header__content {
  padding: 250px 0px 0px 0px;
  width: 560px;
}
.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.header__address img {
  padding: 0px 8px 0px 0px;
}
.header__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: 10px;
}
.header__text {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin: 10px 0px 100px 0px;
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  background-color: #7F7454;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.menu {
  padding: 0px 0px 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.menu__top {
  top: 87px !important;
}
.menu__link {
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
  margin: 0px 10px 0px 0px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.menu__link:hover {
  opacity: 1;
}
.menu__telephone {
  font-weight: 500;
  color: #fff;
  margin: 0px 20px 0px 0px;
  font-size: 18px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.menu__telephone:hover {
  opacity: 0.6;
}
.menu__language {
  background: transparent;
  color: #fff;
  outline: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.menu__language option {
  color: black;
  font-size: 16px;
}
.menu__toggle {
  width: 30px;
  padding: 10px 0;
  font-size: 0;
  color: transparent;
  border: 0;
  display: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 1;
}
.menu__toggle__item {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.menu__toggle__item::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.menu__toggle__item::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.toggle__top {
  top: 39px;
}

.active__link {
  color: #FFD208;
  opacity: 1;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0px;
}
.about__content {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 622px;
          flex: 0 1 622px;
  padding: 100px 0px;
}
.about__title {
  font-size: 48px;
  font-weight: 600;
}
.about__text {
  font-weight: 400;
  margin: 32px 0px;
  color: #272725;
  font-size: 18px;
  line-height: 1.7;
}
.about__open {
  margin: 10px 0px 20px 0px;
  font-size: 24px;
  color: #272725;
  font-weight: 400;
  position: relative;
}
.about__open::before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 110px;
  width: 100px;
  height: 2px;
  background-color: #FFCA18;
}
.about__open::after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 110px;
  width: 100px;
  height: 2px;
  background-color: #FFCA18;
}
.about__days {
  font-size: 18px;
  color: #272725;
  margin: 0px 0px 10px 0px;
}
.about__country {
  margin: 32px 0px 5px 0px;
  font-size: 18px;
  color: #272725;
}
.about__address {
  font-size: 18px;
  font-weight: 400;
  color: #272725;
  margin: 0px 0px 72px 0px;
}
.about__btn {
  -webkit-box-shadow: 0px 16px 25px rgba(255, 204, 22, 0.32);
          box-shadow: 0px 16px 25px rgba(255, 204, 22, 0.32);
}
.about__btn:hover {
  color: #272725;
}
.about__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 700px;
}
.about__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  font-size: 18px;
  color: #fff;
  padding: 22px 61px;
  background-color: #FFD600;
  border-radius: 50px;
  border: 2px solid #FFD600;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.btn:hover {
  background-color: transparent;
}

.reviews__info {
  background-color: #272725;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0px 86px 0px 136px;
  -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;
  position: relative;
  z-index: 1;
}
.reviews__text {
  font-size: 24px;
  line-height: 1.7;
  font-weight: normal;
  color: #fff;
  padding: 40px 0px;
}
.reviews__title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.reviews__photo {
  width: 350px;
  height: 380px;
  position: relative;
  z-index: 20;
  left: 50px;
}

.booking {
  padding: 150px 0px;
}
.booking__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.booking__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 595px;
          flex: 0 0 595px;
  padding: 50px 0px;
}
.booking__title {
  font-weight: 600;
  font-size: 48px;
  color: #272725;
}
.booking__name {
  margin: 32px 0px 0px 0px;
}
.booking__name p {
  letter-spacing: 2px;
  color: #272725;
  text-transform: uppercase;
  font-size: 12px;
}
.booking__name input {
  height: 60px;
  width: 445px;
  border: none;
  border-bottom: 1px solid rgba(39, 39, 37, 0.3);
  outline: none;
}
.booking__telephone {
  margin: 48px 0px;
}
.booking__telephone p {
  letter-spacing: 2px;
  color: #272725;
  text-transform: uppercase;
  font-size: 12px;
}
.booking__telephone input {
  height: 60px;
  width: 445px;
  border: none;
  border-bottom: 1px solid rgba(39, 39, 37, 0.3);
  outline: none;
}
.booking__details {
  margin: 0px 0px 70px 0px;
}
.booking__details p {
  letter-spacing: 2px;
  color: #272725;
  text-transform: uppercase;
  font-size: 12px;
}
.booking__details input {
  height: 60px;
  width: 445px;
  border: none;
  border-bottom: 1px solid rgba(39, 39, 37, 0.3);
  outline: none;
}
.booking__btn {
  -webkit-box-shadow: 0px 16px 25px rgba(255, 204, 22, 0.32);
          box-shadow: 0px 16px 25px rgba(255, 204, 22, 0.32);
}
.booking__btn:hover {
  color: #272725;
}
.gallery {
  padding: 0px 0px 150px 0px;
}
.gallery__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery__title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #2E2E2E;
}
.gallery__title img {
  padding: 0px 0px 0px 16px;
}
.gallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px -10px;
  padding: 60px 0px 0px 0px;
}
.gallery__items {
  padding: 10px;
  width: 365px;
  height: 300px;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.gallery__items img {
  width: 100%;
  height: 100%;
}
.gallery__items:hover {
  opacity: 0.5;
}

.footer {
  background: #272725;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 109px 0px;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo img {
  width: 150px;
  padding: 0px 0px 16px 0px;
}
.footer__logo a {
  line-height: 16px;
  font-size: 12px;
  color: #D1D1D2;
  margin: 24px 0px 0px 0px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.footer__logo a:hover {
  color: #fff;
}
.footer__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__title {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer__link {
  margin: 24px 0px;
  list-style-type: none;
}
.footer__link a {
  color: #FFFFFF;
  opacity: 0.7;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.footer__link a:hover {
  opacity: 1;
}
.footer__email input {
  height: 40px;
  width: 349px;
  border: none;
  border-bottom: 1px solid #F8F8F8;
  outline: none;
  background-color: transparent;
  color: #F8F8F8;
  padding: 0px 50px 0px 0px;
}
.footer__email img {
  position: relative;
  right: 50px;
}
.footer__title_big {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0px 0px 30px 0px;
}

@media only screen and (max-width: 1420.98px) {
  .booking__row {
    -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;
    text-align: center;
  }
  .booking__content {
    padding: 0px 0px 150px 0px;
  }

  .about__row {
    -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;
  }
  .about__open::after {
    display: none;
  }
  .about__open::before {
    display: none;
  }
  .about__photo {
    text-align: center;
  }
  .swiper-slide {
    width: 70% !important;
  }

  .reviews__photo {
    width: auto;
    height: auto;
  }
  .reviews__photo img {
    width: 250px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reviews__text {
    font-size: 20px;
  }
  .reviews__info {
    padding: 0px 36px 0px 86px;
  }
}
@media only screen and (max-width: 1510.98px) {
  .gallery__row {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .gallery__items {
    width: 490px;
    height: 420px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header {
    padding: 40px 0px;
  }

  .menu {
    padding: 0;
    display: none;
    background: #7F7858;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 3;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__link {
    padding: 15px 25px;
  }
  .menu__settings {
    padding: 15px 25px;
  }
  .menu__toggle {
    display: block;
  }

  .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .booking__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__data {
    padding: 70px 0px 0px 0px;
  }

  .swiper-slide {
    height: 300px !important;
  }

  .reviews__photo img {
    width: 150px;
  }
  .reviews__text {
    font-size: 16px;
  }
  .reviews__title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__content {
    width: auto;
  }

  .about__photo {
    height: 500px;
  }
  .about__btn {
    font-size: 12px;
    padding: 17px 40px;
  }

  .booking__name input {
    width: 345px;
  }
  .booking__telephone input {
    width: 345px;
  }
  .booking__details input {
    width: 345px;
  }

  .footer__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__social {
    padding: 70px 0px;
  }

  .swiper-slide {
    height: 250px !important;
    margin-right: 50px !important;
    width: 80% !important;
  }

  .reviews__photo img {
    width: 100px;
  }
  .reviews__text {
    font-size: 10px;
  }
  .reviews__title {
    font-size: 8px;
  }
  .reviews__info {
    padding: 0px 15px 0px 70px;
  }

  .footer__data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 479.98px) {
  .header__address {
    font-size: 14px;
  }
  .header__title {
    font-size: 45px;
    padding: 10px 0px;
  }
  .header__text {
    font-size: 14px;
  }
  .header__btn {
    font-size: 14px;
    padding: 17px 40px;
  }

  .gallery__items {
    width: 320px;
    height: 255px;
  }

  .about__photo {
    height: 300px;
  }

  .booking__name input {
    width: 250px;
  }
  .booking__telephone input {
    width: 250px;
  }
  .booking__details input {
    width: 250px;
  }
  .booking__btn {
    padding: 17px 40px;
    font-size: 14px;
  }

  .footer__email input {
    width: 220px;
  }

  .swiper-slide {
    width: 380px !important;
  }

  .reviews__text {
    font-size: 7px;
  }
  .reviews__title {
    font-size: 6px;
  }
}