.core-marquee.marquee {
    --local-text: url("https://res.cloudinary.com/simpleview/image/upload/v1624332543/title-local_ukrs4x.svg");
    /* --background-main: url("https://res.cloudinary.com/simpleview/image/upload/v1624332853/blog-background_yxtzlo.svg"); */
    --background-main: url("/includes/public/assets/shared/background-images/blog-background.svg");
    --seagreen: #8cb0a6;

    position: relative;
    margin: 15px auto 30px;
    padding: 0;
}

.core-marquee.marquee .desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.core-marquee.marquee .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-main);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 145%;
    z-index: -1;
}

.core-marquee.marquee header {
    position: relative;
}

.core-marquee.marquee .slides {
    display: block;
    padding: 0;
    gap: 15px;
    max-width: none;
}

.core-marquee.marquee .slides .inner-journey > .inner {
    max-width: 1170px;
    margin: 0 auto;
}

@media (min-width: 980px) {
    .core-marquee.marquee .slides .inner-journey > .inner {
        display: grid;
    }
}

.core-marquee.marquee[data-layout="vertical"] .slides .inner-journey {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
}

.core-marquee.marquee .slides .slide.promo {
    margin-bottom: 15px;
}

.core-marquee.marquee .slides .slide.promo::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: calc(100% + 285px);
    background: var(--seagreen);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.core-marquee.marquee .slides .slide:not(.promo) {
    margin: 0 20px 5px;
}

.core-marquee.marquee .slides .slide .mins {
    color: var(--green);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.core-marquee.marquee .slides .slide .mins i {
    margin-right: 4px;
}

.core-marquee.marquee .slide .img-cont::after {
    display: none;
}

.core-marquee.marquee .marquee-header {
    position: relative;
    padding: 20px 10px 25px;
    z-index: 0;
    min-height: 100px;
    overflow: hidden;
}

.core-marquee.marquee .marquee-header .bg-color {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: var(--seagreen);
    z-index: -1;
}

@media (min-width: 64em) {
    .core-marquee.marquee .marquee-header .bg-color {
        display: none;
    }

    .core-marquee.marquee .marquee-header {
        min-height: 140px;
    }
}

.core-marquee.marquee .marquee-header::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(100%, -50%) rotateX(180deg);
    width: 60%;
    height: 40%;
    background: var(--leaves-side-by-side);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    max-width: 220px;
}

.core-marquee.marquee .marquee-header::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%) rotateY(180deg);
    width: 44%;
    height: 40%;
    background: var(--leaves-side-by-side);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    max-width: 220px;
}

.core-marquee.marquee .title-bg {
    background: var(--local-text);
    background-size: contain;
    background-position: center;
    width: 60px;
    height: 34px;
    margin: auto;
    background-repeat: no-repeat;
}

.core-marquee.marquee .title-2 {
    font-family: var(--font-rosella);
    color: white;
    font-size: 38px;
    line-height: 44px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.core-marquee.marquee .slide .content-section {
    position: relative;
}

.core-marquee.marquee .slide.promo .content-section {
    padding: 20px;
    background-color: white;
    background-color: white;
    width: calc(100% - 40px);
    margin: -45px auto 0;
}

.core-marquee.marquee .slide .slide-title {
    font-family: var(--font-mencken);
    color: var(--black);
}

.core-marquee.marquee .slide.promo .slide-title {
    font-size: 35px;
    line-height: 45px;
    margin: 0 5px 5px 0;
}

.core-marquee.marquee .slide.promo .desc {
    font-size: 16px;
    line-height: 24px;
}

.core-marquee.marquee .slide:not(.promo) {
    padding: 10px;
    background-color: white;
}

.core-marquee.marquee .slide:not(.promo) .content-section {
    padding: 10px 0 0;
}

.core-marquee.marquee .slide:not(.promo) .slide-title {
    font-size: 25px;
    line-height: 29px;
    margin: 0;
}

.core-marquee.marquee .view-all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 15px auto 0;
    border: 1px solid var(--rose);
    max-width: 165px;
    padding: 10px 5px;
    font-family: var(--font-body-condensed);
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
}

