@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=Lobster&family=Lobster+Two&family=Signika+Negative:wght@400;500;600&family=Song+Myung&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Signika+Negative:wght@400;500;600&family=Song+Myung&display=swap');

html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:rgb(255, 255, 255);
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:rgb(255, 255, 255);
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:rgb(255, 255, 255);
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #D4AC5A ;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color: #D4AC5A;

}

.nav-item:hover .underline {
  background-color: #D4AC5A;
  width: 100%;

}

.nav-item:hover a {

  color:  rgb(255, 255, 255);
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color: #D4AC5A;

}

::selection {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(218, 218, 218, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #D4AC5A !important;
  background-color: #D4AC5A; 
  color: transparent !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color: #D4AC5A !important;
  background-color: #D4AC5A; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background: #D4AC5A;
  border: 0;
  border-radius: 5px;
  color:rgb(0, 0, 0) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid rgb(255, 255, 255);

}

#button::before,
#button::after {
    
  background: #f8d58f !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #353434 !important;
  transform: scale(1);
  border: 2px solid #505050;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }

@media screen and (min-width: 200px)and (max-width: 950px) {
  .swiper-container {
   
    margin-left : 60px !important;
 
  }
  .index-bg1 h4{
    font-size: 50px !important;
  }
  .bg01{
   
    font-size: 40px !important;
   
       
    
  }
  .room-bg3{
    height:auto !important;

  }
  .room-bg3 h2{
   font-size: 30px !important;
    
  }
    
  }
/* anim */
.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;
  }
  
  

  .index-bg1{
    background: url("image/201401611.jpg") rgba(54, 54, 54, 0.89);
     background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 75vh;
        position: relative;
    
  margin-top: 50px;
    
       }
       /* ----------home-about-------------- */

       #home-about{
        padding: 30px 0;
        background-color: #f5eee4;
    }
    
    .left-side{
        background: url('image/201401568-2.jpg');
       
        background-position: center;
        
       background-repeat: none;
        border: 10px solid white;
        border-style: double;
        background-repeat: no-repeat;
        height: 500px;
    }
    
    
    .left-side:hover{
        background: url('image/201401568-2.jpg')rgba(0, 0, 0, 0.2);
        background-size: cover;
        background-repeat: none;
        transition-duration:0.8s ;
        border: 10px solid white;
        background-blend-mode: multiply;
        border-style: double;
        height: 500px;
        
    }
    
    .right-side-1{
        background: url('image/201401571.jpg');
        background-position:center ;
    
        background-repeat: none;
         border: 10px solid white;
         border-style: double;
         background-repeat: no-repeat;
         height: 250px;
    }
    
    .right-side-1:hover{
        background: url('image/201401571.jpg')rgba(0, 0, 0, 0.2);
        background-size: cover;
        background-repeat: none;
        transition-duration:0.8s ;
        border: 10px solid white;
        background-blend-mode: multiply;
        border-style: double;
        height: 250px;
        
    }
    
    .right-side-2{
        background: url('image/201401555.jpg');
        background-position:center ;
    
        background-repeat: none;
         border: 10px solid white;
         border-style: double;
         background-repeat: no-repeat;
         height: 250px;
    }
    
    .right-side-2:hover{
        background: url('image/201401555.jpg')rgba(0, 0, 0, 0.2);
        background-size: cover;
        background-repeat: none;
        transition-duration:0.5s ;
        border: 10px solid white;
        background-blend-mode: multiply;
        border-style: double;
        height: 250px;
    }
    
    .link-btn{
        background-color: #9b9183;
        color: white;
        width: 160px;
        border-radius: 0;
        padding: 10px 20px;
        border: 2px solid transparent;
        
    }
    
    @media only screen and (max-width: 600px) {
        .room-btn {
          margin-left: 25%!important;
        }
      }
    
    
    .link-btn:hover{
        background-color: #9b9183;
        color: white; border: 2px solid white;
        
        
    }
    
    .card-wrapper{
        display: flex;
    }
    
    .slider{
    
        margin-bottom: 20px;
        position: relative;
    }
    
    .slider .owl-item.active.center .slider-card{
        transform: scale(1.15);
        opacity: 1;
        background: rgb(255,199,118);
    background: linear-gradient(180deg, rgba(255,199,118,1) 0%, rgba(176,111,49,1) 100%, rgba(255,255,255,0.9416141456582633) 100%);
        color: white;
    }
    
    .slider-card{
        background-color: white;
        margin: 50px 15px 90px 15px;
        border-radius: 5px;
        box-shadow: 0 15px 45px -20px #915656;
        transform: scale(0.9);
        opacity: 0.5;
        transition: all 0.4s;
    }
    .slider-card img{
        border-radius: 5px 5px 0px 0px;
    }
    
    .owl-nav .owl-next{
        position: absolute;
        top: calc(50% - 25px);
        right: 0;
        opacity: 1;
        font-size: 30px!important;
        z-index: 1;
    }
    
    .owl-nav .owl-prev{
        position: absolute;
        top: calc(50% - 25px);
        left: 0;
        opacity: 1;
        font-size: 30px!important;
        z-index: 1;
    }
    
    
    .row video {
        position:relative;
        z-index:0;
        width: 100%;
        
        color: rgba(black, 0.9);
        filter: brightness(75%);
        
    }
    .overlay {
        position:absolute;
        top: 40%;
        text-align: center;
        z-index:1;
    }
    
    @media only screen and (max-width: 760px) {
          video {
          width: 100%;
            
        }
    }

    
 .rooms-section{

  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom:10px ;
}
.room-content{
  background-color: rgb(255, 255, 255);
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  position: relative;
  margin-top: -70px;
}


