@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

::selection {
    background-color: #F4F4F4;
    color: #0B0B0B;
}

body,
html {
    width: 100%;
    height: 100vh;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-style: normal;
    background: #0B0B0B;

}

body {
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 305px;
    height: 100vh;
    background: #0B0B0B;
    border-right: 1px solid #4E5053;
    color: white;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

#logo-sidebar {
    padding: 20px;
}

#line-sidebar {
    border-bottom: 1px solid #4E5053;
}

.menu-icon {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

.menu-icon img {
    width: 30px;
    height: 30px;
}

nav ul {
    list-style: none;
    padding: 20px;
    gap: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

nav ul li a {
    color: #F4F4F4;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    transition: 0.3s;
    text-transform: uppercase;
}

.activate:hover {
    padding-left: 10px;
}

.contact {
    color: #F4F4F4;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    margin-top: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.contact:hover {
    margin-left: 10px;
}

.icon-arrow {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: 3px;

    transition: 0.3s;
}

.contact:hover .icon-arrow {
    margin-right: 17px;
}

#square2 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: #4E5053;
    vertical-align: baseline;
}

.content {
    margin-left: 305px;
}

.video-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#video-frame-1 {
    aspect-ratio: 16 / 9;
}

#video-frame-2a {
    aspect-ratio: 16 / 9;
}

#video-frame-2b {
    aspect-ratio: 16 / 9;
}

#video-container-3 {
    aspect-ratio: 61 / 26;
}

#video-frame-3a {
    aspect-ratio: 16 / 9;
    border: none;
}

#video-frame-3b {
    aspect-ratio: 9 / 16;
    border: none;
}

#video-frame-4 {
    aspect-ratio: 16 / 9;
}

.section-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 25px;
    max-width: 65%;
}

#section-title {
    color: var(--White, #F4F4F4);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 7vw;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    text-transform: uppercase;
    text-wrap: nowrap;
}

#section-num {
    color: var(--Grey, #9A9DA1);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    vertical-align: top;
    margin-left: 10px;
}

#section-p {
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: var(--White, #F4F4F4);
    text-align: justify;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-1 {
    display: flex;
    width: 100%;
}

.images-section-1 {
    display: flex;
    width: 75%;
}

#section-1-image-1,
#section-1-image-2,
#section-1-image-3 {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section-1-image-1 {
    aspect-ratio: 4 / 3;
    width: 25%;
}

#section-1-image-2 {
    aspect-ratio: 16 / 9;
    width: 80%;
}

#section-1-image-3 {
    aspect-ratio: 9 / 16;
    width: 20%;
}

.section-2 {
    display: flex;
}

#section-2-image-1,
#section-2-image-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}

#section-2-image-1 {
    aspect-ratio: 16 / 9;
    width: 50%;
}

#section-2-image-2 {
    aspect-ratio: 16 / 9;
    width: 50%;
}

.section-3 {
    display: flex;
    padding: 20px 20px 35px 20px;
    justify-content: space-between;
}

#section-3-title {
    color: var(--White, #F4F4F4);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    line-height: 90%;
}

#section-3-text {
    max-width: 50%;
    color: var(--White, #F4F4F4);
    text-align: justify;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-4 {
    display: flex;
}

#section-4-image-1,
#section-4-image-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}

#section-4-image-1 {
    aspect-ratio: 16 / 9;
    width: 50%;
}

#section-4-image-2 {
    aspect-ratio: 16 / 9;
    width: 50%;
}

.section-5 {
    display: flex;
    gap: 25px;
    padding: 90px 25px 90px 0;
}

#section-5-image {
    width: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    aspect-ratio: 16 / 9;
}

.section-5 span {
    width: 30%;
    text-align: justify;
    color: var(--White, #F4F4F4);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-6 {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 0 0 90px 25px;
}

#section-6-image {
    width: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    aspect-ratio: 16 / 9;
}

.section-6 span {
    width: 30%;
    text-align: justify;
    color: var(--White, #F4F4F4);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-7 {
    display: flex;
}

#section-7-image-1,
#section-7-image-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}

#section-7-image-1 {
    width: 70%;
    aspect-ratio: 16 / 9;
}

#section-7-image-2 {
    width: 30%;
    aspect-ratio: 4 / 5;
}

.section-8 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 40px;
}

#section-8-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

#section-8-title div {
    width: 17px;
    height: 17px;
    background: var(--Grey, #9A9DA1);
}

#section-8-title span {
    color: var(--White, #F4F4F4);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.section-8 span {
    max-width: 55%;
    text-align: justify;
    color: var(--White, #F4F4F4);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-9 {
    display: flex;
}

#section-9-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.section-10 {
    display: flex;
}

#section-10-image-1,
#section-10-image-2,
#section-10-image-3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}

#section-10-image-1 {
    aspect-ratio: 4 / 5;
    width: 25.45%;
}

#section-10-image-2 {
    aspect-ratio: 16 / 9;
    width: 56.54%;
}

#section-10-image-3 {
    aspect-ratio: 4 / 5;
    width: 18.02%;
}

.section-11 {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 90px 0 90px 25px;
}

#section-6-image {
    width: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    aspect-ratio: 16 / 9;
}

.section-11 span {
    width: 60%;
    text-align: justify;
    color: var(--White, #F4F4F4);
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#line {
    border: none;
    height: 1px;
    background: #4E5053;
}

.section-more-works {
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 50px 25px;
}

#more-works-title {
    color: var(--White, #F4F4F4);
    text-align: justify;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    line-height: 90%;
}

.more-works {
    display: flex;
    gap: 25px;
}

.projeto {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.projeto img {
    width: 100%;
    max-width: 20em;
    transition: 0.4s all cubic-bezier(.83, .06, 0, 1);
}

.projeto:hover img {
    transform: scale(1.05) rotate(5deg);
}

#texts {
    display: flex;
    flex-direction: column;
}

#titulo {
    margin-top: 25px;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    color: #F4F4F4;
}

#titulo:hover {
    text-decoration: #141415;
}

#num {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #9A9DA2;
    margin-left: 10px;
    position: relative;
    bottom: 8px;
}

#p {
    max-width: 26em;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
    color: #9A9DA2;
}

footer {
    border-top: 1px solid #4E5053;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

footer span {
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #F4F4F4;
}

@keyframes bounce {
    0% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(2px);
    }
}

#btn-top {
    animation: bounce 1.5s cubic-bezier(.84, 0, .13, .98) infinite;
    cursor: pointer;
}