#home-banner {
    background-color: var(--black);
    height: 100vh;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow:hidden;
}

#home-banner .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#home-banner #background-one {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    opacity: 0;
}

#home-banner #background-two,
#home-banner #background-three {
    display: flex;
    flex-direction: column;
}

#home-banner #background-two .row,
#home-banner #background-three .row {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
}

#home-banner #background-two .row .tile,
#home-banner #background-three .row .tile {
    flex: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#home-banner #background-four {
    display: flex;
    flex-direction: row;
}

#home-banner #background-four .half {
    flex: 1;
    height: 100%;
    background-size: cover;
}

#home-banner #background-four .half:nth-child(1) {
    background-position: right;
}

#home-banner #background-four .half:nth-child(2) {
    background-position: left;
}

#home-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 120px;
    pointer-events: none;
}

#home-banner .content #bannerTitle {
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#home-banner .content #bannerTitle .split-parent {
    overflow: hidden;
    display: flex !important;
    flex-wrap: wrap;
}

#home-banner .content #bannerTitle .split-child {
    margin: 0 15px;
}

#home-banner .content .bebas-kai {
    opacity: 0;
}

#home-banner .content .links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: absolute;
    bottom: 60px;
    padding: 0 60px;
    opacity: 0;
}

#home-banner .content .link {
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

#home-banner .content .link svg {
    margin-top: 10px;
    fill: none;
    stroke: var(--white);
    width: 100%;
}

#home-banner .content .link svg.mobile {
    display: none;
}

#home-banner .bebas-kai {
    color: var(--white);
    font-size: 150px;
    text-align: center;
    margin: 0;
    position: relative;
    line-height: 0.9;
}

#home-banner .rubik {
    color: var(--white);
    font-size: 20px;
    position: relative;
}

#home-banner #content-one {
    opacity: 1;
}

#home-banner .owl-dots {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

#home-banner .owl-dots .owl-dot {
    all: unset;
    cursor: pointer;
}

#home-banner .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    border: 1px solid var(--white);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 50%;
}

#home-banner .owl-dots .owl-dot.active span,
#home-banner .owl-dots .owl-dot:hover span {
    background: var(--white);
}

@media (max-width: 1280px) {
    #home-banner .content {
        padding: 60px;
    }
}

@media (max-width: 1080px) {
    #home-banner #background-two .row .tile:nth-child(1) {
        display: none;
    }

    #home-banner .content .bebas-kai {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    #home-banner {
        margin-top: 94px;
        height: calc(100vh - 94px);
        max-height: calc(100vh - 94px);
    }

    #home-banner .content {
        align-items: flex-start;
        padding: 20px 60px 20px 20px;
    }

    #home-banner .content #bannerTitle {
        justify-content: flex-start;
    }

    #home-banner .content #bannerTitle * {
        text-align: left !important;
    }

    #home-banner .content #bannerTitle .split-child {
        margin: 0 15px 0 0;
    }

    #home-banner .content .bebas-kai {
        text-align: left;
        font-size: 75px;
    }

    #home-banner .content .rubik {
        text-align: left;
        font-size: 12px;
    }

    #home-banner .content .links {
        flex-direction: column;
        padding: 0;
        bottom: 20px;
        gap: 20px;
        width: calc(100% - 40px);
    }

    #home-banner .content .link {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        gap: 20px;
        font-size: 18px;
    }

    #home-banner .content .link svg.mobile {
        margin: 0;
        display: block;
        min-width: 80px;
        max-width: 80px;
    }

    #home-banner .content .link svg:not(.mobile) {
        display: none;
    }

    #home-banner #background-one {
        background-position: 75%;
    }

    #home-banner #background-two .row .tile:nth-child(2) {
        display: none;
    }

    #home-banner #background-three .row .tile:nth-child(1),
    #home-banner #background-three .row .tile:nth-child(4) {
        display: none;
    }
}

@media (max-width: 480px) {
    #home-banner #background-two .row .tile:nth-child(3) {
        display: none;
    }

    #home-banner .content .bebas-kai {
        font-size: 55px;
    }

    #home-banner .content .link {
        font-size: 16px;
    }

    #home-banner .content .link svg.mobile {
        min-width: 60px;
        max-width: 60px;
    }
}

@media (max-width: 380px) {
    #home-banner .content .bebas-kai {
        font-size: 50px;
    }
}
