h1{
    text-transform: uppercase;
}

.hero-section{
    background-color: transparent;
    background-image: url(/images/edgeprint-label/Banner-mobile.jpg);
    background-size: cover;
    min-height: 600px;
    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: white;
}
#layering,
#layering .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;
}
#intuitive {
    padding: 50px 0;
}
.image-Container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.image-wrapper {
    position: relative;
    flex: 1 1 auto;
    margin: 0 10px;
    max-width: 100%;
    overflow: hidden;
}
.image-wrapper img {
    width: 100%;
    display: block;
}
.image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
}
.image-wrapper:hover::before {
    opacity: 0;
}
.image-wrapper:nth-child(-n+3) .text-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 3;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.image-wrapper:nth-child(-n+3) .text-content h2{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #26f2f3;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    color: white;
    white-space: nowrap;
    width: 80%;
}
.image-wrapper:nth-child(-n+3) .text-content h2::after{
   content: "";
   position: absolute;
   top: 50%;
   right: -20px;
   height: 100%;
   transform: translateY(-50%);
   border-left: 20px solid #26f2f3;
   border-top: 20px solid transparent;
   border-bottom: 20px solid transparent;
   z-index: 1;
}
.image-wrapper:nth-child(-n+3) .text-content p{
    margin: 5px 0 0 0;
    padding-left: 20px;
    z-index: 3;
    position: relative;
    color: white;
    font-size: 20px;
    text-align: left;
    width: 80%;
}
.image-wrapper:hover:nth-child(-n+3) .text-content {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.new-image-Container {
    position: relative;
    margin-bottom: 20px;
}
.new-image-wrapper {
    position: relative;
    width: 80%;
    height: auto;
    overflow: hidden;
}
.new-image-wrapper img {
    width: 100%;
    display: block;
}
.new-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
}
.new-image-wrapper:hover::before {
    opacity: 0;
}
.new-image-Container p{
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 2;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(1);
}
.new-image-wrapper:hover + p{
    transform: scale(1.2);
    opacity: 1;
}
.image-Container .image-wrapper:nth-child(4)::before {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
}
.image-Container .image-wrapper:nth-child(4):hover::before {
    opacity: 0;
}
.new-image-Container:hover ~ .image-Container .image-wrapper:nth-child(4)::before {
    opacity: 0;
}

.Step-Image {
    display: block;
}
.new-image-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .new-image-Container {
        display: none;
    }
    .image-Container {
        display: none;
    }
    .new-image-mobile {
        display: block !important;
        width: 100%;
    }
    .Step-Image p {
        display: none;
    }
}


@media screen and (min-width: 768px) {
    .hero-section {
        min-height: 1000px;
    }
    .models .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
    #APPE {
        margin-left: 50%;
        margin-top: -7%;
    }
    #FUF {
        margin-left: 50%;
        margin-top: -2%;
    }
    .featured-image.Print2{
       width: 50%;
    }
    .featured-image.Print3{
        width: 50%;
     }
}

@media screen and (min-width: 992px) {
    .hero-section{
        min-height: 600px;
        background-image: url("/images/edgeprint-label/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;
    }
    .featured-image.Print1{
        height: 600px;
        object-fit: contain;
    }
    .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;
    }
    #layering.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;
    }
    #layering .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) {

}