@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
@media (min-width: 1240px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1340px) {
    .container {
        max-width: 1240px !important;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
    }
}

.btn-custom-gradient-primary {
    background: #D64248;
    background: linear-gradient(90deg, rgb(61, 61, 61) 0%, rgb(143, 143, 143) 100%);
    color: #fff !important;
    border-radius: 12px !important;
    transition: all 0.3s linear;
    border: 0px !important;
    font-size: 14px;
    padding: 10px 20px;
}

.btn-custom-gradient-primary:hover {
    background: #D64248;
    background: linear-gradient(90deg, rgba(143, 143, 143) 0%, rgba(61, 61, 61) 100%);
    color: #fff !important;
    border-radius: 12px !important;
}


body {
    font-style: normal;
    font-size: 14px;
    background: #efefef;
    transition: all .3s linear;
    color: #000;
}

a {
    text-decoration: none;
    transition: all .3s linear;
    color: #444445;
}

a:hover {
    text-decoration: none;
    color: #444445;
}

.clear {
    clear: both;
}

.borderRadius24 {
    border-radius: 24px;
}

header {
    width: 100%;
    background: #181818;
    transition: all .3s linear;
}

header.sticky {
    width: 100%;
    background: #181818 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .3s linear;
    z-index: 10001;
    position: fixed !important;
    top: 0;
}

header.sticky .logo {
    max-width: 100%;
    max-height: 40px !important;
    transition: all .3s linear;
    filter: brightness(0) invert(1);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px 0px;
}

header.sticky .menuNavTop {
    display: none;
}

header.homepage {
    width: 100%;
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s linear;
    position: absolute;
    z-index: 999;
}


.logo {
    max-width: 100%;
    max-height: 80px !important;
    transition: all .3s linear;
    filter: brightness(0) invert(1);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px 0px;
}

.nav {
    --bs-nav-link-padding-y: 1.2rem;
}

.navbar a {
    color: #fff;
    font-weight: 500;
}

.navbar .dropdown-menu {
    border: 0px;
}

.navbar a.dropdown-item {
    color: #222222;
    font-weight: 500;
    font-size: 14px;
}

.navbar a:hover {
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.navbar a.nav-link-top {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

#sliders {
    width: 100%;
}

#sliders .swiper-slide {
    position: relative;
    height: 70vh;
}

#sliders .swiper-slide img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}


#sliders .slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
}

#stories {
    width: 100%;
    margin: 50px 0px 50px 0px;
}

#stories a img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    border: 2px dashed #181818;
    padding: 5px;
    cursor: pointer;
}

#stories a img:hover {
    transition: all .1s linear;
    transform: scale(1.1);
}

#banner-1 {
    width: 100%;
    height: 200px;
    margin: 30px 0px 0px 0px;
    background-size: 100% auto;
}

#banner-1 h1 {
    font-size: 40px;
    color: #fafafa;
}

#gallery {
    width: 100%;
    margin: 0px 0px 50px 0px;
}

#gallery h2 {
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    margin: 50px 0px 50px 0px;
    padding: 60px 0px;
    background-size: 100% auto;
    color: #fff;
}

#gallery img {
    border-radius: 12px;
}

#gallery img:hover {
    transition: all .1s linear;
    transform: scale(1.02);
}

#gallery img.mainPhoto {
    width: 100%;
    height: 424px;
    object-fit: cover;
}

#gallery img.subPhoto-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#gallery img.subPhoto-bottom {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#privateRoom {
    width: 100%;
    background: #181818;
    height: 280px;
    margin: 200px 0px;
}

#privateRoom img.logo {
    filter: brightness(0) invert(1);
    width: 200px;
}


#newsEvents {
    width: 100%;
    margin: 50px 0px 50px 0px;
}

#newsEvents h2 {
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    margin: 50px 0px 50px 0px;
    padding: 60px 0px;
    background-size: 100% auto;
    color: #fff;
}

#newsEvents .card {
    border-radius: 24px;
    padding-bottom: 50px;
}

#newsEvents .card img {
    height: 180px;
    -webkit-border-top-left-radius: 24px;
    -webkit-border-top-right-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -moz-border-radius-topright: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    object-fit: cover;
}

#newsEvents .card .card-bottom {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0px 20px;
}

#newsEvents .card .card-bottom a {
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 24px;
    padding: 5px 20px;
}

footer {
    background: #181818;
    padding: 20px 0px;
}

footer .social a {
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0px 5px 20px 5px;
}

footer .footer-box {
    flex: 1 1 150px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

footer .footer-box a {
    color: #fff;
    margin: 0px;
}

footer .footer-box h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

footer .logo {
    max-width: 100%;
    display: block;
    text-align: center;
}

footer .logo img {
    max-height: 80px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

footer .copyright {
    width: 100%;
    display: block;
    text-align: center;
    margin: 40px 0px 0px 0px;
    font-size: 12px;
    color: #ffffff;
}


#about {
    width: 100%;
}


#about img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

#about h2 {
    width: 100%;
    font-weight: 300;
    font-size: 40px;
    color: #181818;
}

#about .text {
    color: #555555;
}

#about hr {
    color: #c4c4c4;
    margin: 20px 0px 20px 0px;
}

@media (max-width: 992px) {
    header.homepage {
        width: 100%;
        background: #181818;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all .3s linear;
        position: static;
        z-index: 999;
    }

    header.sticky {
        width: 100%;
        background: #181818 !important;
        padding-top: 0px;
        padding-bottom: 0px;
        transition: all .3s linear;
        z-index: 999;
        position: static !important;
        top: 0;
    }

    header .logo {
        opacity: 1 !important;
        max-height: 60px !important;
    }

    #firstLogo {
        display: none !important;
        position: relative;
        z-index: 12000;
    }

    #slider {
        width: 100%;
        height: 200px;
    }

    #tabGroup {
        display: none;
    }

    #privateRoom {
        width: 100%;
        background: #181818;
        height: auto !important;
        margin: 50px 0px;
    }

    #privateRoom .privateRoomArea {
        width: 100%;
        background: #181818;
        border-radius: 24px;
        padding: 24px;
        position: static !important;
        top: auto !important;
    }


    #about img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 12px;
    }


    #banner-1 h1 {
        font-size: 28px;
    }

    #gallery h2 {
        font-size: 28px;
    }

    #newsEvents h2 {
        font-size: 28px;
    }



    #sliders {
        width: 100%;
    }

    #sliders .swiper-slide {
        height: 40vh;
    }

    #sliders .swiper-slide img {
        height: 40vh;
    }

    .navbar-toggler {
        color: #fff;
        border: 1px solid #fff;
    }

    .offcanvas {
        background: #181818;
    }

    .offcanvas-header .btn-close {
        color: #fff!important;
    }


}