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

.page-hero {
    background-image: url('../images/banner-2.png');
}


.showroom-box {
    position: relative;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;

}

.showroom-box img {
    width: 100%;
    height: 100%;
    max-height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 30px;
}

.showroom-box .overlay-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: #12102B70;
    color: var(--white);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    border-radius: 30px;
    bottom: 0;
    left: 0;
}

.showroom-box .overlay-text span {
    background-color: #12102B80;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 20px;
}


.showroom-slider .swiper-button-next,
.showroom-slider .swiper-button-prev {
    color: var(--black);
    background: var(--white);
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 20px #00000020;
            box-shadow: 0px 0px 20px #00000020;
    border-radius: 360px;
}

.showroom-slider .swiper-button-next:after,.showroom-slider .swiper-button-prev:after{
    font-size: 28px !important;
}