@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", serif;
}

p {
    font-family: "Poppins", serif;
}

@font-face {
    font-family: quitos;
    src: url(assets/quitos-font);
}

body {
    overflow-x: hidden;
    /* Disables horizontal scrolling */
}

.navbar-toggler {
    border: 0px !important;
}

.navbar-toggler,
.btn-close,
.nav-link {
    outline: none;
    /* Remove outline on focus */
    box-shadow: none;
    /* Remove any box-shadow (some browsers apply it) */
}

.nav-link:focus,
.navbar-toggler:focus,
.btn-close:focus {
    outline: none;
    /* Ensure no outline on focus */
    box-shadow: none;
    /* Ensure no focus box-shadow */
}


/* Banner image */
.banner-img {
    width: 100%;
    height: 1400px;
    display: block;
    object-fit: cover;
}

/* Hero container */
.hero {
    position: relative;
}

/* Center the logo */
.hero .logo {
    position: absolute;
    top: 196px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 189px;
}

.hero .logo-page {
    position: absolute;
    top: 312px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 212px;
}

img.banner-page-img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}

img.videolog0 {
    height: 173px;
}

.banner-page-img {
    width: 100%;
    height: auto;
}

.banner2-content p {
    font-size: 34px;
    font-family: "quitos";
}

.banner2-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center the content */
    z-index: 1;
    /* Ensure it's above the image */
    color: white;
    /* Optional, for better readability */
    text-align: center;
    /* Optional, to center the text */
}

.logo-page {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    /* Ensure logo appears above the background image */
}

.transparent-bg {
    background-color: #00000099;
    /* Black with 70% transparency */
    color: white;
    /* Ensures the text is visible */
    padding: 20px;
    /* Adds padding for better spacing */
    border-radius: 10px;
    /* Optional: Adds rounded corners */
}

.form-overlay {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    /* Black transparent background */
    padding: 26px;
    border-radius: 10px;
    width: 90%;
    /* Adjust width as needed */
    color: white;
    /* Ensure text is readable */
}

img.glambing-img {
    height: 469px;
    width: 85%;
}

.glambing-text h1 {
    color: #04599C;
    font-size: 45px;
    font-family: "quitos";
}

.glambing-text h6 {
    color: #18A24C;
    font-weight: 800;
    font-size: 20px;
}

.glambing-text h5 {
    color: #18A24C;
    font-size: 25px;
    margin-top: 17px;
}

.glambing-text p {
    color: #262626;
    margin-top: 27px;
    font-size: 14px;
    line-height: 21px;
}

.glambing-text button {
    border: 1px solid #18A24C;
    background: #18A24C;
    color: white;
    padding: 11px 26px;
    font-size: 12px;
}

.card {
    padding: 0px !important;
    width: 370px !important;
    border: 0px !important;
}

.row.services-row {
    gap: 15px;
}

.card-title {
    color: #206CA9 !important;
    font-size: 17px;
    font-weight: 700;
    text-align: start;
}

.card-btn {
    color: #18A24C;
    text-align: start;
}

.card-body.services-card-body {
    height: 191px;
}

.image-container {
    position: relative;
    /* To ensure the pseudo-element is positioned relative to the container */
    display: inline-block;
}

.image-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* Adjust this to control the height of the gradient */
    background: linear-gradient(to top, #F1F9FF, #FFFFFF00);
    /* Gradient from #F1F9FF to transparent */
    z-index: 1;
    pointer-events: none;
    /* Ensures the gradient doesn't interfere with interactions */
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
    /* Ensure the image is below the gradient */
}

.curved-bottom-section {
    position: relative;
    background: #f1f9ff;
    /* Section background color */
    clip-path: ellipse(100% 25% at 50% 100%);
    padding: 50px 0;
    /* Adjust as needed */
}


img.card-img-top {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
}

h1.services-heading {
    color: #04599C;
    font-size: 54px;
    font-weight: 600;
    font-family: 'quitos';
}

