 @font-face {
    font-family: 'MBF_ATOM_V5';
    src: url('./fonts/MBF_ATOM_V5.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'manifoldextendedcf-medium';
    src: url('./fonts/ManifoldExtendedCF-Medium.woff2') format('woff2'),
         url('./fonts/ManifoldExtendedCF-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.opac-no{
    opacity: 1 !important;
    z-index: 5 !important;
    transform: translateX(0px) !important;
}

.opac-no2{
    opacity: 1 !important;
}


.case_studies_internal-page{
    position: relative !important;
    top: -2% !important;
}

@font-face {
    font-family: 'Benzin';
    src: local('Benzin Regular'), local('Benzin-Regular'),
        url('./fonts/Benzin-Regular.woff2') format('woff2'),
        url('./fonts/Benzin-Regular.woff') format('woff'),
    font-weight: 100;
    font-style: normal;
}

.benzin-regular {
    font-family: 'Benzin';
    font-weight: 100 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


body, html {
    overflow-y:auto;
    position: fixed; 
    overscroll-behavior: auto !important;
    overflow-x: hidden;
}

.body-no{
    position: relative !important;
}

.show3{
    z-index: 99 !important;
}

/* Ocultar la barra de desplazamiento sin ocupar espacio */
::-webkit-scrollbar {
    visibility: hidden;
    width: 0px;
  }
  



.no-scroll {
    /* position: fixed !important;  */
    overflow-y: hidden !important;
}

#preloader {
    height: 100vh;
    width: 100%;
    top: 0%;
    position: fixed;
    z-index: 9999999999;
    background: #000;
    color: #fff;
    pointer-events: all;
}

#preloader .wrapper {
    height: 100vh;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: flex-end;
    text-align: right;
    justify-content: flex-end;
}

#preloader #bar {
    background-color: #9f9f9f;
    width: 10vw;
    height: 2px;
    position: fixed;
    bottom: 0;
    left: 0;
}

#preloader #percent {
    color: var(--white, #FFF);
    font-family: 'MBF_ATOM_V5';
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 10px;
    margin-bottom: 10px;
}



/* start animation initial states */

header {
    opacity: 0;
}

.bg-lines {
    opacity: 0;
}

#logo {
    width: 65px;
    pointer-events: all;
    cursor: pointer;
}

#logo_future {
    width: 90%;
    opacity: 0;
    transform: translateX(50px);
}

.waves {
    opacity: 0;
    transform:scale(0.5);
}

.scroll_down { 
    opacity: 0;
    transform: translateY(-30px);
}

.corner-border { 
    opacity: 0;
    transform: translateX(-10px);
}

.line-vert {
    opacity: 0;
    transform: scaleY(0);
}

#btn_get_in_touch {
    opacity: 0;
    transform: translateX(30px);
    transform: translateY(30px);
}

#cookies_disclaimer {
    transform: translateY(70px);
}





/* animation initial states */



html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: "manifoldextendedcf-medium", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

a, button {
    display: block;
    pointer-events: all;
    cursor: pointer;
}

h1 {
    color: var(--black, #000);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 84% */
    letter-spacing: 2px;
}

.fade {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -moz-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -webkit-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
}

.show {
    opacity: 1;
    visibility: visible;
}

.slide-from-top {
    transform: translateY(-100%);
    transition: 1s ease-in-out;
}

.slide-from-top.show {
    transform: translateY(0);
}

header {
    position: fixed;
    display: flex;
    z-index: 100;
    top: 0%;
    width: 100vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0,0,0, 0.15);
    backdrop-filter: blur(7.5px);
}

header a {
    color: #fff;
    padding: 10px;
}

#smooth-content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: flex-start;
}

.spacer.half {
    height: 50vh !important;
}

.section {
    height: 100%;
}

.bg-lines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    content: '';
    pointer-events: none;
    background-size: contain;
    background-position: center;
    mix-blend-mode: difference;
}

.bg-lines2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    z-index: 100;
    content: '';
    pointer-events: none;
    background-size: contain;
    background-position: center;
    mix-blend-mode: difference;
}


.bg-lines.light {
    background-image: url(../assets/images/bg_lines_light.svg);
}

.bg-lines2.light {
    background-image: url(../assets/images/bg_lines_light.svg);
}

.bg-lines.dark {
    background-image: url(../assets/images/bg_lines_dark.svg);
}

.section .content p {
    color: var(--black, rgba(0, 0, 0));
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#video_discover, #video_contact {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -5;
    pointer-events: none;
    object-fit: cover;
    position: fixed;
}

