/* h1{
    text-transform: uppercase;
}
*/

.hero-section{
    background-color: transparent;
    background-image: url(/images/claria-ink/Banner-mobile.jpg);
    background-size: cover;
    /* min-height: 850px; */
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}

.tech-logo{
    width: 115px;
}
.nav-item.IC {
    background-color: grey;
}
.nav-link.CI {
    color: white;
    border: none !important;
    border-radius: 0 !important;
    border-right: 2px solid white !important;
    width: 500px;
}
.nav-link.CI:hover {
    background-color: #10218b;
    color: white;
}
.nav-link.CI.active {
    background-color: #10218b !important;
    color: white !important;
}

@media screen and (min-width: 570px) {

}
@media screen and (max-width: 1515px) {
    .nav-link.CI {
        color: white;
        border: none !important;
        border-radius: 0 !important;
        width: 500px;
    }
}

#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;
}
#compatibility_1 {
    padding: 50px 0;
}
#premium {
    padding: 50px 0;
}
#photo-HD {
    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: 600px;
        background-image: url("/images/claria-ink/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;
    }
    #inkRange .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) {

}

.eal-tabs{
    /* background-repeat: no-repeat;
    background-image: url(/images/projector-lamps/reliability-bg.jpg);
    background-position: bottom;
    background-size: contain; */
}

.eal-tabs .row,
.eal-tabs .content{
    width: 100%;
    /* gap: 20px; */
    margin: auto;
}

.eal-tabs .nav-tabs .nav-link{
    text-transform: uppercase;
    color: #b0b1b1;
    font-weight: bold;
    font-size: 14px;
    border: none;
    /* padding: 0 70px; */
    border-bottom: 4px solid #b0b1b1;
    min-width: 140px;
    transition: color .3s;
}

.eal-tabs .nav-tabs .nav-link.active{
    color: #10218b;
    border: none;
    border-bottom: 4px solid #10218b;
    background-color: transparent;
}

.eal-tabs .nav-tabs .nav-link:hover{
    color: #10218b;
    border-bottom: 4px solid #10218b;
}
.nav.nav-tabs{
    border-bottom: 0;
    gap: 10px;
}
.tab-pane{
    min-height: 500px;
}

/* .left-image.UF {
    min-height: 400px;
} */

@media screen and (min-width: 992px) {
    .section__image {
        height: 400px !important;
        object-fit: cover;
    }
}