h1{
    text-transform: uppercase;
}

.hero-section{
    background-color: transparent;
    background-image: url(/images/partner-program/partnet-body-image.jpg);
    background-size: cover;
    min-height: 850px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}

.tech-logo{
    width: 115px;
}
.SECOND .card-img-top {
    width: 30%;
}
/* .SECOND .card-body {
    width: 50%;
    margin-top: -32%;
    margin-left: 40%;
} */
@media screen and (min-width: 570px) {

}
@media screen and (max-width: 991px) {
    .hero-section .group-container {
        margin-top: 230px !important;
    }
    .splide__slide.DS img {
        width: 50%;
        margin-left: 25%;
    }
}
@media screen and (max-width: 767px) {
    .splide__track.DSCP .splide__slide {
        height: 600px !important;
    }
    .splide__track.DSCP .splide__slide.DS {
        height: 700px !important;
    }
    .APPP h2 {
        font-size: 20px;
        line-height: 1.5 !important;
    }
}


#features,
#features .card{
    background-color: #e3e3e3;
}

.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;
}
.splide__slide.BPE1,.BPE2,.BPE3 {
    height: 150px;
}


@media screen and (min-width: 768px) {
    .hero-section {
        min-height: 1000px;
    }
    .models .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
    .splide__track.DSCP .card{
        padding: 0 !important;
    }
    .SECOND .card-body {
        width: 50%;
        margin-top: -32%;
        margin-left: 40%;
    }
    /* .splide__slide.BPE1 {
        width: 350px;
        height: 150px;
        position: relative;
    }
    .splide__slide.BPE2 {
        width: 350px;
        height: 150px;
        position: relative;
    }
    .splide__slide.BPE3 {
        width: 425px;
        height: 150px;
        position: relative;
    }
    .splide__slide.BPE1::after {
        content: '';
        position: absolute;
        top: 0;
        right: -75px;
        width: 0;
        height: 0;
        border-top: 75px solid transparent;
        border-bottom: 75px solid transparent;
        border-left: 75px solid #194c7b;
    }
    .splide__slide.BPE3::after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border-top: 75px solid transparent;
        border-bottom: 75px solid transparent;
        border-left: 75px solid white;
    } */
}

@media screen and (min-width: 992px) {
    .hero-section{
        width: 1000px;
        min-height: 600px;
        background-image: url("/images/partner-program/partnet-body-image.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) {

}