@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
html, body {
    width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden !important;
    }
  .navbar li a{
    margin:6px!important;
    font-family: "Mate", serif;
font-size:20px !important;
      color: #ffffff!important;
 
  }

body {
  background: #ffffff;
  font-family: "Quattrocento", serif !important;
  font-weight: 400;

  line-height: 28px;
}
a {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
}
p{
    color: rgb(0, 0, 0);
    font-family: "Marcellius",serif;
}
.navbar {
  background: linear-gradient(90deg, #3B3732 0%, #3B3732 100%) !important;
  top: 0% !important;


}


.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
 
  background-size: 100%;

}

.navbar-toggler {
  border-color: #ffffff !important;
  background-color: #3B3732;
}
.dropdown-menu {
  background-color: rgb(0, 0, 0) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: "Inconsolata", monospace;


  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #000000;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

.container .link-btnn,
.link-btnn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #d7bd69;
  padding: 0 20px;
  font-size: 18px;
  line-height: 48px;
  color: #000000;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #FAEFDF;
  box-shadow: 0px 5px 16px 0px #747069;
  font-family: "Belleza", serif;
}

.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 white;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);
}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}
.link-btnn:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border-color: var(--gold) 1px;

}


@media only screen and (min-width: 992px) {

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
}
.footer_wrapper {
  background: linear-gradient(0deg,#181D23, #181D23), url('img/livingroom4.jpg') center/cover no-repeat , #00000042;
  padding: 5% 0 5% 0;
}

.footer_wrapper h5 {
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
  margin-bottom: .5rem;
  list-style: none;
}

.footer_wrapper .contact-info li a {
  color: white;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

.footer_wrapper .link-widget li a:hover {
  margin-left: .625rem;
  color: hsl(56, 78%, 39%);
}


.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: #000000;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}





@media (max-width:800px) {

  .container .link-btn,
  .link-btn {
    display: inline-block;
    font-weight: 400;
  
    border: 1px solid#1E323D;
    padding: 0 25px;
    font-size: 12px;
    line-height: 35px;


  }
  .none{
    display: none;
  }
  .imi{
    box-shadow: none !important;
  }
}


.flex1 {
  display: flex;
  justify-content: space-between;
}





 .fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}



.carousel-caption {
    top: 30%;
}

.c-item {
    height:900px;
    
}

.c-img {
    height:900PX;
    object-fit: cover;
     filter: brightness(78%); 
    background-position:unset !important ;
    background-repeat: no-repeat !important;
    background-size:contain !important;
    background-blend-mode: none !important;
 
}



  @media screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .c-item {
     height: 600px;
    }
    
  }

    .section-title h1{
        text-align: center;
        font-size: 4.2rem;
        padding-top:14%;
        letter-spacing: 10px;
        color: #ffffff;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      .section-title p{
        text-align: center;
      
        padding-bottom:3%;
        letter-spacing: 10px;
        color: #fcfcfc;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      @media(max-width: 990px){
      
      .section-background, .section-background1, .section-background2 {
         height: 500px;
      }
      .section-title h1{
         padding-top: 50%;
         font-size: 40px !important;
      }
      }

       @media(max-width:767px )

       {
        .cover-bg h1 {
            font-size: 20px !important;
        }
       }
   
    
      .section-background{
        background: url('img/pexels-michal-cygan-298600764-13344026.jpg')  rgba(20, 19, 19, 0.603) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      .section-background2{
        background: url('img/576011758.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size:cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      
      .section-background3{
        background: url('img/576011762.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height:600px;
        
      }



 
       
.home1 {
    padding: 0;
  }
  .home1 .slide {
    min-height: 35vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
    border: 3px solid #ffffff;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background: transparent;
    color: white;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: transparent;
    color: white;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1rem;
  }
 

  .swiper-button-next,
  .swiper-button-prev {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background: transparent;
    color: white;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: transparent;
    color: white;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 1rem;
  }
 
.info-box{
  background: rgba(255, 255, 255, 0.841);
  padding: 50px;
}
.info-box1{
  background: #094040;
  padding: 50px;
}
.in{
  padding: 20px !important;
}
.about-left-bottom-box {
  border-left: 4px solid #094040; /* Adjust the width and color as needed */
  padding-left: 15px; /* Add padding to create space between the border and the content */
}


  
  

/* Media queries */
@media (max-width: 991px) {
  .contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  }
  .contact-info .item {
    border-right: 1px solid rgba(200, 200, 200, 0.6);
  }
  .contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03658C;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
  }
  .contact-info .item .icon i {
    color: #ffffff;
    font-size: 26px;
  }
  .contact-info .item h5 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-family: Forum, serif;
    color: #000000;
    height: 400;
  }
  .contact-info .item p {
    margin-bottom: 2px;
    font-family: Forum, serif;
  }
  .room22{
    font-family: "Forum", serif;
  }
.start
{
    font-family: "Forum", serif;
  }
  @media screen and (max-width: 991px) {

  .contact-info {
  display: unset !important;
  border-bottom: none !important;
  }
  .contact-info .item {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
}
  

  }

  .box{
    padding: 30px !important;
    background-color: #676C5C;
    color: #d7bd69;
    font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  }
  
/*fac */
.facilities{
  padding-top: 50px;
  padding-bottom: 100px;
}
.facilities1{
  padding-top: 50px;
  padding-bottom: 100px;
  background: url('../img/573500559.jpg') rgba(0, 0, 0, 0.582) ;
  background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.facility-box{
  padding: 50px;
  transition: 0.3s ease;
  background: #676C5C;
  color: white;
  transition: 0.2s ease;

}
.facility-box:hover{
transform:translateY(-20px);
  transition: 0.2s ease;

}
#number{
    color: rgb(255, 255, 255);
    font-size:50px;
    -webkit-text-stroke: 1px #D7BD69;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.title{
  -webkit-text-stroke: 1px #D7BD69;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-size:40px;
}
.font0{
    font-family: "Jacques Francois Shadow", serif;
    font-weight: 400;
  font-size:50px !important;
}
.font01 {
    font-size:20px !important;
}

/*cover section in home page */

.restaurant{
  background: url('../img/S.png') rgba(0, 0, 0, 0.582) ;
background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
/*room-home page*/
.rooms1{

  padding-bottom: 100px !important;
padding-top: 100px !important;
}
 /* Base Styles */


h1 ,h2 ,h3{
  font-family: "Cinzele,serif";
}

.testimonials{
  background: url('../img/S.png') rgba(0, 0, 0, 0.582) ;
  background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
}
/* Common styles for the special row */
.special-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; /* Adjust margin as needed */
}

.special-row .col-lg-2 {
  flex: 0 0 16.66%; 
  max-width: 16.66%;
  text-align: center;
  box-sizing: border-box; /* Ensure padding/margins are included in width calculations */
}

/* Adjust columns for medium screens for the special row */
@media (max-width: 768px) {
  .special-row .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Adjust columns for small screens for the special row */
@media (max-width: 576px) {
  .special-row .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
 

/*NEW */
.about-section {
    /* background: url(../img/S.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    background-color: #dacfcf75;
}
.img1{
    width: 200px !important;
}
.section-padding{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.facilities-section{
  background: url('../img/pexels-michal-cygan-298600764-13344026.jpg') rgba(20, 19, 19, 0.665);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}

.facility-box{
  padding: 40px;
  text-align: center;
  justify-content: end;
background: #fefefe6d;
color: white;

}
.border-left {
  border-left: 3px solid #CFB53C;
  padding-left: 15px; /* Add padding to the left to give space from the border */
  margin-bottom: 20px; /* Add margin to the bottom for spacing between elements */
}
.box{
  margin-top: -50px !important;

}
.font03{
  font-size: 40px !important;
 
}
@media (max-width: 768px) {
  /* For tablets and small laptops */
  .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 margin-bottom: 150px !important;
  }
  .font03{
    font-size: 20px !important;
   
  }

}

@media (max-width: 576px) {
  /* For mobile phones */
  .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 margin-top: -8px !important;

  }
  .font03{
    font-size: 20px !important;
   
  }
  

  .text-center h4 {
    font-size: 1.2rem;
  }

  #number {
    font-size: 1.5rem;
  }
}
/* General Styles for Gallery Section */
.gallery {
  padding: 50px 0;
  background: #f9f9f9;
}

.gallery .swiper {
  width: 100%;
  padding: 20px 0;
}

.gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.5s ease;
}

