﻿.bg-color-hotel {
  background-color: #faf8f8;
  padding-bottom: 50px;
  padding-top: 10px;
}

.slider-content {
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  margin-left: 40;
  background-color: #ffffff;
}

.slider-title {
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #1c1c1c;

  margin-left: 80px;
  margin-right: 35px;
  font-family: "Cormorant Garamond", serif;

  text-transform: uppercase;
}

.slider-subtitle {
  font-size: 22px;
  color: #999999;
  font-family: "Dosis";
  font-style: italic;
  margin-bottom: 25px;
  margin-left: 80px;
  letter-spacing: 0.5px;
}

.slider-text {
  font-size: 18px;
  font-family: "Dosis";
  color: #6a6a6a;
  line-height: 1.9;
  margin-bottom: 40px;
  margin-left: 80px;
  margin-right: 35px;
  font-weight: 200;
}

.carousel-indicators {
  bottom: -60px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  opacity: 0.6;
  margin: 10px;
  transition: opacity 0.2s ease;
}

.carousel-indicators .active {
  background-color: #bc9873;
  opacity: 1;
}

.section-header {
  text-align: center;
  font-style: italic;
}

.section-subtitle {
  font-family: "Herr Von Muellerhoff";
  font-size: 110px;
  font-weight: 200;

  color: #d5d5d5;
}

.section-title {
  font-family: "Dancing Script", cursive;
  color: #1c1c1c;
  font-size: 65px;
  line-height: 120px;
  margin-top: 50px;
}

.bg-color-hotel {
  background-color: #faf8f8;
  padding-bottom: 50px;
  padding-top: 10px;
}

.slider-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #1c1c1c;
  margin: 0 0 8px 0;
  margin-bottom: 40px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.slider-subtitle {
  font-size: 18px;
  color: #757575;
  font-family: "Dosis";
  font-style: italic;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
}