.launch-backimg {
    position: relative;
    height: 615px;
    /* Adjust height as needed */
    overflow: hidden;
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the image covers the entire section */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* Place the image behind everything */
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    /* Place content above the image */
}

.card .extra {
    z-index: 2;
    /* Ensure the card is visible above the image */
    background-color: rgba(255, 255, 255, 0.8);
    /* Optional: Add transparency to the card background */
    backdrop-filter: blur(5px);
    /* Optional: Add a blur effect for better aesthetics */
}

.launch-backimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* Increased opacity */
    filter: blur(8px);
    /* Apply blur */
    z-index: 1;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.con-p p {
    color: black;
}



.card.extra img {
    height: 222px;
    object-fit: cover;
}

p.text2 {
    color: #777777;
    text-align: start;
}

.card.extra {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.extra {
    position: relative;
    /* Make the card container a positioning context for child elements */
}

.top2 {
    width: 100%;
    /* Make sure the image fills the card */
    height: auto;
    /* Maintain aspect ratio */
}

button.services-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #18A24C;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    border-bottom-right-radius: 25px;
}



.card-body {
    position: relative;
    z-index: 1;
    /* Ensure the content is above the image but below the button */
}


.card.extra:hover {
    transform: scale(1.05);
    /* Slight zoom effect */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    /* Enhanced shadow */
}

img.card-img-top.top2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

img.video-image {
    width: 100%;
}

.experience p {
    color: black;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 0px;
}

.experience h2 {
    color: #04599C;
    font-size: 41px;
    font-family: 'quitos';
    margin: 0px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 5 images per row */
    gap: 1px;
}

.image-grid img {
    width: 100%;
    /* Make images responsive */
    height: auto;
    /* Maintain aspect ratio */
    /* border-radius: 8px;  */
}

.load-btn {
    background-color: #18A24C;
    color: white;
    padding: 10px 27px;
    font-size: 13px;
    border: 0px;
}

img.insta-icon {
    height: 20px;
    margin-left: 12px;
}

button.instagram {
    padding: 10px 34px;
    font-size: 14px;
    background: #04599C;
    color: white;
    border: 0px;
}

img.form-img {
    width: 100%;
    height: 507px;
    object-fit: cover;
}

.form-img-container {
    position: relative;
    width: 100%;
    height: 607px;
    /* Matches the image height */
    overflow: hidden;
}

img.form-img {
    width: 100%;
    height: 607px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* Ensures the image is at the back */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    /* Black transparent overlay */
    z-index: 2;
    /* Overlay is above the image */
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    /* Ensures content stays above the overlay */
    text-align: center;
    color: white;
    /* Adjust text color for contrast */
}

.reservation {
    text-align: start;
}

.reservation h6,
p {
    font-size: 14px;
}


.form-blue {
    background: #04599C;
    text-align: start;
    padding: 50px;
    color: white;
}

.reservation h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: 'quitos';
    color: white;
}

.reservation h6,
p {
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 74px;
    color: white;
}

.form-blue h1 {
    color: white;
    margin-bottom: 42px;
}

.form-blue h4 {
    color: white;
    margin: 0px;
}

.form-blue p {
    font-size: 14px;
    margin-bottom: 33px;
}

.form-blue button {
    padding: 11px 23px;
    border: 0px;
    color: #04599C;
}

/* Footer Wrapper */
footer {
    position: relative;
    height: auto;
    /* Make height flexible for content */
    padding: 50px 20px;
    /* Add spacing for content */
    overflow: hidden;
}

/* Background Image */
img.footer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* Lowest layer */
}

/* Semi-Transparent Overlay */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    /* Overlay above the image */
}

/* Footer Content */
footer .container {
    position: relative;
    z-index: 2;
    /* Ensure content is above the overlay */
    display: flex;
    flex-wrap: wrap;
    /* Allow content to wrap on smaller screens */
    justify-content: space-between;
    align-items: flex-start;
    color: #333;
}

