@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&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 22px !important;
    font-family: "Mate", serif;
font-size:20px !important;
      color: #ebb70c!important;
 
  }
.navbar {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 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: #da9e44;
}
.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;


  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;
}


.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 #ebb70c;
  padding: 0 20px;
  font-size: 18px;
  line-height: 48px;
  color: #ebb70c;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: white;
  box-shadow: 0px 5px 16px 0px #413e3a36;
  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 #ffffff;
  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: white;
  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,#1e2e2c7c, #131f1d94), url('img/pexels-khanh-le-207985-666839.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: 30%;
}

.c-item {
    height:900px;
    
}

.c-img {
    height:800PX;
    object-fit: cover;
     filter: brightness(68%); 
    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;
    }
    
  }

  /*about section */

    .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/WhatsApp Image 2024-07-04 at 12.14.33 (4).jpeg')  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/WhatsApp Image 2024-07-04 at 12.14.34.jpeg')  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: "Cinzel Decorative", serif;
  font-weight: 400;
  font-size:75px !important;
  
  text-shadow: 3px 3px 4px #F89C1D;
}
.font01 {
    font-family: "Cinzel Decorative", serif;
    font-size:20px !important;
    color: white;
}
.font02{
    font-family: "Cinzel Decorative", serif;
    letter-spacing: 6px ;
    color: #F89C1D;
}

/*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;
}

 /* 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: 70px;
    padding-bottom: 80px;
}
/* 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;
  }
  
  .font0{
    font-size: 34px !important;
  }
}

@media (max-width: 576px) {

}
.contacts{
padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #f0e0cd;
   border: 1px solid #2fa6ca;
}

  .contacts h3{
color:#2fa6ca;   
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 {

  }
  .media{
    justify-content: center;
    text-align: center;
  }
  
}
#home-gallery{
    margin: 100px 0;
    padding: 30px 0;
}


.image-container {
    position: relative;
   
}



.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container .overlay {
    opacity: 1;
}

.overlay-button {

    color: rgb(224, 151, 15);
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 1px;
}

.overlay-button {
    background-color: #ffffff
}

.room-card{
    padding: 50px !important;
}
.rooms{
    padding-top: 100px !important;
    padding-bottom: 80px !important;

}

.facility-section{
	position:relative;
	overflow:hidden;
    padding-top: 80px !important;

}

.facility-section .row{
	margin:0px -40px;
}

.facility-section .column{
	padding:0px 40px;
}

.facility-section .column:nth-child(2){
	margin-top:60px;
}

.facility-section .column:nth-child(3){
	margin-top:120px;
}

.facility-section .image{
	position:relative;
	margin-bottom:60px;
}

.facility-section .image img{
	position:relative;
	width:100%;
	display:block;
}
.hotel-block{
	position:relative;
	margin-bottom:60px !important;
}

.hotel-block .inner-box{
	position:relative;
	padding:40px 30px;
	border:1px solid rgb(234, 181, 47);
}

.hotel-block .icon-box{
	position:relative;
	display:block;
}

.hotel-block .icon-box .flaticon{
	position:relative;
	line-height:1em;
	color:#092639 !important;
	font-size:70px;
}

.hotel-block .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:10px;
	width:50px;
	height:50px;
	border-radius:50px;
	background-color:var(--color-five);
}

.hotel-block h4{
	font-weight:700;
	display:inline-block;
	font-size:24px;
	margin-top:15px !important;

}

.hotel-block h4 a{
	position:relative;
	color:black;
}

.hotel-block h4 a:hover{
	color:var(--main-color);
}

.hotel-block .text{
	position:relative;
	color:var(--color-four);
	margin-top:15px;
}

.testimonial-section{
    background-color: antiquewhite;
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .testimonial-box{
    padding: 50px;
    border: 2px solid #adacaa;
    border-radius: 5px;
    color: #000000;
  }
  .testimonial-box:hover{
    background: #8b898472;
    transform:translateY(-15px);
    transition: background 0.5s ease-in-out;
    transition: transform 0.5s ease;
  }
  .info{
    background-color: #ddceb8;
  }
  .info1{
    background-color: #ffffff;
padding: 70px;
 
  }
  .font05{
    color: #F89C1D;
    font-family: Cinzele ,serif;
    font-size: 20px;
  }@media (max-width: 768px) {
    .rooms {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
    .testimonial-section{
    
  
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }
}

 /* Base Styles */
 .gallery-ig {
padding: 40px !important;

}

