

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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=Forum&display=swap');
@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=Satisfy&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Barlow', sans-serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #000000;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
      text-transform: uppercase;

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      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: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#B8965D;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Forum", serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #000000;
    box-shadow: #ffffff 0 4px 12px;
    color: #000000;
    background-color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  

.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;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    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, hsla(0, 0%, 0%, 0.808), #000000d2), url('image/158360959.jpg') center / cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-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: 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(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 #F5BD75;
    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 #ffffff;
  }
  
/* ---------------------------------------------- */
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: 18px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */




  
.swiper{
    height: 700px;
  
  z-index: 1 !important;
  
  }
  
  .slide-caption{
    padding-top:12%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .slide-caption h6{
    margin-bottom: 0px !important;
    font-family: "Cinzel", serif;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }
   .slide-caption h1{
  
     text-transform: capitalize !important;
     letter-spacing: 4px;
     font-size: 70px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
   font-weight: 700 !important;
     color: #ffffff ;
      font-family: "Cinzel", serif;

     
   }
   .slide-caption h4{

 
     font-family: "Cinzel", serif;
    
    
  }
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: .9375rem;
     height: .9375rem;
     background-color: #B8965D;
     border: .0625rem solid #ffffff;
     margin-bottom: 50px;
   }
   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #000000!important;
  
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  .parallax_wrapper{
    position:relative;
 
}
@media (max-width: 991px){
    .parallax_wrapper
    {
        padding-left:11%
    }
}
.parallax_wrapper .img_over{
    left:-25%;
    bottom:22%;
    position:absolute;
    z-index:99
}
@media (
    max-width: 991px) {
.parallax_wrapper .img_over{
    left:0
}
}
.parallax_wrapper .img_over img{
    border:4px solid #fff;
    width:50%;
    height:auto;
    -webkit-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    -moz-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21)}
@media (max-width: 991px){
    .parallax_wrapper.inverted{
        padding-left:inherit;padding-right:25%
    }}
    .parallax_wrapper.inverted .img_over{
        text-align:right;
        left:inherit;
        right:-25%}
@media (max-width: 991px){
    .parallax_wrapper.inverted .img_over{
        left:inherit;
        right:0
    }

    .slide-caption h1{
        font-size:45px !important;
        letter-spacing: 2px !important;
    }
    .slide-caption h4{
        padding-top: 150px !important;
       
    }
    .img1{
        display: none !important;
    }
    .resort1{
        display: none !important;
    }
    .hhh{
        font-size: 35px !important;
    }
    
}
 

/* ------------------ */

#about-home h2{
    
    font-family: "Forum", serif;
    font-size: 45px;
} 
#about-home {
    
    font-family: "Forum", serif;
    font-size: 18px;
}

.Slogan .bg{
    background: url('image/158360959.jpg')rgba(0, 0, 0, 0.74);
    background-attachment: fixed;
    background-position:center 70% ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
   padding-top: 80px ;
   padding-bottom: 70px;

  }


.fac-number{
	border-left: 1px solid #c4a6764f;
	border-bottom: 1px solid #c4a6764f;
	border-radius: 0px 10px 0px 10px;
	width:60px;
	padding: 5px 15px;
}

.fac-box{
	border: 1px solid #c4a6764f;
	border-radius:10px;
	transition-duration: 0.3s;
}

.fac-box:hover{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition-duration: 0.3s;
}

.counter{
	font-size: 75px!important;
	color: rgb(255, 255, 255);
    font-family: "Forum", serif;
}




 /* Section Facilities */
 .fc-iconss{
    position: relative;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.178);
}
.fc-iconss img{
width: 50px;
}
.fc-iconss h6{
color: #000000;
font-size: 22px;
    font-family: "Forum", serif;
margin: 10px 0;
transition: 0.3s;
}
.fc-iconss p{
    color: #666666;
    font-size: 16px;
        font-family: "Forum", serif;
    margin: 10px 0;
    font-family:"Jost", sans-serif;
    transition: 0.3s;
    }
.fc-iconss:hover{
    border: 1px solid rgba(0, 0, 0, 0.096);
}
.count-num{
    position: absolute;
    font-size: 20px;
    width: 20%;
    height: auto;
    top: 0;
    right: 0;
    text-align: end;
    color: #916025;
    padding: 5px;
    border-bottom: #252a2c38 1px solid;
    border-left: #272b2e38 1px solid;
    background-color: #ffffff38;
}



.retro-layout-alt .hentry {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .retro-layout-alt .hentry .featured-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }
  
  .retro-layout-alt .hentry:hover .featured-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .retro-layout-alt .gradient {
    position: relative;
  }
  
  .retro-layout-alt .gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  }
  
  .retro-layout-alt .post-category {
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .retro-layout-alt .v-height {
    height: 300px;
  }
  
  .retro-layout-alt .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 350px;
  }
  
  .retro-layout-alt .text h2,
  .retro-layout-alt .text .h2 {
    color: #fff;
    font-size: 26px;
  }
  
  .retro-layout-alt .text.text-sm h2,
  .retro-layout-alt .text.text-sm .h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .retro-layout-alt .two-col>a {
    width: calc(50% - 15px);
    float: left;
  }
  
  @media (max-width: 575.98px) {
    .retro-layout-alt .two-col>a {
      width: 100% !important;
      float: none !important;
      margin-bottom: 30px;
    }
  }
  
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .cart5{
    font-family: "Forum", serif;
    font-size: 45px;
    font-weight: 500;
  }
  .cart6{
    font-family: "Forum", serif;
    font-size: 30px !important;
    font-weight: 500;
  }
    
  .cart7{
    font-family: "Forum", serif;
    font-size: 25px;
    font-weight: 500;
  }

  .Slogan1 .bg{
    background: url('image/Screenshot 2024-09-02 094543.jpg')rgba(0, 0, 0, 0.322);
    /* background-attachment: fixed; */
    background-position:bottom ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:200px;
  }


  
