@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');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');
html, body {
    width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden !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 li a{
    margin:6px  16px!important;
    font-family: "Mate", serif;
font-size:20px !important;
      color: #ffffff!important;
 
  }



.navbar {
  background: linear-gradient(90deg, #094040 0%, #094040 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 #d7b469;
  padding: 0 20px;
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: transparent;
  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;

}


.container .link-btn,
.link-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #2B3F3D;
  padding: 0 20px;
  font-size: 18px;
  line-height: 48px;
  color: #2B3F3D;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: transparent;
  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-btn: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,#1e2e2c, #131f1d), 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;
  }
  
}
/*animacionet*/
 .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;
}

/*karoseli */

.carousel-caption {
    top: 50%;
}

.c-item {
    height:900px;
    
}

.c-img {
    height:900PX;
    object-fit: cover;
     filter: brightness(48%); 
    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/room/1.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/KOPI.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:top;
        background-size:cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      
      .section-background3{
        background: url('img/room/11.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height:600px;
        
      }


  .box{
    padding: 20px !important;
    background-color: #ffffff;
    color: #000000;
    font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;

    margin-top: -70px !important;
  
  
  }
  
/*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;
}
.facilities{
    background: url('../img/leaf.png');
    background-color: #F4EFE9;
    background-repeat: no-repeat;
    background-size: 15%;
  color: #094040 !important;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .facility-box h3{
    color: #094040 !important;
  }
.facility-box{
  padding: 50px;
  transition: 0.3s ease;
  background: #676C5C;
  color: rgb(0, 0, 0);
  transition: 0.2s ease;

}
.facility-box:hover{
transform:translateY(-20px);
  transition: 0.2s ease;

}
#number{
    color: rgb(255, 255, 255);
    font-size:40px;
    -webkit-text-stroke: 1px #000000;
    -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: "Great Vibes", cursive;
  font-weight: 400;
  font-size:85px !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 #000000;
  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 */
}
.font04{
    font-family: "Mate", serif;
    font-weight: 400;
    color: rgb(239,200,140);
}
.font03{
    font-size: 30px !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;
  }
}



@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) {

}
.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 */
  }
  .media{
    justify-content: center;
    text-align: center;
  }
}
#home-gallery{
    margin: 100px 0;
    padding: 30px 0;
}
.room-card{
    padding: 40px !important;
}

  
  .img12{
margin-bottom: -20px !important ;
margin-left: 80px !important;
position: relative;
z-index: 4;
  }

  .img22{
    margin-bottom: -560px !important ;
    margin-left: -60px !important;
  }
  .media {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    transition: background-color 0.3s;
  }
  
  .media:hover {
    background-color: #444;
  }
  
  /* Media query to center the button */
  @media (max-width: 768px) {
    .media {
      display: block;
      width: 100%;
      margin: 10px auto;
    }
  }