@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=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumar+One+Outline&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #F0EFEB !important;
    color: rgb(24, 24, 24);
}

h1 {
    font-family: "Cardo", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;

}

p {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;

 
  
    font-weight: 400;

    font-size: 16px;
    color: #677b7a;

}

a {
    color: #000000;
    text-decoration: none;
}

.navbar {
    transition: 0.3s;
}

.bg {
    background-color: white;
}

.border-bottom {
    border-bottom: 1px solid black;
}



.title {
    color: #111111;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}



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;

}

.socials a {
    text-decoration: none !important;
    color: white;
}

.socials a:hover h4 {
    color: #A9D1DB;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.copyright {
    display: flex;
    justify-content: right;
    text-align: right;
    align-items: end;
}

.room-link {
    color: #000000;
}

.room-link:hover {
    color: #932B41;
}

.navbar .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 0.8em;
    text-transform: uppercase;
}

.navbar .dropdown-item {
    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 black;
    font-size: 0.8em;
}

.navbar .navbar-nav .nav-link:hover {
    color: #808080 !important;
    transition: 0.2s ease-in-out;

}

.navbar-logo-centered .navbar-nav .nav-link {
    padding: .5em 1em;
}

.top-bar-con {
    background-color: var(--secondary--color);
}

.top-bar-con .wrapper1417 {
    border-bottom: 1px solid var(--grey-color);
    padding: 10px 0;
}

.top-bar-con span {
    font-size: 14px;
    color: var(--black-family-color);
}

.top-bar-con a {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 29px;
    vertical-align: middle;
    transition: ease-in-out 0.6s;
    color: var(--black-family-color);
}

.top-bar-con a:hover {
    text-decoration: none;
    color: var(--accent-color) !important;
}



.cnt1 .container-fluid {
    padding-left: 0%;
    padding-right: 0%;
}

.carousel1 {
    background: url('../img/569389282.jpg'), rgba(0, 0, 0, 0.404);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    height: 80vh;
}

.carousel2 {
    background: url('../img/3.jpg'), rgba(0, 0, 0, 0.445);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    height: 80vh;
}

.carousel3 {
    background: url('../img/582656002.jpg'), rgba(0, 0, 0, 0.445);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    height: 80vh;
}

.carousel-caption {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center !important;
    width: 100%;
    max-width: 90%;
}

.carousel-caption h1 {
  
    font-weight: 200;
    font-style: normal;
   
    font-weight: 400;
    font-style: normal;
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.08);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.7px);
-webkit-backdrop-filter: blur(8.7px);
padding: 40px;


}
.carousel-caption p {
    font-family: "Lavishly Yours", cursive;
 font-size: 40px;
    font-style: normal;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 10;
    margin-bottom:  -30px;
  


}



.btn {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #000000;
    background-color: #1B2C2C;
    border-radius: 4px !important;
    padding: 10px 25px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    font-family: "Jost", sans-serif;

}

.btn:hover {
    color: rgb(5, 5, 5);
}

.btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #dbd4cb;
    z-index: -1;
    transition: all 1s;
}

.btn:hover::before {
    width: 160%;
}

.btn1 {
    color: #1a1919;
    text-transform: uppercase;
    text-decoration: none;
    border-color: #fff7e9;
    background-color: #fff7e9;

    padding: 10px 25px;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    transition: all 1s;
    overflow: hidden;

}

.btn1:hover {
    color: rgb(5, 5, 5);
}

.btn1::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #dbd4cb;
    z-index: -1;
    transition: all 1s;
}

.btn1:hover::before {
    width: 160%;
}