/* Footer Left */
.footer-left {
    flex: 1 1 100%;
    /* Full width on small screens */
    max-width: 48%;
    /* Half width on larger screens */
    margin-bottom: 20px;
}

.footer-logo {
    height: auto;
    width: 100%;
    max-width: 200px;
    /* Restrict logo size */
    margin-bottom: 20px;
}

.footer-left h1 {
    font-size: 36px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-left p {
    color: #262626;
}

p.p-blue {
    color: #04599C;
    margin-bottom: 20px;
    margin-top: 8px;
}

/* Social Icons */
.icons {
    font-size: 24px;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    color: #04599C;
}

.icons i:hover {
    color: #333;
    /* Change icon color on hover */
}

/* Footer Right */
.footer-right {
    flex: 1 1 100%;
    /* Full width on small screens */
    max-width: 48%;
    /* Half width on larger screens */
}

.footer-right h1 {
    font-size: 45px;
    color: #0056b3;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'quitos';
}

.footer-right p {
    color: #262626;
    margin-bottom: 20px;
}

/* Custom Form */
.custom-form {
    margin-top: 20px;
}

.custom-form .form-row {
    display: flex;
    gap: 20px;
    /* Add space between inputs */
    flex-wrap: wrap;
    /* Allow inputs to wrap on smaller screens */
}

.custom-form .name-field,
.custom-form .email-field {
    flex: 1 1 100%;
    /* Full width on small screens */
    max-width: calc(50% - 10px);
    /* Half width on larger screens */
}

.custom-form .name-input,
.custom-form .email-input {
    border: 2px solid #B0AFAF;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    /* Include padding in width */
}

.custom-form button {
    margin-top: 20px;
    background-color: #18A24C;
    border: none;
    padding: 9px 9px;
    color: #fff;
    border-radius: 0px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* width: 100%; */
    width: 32%;
}

/* .custom-form button:hover {   
    background-color: #0056b3;
} */
img.circle-img {
    position: relative;
    top: 92px;
    margin-top: -91px;
    padding: 0;
    z-index: 99;
}

h1.serv-h1 {
    color: #0056b3;
    font-family: 'quitos';
    font-weight: 700;
    margin-top: 65px;
}

.bonefire img {
    height: 197px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.bonefire {
    width: 298px;
}

.uk-slider-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 items per slide */
    gap: 40px;
    /* Space between the items */
   
    
}
.only-slider{
    animation: scroll 40s linear infinite;
}


.serv-backblue {
    background-color: #F1F9FF;
    position: relative;
    border-bottom-left-radius: 100% 163px;
    border-bottom-right-radius: 100% 163px;
    z-index: 2;
    margin-bottom: -78px;
    /* Overlap the next section */
    height: 115vh;

}

/* Default gray background for dots */
/* .custom-slider-nav.uk-dotnav li {
    background-color: gray;
    border-radius: 50%;
    width: 10px;
    height: 12px;      
    margin: 39px 5px;
    display: inline-block;
} */

/* Active dot with blue background */
/* .custom-slider-nav.uk-dotnav .uk-active {
    background-color: #0056b3;
} */

/* Default gray background for dots */
.custom-slider-nav.uk-dotnav li a {
    background-color: gray;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 25px;
}

/* Active dot with blue background */
.custom-slider-nav.uk-dotnav li.uk-active a {
    background-color: #0056b3;
}


.footer-right span {
    color: #18A24C;
    font-weight: 600;
}

label.form-label {
    font-weight: 500;
}

img.footer-s-img {
    height: 280px;
    position: absolute;
    bottom: -36px;
    right: -67px;
}

/* Style for the wrapper */
.image-wrapper {
    position: relative;
    /* Makes it a containing block for the overlay and content */
    width: 100%;
    /* Full width of the wrapper */
    height: 100vh;
    /* Full viewport height */
    overflow: hidden;
    /* Prevents overflow issues */
}

/* Style for the image */
img.things-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* Ensures no inline space around the image */
}

/* Style for the dark overlay */
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black overlay with 50% transparency */
    z-index: 1;
    /* Ensures the overlay appears above the image */
}