/*GALLERY*/
img.zooms {
  width: 100%;
  height: 30vh;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  transition: all .3s ease-in-out;
  border-radius: 30px ;
}

img.zooms:hover{
 background-color: rgba(0, 0, 0, 0.1);
 transform: scale(1.1);
}
.thumb{
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
/*testiomnial  */

.swiper-container {
  border-radius: 5px;
  width: 50vw;
  overflow: hidden;
  height: fit-content;
  height: fit-content;
  font-size:50px;
  position: relative;
  padding-bottom: 50px;
  margin-left:25%;
  font-family: sans-serif;
}

.swiper-slide {
  width: auto;
  height: fit-content;
  display: flex;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  font-family: Nunito;
  background-color: rgb(255, 255, 255);

}

.swiper-slide .ImgHolder {
  background-color: #c5b390;
  display: flex;
  width: 100%;
  height: auto;
  padding: 50px;
  border-bottom-left-radius: 20px;

}

.ContentHolder::before {
  background-color: #a39a87;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  z-index: -1;
  right: 0px;
}

.ContentHolder {
  position: relative;
  padding: 40px;
  background-color: rgb(255, 255, 255);
  border-top-right-radius: 20px;
}

.swiper-pagination-bullet {
  background-color: rgb(0, 0, 0);
  opacity: 1;
  border: 1px solid #000000;
}

.swiper-pagination-bullet-active {
  background-color: #aab830;
}

.swiper-button {
  border: 1px solid rgb(255, 255, 255);
}

.swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
  border: 3px solid #ffffff;
  outline: 2px solid white;
}

.swiper-slide h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

.swiper-slide p {
  font-size: 18px;
  padding: 5px;
}

@media (max-width:638px) {
  .swiper-container {
    width: 100%;
  }
}

@media (max-width:500px) {
  .swiper-container {
    width: 70vw;
  }
}

@media (max-width:300px) {
  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    border-radius: 0px;
  }

  .swiper-container .ImgHolder {
    border-radius: 0px;
  }
  .ContentHolder{
    border-radius: 0px;
  }
}

.head-home-span{
  display:block;
  width:80%;
  border-top: 1px solid #000000;
}

/* -----end testi */

.bg01{
  text-align: center;
  font-family: Libre Baskerville, serif;
  font-style: italic; 
  font-size: 60px;
  color: #D4AC5A;
  padding-top: 170px; 
                 
}

/* room */
.room-bg1{
  background: url('image/pexels-engin-akyurt-1579253.jpg') rgba(0, 0, 0, 0.842);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 20px;
}

/* room section */
.fac2{
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  color: #283106
  ;
  text-align: center;
  margin-top: -0%;
}
.rooms-section{
  background-color: #C7C2AB;
  padding-top: 40px;
  padding-bottom: 40px;
}
.room-container {
  position: relative;

  overflow: hidden;
}

.room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 43, 43, 0.5);
  z-index: 1;
}

.initial-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-shadow: 3px 3px 4px #EEC78C;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 3;
}



.room-container:hover .overlay {
  opacity: 1;
  transform: translateY(-30%);
}

.room-text {
  color: rgb(0, 0, 0);
  text-align: center;
}