.gallery .swiper-slide .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery .swiper-slide:hover img {
  transform: scale(1.1);
}

.gallery .swiper-slide:hover .icon {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

@media (max-width: 768px) {
  .gallery .swiper-slide {
    width: 100%;
    margin: 0 auto;
  }
  .img2{
    display: none;
  }
  .rooms1{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .font0{
    font-size: 34px !important;
  }
}

@media (max-width: 576px) {
  .gallery .swiper-slide {
    width: 100%;
    margin: 0 auto;
  }
}
.contacts{
  padding-top: 50px
  ;padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #676C5C;
   border: 4px solid #E4E3CF;
}

  .contacts h3{
color:#E4E3CF;   
font-family: "Forum", serif;
font-weight: bold;
letter-spacing: 2px;

}

.contacts h6{
  color:white;   
  font-family: "Forum", serif;

}
@media (max-width: 769px)  {
  .dropdown-menu {
    width: 60%; /* Make it 50% of the screen width */
    padding: 9px; /* Moderate padding */
    margin: 0 auto; /* Center the dropdown menu */
    justify-content: center;
    text-align: center;
    margin-bottom: 4px !important;
    background-color: #252525 !important;
  }

  .dropdown-menu .dropdown-item {
    font-size: 16px; /* Standard font size */
  }

  .dropdown-menu .dropdown-item:hover {
    transform: scale(1.03); /* Moderate scale on hover */
  }
}