.slider-text {
  font-size: 17px;
  font-family: "Dosis";
  color: #000000;
  line-height: 1.7;
  margin: 0;
  max-height: 11.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Room meta (size / beds) */
.room-meta {
  font-family: "Dosis", sans-serif;
  color: #6a6a6a;
  font-size: 15px;
}

.room-size {
  font-weight: 700;
  color: #1c1c1c;
}

.room-beds {
  font-weight: 600;
  color: #555;
}

@media (max-width: 991px) {
  .slider-title {
    font-size: 22px;
  }

  .room-meta {
    font-size: 14px;
  }
}

.slider-footer {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.slider-price {
  font-weight: 700;
  color: #1c1c1c;
}

.image-footer {
  filter: brightness(50%);
}

.link-footer {
  position: absolute;
  font-family: "Cormorant";
  color: #c19b76;
  font-style: italic;
  font-size: 28px;
  left: 10%;
  top: 320px;
}

.subtitle-footer {
  position: absolute;
  color: #c0c4d166;
  top: 62px;
  left: 11%;
  font-style: italic;
}

.icon-gold {
  color: #d4af37;
  margin-right: 10px;
  font-size: 22px;
  -webkit-text-stroke: 1px #d4af37;
  color: transparent;
}

.widgettitle {
  color: #ffffff;
  font-family: "Cormorant";
  font-size: 15px;
}

.footer_widget {
  font-size: 15px;
  font-family: "Dosis";
  color: #f4f4f4;
}

.footer_blog {
  font-size: 16px;
  font-family: "Dosis";
  color: #5c5b5b;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-dot {
  font-size: 4px !important;

  margin-left: auto;
}

.footer-column {
  width: 15%;
}

.space {
  margin-right: 70px;
  margin-top: 30px;
}

.email-style {
  background-color: #212121;
  padding: 15px 15px;
  color: rgb(208, 198, 198);
  margin-bottom: 20px;
  font-family: "Cormorant";
  border: none;
}

.footer-button {
  padding: 0px 30px;
  color: #1c1c1c;
  font-family: "Cormorant";
  background-color: #a98868;
}

.card-room-title {
  color: #1c1c1c;
  font-size: 21px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-weight: bold;
}

.card-room-mansory {
  color: #ffffff;
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.card-room-text {
  color: #b99470;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.span-room-mansory {
  color: #b99470;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.overlay-mask {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hover-trigger:hover .overlay-mask {
  opacity: 1;
}

.image-aboutUs {
  filter: brightness(60%);
}

.date-about {
  color: #c19b76;
  font-size: 52px;
  font-family: "Cormorant Garamond", serif;
  padding-top: 30px;
  margin-bottom: 0px;
}

.title-about {
  color: #9e9e9e;
  font-size: 21px;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0px;
  font-style: italic;
}

.text-about {
  color: #6a6a6a;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0px;
}

.name-about {
  color: #b99470;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0px;
  font-style: italic;
  margin-bottom: 0px;
}

.prof-about {
  color: #999999;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0px;
  text-transform: uppercase;
}

.des-about {
  color: #1c1c1ccf;
  font-size: 23px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.date-words {
  color: #999999;
  font-family: "Dosis";
  font-size: 16px;
  margin-bottom: 0px;
}

.about-words {
  color: #1c1c1cc7;
  font-size: 19px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.link-words {
  color: #b99470;
  font-family: "Dosis";
}

.title-award {
  color: #1c1c1c;
  font-size: 40px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  font-style: italic;
}

.subtitle-award {
  color: #9e9e9e;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;

  font-style: italic;
}

.text-award {
  color: #6a6a6a;
  font-size: 18px;
  font-family: "Dosis";
}

.services {
  height: 450px;
  filter: brightness(0.7);
}

.hero-img {
  filter: brightness(60%);
  z-index: 1;
}

.section-header {
  z-index: 2;
}

.btn-book {
  background-color: #bc966c;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 12px 35px;
  font-size: 0.85rem;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.btn-book:hover {
  background-color: #000000;
  color: #ffffff;
}

.nav-wrapper {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.custom-menu-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1a1a1a;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 220px;
  z-index: 99999 !important;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.nav-wrapper:hover .custom-menu-list {
  display: block;
}

.custom-menu-list li a {
  display: block;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s;
}

.custom-menu-list li a:hover {
  color: #c4956a;
  background-color: #252525;
}

.tab-toggle,
.column {
  display: none;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1a1a1a;
  padding: 20px;
  width: max-content;
  min-width: 130px;
  z-index: 99999 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.nav-wrapper:hover .mega-menu {
  display: block;
}

.mega-tabs {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.tab-label {
  cursor: pointer;
  color: #c4956a;
  text-align: center;
}

.tab-label .num {
  display: block;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}

.mega-content-grid {
  display: flex;
  align-items: flex-start;
}

#short-1:checked~.mega-content-grid .col-1,
#short-2:checked~.mega-content-grid .col-2,
#short-3:checked~.mega-content-grid .col-3,
#short-4:checked~.mega-content-grid .col-4 {
  display: block;
  width: 200px;
  padding-right: 20px;
}

#short-1:checked~.mega-tabs label[for="short-1"],
#short-2:checked~.mega-tabs label[for="short-2"],
#short-3:checked~.mega-tabs label[for="short-3"],
#short-4:checked~.mega-tabs label[for="short-4"] {
  color: #fff;
}

#short-1:checked~.mega-tabs label[for="short-1"] i,
#short-2:checked~.mega-tabs label[for="short-2"] i,
#short-3:checked~.mega-tabs label[for="short-3"] i,
#short-4:checked~.mega-tabs label[for="short-4"] i {
  transform: rotate(90deg);
  display: inline-block;
}

.column a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 12px;
  padding: 7px 0;
  text-transform: uppercase;
  transition: 0.3s;
}

.column a:hover {
  color: #c4956a;
}

.mega-menu1,
.pt-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1a1a1a;
  padding: 18px 22px;
  width: max-content;
  min-width: 320px;
  z-index: 99999 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  border-top: 2px solid #b1661b;
}

.nav-wrapper:hover .mega-menu1,
.nav-wrapper:hover .pt-menu {
  display: block;
}

.mega-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.tab-label {
  cursor: pointer;
  color: #c4956a;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
  user-select: none;
}

.tab-label .num,
.tab-label .tab-title {
  display: block;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.tab-label i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

#short-1:checked~.mega-tabs label[for="short-1"],
#short-2:checked~.mega-tabs label[for="short-2"],
#short-3:checked~.mega-tabs label[for="short-3"],
#short-4:checked~.mega-tabs label[for="short-4"],
#post-1:checked~.mega-tabs label[for="post-1"],
#post-2:checked~.mega-tabs label[for="post-2"],
#post-3:checked~.mega-tabs label[for="post-3"],
#post-4:checked~.mega-tabs label[for="post-4"],
#post-5:checked~.mega-tabs label[for="post-5"] {
  color: #ffffff !important;
}

#short-1:checked~.mega-tabs label[for="short-1"] i,
#short-2:checked~.mega-tabs label[for="short-2"] i,
#short-3:checked~.mega-tabs label[for="short-3"] i,
#short-4:checked~.mega-tabs label[for="short-4"] i,
#post-1:checked~.mega-tabs label[for="post-1"] i,
#post-2:checked~.mega-tabs label[for="post-2"] i,
#post-3:checked~.mega-tabs label[for="post-3"] i,
#post-4:checked~.mega-tabs label[for="post-4"] i,
#post-5:checked~.mega-tabs label[for="post-5"] i {
  transform: rotate(90deg);
}

.mega-content-grid {
  display: flex;
  align-items: flex-start;
}

.tab-toggle {
  display: none;
}

#short-1:checked~.mega-content-grid .col-1,
#short-2:checked~.mega-content-grid .col-2,
#short-3:checked~.mega-content-grid .col-3,
#short-4:checked~.mega-content-grid .col-4,
#post-1:checked~.mega-content-grid .cp-1,
#post-2:checked~.mega-content-grid .cp-2,
#post-3:checked~.mega-content-grid .cp-3,
#post-4:checked~.mega-content-grid .cp-4,
#post-5:checked~.mega-content-grid .cp-5 {
  display: block;
  width: 140px;
  padding-right: 15px;
}

.column a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 11px;
  padding: 6px 0;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.column a:hover {
  color: #c4956a;
  padding-left: 5px;
}

.navbar-nav {
  gap: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  text-decoration: none;
  color: #1c1c1c !important;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 2px !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #bc9873;
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: #bc9873 !important;
}

.nav-link:hover::after {
  width: 100%;
}

.bg-color-home {
  background-color: #7ba8bca1;
}

.bg-color-home6 {
  background-color: #b3e4f956;
}

.bg-color-home-1 {
  background-color: #bbdfe5a1;
}

.bg-color-home-2 {
  background-color: #c7b7a191;
}

.bgg {
  background-color: #8ba7b187;
  min-height: 500px;
  margin-top: 0 !important;
  padding-top: 10px;
}

.location-section {
  margin-top: 0 !important;
}

.location-info {
  color: rgb(34, 71, 104);
}

.location-info h6 {
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.location-info .info-left h6 {
  font-size: 0.75rem;
}

.location-info span,
.location-info p {
  font-size: 0.85rem;
}

.location-info .info-left {
  padding-left: 100px;
}

@media (max-width: 991px) {
  .location-info .info-left {
    padding-left: 15px !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .location-info .info-right {
    text-align: center;
    margin-right: 0 !important;
    padding: 0 15px;
  }

  .location-info h6,
  .location-info .info-left h6 {
    font-size: 0.8rem;
  }

  .location-info span,
  .location-info p {
    font-size: 0.75rem;
  }
}

.slider-card {
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  height: 100%;
}

.slider-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transform: none;
}

.slider-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.slider-card:hover .slider-img {
  transform: none;
}

.slider-link {
  text-decoration: none;
  color: #999999;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 2px;
  margin-left: 100px;

  transition: color 0.3s ease;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.slider-link:hover {
  color: #bc9873;
}

#roomsCarousel .carousel-item {
  min-height: 450px;
}

.fonti {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #344e58b9;
  width: 140px;
  border-radius: 6px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 0;
}

.attractions-container {
  height: 400px;
  margin-bottom: 55px !important;
}

.attraction-item {
  width: 18%;
  position: relative;
}

.attraction-img {
  height: 400px;
}

.bgg .section-header,
.location-section .section-header {
  margin-top: 20px !important;
}

.bgg .section-title,
.location-section .section-title {
  margin-top: 20px !important;
  padding-top: 0 !important;
  margin-bottom: 25px !important;
}

.test-img {
  width: 80px;
  height: 80px;
  border: 2px solid white;
}

.bg-footer {
  background-color: #1a404f;
}

.space1 {
  margin-right: 300px;
}

.colorFooter {
  color: white;
  font-family: "Times New Roman", Times, serif;
}

.fixed-top {
  z-index: 3000 !important;
}

.f1 {
  margin-left: 120px;
  margin-right: 575px;
}

.bg-blue {
  background-color: #1a404f;
}

.custom-btn {
  position: relative;
  background-color: transparent !important;
}

.custom-btn img {
  height:110px;
  width: auto;
  object-fit: contain;
}

.bg-blue {
  transition: background-color 0.3s ease;
  letter-spacing: 1.5px;
  font-size: 0.9rem;
}

.bg-blue:hover {
  background-color: #0d2a36 !important;
}

.navbar .container-fluid {
  min-height: 85px;
}

.navbar .container-fluid>* {
  align-self: stretch !important;
}

@media (min-width: 992px) {
  .contact-info {
    height: 180px;
    width: 320px;
    background-color: white;
    border-radius: 20px;
  }

  .contact-info-title {
    color: rgb(177, 153, 91);
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
  }

  .contact-info-info {
    color: rgba(0, 0, 0, 0.702);
    font-size: 23px;
    font-family: "Times New Roman", Times, serif;
  }
}

.contact-info {
  background-color: white;
  border-radius: 20px;
  padding: 15px;
}

.contact-info-title {
  color: rgb(177, 153, 91);
}

.contact-info-info {
  color: rgba(0, 0, 0, 0.702);
}


.home-bigFont {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  color: #1c1c1c;
  font-size: 2rem;
  margin-top: 25px;
}

.gallery-border {
  height: 200px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.text-rooms {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
}

.button-rooms {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  color: #333;
  padding: 10px 20px;
  border: 2px solid #333;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.button-rooms:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  #heroCarousel .carousel-caption {
    bottom: auto !important;
    top: 37% !important;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {

  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    top: 55% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: 40px;
    height: 40px;
  }

  #heroCarousel .carousel-control-prev {
    left: 2% !important;
  }

  #heroCarousel .carousel-control-next {
    right: 2% !important;
  }
}

@media (max-width: 991px) {
  #heroCarousel .carousel-inner {
    height: 100vh !important;
  }

  #heroCarousel h1 {
    font-size: 2.1rem !important;
    line-height: 1.2 !important;
  }

  #heroCarousel p {
    font-size: 0.8rem !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: flex !important;
    top: 65% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    opacity: 0.9 !important;
    pointer-events: auto !important;
    z-index: 1060;
  }

  .carousel-control-prev {
    left: 10px !important;
  }

  .carousel-control-next {
    right: 10px !important;
  }

  .section-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1.2 !important;
  }

  .attractions-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    height: auto !important;
    gap: 8px !important;
    padding: 0 5px !important;
    margin-bottom: 30px !important;
  }

  .attraction-item {
    width: 46% !important;
    margin: 4px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .attractions-container img.attraction-img {
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
  }

  .fonti {
    width: 70px !important;
    font-size: 7px !important;
    padding: 1px 0 !important;
  }

  #slider1 .carousel-item .test-comment {
    font-size: 13px !important;
    width: 80% !important;
    line-height: 1.4 !important;
  }

  #slider1 .carousel-item .test-name {
    font-size: 14px !important;
  }

  #slider1 .carousel-item .test-profession {
    font-size: 12px !important;
  }

  #slider1 .carousel-item img.test-img {
    width: 70px !important;
    height: 70px !important;
  }

  #slider1 .carousel-control-prev,
  #slider1 .carousel-control-next {
    width: 15px !important;
    height: 15px !important;
    top: 60% !important;
  }

  .bgg {
    min-height: 350px !important;
    height: auto !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {

  .d-flex.justify-content-around.gap-5:not(.attractions-container) {
    flex-direction: column !important;
    height: auto !important;
  }

  .d-flex.justify-content-around.gap-5:not(.attractions-container)>div {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}

@media (max-width: 991px) {

  .space1,
  .space {
    margin: 0 !important;
  }

  .footer-column {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  footer .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .f1 {
    margin: 0 !important;
    display: block;
  }
}

.card-body,
.pos,
.card-body3 {
  width: 100%;
  max-width: 100%;
}

.book-btn {
  display: none;
}

@media (min-width: 992px) {
  .book-btn {
    display: flex;
    align-items: center;
  }

  .padding-book-btn {
    height: 87px !important;
  }

  .res-contact-row {
    height: 250px !important;
    margin-top: 120px !important;
  }

  .res-hr {
    width: 1150px !important;
  }

  .res-map-row {
    height: 500px !important;
    margin-top: 70px !important;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    margin: 10px 0;
    text-align: right;
  }

  .nav-link {
    font-size: 0.85rem !important;

    padding: 8px 0;
  }

  .custom-btn {
    font-size: 1rem;
    padding: 8px 15px !important;
  }

  .custom-btn img {
    height: 60px !important;
  }

  .d-flex.align-items-center.ms-auto a.bg-blue {
    font-size: 0.9rem !important;
    padding: 10px 20px !important;
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .navbar-toggler {
    margin-left: auto;
    z-index: 3100 !important;
    position: relative;
  }

  .padding-book-btn {
    margin-left: auto;
    margin-top: 10px;
  }

  .navbar-collapse {
    background-color: #fff;
    z-index: 3000 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  #heroCarousel .carousel-inner {
    height: 100vh !important;
  }

  #heroCarousel .carousel-caption {
    bottom: 0 !important;
    padding: 20px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.2);
  }

  #heroCarousel .carousel-btn {
    padding: 8px 18px !important;
    font-size: 0.7rem !important;
    letter-spacing: 1px !important;
  }

  #heroCarousel .mt-4 {
    margin-top: 1rem !important;
  }

  .d-flex.justify-content-around.gap-5 {
    height: auto !important;
    flex-direction: column;
    align-items: center;
    gap: 30px !important;
    padding-bottom: 50px;
  }

  .d-flex.justify-content-around.gap-5>div {
    width: 90% !important;
    margin: 0 !important;
  }

  .d-flex.justify-content-around.gap-5>div img {
    height: 300px !important;
  }

  .map-section iframe {
    width: 100% !important;
    height: 300px !important;
  }

  .map-container {
    width: 95%;
    margin: 0 auto;
  }

  .container-fluid.mt-4 .row .col-md-5.ms-5,
  .container-fluid.mt-4 .row .col-md-6 {
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
    margin-bottom: 20px;
  }

  footer.bg-footer {
    height: auto !important;
    padding-bottom: 30px;
  }

  footer .d-flex.justify-content-center.w-100.pt-5 {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .space1,
  .space {
    margin-right: 0 !important;
  }

  .f1 {
    margin: 10px 0 !important;
    display: block;
    text-align: center;
  }

  .colorFooter.f2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  footer img[src*="logowhite.png"] {
    display: block;
    margin: 10px auto;
  }

  hr.border-0.mx-auto {
    width: 90% !important;
  }

  .test-comment.w-50 {
    width: 90% !important;
  }

  .d-flex.justify-content-around.align-items-center.mt-5.px-3 {
    flex-wrap: wrap;
    gap: 20px;
  }

  #roomsCarousel .carousel-item .slider-card .row {
    flex-direction: column;
  }

  #roomsCarousel .carousel-item .col-lg-6 {
    width: 100%;
  }

  #roomsCarousel .slider-img {
    height: 250px;
  }

  #roomsCarousel .slider-content {
    height: auto !important;
    padding: 20px 15px;
  }

  #roomsCarousel .slider-title {
    margin-left: 0;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
  }

  #roomsCarousel .slider-text {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    max-height: none !important;
    overflow: visible !important;
  }

  .slider-text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {

  .navbar-brand,
  .custom-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 0.9rem;
  }

  .custom-btn img {
    height: 50px !important;
  }

  .navbar .container-fluid {
    min-height: 60px !important;
  }

  .bg-blue {
    padding: 8px 12px !important;
    font-size: 0.75rem !important;
    letter-spacing: 1px !important;
  }

  #heroCarousel .carousel-inner {
    height: 100vh !important;
  }

  #heroCarousel .carousel-caption {
    bottom: auto !important;
    top: 55% !important;
    transform: translateY(-50%);
    padding: 10px;
    text-align: center !important;
  }

  #heroCarousel .carousel-btn {
    padding: 2px 8px !important;
    font-size: 7.5px !important;
    font-weight: 300 !important;
  }

  #heroCarousel .mt-4 {
    margin-top: 0.6rem !important;
  }

  .section-title {
    font-size: 32px !important;
  }

  .card[style*="width: 500px"],
  .card[style*="width: 400px"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  .container.mt-5 .row .col-md-4 {
    margin-bottom: 20px !important;
  }

  .gallery-border {
    height: auto;
    max-height: 250px;
    width: 100%;
  }

  .position-relative.w-100 {
    height: 300px !important;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .d-flex.gap-5.justify-content-center.mx-auto {
    flex-direction: column;
    height: auto !important;
    align-items: center;
    gap: 30px !important;
    margin-top: 50px !important;
  }

  .col-4.contact-info,
  .col-4.mt-5,
  .col-5 {
    width: 90% !important;
    margin-bottom: 20px;
  }

  .contact-info {
    width: 90% !important;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 375px) {
  .custom-btn {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .custom-btn img {
    height: 80px !important;
  }

  .navbar .container-fluid {
    min-height: 55px !important;
  }

  .bg-blue {
    padding: 6px 10px !important;
    font-size: 0.7rem !important;
  }

  .navbar-toggler {
    padding: 4px 6px;
    font-size: 1rem;
  }

  #heroCarousel .carousel-caption {
    bottom: auto !important;
    top: 55% !important;
    transform: translateY(-50%);
    padding: 8px;
  }

  #heroCarousel .carousel-btn {
    padding: 2px 6px !important;
    font-size: 6.5px !important;
    font-weight: 300 !important;
  }

  #roomsCarousel .slider-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
  }

  #heroCarousel .mt-4 {
    margin-top: 0.5rem !important;
  }
}

