.section1 {
    padding: 4.75vw 11.5vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.section1 .logo {
    height: 8vw;
}
.section1 h1 {
    font-size: 6vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .5vw;
}
.section1 p {
    font-size: 1vw;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: justify;
    width: 92%;
}

.section2{
    background-image: url("../img/studio/studio.png");
    background-size: cover;
    background-position: bottom;
    padding: 4vw 11.5vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.section2 h2{
    font-size: 17vw;
    line-height: 1;
    font-weight: 400;
    filter: invert(1);
    mix-blend-mode: difference;
}

.section3{
    padding: 3.75vw 12.75vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.section3 h1 {
    font-size: 6vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2.5vw;
}
.section3 .card-container {
    margin-right: 2.75vw;
}
.section3 .card-container img {
    width: 20vw;
}
.section3 .card-container h3 {
    color: #888888;
    font-size: 1.5vw;
    font-weight: 400;
    margin-top: 1vw;
    margin-bottom: .7vw;
}
.section3 .card-container ul {
    font-size: 0.9vw;
    padding-left: 1.1vw;
}
.section3 .card-container ul li {
    padding: .3vw 0;
}

.section4{
    background-image: url("../img/studio/vision_to_life.png");
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4 h2{
    font-size: 9vw;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    filter: invert(1);
    mix-blend-mode: difference;
}

.section5{
    padding: 3.75vw 6vw 3.75vw 11vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.section5 h1 {
    font-size: 7vw;
    margin-right: 5vw;
    font-family: "Zodiak";
    font-weight: 300;
    line-height: 1;
    text-align: center;
    writing-mode: vertical-rl;
    transform:scale(-1);
}
.section5 .concepts {
    display: flex;
}
.section5 .concepts .arrow-right {
    display: flex;
    align-items: center;
    margin-top: -3vw;
}
.section5 .concepts-control {
    display: flex;
    margin-bottom: .5vw;
}
.section5 .card-container {
    margin-right: 6vw;
}
.section5 .card-container video,
.section5 .card-container img {
    outline: none;
    height: 35vw;
}
.section5 .card-container h3 {
    font-size: 1.2vw;
    font-weight: 400;
    margin-top: 1vw;
    margin-bottom: .5vw;
}
.section5 .card-container .line {
    height: 0.1vw;
    width: 4.3vw;
    background: #CDA13C;
    margin-bottom: .5vw;
}
.section5 .card-container p {
    color: #888888;
    font-size: 0.65vw;
    margin-bottom: 0;
}

.section6 {
    background: black;
    padding: 4vw 12.75vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section6 h2 {
    color: white;
    font-size: 6vw;
    font-weight: 400;
    line-height: .9;
    margin-bottom: 2.5vw;
}
.section6 #consultation-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.section6 #consultation-form input,
.section6 #consultation-form textarea {
    width: 100%;
    background: #181818;
    border: none;
    margin-bottom: 1vw;
    padding: .9vw;
    font-size: 1.2vw;
    outline: none;
    color: white;
    resize: none;
}
.section6 #consultation-form input:-webkit-autofill,
.section6 #consultation-form input:-webkit-autofill:hover,
.section6 #consultation-form input:-webkit-autofill:focus,
.section6 #consultation-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 10vw #181818 inset !important;
    -webkit-text-fill-color: white !important;
}
.section6 #consultation-form textarea {
    margin-bottom: 1.5vw;
}
.section6 #consultation-form button {
    background: #CDA23D;
    border: 0;
    border-radius: 5vw;
    font-size: 0.8vw;
    padding: .8vw 0;
    margin-left: auto;
    width: 10vw;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-self: flex-end;
    overflow: hidden;
}
.section6 #consultation-form button:disabled {
    opacity: .9;
    cursor: not-allowed;
}
.section6 .info-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.section6 .info-container p {
    color: white;
    font-size: 0.9vw;
    margin-bottom: 2.5vw;
}
.section6 .social-media {
    align-items: center;
    justify-content: space-between;
}
.section6 .social-media a {
    color: white;
    line-height: 1;
    font-size: 0.9vw;
    text-decoration: none;
}
.section6 .social-media a + a {
    margin-left: 2vw;
}
.section6 .info-container svg {
    width: 1.75vw;
    height: 1.75vw;
}
.section6 .info-container a svg path {
    fill: #cda13c;
}

/* Responsive */
@media (max-width: 1024px) {
    .section1 {
        justify-content: space-between;
        padding: 15vw 11.5vw;
    }
    .section1 .logo {
        display: none;
    }
    .section1 h1 {
        font-size: 13vw;
        margin-bottom: 4vw;
    }
    .section1 p {
        font-size: 2.5vw;
        line-height: 1.3;
        width: 100%;
    }

    .section2 {
        padding: 3.75vw 6vw;
        align-items: center;
    }
    .section2 h2 {
        font-size: 24vw;
    }

    .section3 {
        padding: 6vw;
    }
    .section3 h1 {
        font-size: 9vw;
        margin-bottom: 5vw;
    }
    .section3 .d-flex {
        flex-direction: column;
    }
    .section3 .card-container {
        display: flex;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .section3 .card-container img {
        margin-right: 4vw;
        width: 40vw;
    }
    .section3 .card-container h3 {
        font-size: 2.6vw;
        margin-bottom: 2.5vw;
    }
    .section3 .card-container ul {
        font-size: 1.7vw;
        padding-left: 2.5vw;
    }
    .section3 .card-container ul li {
        padding: .7vw 0;
    }

    .section4 {
        background-position: 30% center;
    }
    .section4 h2 {
        font-size: 18vw;
    }

    .section5 {
        padding: 6vw;
    }
    .section5 h1 {
        display: none;
    }
    .section5 .concepts {
        flex-wrap: wrap;
    }
    .section5 .concepts-control, .section5 .concepts .arrow-right {
        display: none;
    }
    .section5 .concepts .card-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6vw;
    }
    .section5 .card-container video,
    .section5 .card-container img {
        height: 75vh;
        width: 100%;
        object-fit: cover;
    }
    .section5 .card-container h3 {
        font-size: 3.3vw;
        margin-bottom: 1.5vw;
    }
    .section5 .card-container .line {
        width: 13vw;
        margin-bottom: 1.5vw;
    }
    .section5 .card-container p {
        font-size: 1.65vw;
    }

    .section6 {
        padding: 18vw 6vw 5vw;
        justify-content: space-between;
    }
    .section6 h2 {
        font-size: 11.5vw;
        margin-bottom: 5vw;
    }
    .section6 .form-container {
        flex-wrap: wrap;
    }
    .section6 #consultation-form {
        width: 100%;
    }
    .section6 #consultation-form input,
    .section6 #consultation-form textarea {
        font-size: 2.2vw;
        padding: 1.5vw;
        margin-bottom: 2vw;
    }
    .section6 #consultation-form button {
        font-size: 1.8vw;
        width: 18vw;
        padding: 1.5vw 0;
    }
    .section6 .info-container {
        width: 100%;
        margin-top: 5vw;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    .section6 .info-container p,
    .section6 .social-media a {
        margin-bottom: 0;
        font-size: 1.9vw;
    }
    .section6 .info-container svg {
        width: 3vw;
        height: 3vw;
    }
}