/* Style for the content */
.text-content {
    position: absolute;
    top: 50%;
    /* Centers vertically */
    left: 50%;
    /* Centers horizontally */
    transform: translate(-50%, -50%);
    /* Adjusts for the center position */
    z-index: 2;
    /* Ensures the content appears above the overlay */
    color: white;
    /* Text color for better contrast */
    text-align: center;
    /* Centers the text */
    padding: 20px;
}

.things-content h3 {
    font-size: 35px;
    margin: 0px;
    color: white;
}



/* Style for dot navigation */
.uk-dotnav li {
    margin: 0 5px;
    /* Space between dots */
}

.uk-dotnav li button {
    width: 12px;
    /* Dot size */
    height: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dot color */
    border-radius: 50%;
    /* Circular dots */
    transition: background-color 0.3s ease;
}

.uk-dotnav li.uk-active button {
    background-color: #ffffff;
    /* Active dot color */
}

.uk-slidenav-previous,
.uk-slidenav-next {
    font-weight: bold !important;
    /* Makes the arrows bolder */
    font-size: 1.5em !important;
    /* Optionally increase size */
}

h3.diff-h3 {
    font-family: 'quitos';
    font-size: 46px;
}

.things-content p {
    font-size: 13px;
}

.waterfall-card {
    display: flex;
}

.main-card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.number h1 {
    font-weight: 900;
}

.main-card h2 {
    text-align: start;
    font-weight: bolder;
    margin-top: 13px;
}

.bottom-link {
    display: flex;
    /* Use flexbox for layout */
    flex-wrap: wrap;
    /* Allow items to wrap if needed */
    gap: 20px;
    /* Add gap between links */
    justify-content: center;
    /* Center align the links */
    padding: 20px 0;
    /* Add some padding around the container */
}

.bottom-link a {
    text-decoration: none;
    /* Remove underline */
    color: #007bff;
    /* Set link color */
    font-size: 13px;
    /* Adjust font size */
    transition: color 0.3s ease;
    /* Smooth hover effect */
}

.bottom-link a:hover {
    color: #0056b3;
    /* Darker color on hover */
}

.copyright {
    background: #F0F0F0;
}

.copyright p {
    color: #999999;
    margin: 5px !important;
}

.bonefire h3 {
    color: #0056b3 !important;
    margin-top: 14px;
    font-weight: 700;
}

.bonefire p {
    color: #262626;
    font-size: 12px;
}

.bonefire a {
    color: #18A24C !important;
}

img.g1-img {
    height: 373px;
    width: 100%;
}

.glamp-content p {
    color: black;
}

.container-margin {
    margin-top: 76px;
}

.glamp-content h1 {
    font-size: 34px;         
}

.glamp-content h1 {
    font-size: 48px;
    margin-top: 18px;
    margin-bottom: 33px;
    color: #04599C;
    font-family: 'quitos';
}

.glamp-content p {
    color: #262626;
    font-size: 13px;
}


.transparent-bg.form-overlay.formm2 {
    position: absolute;
    top: 168% !important;
  

}



.margin-book {
    margin-top: 200px;
}

img.book-img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.blur-back {
    display: flex;
    /* Use flexbox for layout */
    align-items: center;
    /* Vertically center the content */
    justify-content: space-between;
    /* Add space between the two columns */
    background-color: #F0F0F0;
    padding: 0px !important;
}

.book-img {
    width: 100%;
    /* Make the image take up full width of its container */
    object-fit: cover;
    /* Ensure the image fills the container */
}

.book-content {
    padding: 20px;
    /* Add some padding for better spacing */
}

.book-content h1 {
    font-size: 44px;
    color: #0056b3;
    font-family: 'quitos';
}

.book-content p {
    color: #262626;
    font-size: 13px;
}

.book-content button {
    padding: 13px 27px;
    background-color: #18A24C;
    color: white;
    border: none;

    cursor: pointer;
    font-size: 11px;
}

