/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Pages/AboutUs/Section/Sliders.razor.rz.scp.css */
.image-container[b-hj6vvegpeg] {
    position: relative;
    margin-bottom: 20px;
}

.hover-description[b-hj6vvegpeg] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    top: 0;
    margin: 0 12px;
}

    .hover-description p[b-hj6vvegpeg] {
        text-align: justify;
        padding: 13px;
        margin-top: 33%;
        font-size: 20px;
    }

.image-container:hover .hover-description[b-hj6vvegpeg] {
    opacity: 1;
    visibility: visible;
}

.nav-pills .nav-link[b-hj6vvegpeg] {
    color: #000;
    background-color: #FEA116;
    margin-bottom: 5px;
    font-size: 19px;
    cursor: pointer
}

    .nav-pills .nav-link:hover[b-hj6vvegpeg] {
        background-color: #cb8112;
    }

    .nav-pills .nav-link.active[b-hj6vvegpeg] {
        background-color: #a86d15;
        color:#fff;
    }
    .nav-link i[b-hj6vvegpeg]{
        margin-left: 3px;
    }

.title-slider[b-hj6vvegpeg] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 25px;
    transition: all 0.5s ease;
}
    .title-slider h4[b-hj6vvegpeg] {
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

.me-10[b-hj6vvegpeg] {
    margin-left: 10px;
}

@media (max-width: 760px) {
    .nav-justified[b-hj6vvegpeg] {
        flex-direction: column !important;
     }
    .me-10[b-hj6vvegpeg] {
        margin-left: 0;
    }

    .hover-description p[b-hj6vvegpeg] {
        margin-top: 23% !important;
        font-size: 15px !important;
    }
}
/* /Components/Pages/Entertainment/Section/Features.razor.rz.scp.css */
.image-container[b-zv75i2okxi] {
    position: relative;
    margin-bottom: 20px;
}

.hover-description[b-zv75i2okxi] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    top: 0;
    margin: 0 12px;
}

    .hover-description p[b-zv75i2okxi] {
        text-align: justify;
        padding: 13px;
        margin-top: 33%;
        font-size: 20px;
    }

.image-container:hover .hover-description[b-zv75i2okxi] {
    opacity: 1;
    visibility: visible;
}

.nav-pills .nav-link[b-zv75i2okxi] {
    color: #000;
    background-color: #FEA116;
    margin-bottom: 5px;
    font-size: 19px;
}

    .nav-pills .nav-link:hover[b-zv75i2okxi] {
        background-color: #cb8112;
    }

    .nav-pills .nav-link.active[b-zv75i2okxi] {
        background-color: #a86d15;
        color:#fff;
    }
    .nav-link i[b-zv75i2okxi]{
        margin-left: 3px;
    }