@media (max-width: 767px) {
    .section1 {
        padding: 25vw 6vw;
        min-height: 100vh;
    }
    .section1 h1 {
        font-size: 6vw;
    }
    .section1 h1 b {
        font-size: 10vw;
    }
    .section1 p {
        font-size: 3.3vw;
        line-height: 1.5;
    }

    .section3 h1 {
        font-size: 10vw;
        margin-bottom: 7vw;
    }
    .section3 .card-container {
        display: block;
        margin-bottom: 6vw;
    }
    .section3 .card-container img {
        width: 100%;
    }
    .section3 .card-container h3 {
        font-size: 6vw;
    }
    .section3 .card-container ul {
        font-size: 3.3vw;
        padding-left: 4.3vw;
    }

    .section5 .card-container video, .section5 .card-container img {
        height: 50vh;
    }
    .section5 .card-container h3 {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    .section5 .card-container .line {
        width: 20vw;
        margin-bottom: 3vw;
    }
    .section5 .card-container p {
        font-size: 3.3vw;
    }

    .section6 h2 {
        font-size: 12vw;
    }
    .section6 #consultation-form input,
    .section6 #consultation-form textarea {
        font-size: 4vw;
        padding: 1.5vw 3vw;
        margin-bottom: 3vw;
    }
    .section6 .button-container {
        flex-wrap: wrap !important;
        justify-content: center;
    }
    .section6 #consultation-form button {
        width: 100%;
        margin: 3vw 0;
        font-size: 3.3vw;
        padding: 2.5vw 0;
        order: -1;
    }
    .section6 .info-container {
        margin-top: 8vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section6 .info-container p {
        width: 100%;
        font-size: 3.3vw;
        text-align: center;
    }
    .section6 .social-media {
        margin-top: 3vw;
    }
    .section6 .social-media a {
        font-size: 3.3vw;
    }
    .section6 .social-media a + a {
        margin-left: 5vw;
    }
    .section6 .info-container svg {
        width: 5vw;
        height: 5vw;
    }
}