@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*border: 0.5px solid red;*/
}

body {
  overflow-x: hidden;
  min-width: 370px;
}

:root {
  --primary-color: #222222;
  --secondary-color: #333333;
  --tertiary-color: #BEAD8E;
  --title-color: #777777;
}

header {
  font-family: "Archivo";
  font-size: 16px;
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}
header a {
  text-decoration: none;
  color: #000;
}

.title {
  display: none;
}

.menu-div {
  display: none;
}
.menu-div-active {
  display: block;
  width: 100%;
  line-height: 25px;
  padding: 10px;
}
.menu-div-active p {
  margin-left: 20px;
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (min-width: 1000px) {
  header {
    background-color: #000;
    height: 60px;
  }
  .title {
    display: block;
    width: 80%;
    margin: auto;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
}
.primary__btn {
  border-style: none;
  display: block;
  width: 216px;
  height: 60px;
  color: #FFF;
  padding: 23px, 50px;
  background-color: #BEAD8E;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.second__btn {
  border-style: none;
  display: block;
  width: 216px;
  height: 60px;
  color: #FFF;
  padding: 23px, 50px;
  background-color: #333;
  border: 2px solid rgba(255, 255, 255, 0.33);
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.section {
  font-family: "Archivo";
  font-size: 14px;
}
.section__title {
  font-family: "Archivo";
  font-size: 0.9em;
  color: var(--title-color);
  letter-spacing: 2.8px;
  font-weight: 700;
}
.section__headline {
  font-family: "Old Standard TT";
  font-weight: 400;
  font-size: 3.2em;
  line-height: 60px;
  letter-spacing: -1.2px;
  margin-top: 30px;
}

.link {
  text-decoration: none;
  cursor: pointer;
}

.second__rectangle {
  background: #222;
  padding: 36px 20px;
}
.second__rectangle__p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.second__rectangle__input {
  width: 100%;
  max-width: 400px;
  border: none;
  background: #222;
  color: #686868;
  border-bottom: 2px solid #BEAD8E;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 16px;
}
.second__rectangle__input::placeholder {
  background-image: url(../Images/Icon_calendar.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
}
.second__rectangle__input:focus {
  outline: none;
}
.second__rectangle__btn {
  margin-top: 12px;
  width: 250px;
  height: 60px;
  box-decoration-break: none;
}
@media only screen and (min-width: 1000px) {
  .second__rectangle {
    display: flex;
    justify-content: space-between;
    padding: 36px 100px;
    margin-bottom: 120px;
  }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
.navbar__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.navbar__menu-burger {
  width: 20px;
  height: 20px;
}
.navbar__menu-logo {
  width: 36px;
  height: 36px;
  box-shadow: 0px 5px 15px rgba(139, 139, 139, 0.25);
  text-align: center;
  line-height: 41px;
  margin-left: 40px;
}
.navbar__menu-text {
  margin-left: 10px;
  font-size: 11px;
}
.navbar__menu-links {
  display: none;
}
.navbar__icons {
  display: flex;
  align-items: center;
}
.navbar__icons-search {
  margin: 0 20px;
  padding: 10px;
  background: #fff url("../img/iconos_svg/search.svg") no-repeat center;
  height: 35px;
  width: 35px;
  border: none;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .navbar__menu {
    width: 10%;
  }
  .navbar__menu-burger {
    display: none;
  }
  .navbar__menu-links {
    width: 50%;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1000px) {
  .navbar {
    width: 80%;
    margin: auto;
    background-color: #fff;
  }
  .navbar__icons img {
    padding: 6px;
  }
}

.navbar__icons-search-active {
  width: 100px;
  border-radius: 20px;
  border: 1px solid rgb(0, 0, 0);
  background: left;
}
@media only screen and (min-width: 800px) {
  .navbar__icons-search-active {
    width: 150px;
  }
}

.first__rectangle {
  background: #333;
  padding: 60px 20px;
  color: #FFF;
}
.first__rectangle__p {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2.8px;
  color: #FFF;
  margin-top: 75px;
  margin-bottom: 40px;
}
.first__rectangle__h1 {
  font-family: "Old Standard TT";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1.2px;
  color: #FFF;
  margin-bottom: 40px;
}
.first__rectangle__div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
}
@media only screen and (min-width: 1000px) {
  .first__rectangle {
    padding: 125px 100px 125px 100px;
  }
  .first__rectangle__p {
    font-size: 14px;
    line-height: 15px;
  }
  .first__rectangle__h1 {
    font-family: "Old Standard TT";
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 130px;
    letter-spacing: -1.2px;
    color: #FFF;
    margin-bottom: 40px;
  }
  .first__rectangle__div {
    flex-direction: row;
    gap: 30px;
  }
}

.rooms {
  text-align: center;
  padding: 50px 0;
  margin: 0 15px;
}
.rooms__icons {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  width: 256px;
  height: 40px;
  box-shadow: 0px 8px 16px rgba(138, 138, 138, 0.05);
}
.rooms__slider {
  z-index: 0;
  margin: 24px 10px 0 10px;
}
.rooms__slider-slide {
  max-width: 700px;
  max-height: 400px;
  margin: 0 10px 0 10px;
}
.rooms__button {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #111;
  --swiper-navigation-size: 10px;
}
.rooms__button:hover {
  background-color: var(--tertiary-color);
  color: #fff;
}

.rooms-grid {
  text-align: center;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  justify-content: center;
  max-width: 950px;
  margin: auto;
  padding: 20px;
}
.rooms-grid__image {
  width: 290px;
  height: 200px;
  margin: 20px auto;
}
.rooms-grid__icons {
  position: relative;
  margin-top: -55px;
}
.rooms-grid__text {
  margin: 10px auto;
  max-width: 300px;
}
.rooms-grid__text h1 {
  font-family: "Old Standard TT";
  font-weight: 400;
  font-size: 1.7em;
  line-height: 24px;
  letter-spacing: -0.72px;
  color: var(--primary-color);
}
.rooms-grid__text p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: var(--title-color);
  margin-top: 10px;
}
.rooms-grid__text-flex {
  display: flex;
  justify-content: space-around;
  font-family: "Archivo";
  font-weight: 700px;
  font-size: 1em;
}
.rooms-grid__text-flex .rooms-grid__text-price {
  color: var(--tertiary-color);
}
.rooms-grid__text-flex .rooms-grid__text-booking {
  color: #BDBDBD;
  cursor: pointer;
}
.rooms-grid__pagination {
  display: flex;
  justify-content: center;
  gap: 3px;
  font-family: "Archivo";
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 30px;
}
.rooms-grid__pagination button {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.rooms-grid__pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: var(--primary-color);
}

.container__video {
  background: var(--primary-color);
  padding: 30px 20px;
  margin-bottom: 60px;
}
.container__video__wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.container__video__wraper__text {
  max-width: 400px;
}
.container__video__wraper__text__title {
  color: var(--tertiary-color);
}
.container__video__wraper__text__headline {
  margin-top: 20px;
  color: #fff;
}
.container__video__wraper__text p {
  font-weight: 400;
  font-size: 0.85em;
  line-height: 24px;
  color: #C2C2C2;
}
.container__video__wraper__media {
  width: 100%;
  height: auto;
}
.container__video__btn {
  display: flex;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1000px) {
  .container__video {
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 70%, var(--tertiary-color) 70%, var(--tertiary-color) 100%);
    margin-bottom: 120px;
  }
  .container__video__wraper {
    gap: 50px;
    justify-content: center;
  }
  .container__video__wraper__text {
    width: 35%;
  }
  .container__video__wraper__media {
    width: 400px;
  }
  .container__video button {
    margin-top: 50px;
  }
}

.facilities {
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.facilities__slider {
  font-family: "Archivo";
  text-align: left;
  font-size: 14px;
  max-width: 250px;
  margin-top: 30px;
}
.facilities__slider-slide {
  width: 100%;
  height: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.facilities__slider-number {
  font-weight: 700;
  font-size: 98px;
  line-height: 130px;
  color: rgba(34, 34, 34, 0.0392156863);
  align-self: flex-end;
}
.facilities__slider-img {
  width: 20%;
  margin-top: -60px;
}
.facilities__slider-title {
  font-family: "Old Standard TT";
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  padding: 20px 0;
}
.facilities__slider-text {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.facilities__slider-pagination {
  --swiper-theme-color: var(--tertiary-color);
}
.facilities-dark {
  background-color: var(--primary-color);
}
.facilities-dark h1 {
  color: #fff;
}
.facilities .number-dark {
  color: var(--secondary-color);
}
@media only screen and (min-width: 600px) {
  .facilities__slider {
    max-width: none;
  }
  .facilities__slider-wraper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .facilities__slider-slide {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1000px) {
  .facilities__slider {
    max-width: none;
  }
  .facilities__slider-wraper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .facilities__slider-slide {
    max-width: 250px;
  }
}

.foods__donut {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.foods__donut img {
  width: 100px;
  height: 100px;
}
.foods__wraper {
  padding: 0px 20px 30px;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.foods__pagination-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  max-width: 400px;
  margin: auto;
}
.foods__pagination-button {
  position: relative;
  width: 32px;
  height: 32px;
  --swiper-navigation-size: 10px;
  background-color: var(--tertiary-color);
  color: #fff;
  right: 0;
  left: 0;
}
.foods__item {
  display: flex;
  gap: 20px;
  margin: 15px auto;
  max-width: 400px;
}
.foods__item-img {
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.foods__item-txt {
  width: 60%;
  color: var(--primary-color);
}
.foods__item-txt h1 {
  font-family: "Old Standard TT", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: -0.72px;
}
.foods__item-txt p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.foods__slider {
  width: 80%;
  max-width: 400px;
  margin-bottom: 60px;
}
.foods__slider-slide {
  height: auto;
  max-height: 300px;
}
.foods__slider-pagination {
  position: relative;
  margin-top: 24px;
  --swiper-theme-color: var(--tertiary-color);
}
@media only screen and (min-width: 900px) {
  .foods__wraper {
    max-width: 800px;
  }
  .foods__pagination-wraper {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .foods__pagination-slide {
    width: 50%;
  }
  .foods__pagination-button {
    display: none;
  }
  .foods__slider {
    max-width: none;
    width: 90%;
  }
  .foods__slider-wraper {
    gap: 20px;
    display: flex;
    justify-content: space-around;
  }
  .foods__slider-slide {
    width: 33%;
  }
}

.eggs {
  background-image: url("../img/eggs.jpg");
}

.tea {
  background-image: url("../img/tea.jpg");
}

.chia {
  background-image: url("../img/chia-oatmeal.jpg");
}

.fruit {
  background-image: url("../img/fruit.jpg");
}

.marmalade {
  background-image: url("../img/marmalade.jpg");
}

.cheese {
  background-image: url("../img/cheese.jpg");
}

.container__marketing {
  text-align: center;
  background: #111;
  padding: 46px;
}
.container__marketing__div {
  margin-bottom: 60px;
}
.container__marketing__h1 {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 82px;
  margin-bottom: 0;
  color: #FFF;
}
.container__marketing__p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #999;
}
@media only screen and (min-width: 600px) {
  .container__marketing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 900px) {
  .container__marketing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .container__marketing__div {
    margin-bottom: 0px;
  }
}

.footer {
  background-image: url(../Images/footer-background.svg);
  padding: 32px 20px;
}
.footer__titulo {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}
.footer__titulo__logo_H {
  text-align: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 43px;
  color: #FFF;
  background: #BDAC8D;
  box-shadow: 0px 14px 24px rgba(139, 139, 139, 0.25);
}
.footer__titulo__text__h1 {
  display: block;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2.6px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #111111;
  font-style: normal;
  font-size: 26px;
}
.footer__p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
}
.footer__container__redes {
  display: flex;
  margin-bottom: 32px;
}
.footer__container__redes__img {
  background: #F8F8F8;
  height: 40px;
  width: 40px;
  padding: 8px;
  margin-right: 10px;
}
.footer__services {
  max-width: 336px;
  margin-bottom: 32px;
}
.footer__services__h2 {
  font-family: "Old Standard TT";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 24px;
}
.footer__services__text {
  display: flex;
}
.footer__services__text__p1 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 48px;
}
.footer__services__text__p2 {
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 48px;
}
.footer__contact__us {
  margin-bottom: 34px;
}
.footer__contact__us__h2 {
  font-family: "Old Standard TT";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 24px;
}
.footer__contact__us__container {
  display: flex;
  margin-bottom: 60px;
}
.footer__contact__us__container__h2 {
  margin-left: 22px;
  font-family: "Old Standard TT";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.footer__contact__us__container__p {
  margin-left: 22px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.footer__container {
  background: #F8F8F8;
  padding: 16px 20px;
}
.footer__container__p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.48px;
  color: #222;
}
@media only screen and (min-width: 600px) {
  .footer__container {
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1000px) {
  .footer {
    display: flex;
    justify-content: space-around;
  }
  .footer__p {
    max-width: 270px;
  }
}

.container {
  text-align: center;
  align-items: center;
}
.container__third__rectangle {
  background: #F9F9F9;
  padding: 40px 20px;
  height: 610px;
  text-align: initial;
}
.container__third__rectangle__h2 {
  color: var(--title-color);
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.container__third__rectangle__h1 {
  color: var(--primary-color);
  font-family: "Old Standard TT", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -1.2px;
  margin-bottom: 16px;
}
.container__third__rectangle__p {
  color: var(--title-color);
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
.container__third__rectangle__btn {
  margin-bottom: 30px;
}
.container__2__fourth__rectangle {
  display: flex;
  text-align: center;
  margin-top: -120px;
  flex-direction: column;
  align-items: center;
}
.container__2__fourth__rectangle__img {
  width: 270px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/luxury-room.jpg);
}
.container__2__fourth__rectangle__text {
  padding: 38px 35px;
  margin-bottom: 45px;
  max-width: 270px;
  background-image: url(../Images/svg-gobbler\ -\ 2.png);
  background-repeat: no-repeat;
  background-position: right 20%;
}
.container__2__fourth__rectangle__text__img {
  margin-bottom: 30px;
}
.container__2__fourth__rectangle__text__h1 {
  font-family: "Old Standard TT", serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: #111111;
}
.container__2__fourth__rectangle__text__p {
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #111111;
}
.container__2__fifth__rectangle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container__2__fifth__rectangle__img {
  width: 270px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/reception.jpg);
}
.container__2__fifth__rectangle__luxury {
  padding: 38px 35px;
  background: #222;
  width: 270px;
  margin-bottom: 60px;
}
.container__2__fifth__rectangle__luxury__icon {
  margin-bottom: 30px;
}
.container__2__fifth__rectangle__luxury__h1 {
  font-family: "Old Standard TT", serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: #FFF;
}
.container__2__fifth__rectangle__luxury__p {
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #FFF;
}
@media only screen and (min-width: 1000px) {
  .container {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 0 0 100px;
    margin-bottom: 120px;
  }
  .container__2 {
    display: flex;
  }
  .container__third__rectangle {
    margin-top: 170px;
  }
  .container__third__rectangle__h2 {
    font-size: 14px;
  }
  .container__third__rectangle__h1 {
    max-width: 460px;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2.4px;
  }
  .container__third__rectangle__p {
    max-width: 400px;
  }
  .container__2 {
    position: relative;
    top: -100px;
  }
  .container__2__fourth__rectangle {
    display: flex;
    flex-direction: column-reverse;
  }
  .container__2__fourth__rectangle__text {
    margin: 0 0 30px 0;
  }
  .container__2__fifth__rectangle {
    position: relative;
    top: 60px;
  }
  .container__2__fifth__rectangle__luxury {
    margin: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .container__third__rectangle {
    padding-left: 7%;
    padding-right: 20%;
  }
}

.contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  justify-content: space-around;
  gap: 10px;
  width: 80%;
  padding: 20px 0;
}
.contact__item {
  margin-top: 40px;
  width: 250px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: repeat(2, fr);
  font-family: "Old Standard TT";
}
.contact__item img {
  width: 40px;
}
.contact__item h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-color);
}
.contact__item p {
  grid-column: 2;
  color: var(--title-color);
  font-size: 14px;
}
@media only screen and (min-width: 800px) {
  .contact {
    flex-direction: row;
  }
}
.contact__form {
  display: flex;
  width: 90%;
  max-width: 800px;
  flex-direction: column;
  align-items: center;
}
.contact__form__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
.contact__form__inputs input {
  width: 100%;
  height: 67px;
  background-color: #F8F8F8;
  border: none;
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.contact__form__inputs__name {
  background-image: url("../img/user.png");
}
.contact__form__inputs__phone {
  background-image: url("../img/phoneInput.png");
}
.contact__form__inputs__email {
  background-image: url("../img/emailInput.png");
}
.contact__form__inputs__subject {
  background-image: url("../img/subject.png");
}
.contact__form__message {
  background-image: url("../img/pencil.png");
}
.contact__form textarea {
  width: 100%;
  height: 175px;
  border: none;
  background-color: #F8F8F8;
  margin-bottom: 20px;
  padding: 10px 37px;
  background-repeat: no-repeat;
  background-position: 15px 10px;
}
@media only screen and (min-width: 700px) {
  .contact__form input {
    width: 40%;
  }
  .contact__form textarea {
    width: 82%;
    height: 250px;
  }
}

.map {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.map__wraper {
  margin: 40px auto 20px;
  height: 300px;
  width: 80%;
}
.map__buttons {
  width: 80%;
  display: flex;
  margin: auto;
  flex-direction: column;
}
.map__buttons__button {
  margin: 10px auto;
  width: 40%;
  background-color: var(--secondary-color);
  color: var(--tertiary-color);
  border: none;
  border-radius: 4px;
  height: 30px;
  padding: 0 5px;
}
.map__buttons__select, .map__buttons__direction {
  width: 40%;
  height: 30px;
  margin: 10px auto;
  padding-left: 10px;
}
.map__results {
  display: flex;
  justify-content: space-around;
  text-align: left;
  width: 80%;
  margin: 20px auto;
  font-family: "Archivo";
  line-height: 25px;
  font-size: 14px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  color: #fff;
}
.map__results__ul {
  padding-left: 20px;
}
.map__results__ul li {
  list-style: none;
}
@media only screen and (min-width: 800px) {
  .map {
    display: block;
  }
  .map__wraper {
    height: 600px;
  }
  .map__buttons {
    width: 80%;
    display: flex;
    margin: auto;
    gap: 10px;
    flex-direction: row;
  }
  .map__buttons__button {
    margin: 10px auto;
    width: 40%;
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
    border: none;
    border-radius: 4px;
    height: 30px;
    padding: 0 5px;
  }
  .map__buttons__select, .map__buttons__direction {
    width: 40%;
    height: 30px;
    margin: 10px auto;
    padding-left: 10px;
  }
}

.presentation {
  width: 100%;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 14px;
}
.presentation__wraper {
  padding: 75px 0;
  width: 90%;
  margin: auto;
}
.presentation__wraper h2 {
  margin-top: 20px;
  font-family: "Archivo";
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2.8px;
}
.presentation__wraper h1 {
  font-family: "Old Standard TT";
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1.2px;
  margin-top: 20px;
}
.presentation__wraper__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.presentation__wraper__buttons-learn {
  background-color: var(--secondary-color);
  border: 2px solid rgba(255, 255, 255, 0.33);
}
@media only screen and (min-width: 600px) {
  .presentation__wraper {
    width: 75%;
  }
  .presentation__wraper h2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .presentation__wraper {
    width: 70%;
  }
  .presentation__wraper h1 {
    font-size: 100px;
    line-height: 130px;
  }
  .presentation__wraper h2 {
    margin-top: 100px;
  }
}

.about-video {
  padding: 20px;
  text-align: center;
  max-width: 750px;
  margin: auto;
}
.about-video__media {
  width: 100%;
  margin: 20px 0;
}
.about-video p {
  font-family: "Old Standard TT";
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -1.16px;
  color: var(--primary-color);
}
@media only screen and (min-width: 400px) {
  .about-video p {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 550px) {
  .about-video p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 700px) {
  .about-video p {
    font-size: 46px;
    line-height: 56px;
  }
}

.services {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 500px;
  margin: 30px auto;
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
  max-width: 150px;
  max-height: 150px;
}
.services__item p {
  font-family: "Archivo";
  padding: 10px;
  font-weight: 700;
  font-size: 8px;
  line-height: 14px;
  letter-spacing: 2.4px;
  color: var(--secondary-color);
}
.services .airport {
  background-color: var(--tertiary-color);
}
.services .airport p {
  color: #fff;
}
.services .airport img {
  margin-top: 20px;
}
@media only screen and (min-width: 400px) {
  .services__item p {
    font-size: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .services {
    max-width: 800px;
    display: flex;
    margin: 50px auto;
    justify-content: space-around;
  }
}

.restaurant {
  width: 95%;
  max-width: 850px;
  padding: 20px;
  margin: 30px auto;
  background: #fff;
  box-shadow: 0px 14px 24px rgba(184, 184, 184, 0.1);
}
.restaurant__image {
  width: 100%;
  height: 300px;
  margin: 10px 0;
  background-image: url("../img/buffet1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.restaurant h5 {
  padding-top: 20px;
}
.restaurant h1 {
  font-size: 32px;
  line-height: 49px;
}
.restaurant p {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
}
.restaurant a {
  text-decoration: double;
}
.restaurant__button {
  margin-top: 20px;
}
@media only screen and (min-width: 800px) {
  .restaurant {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, fr);
    align-items: center;
    grid-column-gap: 30px;
    margin: 50px auto;
  }
  .restaurant__image {
    grid-area: 1/1/span 4/span 1;
    height: 400px;
  }
  .restaurant h5 {
    font-size: 10px;
    grid-column: 2;
    grid-row: 1;
  }
  .restaurant h1 {
    margin-top: -3px;
    font-size: 32px;
    grid-column: 2;
    grid-row: 2;
  }
  .restaurant p {
    font-size: 10px;
    grid-column: 2;
  }
  .restaurant__button {
    grid-column: 2;
    grid-row: 4;
  }
}

.counter {
  text-align: center;
  padding: 20px;
  margin: 0 auto 50px;
  max-width: 850px;
}
.counter h1, .counter h5 {
  text-align: left;
}
.counter__facts {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.counter__facts-item {
  padding: 20px 10px;
  width: 255px;
  display: grid;
  column-gap: 10px;
  grid-template-columns: 20% 80%;
  background-image: url("../img/flecha.png");
  background-repeat: no-repeat;
  background-position: 210px center;
}
.counter__facts-item img {
  width: 100%;
}
.counter__facts-item h1 {
  grid-column: 2;
  font-family: "Old Standard TT";
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -1.8px;
  color: var(--primary-color);
}
.counter__facts-item p {
  text-align: left;
  grid-column: 2;
  font-family: "Archivo";
  font-weight: 400;
  font-size: 12px;
  color: var(--title-color);
}
.counter img {
  width: 95%;
  max-width: 800px;
}
@media only screen and (min-width: 800px) {
  .counter__facts {
    flex-direction: row;
  }
}

.offers {
  padding: 20px;
}
.offers__wraper {
  box-shadow: 0px 14px 24px rgba(184, 184, 184, 0.1);
  margin: auto;
  max-width: 900px;
  padding-bottom: 20px;
}
.offers__text {
  padding: 20px 10px;
}
.offers__image {
  display: flex;
  margin: 20px auto;
  width: 100%;
  max-height: 440px;
}
.offers__price1 {
  font-family: "Archivo";
  font-weight: 700;
  font-size: 20px;
  text-align: right;
  text-decoration-line: line-through;
  color: var(--tertiary-color);
}
.offers__price2 {
  font-family: "Archivo";
  font-weight: 700;
  font-size: 28px;
  text-align: right;
  color: #DE5777;
  margin: 5px 10px;
}
.offers .small {
  font-size: 12px;
}
.offers__title {
  margin-top: -50px;
}
.offers__headline {
  font-size: 42px;
  line-height: 48px;
}
.offers__description, .offers__facilities {
  margin-top: 20px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
}
.offers__text {
  max-width: 600px;
  margin: auto;
  background-color: #fff;
}
.offers__facilities {
  padding: 20px 10px;
  margin: auto;
  max-width: 300px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: repeat(5, 1fr);
  row-gap: 10px;
  justify-content: center;
}
.offers__facilities img {
  margin-right: 5px;
}
.offers__button {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 700px) {
  .offers__text {
    padding: 15px;
    border-top: 5px solid var(--tertiary-color);
    position: relative;
    margin-top: -50px;
  }
}

/*# sourceMappingURL=styles.css.map */