/* button:hover {
    background-color: #0056b3;
    
} */

.contact-logo {
    display: block;
    /* Ensure it's a block-level element */
    margin: 0 auto;
    /* Center horizontally */
    height: 156px;
    width: 156px;
}

.map {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    padding: 50px;
    /* Adjust padding for smaller screens */
}

.map-inner {
    width: 100%;
    /* Ensure it scales with the screen size */
    max-width: 500px;
    /* Limit the maximum width for larger screens */
    position: relative;
    border: 10px solid white;
}

.map-inner iframe {
    width: 100%;
    /* Ensure iframe fills the container */
    height: 400px;
    /* Fixed height for larger screens */
    border: 0;
    /* Remove default border */
}

.contact-list {
    display: flex;
}

.contect-text h1 {
    font-family: 'quitos';
    color: #0056b3;
}

.contect-text p {
    color: #262626;
    margin: 3px;
}

.contect-text p a {
    color: #262626;
    margin: 3px;
}

.contact-sm-logo img {
    height: 38px;
    margin-right: 30px;
    margin-top: 7px;
    position: relative;
}

.contect-text img {
    height: 57px;
}

.margin-lg {
    margin: 45px;
}

.gallery-section {
    padding: 50px 0;
    background-color: #f0f0f0;
}


.gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;

}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.3s ease, opacity 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    filter: grayscale(100%);

}


img.gallery2-img {
    height: 220px;
    width: 100%;
}

img.gallery3-img {
    height: 456px;
    width: 100%;
}

img.gallery4-img {
    height: 404px;
    width: 100%;
}


@keyframes cycleColor {
    0% {
        filter: grayscale(100%);
        opacity: 0.5;
    }

    50% {
        filter: grayscale(0%);
        opacity: 1;
    }

    100% {
        filter: grayscale(100%);
        opacity: 0.5;
    }
}

.gallery-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    animation: none;
}


.gallery-item:nth-child(1) img {
    animation-delay: 0s;
}

.gallery-item:nth-child(2) img {
    animation-delay: 1s;
}

.gallery-item:nth-child(3) img {
    animation-delay: 2s;
}

.gallery-item:nth-child(4) img {
    animation-delay: 3s;
}

.gallery-item:nth-child(5) img {
    animation-delay: 4s;
}

.gallery-item:nth-child(6) img {
    animation-delay: 5s;
}

.gallery-item:nth-child(7) img {
    animation-delay: 6s;
}

.gallery-item:nth-child(8) img {
    animation-delay: 7s;
}

.gallery-item:nth-child(9) img {
    animation-delay: 8s;
}

.gallery-item:nth-child(10) img {
    animation-delay: 9s;
}

.gallery-item:nth-child(11) img {
    animation-delay: 10s;
}

.gallery-item:nth-child(12) img {
    animation-delay: 11s;
}

.gallery-section {
    padding: 50px 0;
}


.gallery-item img:hover {
    transform: scale(1.05);
}




.gallery-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}


/* .gallery-section {
    padding: 50px 0;
    background-color: #f0f0f0;
   
}


.gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100dvh;
    
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.gallery-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
}


 .gallery-item {
    position: relative;
   
    overflow: hidden;
} 

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeCycle 12s infinite;
}

.gallery-item img:nth-child(1) {
    animation-delay: 0s;
}

.gallery-item img:nth-child(2) {
    animation-delay: 3s;
}

.gallery-item img:nth-child(3) {
    animation-delay: 6s;
}

.gallery-item img:nth-child(4) {
    animation-delay: 9s;
}

@keyframes fadeCycle {
    0%, 25% {
        opacity: 1;
    }
    30%, 100% {
        opacity: 0;
    }
}
 */



img.gallery2-img {
    height: 220px;
    width: 100%;
}

img.gallery3-img {
    height: 456px;
    width: 100%;
}

img.gallery4-img {
    height: 404px;
    width: 100%;
}


/* Modal styles */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
    background-color: transparent !important;
    border: 0px !important;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
}