.core-marquee.marquee .view-all i {
    margin-left: 4px;
}

.core-marquee.marquee .view-all::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: var(--dark-blue);
    z-index: -1;
}

.core-marquee.marquee .lamp {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 13%;
    height: 80%;
    background: var(--lamp-single);
    background-repeat: no-repeat;
    display: none;
}

@media (min-width: 40em) {
    .core-marquee.marquee .bg {
        top: -35px;
        background-size: 135%;
    }
}

@media (min-width: 64em) {
    .core-marquee.marquee {
        margin-bottom: 90px;
    }
    .core-marquee.marquee .title-2 {
        font-size: calc(38px + (90 - 38) * ((100vw - 1024px) / (1920 - 1024)));
        line-height: calc(44px + (110 - 44) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .core-marquee.marquee .slide.promo .inner {
        display: grid;
        grid-template-columns: .51fr .59fr;
        grid-template-rows: 30px 335px 30px;
    }

    .core-marquee.marquee .slide.promo .inner .content-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        margin: 0;
        transform: translateX(63px);
        width: calc(100% - 18px);
        padding: 20px 40px; 
    }

    .core-marquee.marquee .slide.promo .inner .img-cont {
        grid-column: 3 / 3;
    }

    .core-marquee.marquee .slide.promo .slide-title {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: 1px;
        margin-bottom: 18px;
    }

    .core-marquee.marquee .slide.promo .desc,
    .core-marquee.marquee .slides .slide .mins {
        font-size: 19px;
        line-height: 29px;
    }

    .core-marquee.marquee .slide:not(.promo) .slide-title {
        font-size: 28px;
        line-height: 30px;
    }

    .core-marquee.marquee .lamp {
        display: block;
        left: 40px;
    }

    .core-marquee.marquee .slides .slide.promo::after {
        height: calc(100% + 175px);
    }

    .core-marquee.marquee .slides {
        background-color: transparent;
        position: relative;
    }

    .core-marquee.marquee .slides::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 150px);
        z-index: -1;
        background-color: var(--seagreen);
    }

    .core-marquee.marquee .title-bg {
        width: 115px;
    }

    .core-marquee.marquee .slides .inner-journey > .inner {
        gap: 20px;
        padding: 0 5px;
    }

    .core-marquee.marquee .slides .slide:not(.promo) {
        margin: 0;
        padding: 0;
    }

    .core-marquee.marquee .slides .slide:not(.promo) .img-cont {
        padding: 10px 10px 0;
        height: 100%;
    }

    .core-marquee.marquee .slides .slide:not(.promo) .img-cont img {
        height: 100%;
        object-fit: cover;
    }

    .core-marquee.marquee .slide:not(.promo) .content-section {
        padding: 25px 0 0;
    }

    .core-marquee.marquee .slides .slide.promo {
        margin-bottom: 35px;
    }

    .core-marquee.marquee .slide:not(.promo) > .inner {
        display: flex;
        flex-direction: column;
    }

    .core-marquee.marquee .view-all {
        font-size: 18.77px;
        max-width: 206px;
        padding: 15px 25px;
    }

    .core-marquee.marquee .view-all::after {
        top: 7px;
        left: 7px;
        width: calc(100% - 14px);
        height: calc(100% - 14px);
    }

    .core-marquee.marquee .view-all i {
        margin-left: 6px;
    }

}

@media (min-width: 90em) {
    .core-marquee.marquee .title-2 {
        font-size: 90px;
        line-height: 110px;
    }
}

@media (hover: hover) {
    .core-marquee.marquee .slide .slide-title > a:hover {
        color: var(--black);
        text-decoration: none;
    }

    .core-marquee.marquee .view-all::after {
        transition: background-color 0.4s;
    }

    .core-marquee.marquee .view-all i {
        transition: transform 0.4s;
    }

    .core-marquee.marquee .view-all:hover::after {
        background-color: var(--light-green);
    }

    .core-marquee.marquee .view-all:hover i {
        transform: translateX(5px);
    }

}