.card-bodyy{
    background-color: #ffffff;
    border-style: solid;
    border-color: #b9b9b9;
    border-width: 1px;
   }
   
   
   .card-bodyy:hover{
   
   background-image: -moz-linear-gradient(170deg, rgba(102, 102, 102, 0) 0%, rgb(255, 255, 255) 100%);
   background: linear-gradient(rgba(255, 255, 255, 0.459), rgba(255, 255, 255, 0.226)), url(image/22222222222.png)  ;
   border-style: solid;
   border-color: #9191919a;
}   

@media screen and (max-width: 991px){
#about-home{
   padding: 0px 0px !important;
}

.about-col{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#about-home h2{
    font-size: 35px !important;
}
.about-3-pic{
    display: none !important;
}

.d-flex{
    border-radius: 0px !important;
}
.about-col {
    margin-bottom: 30px !important;
}
.rrn{
    text-align: center !important;
}
.cart5{
    font-size: 35px !important;
}
.about-1-pic, .about-2-pic{
    border-radius: 0px !important;
}
.hhh{
   margin-left: -120px !important;
}

.swiper{
    height: 600px;
  

  
  }
  .section-title h2{
    font-size: 35px !important;
  }
  .section-title p.style{
    margin-left: 40px !important;
  }
  .about-right{
    margin-left: 0px !important;
  }
  .counter{
    font-size: 50px !important;
  }
  .facilitiess h1{
    font-size: 40px !important;
  }
}


.rooms-bg1{
    background: url('image/296538035.jpg') rgba(0, 0, 0, 0.637);
    background-attachment: fixed;
    background-position:bottom ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  
  }
  .bg01{
    text-align: center;
    font-family: "Cinzel", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 100px;

    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 130px !important;
        }
       
     
   }
     
    


      .about-bg1{
        background: url('image/143725273 - Copy.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: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/143725276.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }
  
      .contact-bg1{
        background: url('image/158360959.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

      #offers{
        margin: 70px 0;
        padding: 70px 0;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 16%, rgba(245,243,236,1) 16%);
    }

    

  .room-box{
	border-radius: 15px;
	border: 1px solid rgb(223, 223, 223);
  }

  .room-box:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	transition-duration: 0.4s;
  }

  .room-img{
	border-radius: 15px 15px 0px 0px;
  }

  .room-btn:hover{
	background-color: #c4a676!important;
	color: white!important;
  }

  .st-tw-room{
	background: url('../image/143722018 (1).jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .dl-tw-room{
	background: url('../image/143722143.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }
  .dl-db-room{
	background: url('../image/296538035.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }
  .ex-room{
	background: url('../image/566977012.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }



  /* #rooms-head{
	background: url('../image/143722274.jpg')rgba(0,0,0,0.4);
	height: 70vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	display: flex;
	align-items: end;
	margin-top: -180px;
  } */

  .st-db-room{
	background: url('../image/143722274.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .book-icon{
	background-color: white;
	width: fit-content;
	padding: 10px;
	border-radius: 50%;
	border: 5px solid rgba(136, 136, 136, 0.267);
	transition-duration: 0.2s;

  }

  .book-icon:hover{
	background-color: #000000;
	
	transition-duration: 0.2s;
  }

  .book-icon:hover i{
	color: white!important;
	transition-duration: 0.2s;

  }

  #rooms-section h3{
    font-family: "Forum", serif;
    font-size: 35px ;
  }

          
/*---=================================
   <!--Restu About Area Css-->
==================================---*/
.about-area {
    padding: 70px 0 100px;
}

.section-title {
    margin-bottom: 56px;
}

.section-title h4 {
    font-family: "Satisfy", cursive;
    font-size: 25px;
    color: #424242
}

.hhh{
    font-family: "Satisfy", cursive;
    font-size: 35px;
    color: #424242;
    text-align: center;
    padding-bottom: 20px;
}
.section-title h2 {
    font-size:40px;
    font-family: "Forum", serif;
}
.font1{
    font-family: "Forum", serif;
}
.section-title h1 span{
    color: var(--primary-color);
}

.section-title h1.style {
    margin-left: 155px;
    position: relative;
}

.section-title h1.style:before {
    position: absolute;
    content: "";
    width: 142px;
    height: 1px;
    left: -154px;
    top: 29px;
    background: var(--primary-color);
}

.section-title p.style {
    width: 80%;
    margin-left: 88px;
    margin-top: 24px;
color: #363636;
}
.about-right-desc p.style{
    text-align: center;

    letter-spacing: 2px;
    color: #141414;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.single-about-thumb img {
    width: 100%;
}

.about-right {
    margin-left: 65px;
    margin-top: 21px;
}

.ppp{
    font-family: "Satisfy", cursive;
}


.img0{

    box-shadow: -86px -84px 0px -68px #B8965D;
     }
     .img1{

        box-shadow: 65px 65px 0px -48px #B8965D;
        /* margin-top: 50px; */
         }

         .ppp{
            font-family: "Satisfy", cursive;
            font-size: 30px;
        }
        