
.hero-section{
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/am-c-series/hero-bg.jpg);
    background-size: cover;
    min-height: 400px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}

.tech-logo{
    width: 115px;
}

@media screen and (min-width: 570px) {

}

#features,
#features .card{
    background-color: #353535;
}

.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.CYP:hover {
    border-color: #10218b;
}

@media screen and (min-width: 768px) {
    .hero-section {
        min-height: 500px;
    }
    .models .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    #short-description {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .hero-section{
        min-height: 850px;
        background-image: url("/images/am-c-series/hero-bg.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;
    }
    #FNF .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;
    }
    #epson-solutions-suite {
        background-image: url(/images/am-c-series/solutions-suite-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    #operability img {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #operability img {
        display: block;
    }
    #TARM {
        color: black !important;
    }
}

@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) {
    #EIP .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) {

}

.container.model {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 100px;
}
.models {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 20px; */
    gap: 50px;
}
.models img {
    height: auto;
    max-width: 150px;
    object-fit: contain;
}

@media screen and (max-width: 766px) {
    .models img {
        height: auto;
        max-width: 80px !important;
        object-fit: contain;
    }
    video {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover;
        display: none;
    }
    #Video{
        background-image: url(/images/am-c-series/video-bg.png) !important;
    }
}
#Video{
    background-image: url(/images/am-c-series/video-bg.png);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* padding: 20px 0; */
    background-repeat: no-repeat;
}
.video-container {
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
}
.video-background {
    position: relative;
    width: 100%;
    height: auto;
    background-color: black;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
video {
    width: 60%;
    height: auto;
    object-fit: cover;
    display: none;
}
.hidden {
    display: none;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon img {
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    /* background: #ff0000;
    color: #fff; */
    border: none;
    /* border-radius: 50%; */
    width: 50px;
    height: 50px;
    /* font-size: 20px; */
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
}
.play-icon.hidden {
    display: none;
}
@media screen and (max-width: 375px) {
    .container.model .inner-container {
        margin-top: 0 !important;
    }

}

.product {
    margin-top: 50px;
}

@media screen and (min-width: 1024px) {
    #printing-process .group-container{
        padding: 50px 0;
    }
    .container-fluid.hotspots{
        /* margin-top: 140px!important; */
    }
    .hotspot-image {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 466px) {
    .hotspot.eight {
        left: 280px;
        top: 180px;
    }
}

@media screen and (min-width: 1400px) {
    .hotspot-content {
        min-width: 350px;
        max-width: 375px;
    }
    .hotspot-copy{
        margin-top: 20px;
    }
}
@media screen and (min-width: 1600px) {
    .hotspot-copy {
        font-size: 18px;
    }
}


@media screen and (min-width: 1600px) {
    .splide.is-initialized .card-grid.splide__list.model_product {
        column-gap: 20px;
    }
}
@media screen and (min-width: 992px) {
    .card-grid.MP .splide__slide {
        padding-bottom: 20px !important;
    }
    .card-grid.SS .splide__slide {
        padding-bottom: 20px !important;
    }
    .card-grid.EPS .splide__slide {
        padding-bottom: 20px !important;
    }
}
.MP .card-block {
    padding: 30px !important;
    row-gap: 50px !important;
}
.SS .card-block {
    padding: 30px !important;
    row-gap: 50px !important;
}
.EPS .card-block {
    padding: 30px !important;
    row-gap: 50px !important;
}

.MP .card-block .card-block__text ul li{
    font-size: 18px;
}
.SS .card-block .card-block__text ul li{
    font-size: 18px;
}
.EPS .card-block .card-block__text ul li{
    font-size: 18px;
}
.EPS .card-block .card-block__text p{
    font-size: 18px;
}

.splide__arrow {
    background: unset;
}
.splide__arrow--prev {
    left: 0;
}
.splide__arrow--next {
    right: 0;
}
.splide__arrow svg {
    width: 30px;
    height: 30px;
}