#btn_contact {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    transition: 1s;
}

.bg_white #btn_contact  {
    color: #000;
}

#btn_contact img {
    padding-right: 10px;
}

#logo .white_version {
    transform: translate(-70px,23px);
}

#logo .black_version {
    transform: translate(-70px,-17px);
}

#burger_menu {
    overflow: hidden;
    width: 40px;
    position: relative;
}

#burger_menu .black_version {
    position: absolute;
    top: 10px;
    left: 10px;
}

#cookies_disclaimer {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    bottom: 20px;
    left: 10px;
}

#cookies_disclaimer p {
    color: var(--white, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

#cookies_disclaimer button {
    font-family: "manifoldextendedcf-medium", sans-serif;
    display: flex;
    width: 120px;
    height: 35px;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    text-transform: uppercase;
    color: var(--black, #000);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    border: 0;
    transition: 0.5s;
}

#cookies_disclaimer button:hover {
    color: #fff;
    background-color: #2A2A2A;
}

#cookies_disclaimer button:nth-child(3) {
    background-color: #2A2A2A;
    color: #fff;
}

#cookies_disclaimer button:nth-child(3):hover {
    color: #000;
    background-color: #fff;
}

#logo_future {
    width: 90%;
}

#logo_future img {
    width: 100%;
}

.corner-border {
    --s: 10px; /* the size on the corner */
    --t: 1px;  /* the thickness of the border */
    --g: 10px; /* the gap between the border and image */
    --c: #79D7E9;
    
    padding: calc(var(--g) + var(--t));
    outline: var(--t) solid var(--c); /* the color here */
    outline-offset: calc(-1*var(--t));
    -webkit-mask:
      conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
      0 0/calc(100% - var(--s)) calc(100% - var(--s)),
      linear-gradient(#000 0 0) content-box;
}

#background_music_control {
    cursor: pointer;
}

#background_music_control.off img {
    content:url("../assets/images/waves_off.gif");
}

.waves {
    width: 60px !important;
    height: 50px;
    display: block;
    mix-blend-mode: plus-lighter;
    position: fixed;
    bottom: 15px;
    left: 15px;
    transition: 1s;
    z-index: 99;
}

.waves.bg_white {
    mix-blend-mode: difference;
}

.waves.corner-border {
    --s: 10px; /* the size on the corner */
    --t: 1px;  /* the thickness of the border */
    --g: 5px; /* the gap between the border and image */
    --c: #BBF4F8;
}

.wrapper {
    width: 100%;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
}



#second_line {
    height: 20%;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

#second_line div {
    width: 25%;
}

#second_line .copy {
    font-family: "manifold-cf", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
    align-content: center;
    align-items: center;
}

#second_line .copy p {
    width: 350px;
    display: flex;
    justify-content: center;
    font-family: "manifoldextendedcf-medium", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    word-spacing: 3px;
    padding-left: 20px;
}

#second_line .column_button {
    display: flex;
    justify-content: flex-end;
}

.waves img {
    width: 100%;
    height: 100%;
}

.line-vert {
    width: 1px !important;
    margin-right: 20px;
    background: #BCF5F8;
    height: 110px;
}

.bordered {
    display: inline-block;
    border: dashed 2px #fff;
    border-image-source: url("../assets/images/border_dashed.png");
    border-image-slice: 1;
}

.scroll_down {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.scroll_down img:nth-child(1) {
    margin-right: 5px;
    transition: 1s;
    animation-name: scroll_down_animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes scroll_down_animation {
    0% {transform: translateY(-30px);}
    50% {transform: translateY(5px);}
    100% {transform: translateY(-30px);}
}

.btn_get_in_touch {
    color: var(--black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    width: 24vw;
    max-width: 320px;
    height: 114px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: -20px;
    margin-bottom: -60px;
    transition: 0.5s;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
    border: none;
}

.btn_get_in_touch:after {
    content: '';
    background-image: url(../assets/images/btn_get_in_touch.svg);
    background-repeat: no-repeat;
    background-size: 99% 99%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: 0.5s;
}

.btn_get_in_touch:hover {
    color: #fff !important;
}

.btn_get_in_touch:hover .arrow-right {
    border-left: 5px solid #fff;
}

.btn_get_in_touch:hover:after {
    background-image: url(../assets/images/btn_get_in_touch_hover.svg);
}

#section06 .btn_get_in_touch {
    margin-bottom: 0px;
}

.row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    margin-right: 5px;
    transition: 0.5s;
}


#section01.bg_black {
    background-color: #000;
}

