
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    color: black!important;
}
nav.navbar {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  transition:all .5s ease-in-out;
  }
.navbar.scroll {
  background-color: #E2E2E2 !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;
  font-weight: bold;
 
}
h5{
  letter-spacing: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: rgb(204, 140, 24)!important;
}
h1 {
  font-family: 'Gilda Display', serif;
}
p{
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  color:rgb(97, 99, 114)
}
.navbar li a {
  font-family: 'Martel';
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.navbar li a:hover {
color:#1D3461 ; 

}
.nav-item {
  position: relative;
}

.hover-underline {
  position: relative;
  max-width: max-content;
}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid #1D3461;
  transform: scaleX(0.2);
  opacity: 0;
  transition: 500ms ease;

}

.nav-link.active::after {
  transform: scaleX(1);
  opacity: 1;
 
}


  /* navbar end*/
  .carousel-1{
    background: url('../images/home-header.jpg')rgba(0, 0, 0, 0.529) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-2{
    background: url('../images/nav.jpg')rgba(0, 0, 0, 0.525);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-3{
    background: url('../images/371026488.jpg')rgba(0, 0, 0, 0.525);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-caption{
    top: 38%;
}

  /* btn */
  .nav-button {
    appearance: none;
    background-color: #1D3461;
    border: 2px solid #1D3461;
   
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    text-transform: uppercase;
    max-width: 200px;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
  }
  
  .nav-button:disabled {
    pointer-events: none;
  }
  
  .nav-button:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-5px);
    color: white;
  }
  
  .nav-button:active {
    box-shadow: none;
    transform: translateY(0);
  }
  /* first section */
  .shadowed {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
  }  
  .explore-img-two {
    position: relative;
    z-index: 1;
  }
  .explore-img-two::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    background-color: #557bb1;
    z-index: -1;
  }
  /**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in {
  animation: fade-in 2s ease-in-out both;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}
.scrolled.slide-left {
  animation: slide-in-left 2s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 2s ease-in-out both;
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}


/*second section*/
#home-rooms{
background: url('../images/1.png');
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
padding-bottom: 100px;
height: 600px;
}
/* rooms cards Styles */

.card1 {
  background-color: #F2F5F7;
  width: 650px;
}
.card-sl {
  width: 650px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-image img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 8px 8px 0px 0;
}

.card-heading {
  font-size: 25px;
  font-weight: bold;
  background: #fff;
  padding: 10px 15px;
  font-family: 'Gilda Display', serif;
}
.card-text {
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
  color: #636262;
}
.card-button {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  background-color: #1F487E;
  color: #fff;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
}

.card-button:hover {
  text-decoration: none;
  background-color: #1D3461;
  color: #fff;
}
.rm-img {
  border-radius: 0px !important;
  padding: 5px;

}
.card-icon {
  padding-left: 50px;
  /* Adjust this value to control the space between icons */
}


@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@media (max-width: 576px) {
  .container {
    margin-left: 0 !important;
    padding-top: 10px !important;
  }
.explore-content{
  margin-top: 70px!important;
}
  #home-rooms {
    height: 800px;
  }
  .card1{
   margin-top: 100px;
  width: 400px;
  }
  .card-body{
    
    width: 400px;
  }
  .rm-img{
    width: 400px;
  }

  .card-icon {
    padding-left: 20px; /* Adjust this value to control the space between icons */
  }
 }
 /*third section/facilities*/

 #facilities {

  padding-bottom: 50px;
  /*background-color: #F2F5F7;*/
 }

.facility-box{
  text-align: center;
  padding: 4%;
  transition-duration: 0.4s;

}
.facility-box:hover{
  background-color: #1D3461;
  color: #ffffff;
  transform: translateY(-5px);
  transition-duration: 0.4s;
}