#image-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#modal-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    /* Maintains aspect ratio */
    display: block;
}

/* Gallery inside the container */
.gallery {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

/* Individual column */
.column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 33.33%;
    /* Adjust width of each column */
    position: relative;
    height: 100%;
    /* Full height for scrolling */
    animation: scroll-column 40s linear infinite;
    /* Continuous animation */
}

/* Image styles */


/* Hover effect to stop the animation and ungreyscale the image */
.column:hover,
.column img:hover {
    animation-play-state: paused;
}

.column img:hover {
    filter: grayscale(0%);
    /* Removes grayscale */
    transform: scale(1.2);
    /* Zoom effect on hover */
}

/* Keyframe animation for scrolling images */
@keyframes scroll-column {
    0% {
        transform: translateY(0);
        /* Start at the top */
    }

    100% {
        transform: translateY(-100%);
        /* Move to the end of the column */
    }
}

/* Direction for scrolling */
.column-down {
    animation-direction: normal;
    /* Move downwards */
}

.column-up {
    animation-direction: reverse;
    /* Move upwards */
}

.scrolling-gallery-container {
    width: 100%;
    /* Full width */
    height: 150vh;
    /* Adjust height of the container */
    overflow: hidden;
    /* Hide the overflow so images are contained */
    position: relative;

    /* Optional border for visibility */
    z-index: 1;
}

/* Gallery inside the container */
.gallery {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

/* Individual column */
.column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 33.33%;
    /* Adjust width of each column */
    position: relative;
    height: 100%;
    /* Full height for scrolling */
    animation: scroll-column 40s linear infinite;
    /* Continuous animation */
}

/* Image styles */
.column img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    filter: grayscale(100%);
    transform: scale(1);
    border-radius: 8px;
}

/* Hover effect to stop the animation and ungreyscale the image */
.column:hover,
.column img:hover {
    animation-play-state: paused;
}

.column img:hover {
    filter: grayscale(0%);
    /* Removes grayscale */
    transform: scale(1.2);
    /* Zoom effect on hover */
}

/* Keyframe animation for scrolling images */
@keyframes scroll-column {
    0% {
        transform: translateY(0);
        /* Start at the top */
    }

    100% {
        transform: translateY(-100%);
        /* Move to the end of the column */
    }
}

/* Direction for scrolling */
.column-down {
    animation-direction: normal;
    /* Move downwards */
}

.column-up {
    animation-direction: reverse;
    /* Move upwards */
}

.navbar-toggler-icon {
    filter: invert(1);
    /* background-image: url("menus.png") !important; */
}

.offcanvas.offcanvas-start {
    background-color: transparent !important;
    backdrop-filter: blur(45px);
    /* This will blur the background */
    z-index: 1050;
    /* Higher stacking context to cover behind content */
}

.wood-img {
    position: relative;
    top: -119px;
}

.wood-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Ensures the image covers the entire container */
}


.map2 iframe {
    width: 100%; /* Adjust as needed */
    height: 540px; /* Set your custom height */
    border: 0;
}





.slider-section {
    position: relative;
    height: 950px !important;
    overflow: hidden;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 950px !important;
    object-fit: cover;
    z-index: -2; /* Ensure it stays behind everything */
}



.blurred-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: blur(10px) !important; /* Ensure blur is applied */
    opacity: 1 !important; /* Make sure it's fully visible */
    z-index: 0 !important; /* Move it forward */
}



/* Dark Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}



.upper-content {
    margin-top: 131px;
}

.new-overlay-content {
    position: relative;
    z-index: 1;
    color: white;
}


.slider-text img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.upper-content h1 {
    color: white;
    font-size: 36px;
    margin-bottom: 2px;
}

#diff-h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 44px;
    font-family: "quitos";
}

.upper-content p {
    font-size: 13px;
    margin-left: 262px;
    margin-right: 265px;
    margin-bottom: 50px;
}

.slider-item {
    display: flex;
}

.number2 h1 {
    font-size: 45px;
    font-weight: 900;
}

.slider-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}



/* .new-overlay-content {
    position: relative;
    z-index: 2;
  
    color: white;
} */

