@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');







/*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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   
@keyframes fadeinnav {
    from {opacity: 0;}
    to {opacity: 1;}
  }


  .fade-in-nav{
    animation-name: fadeinnav;
    animation-duration: 0.9s;
  }

/* End Animations*/

html,body
{
    
    overflow-x: hidden;
    background-color: #FBF9ED;
   
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Forum';
}

p{
    font-family: 'Jost';
    font-size: 16px;
   
}

.top-bar{
    background-color: #f2f2f2;
}
a{
    color: #0e1317;
}

.navbar{
   
    
    background-color: transparent!important;
    box-shadow: none!important;
    padding: 1em 0em;
    transition-duration: 0.4s;
}

.navbar li{
    margin: 0em 0.7em;
}

.navbar li a{
    color: #5C412E;
    font-family: "Asul", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.navbar li a:hover{
    border-bottom: 1px solid #5C412E;
    transition-duration: 0.3s;
}

.navbar li a.active{
    color: black!important;
    border-bottom: 1px solid black;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.954)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  

  .dropdown-item{
    color: black!important;
  }

.sticky{
    position: fixed!important;
    top: 0;
    z-index: 100!important;
    background: rgb(255,255,255);
    background: linear-gradient(60deg, rgba(255,255,255,1) 30%, #3D2E2B



 30%);
    box-shadow: none!important;
    width: 100%;
    height: auto;
    padding: 0.4em 0em;
  }

.sticky li a{
    color: white;
    border-bottom: 1px solid transparent;
}


.sticky li a:hover{
    color: white;
    border-bottom: 1px solid white;
}

.sticky li a.active{
    color: white!important;
    border-bottom: 1px solid white;
}


.sec-btn{
    background-color: #3D2E2B



;
    border-radius: 0px;
    font-family: 'Jost';
    color: #ffffff;
    padding: 1.6em 4em;
    border: 1px solid #ebdc0e;
}

.sec-btn:hover{
    background-color: #3D2E2B



;
    border-radius: 0px;
    font-family: 'Jost';
    color: white;
    padding: 1.6em 4em;
    border: 1px solid white;
}

.contact-btn{
    background-color: transparent;
    border: 4px double #DCC69C;
    color: white;
    border-radius: 0px;
}

.carousel-1{
    background: url('../img/bonsai-head-2.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 90vh;
    margin-top: -10vh;
}

.owl-img-hero{
    filter: brightness(0.95);
}
.carousel-caption {
    margin-bottom: 16%;
    text-align: center;
  
    padding: 50px;
    
  }
  
  .carousel-caption h1 {
   
    text-shadow: 4px 4px 4px #1b263b;
    font-size: 90px !important;
   
    font-family: "Cormorant Garamond", serif;
    font-weight: 700 !important;
    font-style: normal
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Lavishly Yours", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px !important;
   
    color: #d8a31a!important;
  
  }

.check-in-box{
    margin-top: -5em;
    background: url('img/new/bookk.jpg')rgba(0, 0, 0, 0.377);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 3em 1em;
    position: relative;
    z-index: 1;
    color: white;
    border-radius: 15px;
}
.border-left {
    border-left: 2px solid #160a4b; /* Adjust width and color as needed */
    padding-left: 10px; /* Optional: Adds space between the border and the content */
  }
  

.prim-btn{
    background-color: #3D2E2B



;
    border-radius: 0px;
    font-family: 'Jost';
    color: white;
    padding: 1.6em 4em;
    border: 1px solid #3D2E2B;
}

.prim-btn:hover{
    background-color: white;
    border-radius: 0px;
    font-family: 'Jost';
    color: #3D2E2B;
    padding: 1.6em 4em;
    border: 1px solid #3D2E2B;
}



.logo-circle{
    background-color: #ffffff;
    width: fit-content;
    padding: 1.3em;
    border-radius: 50%;
    margin-top: -5em;
    margin-right: -3em;
    position: relative;
    z-index: 10;
    transition-duration: 0.4s;
    color: #0e1317;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.logo-circle h4{
    display: none;
    transition-duration: 0.4s;
}

.logo-circle:hover{
    width: 100%!important;
    display: flex;
    justify-content: center;
    padding: 0.5em 1em;
    margin-right: 0em;
    border-radius: 0%;
    transition-duration: 0.4s;
}

.logo-circle:hover h4{
    display: block;
    transition-duration: 0.4s;
}

.review-box{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: rgb(255, 255, 255);
    transition-duration: 0,4s;
    width: fit-content;
    padding: 1em 3em;
    margin-left: 1em;
    margin-bottom: 1em;
    transition-duration: 0.4s;
  }

  .review-box:hover{
    box-shadow: none!important;
    margin-left: 0em;
    margin-bottom: 0em;
    transition-duration: 0.4s;
  }

.container{
    max-width: 80%;
}

.room-specs{
    font-family: 'Jost';
    font-weight: 400;
}

#about-banner{
    background: url('./img/new/737445171.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: auto;
    display: flex;
    align-items: center;
   
    padding-bottom: 8em;
    margin: 5em 0em;
}


.details-box{
    background-color: white;
    padding: 4em;
}


.service-box{
    background-color:#f9f9f9 ;
    padding: 6em;
    text-align: center;
    scale: 1.15;
    position: relative;

}

.pre-footer{
    background: url('img/new/1.jpg')rgba(0, 0, 0, 0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: auto;
    padding: 8em 0em;
   display: flex;
   align-items: center;
  }

  .pre-box{
   background: white;
   padding: 2em;
   color: black;
  }

  .pre-box p{
   color: black;
  }

 
  footer{
    background: #3D2E2B;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #A9D1DB;
  }
  .payment{
    display: flex;
  }
  
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
  }

  #room-head{
    background: url('img/new/737445076.jpg')rgba(0, 0, 0, 0.5);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #gallery-head{
    background: url('img/new/737445222.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #about-head{
    background: url('./img/new/737445512.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #contact-head{
    background: url('img/new/737445244.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }
.itemrooms{
    background-color: white;
    color: #0e1317;


}

.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:#3D2E2B



5b;
    z-index: 1;
  }
  
  .initial-text {
    position: absolute;
  top: 80%;
    left:25%;
    transform: translate(-50%, -50%);
    color: rgb(240, 233, 233);
    text-align: center;
    z-index: 2;
    font-size: 35px;
    /* text-shadow: 3px 3px 4px #EEC78C; */
    background-color: #3D2E2B;

    padding: 20px;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0);

    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: white;
    text-align: center;
  }

  .room-box{
    border-radius: 10px;
  }


  .facility-row img{
    width: 64px;
    height: 64px;
  }


  .amenity-box{
    background-color: white;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.amenity-icon{
    background-color: #3D2E2B;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 1.6em 1.2em;

    padding-right: 1.5em;
    margin-bottom: -2.4em;
    position: relative;
    z-index: 10;

    transition-duration: 0.8s;
    
}

.amenity-box{
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 4em!important;
    border: 1px solid transparent;
    transition-duration: 0.8s;
}

.amenity:hover .amenity-icon{
    background-color: #CEB27A


;
    transition-duration: 0.8s;
}

.amenity:hover .amenity-box{
    border: 1px solid #CEB27A


;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;

    transition-duration: 0.8s;
}

.amenity-icon img{
    transition-duration: 0.8s;
}
.amenity:hover .amenity-icon {
    padding: 1.2em 1.6em;
    transition-duration: 0.3s;
}

.list-grid ul{
  list-style-type: none;
}

@media only screen and (max-width: 1600px) {
  .top-bar {
    display: none;
  }
  .details-box{
    padding: 1.5em!important;
  }
  .container{
    max-width: 90%;
  }
}



  @media only screen and (max-width: 980px) {
    .top-bar {
      display: none;
    }

    .check{
        text-align: start!important;
    }

    .room-specs{
        display: none!important;
    }
    .room-box-home{
        margin-bottom: 4em;
    }
    .img-move{
        margin: 0em!important;
    }
    .service-box{
        padding: 1em;
    }
    .logo-img{
        border: 1px solid white;
    }
    .navbar{
        position: relative;
        z-index: 100;
        background: #3D2E2B



!important;
        padding: 0.15em 1em;
    }
    .owl-carousel{
        margin-top: 0em;
    }
    .sec-btn{
        margin-bottom: 1em;
    }
    

    .book-p{
        display: none;
    }
    .navbar li a{
        color: white;
        
    }
    .navbar li a.active{
        color: white!important;
        border-bottom: 1px solid white;
    }
    .select-1-1,.select-1-2,.select-1-3,.select-2-1,.select-2-2,.select-2-3,.select-2-4,.select-2-5,.select-2-6,.select-3-1,.select-3-2,.select-3-3,
    .select-3-4,.select-3-5,.select-3-6,.select-4-1,.select-4-2,.select-4-3,.select-4-4,.select-4-5,.select-4-6{
       height: 60vh;
        padding: 3em 0.4em;
    }
    .room-box p{
        display: none;
    }
    iframe{
      height: 200px;
    }
    .initial-text {
        position: absolute;
        top: 71%;
        left: 35%;
        transform: translate(-50%, -50%);
        color: rgb(240, 233, 233);
        text-align: center;
        z-index: 2;
        font-size: 28px;
        /* text-shadow: 3px 3px 4px #EEC78C; */
        background-color: #3D2E2B;
        padding: 20px;
      }
  }

.serv{
    display: flexbox;

}
.serv li{
  list-style-position: outside;
  list-style-type: disc;
  list-style-type: circle;
}
.contact{
    padding-top: 100px;
    padding-bottom: 100px;
    background: radial-gradient(#fffbef, rgba(123, 159, 236, 0.808)) 70%;
}
