@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Cormorant:wght@400;500;600&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #f0f1f221;
  font-family: 'Cormorant', serif;
    color: rgb(0, 0, 0);

}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Marcellus', serif;
}

button, input, select, textarea { font-family: inherit; }

a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
  img{
	max-width:100%;
	height:auto
     }
  .navbar img{
	max-width:100px;
	height:auto;
  }
  .navbar-brand{
	padding:10px;
 }

a {
  text-decoration: none;
}

i {
  color: #c97b51;
}

.banner-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #362618;
  font-weight: 600;
  margin-left: 8px;
}

.banner-description {
  font-size: 36px;
  color: #362618;
  text-align: center;
  margin: 15px 0 40px;
}
/*NAVBAR*/
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  background: rgba(14, 22, 24, 0.35);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.navbar.scrolled {
  padding: 10px 0;
  background: rgba(14, 22, 24, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.navbar-nav {
  background: rgba(22, 0, 1, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 15px;
  border-radius: 25px;
}

.navbar-brand img {
  width: 250px;
}

.navbar .nav-link {
  margin: 0 24px;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  transition: 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ac8059 !important;
}

.button-two-line {
  padding: 18px 35px;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s ease;
}

.button-two-line:hover {
  background: #74685E;
  color: #fff;
}

.lang-switch .dropdown-menu {
  background: rgba(14, 22, 24, 0.95);
  border: 1px solid #c97b51;
  border-radius: 0;
  padding: 6px 0;
}

.lang-switch .dropdown-item {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-switch .dropdown-item:hover {
  background: #998970;
  color: #fff;
}

.flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
}



#carouselExampleFade {
    margin-top: -150px;
    position: relative;
  }
  
  .carousel1 {
    background: url('image/miramare\ \(63\).jpg') rgba(20, 19, 19, 0.547);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 1060px;
  }
  
  .carousel2 {
    background: url('image/miramare\ \(26\).jpg') rgba(20, 19, 19,  0.547) ;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 1060px;
  }
  
  
  
  .carousel-caption {
    margin-bottom: 13%;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
    text-shadow: 3px 3px 3px #998970;
    text-transform: capitalize;
    font-size: 100px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 7px;
    font-weight: 100;
    color: #ffffff !important;
  
  }



  #bottone5 {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #B28336 ;
   
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    margin-top: 100px;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #FAF5F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
   }


   
 .about-section{
    background-color: #FAF5F1 ;
    padding-top: 100px;
    padding-bottom: 40px;
   }
  
   .ratings {
    margin-top: 70px;
    margin-bottom: 70px;
  }
     .ratings h1{
  font-size: 90px;
  color: #ffffff;
     }


     /*ROOMS*/

.rooms-section {
    background-color: #ECE6DB;
    color: #362618;
    padding: 100px;
  }
  
  .rooms-section .banner-title,
  .rooms-section .banner-description {
    color: #362618;
  }
  
  .room-content {
    background: #fff;
    color: #362618;
    padding: 25px;
    text-align: start;
  }
  
  
  .room-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .photo-room {
    height: 220px;
    object-fit: cover;
    width: 100%;
  }
  
  .learn-more {
    border-radius: 9px;
    background: #998970;
    color: #fff;
    padding: 11px 36px;
    display: inline-flex;
    border: 1px solid transparent;
  }
  
  .learn-more:hover {
    background: #74685E;
    color: #fff;
  }
  
  .rooms-carousel-nav,
  .testimonial-carousel-nav {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 35px;
  }
  
  .rooms-carousel-nav button,
  .testimonial-carousel-nav button {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #998970;
    font-size: 18px;
    transition: 0.3s ease;
  }
  
  .rooms-carousel-nav button {
    border: 1px solid rgba(54, 38, 24, 0.25);
    color: #fff;
  }
  
  .testimonial-carousel-nav button {
    border: 1px solid rgba(54, 38, 24, 0.25);
    color: #362618;
  }
  
  .rooms-carousel-nav button:hover,
  .testimonial-carousel-nav button:hover {
    background: #74685E;
    color: #fff;
  }
  

  .facilities-section{
    background: url('image/miramare\ \(19\).jpg') rgba(20, 19, 19, 0.633);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  
  }
  .facility-box{
    background: #998970;
    padding: 30px;
    border: #b7893200 1px solid;
  }
  .facility-box:hover{
    background: #74685E;
    color: #FAF5F1;
    border: #998970 1px solid;
    transition: 0.3s ease-in-out;
  }


  
.testimonials-section {
    padding: 80px 0;
  }
  
  .testimonial-card {
    background: #ECE6DB;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    transition: 0.3s ease;
  }
  
  .testimonial-card:hover {
    transform: translateY(-5px);
  }
  
  .testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #362618;
  }
  
  .testimonial-author {
    font-size: 16px;
    font-weight: 500;
    color: #362618;
  }

  /* optional styling for visuals */
  .item {
    background: #FAF5F1;
    border-radius: 10px;
    overflow: hidden;
  }

  .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
  }

  /*FOOTER*/

