

html,body
{
width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
  overflow-x: hidden;
}
nav.navbar {
  width: 100%;
  padding: 15px;
  background-color: rgb(12, 12, 12, 0.6);
  transition:all .5s ease-in-out;
  }
.navbar.scroll {
  background-color: #000000 !important; 
  transition: background-color 0.2s ease-in-out;
  box-shadow: o 3px 10px rgb(0, 0, 0, 0.15);
}
.nav-link {
  font-size: 20px !important;
}
.navbar li {
  margin: 0 20px;
  font-size: 20px;
}
.navbar li a.active {

  color: #AA8453!important;
  }
nav .navbar-toggler{
  background-color: white;
}
h4{
  font-family: 'Cinzel', serif;

}
h5{
  letter-spacing: 10px;
  font-size: 14px!important;
  font-family: 'Epilogue', sans-serif;
color: black!important;
}
h1{
  font-family: 'Cinzel', serif;
  color: black!important;
}
.navbar li a {
  font-family: 'Prompt', sans-serif;
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: white;
}
.navbar li a:hover {
  color: #FFD28D;
}
.nav-item {
  position: relative;
  text-align: center;
}
  /* navbar end*/
  .carousel-1{
    background: url('../images/image\ \(19\).png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-2{
    background: url('../images/back.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-3{
    background: url('../images/hotel-view1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-control-prev-icon, .carousel-control-next-icon { 
  color: white;
 }
 .carousel-caption{
margin-bottom: 200px;
 }
 #home-about{
  padding-top: 50px;
  padding-bottom: 100px;
 }
.img-1{
  display: flex;
  justify-content: end;
  width: 500px;
  margin-left: 150px;
}
.img-2{

  margin-left: -80px;
  margin-top: -400px;
}
.header-text{
  padding-top: 300px;
}

 .form-box {
    position: relative;
    margin-top: 30px;
    padding: 25px 25px 10px;
    margin-right: 40px;
background-color: white;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
 }
 .footer{
  background-color: black;
 }
 .nav-button {
  appearance: none;
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 200px;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
}
.nav-button:hover {
  background-color:transparent;
  border:2px solid black ;
  color:black ;
}
.button {
  appearance: none;
  background-color: white;
  border: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 200px;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color:transparent;
  border:2px solid white ;
  color:white ;
}
.vl {
  border-left: 2px solid black ;
  height: 700px;
  margin-left: 10px;
}
@media (max-width: 576px) {
  #home-about{
    margin-top: -80px;
padding-bottom: 0;
   }
   .book-box{
    width: 200px!important;
   }
  .img-2{
    margin-left: 0;
    margin-top: 0;
  }
  #gallery{
    padding-top: 20px!important;
  }
  #testimonials{
  margin-top: 20px!important;
  margin-bottom: 20px;
  }
  .rooms1 .content {
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    .room-image{
      width: 100%;
      height: 300px;
      margin-bottom: -300px;
    }
    .content-column{
    margin-left: 70px;
    }
    .form-box{
      margin-left: 0;
      padding: 0;
      width: 100%!important;
    }
    #rooms{
      margin-bottom: 0!important;
    }
}
#facilities{
margin-top: 100px;

}
.fac-img{
display: flex;
  justify-content: center;
}
.fac-icons{
  padding: 15px;

}
/* rooms section*/
#rooms{
  padding-top: 100px;
  margin-bottom: 100px;
}
  .room-image{
  border: 1px solid #AA8453 ;
  padding: 5px;
  }
  .content-column{
    background-color: #F8F5F0;
    padding-left: 40px;
    margin-right: -150px;
    width: 250px!important;
    z-index: 100;
    margin-top: 50px!important;
    height: 400px;
    margin-bottom: 50px;
  
  }
  .room-button{
    text-transform: uppercase;
    background-color: rgb(0, 0, 0);
    color: #fff;
    padding: 15px 20px;
    border: none;
    transition: background-color 0.3s ease;
    text-decoration: none;
    max-width: 160px!important;
    justify-content: center!important;
    text-align: center;
    transition: all ease 0.2s;
  
  }
  
  .room-button:hover{
    background-color: #AA8453 ;
    color: white;
    transform: translateY(-5px);
  }
  #gallery{
padding-top: 100px;
  }
  #testimonials{
background: url('../images/24.jpg');
    height: 500px;   
     margin-top: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }
  .res-content{
    background:  rgba(0, 0, 0, 0.55);
    background-blend-mode: multiply;
  
  }

  /*rooms page*/
#room-header{
  background: url('../images/back.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 600px;
}
.rooms-section{
  margin-top: 100px;
}
.book-box{
  width: 350px;
  text-align: center;
  background-color: #EABE7E;
  padding: 15px;
  margin-top: -50px;
  text-transform: uppercase;
  transition-duration: 0.4s;
  transform: scale(1);
}
.book-box:hover{
  transition-duration: 0.4s;
  transform: scale(1.02);
}
.card1{
  padding: 30px;
background-color: whitesmoke;
}
.room-content{
  margin-top: 30px;
 
}
.room-wrapper:hover{
  box-shadow: 0.5rem 0.5rem #EABE7E, -0.5rem -0.5rem #ccc;
}
/*gallery-page*/
#gallery-header{
  background: url('../images/24.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 600px;
}
.gall-img {
  width: 100%;
  object-fit:cover;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.4, 1.55, 0.74, 0.55);
}
.gall-img:hover img {
  transform: scale(1.05);
}

/*about page*/
#about-header{
  background: url('../images/reception.jpg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;

  height: 600px;
}
/*contact page*/
#contact-header{
  background: url('../images/contact1.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;

  height: 600px;
}
#contact-section{
  padding-top: 100px;
  padding-bottom: 50px;
}

.contact-box{
  text-align: center;
  padding: 5%;
  transition-duration: 0.4s;
  background-color: black;
  margin: 10px;
}
.contact-box:hover{
  background-color:#AA8453 ;
  color: #ffffff;
}
.contact-box:hover .fac-paragraph{
  color: #ffffff!important;
}
.box{
margin: 0!important;
}
/* ========================================= */
.rental-section .rental-content {
    position: relative;
    z-index: 1;
  }
  .rental-section {
    padding: 80px 0;
    background: url('/images/imageEpEcGBKoegnH.jpg') center/cover no-repeat;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    color: #fff;
    text-align: center;
  }

.rental-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.658); /* e errët por transparente */
  z-index: 0;
}
  .rental-section h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #ffffff;
  }

  .rental-section p {
    font-size: 17px;
    margin-bottom: 40px;
    color: #ffffff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .rental-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .rental-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 260px;
    flex: 1 1 200px;
    transition: transform 0.3s;
  }

  .rental-card:hover {
    transform: translateY(-8px);
  }

  .rental-card i {
    font-size: 36px;
    color: #EABE7E;
    margin-bottom: 15px;
  }

  .rental-card h4 {
    font-size: 20px;
    color: #80653d;
    margin-bottom: 10px;
  }

  .rental-card p {
    font-size: 15px;
    color: #555;
  }