.flag-icon {
  width: 25px;
  height: auto;
  transition: transform 0.2s ease;
}

.flag-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .flags-container {
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100%;
    gap: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    padding-right: 20px;
  }

  .flags-container .flag-icon {
    width: 32px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .flags-container .nav-link::after {
    display: none !important;
  }
}

@media (max-width: 375px) {
  .flag-icon {
    width: 22px;
  }

  .flags-container {
    margin-top: 8px;
    gap: 12px;
  }
}

#heroCarousel .carousel-inner {
  height: 650px;
}

@media (max-width: 991px) {
  #heroCarousel .carousel-inner {
    height: 500px !important;
  }
}

@media (max-width: 768px) {
  #heroCarousel .carousel-inner {
    height: 100vh !important;
  }
}

@media (max-width: 480px) {

  #heroCarousel,
  #heroCarousel .carousel-inner,
  #heroCarousel .carousel-item,
  #heroCarousel .carousel-item img {
    height: 100vh !important;
    min-height: 100vh !important;
  }
}

.padding-book-btn {
  width: 200px;
  padding: 10px 0;
  text-align: center;
  justify-content: center !important;
}

@media (min-width: 992px) {
  .padding-book-btn {
    margin-left: 150px !important;
  }
}

@media (max-width: 991px) {

  .container.my-5.py-5,
  .container.mt-5 {
    margin-top: 0 !important;
    padding-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 1rem !important;
  }

  .container.mt-5 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #heroCarousel {
    margin-bottom: 0 !important;
  }

  #roomsCarousel .carousel-inner {
    height: auto !important;
  }
}

