@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaas';
    src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasBold';
    src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


:root {
    --principal: #176BFF;
    --secundary: #2C2C2C;
    --tertiary: #8f8f8f;
    --height-video: calc(100vh - 80px);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: var(--secundary);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.space {
    height: 40px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: white;
    top: 0;
    box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.2);
}

.header {
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
    padding: 10px 40px 5px 40px;
}

.logo {
    width: 180px;
    height: auto;
    margin: 10px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
}

.nav-menu li {
    text-transform: uppercase;
    font-family: "Roboto";
    letter-spacing: 2px;
    list-style-type: none;
}

.nav-menu li a {
    text-decoration: none;
    transition: color 0.3s;
}

.active {
    color: var(--principal);
}

.video-container {
    width: 100%;
    height: var(--height-video);
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.button_video a {
    font-family: 'NeueHaas';
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: var(--principal);
    border: none;
    color: white;
    padding: 25px 60px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.button_video_two {
    position: relative;
    padding: 25px 30px;
}

.text-section_one {
    font-family: 'Roboto';
    display: flex;
    justify-content: center;
}

.text-section_one p {
    padding: 150px 10px 80px 10px;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'NeueHaas';
}

.background_one img {
    width: 100%;
    object-fit: contain;
}

.text-section_two {
    margin: 60px 0;
    ;
}

.text_big {
    font-family: 'NeueHaasBold';
    font-size: 50px;
    text-align: center;
    padding: 50px 0;
    color: var(--principal);
}

.wrap_musa {
    display: flex;
    max-height: 550px;
}

.musa {
    width: 50%;
    height: auto;
}

.musa img {
    width: 100%;
    height: 100%;
}

.text_musa {
    width: 50%;
    padding: 0 40px;
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: flex-start;
    font-family: 'NeueHaas';
    font-size: 30px;
    line-height: 1.2;
    margin-top: 80px;
}

.photos_about {
    display: flex;
    width: 100%;
    gap: 30px;
    margin: 60px 0;
    object-fit: cover;
    justify-content: center;
}

.photos_about img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.text-section_three {
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'NeueHaas';
    padding: 50px 0;
}

.hands img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.text-section_four {
    flex-direction: column;
    margin: auto;
}

.pieces {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-height: 500px;
}

.text_extraordinary {
    font-size: 30px;
    text-align: center;
    padding: 50px;
    max-width: 800px;
    margin: 100px auto;
    text-transform: uppercase;
}

.text_extraordinary p {
    font-family: 'NeueHaas';
    margin-bottom: 20px;
    color: var(--secundary);
}

.text_extraordinary span {
    font-family: 'NeueHaasBold';
    margin-bottom: 20px;
    color: var(--principal)
}

.contact {
    display: flex;
}

.text_contact {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.text_contact span {
    font-family: 'NeueHaasBold';
    margin: 30px 0;
    color: var(--principal);
    font-size: 50px;
}

.text_contact p {
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.roboto_regular {
    font-family: 'Roboto';
    font-weight: 400;
}

.roboto_light {
    font-family: 'RobotoLight';
    font-weight: 100;
}

.map_contact {
    display: flex;
    width: 50%;
}

.button_contact_us {
    font-family: 'NeueHaas';
    max-width: 220px;
    background: var(--principal);
    border: none;
    color: white;
    padding: 25px 60px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-top: 20px;
    margin-left: 30px;
    text-align: center;
    cursor: pointer;
}

footer {
    background: var(--secundary);
}

.wrap_footer {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.information {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: white;
}

.information span {
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.information a {
    font-family: 'Roboto';
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.info_footer {
    display: flex;
    align-items: flex-start;
}

.info_footer img {
    width: 15px;
    height: auto;
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    max-width: 300px;
}

.contacts span {
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.logo_footer {
    display: flex;
    max-width: 500px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.icons_networks {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    cursor: pointer;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 40px;
    opacity: 0.3;
}

.copywright {
    text-align: center;
    font-family: 'OpenSans';
    font-size: 14px;
    color: white;
    opacity: .5;
    padding: 20px 0;
}

.colour_palette {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.text_colour_pallete {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_colour_pallete h1 {
    font-family: 'NeueHaasBold';
    font-size: 55px;
    margin-bottom: 20px;
    color: var(--principal);
}

.text_colour_pallete p {
    font-family: 'NeueHaas';
    font-size: 35px;
    line-height: 1.5;
    color: var(--principal);
}

.image_pallete {
    width: 70%;
}

/* Marker */
.palette-wrapper {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.palette {
    width: 800px;
    height: 800px;
    position: relative;
}

.highlight {
    position: absolute;
    border: 4px solid var(--principal);
    width: 128px;
    height: 128px;
    pointer-events: none;
    transition: top 0.3s, left 0.3s;
}

/* End Marker */

.buttons_color_pallete_1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.text-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    font-family: 'NeueHaas';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.text-links button {
    all: unset;
    cursor: pointer;
    color: #333;
    border-radius: 4px;
    transition: 0.2s;
}

.text-links button:hover {
    color: var(--tertiary);
}

.text-links button.active {
    color: var(--principal);
}

.wrap_buttons_color {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

main {
    margin-bottom: 100px;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Responsive */
@media (max-width: 768px) {

    .container {
        padding: 0 20px;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 60px;
        right: 0px;
        padding: 1rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 5px 0px;
    }

    .button_video a {
        padding: 25px 40px;
        z-index: 2;
    }

    .wrap_musa {
        display: flex;
        flex-direction: column;
        max-height: auto;
        align-items: center;
    }

    .text_musa {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
        font-size: 24px;
    }

    .photos_about {
        flex-direction: column;
    }

    .photos_about img {
        width: 100%;
        height: auto;
    }

    .colour_palette {
        flex-direction: column;
    }

    .image_pallete {
        width: 100%;
        margin-top: 20px;
    }

    .pieces {
        flex-direction: column;
        max-height: none;
    }

    .text-section_three {
        padding: 40px 10px;
    }

    .buttons_color_pallete_1 {
        flex-direction: column;
    }

    .wrap_buttons_color {
        border-bottom: solid 1px var(--tertiary);
        padding-bottom: 10px;
    }

    .contact {
        flex-direction: column;
    }

    .text_contact {
        width: 100%;
        margin-bottom: 50px;
    }

    .map_contact {
        width: 100%;
        height: 400px;
    }

    .text_extraordinary {
        margin: 70px 0;
        padding: 10px;
    }

    .text-section_one p {
    padding: 80px 10px;
}

    .text_contact p {
        margin-left: 0;
    }

    .button_contact_us {
        margin: 30px auto 0 auto;
    }

    .wrap_footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .contacts {
        margin-top: 20px;
        max-width: 100%;
    }

    .contacts span {
        margin-bottom: 20px;
        text-align: left;
    }

    .info_footer {
        margin: 10px auto;
        width: 80%;
        display: flex;
        justify-content: center;
    }

    .wrap_footer {
        padding: 40px 0;
        margin: 30px 0;
    }

    .information {
        width: 100%;
    }

    .information span {
        text-align: left;
    }

    .logo_footer img {
        width: 80%;
    }

    .logo_footer {
        margin-top: 20px;
    }

    .text_left {
        text-align: left;
    }

.icons_networks {
    gap: 50px;
    height: 30px;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: center;
}

.video-container {
    height: auto;
}

.video-container video {
    transform: scale(1.2);
}

main {
    margin-bottom: 50px;
}

#nav.hidden {
  display: none;
}

}