.facility-box:hover .fac-paragraph{
  
  color: #ffffff!important;
}
.carousel-control-prev-icon, .carousel-control-next-icon { 
 color: black;
}
#gallery{
padding-top: 30px;
padding-bottom: 150px;
  background-color: #F2F5F7;
}
.gallery-img-two {
  position: relative;
  z-index: 1;
}
.gallery-img-two::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100%;
  height: 100%;
  background-color: #cc8c18;
  z-index: -1;
}
.gallery-img-three::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  background-color: #cc8c18;
  z-index: -1;
}
.testimonials{
  background: url('../images/222.jpg') rgba(15, 15, 15, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
}
  .container{
    max-width: 1170px;
    margin: auto;
  }

.testimonials .slider{
background-color:#F2F5F7;
   max-width: 600px;
   margin: auto;
   text-align: center;
   padding:30px;
   font-family: Georgia, 'Times New Roman', Times, serif;
  }
  .testimonials .slider .slide{
    display: none;
  }
  .testimonials .slider .slide.active{
    display: block;
    animation: slide 1s ease;
  }
  @keyframes slide{
    0%{
      opacity:0;
      transform: translateX(-15px);
    }
    100%{
       opacity:1;
      transform: translateX(0px);
    }
  }
  .testimonials .slider p{
    font-size:18px;
 
    word-spacing: 2px;
  }
  .testimonials .slider .client-info h3{
    font-weight: bold;

    font-size:18px;
    margin:30px 0 10px;
  }
  .testimonials .slider .client-info span{
    display: block;
    font-size:16px;
    color:#11bead;
  }
  .testimonials .slider-indicator{
    text-align: center;
    padding-top:30px;
    padding-bottom: 20px;
  }
  .testimonials .slider-indicator img{
    max-height:80px;
    max-width:80px;
    display: inline-block;
    margin:0 8px;
    opacity: 0.2;
    border:3px solid #1D3461;
    padding: 2px;

    cursor: pointer;
    transition: opacity 1s ease;
  }
  .testimonials .slider-indicator img.active{
    opacity:1;
  }

  /*room page */
.rooms-header{
  background-image: url('../images/room3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
}
.rooms{
  margin-top: 40px;
  margin-bottom: 5%;
}
.room-text{
  padding: 5px 20px;
}
.room-text h3{
  font-size: 24px;
}
.room-text ul{
  list-style-type: none;
  margin: 15px 0;
}
.room-text ul li{
  padding: 7px 0;
}
.room-text ul li i{
  color: var(--yellow);
  margin-right: 10px;
}
.rate{
  opacity: 0.8;
}
.rate span{
  font-size: 40px;
  font-weight: 900;
  color: var(--yellow);
}
.room-image{
  overflow: hidden;
}
.room-image img{
  transition: var(--transition);
 border: 2px solid #CEB797;
padding: 5px;
}
.room-image:hover img{
  transform: scale(1.1);
}
@media (min-width: 900px){
  .rooms-container{
      display: flex;
      flex-wrap: wrap;
  }
 
}
@media(min-width: 1370px){
  .rooms-container{
      flex-direction: column;
  }
  .room{
      display: flex;
      padding-bottom: 0;
      margin: 5px 0;
  }
  .room-image{
      flex: 1;
  }
  .room-image img{
      height: 45vh;
  } 
  .room-text{
      flex: 1;
  }
  .room:nth-child(even){
      flex-direction: row-reverse;
  }
}


.room-btn {
background-color: rgba(207, 144, 26, 0.733);
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  cursor: pointer;
 text-transform: uppercase;
 box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.37);
}


.room-btn:hover {
  background-color: white;
  color: black;
  border-bottom: 3px 5px 3px 8px solid #050505;
}

/* Gallery page */


#gallery-header{
 
  background: url("../images/gall-header.jpg")rgba(14, 14, 14, 0.526);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply; 
  height: 600px;
}
#gallery-section{
padding-top: 50px;
}
/* About page */
#about-header{
  background: url("../images/371025906.png")rgba(14, 14, 14, 0.426);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply; 
  height: 600px;
}

#about-contact{
  background: url('../images/image.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 5%;
  padding-bottom: 100px;
  height: 400px;
}
/* Contact page */
#contact-header{
  background: url("../images/1.png")rgba(14, 14, 14, 0.426);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-blend-mode: multiply; 
  height: 600px;
}
#contact-body{
margin-top: 60px;
}
.contact-items{
  margin-bottom: 40px;
  padding: 40px;
}