@font-face {
    font-family: font;
    src: url(./fonts/Gabarito/Gabarito-VariableFont_wght.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: font;
}

.d-flex {
    display: flex;
    text-align: center;
    align-items: center;
}

.d-flex-c {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

#main {
    width: 100%;
    min-height: 100vh;
    color: #fff;
}

#main-container {
    width: 100%;
    height: 100vh;
    position: fixed;
}

/* nav bar */

nav {
    width: 100vw;
    height: 10vh;
    justify-content: space-between;
    padding: 0 .8rem;
    position: relative;
    z-index: 1;
}

/* hero section */

#hero-section {
    width: 100%;
    height: 60vh;
    justify-content: center;
}

.unicorn-embed, #unicorn {
    width: 100%;
    height: 100%;
    border: none;
    justify-content: center;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.logo {
    width: 10%;
    height: 100%;
    font-family: font;
    justify-content: start;
    gap: 2rem;
    cursor: pointer;
}

/* menu bar with ul and li */

.menu-bar {
    width: 30%;
    height: 100%;
    justify-content: center;
}

ul {
    list-style: none;
    gap: 2rem;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: .9rem;
}


/* 2 primary btns */

.primary-btns {
    width: 20%;
    height: 100%;
    justify-content: center;
    gap: 1rem;
}

.primary-btns button {
    padding: .4rem .8rem;
    border: none;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: .8rem;
}

/* nav let corner extra btn */

.extra-btn {
    width: 15%;
    height: 100%;
    justify-content: end;
    gap: 2rem;
    margin-right: .8rem;
}

.extra-btn button {
    padding: .4rem .8rem;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: .8rem;
}

/* hero section center section like display the image */

#hero-section-img {
    position: absolute;
    top: 32%;
    left: 40%;
}


/* hero section bottom section */

#hero-btm {
    width: 100%;
    height: 30vh;
    justify-content: end;
    position: relative;
}

#hero-btm-left {
    width: 60%;
    height: 100%;
    align-items: end;
    text-align: start;
}

#hero-btm-left h1 {
    font-size: 2.8vw;
    line-height: 1.2;
    padding: 1rem;
}

#hero-btm-right {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 1rem;
}

#hero-section-btns {
    width: 100%;
    height: auto;
    gap: 1rem;
    justify-content: flex-end;
    padding-right: 4rem;
}

#hero-section-btns button:nth-child(1) {
    padding: .6rem 1.6rem;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.2rem;
}

#hero-section-btns button:nth-child(2) {
    padding: .4rem .8rem;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

button:hover, a:hover {
    background-color: #fff;
    color: #FD7024;
    transition: all 0.3s ease;
}

/* section 2 */

.section-2 {
    width: 100%;
    min-height: 100vh;
    background-color: #88B7BD;
    position: relative;
    top: 100vh;
}

#video {
    position: sticky;
    top: 0; 
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.blob {
    position: absolute;
    height: 100%;
    pointer-events: none;
    top: 0%;
    left: 0%;
}

#video {
    overflow: hidden; /* Prevent the video from overflowing the container */
    
    z-index: 999;
}

#section2-1 {
    width: 100%;
    height: 100vh;
    z-index: ;
}

#section2-1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 0 .8rem;
}

.nav-inner-2 {
    position: relative;
    width: 100%;
    height: 8vh;
    background-color: #FBDBB6;
    border: 1px solid #333;
    z-index: 4;
    display: flex;
    align-items: center;
    color: #333;
    padding: 0 .8rem;
}

/* content -part 2 */

.content-inner-2 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
    height: 100%;
    background-color: #88B7BD;
    overflow: hidden;
}

.left-content-inner-2 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.left-content-inner-2 h1 {
    font-size: 5rem;
}

.left-content-inner-2 p {
    font-size: 1.2rem;
    width: 60%;
    line-height: initial    ;
}

.right-content-inner-2 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-2-1 {
    width: 100%;
    height: 100vh;
    background-color: #FD7024;
    overflow: hidden;
    position: relative;
}

#section2-2 {
    width: 100%;
    height: 100%;
    background-color: #FD7024;
    padding: 0 .8rem;
} 

#section2-3 {
    width: 100%;
    height: 100%;
    background-color: #88B7BD;
    padding: 0 .8rem;
} 

#section2-4{
    width: 100%;
    height: 100%;
    background-color: #FD7024;
    padding: 0 .8rem;
} 
