/* h1{
    text-transform: uppercase;
}
*/


.hero-section{
    background-color: transparent;
    background-image: url(/images/durabrite-ink/hero-banner.jpg);
    background-size: cover;
    min-height: 350px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}
.hero-section.SE{
    background-color: transparent;
    background-image: url(/images/durabrite-ink/Banner-1-mb.jpg);
    background-size: cover;
    min-height: 500px;
    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;
}
#compatibility_2 {
    padding: 50px 0;
}
#duplex{
    padding: 50px 0;
}

@media screen and (min-width: 768px) {
    .hero-section {
        min-height: 400px;
    }
    .hero-section.SE {
        min-height: 500px;
    }
    .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/durabrite-ink/hero-banner.jpg");
        padding-top: 0;
        background-position: center;
        align-items: center;
    }
    .hero-section.SE{
        min-height: 600px;
        background-image: url("/images/durabrite-ink/Banner-1.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;
    }
    #duplex .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) {

}


.button-group,
#remote-print .downloads-link{
    margin-bottom: 25px;
}
.downloads-link .icon img{
    width: 60px;
}
.downloads-link{
    gap: 20px;
}
.downloads-link .links a{
    display: block;
}
.links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.blue{
    color: #10218b;
}
.epson-connect-cta{
    display: flex;
    gap: 20px;
}
.sub-title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.card-body ul{
    padding-left: 17px;
}
.hiw{
    margin-bottom: 20px;
}
.left-caption-right-image .caption-image {
    width: 50px;
}
.left-caption .group-container > div > *{
    margin-bottom: 0;
}
.left-caption .group-container .copy,
.left-caption .button-group{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.left-caption .group-container.d-flex.flex-column {
    gap: 20px;
}
.btn-play {
    background: #fff;
    border: 0;
    height: 70px;
    line-height: 40px;
    opacity: .8;
    width: 70px;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
}
.btn-play:before {
    color: #969696;
    content: "\e072";
    display: block;
    font-family: Glyphicons Halflings, sans-serif;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    width: 70px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 16px;
}
.btn-play:hover {
    background: #9ddfff;
}
.btn-play:hover::before {
    color: #07156c;
}
#intro .right-image{
    min-height: 400px;
}
#intro .left-caption-right-image .right-image {
    object-position: right;
}
#app-video{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.video-image-container{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200% auto;
    position: relative;
    height: 100%;
}
.video-image-container::before{
    content: "";
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}
.inner-video-image-container{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
}
.video-image,
.inner-video-image-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-image{
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}
#mobile-app .button-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#key-features .row{
    justify-content: space-between;
}
.nav-pills[aria-orientation='vertical']{
    gap: 10px;
}
.nav-pills[aria-orientation='vertical'] .nav-link.active, 
.nav-pills[aria-orientation='vertical'] .show>.nav-link {
    color: #ffffff;
    background-color: #10218b;
}
.nav-pills[aria-orientation='vertical'] .nav-link{
    background-color: #dfdfdf;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .125s ease-in;
}
.nav-pills[aria-orientation='vertical'] .nav-link:not(.active){
    color: #10218b;
}
.nav-pills[aria-orientation='vertical'] .nav-link:not(.active):hover{
    background-color: #d6daf4;
}
.video-image-with-button{
    position: relative;
}
.steps{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content;
    column-gap: 20px;
    row-gap: 20px;
}
.screens.steps{
    grid-template-columns: 1fr;
}
.step{
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(16 33 139 / 15%);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}
.step-header{
    width: 100%;
    text-align: center;
    background-color: #10218b;
    border-radius: 10px 10px 0 0;
    color: white;
    padding: 15px 0;
    font-size: 20px;
}
.step-body,
.step-caption{
    padding-left: 15px;
    padding-right: 15px;
}
.step-body{
    min-height: 300px;
}
.step-caption{
    padding-bottom: 15px;
    padding-top: 15px;
}
.tab-pane-container:not(:last-of-type){
    margin-bottom: 50px;
}
.functions.steps .step-body img{
    height: 440px;
    object-fit: cover;
}
.functions .step-body{
    padding: 20px 0;
}
.feature-levels{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.feature-level .title{
    font-size: 20px;
    color: #ffffff;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background: #0B72B7;
    background: linear-gradient(to right, #0B72B7 0%, #0E76B9 13%, #1883C1 40%, #2292C9 67%, #2A9ED0 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-right: 30px;
    padding-left: 25px;
    grid-column-start: span 2;
}
.feature-level{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.feature-level .grid-item{
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-level .feature{
    align-items: center;
    border: 2px solid #10218b;
    color: #10218b;
    background-color: #c2c2c269;
    font-size: 18px;
    padding: 0 10px;
    text-align: center;
}
.tab-content{
    padding: 30px 20px 0 20px;
}

@media screen and (min-width: 570px) {

}

@media screen and (min-width: 768px) {
    .btn-play {
        height: 90px;
        width: 90px;
    }
    .btn-play:before {
        font-size: 40px;
        height: 90px;
        width: 90px;
        top: 25px;
    }



}

@media screen and (min-width: 992px) {
    #scan-cloud-features .splide__list{
        gap: 40px;
    }
    #intro{
        padding-bottom: 20px;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
    #app-video{
        padding-bottom: 30px;
    }
    #key-features > .container{
        border-top: 1px solid #dbdbdb;
        padding-top: 10px;
    }
    #key-features .left .nav-link{
        text-align: left;
    }
    #key-features .row > .left{
        padding-right: 10px;
    }
    #key-features .row > .right{
        padding-left: 10px;
        padding-top: 15px;
    }
    .step-body {
        min-height: 440px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tab-pane-container{
        gap: 30px;
    }
    .tab-pane-container .left{
        width: 60%;
    }
    .tab-pane-container:not(:last-of-type){
        margin-bottom: 70px;
    }
    #v-pills-monitor img{
        width: 50%;
    }
    
    .feature-level .grid-item{
        min-height: 100px;
    }
    
}