#section03, #section04 {
    width: 100%;
    height: 100vh !important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#section03 {
    overflow: visible;
    /* height: 200vh !important; */
}

#section04 {
    height: 800vh !important;
}

#section03 .content, #section04 .content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#section03 .content p {
    width: 800px;
    opacity: 1;
}

#section04 {
    opacity: 0;
    pointer-events: none;
}

#section04.visible {
    opacity: 1;
}

.section04 .content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.section04 h1 {
    color: var(--white, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 84% */
    letter-spacing: 2px;
}

.section04 .main {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 650px;
}

.section04 h4 {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    word-spacing: 5px;
    text-transform: uppercase;
}

.section04 .arrow {
    width: 155px;
    margin: 0 100px;
}

.section04 .row div:nth-child(1) {
    width: 660px;
}

.section04 .row {
    margin-left: calc(50% - 330px);
    margin-top: 20%;
}

.section04 .bullets {
    width: 340px !important;
    margin: 0 20px;
}

.section04 div:nth-child(4) {
    width: 360px !important;
}

#section04b {
    position: absolute;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    padding-left: 30vw;
    top: 0;
    left: 0;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    transform: translateY(110%);
}

#section04b .title {
    margin-bottom: -40px;
}

#section04b h1 {
    color: var(--white, #FFF);
    font-size: 6vw;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 36.842% */
    letter-spacing: 4.56px;
    text-transform: uppercase;
}

#section04b .number {
    background-image: url(../assets/images/what_we_do_number.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 46px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#section04b .lines {
    padding-left: 50px;
    margin-top: 120vh;
}

#section04b .lines-wrapper {
    overflow: hidden;
    display: block;
    transform: translateY(-100vh);
}

#section04b .line {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid;
    padding: 70px 0 30px 0;
    opacity: 0.25;
}

/* #section04b .line:nth-child(2) {
    padding-left: 50px;
} */

#section04b h4 {
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
    width: 400px;
    text-align: left;
    margin-left: 20px;
}

#section04b p {
    color: var(--white, #FFF);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 2px;
    word-spacing: 3px;
    text-transform: uppercase;
    width: 350px;
}


#threejsContainer {
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    opacity: 1;
    transition: 1s;
    background-color: #000;
}

#threejsContainer.visible {
    opacity: 1;
}

#threejsContainer > div {
    position: absolute;
    z-index: -1;
}

#imgTest {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
}



#section05 .content {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#section05 h1 {
    color: var(--white, #FFF);
    font-size: 3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 70% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

#section05 .copy p {
    color: #fff;
    width: 35vw;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-transform: unset;
    padding: 5px;
    box-sizing: border-box;
}

#section05 .names p {
    display: none;
}

#section05 .names a {
    color: rgba(255, 255, 255, 0.40);
    font-size: 2vw;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    line-height: 47px;
    letter-spacing: 6px;
    text-transform: uppercase;
    transition: 0.5s;
}

#section05 .names a:hover {
    color: rgba(255, 255, 255, 1);
}

#section05 .content .column {
    padding: 0 20px;
    box-sizing: border-box;
}

#staff_photo {
    width: 15vw;
    transform: perspective(50vw) rotateY(90deg);
    filter: grayscale(1);
    /* transition: 0.15s ease-in-out; */
    /* transition-delay: 0.2s; */
}

#staff_photo.hover {
    transform: perspective(50vw) rotateY(0deg);
}

#staff_photo img {
    width: 100%;
}

#video_cases {
    position: fixed;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

#section06 p {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 1.5px;
    word-spacing: 5px;
    width: 710px;
    margin-top: 70px;
}

#section06 .content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#section06 .button {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}



footer h4, #contact h4 {
    font-family: 'MBF_ATOM_V5' !important;
    color: var(--white, #FFF);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 83%;
    letter-spacing: 1.25px;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

footer .column a, #contact .footer  a {
    color: rgba(255, 255, 255, 0.69);
    font-size: 17.603px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    transition: 0.5s;
}

footer .buttons a {
    margin-left: 22px;
}

#contact .footer  a {
    font-size: 12px;
}

#contact .content {
    display: flex;
    flex-direction: row;
}

footer .column a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .row, .footer_container .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer .content {
    width: 100%;
    display: flex;
    height: 85%;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

footer .row .column:nth-child(1) {
    width: 50%;
}

#case_studies_internal .container {
    overflow-y: auto;
    height: 100vh;
}

#case_studies_internal footer .row .column:nth-child(1) {
    width: 60% !important;
}

