h1{
    text-transform: uppercase;
}

.hero-section{
    background-color: transparent;
    background-image: url(/images/resin/R-Series_Banner.jpg);
    background-size: cover;
    min-height: 850px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}

.tech-logo{
    width: 115px;
}
.btn.btn-primary-inverse, .btn.btn-primary-inverse__white {
    background-color: transparent;
    color: black;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    width: fit-content;
    font-size: large;
}
.btn.btn-primary-inverse:hover, .btn.btn-primary-inverse__white:hover {

    color: #23527c;
    text-decoration: underline;

}
.thumbnail {
    cursor: pointer;
}
.thumbnail2 {
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width: 80%;
    max-width: 800px;
}
.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.modal-footer span{
    font-size: 18px;
    font-weight: bold;
}
.close-btn {
    /* position: absolute; */
    background: url(/images/resin/sprite.png) -1px -1px no-repeat;
    height: 22px;
    width: 75px;
    /* background-color: red; */
    top: -40px;
    right: -40px;
    color: transparent;
    border:none;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
}
video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.splide__slide {
    height: auto !important;
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    #contacts {
        height: 930px !important;
    }
    .hero-section{
        background-color: transparent;
        background-image: url(/images/resin/R-Series_Banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 180px;
        align-items: flex-start;
        padding-top: 60px;
        background-position-y: bottom;
    }
}
@media screen and (min-width: 570px) {

}

#features,
#features .card{
    background-color: white;
}

.card h5{
    color: #10218b;
    
}

.rrp{
    font-weight: bold;
}

.muted{
    font-size: 12px;
}

.card-text{
    line-height: 1.5;
}

.card-text ul{
    padding-left: 20px;
}

#compatibility{
    padding: 50px 0;
}

@media screen and (min-width: 768px) {
    .hero-section {
        min-height: 1000px;
    }
    .models .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .hero-section{
        min-height: 700px;
        background-image: url("/images/resin/R-Series_Banner.jpg");
        padding-top: 0;
        background-position: center;
        align-items: center;
    }

    .row.column-with-gap{
        flex-direction: row;
        gap: unset;
    }
    .column-with-gap{
        justify-content: center;
    }
    .row-cols-lg-2>*, .row-cols-xl-2>* {
        width: 50%;
    }
    .featured-image{
        height: 100%;
        object-fit: cover;
    }
    .description{
        min-height: 535px;
    }
    .description.right{
        padding-left: 30px;
    }
    .description.left{
        padding-right: 30px;
    }
    .tech-logo {
        width: 210px;
    }
    #clo .featured-image{
        object-position: right;
    }
    .mobile-slider:not(#proUHDSlide) .splide__arrows{
        display: block;
    }
    .row .card-img, .row .card-img-top {
        object-fit: contain;
    }
    #features .card-body h3{
        min-height: 72px;
    }
    .container-fluid{
        position: relative;
    }
    .left-image .featured-image{
        position: absolute;
        width: 50%;
        left: 0;
    }
    .right-image .featured-image{
        position: absolute;
        width: 50%;
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .desc{
        min-height: 545px;
    }
    .tech-logo{
        width: 180px;
    }
    .mobile-slider:not(#recSlide) .splide__arrows{
        display: none;
    }
    .models .row,
    .models .row-cols-md-2{
        gap: 30px;
    }
    #features .card-body{
        padding: 20px 0 0 0;
    }

}

@media screen and (min-width: 1200px) {
    #sizeMatters .desc{
        min-height: 775px;
    }
}

@media screen and (min-width: 1400px) {
    .models .row,
    .models .row-cols-md-2{
        gap: 50px;
    }
}

@media screen and (min-width: 1920px) {

}