.slider-item {
    display: flex;
    flex-direction: column;
    width: 65%;
}

#uk-slider-items {
    display: flex;
    gap: 10px;
}

.uk-width-4-5 {
    width: 68% !important;
}

.slider-item img {
    width: 100%;
    height: 369px;
    border-radius: 8px;
    object-fit: cover;
    filter: grayscale(100%);
}

.slider-item h1 {
    font-size: 35px;
    margin: 10px 0;
    font-weight: 800;
    text-align: start;
}

.slider-item p {
    font-size: 14px;
    text-align: center;
    color: white;
    margin-top: 1px;
}



.uk-active img {
    filter: grayscale(0%);
}

.slide-slide {
    display: flex;
    gap: 80px;
}

#diff-h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 46px;
    margin-top: 5px;
    font-family: "quitos";
    font-weight: 600;
    margin-bottom: 33px;
}



/* Position the number */
.slide-number {
    position: absolute;
    top: -6px;
    left: -15px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    opacity: 0;
    /* Hidden by default */
    transform: translateY(-20px);
    transition: opacity 0.5s, transform 0.5s ease-in-out;
    z-index: 10;
}

/* Active slide number */
.uk-active .slide-number {
    opacity: 1;
    /* Fully visible */
    top: -6px;
    /* Final position */
    transform: translateY(0);
    /* Smooth entrance */
    left: 62px;
}


.uk-slider-items {
    gap: 0px;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="black" viewBox="0 0 16 16"%3E%3Cpath stroke="black" stroke-width="2" d="M1.5 3.5h13m-13 4h13m-13 4h13"/%3E%3C/svg%3E') !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

a.nav-link {
    color: white;
    font-size: 18px;
}

a.nav-link.active {
    color: white !important;
    font-size: 18px !important;
}

.nav-link:hover {
    color: white !important;
}

.uk-slider-nav>li>a {
    background-color: white;
    /* Default dot color */
    border: 2px solid white;
    /* Optional: Add a border for better visibility */
}

.uk-slider-nav>li.uk-active>a {
    background-color: green;
    /* Active dot color */
    border-color: green;
    /* Match border color with active dot */
}

img#mail\.box {
    height: 31px;
    margin-top: 10px;
}

div#location-margin {
    margin-right: 93px;
}

div#phone-margin {
    margin-right: 211px;
}

img#reservation {
    height: 35px;
}

.about-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #04599C;
}

.about-content p {
    color: #262626;
    font-size: 14px;
}

.about-s-img img {
    height: 355px;
    object-fit: cover;
    padding: 14px;
}



#modal-hide {
    background: white !important;
}

.modal-header {
    border-bottom: 0px !important;
}

div#bonefire-width {
    width: 100%;
}


div#reser-margin {
    margin-right: 55px;
}


.about-custom-slider {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.about-custom-slider-wrapper {
    display: flex;
    transition: transform 6.7s ease;
}

.about-custom-slider-wrapper img {
    width: calc(33.33% - 10px);
    height: 385px;
    flex-shrink: 0;
    margin-right: 35px;
    object-fit: cover;
}
        
/* Adjust the last image to show half of it */
.about-custom-slider-wrapper img:last-child {
    margin-right: 0;
    /* Remove gap on the last image */
}



.special-content {
    text-align: center;
}

.special-content h1 {
    color: #04599C;
    font-size: 44px;
    font-family: "quitos";
    font-weight: 600;
}

.special-content p {
    color: #262626;
    font-size: 14px;
    padding: 0px 138px;
}

.offers img {
    height: 380px;
    object-fit: cover;
    width: 100%;
    box-shadow: 3px 4px 7px -2px;
}

.offers {
    text-align: center;
}

.offers h5 {
    font-size: 17px;
    margin-top: 12px;
    font-weight: 600;
}

.image-name p {
    color: #262626;
    font-size: 14px;
}






.image-name {
    position: relative;
    display: inline-block;
}

/* .image-name img {
    display: block;
    width: 100%;
    height: auto;
} */

.image-name p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    padding: 5px;
    color: white;
    font-size: 21px;
    z-index: 10;
    font-weight: 600;
}


