h1{
    text-transform: uppercase;
}

.hero-section{
    background-color: transparent;
    background-image: url(/images/Document-Management-Software/hero.jpg);
    background-size: cover;
    min-height: 850px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}
#features .card-body h3{
   color: #101f8b;
}

.tech-logo{
    width: 115px;
}
.card-img-top {
    width: 20%;
}
.splide__slide {
    height: 300px;
}
.trigger {
    display: inline-block;
    padding: 10px 20px;
    /* background-color: #3498db; */
    color: #f26522;
   font-weight: bold;
    cursor: pointer;
    margin: 10px;
    /* border-radius: 5px; */
    text-decoration: none;
}
.trigger:hover{ 
    text-decoration: underline;
}
.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 {
    position: relative;
    background-color: white;
    /* padding: 20px; */
    border-radius: 10px;
    width: 80%;
    max-width: 700px;
    text-align: center;
}
.modal-content img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.close-btn {
    position: absolute;
    background: url(/images/resin/sprite.png) -1px -1px no-repeat;
    height: 22px;
    width: 75px;
    /* background-color: red; */
    bottom: 0;
    right: 0;
    color: transparent;
    border:none;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
}
@media screen and (max-width: 991px) {
    .hero-section{
        background-color: transparent;
        background-image: url(/images/Document-Management-Software/hero-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 550px;
        align-items: flex-start;
        padding-top: 60px;
        background-position-y: bottom;
    }
    .card-img-top {
        width: 30%;
        margin-left: 35%;
    }
    .splide__slide {
        height: 400px;
    }
    #features .card-body h3{
        text-align: center;
    }
    #contacts {
        height: 1000px !important;
    }
    .modal-content {
        position: relative;
        background-color: white;
        /* padding: 20px; */
        border-radius: 10px;
        width: 100%;
        max-width: 700px;
        text-align: center;
    }
    .group-container.DMS h1, p{
        color: black;
    }
}

#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: 500px;
        background-image: url("/images/Document-Management-Software/hero.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;
    }
    .card-body {
        width: 70%;
        margin-left: 20%;
        margin-top: -23%;
    }
    /* #compatibility p {
        width: 50%;
        margin-left: 50%;
        margin-top: -5%;
    } */
    #contacts h2 {
        color: #101f8b !important;
        text-align: left !important;
        line-height: 32px;
        font-weight: 300;
    }
}

@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) {

}