@media (max-width: 480px) {

  .container.my-5.py-5,
  .container.mt-5 {
    margin-top: 0 !important;
    padding-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .container.mt-5 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .home-bigFont {
    font-size: 1.4rem !important;
    margin-bottom: 0.5rem !important;
    margin-top: 25px !important;
  }
}

.amenities-container {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 3rem !important;
}

@media (min-width: 992px) {
  .amenities-container {
    gap: 100px;
    margin-top: 5rem !important;
  }
}

@media (max-width: 768px) {
  .amenities-container {
    gap: 20px;
    justify-content: space-around !important;
  }
}

@media (max-width: 480px) {
  .amenities-container {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 15px 5px !important;
    margin-top: 2rem !important;
    padding: 0 10px !important;
    justify-items: center !important;
  }

  .amenities-container>div {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 110px;
  }

  .amenities-container>div:nth-child(4) {
    grid-column: 2 / 4;
  }

  .amenities-container>div:nth-child(5) {
    grid-column: 4 / 6;
  }

  .amenities-container .rounded-circle {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 8px !important;
    transition: transform 0.3s ease;
    background-color: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  }

  .amenities-container i {
    font-size: 24px !important;
    color: #000 !important;
  }

  .amenities-container p {
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
    font-weight: 500;
    max-width: 95px;
    margin: 0 auto !important;
    text-align: center;
  }
}

@media (max-width: 320px) {
  body {
    padding-top: 50px !important;
  }

  #heroCarousel .carousel-inner {
    height: 100vh !important;
  }

  #heroCarousel .carousel-item {
    height: 100vh !important;
  }

  #heroCarousel .carousel-item img {
    height: 100vh !important;
    object-fit: cover !important;
  }

  .c-320 {
    font-size: 0.75rem !important;
    margin-bottom: 0.2rem !important;
  }

  .container.my-5.py-5,
  .container.mt-5 {
    margin-top: 0 !important;
    padding-top: 0.25rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0.25rem !important;
  }

  .container.mt-5 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  p,
  .text-muted,
  .slider-text p,
  .slider-text {
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
  }

  .home-bigFont {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    color: #1c1c1c;
    font-size: 0.9rem !important;
    margin-bottom: 25px !important;
    margin-top: 15px !important;
  }

  .section-title {
    font-size: 32px !important;
    line-height: 1.1 !important;
    margin-bottom: 25px !important;
  }

  .fonti {
    width: 65px !important;
    font-size: 7px !important;
  }

  h2.display-4 {
    font-size: 1.4rem !important;
    text-align: center !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translate(0, -50%) !important;
    white-space: nowrap !important;
    padding: 0 5px !important;
  }

  .res-contact-row,
  .res-map-row {
    flex-direction: column !important;
    height: auto !important;
    margin-top: 10px !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  .col-4.contact-info {
    width: 120px !important;
    height: auto !important;
    padding: 4px !important;
    margin: 4px auto !important;
    border-radius: 6px !important;
    background-color: white !important;
    flex: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  }

  .contact-info-title {
    font-size: 10px !important;
    margin-bottom: 1px !important;
    padding: 0 !important;
  }

  .contact-info-info {
    font-size: 8px !important;
    word-break: break-all !important;
    line-height: 1.0 !important;
    margin: 0 !important;
  }

  .res-hr {
    width: 80% !important;
    margin: 15px auto !important;
    display: block !important;
  }

  .res-map-row .col-4,
  .res-map-row .col-5 {
    width: 100% !important;
    padding: 0 5px !important;
    margin: 0 !important;
  }

  .res-map-row .home-bigFont {
    font-size: 0.8rem !important;
    text-align: center !important;
  }

  .res-map-row .contact-info-info {
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .map-section iframe {
    height: 200px !important;
  }

  .padding-book-btn {
    height: 35px !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .slider-title {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.5px !important;
  }

  #roomsCarousel .slider-title {
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .card-room-title {
    font-size: 0.95rem !important;
  }


  .amenities-container {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 12px 2px !important;
    margin-top: 1.5rem !important;
    padding: 0 2px !important;
    justify-items: center !important;
  }

  .amenities-container>div {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 80px;
    width: 100% !important;
  }

  .amenities-container>div:nth-child(4) {
    grid-column: 2 / 4;
  }

  .amenities-container>div:nth-child(5) {
    grid-column: 4 / 6;
  }

  .amenities-container .rounded-circle {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 6px !important;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  }

  .amenities-container i {
    font-size: 18px !important;
    color: #000 !important;
  }

  .amenities-container p {
    font-size: 0.55rem !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    color: #1c1c1c !important;
    text-align: center;
    width: 100%;
    margin: 0 !important;
    padding: 0 2px !important;
  }

  #slider1 {
    margin-top: 20px !important;
  }

  #slider1 .carousel-item .test-comment {
    font-size: 11px !important;
    width: 85% !important;
    line-height: 1.3 !important;
  }

  #slider1 .carousel-item .test-name {
    font-size: 12px !important;
  }

  #slider1 .carousel-item .test-profession {
    font-size: 10px !important;
  }

  #slider1 .carousel-item img.test-img {
    width: 60px !important;
    height: 60px !important;
  }

  .bg-color-hotel,
  .bgg,
  .location-section {
    margin-top: 20px !important;
    padding-top: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .bg-color-hotel .section-title,
  .bgg .section-title,
  .location-section .section-title {
    margin-top: 20px !important;
    padding-top: 0 !important;
    margin-bottom: 20px !important;
    line-height: 1.1 !important;
  }

  .bg-color-hotel .section-header,
  .bgg .section-header,
  .location-section .section-header {
    padding-top: 0px !important;
    margin-top: 0 !important;
  }

  .attractions-container {
    margin-bottom: 30px !important;
  }


  .colorFooter {
    font-size: 0.6rem !important;
    margin-top: 35px !important;
    display: inline-block !important;
  }

  footer .widgettitle {
    font-size: 8px !important;
    margin-bottom: 2px !important;
  }

  footer .footer_widget {
    font-size: 7px !important;
  }

  #heroCarousel .carousel-caption {
    padding: 10px !important;
    text-align: center !important;
    top: 55% !important;
    transform: translateY(-50%);
  }

  #heroCarousel h1.display-1 {
    font-size: 2.1rem !important;

    line-height: 1.2 !important;
    padding-top: 10px !important;
    margin: 10px 0 !important;
    color: #fff !important;
  }

  #heroCarousel .carousel-btn {
    font-size: 0.75rem !important;
    padding: 6px 12px !important;
    letter-spacing: 1px !important;
  }

  #heroCarousel .carousel-subtitle {
    font-size: 0.75rem !important;
    font-weight: 300 !important;
    margin-bottom: 5px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}