.image-top {
    position: relative;
    /* Acts as a reference for the image positioning */
}

.fadeup-img {
    position: absolute;
    /* Makes the image overlap other elements */
    top: 0;
    /* Adjusts the image to the top of the container */
    left: 0;
    /* Aligns the image to the left of the container */
    width: 100%;
    /* Optional: Adjusts the image size */
    z-index: 10;
    /* Places the image above other content */
}

.fadedown-img {
    position: absolute;
    /* Makes the image overlap other elements */
    bottom: 0;
    /* Adjusts the image to the top of the container */
    left: 0;
    /* Aligns the image to the left of the container */
    width: 100%;
    /* Optional: Adjusts the image size */
    z-index: 10;
    /* Places the image above other content */
}





.index-gallery-slide {
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
   
    width: 100%;
}

.index-gallery-slide-inner {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: scroll 40s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.gallery22-image {
    height: 250px;
    width: 400px;
    display: flex;
    align-items: center;
    padding: 0 15px; /* Added gap between images */
    perspective: 100px;
}

.gallery22-image img {
    width: 100%;
    transition: transform 0.3s ease;
    height: 100%;
    object-fit: cover;
}

.gallery22-image img:hover {
    transform: translateZ(10px);
}


/* Media Queries for Responsiveness */
@media (max-width: 768px) {

    .footer-left,
    .footer-right {
        flex: 1 1 100%;
        /* Full width on smaller screens */
        max-width: 100%;
    }

    .custom-form .name-field,
    .custom-form .email-field {
        max-width: 100%;
        /* Full width on smaller screens */
    }

    .icons {
        font-size: 20px;
        /* Reduce icon size for smaller screens */
        gap: 15px;
    }
}



h1.index-gallery {
    text-align: center;
    color: #0056b3;
    font-family: "quitos";      
}

.second-gallery img{
    height: 310px;
    object-fit: cover;
    width: 100%;
}
.gallery-scroll-btn{
    text-align: center;
}
.gallery-scroll-btn button {
    border: 0px;
    background: no-repeat;
    font-size: 22px;
}


.carousel-indicators [data-bs-target] {
    height: 6px !important;
}             
.carousel-indicators .active {
    background-color: #0056b3 !important;
}



.video-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateX(-50%) translateY(100px); /* Start 100px below its final position */
    transition: opacity 0.8s ease, transform 0.8s ease;
    position: absolute;
    top: 704px;
    left: 50%; /* Center horizontally */
    width: 100%;
    z-index: 10;
}

.video-banner video {
    height: 600px !important;
    display: block;
    border: 8px solid white;
}

.video-banner.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0); /* Move to final position */
}

.video-banner.hide {
    opacity: 0;
    transform: translateX(-50%) translateY(100px); /* Move back to the bottom when hiding */
}



.parent-container {
    position: relative;
    top: 88px;
}

.video-element {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.weater-wow {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 330px;
}
#ww_22732741040d7 {
    background:none !important;
}

.mybannervideo {
    position: relative;
    overflow: hidden;
    height: 800px; /* Adjust height as needed */
}

.mybannervideo video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the area without stretching */
}

@media (max-width: 768px) {
    .mybannervideo {
        height: 500px; /* Reduce height for tablets */
    }
	
	.hero .logo-page {
    position: absolute;
    top: 212px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 200px;
}

.banner2-content p {
   
    margin-top: 91px;
}
}

@media (max-width: 480px) {
    .mybannervideo {
        height: 450px; /* Further reduce height for mobile */
    }
	
	.hero .logo-page {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 200px;
}

.banner2-content p {
   
    margin-top: 91px;
}
}