.title-slider[b-zv75i2okxi] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 25px;
    transition: all 0.5s ease;
}
    .title-slider h4[b-zv75i2okxi] {
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

.me-10[b-zv75i2okxi] {
    margin-left: 10px;
}

@media (max-width: 760px) {
    .nav-justified[b-zv75i2okxi] {
        flex-direction: column !important;
     }
    .me-10[b-zv75i2okxi] {
        margin-left: 0;
    }
}
/* /Components/Pages/Entertainment/Section/MountainView.razor.rz.scp.css */
.timeline[b-sz9nuvkahl] {
    position: relative;
    padding: 1rem 0;
}

    .timeline[b-sz9nuvkahl]::before {
        content: '';
        position: absolute;
        right: 50%;
        width: 1px;
        background: #fea116;
        height: 100%;
        transform: translateX(-50%);
    }

.timeline-item[b-sz9nuvkahl] {
    position: relative;
    margin-bottom: 2rem;
    width: 50%;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

    .timeline-item[b-sz9nuvkahl]::before {
        content: '';
        position: absolute;
        top: 1rem;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: #fea116;
    }

.timeline-item-left[b-sz9nuvkahl] {
    right: -29px;
}

    .timeline-item-left[b-sz9nuvkahl]::before {
        left: -38px;
    }

.timeline-item-right[b-sz9nuvkahl] {
    right: 52.3%;
}

    .timeline-item-right[b-sz9nuvkahl]::before {
        right: -38px;
    }


.line[b-sz9nuvkahl] {
    content: '';
    position: absolute;
    width: 1px;
    background: #fea116;
    height: 18px;
    transform: rotate(90deg);
    top: 16px;
}

.line-left[b-sz9nuvkahl] {
    left: -12px;
}

.line-right[b-sz9nuvkahl] {
    right: -12px;
}

@media (max-width: 768px) {
    .timeline[b-sz9nuvkahl]::before {
        right: 0px;
    }

    .timeline-item[b-sz9nuvkahl] {
        width: 100%;
    }

    .timeline-item-right[b-sz9nuvkahl] {
        right: 2px;
    }

    .timeline-item[b-sz9nuvkahl]::before {
        right: -10px;
    }

    .timeline-item-left[b-sz9nuvkahl] {
        right: 2px;
    }

    .line[b-sz9nuvkahl] {
        right: -17px !important
    }
}
/* /Components/Pages/Gallery/Section/Sliders.razor.rz.scp.css */
.item[b-7rlbi6soc5] {
    padding-top: 5px;
    position: relative;
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-play[b-7rlbi6soc5] {
    background-image: url(/images/play.png);
    position: absolute;
    top: 65px;
    width: 37%;
    height: 74%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 31%;
    cursor: pointer;
}


.item img[b-7rlbi6soc5] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

.item:hover img[b-7rlbi6soc5] {
    opacity: 0.5;
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}
     
/* /Components/Pages/Home/Section/Comments.razor.rz.scp.css */
/* /Components/Pages/Home/Section/ServiceSliders.razor.rz.scp.css */
.image-container[b-2bi7zlq3bl] {
    position: relative;
    margin-bottom: 20px;
}

.hover-description[b-2bi7zlq3bl] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    top: 0;
    margin: 0 12px;
}

    .hover-description p[b-2bi7zlq3bl] {
        text-align: justify;
        padding: 13px;
        margin-top: 33%;
        font-size: 20px;
    }

.image-container:hover .hover-description[b-2bi7zlq3bl] {
    opacity: 1;
    visibility: visible;
}

.nav-pills .nav-link[b-2bi7zlq3bl] {
    color: #000;
    background-color: #FEA116;
    margin-bottom: 5px;
    font-size: 19px;
}

    .nav-pills .nav-link:hover[b-2bi7zlq3bl] {
        background-color: #cb8112;
    }

    .nav-pills .nav-link.active[b-2bi7zlq3bl] {
        background-color: #a86d15;
        color:#fff;
    }
    .nav-link i[b-2bi7zlq3bl]{
        margin-left: 3px;
    }

.title-slider[b-2bi7zlq3bl] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 25px;
}
    .title-slider h4[b-2bi7zlq3bl] {
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

.me-10[b-2bi7zlq3bl] {
    margin-left: 10px;
}

@media (max-width: 760px) {
    .nav-justified[b-2bi7zlq3bl] {
        flex-direction: column !important;
     }
    .me-10[b-2bi7zlq3bl] {
        margin-left: 0;
    }
    .hover-description p[b-2bi7zlq3bl] {
        margin-top: 23% !important;
        font-size: 15px !important;
    }
}
/* /Components/Pages/Home/Section/SlideShow.razor.rz.scp.css */
swiper-container[b-069cgkfin4] {
    width: 100%;
    height: 100%;
}

swiper-slide[b-069cgkfin4] {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    swiper-slide img[b-069cgkfin4] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* /Components/Pages/Restaurant/Section/Hall.razor.rz.scp.css */
.image-container[b-nsd2jcwp1u] {
    position: relative;
    margin-bottom: 20px;
}

.hover-description[b-nsd2jcwp1u] {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    top: 0;
    margin: 0 12px;
}

    .hover-description p[b-nsd2jcwp1u] {
        text-align: justify;
        padding: 13px;
        margin-top: 33%;
        font-size: 20px;
    }

.image-container:hover .hover-description[b-nsd2jcwp1u] {
    opacity: 1;
    visibility: visible;
}

.nav-pills .nav-link[b-nsd2jcwp1u] {
    color: #000;
    background-color: #FEA116;
    margin-bottom: 5px;
    font-size: 19px;
}

    .nav-pills .nav-link:hover[b-nsd2jcwp1u] {
        background-color: #cb8112;
    }

    .nav-pills .nav-link.active[b-nsd2jcwp1u] {
        background-color: #a86d15;
        color:#fff;
    }
    .nav-link i[b-nsd2jcwp1u]{
        margin-left: 3px;
    }

.title-slider[b-nsd2jcwp1u] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 25px;
    transition: all 0.5s ease;
}
    .title-slider h4[b-nsd2jcwp1u] {
        color: #fff;
        text-shadow: 1px 1px 2px #000;
    }

.me-10[b-nsd2jcwp1u] {
    margin-left: 10px;
}

@media (max-width: 760px) {
    .nav-justified[b-nsd2jcwp1u] {
        flex-direction: column !important;
     }
    .me-10[b-nsd2jcwp1u] {
        margin-left: 0;
    }
}
/* /Components/Pages/Restaurant/Section/Timeline.razor.rz.scp.css */
.timeline[b-84qkg7v3ka] {
    position: relative;
    padding: 1rem 0;
}

    .timeline[b-84qkg7v3ka]::before {
        content: '';
        position: absolute;
        right: 50%;
        width: 1px;
        background: #fea116;
        height: 100%;
        transform: translateX(-50%);
    }

.timeline-item[b-84qkg7v3ka] {
    position: relative;
    margin-bottom: 2rem;
    width: 50%;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

    .timeline-item[b-84qkg7v3ka]::before {
        content: '';
        position: absolute;
        top: 1rem;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: #fea116;
    }

.timeline-item-left[b-84qkg7v3ka] {
    right: -29px;
}

    .timeline-item-left[b-84qkg7v3ka]::before {
        left: -38px;
    }

.timeline-item-right[b-84qkg7v3ka] {
    right: 52.3%;
}

    .timeline-item-right[b-84qkg7v3ka]::before {
        right: -38px;
    }


.line[b-84qkg7v3ka] {
    content: '';
    position: absolute;
    width: 1px;
    background: #fea116;
    height: 18px;
    transform: rotate(90deg);
    top: 16px;
}

.line-left[b-84qkg7v3ka] {
    left: -12px;
}

.line-right[b-84qkg7v3ka] {
    right: -12px;
}

@media (max-width: 768px) {
    .timeline[b-84qkg7v3ka]::before {
        right: 0px;
    }

    .timeline-item[b-84qkg7v3ka] {
        width: 100%;
    }

    .timeline-item-right[b-84qkg7v3ka] {
        right: 2px;
    }

    .timeline-item[b-84qkg7v3ka]::before {
        right: -10px;
    }

    .timeline-item-left[b-84qkg7v3ka] {
        right: 2px;
    }

    .line[b-84qkg7v3ka] {
        right: -17px !important
    }
}
