@media (min-width: 1280px) {
    .container,
    .lg-container {
        /* max-width: 1213px !important; */
        max-width: 1860px !important;
        width: 91% !important;
    }
}


.blur-div {
    width: 125px;
    height: 30px;
    right: 11em;
    margin-top: 1.5em;
    filter: blur(5px);
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(255 255 255));
    z-index: 2;
    pointer-events: none;
}
.blur-div-left {
    width: 200px;
    height: 30px;
    left: 3em;
    margin-top: 1.5em;
    filter: blur(5px);
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(255 255 255));
    z-index: 2;
    pointer-events: none;
}

.owl-carousel {
    width: 85%;
    /* margin-left: 7%; */
    /* margin-top: 5%;
    margin-bottom: 5%; */
    padding-bottom: 5%;
    margin: 0 auto;
}

.owl-carousel .item {
    transition: filter 0.3s ease;
}

/* Apply blur to non-active items */
.owl-item {
    filter: blur(5px);
    text-align: -webkit-center;
}

/* Remove blur from active center item */
.owl-item.active.center {
    filter: blur(0);
}
/* Remove blur from active center item */
.owl-item.active {
    filter: blur(0);
}

.owl-carousel .item {
    background: #4a90e2;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-size: 18px;
    margin: 10px;
}

@media (max-width: 767px) {
    .owl-carousel .prev-slide, .owl-carousel .next-slide, .owl-carousel .prev-slide>img, .owl-carousel .next-slide>img {
        width: 25px;
    }
}

@media (min-width: 1279px) {
    .owl-carousel .prev-slide,
    .owl-carousel .next-slide,
    .owl-carousel .prev-slide>img,
    .owl-carousel .next-slide>img {
        /* 1920px -> 1366px | 45px -> 40px */
        width: 25px;
        /* height: calc(2.5rem + ((1vw - 13.66px) * 0.9025)); */
        height: auto;
    }
    /* .m-history-holder {
        min-height: 85vh!important;
    }
    .scrollmagic-pin-spacer {
        min-height: 85vh!important;
    }
    .hero-background {
        height: 80vh!important;
    } */
    .blur-div {
        right: 8em!important;
    }
}

@media (min-width: 1365px) {
    .owl-carousel .prev-slide,
    .owl-carousel .next-slide,
    .owl-carousel .prev-slide>img,
    .owl-carousel .next-slide>img {
        /* 1920px -> 1366px | 45px -> 40px */
        width: calc(2.5rem + ((1vw - 12.66px) * -11.9025));
        /* height: calc(2.5rem + ((1vw - 13.66px) * 0.9025)); */
        height: auto;
    }
    /* .m-history-holder {
        min-height: 85vh!important;
    }
    .scrollmagic-pin-spacer {
        min-height: 85vh!important;
    }
    .hero-background {
        height: 80vh!important;
    } */
    .blur-div {
        right: 8em!important;
    }
}

@media (min-width: 1439px) and (max-width: 1535px) {
    .owl-carousel .prev-slide,
    .owl-carousel .next-slide,
    .owl-carousel .prev-slide>img,
    .owl-carousel .next-slide>img {
        /* 1920px -> 1366px | 45px -> 40px */
        width: 21px;
        /* height: calc(2.5rem + ((1vw - 13.66px) * 0.9025)); */
        height: auto;
    }
    /* .m-history-holder {
        min-height: 80vh!important;
    }
    .scrollmagic-pin-spacer {
        min-height: 80vh!important;
    }
    .hero-background {
        height: 70vh!important;
    } */
    .blur-div {
        right: 13em!important;
    }
    /* .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 20%;
    } */
}

@media (min-width: 1536px) and (max-width: 1919px) {
    .owl-carousel .prev-slide,
    .owl-carousel .next-slide,
    .owl-carousel .prev-slide>img,
    .owl-carousel .next-slide>img {
        /* 1920px -> 1366px | 45px -> 40px */
        /* width: calc(2.5rem + ((1vw - 12.66px) * -7.9025)); */
        /* height: calc(2.5rem + ((1vw - 13.66px) * 0.9025)); */
        width: 20px;
        height: auto;
    }
    .blur-div {
        right: 14em!important;
    }
    /* .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 15%;
    } */
}

@media (min-width: 1599px) {
    /* .m-history-holder {
        min-height: 80vh!important;
    }
    .scrollmagic-pin-spacer {
        min-height: 80vh!important;
    }
    .hero-background {
        height: 70vh!important;
    } */
    .blur-div {
        right: 15em!important;
    }
}

@media (min-width: 1919px) {
    .owl-carousel .prev-slide,
    .owl-carousel .next-slide,
    .owl-carousel .prev-slide>img,
    .owl-carousel .next-slide>img {
        /* 1920px -> 1366px | 45px -> 40px */
        width: 25px;
        /* height: calc(2.5rem + ((1vw - 13.66px) * 0.9025)); */
        height: auto;
    }
    /* .m-history-holder {
        min-height: 72vh!important;
    }
    .scrollmagic-pin-spacer {
        min-height: 72vh!important;
    }
    .hero-background {
        height: 62vh!important;
    } */
     
    .blur-div {
        right: 20em!important;
    }
}

@media (min-width: 2300px) {
    .owl-carousel .prev-slide, .owl-carousel .next-slide, .owl-carousel .prev-slide>img, .owl-carousel .next-slide>img {
        width: 30px;
        height: auto;
    }
    /* .owl-carousel .owl-nav button.owl-next {
        right: 0;
    } */
}

@media (min-width: 3000px) {
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        height: 100px;
    }
}