@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');
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;
}

footer {
    background: #1B2C2C !important;
    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;

}

.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.9em;
}

.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/new/_DSC2545.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/new/_DSC2424.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/new/_DSC2534.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-family: "Lavishly Yours", cursive;
    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-weight: 200;
    font-style: normal;
    color: #ffffff;
    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: 20px;
    position: relative;
    z-index: 10;
    margin-top: -40px;

}



.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%;
}



.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/new/_DSC2545.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;
}

#gallery-head {
    background: url('img/new/_DSC2417.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;
}

#aboutus-head {
    background: url('img/new/_DSC2424.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/_DSC2569.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;
}


/*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;
    }

}

/*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;
    }

    .item {
        width: 350px !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%;
    }






    @media (max-width: 768px) {
        .title {
            color: #111111;
            font-size: 32px;
            font-weight: 700;
            line-height: 60px;
        }

        .col1 {
            display: none;
        }

    }

    @media only screen and (min-width: 360px) and (max-width: 720px) and (orientation: portrait) {
        .carousel1 {
            height: 500px;
        }

        .col1 {
            display: none;
        }
    }
}

/* 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;
  }
  }