#case_studies_internal footer h4 {
    color: #fff;
}

#case_studies_internal footer .column {
    margin-top: 15px;
}

footer .row .column:nth-child(1) img {
    width: 90% !important;
    max-width: 610px;
}

footer .row .column:nth-child(2), footer .row .column:nth-child(3) {
    width: 30%;
}

footer .row .column:nth-child(3) {
    width: 23%;
}


footer .address {
    margin-top: 100px;
}

#case_studies_internal footer .address {
    margin-bottom: 50px;
}

.line_vertical {
    width: 1px;
    height: 30px;
    display: block;
    background-color: #fff;
    margin-right: 20px;
}

.line_vertical.blue {
    background-color: #BCF5F8;
}

#section03 .line_vertical {
    background-color: #000;
    margin-left: 37px;
    height: 35vh;
    position: absolute;
    bottom: -25vh;
}

.row.social {
    justify-content: flex-end !important;
}

.row.social > div {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

.social a {
    border-radius: 115.278px;
    border: 1.153px solid rgba(255, 255, 255, 0.33);
    display: flex;
    width: 55px;
    height: 55px;
    padding: 11px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    box-sizing: border-box;
    margin: 0 5px;
    transition: 0.5s;
}

.social a:hover {
    background-color: #ffffff4a;
}

.social a img {
    height: 24px;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

#contact, #menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

#contact h1 {
    color: #fff;
}


#case_studies * {
    color: #fff;
}


.half-height {
    height: 50vh !important;
}

.quarter-height {
    height: 25vh !important;
}

#contact h1, #case_studies h1 {
    font-size: 5.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 4.4px;
    margin-top: 0;
}

#case_studies .column {
    width: 50vw;
}

#contact .column, #case_studies .column {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

#case_studies .column:first-child {
    width: 50vw;
}



#case_studies .column:nth-child(2) {
    width: auto;
}

#contact .column:first-child {
    margin-right: 70px;
    width: 70%;
}

.address {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.address h3 {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 141%; /* 14.1px */
    letter-spacing: 1.2px;
}

.address .column:first-child {
    margin-right: 15px !important;
}

.address p, .address a {
    color: #9D9D9D !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700;
    line-height: 150% !important;
    letter-spacing: 1.44px !important;
    word-spacing: 3px;
    margin-top: 0;
    margin-bottom: 10px;
}

.address span {
    color: #9D9D9D;
}

.address .column {
    margin-right: 15px;
}

.address .column:nth-child(1) {
    width: 320px;
}

.address .column:nth-child(2) {
    width: 250px;
    margin-right: 25px;
    margin-left: 0;
}

.address .column:nth-child(3) {
    width: 105px;
}

.address a {
    text-decoration: none;
    transition: 0.5s;
    margin-bottom: 10px;    
}

.address a:hover {
    color: #fff;
}

#contact form {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

#contact form input, #contact form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--white, #FFF);
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12.5px);
    height: 50px;
    margin-bottom: 40px;
    font-family: "manifoldextendedcf-medium", sans-serif;
    color: #fff;
    padding: 10px 5px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

#contact form textarea {
    height: 100px;
}

#contact form .column:first-child {
    margin-right: 40px;
}

#contact form label {
    color: #9D9D9D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 141%; /* 25.38px */
    letter-spacing: 2.16px;
}

#contact .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

#contact .column.full {
    width: 100%;
}

.align-right {
    align-items: flex-end !important;
}

#btn_submit {
    font-family: "manifoldextendedcf-medium", sans-serif;
    color: #000;
    height: 100px;
}

#btn_close_menu {
    position: absolute;
    top: 20px;
    right: 20px;
}

#menu {
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    background-image: url(../assets/images/menu_background.jpg);
    background-size: contain;
    background-position: 50% 0;
}

#menu .social {
    display: flex;
    margin-left: 25px;
    margin-top: 50px;
}

#menu p {
    margin: 0;
}

.content  > *{
    text-decoration: none;
}

.author{
    text-decoration: none;
}

#menu .column a {
    color: rgba(255, 255, 255, 0.50);
    font-size: 60px;
    font-style: normal;
    font-weight: normal;
    line-height: 83%;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    margin: 60px 10px;
    display: flex;
}

#menu .column a:hover {
    color: rgba(255, 255, 255, 0.75);
}

#menu  .column a.active {
    color: #8BC6D2;
    text-shadow: 0px 0px 9px #79D7E9;
    font-weight: 900;
}

#menu .column a img {
    opacity: 0;
    transition: 0.5s;
}

