@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&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;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

/* End Animations*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Antic Didone", serif;
    font-weight: 400;

}

p {
    font-family: 'Jost';
}

.carousel-1 {
    background: url('/assets/img/image1.jpg'), linear-gradient(to top, #ffffff, #b9b9b9, #787878, #3d3d3d, #040404);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 89vh;
    display: flex;
    align-items: center;
    /* border-radius: 0px 0px 0px 150px; */
    /* -webkit-border-radius: 0px 0px 0px 150px;
    -moz-border-radius: 0px 0px 0px 150px; */
}

.carousel-2 {
    background: url('/assets/img/image6.jpg'), linear-gradient(to top, #ffffff, #b9b9b9, #787878, #3d3d3d, #040404);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 89vh;
    display: flex;
    align-items: center;
    /* border-radius: 0px 0px 0px 150px; */
    /* -webkit-border-radius: 0px 0px 0px 150px;
    -moz-border-radius: 0px 0px 0px 150px; */
}

.carousel-3 {
    background: url('/assets/img/image31.jpg'), linear-gradient(to top, #ffffff, #b9b9b9, #787878, #3d3d3d, #040404);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 89vh;
    display: flex;
    align-items: center;
    /* border-radius: 0px 0px 0px 150px; */
    /* -webkit-border-radius: 0px 0px 0px 150px;
    -moz-border-radius: 0px 0px 0px 150px; */
}

.navbar {

    color: white !important;
    padding: 1em 0em;
    position: relative;
    z-index: 10;
    box-shadow: none !important;
    background-color: white;
    border-bottom: 1px solid rgba(235, 235, 235, 0.233);
    position: fixed;
    width: 100%;

}

.logo {
    width: 80px;
}
.logo2{
    width:120px;
margin-bottom: 20px;
}
.navbar li {
    margin: 0em 1em;
}

.navbar li a, .dropdown-toggle {
    color: black !important;
    font-family: "Antic Didone", serif;
    font-weight: 600;
    font-size: 15px;
}


/* Buttons*/

.book-btn {
    color: #1B4E52;
    background-color: transparent;
    border: 1px solid #1B4E52;
    border-radius: 0px;
    font-family: 'Marcellus';
    text-transform: capitalize;
    font-size: 14px;

}

.book-btn:hover {
    background-color: #1B4E52;
    color: white;
}


.sec-btn {
    background-color: #1B4E52;
    color: white;
    padding: 1em 3em;
    border-radius: 0px;
    font-family: 'Marcellus';
}

.sec-btn:hover {
    background-color: white;
    color: #000000;
}

.third-btn {
    background-color: #b99d75;
    color: white;
    padding: 3em 2em;
    border-radius: 0px;
    font-family: 'Marcellus';
    font-size: 14px;
    width: fit-content;
}

.third-btn:hover {
    background-color: white;
    color: #000000;
}

.room-btn {
    background-color: none;
    box-shadow: none;
    padding: 3px;
    font-family: 'Jost';
    border-bottom: 1px solid #b99d75;
    border-radius: 0px;
}


.room-btn:hover {
    background-color: none;
    box-shadow: none !important;
    padding: 3px;
    font-family: 'Jost';
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    color: black;
}

/*End Buttons*/



.dropdown-toggle {
    background-color: transparent !important;
    font-family: 'Marcellus' !important;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 14px;

}



.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(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.dropdown {
    margin-top: -2px;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
}

.dropdown:hover {
    box-shadow: none !important;
}

.dropdown-toggle {
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
}

.dropdown-menu {
    border-radius: 0px;
    background-color: #d6d6d6;
}

.dropdown-item {
    border-radius: 0px !important;
}

.dropdown-item:hover {
    border-radius: 0px !important;
    background-color: white;
    color: #53624e !important;
    transition-duration: 0.25s;
}


.dropdown-menu:hover {
    border-radius: 0px;
    background-color: white;
}

.carousel-caption {
    font-family: 'Marcellus';
    bottom: 30%;
}

.carousel-caption p {
    font-size: 18px;
}



.slider-row {
    background-color: #07181a;
    padding: 1em;
    position: relative;
    z-index: 100;
    color: white;
}

.location-box {
    border: 1px solid #b99d75;
    padding: 1em;
}

.about-home {
    background: url('../assets/img/deluxe-doible-3.jpg');
    background-size: 300px;
    background-position: -1% 80%;
    background-repeat: no-repeat;
    background-color: #eeebebbe;
    padding: 10em 0em;
    padding-bottom: 20em;
    margin-top: -4em;
}

.owl-home {
    margin-top: -15em;
}


.owl-nav .owl-prev {
    position: absolute;
    top: calc(41%);
    color: rgba(255, 255, 255, 0.829) !important;
    left: -1.7%;
    opacity: 1;
    font-size: 22px !important;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: white !important;
    color: #b99d75 !important;
    border: 1px solid #e0e0e0 !important;
    transition-duration: 0.3s;
    border-radius: 50% !important;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(41%);
    right: 12.5%;
    opacity: 1;
    font-size: 22px !important;
    z-index: 1;
    width: 50px;

    height: 50px;
    background-color: white !important;
    color: #b99d75 !important;
    border: 1px solid #e0e0e0 !important;
    transition-duration: 0.3s;
    border-radius: 50% !important;


}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.banner {
    background: url('/assets/img/image45.jpg'), rgb(255, 255, 255) linear-gradient(0deg, rgba(255, 255, 255, 0.5018382352941176) 0%, rgba(0, 0, 0, 0.4738270308123249) 0%, rgba(10, 10, 10, 1) 100%);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 65vh;
    display: flex;
    align-items: center;
    margin: 6em 0em;
}


.sec-banner {
    margin: 6em 0em;
    background: url('../img/sec-banner.png')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 30em;

}

.fac-box h4 {
    font-size: 17px;
    margin: 0;
    padding: 0;
}

.fac-box p {
    line-height: 20px;
    font-size: 14px;
}

.facilities {

    background: url('../img/orchid-bg-2.png');
    background-size: 300px;
    background-position: 101% 10%;
    background-repeat: no-repeat;
    background-color: #f0f0f08f;
}

.pree-footer {
    padding: 5em 0em;
    background: url('/assets/img/image38.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    color: white;
}


footer {
    padding: 100px 0 30px 0;
    background-color: #082022;
    color: white;

}

.footer-row {
    border-top: 1px solid #8181813a;
    border-bottom: 1px solid #8181813a;

}

.footer-col {
    border-right: 1px solid #8181813a;
}

footer a {
    color: white;
}


/* facilities */


.service-section {
    background: url('/assets/img/image37.jpg'), rgb(255, 255, 255) linear-gradient(0deg, rgba(255, 255, 255, 0.5018382352941176) 0%, rgba(0, 0, 0, 0.4738270308123249) 0%, rgba(10, 10, 10, 1) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 65vh;
    display: flex;
    align-items: center;
    margin: 6em 0em;
}

.service-card {
    text-align: center;
    padding: 20px;
    border-right: 1px solid #fdfafa;
    /* Added left border */

    border-left: 1px solid #fdfafa;
}

.service-number {
    font-size: 9rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
    color: transparent;
    /* Makes the text fill transparent */
    -webkit-text-stroke: 1px #ffffff;
    /* Adds a 1px stroke (outline) in light gray */
    text-stroke: 1px #ffffff;
    /* Fallback for non-Webkit browsers (limited support) */
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.service-text {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.service-btn {
    background-color: #2f4f4f;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 400;
    transition: background-color 0.3s ease;
}

.service-btn:hover {
    background-color: #1e3a3a;
}

.rooms-head {
    background: url('/assets/img/image7.jpg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
}


.gallery-head {
    background: url('/assets/img/deluxstudio4.jpg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
}

.about-head {
    background: url('/assets/img/image4.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;
}

.contact-head {
    background: url('/assets/img/image36.jpg')rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 60vh;
    display: flex;
    align-items: center;

}

.form-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.form-group {
    text-align: left;
    flex: 1;
    min-width: 150px;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-group:hover {
    background-color: #f0f0f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

#background-video {

    width: 100vw;
    height: 85vh;
    object-fit: cover;
    position: relative;

    z-index: -1;

}



@media only screen and (max-width: 980px) {
    .navbar {
        background-color: #ffffff !important;
        border-bottom: 0px;
    }

    .carousel-caption {
        bottom: 25%;
    }

    .about-home {
        margin-top: 0em;
        /* padding-bottom: 26em; */
        background-position: -1% 75%;
    }

    .owl-home {
        padding: 1.5em;
    }

    .owl-nav .owl-prev {
        position: absolute;
        top: calc(41%);
        left: -7%;
    }

    .owl-nav .owl-next {
        position: absolute;
        top: calc(41%);
        right: -7%;
    }

    .col-start {
        text-align: start !important;
    }

    .room-box {
        margin: 1em 0.4em;
    }

    .slider-row {
        display: none;
    }

    .footer-col {
        border-bottom: 1px solid #8181813a;
    }

    /* Media Queries for Responsiveness */
    @media (max-width: 991px) {
        .service-section {
            height: auto;
            padding:20px;
            margin: 1em 0em;
            background-position: top center;
        }

        .service-title {
            font-size: 14px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 15px;
        }

        .service-text {
            font-size: 10px;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .service-card {
            text-align: center;
            padding: 5px;
            border-right: 1px solid #fdfafa;
            /* Added left border */

            border-left: 1px solid #fdfafa;
        }

        .pree-footer h2 {
            font-size: 16px;
        }

    }

    @media (max-width: 576px) {
        .service-section {
            height: auto;
            padding:20px;
            /* Further reduced height for mobile */
            margin: 2em 0em;
            /* Further reduced margins */
            background-size: cover;
            /* Ensure background still covers the area */
            background-position: center;
            /* Center the background for smaller screens */
        }

        .service-number {
            font-size: 3rem;
            font-weight: 300;
            color: #ffffff;
            margin-bottom: 20px;
            color: transparent;
            /* Makes the text fill transparent */
            -webkit-text-stroke: 1px #ffffff;
            /* Adds a 1px stroke (outline) in light gray */
            text-stroke: 1px #ffffff;
            /* Fallback for non-Webkit browsers (limited support) */
            margin-bottom: 12px;
            background: rgba(255, 255, 255, 0.21);
            border-radius: 14px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .service-title {
            font-size: 14px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 15px;
        }

        .service-text {
            font-size: 10px;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .service-card {
            text-align: center;
            padding: 2px;
            border-right: 1px solid #fdfafa;
            /* Added left border */

            border-left: 1px solid #fdfafa;
        }

        .pree-footer h2 {
            font-size: 15px;
        }

    }
}