/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.overflow {
  overflow: hidden;
}

body {
  font-family: "Figtree", sans-serif;
  background-color: #dbe3ed;
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.events-none {
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

ul {
  list-style: none;
}

h2 {
  color: #869eba;
  font-size: 15px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3,
.about-hotel h2 {
  color: #080c28;
  font-family: "Aboreto", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
  letter-spacing: -1.36px;
}

p,
.text-content li {
  color: #6d7790;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.main-button {
  color: #3d4968;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: 28px;
  background: #c1cddb;
  text-decoration: none;
  transition: all 0.2s;
}

.main-button:hover {
  background-color: #080c28;
  color: #dbe3ed;
}

.main-button.dark {
  background: #080c28;
  color: #dbe3ed;
}

.main-button.dark:hover {
  background: #c1cddb;
  color: #3d4968;
}

/* Containers */

.container {
  max-width: 1840px;
  margin: 0 auto;
}

.main-container {
  max-width: 1295px;
  margin: 0 auto;
}

.room-container {
  max-width: 1532px;
  margin: 0 auto;
}

.medium-container {
  max-width: 1386px;
  margin: 0 auto;
}

.building-detail-container {
  max-width: 1355px;
  margin: 0 auto;
}

.other-container {
  max-width: 1461px;
  margin: 0 auto;
}

.mini-container {
  max-width: 785px;
  margin: 0 auto;
}

.program-container,
.about-hotel-container,
.frontpage-phrase-container {
  max-width: 1528px;
  margin: 0 auto;
}

.room-info-container {
  max-width: 1421px;
  margin: 0 auto;
}

.frontpage-about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #d1dae5;
}

.frontpage-about-us video {
  width: 100%;
  border-radius: 0 15px 15px 0;
  display: block;
}

.frontpage-about-us-content {
  display: flex;
  flex-direction: column;
  padding: 60px 80px;
}

.frontpage-about-us-content>div {
  margin-top: auto;
}

.frontpage-about-us-content h3 {
  font-size: 50px;
  letter-spacing: -2px;
}

.frontpage-about-us-content .wrapper {
  max-width: 556px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


/* Header */

header {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 40px 1% 0 1%;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-top {
  display: flex;
  align-items: center;
  gap: 44px;
}

.menu-top a {
  color: #dbe3ed;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.559px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
}

.menu-top a:hover {
  color: #080c28;
}

header.dark .menu-top a {
  color: #080c28;
}

header.dark .menu-top a:hover {
  color: #738498;
}

.reservation-button a,
.book-room {
  color: #dbe3ed;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.596px;
  text-transform: uppercase;
  padding: 16px 19px;
  border-radius: 49.372px;
  background: rgba(205, 214, 225, 0.13);
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s;
}

header.dark .reservation-button a {
  background: rgba(8, 12, 40, 0.06);
}

.reservation-button a::after,
.book-room::after {
  content: " ";
  position: relative;
  display: inline-block;
  right: 0;
  width: 18px;
  height: 19px;
  background-image: url(assets/icons/agenda.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.reservation-button a:hover::after {
  filter: invert(1);
}

header.dark .reservation-button a::after {
  filter: invert(1);
}

.book-room.dark {
  background: #080c28;
}

.book-room.dark:hover {
  background: rgba(8, 12, 40, 0.06);
  color: #080c28;
}

.book-room.dark:hover::after {
  filter: invert(1);
}

.btn-mobile {
  display: none;
}

/* Footer */

footer {
  background-color: #080c28;
  padding: 40px 1%;
}

footer .container {
  display: grid;
  grid-template-columns: 65% 1fr 1fr;
  grid-template-rows: 1fr 1fr 23% 3%;
}

.footer-main-span {
  color: #738498;
  font-size: 15px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-socials a {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.footer-socials a:hover {
  scale: 1.1;
}

.footer-socials .instagram {
  background-image: url(assets/icons/instagram.svg);
}

.footer-socials .facebook {
  background-image: url(assets/icons/facebook.svg);
}

.footer-logo {
  width: fit-content;
}

.footer-logo-content {
  grid-area: 1 / 1 / 2 / 2;
}

.footer-location {
  grid-area: 1 / 2 / 2 / 3;
}

.footer-contact {
  grid-area: 1 / 3 / 2 / 4;
}

.footer-text {
  grid-area: 2 / 1 / 3 / 2;
}

.footer-socials {
  grid-area: 3 / 1 / 4 / 2;
  display: flex;
  gap: 12px;
}

.footer-links {
  grid-area: 4 / 1 / 5 / 2;
  display: flex;
  gap: 31px;
}

.footer-image {
  grid-area: 2 / 2 / 5 / 4;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-image img {
  width: 100%;
}

.big-span {
  color: #738498;
  font-family: "Aboreto", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.68px;
}

.footer-links span,
.footer-links a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
  text-transform: uppercase;
  transition: all 0.2s;
}

.footer-links a:hover,
footer a:hover {
  color: #738498;
}

.big-span strong {
  color: #dbe3ed;
  font-weight: 400;
}

footer span,
footer a {
  color: #dbe3ed;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
}

.footer-contact .phone {
  margin-top: 10px;
}

.footer-contact .call-to-national {
  color: #dbe3ed;
  font-size: 11px;
  font-weight: 300;
  line-height: 160%;
  text-transform: uppercase;
}

/* Frontpage */

.banner {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 130px 5% 50px 5%;
  position: relative;
}

.banner::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg,
      rgba(8, 12, 40, 0.78) 0%,
      rgba(8, 12, 40, 0) 100%);
}

.banner .container {
  width: 100%;
  display: flex;
  gap: 114px;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.banner h1 {
  color: #dfeeff;
  font-family: "Aboreto", sans-serif;
  font-size: 87px;
  font-weight: 400;
  line-height: 97.701%;
  letter-spacing: -3.48px;
}

.banner .location {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-bottom: 12px;
}

.banner .location span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}

.banner .location span:nth-of-type(1) {
  display: flex;
  gap: 3px;
  align-items: center;
  position: relative;
}

.banner .location span:nth-of-type(1)::after {
  content: ".";
  position: relative;
  display: inline-block;
  right: 0;
  top: -3px;
}

.banner p {
  color: rgba(149, 170, 193, 0.7);
  font-size: 19px;
  font-weight: 400;
  line-height: 157.895%;
}

.banner .text-wrapper {
  max-width: 490px;
}

.banner .main-button {
  display: block;
  margin-top: 27px;
  width: fit-content;
}

.frontpage-buildings {
  padding: 88px 5% 176px 5%;
}

.frontpage-buildings .main-container {
  display: grid;
  grid-template-columns: 38% 1fr;
  align-items: center;
  gap: 10%;
}

.frontpage-buildings-list {
  display: flex;
  gap: 25px;
}

.building-card {
  text-decoration: none;
  width: 100%;
}

.building-card figure {
  aspect-ratio: 11 / 12;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.building-card figure::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 12, 40, 0.35);
  border-radius: 21.429px;
  opacity: 0;
  transition: all 0.2s;
}

.building-card:hover figure::after {
  opacity: 1;
}

.building-card img {
  width: 100%;
  height: 100%;
  border-radius: 21.429px;
}

.building-card h4 {
  color: #080c28;
  font-family: "Aboreto", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.209px;
  margin: 14px 0 7px 0;
}

.know-more {
  color: #3d4968;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}

.know-more::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 21px;
  height: 8px;
  background-image: url(assets/icons/seta.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.frontpage-buildings .building-card:nth-of-type(even) {
  top: 76px;
  position: relative;
}

.frontpage-rooms {
  padding: 106px 0 75px 0;
}

.frontpage-rooms-top-content .main-container {
  display: flex;
  gap: 60px;
  align-items: flex-end;
}

.frontpage-rooms-top-content {
  margin-bottom: 43px;
  padding: 0 5%;
}

.frontpage-rooms-top-content h3 {
  margin: 0;
}

.frontpage-rooms-top-content .title-wrapper {
  max-width: 820px;
}

.secondary-p {
  font-weight: 300;
  color: #3d4968;
}

.frontpage-rooms-list {
  display: flex;
  gap: 21px;
}

.frontpage-rooms-list .slick-arrow {
  opacity: 0;
  transition: all 0.2s;
}

.frontpage-rooms-list:hover .slick-arrow {
  opacity: 1;
}

.frontpage-rooms-list .slick-track {
  display: flex;
  gap: 20px;
}

.room-card {
  flex: 0 0 348px;
  text-decoration: none;
}

.frontpage-rooms-list .room-card {
  flex: auto;
}

.room-card figure {
  height: 450px;
  transition: all 0.2s;
}

.room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: flex;
}

.room-card:hover figure {
  height: 420px;
}

.room-card h4 {
  color: #080c28;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  margin: 16px 0 9px 0;
}

.frontpage-phrase {
  background-color: #080c28;
  background-image: url(assets/images/img_ponte.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 135px 5%;
}

.frontpage-phrase p {
  color: #dbe3ed;
  font-family: "Aboreto", sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -1.64px;
  margin-bottom: 25px;
}

.frontpage-phrase span {
  color: #dbe3ed;
  font-family: "Aboreto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.8px;
}

.frontpage-program {
  padding: 105px 5% 50px 5%;
}

.frontpage-program-top-content {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

.frontpage-program-top-content h3 {
  margin: 0;
}

.frontpage-program-top-content .text-wrapper {
  max-width: 801px;
}

.frontpage-program-grid {
  margin-top: 47px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.program-card {
  border-radius: 20px;
  background: #d1dae5;
  padding: 15px;
  position: relative;
  transition: all 0.2s;
}

.program-card:hover {
  background-color: #b0c0d3;
}

.program-card figure {
  border-radius: 20px;
  aspect-ratio: 15 / 9;
}

.program-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-card h4 {
  color: #080c28;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  margin: 17px 0 11px 0;
}

.program-card p {
  color: #3d4968;
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
}

.single-program-info .program-pack {
  position: relative;
  width: fit-content;
  top: auto;
  left: auto;
  border-radius: 7px;
  padding: 7px 12px;
}

.single-program-info .program-pack span {
  font-weight: 500;
}

.program-pack {
  border-radius: 0 10px 10px 0;
  background: #b0c0d3;
  position: absolute;
  top: 37px;
  left: 0;
  padding: 10px 15px;
}

.program-pack span {
  color: #080c28;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-program-info .program-pack span::before {
  width: 19px;
  height: 18px;
}

.program-pack span::before {
  content: " ";
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  background-image: url(assets/icons/pack.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 25px;
}

.about-hotel {
  padding: 50px 5% 100px 5%;
}

.about-hotel .about-hotel-container {
  border-radius: 30px;
  background: #d1dae5;
  padding: 82px 94px;
  display: grid;
  grid-template-columns: 51% 1fr;
  gap: 100px;
  background-image: url(assets/images/mapa.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.about-hotel figure {
  aspect-ratio: 16/10;
}

.about-hotel img {
  width: 100%;
  height: 100%;

}

.about-hotel ul {
  margin: 16px 0 23px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-hotel li {
  color: #3d4968;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  padding: 10px 15px;
  border-radius: 8px;
  background: #dbe3ed;
}

.about-hotel li strong {
  font-weight: 600;
}

.about-hotel-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Single: Edifício */

.building-hero {
  min-height: 90dvh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.building-hero::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(180deg,
      rgba(8, 12, 40, 0.92) 0%,
      rgba(8, 12, 40, 0.55) 52.4%,
      rgba(8, 12, 40, 0) 100%);
}

.building-hero {
  padding: 275px 0;
}

.building-hero .wrapper {
  max-width: 843px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.building-icon {
  width: 145px;
  height: 115px;
}

.building-hero h1 {
  color: #dfeeff;
  text-align: center;
  font-family: "Aboreto", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.16px;
  margin-top: 30px;
}

.building-hero p {
  color: #c2d5eb;
  margin-top: 17px;
}

.toggle-button {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.toggle-button span {
  color: #fdfeff;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

.building-hero svg>circle {
  transform: translateY(0);
  animation: svgCircle 3s forwards infinite;
}

@keyframes svgCircle {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

.building-details {
  padding: 70px 5% 0 5%;
}

.building-details .building-detail-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.detail-card {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  padding-right: 13px;
}

.detail-card img {
  width: 41px;
  height: 41px;
  object-fit: contain;
}

.detail-card:not(:last-of-type)::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #7d859c;
}

.detail-card span {
  color: #3d4968;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
}

.building-about {
  padding: 70px 5% 80px 5%;
}

.building-about .medium-container {
  display: grid;
  grid-template-columns: 1fr 56%;
  align-items: center;
  gap: 115px;
}

.building-about img,
.building-about figure {
  width: 100%;
  border-radius: 20px;
}

.building-about img {
  height: 100%;
}

.building-about figure {
  aspect-ratio: 16/9;
}

.building-about .slider {
  position: relative;
  max-height: 438px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

.slick-arrow:hover {
  scale: 1.1;
}

.slick-next {
  right: 30px;
  background-image: url(assets/icons/next.svg);
}

.slick-prev {
  left: 30px;
  background-image: url(assets/icons/prev.svg);
}

.building-room {
  padding: 0 5% 100px 5%;
}

.single-programa .building-room-grid,
.single-quarto .building-room-grid {
  margin-top: 10px;
}

.building-room-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.building-room-top-content {
  text-align: center;
}

.room-info {
  padding: 200px 5% 60px 5%;
  background-color: #d1dae5;
  position: relative;
}

.room-info::after {
  content: " ";
  position: absolute;
  right: -10px;
  top: 0;
  width: 22%;
  height: 85%;
  background-image: url(assets/icons/building_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  pointer-events: none;
  z-index: 0;
}

.room-info-grid {
  display: grid;
  grid-template-columns: 1fr 56%;
  align-items: center;
  gap: 123px;
  position: relative;
  z-index: 2;
}

.room-info h1 {
  color: #080c28;
  font-family: "Aboreto", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.52px;
}

.room-info-slider img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: auto;
}

.room-info-content--details {
  display: flex;
  gap: 10px;
  margin: 15px 0 25px 0;
  flex-wrap: wrap;
}

.room-detail {
  padding: 6px 13px;
  background-color: #dbe3ed;
  border-radius: 7.3px;
}

.room-detail span {
  overflow: hidden;
  color: #6d7790;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.room-detail span strong {
  font-weight: 600;
}

.reserve-room span {
  color: #38425b;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
}

.other-rooms {
  padding: 70px 5% 100px 5%;
}

.room-specifications {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 885px;
  margin: 55px auto 0 auto;
  justify-content: center;
}

.single-program-info {
  padding: 250px 5% 75px 5%;
  position: relative;
  background-color: #d1dae5;
}

.single-program-info .title-wrapper {
  max-width: 671px;
}

.single-program-info .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 580px;
  z-index: 0;
}

.single-program-info .banner-img::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(8, 12, 40, 0.77) 0%,
      rgba(8, 12, 40, 0.77) 100%);
}

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

.single-program-info .mini-container {
  z-index: 1;
  position: relative;
}

.single-program-info h1,
.info-page h1 {
  color: #dbe3ed;
  font-family: "Aboreto", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -1.84px;
  margin: 10px 0 30px 0;
}

.info-page h1 {
  margin: 0;
}

.single-program-info .mini-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.single-programa .text-content {
  margin-top: 22px;
}

.single-program-info .mini-container figure {
  margin-bottom: 22px;
  aspect-ratio: 2 / 1;
}

.text-content p,
.text-content li {
  color: #3d4968;
  font-size: 16px;
}

.text-content h3 {
  font-size: 30px;
}

.text-content {
  margin: 20px 0 10px 0;
}

.info-page .text-content {
  margin: 0;
}

.text-content ul,
.info-page-content ul {
  margin: 20px 0 20px 20px;
  list-style: disc;
}

.text-content p {
  margin-bottom: 13px;
}

.text-content p strong {
  font-weight: 500;
}

.text-content table {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  overflow-x: auto;
}

.text-content table tr td:nth-of-type(4) {
  min-width: 160px;
}

.text-content th {
  color: #6d7790;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  padding: 8px;
}

.text-content td {
  font-size: 14px;
  color: #6d7790;
  font-weight: 300;
  line-height: 160%;
  padding: 8px;
}

.single-program-info .mini-container h2 {
  color: #080c28;
  font-family: "Aboreto", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.36px;
}

.more-about {
  border-radius: 20px;
  background: #dbe3ed;
  padding: 25px;
  margin-top: 30px;
}

.more-about .wrapper {
  max-width: 551px;
}

.more-about p {
  font-weight: 300;
  line-height: 160%;
}

.more-about span {
  color: #3d4968;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.more-about-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  gap: 20px;
  row-gap: 7px;
  flex-wrap: wrap;
}

.other-program {
  padding: 65px 5% 0px 5%;
}

.other-program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.other-program .other-container {
  display: flex;
  align-items: center;
  gap: 90px;
}

.other-program .program-content {
  flex: 0 0 358px;
}

/* Info Page */

.info-page-header {
  padding: 193px 5% 100px 5%;
  background: rgba(8, 12, 40, 0.77);
}

.info-page-content {
  padding: 60px 5% 70px 5%;
}

/*404*/

.not-found {
  padding: 200px 5%;
}

.not-found .mini-container {
  text-align: center;
}

.not-found h1 {
  font-family: "Aboreto", sans-serif;
  font-size: 200px;
  text-align: center;
  text-shadow: 2px 2px 5px #080c28;
  margin: 0;
  line-height: 1;
  color: #080c28;
}

.not-found .main-button {
  display: block;
  width: fit-content;
  margin: 10px auto 0 auto;
}

.not-found h2 {
  font-size: 25px;
}

/* QUERIES */

@media screen and (max-width: 1980px) {}

@media screen and (max-width: 1800px) {
  .banner h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1720px) {

  h3,
  .about-hotel h2 {
    font-size: 30px;
  }

  .building-card h4 {
    font-size: 28px;
  }

  .know-more {
    font-size: 15px;
  }

  .frontpage-about-us-content h3 {
    font-size: 47px;
  }

  .building-hero h1 {
    font-size: 50px;
  }

  .building-hero {
    padding: 230px 5%;
  }

  .room-info h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1640px) {
  header {
    padding: 40px 5% 0 5%;
  }

  .banner h1 {
    font-size: 72px;
  }

  .banner .container {
    gap: 30px;
  }

  .banner p {
    font-size: 18px;
  }

  .banner .text-wrapper {
    max-width: 383px;
  }

  h3,
  .about-hotel h2 {
    font-size: 28px;
  }

  .building-card h4 {
    font-size: 26px;
  }

  .about-hotel li {
    font-size: 16px;
  }

  p {
    font-size: 17px;
  }

  .about-hotel .about-hotel-container {
    gap: 70px;
  }

  .big-span {
    font-size: 38px;
  }

  footer span,
  footer a {
    font-size: 17px;
  }

  footer {
    padding: 40px 5%;
  }

  .program-pack span {
    font-size: 12px;
  }

  .program-card h4 {
    font-size: 23px;
  }

  .frontpage-phrase p {
    font-size: 38px;
  }

  .frontpage-phrase span {
    font-size: 19px;
  }

  .frontpage-about-us-content h3 {
    font-size: 45px;
  }

  .room-card figure {
    height: 420px;
  }

  .room-card:hover figure {
    height: 400px;
  }

  .building-icon {
    width: 130px;
    height: 100px;
  }

  .building-hero h1 {
    font-size: 48px;
  }

  .room-info h1 {
    font-size: 34px;
  }

  .single-program-info h1,
  .info-page h1 {
    font-size: 42px;
  }

  .single-program-info .mini-container h2 {
    font-size: 30px;
  }

  .more-about span {
    font-size: 17px;
  }
}

@media screen and (max-width: 1540px) {
  .banner h1 {
    font-size: 67px;
  }

  .main-button {
    font-size: 14px;
    padding: 9px 20px;
  }

  .big-span {
    font-size: 35px;
  }

  .program-card h4 {
    font-size: 22px;
  }

  .program-pack span::before {
    width: 20px;
    height: 19px;
  }

  .frontpage-phrase p {
    font-size: 36px;
  }

  .frontpage-about-us-content h3 {
    font-size: 40px;
  }

  .frontpage-about-us-content {
    padding: 60px;
  }

  .room-card h4 {
    font-size: 18px;
  }

  .building-hero h1 {
    font-size: 46px;
  }

  .building-icon {
    width: 120px;
    height: 90px;
  }

  .room-info h1 {
    font-size: 32px;
  }

  .reservation-button a,
  .book-room {
    font-size: 14px;
  }

  .room-info-grid {
    gap: 100px;
  }

  .single-program-info h1,
  .info-page h1 {
    font-size: 40px;
  }

  .single-program-info .mini-container h2 {
    font-size: 28px;
  }

  .more-about span {
    font-size: 15px;
  }

  .not-found h1 {
    font-size: 175px;
  }
}

@media screen and (max-width: 1440px) {
  .banner h1 {
    font-size: 60px;
  }

  .banner .location span {
    font-size: 12px;
  }

  .custom-logo-link,
  .footer-logo {
    max-width: 190px;
    display: block;
  }

  .custom-logo-link img,
  .footer-logo img {
    width: 100%;
    object-fit: contain;
  }

  .menu-top {
    gap: 35px;
  }

  .menu-top a {
    font-size: 13px;
  }

  .reservation-button a,
  .book-room {
    padding: 13px 17px;
  }

  .banner p {
    font-size: 16px;
  }

  .frontpage-buildings .main-container {
    grid-template-columns: 40% 1fr;
  }

  .frontpage-buildings {
    padding: 80px 5% 150px 5%;
  }

  p,
  .text-content li {
    font-size: 16px;
  }

  .building-card h4 {
    font-size: 24px;
  }

  .know-more {
    font-size: 14px;
  }

  .about-hotel img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .about-hotel .about-hotel-container {
    padding: 60px 70px;
  }

  .about-hotel .about-hotel-container {
    gap: 50px;
  }

  .footer-main-span {
    font-size: 13px;
  }

  .program-card p {
    font-size: 14px;
  }

  .frontpage-program {
    padding: 80px 5% 50px 5%;
  }

  .program-card h4 {
    font-size: 20px;
    margin: 13px 0 11px 0;
  }

  .frontpage-phrase p {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .frontpage-phrase {
    padding: 110px 5%;
  }

  .frontpage-phrase span {
    font-size: 18px;
  }

  .frontpage-about-us-content h3 {
    font-size: 34px;
  }

  h2 {
    font-size: 13px;
  }

  .room-card figure {
    height: 400px;
  }

  .room-card:hover figure {
    height: 380px;
  }

  .frontpage-rooms {
    padding: 80px 0 70px 0;
  }

  .building-hero h1 {
    font-size: 42px;
  }

  .building-hero {
    padding: 190px 5%;
  }

  .building-icon {
    width: 110px;
    height: 80px;
  }

  .building-details .building-detail-container {
    row-gap: 10px;
  }

  .detail-card span {
    font-size: 14px;
  }

  .reservation-button a,
  .book-room {
    font-size: 13px;
  }

  .room-info h1 {
    font-size: 30px;
  }

  .room-info {
    padding: 170px 5% 50px 5%;
  }

  .single-program-info h1,
  .info-page h1 {
    font-size: 36px;
  }

  .info-page-header {
    padding: 180px 5% 100px 5%;
  }

  .text-content p {
    font-size: 15px;
  }

  .text-content h3 {
    font-size: 26px;
  }

  .single-program-info {
    padding: 200px 5% 70px 5%;
  }

  .single-program-info .title-wrapper {
    max-width: 533px;
  }

  .single-program-info .banner-img {
    height: 500px;
  }

  .single-program-info h1 {
    margin: 10px 0 20px 0;
  }

  .single-program-info .mini-container h2 {
    font-size: 25px;
  }

  .not-found h1 {
    font-size: 150px;
  }

  .not-found h2 {
    font-size: 20px;
  }

  h3,
  .about-hotel h2 {
    font-size: 25px;
  }

  .building-room-grid {
    margin-top: 30px;
  }

  h2 {
    margin-bottom: 4px;
  }

  footer span,
  footer a {
    font-size: 16px;
  }

  .footer-contact .call-to-national {
    font-size: 10px;
  }

  .footer-links span,
  .footer-links a {
    font-size: 11px;
  }
}

@media screen and (max-width: 1376px) {
  .banner h1 {
    font-size: 57px;
  }

  .main-button {
    font-size: 13px;
    padding: 9px 20px;
  }

  .frontpage-buildings .main-container {
    gap: 8%;
  }

  .building-card h4 {
    font-size: 22px;
  }

  p,
  .text-content li {
    font-size: 15px;
  }

  h3,
  .about-hotel h2 {
    font-size: 24px;
  }

  footer span,
  footer a {
    font-size: 14px;
  }

  .footer-contact .call-to-national {
    font-size: 9px;
  }

  .footer-links span,
  .footer-links a {
    font-size: 11px;
  }

  .footer-links {
    gap: 20px;
  }

  .big-span {
    font-size: 30px;
  }

  .program-card h4 {
    font-size: 20px;
  }

  .frontpage-program-grid {
    margin-top: 30px;
  }

  .frontpage-phrase p {
    font-size: 30px;
  }

  .frontpage-phrase span {
    font-size: 17px;
  }

  .frontpage-about-us-content {
    padding: 50px;
  }

  .frontpage-about-us-content h3 {
    font-size: 32px;
  }

  .room-card h4 {
    font-size: 17px;
  }

  .room-card figure {
    height: 380px;
  }

  .room-card:hover figure {
    height: 360px;
  }

  .know-more {
    font-size: 14px;
  }

  .building-hero h1 {
    margin-top: 20px;
    font-size: 40px;
  }

  .building-hero {
    padding: 190px 5% 150px 5%;
  }

  .detail-card img {
    width: 37px;
    height: 37px;
  }

  .room-info h1 {
    font-size: 26px;
  }

  .reservation-button a::after,
  .book-room::after {
    width: 17px;
    height: 18px;
  }

  .room-info-grid {
    gap: 60px;
  }

  .reserve-room span {
    font-size: 11px;
  }

  .reservation-button a,
  .book-room {
    font-size: 12px;
  }

  .other-rooms {
    padding: 50px 5% 70px 5%;
  }

  .single-program-info h1,
  .info-page h1 {
    font-size: 34px;
  }

  .single-program-info .title-wrapper {
    max-width: 500px;
  }

  .text-content h3 {
    font-size: 24px;
  }

  .text-content ul,
  .info-page-content ul {
    margin: 10px 0 10px 20px;
  }

  .single-program-info .mini-container h2 {
    font-size: 25px;
  }

  .other-program .other-container {
    gap: 60px;
  }

  .not-found {
    padding: 160px 5% 130px 5%;
  }

  .not-found h1 {
    font-size: 130px;
  }

  .not-found h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .banner h1 {
    font-size: 56px;
  }

  .banner p {
    font-size: 16px;
  }

  .banner .text-wrapper {
    max-width: 341px;
  }

  .banner .main-button {
    margin-top: 15px;
  }

  .program-card h4 {
    font-size: 19px;
  }

  .frontpage-phrase p {
    font-size: 27px;
  }

  .frontpage-rooms-top-content .title-wrapper {
    max-width: 725px;
  }

  .building-hero h1 {
    font-size: 40px;
  }

  .building-details {
    padding: 50px 5% 0 5%;
  }

  .building-room-grid {
    display: flex;
    overflow-x: scroll;
    padding: 0 5%;
  }

  .other-rooms {
    padding: 50px 0 70px 0;
  }

  .other-rooms-top-content {
    padding: 0 5%;
  }

  .building-room-grid::-webkit-scrollbar {
    display: none;
  }

  .building-room {
    padding: 0 0 100px 0;
  }

  .building-room-top-content {
    padding: 0 5%;
  }

  .room-detail span {
    font-size: 12px;
  }

  .text-content h3 {
    font-size: 22px;
  }

  .other-rooms-top-content {
    padding: 0 5%;
  }

  .not-found h1 {
    font-size: 120px;
  }

  .program-pack span {
    font-size: 11px;
  }

  .about-hotel li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1180px) {
  .banner h1 {
    font-size: 54px;
  }

  .frontpage-buildings .main-container {
    gap: 7%;
  }

  .about-hotel li {
    font-size: 14px;
  }

  .about-hotel-content-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .about-hotel .about-hotel-container {
    grid-template-columns: 1fr;
    background-position: top left;
  }

  .footer-contact .call-to-national {
    font-size: 9px;
  }

  .footer-main-span {
    margin-bottom: 7px;
  }

  .footer-socials a {
    width: 20px;
    height: 20px;
  }

  footer .container {
    grid-template-columns: 55% 1fr 1fr;
    grid-template-rows: 1fr 1fr 23% 1fr 3%;
  }

  .footer-links {
    grid-area: 5 / 1 / 6 / 4;
    margin-top: 30px;
  }

  .program-pack span {
    font-size: 11px;
  }

  .program-pack span::before {
    width: 18px;
    height: 17px;
  }

  .frontpage-program-top-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .frontpage-phrase p {
    font-size: 26px;
  }

  .frontpage-phrase {
    padding: 90px 5%;
  }

  .frontpage-about-us-content h3 {
    font-size: 30px;
  }

  .frontpage-about-us-content {
    padding: 50px 40px;
  }

  .frontpage-rooms-top-content .title-wrapper {
    max-width: 600px;
  }

  .frontpage-rooms-top-content .main-container {
    justify-content: space-between;
  }

  .building-icon {
    width: 100px;
    height: 70px;
  }

  .building-hero h1 {
    font-size: 38px;
  }

  .detail-card span {
    font-size: 13px;
  }

  .detail-card img {
    width: 35px;
    height: 35px;
  }

  .building-about .medium-container {
    gap: 40px;
  }

  .building-about .medium-container {
    grid-template-columns: 1fr 54%;
  }

  .single-program-info .banner-img {
    height: 400px;
  }

  .single-program-info {
    padding: 160px 5% 70px 5%;
  }

  .single-program-info .mini-container h2 {
    font-size: 24px;
  }

  .other-program .program-content {
    flex: 0 0 300px;
  }

  .footer-links span, .footer-links a {
    font-size: 10px;
  }

  .frontpage-about-us-content h3 {
    font-size: 30px;
  }

  .room-card {
    flex: 0 0 320px;
  }

  .toggle-button span {
    font-size: 10px;
  }
}

@media screen and (max-width: 820px) and (max-height: 1180px) {
  .building-hero {
    min-height: 45vh;
  }
}


@media screen and (max-width: 1024px) {
  .banner .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .banner .text-wrapper {
    max-width: 100%;
  }

  .banner::after {
    height: 100%;
  }

  .banner .main-button {
    margin-top: 0px;
  }

  .banner .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
  }

  .header-navigation {
    position: fixed;
    right: -100vw;
    top: 0;
    height: 100vh;
    width: 50vw;
    transition: all 0.2s;
    background-color: #080c28;
  }

  .header-navigation.active {
    right: 0;
  }

  header.dark .menu-top a {
    color: #dbe3ed;
  }

  .btn-mobile {
    display: block;
    width: 45px;
    cursor: pointer;
    position: relative;
  }

  .btn-mobile.active {
    scale: 0.8;
  }

  .btn-mobile span {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 3px;
    background: #dbe3ed;
    transition: all 0.3s;
    position: relative;
  }

  header.dark .btn-mobile span {
    background: #080c28;
  }

  header.dark .btn-mobile.active span {
    background: #dbe3ed;
  }

  .btn-mobile span+span {
    margin-top: 8px;
  }

  .btn-mobile.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
  }

  .btn-mobile.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
  }

  .btn-mobile.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
  }

  .btn-mobile.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
  }

  .btn-mobile.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
  }

  .btn-mobile.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
  }

  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }

    50% {
      top: 11px;
      transform: rotate(0);
    }

    100% {
      top: 11px;
      transform: rotate(45deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 11px;
      transform: rotate(45deg);
    }

    50% {
      top: 11px;
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }

    50% {
      bottom: 11px;
      transform: rotate(0);
    }

    100% {
      bottom: 11px;
      transform: rotate(135deg);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 11px;
      transform: rotate(135deg);
    }

    50% {
      bottom: 11px;
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }

  @keyframes scaled {
    50% {
      transform: scale(0);
    }

    100% {
      transform: scale(0);
    }
  }

  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }

    50% {
      transform: scale(0);
    }

    100% {
      transform: scale(1);
    }
  }

  .menu-top {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .menu-top a {
    font-size: 14px;
  }

  .banner h1 {
    font-size: 50px;
  }

  .banner .location span {
    font-size: 11px;
  }

  h3, .about-hotel h2 {
    font-size: 22px;
  }

  p,
  .text-content li {
    font-size: 14px;
  }

  .frontpage-buildings .main-container {
    grid-template-columns: 42% 1fr;
  }

  .frontpage-buildings-list {
    gap: 15px;
  }

  .know-more {
    font-size: 14px;
  }

  .about-hotel {
    padding: 0 5% 50px 5%;
  }

  .big-span {
    font-size: 28px;
  }

  .footer-links span,
  .footer-links a {
    font-size: 10px;
  }

  .footer-main-span {
    font-size: 12px;
  }

  .frontpage-program-grid {
    display: flex;
    overflow-x: scroll;
    height: 100%;
  }

  .frontpage-program-grid::-webkit-scrollbar {
    display: none;
  }

  .frontpage-program {
    padding: 50px 0;
  }

  .frontpage-program-top-content,
  .frontpage-program-grid {
    padding: 0 5%;
  }

  .program-card {
    flex: 0 0 320px;
  }

  .program-card h4 {
    margin: 10px 0 5px 0;
  }

  .program-pack {
    padding: 8px 12px;
  }

  .program-card p {
    font-size: 13px;
  }

  .frontpage-phrase p {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .frontpage-about-us-content h3 {
    font-size: 27px;
  }

  h2 {
    font-size: 12px;
  }

  .frontpage-about-us {
    grid-template-columns: 1fr;
  }

  .frontpage-about-us video {
    border-radius: 0;
    height: auto;
  }

  .frontpage-about-us-video {
    order: 2;
  }

  .frontpage-about-us-content .wrapper {
    max-width: 100%;
  }

  .frontpage-about-us-content {
    padding: 50px 5% 30px 5%;
  }

  .frontpage-rooms-top-content .title-wrapper {
    max-width: 500px;
  }

  .frontpage-rooms {
    padding: 50px 0;
  }

  .room-card figure {
    height: 330px;
  }

  .room-card:hover figure {
    height: 310px;
  }

  .room-card {
    flex: 0 0 300px;
  }

  .banner {
    min-height: 100dvh;
  }

  .toggle-button span {
    font-size: 10px;
  }

  .building-hero h1 {
    font-size: 36px;
  }

  .building-details .building-detail-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 5%;
  }

  .building-details {
    padding: 50px 0 0 0;
  }

  .building-details .building-detail-container::-webkit-scrollbar {
    display: none;
  }

  .detail-card span {
    text-wrap: nowrap;
  }

  .detail-card {
    padding-right: 20px;
  }

  .building-about {
    padding: 30px 5% 50px 5%;
  }

  .building-room {
    padding: 0 0 50px 0;
  }

  .building-room-grid {
    margin-top: 30px;
  }

  .room-info {
    padding: 140px 5% 50px 5%;
  }

  .room-info-grid {
    gap: 30px;
  }

  .room-info h1 {
    font-size: 25px;
  }

  .reserve-room {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 8px;
    align-items: center;
    flex-wrap: wrap;
  }

  .reserve-room span {
    margin: 0;
  }

  .room-detail {
    padding: 6px 10px;
  }

  .room-specifications {
    margin: 30px auto 0 auto;
  }

  .text-content h3 {
    font-size: 20px;
  }

  .info-page-header {
    padding: 160px 5% 80px 5%;
  }

  .info-page-content {
    padding: 50px 5% 40px 5%;
  }

  .single-program-info h1, .info-page h1 {
    font-size: 30px;
  }

  .text-content th {
    font-size: 15px;
  }

  .text-content p {
    font-size: 14px;
  }

  .single-program-info .mini-container h2 {
    font-size: 21px;
  }

  .other-program .other-container {
    gap: 40px;
  }

  .other-program .program-content {
    flex: 0 0 265px;
  }

  .other-program {
    padding: 50px 5% 0 5%;
  }

  .not-found h1 {
    font-size: 110px;
  }

  .building-card h4 {
    font-size: 21px;
  }
}

@media screen and (max-width: 1026px) and (max-height: 1366px) {
  .banner {
    min-height: 70vh;
  }
}


@media screen and (max-width: 926px) {
  .banner h1 {
    font-size: 50px;
  }

  .building-card h4 {
    font-size: 21px;
  }

  footer span,
  footer a {
    font-size: 13px;
  }

  footer .container {
    grid-template-columns: 53% 1fr 1fr;
    grid-template-rows: 1fr 1fr 13% 1fr 3%;
  }

  .big-span {
    font-size: 26px;
  }

  .program-card {
    flex: 0 0 300px;
  }

  .frontpage-rooms-top-content .main-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .frontpage-rooms-top-content .title-wrapper {
    max-width: 100%;
  }

  .room-info-grid {
    grid-template-columns: 100%;
  }

  .room-info-slider {
    max-width: 70%;
    margin: 0 auto;
  }

  .info-page-header {
    padding: 160px 5% 60px 5%;
  }

  .single-program-info h1,
  .info-page h1 {
    font-size: 30px;
  }

  .other-program .program-content {
    flex: auto;
  }

  .other-program .other-container {
    gap: 30px;
    flex-direction: column;
  }
}

@media screen and (max-width: 850px) {
  .banner h1 {
    font-size: 48px;
  }

  .banner p {
    font-size: 15px;
  }

  .main-button {
    font-size: 11px;
    padding: 9px 18px;
  }

  .frontpage-buildings .main-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .building-card img {
    object-fit: cover;
  }

  .building-card figure {
    aspect-ratio: 5/6;
  }

  .frontpage-buildings .building-card:nth-of-type(even) {
    top: 0;
  }

  .frontpage-buildings {
    padding: 50px 5%;
  }

  .about-hotel .about-hotel-container {
    padding: 50px;
    gap: 30px;
  }

  .program-card h4 {
    font-size: 18px;
  }

  .program-pack span {
    font-size: 10px;
  }

  .program-pack span::before {
    width: 15px;
    height: 14px;
  }

  .frontpage-phrase p {
    font-size: 22px;
  }

  .frontpage-phrase span {
    font-size: 15px;
  }

  .building-hero h1 {
    font-size: 34px;
  }

  .building-about .medium-container {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .room-info h1 {
    font-size: 25px;
  }

  .other-rooms {
    padding: 40px 0 50px 0;
  }

  .text-content h3 {
    font-size: 19px;
  }

  .text-content td {
    font-size: 13px;
  }

  .text-content th {
    font-size: 14px;
  }

  .single-program-info .mini-container h2 {
    font-size: 20px;
  }

  .more-about span {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .banner h1 {
    font-size: 46px;
  }

  .header-navigation {
    width: 100vw;
  }

  .building-card h4 {
    font-size: 20px;
  }

  footer .container {
    grid-template-columns: 53% 1fr 1fr;
    grid-template-rows: 1fr 22% 13% 1fr 10%;
  }

  .big-span {
    font-size: 24px;
  }

  .footer-links {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .footer-contact {
    margin-left: 10px;
  }

  .footer-contact .call-to-national {
    font-size: 7px;
  }

  .program-card {
    flex: 0 0 280px;
  }

  .frontpage-phrase {
    padding: 70px 5%;
  }

  .frontpage-phrase p {
    font-size: 21px;
  }

  .frontpage-about-us-content h3 {
    font-size: 26px;
  }

  .room-card h4 {
    font-size: 16px;
    margin: 10px 0;
  }

  .building-hero h1 {
    font-size: 32px;
  }

  .room-info-slider {
    max-width: 80%;
    margin: 0 auto;
  }

  .not-found h1 {
    font-size: 100px;
  }

  .not-found h2 {
    font-size: 17px;
  }
}

@media screen and (max-width: 670px) {
  .banner {
    padding-bottom: 30px;
  }

  .banner h1 {
    font-size: 45px;
  }

  footer .container {
    grid-template-columns: 44% 1fr 1fr;
    grid-template-rows: 1fr 22% 13% 1fr 10%;
  }

  .big-span {
    font-size: 20px;
  }

  .room-card figure {
    height: 300px;
  }

  .room-card:hover figure {
    height: 280px;
  }

  .frontpage-rooms-top-content {
    margin-bottom: 20px;
  }

  .building-hero h1 {
    font-size: 30px;
  }

  .room-info h1 {
    font-size: 24px;
  }

  .room-specifications {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 5%;
  }

  .room-specifications::-webkit-scrollbar {
    display: none;
  }

  .room-info {
    padding: 140px 0 50px 0;
  }

  .room-info-content,
  .room-info-slider {
    padding: 0 5%;
  }

  .single-program-info h1,
  .info-page h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 570px) {

  h3,
  .about-hotel h2 {
    font-size: 20px;
  }

  .about-hotel .about-hotel-container {
    padding: 30px;
  }

  .banner h1 {
    font-size: 39px;
  }

  footer .container {
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    grid-template-rows: auto;
  }

  .footer-logo-content,
  .footer-contact {
    grid-area: auto;
  }

  .footer-image {
    grid-area: 5 / 1 / 6 / 3;
  }

  .footer-links {
    grid-area: 6 / 1 / 7 / 3;
  }

  .footer-contact {
    grid-area: 2 / 1 / 3 / 2;
    margin-left: 0;
  }

  .footer-location {
    grid-area: 2 / 2 / 3 / 3;
  }

  .footer-text {
    grid-area: 4 / 1 / 5 / 3;
  }

  .footer-socials {
    grid-area: 3 / 1 / 4 / 2;
  }

  .frontpage-phrase p {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .frontpage-phrase span {
    font-size: 14px;
  }

  .frontpage-about-us-content h3 {
    font-size: 24px;
  }

  .frontpage-rooms-list .room-card {
    flex: auto;
  }

  .building-hero h1 {
    font-size: 28px;
  }

  .slick-arrow {
    display: none !important;
  }

  .room-card {
    flex: 0 0 270px;
  }

  .room-info h1 {
    font-size: 22px;
  }

  .detail-card img {
    width: 33px;
    height: 33px;
  }

  .book-room {
    font-size: 11px;
  }

  .other-program-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .not-found h1 {
    font-size: 90px;
  }

  .not-found h2 {
    font-size: 16px;
  }

  .not-found {
    padding: 160px 5% 90px 5%;
  }

  .about-hotel .about-hotel-container {
    gap: 20px;
  }
}

@media screen and (max-width: 460px) {

  h3,
  .about-hotel h2 {
    font-size: 19px;
  }

  .btn-mobile {
    width: 35px;
  }

  .banner .location span {
    font-size: 10px;
  }

  h2 {
    font-size: 11px;
  }

  p,
  .text-content li {
    font-size: 13px;
  }

  .banner h1 {
    font-size: 35px;
  }

  .custom-logo-link,
  .footer-logo {
    max-width: 160px;
  }

  header {
    padding: 30px 5% 0 5%;
  }

  .program-card h4 {
    font-size: 17px;
  }

  h2 {
    font-size: 12px;
  }

  .frontpage-about-us-content h3 {
    font-size: 20px;
  }

  .about-hotel .about-hotel-container {
    padding: 20px;
  }

  .about-hotel li {
    font-size: 13px;
  }

  .frontpage-phrase {
    padding: 50px 5%;
  }

  .frontpage-phrase p {
    font-size: 19px;
  }

  .building-card h4 {
    font-size: 19px;
  }

  .know-more {
    font-size: 12px;
  }

  .room-card figure {
    height: 240px;
  }

  .room-card:hover figure {
    height: 220px;
  }

  .room-card {
    flex: 0 0 200px;
  }

  .program-card {
    flex: 0 0 260px;
  }

  .program-card h4 {
    font-size: 16px;
  }

  .room-card h4 {
    font-size: 15px;
  }

  .building-room-grid {
    gap: 15px;
  }

  .building-hero h1 {
    font-size: 26px;
  }

  .building-icon {
    width: 90px;
    height: 60px;
  }

  .detail-card span {
    font-size: 12px;
  }

  .room-info-slider {
    max-width: 100%;
  }

  .room-info {
    padding: 110px 0 50px 0;
  }

  .room-info h1 {
    font-size: 20px;
  }

  .room-info {
    padding: 110px 0 40px 0;
  }

  .single-program-info h1,
  .info-page h1 {
    font-size: 24px;
  }

  .text-content p,
  .text-content li {
    font-size: 13px;
  }

  .info-page-header {
    padding: 160px 5% 40px 5%;
  }

  .text-content h3 {
    font-size: 17px;
  }

  .text-content th {
    font-size: 13px;
  }

  .single-program-info .mini-container h2 {
    font-size: 19px;
  }

  .more-about span {
    font-size: 13px;
  }

  .program-card p {
    font-size: 12px;
  }

  .not-found h2 {
    font-size: 16px;
  }

  .main-button {
    font-size: 11px;
  }

  .not-found h1 {
    font-size: 75px;
    margin-bottom: 10px;
  }

  .banner p {
    font-size: 14px;
  }
}

@media screen and (max-width: 390px) {}