.card23{
    
    position: relative;
    z-index: 2;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    outline: 1px solid #b8a99a96;
    outline-offset: -10px; /* pushes the outline outward from the element */
    box-shadow: rgba(89, 98, 105, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .card23:hover {
    transform: translateY(-1px); /* Slight lift effect */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    outline-color: #b8a99a; /* Darker outline on hover */
}
  .move-2{
    position: relative;
    z-index: 2;
    margin-right: -130px;
  }
#facilities1{
    background: url('../img/Screenshot 2025-04-24 103557.jpg'),rgba(0, 0, 0, 0.288) linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(32,32,32,1) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  
    background-blend-mode: multiply !important;
    height: 50vh;
    padding: 30px;
   
   
  }
  .pre-box{
    position: relative;
    z-index: 2;
   
    background: rgb(255, 255, 255);
    padding: 4em 5em; /* 8em top & bottom, 2em left & right */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #f5b87b;
    outline: 2px solid #fccfa2;
    outline-offset: -10px; /* pushes the outline outward from the element */
    box-shadow: rgba(89, 98, 105, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
 
   }

   .rating{
    font-family: "Gilda Display", serif;
  font-size: 128px  !important;
  font-weight: 400  !important;
  color: #d3ac6e50  !important;
  transition: 0.4s ease-in-out;
  
  }
  .num h3{
    color: #000000a9;
    font-family: "Lavishly Yours", cursive;
    font-size: 40px;
    font-weight: 500;
  }
  footer{
    background: #011307;
    padding-top: 100px;
    padding-bottom:40px !important;
  }
  .socials{
    margin-top: 50px !important;
  }
  .copyright{
    text-align: end;
  }
  span .span-text-small{
    font-weight: 100 !important;
  color: white;
    font-size: 25px !important;
  }
  .facility-box{
    background: #121212c3;
    padding: 30px;
  
  }
  .footer-title{
    color: #D3AD6E;
  }
  .button-col{
    justify-content: end;
    text-align: end;
  }
  /*rooms.html*/
  .rooms-bg{
    background: url('../photos/Photo\ \(58\).jpg') rgba(0, 0, 0, 0.435);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    position: relative;
    margin-top: -170px;
    padding-top: 250px;
    padding-bottom: 150px;
    text-align: center;
  }
  .room-card{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
  background-color: #ffffff;
  transition: 0.4s ease-in-out;
  }
  .room-card img{
    border-radius: 10px ;
  }
  .room-content{
    padding: 40px;
  }
  .room-card:hover{
    transition: 0.4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  
  /*about.html*/
  .about-bg{
    background: url('../photos/Photo\ \(4\).JPG') rgba(0, 0, 0, 0.435);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    position: relative;
    margin-top: -170px;
    padding-top: 250px;
    padding-bottom: 150px;
    text-align: center;
  }

 
   .about1{
    padding-top: 100px;
    padding-bottom: 100px;
   }
   .info{
    padding-top: 100px;
    padding-bottom: 100px;
   }
   .testimonials-section{
    background: #1C2C34;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #C4AB86;
    }
    .testimonials-section1{
    
      padding-top: 100px;
      padding-bottom: 100px;
      border-bottom: 2px solid #C4AB86;
      }
      .ingo-rest{
        padding-top: 100px;
        padding: 100px;
      }

.testimonials-section1 {

    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #C4AB86;
    background: url('../photos/AS_2019_DStudio_305.jpg'), rgba(0, 0, 0, 0.645);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
}



/*rooms.html*/
#room-head {
    background: url('img/room/DoubleRoomwithPatiopo.jpg')rgba(0, 0, 0, 0.5);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
}

#gallery-head {
    background: url('img/3.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/569389282.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/11111111.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;
}
#rest-head {
    background: url('img/Screenshot 2025-04-24 103557.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;
}
#room-head h1,
#rest-head h1,
#contact-head h1,
#about-head h1,
#gallery-head h1 {
    font-weight: 900 !important;
}
/*rooms.html*/
.section-bg2 {
    background: url('../photos/img2.jpg'), rgba(0, 0, 0, 0.386);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
}


@media(max-width:1000px) {
    .carousel-caption {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        padding: 0rem;
        color: #fff;
        text-align: center;
        justify-content: center;
        align-items: center;
        justify-items: center !important;
        width: 100%;
        max-width: 90%;
    }

    .carousel-caption h3 {
        font-size: 40px;
        z-index: 100;
        line-height: normal;
        font-stretch: normal;
        margin-bottom: 20px !important;
    }

    .title {
        color: #111111;
        font-size: 32px;
        font-weight: 700;
        line-height: 60px;
    }

    .img1 {
        display: none;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }

    .f1 {
        writing-mode: horizontal-tb;
        color: #054952;
        padding: 4px;
        font-size: 43px;
    }

    .contact-box {
        padding: 26px;
        background: #F8F6F3;
    }
    .img01{
        
        display: none;
    }
    .pre-box{
        position: relative;
        z-index: 2;
       
        background: rgb(255, 255, 255);
        padding: 1em 1em; /* 8em top & bottom, 2em left & right */
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: 1px solid #f5b87b;
        outline: 2px solid #fccfa2;
        outline-offset: -10px; /* pushes the outline outward from the element */
        box-shadow: rgba(89, 98, 105, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
     
       }
    
}

/*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;
}


@media (max-width: 576px) {

    .room-section {
        padding: 0 !important;
    }

    
    #gallery {

        padding: 10px !important;
    }


    .content-column {
        padding: 20px !important;
        margin-top: 10px !important;
    }

    .carousel-caption {

        margin-left: 0;
        margin-right: 0;
    }

    .container {
        max-width: 100%;
    }
    .pre-box{
        position: relative;
        z-index: 2;
       
        background: rgb(255, 255, 255);
        padding: 1em 1em; /* 8em top & bottom, 2em left & right */
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: 1px solid #f5b87b;
        outline: 2px solid #fccfa2;
        outline-offset: -10px; /* pushes the outline outward from the element */
        box-shadow: rgba(89, 98, 105, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
     
       }
       .rating{
        font-family: "Gilda Display", serif;
        font-size: 99px  !important;
        font-weight: 400  !important;
        color: #d3ac6e50  !important;
        transition: 0.4s ease-in-out;
      }
      .num h3{
        color: #000000a9;
        font-family: "Lavishly Yours", cursive;
        font-size: 19px;
        font-weight: 500;
      }
      .move-2{
        position: relative;
        z-index: 2;
        margin-right: 8px;
      }
  
    




    @media (max-width: 768px) {
        .title {
            color: #111111;
            font-size: 32px;
            font-weight: 700;
            line-height: 60px;
        }

        .col1 {
            display: none;
        }
        .pre-box{
            position: relative;
            z-index: 2;
           
            background: rgb(255, 255, 255);
            padding: 1em 1em; /* 8em top & bottom, 2em left & right */
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            border: 1px solid #f5b87b;
            outline: 2px solid #fccfa2;
            outline-offset: -10px; /* pushes the outline outward from the element */
            box-shadow: rgba(89, 98, 105, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
         
           }
           .rating{
            font-family: "Gilda Display", serif;
            font-size: 99px  !important;
            font-weight: 400  !important;
            color: #d3ac6e50  !important;
            transition: 0.4s ease-in-out;
          }
          .num h3{
            color: #000000a9;
            font-family: "Lavishly Yours", cursive;
            font-size: 19px;
            font-weight: 500;
          }
          .move-2{
            position: relative;
            z-index: 2;
            margin-right: 8px;
          }
        
    }

    @media only screen and (min-width: 360px) and (max-width: 720px) and (orientation: portrait) {
        .carousel1 {
            height: 500px;
        }

        .col1 {
            display: none;
        }
        .move-2{
            position: relative;
            z-index: 2;
            margin-right: 8px;
          }
        
    }
}

/* about section */
.about-us-con{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FCF6F4;
}/* ABOUT US SECTION STYLING */


.special-text{
    color: #CF7965;
}
.statistics-box{

    background-color: rgb(255, 255, 255);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 30px 18px;
    /* height: 129px; */
}

.heading1{
font-size: 50px;
font-weight: 400;
font-family: "Marcellus", serif;
font-weight: 400;
font-style: normal;
color: #405252;
}


.about-us-con .statistics-con .col-lg-6.col-md-6 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.about-us-con .statistics-con .col-lg-6.col-md-6:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.about-us-con .statistics-con .statistics-box span {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 16px;
}

.about-us-con .statistics-con .statistics-box sup {
    font-size: 33px;
    top: unset;
}

.about-us-con .statistics-con .statistics-box span.span-text {
    font-size: 14px;
    line-height: 14px;
    color: var(--black-family-color);
    margin-bottom: 0;
    font-weight: 600;
}
.amenity-box{
    background-color: rgb(255, 255, 255);
    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: #1B2C2C;
    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: #D9A29A


;
    transition-duration: 0.8s;
}

.amenity:hover .amenity-box{
    border: 1px solid #D9A29A


;
    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;
}

  .pre-footer {
    background: url('../img/600295786.jpg'), rgb(255, 255, 255) linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(32, 32, 32, 1) 100%);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 160vh;
    background-attachment: scroll;
    height: auto;
    padding: 6em 0em;
    display: flex;
    align-items: center;
  
  }
  .call-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #000000;
    border-radius: 50%;
  }
  .facility-box{
    background: white;
    padding: 30px;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
    justify-items: center;
  }
  .card {
    position: relative;
  height: 400px;
    
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  
  .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.312);
  }
  
  .card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 1;
    transition: bottom 0.3s ease, opacity 0.3s ease;
  
  }
  
  .card-content h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .card-content p {
    font-size: 14px;
  }
  
  .card .button2 {
    position: absolute;
    bottom: -50px;
    left: 20px;
    padding-top: 30px;
  background: transparent;
    color: #978667;
  
    font-size: 14px;
    font-weight: bold;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .card:hover .button2 {
    transform: translateY(-80px);
    opacity: 1;
  }
  .card:hover .card-content{
    bottom: 50px;
    transition: bottom 0.3s ease, opacity 0.3s ease;
  
  }

  .cover-bg{
    background: url('../img/new/_DSC2534.jpg') rgba(0, 0, 0, 0.662);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* about-page */

  .aboutus1{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .img12{
    position: relative;
    z-index: 10;
    margin-left: -70px;
    
  }
  .card22{
    padding: 50px;
    background-color: #fffffa;
    border-radius: 12px;
    border: 1px solid rgb(172, 169, 169);
   }
   /* Ensure the image container is responsive */
.accommodate .col-lg-7 img {
    transition: transform 0.5s ease, filter 0.5s ease;
    /* Optional: Add a slight shadow for better effect */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    max-width:750px;
}

/* Zoom effect on hover */
.accommodate  .card22:hover {
    transform: scale(.99); /* Adjust scale for the zoom effect */
    background-color: #728a8a36;
   
}
/* Style for the link */
.book-now-link {
    text-decoration: none; /* Remove underline */
    color: #000000 !important; /* Set the link color to match your design */
    font-weight: bold; /* Optional: Make the text bold */
    transition: border-bottom 0.3s ease; /* Smooth transition for border */
}

/* On hover, add a border at the bottom */
.book-now-link:hover {
    border-bottom: 2px solid #3a4c77; /* Adds a border at the bottom */
    padding-bottom: 2px; /* Add a little padding to ensure the border doesnâ€™t overlap */
}
hr{
    color: #000000;
}
.contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    
}
.contact-info .item {
    border-right: 1px solid rgba(200, 200, 200, 0.6);
}
.contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background:#1B2C2C;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
}
.contact-info .item .icon i {
    color: #ffffff;
    font-size: 26px;
}
.contact-info .item h5 {
   
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-family: "Cormorant Garamond", serif;
    color: #000000;
    height: 400;
}
.contact-info .item p {
    margin-bottom: 2px;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
}


@media screen and (max-width: 991px) {

  
    
    .contact-info {
      display: unset !important;
      border-bottom: none !important;
    }
    .contact-info .item {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid rgba(200, 200, 200, 0.6);
      padding-bottom: 40px;
      margin-bottom: 40px;
    }
    .heading1{
        font-size: 30px;
        font-weight: 400;
        font-family: "Marcellus", serif;
        font-weight: 400;
        font-style: normal;
        color: #405252;
        }
       
    
    }    


    .pattern3{
   font-family: "Cormorant Garamond", serif;
color: #2A1119;
    }


/* For mobile devices */
@media (max-width: 768px) {
    .card22 {
        padding: 20px; /* Further reduce padding for mobile */
    }
  
    .accommodate .col-lg-7 img {
        max-width: 210%; /* Ensure image fits within the screen */
        border-radius: 8px; /* Slightly reduce border radius for mobile */
    }
  
    .book-now-link {
        font-size: 18px; /* Adjust font size for better readability on mobile */
    }
    .card21{
      padding: 48px;
  }
  }
  
  /* For very small mobile devices */
  @media (max-width: 480px) {
    .card22 {
        padding: 15px; /* Minimal padding for very small screens */
    }
  
    .accommodate .col-lg-7 img {
        border-radius: 6px; /* Further reduce border radius */
        max-width: 210%; /* Ensure image fits within the screen */
    }
  
    .book-now-link {
        font-size: 15px; /* Smaller font size for very small screens */
    }
    .card21{
      padding: 43px;
  }
  .rating{
    font-family: "Gilda Display", serif;
    font-size: 99px  !important;
    font-weight: 400  !important;
    color: #d3ac6e50  !important;
    transition: 0.4s ease-in-out;
  }
  .num h3{
    color: #000000a9;
    font-family: "Lavishly Yours", cursive;
    font-size: 19px;
    font-weight: 500;
  }
  .history{
    padding: 20px;
  }
  .testimonials-section{
    background: #1C2C34;
    padding-top: 82px;
    padding-bottom: 13px;
    border-bottom: 2px solid #C4AB86;
    }
  }




  /* about sectiom */


  .history{
    padding-top: 100px;
    padding-bottom: 100px;
  }

    
      .cover-bg-rooftop{
        background: url('../assets/images/pexels-dennilson-navichoque-522596985-16407624.jpg'),rgb(255,255,255) linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(32,32,32,1) 100%);
            background-size: cover;
            background-position: bottom;
            background-repeat: no-repeat;
          
            background-blend-mode: multiply ;
           
            padding: 100px 0px;
        
      }
.dark_section h2{
    color: #D3AD6E;

}

.card {
    position: relative;
    height:400px;
      
      background-size: cover;
      background-position: center;
      border-radius: 15px;
      overflow: hidden;
      border: 8px solid rgba(255, 255, 255, 0.552);
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      transition: border 0.4s ease-in-out;
  margin: 15px 0px;
  }
  
  .card img {
    width: 100%;
    position: relative;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .card:hover img {
    transform: scale(1.1);
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.137), rgba(0, 0, 0, 0.479));
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: white;
  }
  
  .overlay h4 {
    margin: 0;
  }
  
  .loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .loop-holder__text {
    font-family: "Gilda Display", serif;
  
      animation: textLoop 48s linear infinite;
      font-size: 6vw;
      padding-right: .35em;
      color: #EEE6DD;
  }
  
  .info-col{
    padding: 50px !important;
  }
  @keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
  }
    /* Media query for phones and tablets (≤992px) */
        @media (max-width: 992px) {
            .nav-item .btn {
                display: none;
            }
        }