#menu .column a.active img {
    opacity: 1;
}

#case_studies {
    overflow-x: auto;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #000;
    z-index: 80;
    overflow: hidden;
}

#case_studies .container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

#case_studies .wrapper {
    width: 100vw;
    height: 100vh !important;
    /* overflow-x: hidden; */
    display: flex;
    align-items: flex-start !important;
    padding-bottom: 100px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

#case_studies .wrapper_content {
    width: auto;
    height: 85vh;
    left: 80px;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
}

#case_studies .project .corner-border-double {
    background-image: url(../assets/images/number.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    width: 80px !important;
    align-items: center;
}

#case_studies .project .name {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
}

#case_studies .project {
    margin: 5px;
    transition: 0.5s;
    border: 1px solid rgba(106, 106, 106, 0.45);
    backdrop-filter: blur(7.5px);
    width: 385px;
    height: 120px;
    overflow: hidden;
}

#case_studies .project .content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    transition: 0.5s;
}

#case_studies .project .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.padding-h-10 {
    padding: 0 10px !important;
}

.padding-h-20 {
    padding: 0 20px !important;
}

#case_studies .project .row:first-of-type {
    margin-top: 30px;
}

#case_studies .project .row .column {
    width: 65%;
}

#case_studies .project .row .column:first-child {
    width: 30%;
}

#case_studies .project .row .column:first-child span {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: -5px;
}

#case_studies .project .row .column:first-child span p {
    margin-left: 10px;
}

#case_studies .project .row .column:first-child span sup {
    font-size: 10px;
    transform: translateY(-4px);
    margin: 2px;
}

#case_studies .project .row .column:first-child .corner-border {
    --s: 10px;
    --t: 2px;
    --g: 0px;
    --c: #ffffff;
    width: 70px;
}

#case_studies .projects {
    width: auto;
    margin-left: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#case_studies .row_author {
    height: 140px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

#case_studies .projects h1 {
    font-family: 'MBF_ATOM_V5';
    font-size: 42px;
    margin: 0 !important;
    padding: 0 !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 0;
}

#case_studies .projects h3 {
    color: #CFCFCF;
    font-size: 16px;
    font-style: normal;
    font-weight: lighter;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    word-spacing: 5px;
}

#case_studies .projects .img-wrapper {
    display: inline-block;
    overflow: hidden;
    margin-bottom: -25px;
}

#case_studies .projects img {
    transition: 0.5s ease-in-out;
    cursor: pointer;
    width: 385px;
    height: 310px;
    object-fit: cover;
}


#case_studies .project:hover  {
    /* transform: translateX(-10px) !important; */
    margin-right: 5px;
}

#case_studies .project:hover .content  {
    padding: 20px;
}

#case_studies .project:hover img {
    transform:scale(1.25);
    -ms-transform:scale(1.25); /* IE 9 */
    -moz-transform:scale(1.25); /* Firefox */
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -o-transform:scale(1.25); /* Opera */
}

#case_studies #video_case_studies {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    object-fit: cover;
    position: fixed;
}

#case_studies_internal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    background-color: #000;
    z-index: 90;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#case_studies_internal .container > .wrapper {
    padding: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto !important;
    /* padding-top: 610px; */
    /* padding-top: 420px; */
}

#case_studies_internal .container .wrapper {
    width: 100vw !important;
}

#case_studies_internal .outer_wrapper {
    
}

#case_studies_internal h1 {
    color: #fff;
    font-family: 'MBF_ATOM_V5';
    font-size: min(110px, 9vw);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.4px;
    margin-top: 150px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}

#case_studies_internal h1:before {
    content: '';
    border-bottom: 2px solid #86C6D2;
    width: 10vw;
    height: 1px;
    position: absolute;
    transform: translate(-180%, 5vw);
}

#case_studies_internal h1:after {
    content: '';
    border-bottom: 2px solid #86C6D2;
    width: 10vw;
    height: 1px;
    position: absolute;
    transform: translate(70%, 5vw);
}

#case_studies_internal h4 {
    color: #AEAEAE;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    word-spacing: 7px;
}

#case_studies_internal .gallery {
    display: flex;
    flex-wrap: wrap;
}

#case_studies_internal .gallery div {
    flex: 1;
    padding: 10px;
    height: 350px;
    max-width: 550px;
}

#case_studies_internal .gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#case_studies_internal .main_content {
    background-color: #fff;
    width: 100vw;
    height: auto;
    margin-top: -60px;
    z-index: -1;
    padding: 0 40px;
    padding-top: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

