/* banner */
.venue-banner {
    height: 650px;
    background-position: center;
}

.venue-banner h2 {
    font-size: 60px;
    font-weight: 700;
}

.venue-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.venue-banner img {
    background-size: cover;
    height: 650px;
    background-position: center;
    width: 100%
}

.venue-banner .slick-dots li button:before {
    font-size: 12px !important;
    line-height: 40px !important;
}

/* about venue */
.about-venue {
    padding: 100px 160px;
    font-size: 22px;
}

.about-venue p {
    line-height: 1.6;
}

.about-venue a {
    color: #000;
    font-weight: 700;
    text-underline-offset: 5px;
}

/* youtube section */
.video-section.prangana {
    background-image: url('/assets/ekaa/youtube-banner.png');

}

.video-section.khangkar-house {
    background-image: url('/assets/ekaa/khangkar-house-video.png');
}

.video-section {
    height: 600px;
}

.video-section .link {
    text-underline-offset: 8px;
    font-weight: 700;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 20px;
}

.video-section .youtube-text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 40px;
}

.youtube-text img {
    margin: 0px 0px 8px 6px;
}


/* transforming a family */

.venue-details.prangana {
    background-image: url('/assets/ekaa/transforming-a-family.png');
    height: auto;
    padding: 80px 70px;
}

.venue-details.khangkar-house {
    background-image: url('/assets/ekaa/about-khangkar-house.png');
    height: auto;
    padding: 80px 70px;
}

.venue-details h2 {
    font-size: 36px;
}

.venue-details.prangana .venue-planning-description {
    background-color: #3D432F;
    padding: 60px 30px;
}

.venue-details.khangkar-house .venue-planning-description {
    background-color: #4C310C;
    padding: 60px 30px;
}

.venue-details .venue-planning-description p:first-child {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 15px;
}

.venue-planning-description,
.venue-description {
    flex: 1;
}

.venue-description p {
    font-size: 16px;
    line-height: 1.4;
}

.venue-planning-description .content:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.venu-planning-responsive {
    display: none;
}

.venue-planning-description .content p {
    font-size: 16px;
    line-height: 1.4;
}

/* social media gallery */

.gallery-section h2 {
    font-size: 38px;
}

.gallery-section {
    width: 80%;
    margin: 100px auto 120px auto;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 10px;
}

.image-gallery img {
    width: 275px;
    height: auto;
    margin: 1px;
}

.social-widget {
    border: none;
    overflow: hidden;
    height: 765px;
    width: 100%;
}

.youtube-icon {
    display: none;
}

.gallery-section>a {
    color: #2f2f2f;
    text-decoration: none;
}

.gallery-section>a:hover,
.gallery-section>a:active {
    color: #2f2f2f;
}

/* carousel */
.venu-carousel .slick-slide img {
    height: 640px;
    object-fit: cover;
}

@media screen and (max-width: 424.98px) {
    .venu-planning-responsive .content {
        min-width: 320px !important;
    }
}

@media screen and (max-width: 767.98px) {

    .venue-banner img,
    .venue-banner {
        height: 420px;
        object-fit: cover;
    }

    .venue-banner .slick-dots li button:before {
        font-size: 9px !important;
        line-height: 30px !important;
    }

    .venue-banner h2 {
        font-size: 46px;
    }

    .about-venue {
        padding: 60px 15px;
    }

    .about-venue p:first-child {
        margin-bottom: 10px;
    }

    .about-venue a {
        margin-top: 20px;
        font-size: 11px;
    }

    .about-venue .icon {
        width: 12px !important;
        height: 12px !important;
    }

    .youtube-text img {
        width: 50px;
    }

    .venue-details-responsive {
        display: block;
    }

    .venue-details.prangana .venue-planning-description,
    .venue-details.khangkar-house .venue-planning-description {
        padding: 30px 15px;
    }

    .gallery-section {
        width: inherit;
        margin: 100px 0px;
    }

    .gallery-section h2,
    .venue-details h2 {
        font-size: 32px;
    }

    .gallery-section h2 {
        padding: 0px 15px;
    }

    .image-gallery img {
        width: 90%;
    }

    .video-section.prangana,
    .video-section.khangkar-house {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 195px;
    }

    .video-section .link {
        padding-bottom: 0px;
        font-size: 16px;
        display: none;
    }

    .video-section .youtube-text {
        padding-bottom: 0;
        align-items: center;
    }

    .venue-description h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .venue-description p {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .social-widget {
        height: 302px;
    }

    .youtube-icon {
        display: block;
    }

    /* carousel */
    .venu-carousel .slick-slide img {
        height: 220px;
    }
}

@media screen and (max-width: 991.98px) {

    .venue-details.prangana,
    .venue-details.khangkar-house {
        height: auto;
        padding: 30px 15px;
    }

    .venue-details.khangkar-house,
    .venue-planning-description {
        padding: 30px 15px;
    }

    .venu-planning-responsive {
        display: flex;
        overflow-x: auto;
        white-space: normal;
        gap: 10px;
        scroll-snap-type: x mandatory;
    }

    .venu-planning-responsive .content {
        min-width: 350px;
        border-radius: 5px;
        scroll-snap-align: start;
    }

    .venu-planning-responsive .content p:first-child {
        font-size: 18px;
    }

    .venu-planning-responsive .content p:nth-child(2) {
        font-size: 15px;
        line-height: 1.4;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .venue-planning-desktop {
        display: none;
    }

    .about-venue p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .video-section.prangana,
    .video-section.khangkar-house {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 195px;
    }

    .venue-description {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .about-venue {
        padding: 80px 60px;
    }

    .gallery-section {
        width: auto;
        margin: 80px 20px;
    }

    .venue-details h2 {
        font-size: 30px;
    }

    .social-widget {
        height: 554px;
    }
}