@font-face {
    font-family: nb;
    src: url(fonts/NBInternationalProBoo.woff2);
}
@font-face {
    font-family: headline;
    src: url(fonts/Rejouice-Headline.woff2);
}
*{
margin: 0%;
padding: 0%;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
html,body{
height: 100%;
width: 100%;
}
#loader{
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#loader h3{
    font-family: nb;
    font-size: 1.8vw;
    color: white;
}
#loader h3 span{
    font-size: 1.5vw;
}
#main{
width: 100%;
position: relative;
}
#cursor{
    width: 7.5vw;
    height: 7.5vw;
    background-color: #ff5838;
    position: fixed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}
#cursor h5{
    font-size: 1.15vw;
    font-weight: 500;
    font-family: nb;
}
#black-cursor{
    width: 7.5vw;
    height: 7.5vw;
    background-color: white;
    position: fixed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}
#black-cursor h5{
    font-size: 1.15vw;
    font-weight: 500;
    font-family: nb;
    color: black;
}
#video-container-first{
height: 100vh;
width: 100%;
position: absolute;
}
#video-container-first video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#upper-container-first{
    width: 100%;
    height: 100vh;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#upper-container-first nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3vw 3vw;
    width: 100%;
    font-family: nb;
    font-weight: 100;
    font-size: 17px;
}
#upper-container-first h1{
    font-size: 27vw;
    font-family: headline;
    font-weight: 100;
    line-height: 27vw;
}
#upper-container-first h1 span{
    display: inline-block;
}
#container-second{
    width: 100%;
    height: 100vh;
    padding: 5vw 2.5vw;
    position: relative;
    background-color: #FAF8F3;

}
.second-top-text{
    font-family: nb;
    color: #FAF8F3;
    font-size: 1.1vw;
}
.second-top-text h2{
    font-weight: 400;
    color: #FAF8F3; 
}
.second-flex-text{
    margin-top: .5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.second-flex-text h2{
    font-weight: 400;
}
.second-top-line{
    width: 100%;
    height: 2px;
    background-color: rgb(88, 87, 87);
    border-radius: 5px;
    margin-top: .5vw;
}
.text_elem{
    font-family: nb;
    font-size: 2.1vw;
    margin-top: 1.2vw;
}

.text_elem2 {
    font-family: nb;
    font-size: 2.1vw;
    margin-top: 1.2vw;
    color: #FAF8F3;
}

.text_elem h1{
    font-weight: 400;
}

.text_elem2 h1 {
    font-weight: 400;
    color: #FAF8F3;
}

#container-third{
    min-height: 100vh;
    width: 100%;
    padding: 3vw;
    background-color: #FAF8F3;

}
.third-text-box{
    text-align: center;
}
.third-text-box h5{
    font-size: 1.2vw;
    font-weight: 500;
    font-family: nb;
    margin-bottom: 1vw;
}
.third-text-box h5 span{
    background-color: black;
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: .8vw;
    margin-right: 10px;
}
.third-text-box h1{
    font-size: 4.1vw;
    font-weight: 500;
    font-family: nb;
}
.third-box{
    height: 75vh;
    width: 100%;
    margin-top: 17vw;
}
.third-box-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: nb;
    font-weight: 400;
    height: 60px;
}
.third-box-line h3{
    font-size: 1.7vw;
}
.third-box-line h2{
    font-size: 1.7vw;
    font-weight: 400;
}
.third-box-inner{
    height: calc(100% - 60px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.third-box-inner .third-box_elem{
    height: 100%;
    width: 32.5%;
    position: relative;
}
.third-box-inner .third-box_elem .logo{
    width: 30%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    position: absolute;
    z-index: 10;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.third-box-inner .third-box_elem .poster{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.third-box-inner .third-box_elem video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.third-box-inner .third-box_elem:hover .poster{
    opacity: 0;
    cursor: pointer;
}
#container-four{
    width: 100%;
    min-height: 100vh;
    background-color: black;
    padding: 5vw 2.5vw;
    position: relative;
}
.moving-round{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
}
.moving-round video{
    height: 100%;
}
.moving-round svg{
    position: absolute;
    width: 35%;
}
.sec_text{
    font-size: 2vw;
}
#container-five{
    width: 100%;
    min-height: 100vh;
    background-color: #FAF8F3;
    padding: 5vw 2.5vw;
    position: relative;
}

.four-footer-text{
    margin-top: 12vw;
}
.four-footer-text h1{
    font-family: headline;
    font-size: 9vw;
    font-weight: 500;
}
.footer-text-contact{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: nb;
    font-size: 1.5vw;
    font-weight: 400;
    margin-bottom: -100px;
}
.four-flex{
    display: flex;
    justify-content: space-between;
}
.line-light{
    height: 1px;
    background-color: rgb(123, 123, 123);
}

a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-family: nb;
}

.footer {
    padding: 60px 80px 40px;
    background-color: black;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left {
    flex: 1;
    min-width: 300px;
    gap: 40px;
}

.left h2 {
    font-weight: 100;
    font-size: 32px;
    margin-bottom: 20px;
    color:white;
    font-family: nb;
}

.left p {
    margin: 50px 0;
    font-size: 14px;
    color: white;
    font-family: nb;
    font-weight: 100;
}

.left p:first-of-type {
    margin-bottom: 40px;
    /* Add more or less depending on how much space you want */
}

.newsletter {
    margin-top: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    max-width: 300px;
}

.newsletter input {
    background: none;
    border: none;
    color: white;
    flex: 1;
    padding: 8px 0;
    font-size: 14px;
}

.newsletter span {
    padding-left: 10px;
    cursor: pointer;
}

.right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 300px;
    gap: 20px;
}

.links,
.socials {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: white;
}

.footer-brand {
    margin-top: 50px;
    text-align: center;
}

.footer-brand h1 {
    font-size: 25vw;
    font-family: nb;
    color: white;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    text-transform: lowercase;
}

@media (max-width: 1024px) {
    .footer {
        padding: 40px 40px 30px;
    }

    .footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .left,
    .right {
        flex: 1 1 100%;
        min-width: auto;
    }

    .footer-brand h1 {
        font-size: 20vw;
    }
}

@media (max-width: 600px) {
    .footer {
        padding: 30px 20px 20px;
    }

    .left h2 {
        font-size: 24px;
    }

    .left p {
        font-size: 13px;
    }

    .newsletter input {
        font-size: 13px;
    }

    .right {
        flex-direction: column;
        gap: 30px;
    }

    .links,
    .socials {
        gap: 10px;
    }

    .footer-brand h1 {
        font-size: 30vw;
    }
}