@font-face {
    font-family: FontR;
    src: url(./Fonts/672a4022c04412b253b0aeb9_Gabarito-Regular.woff2);
}

@font-face {
    font-family: FontB;
    src: url(./Fonts/672a4022c04412b253b0ae96_Gabarito-Bold.woff2);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: FontR;
    font-weight: 600;
}
html , body{
    height: 100%;
    width: 100%;
}

#main{
    width: 100%;
    min-height: 100vh;
}

/* hero - section */

.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* water-effect */
.background{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

.unicorn-embed{
    width: 100%;
    height: 100%;
}

/* overlay -content-hero */

.overlay-hero{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    /* background-color: seagreen; */
}

nav{
    width: 100%;
    height: 10vh;
    padding: 0vw 2vw;
}

nav a{
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
}

nav button{
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 1.2rem !important;
}

/* Content -hero */

.content-hero{
    width: 100%;
    height: 90vh;
}

.animated-logo{
    width: 100%;
    height: 80%;
    padding-top: 10%;
}

.btm-content{
    width: 100%;
    height: 20%;
    padding: 0 2vw;
}

.btm-content h3{
    font-size: 3rem;
    width: 60%;
    color: #fff;
}

.btm-content button{
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 1.2rem !important;
}

.btm-content button:nth-child(2){
    border: none !important;
}

/* Section 2 */

.section-2{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #88b7bd;
    /* overflow: hidden; */
}

.video-flow{
    position: sticky;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
    /* background-color: seagreen; */
}

.video-flow #blob{
    height: 100%;
    position: absolute;
    top: -15%;
    left: 0%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.nav-inner-2{
    position: absolute;
    width: 100%;
    height: 7vh;
    background-color: #FBE7C5;
    border: 1px solid #333;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: 0 2vw;
}

.nav-inner-2 h3{
    font-weight: 600;
}

#section2-1{
    position: absolute;
    top: 0;
    z-index: 3;
}


.content-inner-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2vw;
    overflow: hidden;
    height: 100vh;
    /* background-color: #333; */
}

.lft-content-inner-2{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 5vh;
    width: 50%;
    height: 100%;
}

.lft-content-inner-2 h1{
    font-size: 5rem;
    font-weight: 600;
    color: #fff0dc;
}

.lft-content-inner-2 p{
    font-size: 2rem;
    font-weight: 400;
    width: 80%;
    line-height: initial;
    color: #fff0dc;
}

.rght-content-inner-2{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.inner-2-1{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #fd7024;
    overflow: hidden;
}

#section2-2{
    position: absolute;
    z-index: 3;
}

#section-2-3-p{
    background-color: #88b7bd;
}


#section2-3{
    position: absolute;
    z-index: 3;
}

#section2-4{
    position: absolute;
    z-index: 3;
}