body {
    margin: 0px;
    font-family: "Outfit", helvetica, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff;
    overflow-x: hidden;
    background-color: #010e28;
    font-family: "Outfit", helvetica, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

#smooth-wrapper {
    z-index: 2;
    margin: auto;
}

/* TYPOGRAPHY */

.variable div {
    transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}

h2 {
    font-family: "Outfit", helvetica, sans-serif;
    margin: 0px 0 10px;
    line-height: 175%;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

h3 {
    font-family: "Outfit", helvetica, sans-serif;
    margin: 0px 0 10px;
    line-height: 175%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

h4 {
    font-family: "Outfit", helvetica, sans-serif;
    margin: 0px;
    line-height: 175%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

h5 {
    font-family: "Outfit", helvetica, sans-serif;
    margin: 0px 0 10px;
    line-height: 175%;
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

p {
    font-family: "Outfit", helvetica, sans-serif;
    line-height: 175%;
    font-size: 22px;
    margin: 0px 0 25px;
}

.p2 {
    font-family: "Outfit", helvetica, sans-serif;
    line-height: 175%;
    font-size: 16px;
    margin: 0px 0 25px;
    font-weight: 300;
    letter-spacing: .5;
}

/* BUTTONS */

.button-1 {
    padding: 7.5px 25px;
    pointer-events: all;
    transition: .5s ease-in;
    cursor: pointer;
    border: 1px #62d4a6 solid;
    width: fit-content;
    background: #62d4a6;
    max-height: fit-content;
}

.button-1:hover {
    border: 1px #62d4a6 solid;
    background: transparent;
}

.button-1:hover p {
    color:#62d4a6;
}

.button-1 p {
    margin: 0px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    transition: .5s ease-in;
    text-transform: uppercase;
    color: #6161c2
}

.page-container {
    max-width: 2300px;
    overflow: hidden;
    margin: auto;
}

#canvas-container{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    margin: auto;
    max-width: 1900px;
    pointer-events: none;
}

.preloader {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999999999999999999999;
    pointer-events: none;
    background-color: #62D4A6;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15vw;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
}

.morph{
    height: 100%;
    min-width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.lines-99 {
    transition: 1s ease-out;
}

.sections {
    height: 100vh;
}

.section-0 {
    background-color: #E13384;
    width: calc(100% - 100px);
    position: relative;
    z-index: -1;
    padding: 50px;
}

.section-0 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 75%;
    overflow: visible;
}

.section-0 svg path {
}

.section-1 {
    background-color: #62D4A6;
    width: calc(70% - 100px);
    position: relative;
    z-index: -1;
    padding: 100px 100px 100px 30%;
    color: #E13384;
}

.section-1 video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 100%;
    z-index: 0;
    opacity: .3;
}

.section-1 h5 {
    z-index: 1;
    position: relative;
    text-align: right;
}

.section-2 {
    width: 100%;
    padding: 0;
    display: flex;
    z-index: 4;
    position: relative;
    background: #6160C2;
}

.section-2 .child:nth-of-type(1){
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
}

.section-2 .child:nth-of-type(2){
    width: calc(40% - 200px);
    display: flex;
    padding: 100px;
    justify-content: center;
    flex-direction: column;
    color: #62d4a6;
}

.section-3 {
    width: 100%;
    padding: 0;
    display: flex;
    z-index: 4;
    position: relative;
}

.section-3 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    z-index: 0;
    min-width: 100%;
    object-fit: cover;
}

.section-4 {
    width: 100%;
    padding: 0;
    display: flex;
    z-index: 4;
    position: relative;
    background: #49458f;
}

.section-4 video {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    height: 100%;
    z-index: 0;
    transform: scaleX(-100%);
}

.section-4 .child:nth-of-type(1){
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(60% - 200px);
    padding: 100px;
}

.section-4 h5 {
    color: #62d4a6;
    font-size: 2.8rem;
}

.section-5 {
    width: 100%;
    padding: 0;
    display: flex;
    z-index: 4;
    position: relative;
    background: #62D4A6;
    overflow: hidden;
}

.section-5 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    width: 100%;
    height: 100%;
}