/* restarurant */
.menu-bg1{
  background: url('image/pexels-pranav-jain-1707957.jpg') rgba(0, 0, 0, 0.842);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 20px;
}




 
.page_title h1 {
  color: #D4AC5A;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
.page_title h1::before {
  background: #D4AC5A;
  width: 70px;
  height: 2px;
  position: absolute;
  content: '';
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_title h1::after {
  position: absolute;
  content: '';
  background: #fbc531;
  width: 30px;
  height: 2px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*Menu starts*/
.menu_tab {
  margin: 0 auto;
  justify-content: center;
}
.nav-item {
  display: inline-block;
  text-align: center;
}
.nav-tabs .nav-link{
  transition: .3s;
}
.nav-tabs .nav-link.active {
  background: #D4AC5A;
  color: #fff;
  font-weight: 700;
  border: 1px solid #D4AC5A;
  text-transform: capitalize;
}

.nav-tabs .nav-link:hover {
  background: #D4AC5A;
  color: #fff;
  border: 1px solid#D4AC5A;
}
.single_menu {
  position: relative;
  margin-bottom: 75px;
  transition: .3s;
}
.single_menu:hover img{
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}
.single_menu img {
  width: 33%;
  position: absolute;
  height: 140px;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  transition: .3s;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.menu_content {
  padding-left: 200px;
}
.menu_content h4 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px dashed #D4AC5A;
  line-height: 2;
  text-transform: capitalize;
 
}
.menu_content h4 span {
  font-size: 25px;
  font-weight: 800;
  float: right;
  font-style: italic;
  color: #D4AC5A;

}
.menu_content p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}


.menu-bg3{
  background: url('image/pexels-terje-sollie-273920.jpg') rgba(54, 50, 50, 0.589);

  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 40vh;
  position: relative;
  background-color: #646363;
 

}

.room-bg3{
  background: url('image/201401653.jpg') rgba(54, 50, 50, 0.589);

  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;
  background-color: #646363;
 

}
/*Menu ends*/

.gallery-bg1{
  background: url('image/IMG_4924-1 (1).jpg') rgba(0, 0, 0, 0.671);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 20px;
}
.about-bg1{
  background: url('image/201401605.jpg') rgba(0, 0, 0, 0.671);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 20px;
}
.contact-bg1{
  background: url('image/pexels-andrea-piacquadio-3771110.jpg') rgba(0, 0, 0, 0.822);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;

  margin-top: 20px;
}
  /*Contact.html*/
  .section-background3{
    background-color: #1e1e1e;
   
    background-attachment: fixed;
    background-position:top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 450px;
    margin-bottom: 100px;
  }
  .contact-box{
    border: 1px solid white;
    padding: 50px;
    border-radius: 5px;

    background: url('image/pexels-photo-1416530.jpeg') rgba(20, 19, 19, 0.747);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }

/*Contact Styles*/


.contact {
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-bottom: 2rem;
  text-align: center;
  padding: 1rem;
  transition: .2s ease-in-out;
}

.contact:hover {
  background-color: #00b4d8;
  color: #023e8a;
}

.contact:hover i {
  color: #023e8a !important;
}

.contact:hover a {
  color: #023e8a;
}

.contact i {
  font-size: 2rem;
}

.contact p {
  font-size: .8rem;
}

.contact p a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: .15s ease-in-out;
}

.contact p a:hover {
  border-bottom: 1px solid #000;
}

.map-bg {
  background: url(image/201401568-2.jpg) rgba(0, 0, 0, .5);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.contact-map-container iframe {
  display: block;
  width: 80%;
  height: 40vh;
}


/* maps */
.google-maps-contact-info {
  position: relative;
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: -100px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .google-maps-contact-info {
      padding-left: 2%;
      padding-right: 2%; } }

.google-maps-contact-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  padding: 35px; }
  @media only screen and (max-width: 767px) {
    .google-maps-contact-content {
      padding: 20px; } }
  .google-maps-contact-content .single-contact-info {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .google-maps-contact-content .single-contact-info h4 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .google-maps-contact-content .single-contact-info h4 {
        font-size: 14px; } }
    .google-maps-contact-content .single-contact-info i {
      display: inline-block;
      font-size: 30px;
      margin-bottom: 15px;
      color:#D4AC5A }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info i {
          font-size: 24px; } }
    .google-maps-contact-content .single-contact-info p {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .single-contact-info p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info p {
          font-size: 12px; } }
  .google-maps-contact-content .google-maps {
    position: relative;
    z-index: 1; }
    .google-maps-contact-content .google-maps iframe {
      width: 100%;
      height: 500px;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .google-maps iframe {
          height: 400px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .google-maps iframe {
          height: 300px; } } 
          /* map end */