@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Fleur+De+Leah&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rouge+Script&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;

  color: rgb(24, 24, 24);
}



p {
    font-family: "Cormorant Garamond", serif; 
  font-size: 18px;
  color: #000000;
  font-weight:400;
  font-style: normal;
}
a{
  color: #ffffff;
  text-decoration: none;
}



.navbar {
  transition: 0.3s;
}

.bg {
  background-color: #ffffff;
}
.navbar .navbar-nav .nav-link {
    color: #000000 !important;
    font-size:20px;
    font-family: "Cormorant Garamond", serif;
  }
  
  .navbar .dropdown-item {
    background-color: #ffffff;
    color: #000000 !important;
    font-size: 1.1em;
  }
  
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    font-size:20px;
  }
  
  .navbar .navbar-nav .nav-link:hover {
    color: #000000 !important;
    transition: 0.2s ease-in-out;
  
  }
  
  .navbar-logo-centered .navbar-nav .nav-link {
    padding: .5em 1em;
  }
  
  .top-bar {
    background: #faeddf;
    padding: 10px 0px;
    color: #6c7e4b !important;
    border-bottom: 1px solid #00191C;
  }

.border-bottom {
  border-bottom: 1px solid rgb(0, 0, 0);
}






hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


 .btn2{
    background-color:#BA946B;
    padding: 10px 20px;
    border:#ffffff 1px solid;
    color: #ffffff;
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .btn2:hover{
    background: #ffffff;
    padding: 10px 20px;
    color: #000000;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.4s ease-in-out;
  }
 




/*Animations*/
.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;
}


/* ------------------------ */




    /* footer */
    .contact section p {
        color: white;
        text-align: center;
      }
      
      .contact section a {
        font-family: "Cormorant Garamond", serif;
        text-decoration: none;
        color: inherit;
        transition: .1s;
        border-bottom: 1px solid transparent;
      }
      
      .contact section a:hover {
        border-color: var(--bs-secondary);
      }
      
      
      @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, #000000e3, #000000d8), url('image/663913691.jpg') center / cover no-repeat , #000000;
        padding: 5% 0 5% 0;
      }
      
      .footer_wrapper h5 {
        color: #ffffff;
        margin-bottom: 1.25rem;
        font-family: "Cormorant Garamond", serif;
        font-weight: 500;
      }
      
      .footer_wrapper ul li {
        margin-bottom: .5rem;
        list-style: none;
      }
      
      .footer_wrapper .contact-info li a {
        color: rgb(255, 255, 255);
      }
      
      .footer_wrapper .link-widget li a,
      .footer_wrapper p {
        color: rgb(255, 255, 255);
        font-size: 18px;
        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: Cormorant Garamond, serif;
        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(0, 0%, 100%);
      }
      
      
      .footer_wrapper .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: var(--secondary-color);
      }
      
      .footer_wrapper .copyright-section {
    
        padding: 1.10rem 0 .3125rem;
        text-align: center;
      }
      
      .footer_wrapper .copyright-section a {
        color: white;
      }
      
      @media (max-width: 767px) {
        .footer_wrapper>div {
          padding: 0 1.875rem;
        }
      }
    
      .footer_wrapper .social-network a {
        width: 2.1875rem;
        height: 2.1875rem;
        margin: .5rem;
        line-height: 2rem;
        font-size: .975rem;
        display: inline-block;
        border: .125rem solid #ffffff;
        color: var(--text-gray);
        text-align: center;
        border-radius: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }
      .footer_wrapper .social-network a:hover {
        background-color: rgba(0, 0, 0, 0.233);
        border-color: var(--secondary-color);
        color: var(--text-white);
        box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
        transform: translateY(-0.1875rem);
        border: .125rem solid #192841;
      }
      .footer1 a{
        font-family: "Cormorant Garamond", serif;
        font-size: 20px;
      }
      .footer2 a{
        font-family: "Cormorant Garamond", serif;
       font-size: 20px;
      }
      
    /* ---------------------------------------------- */
    hr {
        margin: 1rem 0;
        color: white;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: 0.25;
    }
    
    .t1{
        font-family: "Forum", serif;
        font-size: 20px ;
        letter-spacing: 0.2px;
    }
    /* ---------------------------- */
    
    