.section-5 .HAND {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
    width: auto;
    height: 80%;
    object-fit: contain;
    z-index: 1;
    -webkit-transform: translateZ(0);
}

.banner {
    width: calc(100% - 200px);
    padding: 50px 100px;
    display: flex;
    z-index: 4;
    position: relative;
    background: #F2C945;
    color: #5d61bf;
}

.banner .button-1 {
    border: 1px #5d61bf solid;
    background: #5d61bf;
}

.banner .button-1 p {
    color: #F2C945;
}

.banner h2 {
    width: 25%;
}

.banner .child {
    width: 60%;
    margin-top: 10px;
}

.banner-2 {
    width: calc(100% - 200px);
    padding: 50px 100px;
    display: flex;
    z-index: 4;
    position: relative;
    background: #ED7030;
    color: #0F159D;
}

.banner-2 .child {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}


.banner-2 img {
    max-width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.banner-2 h3, .banner-2 .p2  {
    margin: 0;
}

.footer {
    width: 100%;
    height: fit-content;
    background-color: #010e28;
}

.footer img {
    object-fit: contain;
    width: 100%;
}

.header {
    width: 100%;
    height: fit-content;
    background-color: #010e28;
}

.header img {
    object-fit: contain;
    width: 100%;
}

.moving-img {
}

.section-5 circle {
}

/* T A B L E T */

@media (max-width: 1080px) {

    .preloader img {
        width: 33vw;
    }

    .section-0 svg {
        top: 25%;
    }

    h5 {
        font-size: 4rem;
    }

    .section-1 {
        padding: 100px 50px;
        width: calc(100% - 100px);
    }

    .section-2 {
        flex-direction: column;
    }

    .section-2 .child:nth-of-type(1), .section-2 .child:nth-of-type(2) {
        width: calc(100% - 100px);
        padding: 100px 50px;
    }
    .section-2 .child:nth-of-type(1)
    {
        height: 75%;
    }

    .section-4 .child:nth-of-type(1) {
        width: calc(100% - 100px);
        padding: 100px 50px;
    }

    .banner-2 {
        width: calc(100% - 100px);
        padding: 50px 50px;
    }

    .banner {
        width: calc(100% - 100px);
        padding: 50px 50px;
        flex-direction: column;
    }

    .banner .child, .banner h2 {
        width: 100%;
        margin-top: 10px;
    }
}

.display-none-mobile {
    display: block;
}

.display-block-mobile {
    display: none;
}

@media (max-width: 600px) {
    h5, .section-4 h5 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.7rem;
    }
    .section-1, .banner, .banner-2 {
        padding: 100px 25px;
        width: calc(100% - 50px);
    }
    .section-2 .child:nth-of-type(1), .section-2 .child:nth-of-type(2), .section-4 .child:nth-of-type(1) {
        width: calc(100% - 50px);
        padding: 100px 25px;
    }
    .section-2 {
        flex-direction: column;
        height: auto !important;
    }
    .section-2 .child:nth-of-type(1) {
        height: 100px;
    }
    .section-5 svg {
        transform: translate(-50%, -50%) scale(2);
    }
    .banner-2 {
        width: calc(100% - 50px);
        padding: 50px 25px;
        display: flex;
        flex-wrap: wrap;
    }

    .banner-2 .child {
        width: 50%;
    }

    .display-none-mobile {
        display: none;
    }

    .display-block-mobile {
        display: block;
    }
    .section-3 {
        min-height: 500px !important;
    }
    .preloader img {
        width: 50vw;
    }
    .section-4 video {
        top: auto;
        bottom: 0px;
        width: auto;
        height: 50%;
    }

    .section-1 h5 {
        text-align: left;
    }
}