@import "general.css";

.video-wrapper {
    max-width: 1028px;
    margin-top: 56px;
}
.video-wrapper .seal {
    position: absolute;
    top: -97px;
    right: -75px;
    width: 177px;
    height: 175px;
    z-index:1;
}

header .hero {
    padding-top: 180px;
    padding-bottom: 112px;
    position: relative;

    background-color: #0B0307;
    background-image: url("../images/owli-bg-left-type02.png"), url("../images/owli-bg-right-type02.png");
    background-position: left bottom, right top;
    background-size: contain;
    background-repeat: no-repeat;
}
header .hero .bottom-overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 200px;
    z-index:0;

    background: linear-gradient(180deg, rgba(11, 3, 7, 0.00) 0%, #0B0307 100%);
    filter: blur(0px);
}
header .hero .content {
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index:1;
}
header .hero .content h1 {
    color: #FDFCF6;
    text-align: center;

    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 24px;
}
header .hero .content h1 img.hero-icon {
    width: 160px;
    margin-top: -15px;
}
header .hero .content h1 span {
    font-weight: 400;
    font-style: italic;
}
header .hero .content h2 {
    color: #FDFCF6;
    text-align: center;
    max-width: 810px;
    width: 100%;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    opacity: 0.75;
}
header .hero .content .btn-cta-wrapper {
    padding-top: 32px;
    text-align: center;
}
main {

}
main section.benefits {
}

main section.benefits .btn-cta-wrapper {
    padding-top: 8px;
    text-align: center;
}
section.how-works {
    padding-top: 120px;
    padding-bottom: 56px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

section.how-works::before {
    content: "";
    position: absolute;
    top: -300px;    /* How far you want it to bleed */
    bottom: -300px;
    left: 0;
    right: 0;
    background-image: url("../images/bg-owli-vertical.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 320px auto;
    z-index: -1; /* Puts it behind the content */
}
main section.how-works .content {
    max-width: 1100px;
}
main section.how-works .content .steps-wrapper {
    display: flex;
    gap: 40px;
}
main section.how-works .content .steps-wrapper .steps-illustration {
    flex: 0 0 auto;
    max-width: 600px;
    min-width: 600px;
    width: 100%;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.20);
}
main section.cta {
    position: relative;
    z-index: 2;
}
main section.pricing {
    padding-top: 80px;
}
main section.pricing .content .section-header {
    max-width: 812px;
}

main section.final-cta {
    padding-top: 120px;
    padding-bottom: 112px;

    background-image: url("../images/bg-owli-element-left.png"), url("../images/bg-owli-element-right.png");
    background-position: left bottom, right bottom;
    background-size: 243px 288px , 184px 215px;
    background-repeat: no-repeat;
}
main section.final-cta .content {
    max-width: 768px;
}
main section.testimonials {
    padding-top: 80px;
    z-index: 2;
    position: relative;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .video-wrapper .seal {
        right: -18px;
    }
    main section.how-works .content .steps-wrapper {
        flex-direction: column;
        gap: 32px;
    }
    main section.how-works .content .steps-wrapper .steps-illustration {
        min-width: 100%;
        width: 100%;
        height: 290px;
    }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .video-wrapper {
        margin-top: 40px;
    }
    header .hero {
        background-position: -50px calc(100% + 30px), calc(100% + 50px) top;
        background-size: 1100px, 800px;
    }
    header .hero .content h1 {
        font-size: 40px;
    }
    header .hero .content h2 {
        font-size: 16px;
    }
    header .hero .content .btn-cta-wrapper .btn-cta {
        width: 100%;
    }
    .video-wrapper .seal {
        top: unset;
        bottom: -68px;
        right: -13px;
        width: 122px;
        height: 120px;
    }
    section.benefits.sections .content .section-header h2 {
        font-size: 32px;
    }
    main section.how-works {
        padding-top: 56px;
    }
    main section.final-cta {
        padding-top: 88px;
        padding-bottom: 80px;
        background-image: url(../images/bg-owli-element-left-mobile.png), url(../images/bg-owli-element-right-mobile.png);
        background-size: 165px 142px, 89px 103px;
    }
    main section.final-cta .btn-cta-wrapper, main section.final-cta .btn-cta {
        width: 100%;
    }
}