/* Home-page */
.hero-image {
    background-image: url("../image/663913691.jpg");
    width: 100%;
    height:750px;
    background-size: cover;
    background-position: bottom;
    margin: 0;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.63);
  }
  

  
  .hero-section {
    position: relative;
  }
  
  .particles-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  
  .lh-hero-contain {
    max-width: 830px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lh-hero-contain h3 {
    max-width: 250px;
    margin: auto;
    position: relative;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    
    font-weight: 700;
  }
  .lh-hero-contain h3::after {
    content: "";
    width: 50px;
    border: 1px solid #BA946B;
    position: absolute;
    right: -60px;
    top: 15px;
    z-index: -1;
  }
  .lh-hero-contain h3::before {
    content: "";
    border: 1px solid #BA946B;
    width: 50px;
    position: absolute;
    left: -60px;
    top: 15px;
    z-index: -1;
  }
  .lh-hero-contain h1 {
    margin: 30px 0;
    font-size: 48px;
    font-weight: 700;
    word-spacing: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .lh-hero-contain h1 span {
    color: #BA946B;
    position: relative;
  }
  .lh-hero-contain h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: block;
    width: 100%;
    height: 3px;
    background: #BA946B;
  }
  

  /* Pages */
/* About-page */
.section-about{
    padding-top: 70px;
    padding-bottom: 70px;
}


  .lh-branches {
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px dashed #000;
    border-radius: 15px;
  }

  
  /*---=================================
   <!-- Restu Fecilities Area Css -->
==================================---*/

.fecilities-area {
    background: url("../image/8787878.jpg") #000000b7;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    padding:70px 0 100px;
}

.single-fecilities-box {
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 20px 0 32px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.single-fecilities-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    transition: 0.5s;
}

.single-fecilities-box:hover:before{
    width: 100%;
    left: 0;
}

.fecilities-icon img{
    transition: 0.5s;
}

.single-fecilities-box:hover .fecilities-icon img{
    filter: brightness(0) invert(1);
}

.fecilities-content h4 {
    font-size: 20px;
    color: #ffff;
    margin: 65px 0 0;
    position: relative;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
}

.fecilities-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 0;
    right: 0;
    top: -41px;
    margin: auto;
    background: rgba(255,255,255,0.5);
}


.hhh{
    font-family: "Cormorant Garamond", serif;
    font-size: 35px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.tm{
    color: #ffffff;
     text-align: center; 
     letter-spacing: 2px;  
     font-family: "Cormorant Garamond", serif;
     font-size: 30px;
}



/* 
------------------------------- */
    
.room-block-one{
	position: relative;
	z-index: 2;
}
.room-block-one .inner-box{
	position: relative;
	display: block;
	transition: all 200ms ease;
	overflow: hidden;
}
.room-block-one:hover .inner-box{
	box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.15);
}
.room-block-one .image-box{
	position: relative;
	display: block;
	background: #171b27;
}
.room-block-one.height-one .image-box{
	height: 420px;
}
.room-block-one.height-two .image-box{
	height: 854px;
}
.room-block-one .image-box img{
	display: none;
	width: 100%;
	opacity: 0.80;
}
.room-block-one .image-box .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 0.80;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.room-block-one:hover .image-box .image-layer{
	opacity: 0.50;
}
.rooms-section-one .row{
	margin: 0px -7px;
}
.rooms-section-one .column{
	padding: 0px 7px;
}
.rooms-section-one .room-block-one{
	margin-bottom: 14px;
}
.room-block-one .cap-box{
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	max-width: 350px;
	opacity: 1;
	-webkit-transition: all 500ms ease 200ms;
	-moz-transition: all 500ms ease 200ms;
	-ms-transition: all 500ms ease 200ms;
	-o-transition: all 500ms ease 200ms;
	transition: all 500ms ease 200ms;
}
.room-block-one:hover .cap-box{
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.room-block-one .cap-box .cap-inner{
	position: relative;
	display: block;
	padding: 18px 20px 18px 40px;
	background: rgba(255, 255, 255, 0.8);
    top: -255px;
}
.room-block-one .cap-box .cap-inner:before{
	content: '';
	position: absolute;
	right: 0;
	top: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}
.room-block-one .cap-box .price{
	position: relative;
	display: block;
	line-height: 24px;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}
.room-block-one .cap-box .price span{
	color: #1b1c1e;
}
.room-block-one .cap-box h5{
	position: relative;
    font-size: 22px;
	display: block;
	margin: 0;
    font-weight: 700;
}
.room-block-one .hover-box{
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	max-width: 350px;
	opacity: 0;
	-webkit-transform: translateY(-102%);
	-ms-transform: translateY(-102%);
	transform: translateY(-102%);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.room-block-one:hover .hover-box{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease 200ms;
	-moz-transition: all 500ms ease 200ms;
	-ms-transition: all 500ms ease 200ms;
	-o-transition: all 500ms ease 200ms;
	transition: all 500ms ease 200ms;
}
.room-block-one .hover-box .hover-inner{
	position: relative;
	display: block;
	padding: 35px 40px 40px 40px;
	background: rgba(255, 255, 255, 0.9);
	height: 100%;
}
.room-block-one .hover-box h4{
	position: relative;
	margin-bottom: 15px;
}
.room-block-one.height-three .hover-box h4,
.room-block-one.height-four .hover-box h4{
	font-size: 22px;
}
.room-block-one .hover-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}
.room-block-one .hover-box .pricing .price{
	position: relative;
	display: block;
	float: left;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
}
.room-block-one .hover-box .pricing .price span{
	color: #000000;
}
.room-block-one .hover-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #000000;
}