.gallery-ig {
  padding: 0 0 133px;
}

.gallery-ig-main {
  display: flex;
  justify-content: space-between;
}

.gallery-ig-main .col-img:first-child,
.gallery-ig-main .col-img:last-child {
  max-width: 360px;
}

.gallery-ig-main .col-img .ig-box {
  position: relative;
  height: 612px;
}

.gallery-ig-main .col-img .ig-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-ig-main .col-img .ig-box .content {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.gallery-ig-main .col-img .ig-box:hover .content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.gallery-ig-main .col-img:nth-child(2) {
  margin: 0 15px;
}

.gallery-ig-main .col-img .top {
  display: flex;
}

.gallery-ig-main .col-img .top .ig-box {
  margin: 0 15px 28px;
  height: 292px;
}

.gallery-ig-main .col-img .bottom .ig-box {
  margin: 0 15px 0;
  height: 292px;
}

  .tf-button {
    position: relative;
    font-family: Arial, sans-serif;
    padding:30px !important;

    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 50px;
    text-transform: uppercase;
    background-size: 300%;
    transition: all 0.3s ease;
    border: 1px solid  hwb(40 0% 99%) 50% !important;
}

.tf-button::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #2ecc71;
    transition: all 0.3s ease;
}

.tf-button:hover::before {
    transform: translateY(-10px) !important;
}



.tf-button.style3 {
    background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
    border: 1px solid  hwb(30 20% 9%) 50%;
    color:  hwb(30 20% 9%) 50%;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px 31px 0px 33px;
    line-height: 46px;
}

.tf-button.style3::before {
    background: #f4f4f4;
    bottom: -11px;
}

.tf-button.style3:hover {
    color:  hwb(30 20% 9%) 50%;
    background-position: 95%;
}

h1 ,h2 ,h3{
  font-family: "Cinzele,serif";
}
/* For screens smaller than 768px */
@media (max-width: 768px) {
  .gallery-ig {
    padding: 30px 0;
    margin-top: 50px;
  }

  .gallery-ig h1 {
    font-size: 24px;
    text-align: center;
  }

  .gallery-ig-main {
    flex-direction: column;
    align-items: center;
  }

  .gallery-ig-main .col-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .gallery-ig-main .col-img .top,
  .gallery-ig-main .col-img .bottom {
    flex-direction: column;
  }

  .gallery-ig-main .col-img .ig-box {
    height: auto;
  }

  .gallery-ig-main .col-img .top .ig-box,
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 0 15px;
    height: auto;
  }

  .tf-button {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}

/* For screens smaller than 480px */
@media (max-width: 480px) {
  .gallery-ig h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  

  .tf-button {
    font-size: 12px;
    padding: 10px;
    line-height: 40px;
  }

  .tf-button.style3 {
    padding: 10px 20px;
    line-height: 40px;
  }
}


@media screen and (max-width: 767px) {
  .room-specs-rev {
    margin-left:10px 
    !important;
  }
}
@media screen and (max-width: 767px) {
  .room-specs {
    margin-right:-20px 

    !important;
 
}
.font0 {
  font-size: 50px !important; /* Adjust the font size for smaller screens */
  text-shadow: 2px 2px 3px #F89C1D; /* Adjust text shadow if needed */
}

.font01 {
  font-size: 16px !important; /* Adjust the font size for smaller screens */
}

.font02 {
  letter-spacing: 3px; /* Adjust letter spacing for smaller screens */
  font-size: 18px; /* Adjust the font size for smaller screens */
}
}