#case_studies_internal .main_content h4 {
    color: #B0B0B0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-top: 24px;
}

#case_studies_internal .main_content h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    word-spacing: 3px;
    position: relative;
    margin-bottom: 75px;
}

#case_studies_internal .main_content h3:after {
    content: '';
    border-bottom: 1px solid #B0B0B0;
    width: 50px;
    position: absolute;
    left: 0;
    margin-top: 45px;
}

#case_studies_internal .main_content .main h2 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    word-spacing: 7px;
    text-transform: uppercase;
}

#case_studies_internal .main_content .main p {
    color: #5D5D5D;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 152%;
    letter-spacing: 0.5px;
    word-spacing: 3px;
    margin-bottom: 60px;
}

#case_studies_internal .main_content .column:first-child {
    width: 30%;
}

#case_studies_internal .main_content .column.main {
    width: 65%;
}

#case_studies_internal .main_content .column.middle {
    width: 4%;
}

#case_studies_internal .content {
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
    margin-top: 30px;
}

#msg_drag {
    pointer-events: none;
}


.error {
    color: red;
    display: none;
    font-size: 13px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.error:last-child {
    margin-bottom: 30px;
}

.success {
    color: green;
    display: none;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.loader {
    border: 4px solid #2424248f;
    border-radius: 50%;
    border-top: 4px solid #19191a;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-left: 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width : 768px) {
    
    html, body {
        touch-action: pan-x pan-y !important;
    }

    #case_studies_internal{
        height: fit-content;
    }

    #case_studies_internal .container {
        height: fit-content;
    }
    
    .mobile-only {
        display: block !important;
    }
    
    .desktop-only {
        display: none !important;
    }
    
    #preloader #percent {
        font-size: 90px;
        transform: translateY(-100px);
    }

    #menu {
        background-repeat: no-repeat;
        background-size: 170%;
        background-position: 30% 50%;
    }

    #menu .column a {
        font-size: 24px;
        letter-spacing: 2px;
        margin: 40px 0px;
    }

    #menu .social a {
        width: 45px;
        height: 45px;
    }

    #menu .social img {
        width: 100%;
        margin: unset;
    }

    #menu .social {
        margin-left: 0;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 5vh;
        justify-content: center;
    }

    .btn_get_in_touch:hover {
        color: #000;
    }
    
    .btn_get_in_touch:hover .arrow-right {
        border-left: 5px solid #000;
    }
    
    .btn_get_in_touch:hover:after {
        background-image: url(../assets/images/btn_get_in_touch.svg);
    }
    
    header {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        height: 70px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: space-between;
    }

    .wrapper {
        padding: 20px;
        box-sizing: border-box;
    }

    h1 {
        font-size: 23px;
    }

    #logo {
        width: 65px;
    }

    #logo img {
        width: 100%;
    }

    #logo .white_version {
        transform: translate(0px,3px) !important;
    }

    #logo .black_version {
        transform: translate(0px,-22px) !important;
    }

    #burger_menu {
        margin-top: -17px;
        margin-right: -15px;
    }

    #burger_menu img {
        
    }

    .waves {
        width: 35px !important;
        height: 30px;
    }

    .section .content p {
        font-size: 13px;
    }

    #section01 {
        height: calc(100vh - 90px) !important;
    }

    #logo_future {
        margin-left: 10px;
        margin-bottom: 50px;
    }

    #logo_future img {
        content: url(../assets/images/logo_future_mobile.svg);
    }

    #btn_contact {
        display: none;
    }

    .scroll_down {
        display: none;
    }

    #second_line {
        flex-direction: column;
    }

    #second_line div {
        width: unset;
    }

    #second_line .copy {
        width: 100%;
    }

    #second_line .line-vert {
        display: none;
    }

    #second_line .copy {
        width: 100%;
        padding: 0px 13px;
        box-sizing: border-box;
    }

    #cookies_disclaimer {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
        left: 0;
        bottom: 0px;
        background-color: #0000009c;
        z-index: 999;
    }

    #cookies_disclaimer p {
        font-size: 10px;
    }

    

    #cookies_disclaimer button {
        padding: 5px 10px;
        margin: 0 5px;
        text-transform: uppercase;
        font-size: 7px;
    }

    .btn_get_in_touch {
        font-size: 8px;
        width: 178px;
        max-width: unset;
        height: 58px;
        margin-right: -20px;
        margin-top: -20px;
    }

    .btn_get_in_touch:after {
        background-size: 100% 100%;
    }
    
    #section03 .content p {
        width: 98%;
        font-size: 9px;
        letter-spacing: 1px;
        line-height: 16px;
    }

    #section04b {
        padding-left: 10vw;
    }

    #section04b h1 {
        font-size: 7vw;
    }

    #section04b .lines-wrapper {
        margin-left: -40px;
        margin-top: 25px;
    }

    #section04b .lines {
        padding-left: 60px;
    }

    #section04b .line {
        display: flex;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 65%;
    }

    #section04b .number {
        transform: scale(0.75);
        margin-left: -40px;
    }

    #section04b h4 {
        font-size: 16px;
        margin-top: -35px;
        margin-left: 30px;
    }

    #section04b p {
        font-size: 9px;
        width: 250px;
        margin-left: 30px;
        margin-top: -10px;
    }
    
    #section05 {
        height: 75vh !important;
        margin-top: -50px !important;
    }

    #section05 .content {
        width: calc(100% - 10px);
        margin-left: 10px;
    }

    #section05 .content .column:nth-child(1), #section05 .content .column:nth-child(2) {
        display: none;
    }

    #section05 .content .column {
        padding: unset;
    }

    #section05 h1 {
        font-size: 7vw;
        margin-bottom: -10px;
    }

    #section05 .names a {
        color: rgba(255, 255, 255, 1);
        font-size: 3vw;
        letter-spacing: 4px;
        margin-top: -5px;
        pointer-events: none;
    }

    #section05 .names p {
        display: block;
        color: #fff;
        font-size: 10px;
        line-height: 12px;
        text-transform: unset;
        margin-top: -10px;
        word-spacing: 3px;
        letter-spacing: 1.5px;
    }

    #section05 .names > div {
        position: relative;
        margin-top: 25px;
    }

    #section05 .names > div:after {
        content: '';
        border-bottom: 1px solid #fff;
        width: 90%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -20px;
    }

    #section06 .content img {
        width: 80%;
    }

    #section06 p {
        font-size: 12px;
        width: 80%;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-end;
        align-items: flex-start;
    }

    footer .row, #contact .footer .row {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }

    footer .content img, #contact .footer img {
        width: 180px;
        margin-bottom: 20px;
    }

    footer .row .column:nth-child(2), footer .row .column:nth-child(3), #contact .footer .row .column:nth-child(2), #contact .footer .row .column:nth-child(3) {
        width: unset;
    }

    footer .row .column:nth-child(3), #contact .footer .row .column:nth-child(3) {
        margin-top: unset;
    }

    #contact .footer .row .column:nth-child(3) {
        margin-top: 30px;
    }

    footer .content  {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        align-content: flex-start;
        height: 100vh;
    }

    footer h4, #contact .footer h4 {
        font-size: 15px;
    }

    footer .column a, #contact .footer h4 .column a {
        font-size: 12px;
    }

    footer .social a, #contact .footer .social a {
        width: 30px;
        height: 30px;
    }

    footer .social img, #contact .footer .social img {
        width: 200%;
        margin: unset;
    }

    footer .social a:first-child img {
        width: 120%;
    }

    footer .row .column:nth-child(1) {
       
    }

    .row.social > div {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 110px;
    }

    .address .column:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }

    .address .column:nth-child(2) a {
        margin-left: 0;
    }

    #contact {
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        padding: 20px 30px;
        overflow: hidden;
    }
    
    #contact .container {
        overflow: hidden;
    }

    #contact .content {
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
        padding: 0 2px;
    }

    #contact .column {
        width: 100%;
    }

    #contact form label {
        font-size: 14px;
    }

    .address .column {
        width: 100% !important;
    }

    footer {
        
        justify-content: flex-start  !important;
    }

    #contact .address {
        margin-left: -25px;
    }

    .address {
        margin-top: -5px !important;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        transform: translateX(25px);
    }

    .address p, .address a {
        font-size: 10px !important;
    }

    #contact .column:first-child {
        margin-right: unset;
        width: 100%;
    }

    #contact h1 {
        font-size: 9vw;
        margin-top: 10vh;
        margin-bottom: 50px;
        width: 100%;
        text-align: center;
    }

    .address h3 {
        margin-top: 25px;
    }

    #contact form {
        margin-bottom: 100px;
    }
    
    #contact #btn_submit {
        height: 60px;
        width: 220px;
        margin-right: 0px;
    }

    #contact .footer {
        margin-top: 50px;
    }

    #contact .social {
        width: 230px;
    }

    #contact .social img {
        width: 14px !important;
    }

    #contact .footer  a {
        margin-left: 20px;
    }

    #contact .footer .social {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: unset;
        margin-left: 34px;
        margin-top: 30px;
        align-content: center;
        margin-bottom: 40px;
    }

    #contact .footer .social a {
        margin-left: 18px;
    }

    #case_studies .wrapper {
        /* overflow-x: scroll;
        position: relative; */
    }

    #case_studies .column:first-child {
        width: 50vw;
    }
    #case_studies .column:nth-child(2) {
        width: auto;
    }

    #case_studies .project:hover  {
        margin-right: 0px;
    }
    
    #case_studies .project:hover .content  {
        padding: 0 !important;
    }
    
    #case_studies .project:hover img {
        transform:scale(1);
        -ms-transform:scale(1); /* IE 9 */
        -moz-transform:scale(1); /* Firefox */
        -webkit-transform:scale(1); /* Safari and Chrome */
        -o-transform:scale(1); /* Opera */
    }

    #case_studies .wrapper {
        width: auto;
    }

    #case_studies .project {
        transform: scale(0.72);
        transform-origin: bottom;
        margin-left: -50px;
    }

    #case_studies_internal footer .address {
        order: 1;
    }

    #case_studies_internal footer .row .column:nth-child(1) {
        order: 2;
    }

    #case_studies_internal footer .social {
        order: 9;
    }

    #case_studies_internal .container {
        overflow-y: hidden;
    }

    #case_studies_internal h1 {
        font-size: 24px;
        margin-top: 80px;
    }

    #case_studies_internal h1:before {
        border-bottom: 1px solid #86C6D2;
        width: 40px;
        transform: translate(-130%, 12px);
    }

    #case_studies_internal h1:after {
        content: '';
        border-bottom: 1px solid #86C6D2;
        width: 40px;
        height: 1px;
        position: absolute;
        transform: translate(20%, 12px);
    }

    #case_studies_internal h4 {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
    }

    #case_studies_internal footer .row.buttons h4 {
        text-transform: unset;
    }

    #case_studies_internal .gallery {
        flex-direction: column;
        align-content: space-between;
        margin-top: 30px;
    }

    #case_studies_internal .gallery img {
        object-fit: cover;
        height: auto;
        margin: 0 0px 20px 0px;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #case_studies_internal .main_content {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
    }

    #case_studies_internal .main_content .column:first-child {
        width: 100%;
        text-align: center;
    }

    #case_studies_internal .main_content h3:after {
        left: calc(50% - 25px);
    }

    #case_studies_internal .main_content .column.main {
        width: 100%;
        text-align: left;
    }

    #case_studies_internal .main_content .main h2 {
        font-size: 20px;
    }

    #case_studies_internal .main_content .main p {
        font-size: 16px;
    }

    #case_studies_internal .info {
        width: 100%;
        margin-top: 10px;
    }

    #case_studies_internal .info h4 {
        color: #B0B0B0;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    #case_studies_internal .info .row {
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        box-sizing: border-box;
        margin-bottom: -10px;
    }

    #case_studies_internal .info h3 {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: right;
    }

    #case_studies_internal footer .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
        overflow: hidden;
        height: unset;
        padding: 0 10px;
    }

    #case_studies_internal footer .social {
        justify-content: flex-end !important;
        margin-top: 50px;
    }

    #case_studies_internal footer .row {
        order: 2;
    }

    #case_studies_internal footer .row.buttons {
        margin-left: 25px;
        flex-direction: column-reverse;
    }

    #msg_drag {
        margin-top: -35vh;
        margin-left: calc(20vw - 20px);
        position: absolute;
    }

    #case_studies_internal .container .wrapper {
        height: auto !important;
    }
    

}



footer .content{
    width: 94% !important;
}

.footer-cambio{
   align-items: center !important;
}

@media only screen and (min-width: 1024px) and (max-height : 800px) {
    
    #section03 h1 {
        font-size: 40px;
    }

    

    #section03 .content p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
    }

   

    #section03 .line_vertical {
        bottom: -30vh;
        margin-left: 20px;
    }

    #logo_future {
        margin-bottom: 75px;
    }

    #section06 .content img {
        width: 70%;
        margin-top: 110px;
    }

    #section07 {
        margin-bottom: -80px;
    }

    #contact .content {
        margin-bottom: -50px;
    }
}

@media only screen and (min-width: 1440px) and (max-width : 1599px) {
    
   

#case_studies_internal .gallery div{
    max-width: 350px;
}

#case_studies .projects img{
    height: 200px;
}

}