.sub-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid #aa8453;
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
/* ---------- */
/*
	  ==============================================================
		   Hotel Testimonial Section Css Start #TESTIMONIAL SECTION
	  ==============================================================
*/
.hotel-testimonial-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-image:url(extra-images/hotel-testimonial-bg.jpg); 
}
.hotel-testimonial-bg::before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.75;
	position: absolute;
	background-color: #000;
}
.hotel-testimonial-thumb{
	float: left;
	width: 100%;
	margin: 0 0 30px;
	position: relative;
}
.hotel-testimonial-thumb .text{
	margin:0 0 30px;
	padding:22px 30px 23px;
	border-width:1px;
	border-style: solid;
	background-color: rgba(255,255,255,0.09);
}
.hotel-testimonial-thumb .text::before{
    left: auto;
    right: 25px;
    width: 16px;
    height: 8px;
    content: "";
    bottom: -12px;
    position: absolute;
    border-width: 8px 8px 4px;
    border-style:solid;
    border-bottom-color:transparent !important;	
    border-right-color:transparent !important;	
    border-left-color:transparent !important;	
}
.hotel-testimonial-thumb .text p{
	margin: 0 0 12px;
}
.hotel-testimonial-thumb figure{
	float: right;
	width: 70px;
	height: 70px; 
	margin: 0 0 0 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.hotel-testimonial-thumb figure img{
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.hotel-testimonial-thumb .user-th{
	width: auto;
	float: right;
	padding: 0 0px;
	text-align: right;
}
.hotel-testimonial-thumb .user-th .overflow-text{
	float: left;
	padding: 18px 0 14px;
	display: inline-block;
}
.rating-thumb{
	float: left;
	width: 100%;
}
.rating-thumb label{
	float: none;
	width:auto;
	font-size: 16px;
	line-height: 13px;
	margin: 0 10px 0 0;
	display: inline-block;
	text-transform: capitalize;
}
.hotel-testimonial-thumb  .rating_down{
	margin-top: 3px; 
}
.hotel-testimonial-thumb label,
.hotel-testimonial-thumb .title a,
.hotel-testimonial-thumb .sub-title,
.hotel-testimonial-thumb p{
	color: #fff;
}
.hotel-testimonial .slick-prev {
    left: -61px;
}
.hotel-testimonial .slick-next {
    right: -61px;
}
/*
	  ==============================================================
		   Hotel Testimonial Section Css End
	  ==============================================================
*/

.Slogan .bg{
    background: url('image/459763211.jpg')rgba(0, 0, 0, 0.616);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:400px;
  }


  @media screen and (max-width: 991px) {
    .hero-image{
        height: 570px;
    }
    .lh-hero-contain h1{
        font-size: 30px;
    }
    .lh-hero-contain h3{
        font-size: 20px;
    }
    .lh-about-detail{
        padding-top: 20px;
    }
    .rooms-section-one{
        padding: 0px !important;
        margin-top: 10px;
    }
    .Slogan .bg{
        margin-top: 60px;
    }
    .galery1{
        display: none;
    }
    .cls{
        margin-left: 0px !important;
    }
    .trt{
        text-align: left !important;

   }
   .ab {
    padding: 0px !important;
   }
   .img23{
    display: none !important;
   }
   .info-box {
    
    padding: 30px 129px !important;
   
  }
}
  
  .about-bg1{
    background: url('image/934 (4).jpg') rgba(0, 0, 0, 0.658);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('image/8787878.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .contact-bg1{
    background: url('image/989898.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('image/663913691.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  
  }
  .bg01{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 70px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 80px !important;
        }
      }

      .img24 {
        width: 100%;
        max-width: 600px;
       
    }
    .img23{
        width: 90%;
        max-width: 300px;
       
    }
    .info-box {
        background-color: #BB966C;
        color: white;
     padding: 30px 45px;
       
        text-align: left;
     
    }
    .info-box h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .info-box p {
        padding: 0;
        font-size: 16px;
    }
    .info-box .highlight {
        color: #ffffff;
        font-weight: bold;
    }

    /*rooms.html*/
.section-bg1{
    background: url('../photos/slide2.jpg'), rgba(0, 0, 0, 0.607);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 150px;
    padding-bottom: 40px;
    text-align: center;
    justify-content: center;
  }
  
  .section-bg1 h1{
    color: white;
    text-align: center;
    font-weight: 700;
  }
  
  .room-wrapper{
    position: relative;
    justify-content: center;
    text-align: center;
    
  }
  .info-box1{
    position: absolute;
  
     top: 10px;
      left: 50%;
      transform: translateX(-50%);
    background: #BB966C;
    color: white;
    padding: 10px 20px;
  }
  

  .contact-box{
    padding: 30px;
    background: #295758;
    color: rgb(255, 255, 255);
  }

  .conn{
    background-color: #fff3e6;
    padding: 50px;
    border-radius: 10px;
  

  }