/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.main-content {
    width: 100%;
}

.top-hero__title-wrapper {
    margin-bottom: 0 !important;
}

.top-hero__big_title {
    font-size: 48px !important;
}

:root {
    --extra-space: 0px;
}

.venue-gallery {
    margin-bottom: 96px;
    width: calc(1440px + var(--extra-space));
    margin-left: auto;
    padding-left: 32px;
}

.splide__slide {
    border: 3px solid;;
}

.splide__slide img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
}

.is-prev {
    border-radius: 22px 0 0 22px;
    overflow: hidden;
}

.venue-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
}

.info-section {
    width: 25%;
}

.info-section__content p,
.info-section__content li {
    color: white;
    font-size: 20px;
    font-family: Oswald-Light;
    line-height: 1.6;
}

.info-section__content ul {
    padding-left: 16px;
}

.info-section__content li {
    list-style: disc;
}

.info-section__title {
    font-size: 26px;
    font-family: Oswald-SemiBold;
    margin-bottom: 16px;
}

.cta-section {
    margin-top: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.venues-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 96px;
}

.mosaic_picture-link {
    width: calc(33% - 18px);
    display: block;
    border-radius: 22px;
    overflow: hidden;
    height: 330px;
    position: relative;
}

.mosaic_picture-element img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mosaic-element__label {
    position: absolute;
    bottom: -3px;
    left: -3px;
    background-color: #282828;
    border-radius: 22px 28px 28px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px 8px 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Oswald-Medium;
    font-size: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.label-text {
    color: white;
    font-size: 16px;
    font-family: Oswald-Regular;
    margin-top: 8px;
}

.mosaic-element__label .eye-icon {
    margin-right: 8px;
}

.need-more-information-section__text {
    font-family: Oswald-SemiBold;
    font-size: 58px;
    text-align: center;
    color: white;
}

.cta-section {
    margin-top: 48px;
}

.need-more-information-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.need-more-information-section .main-cta {
    margin-top: 48px;
}

.other-venues__title {
    margin-bottom: 16px;
    font-family: Oswald-SemiBold;
    margin-top: 96px;
    margin-bottom: 32px;
}
@media all and (max-width: 1445px) {
    .venue-gallery {
        width: 100%
    }
}

@media all and (max-width: 1115px) {
    .venue-info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .info-section {
        width: 40%;
    }
}

@media all and (max-width:1062px) {
    .mosaic_picture-link {
        width: calc(50% - 16px);
    }

    .mosaic_picture-link:nth-of-type(3n + 2) {
        margin-left: 0;
        ;
        margin-right: 0;
        ;
    }

    .venues-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


@media all and (max-width:690px) {
    .main-content {
            padding-bottom: 48px;
        }
    .mosaic_picture-link {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 16px !important;
    }

                                                                                                                                .venues-list {
        gap: inherit;
    }

    .venue-features-div {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
                                                                                                                                .mosaic_picture-link:last-of-type {
                                                                                                                                    margin-bottom: 0 !important;
                                                                                                                                }
                                                                
                                                                                                                                .venues-list {
                                                                                                                                    margin-bottom: 0;
                                                                                                                                }
}
@media all and (max-width: 750px) {

    .info-section {
        width: 100%;
    }
}

@media all and (max-width: 430px) {
    .top-hero__big_title_underline {
        right: 0;
    }
}