.footer {
  background: #121417;
  color: #fff;
}

.logo-footer {
  max-width: 70px;
  height: auto;
}

.footer i {
  color: #fff;
}

.imtlogo {
  width: 8rem;
  margin-top: 3px;
}

.footer-description {
  max-width: 280px;
  font-size: 15px;
  line-height: 1.6;
}

.footer-title {
  margin-bottom: 18px;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a,
.footer-social a {
  color: #fff;
  transition: 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-social a:hover {
  color: #74685E;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}

.footer-divider {
  border-color: rgba(255,255,255,0.15);
}

.footer-copy,
.footer-info a{
  font-size: 14px;
  color: rgba(255,255,255,0.8 );
}

.footer-subtitle {
  font-weight: 600;
  margin-bottom: 6px;
}

/* ROOMS PAGE */

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(54, 38, 24, 0.55);
}

.rooms-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.rooms-hero-title {
  font-size: 48px;
  margin: 10px 0;
}

.section-main-title {
  font-size: 36px;
  color: #362618;
  margin-bottom: 40px;
}
.hero-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
}

.rooms-hero-title,
.room-detail-card h2 {
  color: #362618;
}

.rooms-hero-title {
  font-size: 48px;
  color: #fff;
  margin: 10px 0;
}

.rooms-page-section {
  padding: 80px 0;
  background: #FAF5F1;
}

.room-detail-card {
  background: #fff;
  padding: 25px;
  margin-bottom: 35px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.room-detail-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.room-detail-card p {
  color: #74685E;
  line-height: 1.7;
}

.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.room-features span {
  background: #FAF5F1;
  padding: 10px 14px;
  color: #362618;
}

.room-features i {
  color: #c97b51;
  margin-right: 6px;
}

.book-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  background: #998970;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  transition: 0.3s;
}

.book-btn:hover {
  background: #74685E;
  color: #fff;
}


.gallery-background{
  background: url('image/miramare\ \(60\).jpg') center 58% / cover no-repeat;
}

.about-background{
  background: url('image/miramare\ \(1\).jpg') center 58% / cover no-repeat;
}

.rooms-background{
  background: url('image/miramare\ \(11\).jpg') center 58% / cover no-repeat;
}

.contact-background{
  background: url('image/miramare\ \(29\).jpg') center 58% / cover no-repeat;
}


.contact-section {
  padding: 80px 0;
  background: #FAF5F1;
}

.contact-title,
.contact-location h3 {
  color: #362618;
}

.contact-subtitle {
  max-width: 600px;
  margin: 0 auto;
  color: #74685E;
}

.contact-card {
  background: #fff;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,.07);
}

.contact-card i,
.contact-location i,
.map-box i {
  color: #c97b51;
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-card h4 {
  color: #362618;
}

.contact-card p,
.contact-location p {
  color: #74685E;
  line-height: 1.7;
}

.contact-card a {
  color: #362618;
  font-weight: 600;
}

.contact-location {
  background: #fff;
  padding: 35px;
}

.contact-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #998970;
  color: #fff;
  border-radius: 25px;
}

.contact-btn:hover {
  background: #74685E;
  color: #fff;
}

.map-box {
  width: 100%;
  height: 350px;
  background: #ECE6DB;
  overflow: hidden;
  border-radius: 10px;
} 

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* ============================================================
   RESPONSIVE MEDIA QUERIES
   ============================================================ */

/* ── Extra Large: 1400px and below ── */
@media (max-width: 1400px) {
  .carousel1,
  .carousel2 {
    height: 900px;
  }

  .carousel-caption h1 {
    font-size: 80px !important;
  }

  .rooms-section {
    padding: 80px 60px;
  }
}

/* ── Large: 1200px and below (LG) ── */
@media (max-width: 1200px) {
  .carousel1,
  .carousel2 {
    height: 800px;
  }

  .carousel-caption h1 {
    font-size: 70px !important;
  }

  .carousel-caption h6 {
    font-size: 18px;
    letter-spacing: 5px;
  }

  .navbar-brand img {
    width: 200px;
  }

  .navbar .nav-link {
    margin: 0 14px;
  }

  .rooms-section {
    padding: 80px 40px;
  }

  .banner-description {
    font-size: 30px;
  }

  .ratings h1 {
    font-size: 70px;
  }
}

/* ── Medium: 992px and below (MD) ── */
@media (max-width: 992px) {
  /* Carousel */
  .carousel1,
  .carousel2 {
    height: 700px;
    background-attachment: scroll;
  }

  .carousel-caption h1 {
    font-size: 56px !important;
  }

  .carousel-caption h6 {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .carousel-caption {
    margin-bottom: 8%;
  }

  /* Navbar */
  .navbar {
    padding: 12px 0;
  }

  .navbar-brand img {
    width: 170px;
  }

  .navbar-nav {
    padding: 10px 12px;
    border-radius: 15px;
  }

  .navbar .nav-link {
    margin: 4px 0;
  }

  /* Sections */
  .about-section {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .rooms-section {
    padding: 70px 20px;
  }

  .facilities-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-attachment: scroll;
  }

  .testimonials-section {
    padding: 60px 0;
  }

  .rooms-page-section {
    padding: 60px 0;
  }

  .contact-section {
    padding: 60px 0;
  }

  /* Typography */
  .banner-description {
    font-size: 26px;
  }

  .rooms-hero-title {
    font-size: 38px;
  }

  .section-main-title {
    font-size: 30px;
  }

  .ratings h1 {
    font-size: 60px;
  }

  /* Room detail */
  .room-detail-img {
    height: 280px;
  }

  /* Map */
  .map-box {
    height: 280px;
  }

  /* Button */
  .button-two-line {
    padding: 14px 26px;
  }
}

/* ── Small: 768px and below (SM) ── */
@media (max-width: 768px) {
  /* Carousel */
  .carousel1,
  .carousel2 {
    height: 600px;
  }

  .carousel-caption h1 {
    font-size: 42px !important;
  }

  .carousel-caption h6 {
    font-size: 14px;
    letter-spacing: 3px;
  }

  /* Navbar */
  .navbar-brand img {
    width: 140px;
  }

  /* Sections */
  .rooms-section {
    padding: 60px 15px;
  }

  .facilities-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-location {
    padding: 25px;
  }

  /* Cards */
  .testimonial-card {
    margin-bottom: 20px;
  }

  .room-detail-card {
    padding: 18px;
    margin-bottom: 25px;
  }

  .room-detail-img {
    height: 240px;
  }

  /* Contact */
  .contact-card {
    padding: 25px 18px;
    margin-bottom: 20px;
  }

  /* Typography */
  .banner-description {
    font-size: 22px;
    margin: 12px 0 30px;
  }

  .rooms-hero-title {
    font-size: 32px;
  }

  .section-main-title {
    font-size: 26px;
  }

  .ratings h1 {
    font-size: 50px;
  }

  /* Nav buttons */
  .rooms-carousel-nav button,
  .testimonial-carousel-nav button {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }

  /* Footer */
  .footer-description {
    max-width: 100%;
  }

  .imtlogo {
    width: 9rem;
  }

  /* Map */
  .map-box {
    height: 260px;
  }

  /* Item gallery */
  .item img {
    height: 240px;
  }
}

/* ── Extra Small: 576px and below (XS) ── */
@media (max-width: 576px) {
  /* Carousel */
  .carousel1,
  .carousel2 {
    height: 520px;
  }

  #carouselExampleFade {
    margin-top: -80px;
  }

  .carousel-caption h1 {
    font-size: 32px !important;
  }

  .carousel-caption h6 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 18px;
  }

  .carousel-caption {
    margin-bottom: 5%;
  }

  /* Navbar */
  .navbar-brand img {
    width: 120px;
  }

  .navbar {
    padding: 10px 0;
  }

  /* Sections */
  .about-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .rooms-section {
    padding: 50px 12px;
  }

  .facilities-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials-section {
    padding: 50px 0;
  }

  .rooms-page-section {
    padding: 50px 0;
  }

  .contact-section {
    padding: 50px 0;
  }

  /* Typography */
  .banner-title {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .banner-description {
    font-size: 19px;
    margin: 10px 0 25px;
  }

  .rooms-hero-title {
    font-size: 26px;
  }

  .section-main-title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .ratings h1 {
    font-size: 40px;
  }

  /* Cards */
  .room-detail-img {
    height: 200px;
  }

  .room-detail-card {
    padding: 15px;
  }

  .room-features span {
    font-size: 13px;
    padding: 8px 10px;
  }

  /* Buttons */
  .button-two-line {
    padding: 12px 20px;
    font-size: 13px;
  }

  .book-btn,
  .learn-more,
  .contact-btn {
    padding: 9px 20px;
    font-size: 13px;
  }

  /* Facility box */
  .facility-box {
    padding: 20px;
    margin-bottom: 15px;
  }

  /* Nav buttons */
  .rooms-carousel-nav button,
  .testimonial-carousel-nav button {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .rooms-carousel-nav,
  .testimonial-carousel-nav {
    gap: 15px;
    margin-top: 25px;
  }

  /* Footer */
  .logo-footer {
    max-width: 55px;
  }

  .footer-title {
    margin-top: 20px;
  }

  .footer-social a {
    width: 34px;
    height: 34px;
  }

  /* Map */
  .map-box {
    height: 220px;
  }

  /* Contact */
  .contact-location {
    padding: 18px;
  }

  /* Gallery items */
  .item img {
    height: 200px;
  }

  /* Bottone */
  #bottone5 {
    font-size: 14px;
    min-height: 2.6rem;
    padding: calc(.75rem - 1px) calc(1.2rem - 1px);
  }
}

/* ── Very Small: 400px and below ── */
@media (max-width: 400px) {
  .carousel1,
  .carousel2 {
    height: 460px;
  }

  .carousel-caption h1 {
    font-size: 26px !important;
  }

  .rooms-hero-title {
    font-size: 22px;
  }

  .banner-description {
    font-size: 17px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .ratings h1 {
    font-size: 34px;
  }
}