* {
    margin: 0px;
    padding: 0px;
}

.context {
    width: 100%;
    position: absolute;
    top: 50vh;

}

.context h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@keyframes image-slide {
    0% {
        transform: translatex(250px) scale(0);
    }

    60% {
        transform: translatex(250px) scale(1);
    }

    90% {
        transform: translatex(50px) scale(1);
    }

    100% {
        transform: translatex(50px) scale(1);
    }
}

@keyframes text-slide {
    0% {
        width: 100%;
    }

    60% {
        width: 100%;
    }

    75% {
        width: 0;
    }

    100% {
        width: 0;
    }
}

.hero-container {
    width: 100%;
    height: 100vh !important;
    display: block;
    position: relative;
    overflow: hidden;
}

.image-container {
    position: absolute;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;

    img {
        -webkit-animation: image-slide 4s cubic-bezier(.5, .5, 0, 1);
        animation: image-slide 4s cubic-bezier(.5, .5, 0, 1);
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -webkit-filter: drop-shadow(-4px 5px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(-4px 5px 5px rgba(0, 0, 0, 0.6));
        height: 600px;
    }
}


.text-container {
    position: absolute;
    top: 30%;
    left: 6%;
    width: 60%;

    z-index: 1;

    h1 {
        text-transform: uppercase;
        font-size: 34px;

        font-weight: 600;
        color: orange;

        line-height: 48px;
    }

    h2 {
        color: rgb(104, 102, 102);
        font-size: 24px;
    }

    .fading-effect {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        /* background: white; */
        -webkit-animation: text-slide 4s cubic-bezier(.5, .5, 0, 1);
        animation: text-slide 4s cubic-bezier(.5, .5, 0, 1);
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
    }
}


.transparent-navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}

.text-overlay {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    color: #e65686;
    display: flex;
    flex-direction: column;
    justify-content: center;

    height: 100%;
    max-width: 100%;
    background-color: #000000b4;
}

.hero-mask {
    width: 60%;
    margin: 0 auto;
}

.text-overlay h1,
.text-overlay h2 {
    margin: 0;
    padding: 10px 0;
}

.hero_header_h1 {
    font-size: 56px;
}

.hero_header_2 {
    font-size: 56px;
}

.hero_header_3 {
    font-size: 56px;
}

.area,
.circles {
    position: relative;
    z-index: 3;
}




/* responsive */

@media screen and (max-width: 1536px) {
    .hero_header_h1 {
        font-size: 42px !important;
        text-align: center;
    }

    .hero_header_2 {
        font-size: 42px;
    }

    .hero_header_3 {
        font-size: 42px !important;
        text-align: center;
    }

    .text-overlay {
        padding: 0;
    }

    .hero_header_4 {
        font-size: 22px;
        line-height: 30px;
    }

    .hero-mask {
        width: 65%;
    }

}


@media (max-width: 480px) {

    html {
        max-width: 100vw !important;
        overflow-x: hidden;
    }

    #page {
        height: 5vh !important;
    }

    .text-overlay h1,
    .text-overlay h2 {
        margin: 0;
        padding: 5px 0;
    }

    .hero_header_h1 {
        font-size: 22px !important;
        text-align: center;
    }

    .hero_header_2 {
        font-size: 22px;
    }

    .hero_header_3 {
        font-size: 22px !important;
        text-align: center;
    }

    .text-overlay {
        padding: 0;
    }

    .hero_header_4 {
        font-size: 16px;
        line-height: 22px;
    }

    .hero-mask {
        width: 90%;
    }

    .flx-clmn {
        flex-direction: column;
    }

    canvas {
        display: none;
    }

    .challenge_section {
        width: 90% !important;
        left: 8% !important;
    }

}


@media screen and (min-width: 481px) and (max-width:768px) {
    html {
        max-width: 100vw !important;
        overflow-x: hidden;
    }

    #page {
        height: 5vh !important;
    }

    .text-overlay h1,
    .text-overlay h2 {
        margin: 0;
        padding: 5px 0;
    }

    .hero_header_h1 {
        font-size: 22px !important;
        text-align: center;
    }

    .hero_header_2 {
        font-size: 22px;
    }

    .hero_header_3 {
        font-size: 22px !important;
        text-align: center;
    }

    .text-overlay {
        padding: 0;
    }

    .hero_header_4 {
        font-size: 16px;
        line-height: 22px;
    }

    .hero-mask {
        width: 90%;
    }

    canvas {
        display: none;
    }

    .challenge_section {
        width: 90% !important;
        left: 8% !important;
    }

    .solution_section {
        width: 90% !important;
        left: 8% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

    /* Styles for screens between 769px and 1366px wide */

    .hero_header_h1 {
        font-size: 28px !important;
        text-align: center;
    }

    .hero_header_2 {
        font-size: 28px;
    }

    .hero_header_3 {
        font-size: 28px !important;
        text-align: center;
    }

    .text-overlay {
        padding: 0;
    }

    .hero_header_4 {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-mask {
        width: 80%;
    }
}

@supports (height: 100dvh) {}