a{
    color: unset;
    text-decoration: none;
}

.break-line{
    display: block;
}

.image-50{
    width: 50%;
}

.carret-right{
    position: relative;
}

.carret-right::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #00eaff;
    position: absolute;
    right: 0;
    top: 77%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
}

#mini-smart-projectors h2 {
    font-size: 40px !important;
}
#pro-cinema h2{
    font-size: 40px !important;
}
#premium-residential-projectors h2{
    font-size: 40px !important;
}
#home-theatre-entertainment h2 {
    font-size: 40px !important;
}
#laser-projection h2 {
    font-size: 40px !important;
}
#projectors-for-gaming h2 {
    font-size: 40px !important;
}
#premium-residential-projectors h2 {
    font-size: 32px !important;
}

#mini-smart-projectors p {
    font-size: 20px !important;
}
#pro-cinema p{
    font-size: 20px !important;
}
#premium-residential-projectors p{
    font-size: 20px !important;
}
#home-theatre-entertainment p {
    font-size: 20px !important;
}
#laser-projection p {
    font-size: 20px !important;
}
#projectors-for-gaming p {
    font-size: 20px !important;
}
#premium-residential-projectors p {
    font-size: 20px !important;
}

@media screen and (min-width: 992px) {
    .carret-right::after{
        right: 88px;
    }
    #vivid .featured-image {
        object-position: -550px;
    }
    #technology .featured-image{
        object-position: 18%;
    }
    #distance-calculator{
        min-height: 530px;
    }
    .gray-bg .card-body{
        padding-top: 40px;
    }
    #software .col{
        width: 25%;
    }
    #software .row{
        gap: 30px;
    }
    .eal-columns .featured-image.PFG {
        width: 100%;
    }
    .splide__slide.Sec-Row {
        margin-left: 50%;
    }
}

@media screen and (max-width: 991px) {
    .eal-columns .featured-image.PFG {
        width: 200%;
        margin-left: -100%;
    }
    .eal-columns .featured-image.PRP {
        width: 200% !important;
        /* margin-left: -100%; */
    }
}


@media screen and (min-width: 1200px) {
    .group-container.d-flex.position-absolute{
        width: 700px;
        top: -565px;
        right: 0;
    }
    #vivid .featured-image,
    #technology .featured-image {
        object-position: unset;
    }
}

/* @media screen and (max-width: 725px) {
    #premium-residential-projectors {
        height: 1000px;
    }
}

@media screen and (min-width: 726px) and (max-width: 990px) {
    #premium-residential-projectors {
        height: 1200px;
    }
}

@media screen and (min-width: 991px) {
    #premium-residential-projectors {
        height: 1000px;
    }
} */

@media screen and (min-width: 992px) {
    .section__image {
        min-height: 600px !important;
        object-fit: cover;
        height: unset !important;
    }
}

@media screen and (min-width: 992px) {
    .section__caption--top-right .container {
        display: flex
;
        justify-content: end;
        padding-bottom: unset;
    }
}

@media screen and (min-width: 992px) {
    .section__content {
        width: 450px;
    }
}

@media screen and (min-width: 1400px) {
    .section__content {
        width: 640px;
    }
}

@media screen and (max-width: 991px) {
    .section__content {
        padding: 30px 30px;
    }

    /* .card.icon {
    padding: 30px 30px;
    } */
}

@media screen and (min-width: 600px) {
    .section__image--mobile {
        aspect-ratio: 1 / 1;
    }
}

.section__image--mobile {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


@media (min-width: 576px) {
    .card-group {
        display: flex
;
        flex-flow: row wrap;
        gap: 50px;
    }
}

.card-body {
    padding: 20px 0;
}

@media screen and (min-width: 1400px) {
    .card-group {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1600px) {
    #Home-projection-solutions .card-grid.splide__list {
        column-gap: 30px;
    }
}

/* #Home-projection-solutions .card-grid.splide__list .splide__slide:nth-child(4) {
    grid-column: 2;
    
} */