@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: 'Cormorant Garamond', sans-serif;
background:#ffffff;
  color: rgb(0, 0, 0);

}
p{
  font-family: 'Jost', sans-serif;
  color: #777777;
  line-height: 26px;
  font-size: 20px;
}
h4{
  font-family: "Marcellus",sans-serif;
}
h6{
  font-family: 'Jost', sans-serif;
font-weight: 400;
font-size: 13px !important;
color: #555555;
letter-spacing: 1px;
line-height: 20px;
}
a{
  text-decoration: none !important;
  color: inherit;
}
.navbar{
  transition: 0.3s;
}
footer{
  background: #EDF2E9 !important;
  padding-top: 60px;
  padding-bottom: 0px;
 
}
a.footer-link{
  color:  rgb(202, 202, 202) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 1.1em;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: white;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.navbar-toggler {
background: url('../photos/icons/toggler.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
width: 30px;
height: 30px;
}
.offcanvas{
  background: #ffffff;
}
.top-bar{
  background: #1B4C59;
  padding: 10px;
  color: rgb(255, 255, 255) !important;
  z-index: 1000 !important;
  position: sticky !important;
}
.carousel1{
  background: url('../photos/img1.jpg') ;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 78vh;
}
.carousel2{
  background: url('../photos/gallery1.jpg') rgba(0, 0, 0, 0.339);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 78vh;
}
.carousel3{
  background: url('../photos/about-img.jpg') rgba(0, 0, 0, 0.542);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 78vh;
}
.carousel-caption {
  position: absolute;
  right: 65%;
  bottom: 14.25rem;
  left: 6%;
  padding: 2.25rem;
  color: #fff;
  text-align: left;
  background: #c14e15b4;
}

.carousel-caption h5{
  font-size: 50px;
}
.carousel-caption p{
color: white;
}
.title-underline {
  width: 160px;         /* Set the length of the line */
  height: 4px;         /* Thickness of the line */
  background-color: #1d4c53; /* Dark teal color */
  margin: 10px auto;   /* Center it and add spacing */
  border-radius: 2px;  /* Optional: rounded edges */
}
.section-underline {
  width: 90%;         /* Set the length of the line */
  height: 6px;         /* Thickness of the line */
  background-color: #1d4c53; /* Dark teal color */
  margin: 10px auto;   /* Center it and add spacing */
  border-radius: 2px;  /* Optional: rounded edges */
}

.container1{
  width: 90%;
}


.rooms{
  padding-top: 50px;
  padding-bottom: 100px;
}
.card {
  position: relative;
  overflow: hidden;
border-radius: 0px !important;
margin-bottom: 30px;
border: 1px solid #1B4C59;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.137), rgba(0, 0, 0, 0.479));
  display: flex;
  align-items: flex-end;
  padding: 0px;
  color: white;
}

.overlay h4 {
  margin: 0;
  background: #C14E15;
  padding: 10px;
}
.text-box{
  padding: 40px;
  border: 1px solid #1d4c53;
  margin-top: 60px;
}
.button-div{
  position: relative;
  display: flex;
  justify-content: end;
  text-align: end;
  margin-top: 20px;
}

/*rooms.html*/
.rooms-bg{
  background: url('../photos/twin-room.jpg'), rgba(0, 0, 0, 0.487) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
display: flex!important;

}


.title{
  background: #C14E15;
  width: fit-content;
}
.room-card{
  background: #EDF2E9;
}
.room-content{
  padding: 20px;
}


/*restaurant.html*/
.restaurant-bg{
  background: url('../photos/breakfast.webp'), rgba(0, 0, 0, 0.487) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
display: flex!important;

}
.text-box1{
  padding: 40px;
  border: 1px solid #1d4c53;
  margin-top: 60px;
  background: #c14e15cc;
}
.cover-bg{
  background: url('../photos/breakfast3.png'), rgba(0, 0, 0, 0.487) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 80px;
  padding-bottom: 80px;
}
/*about.html*/
.about-bg{
  background: url('../photos/about-img.jpg'), rgba(0, 0, 0, 0.487) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
display: flex!important;

}
.testimonial-item{
  padding: 30px;
  background: #1d4c53;
  color: white;
}

/*destinations.html*/
.destinations-bg{
  background: url('../photos/museum1.jpg'), rgba(0, 0, 0, 0.487) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
display: flex!important;

}


/*offers.html*/
.offers-bg{
  background: url('../photos/img4.jpg'), rgba(0, 0, 0, 0.487) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
display: flex!important;

}
.offer-box{
  justify-content: center;
  text-align: center;
  padding: 30px;
}



@media(max-width:1000px){
  .rooms-bg, .about-bg, .destinations-bg, .restaurant-bg {
    padding-top: 150px;
  }
  .offcanvas{
    margin-top: 50px;
  }
  .container1{
    width: 100%;
  }
.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: 14.25rem;
  left: 5%;
  padding: 2.25rem;
  color: #fff;
  text-align: left;
  background: #c14e15b4;
}
  
.carousel-caption h5{
  font-size: 30px;
}
.carousel-caption p{
color: white;
}


}