@media screen and (min-width: 1024px) {
    #intro .left-caption-right-image .right-image{
        object-position: center;
    }
    .left-caption .btn.btn-primary-inverse,
    .right-caption .btn.btn-primary-inverse{
        color: #ffffff;
    }
    
    .left-caption .btn.btn-primary-inverse::after,
    .right-caption .btn.btn-primary-inverse::after{
        border-left: 10px solid #ffffff;
    }
    .tab-content {
        padding: unset;
    }
}

@media screen and (min-width: 1200px) {
    .right-caption-left-image .left-image {
        object-position: center;
    }
    .left-caption-right-image .right-image {
        object-position: center;
    }
    .right-caption .group-container, .left-caption .group-container {
        max-width: 545px;
    }
    #intro {
        padding-bottom: 0;
    }
    #app-video{
        min-height: 645px;
        padding-bottom: 0;
        justify-content: flex-end;
    }
    .video-image-container{
        background-size: cover;
        position: absolute;
        width: 100%;
    }
    .video-image-container::before{
        display: none;
    }
    .video-image img{
        object-fit: cover;
        height: 100%;
    }
    #app-video .copy-container{
        z-index: 99;
        color: #ffffff;
        padding-bottom: 40px;
    }
    .btn-play{
        top: 230px;
    }
    #intro .right-image {
        min-height: 600px;
    }
    .screens.steps{
        grid-template-columns: repeat(3, 1fr);
    }
    .feature-level {
        grid-template-columns: repeat(5, 1fr);
    }
    .feature-level .title {
        grid-row-end: span 2;
    }
}

@media screen and (min-width: 1400px) {
    .right-caption-left-image .left-image {
        object-position: right;
    }
    .left-caption-right-image .right-image {
        object-position: left;
    }
    .right-caption .group-container, .left-caption .group-container {
        max-width: 540px;
    }
    .steps{
        grid-template-columns: repeat(4, 1fr);
        column-gap: 40px;
    }
    .feature-level{
        grid-template-columns: 1.5fr repeat(5, 1fr);
    }
}

@media screen and (min-width: 1920px) {

}