﻿
html {
    font-size: 16px;
}

body {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: inherit;
}




.text-white {
    color: white;
}

.bg-black {
    background-color: black;   
}

.bg-blue {
    background-color: #41B7E9;
}

.padding-8em {
    padding: 8rem;
}


.hero-section {
    position: relative;
}

.hero-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
   
    background-color: #f3f4f6;
    transition: opacity 0.3s ease-in-out;
}

.hero-image[loading] {
    opacity: 0.7;
}

.hero-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.hero-title {
    position: absolute;
    top: 39.8rem;
    left: 6.25rem;
    transform: translateY(-50%);
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-style: normal;
    font-size: 6.25rem;
    line-height: 8.75rem;
    text-align: left;
    letter-spacing: 0;
    width: auto;
}


@media (max-height: 800px) {
    .hero-title {
        font-size: 6rem;
        line-height: 7rem;
    }
}

@media (max-height: 700px) {
    .hero-title {
        top: 50%;
        font-size: 6rem;
        line-height: 6rem;
    }
}

@media (max-height: 600px) {
    .hero-title {
        top: 50%;
        font-size: 5rem;
        line-height: 5rem;
    }
}

@media (max-height: 500px) {
    .hero-title {
        top: 50%;
        font-size: 4rem;
        line-height: 4rem;
    }
}


.about-section {
    position: relative;
    display: flex;
    flex-direction: row;
    font-family: Roboto;
    font-weight: 900;
    font-style: normal;
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    letter-spacing: 0;
    vertical-align: middle;
    background: white;
    padding-bottom: 13.125rem;
    min-height: 80vh;
    z-index: 1;
    isolation: isolate;
}

.about-content {
    line-height: 1;
    width: 100%;
    flex-grow: 1;
    padding: 8rem;
    display: flex;
    justify-content: center;
    flex-direction: row;
    background: white;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.about-title-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-text-section {
   
    width: 50vw;
    max-width: 58.33rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 8rem;
}

.about-content > .whitespace {
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0;
    vertical-align: middle;
    height: 1.875rem;
}

.about-title {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}

.about-title:first-of-type {
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.about-title:last-of-type {
    font-size: clamp(3.5rem, 4.5vw, 5.3125rem);
    line-height: 1.1;
    margin-bottom: 0;
}

.about-paragraph {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1.125rem, 1.5vw, 1.5rem);
    line-height: 1.6;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 2rem 0;
}

.about-image-middle {
    display: none;
}

.about-image {
    display: block;
    width: 22.8125rem;
    height: auto;
    margin: 2rem 0 0 0;
    order: 0;
}

.about-logo {
   
    width: 19.01vw;
    max-width: 22.8125rem;
    min-width: 10rem;
    height: auto;
    margin: 2rem 0 0 0;
}


@media (min-width: 1920px) {
    .about-title:first-of-type {
        font-size: 2.5rem;
    }
    
    .about-title:last-of-type {
        font-size: 5.3125rem;
    }
    
    .about-paragraph {
        font-size: 1.5rem;
    }
}

@media (max-width: 1600px) and (min-width: 1051px) {
    .about-content {
        padding: 6rem;
    }
    
    .about-text-section {
        padding-right: 4rem;
    }
}

@media (max-width: 1400px) and (min-width: 1051px) {
    .about-content {
        padding: 4rem;
        gap: 3rem;
    }
    
    .about-text-section {
        padding-right: 3rem;
    }
}

@media (max-width: 1200px) and (min-width: 1051px) {
    .about-content {
        padding: 3rem;
        gap: 2rem;
    }
    
    .about-text-section {
        padding-right: 2rem;
        width: 55vw;
    }
}


.video-section {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-sizing: border-box;
    background-color: #41B7E9;
    width: 100%;
    overflow: visible;
    z-index: 100;
}

.video-container {
    margin-top: -13.125rem;
    z-index: 100;
    position: relative;
}

.video-iframe {
    width: 80vw;
    height: 80vh;
    position: relative;
    z-index: 100;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.ctct-form-element {
    width: 60%;
}


.features-section {
    position: relative;
    display: flex;
    background-color: black;
    flex-direction: column;
    color: white;
    height: auto;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 8rem;
    z-index: 1;
}

.features-header-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
}

.features-header {
    width: 100%;
    height: 3.75rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.features-title {
    color: rgba(255, 255, 255, 0.9);
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    letter-spacing: 0;
    vertical-align: middle;
    margin-right: 0.625rem;
}

.features-line {
    flex-grow: 1;
    height: 0.125rem;
    background-color: white;
    border-radius: 0.0625rem;
}


.icon-airplane {
    color: white;
}

.airplane-icon--red {
    color: #E92349;
}

.airplane-icon--blue {
    color: #1C8BC0;
}

.airplane-icon--dark-blue {
    color: #021F4D;
}


.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    width: 100%;
    height: auto;
    padding: 0 1.25rem 1.25rem 1.25rem;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.feature-block {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: white;
    border-radius: 0.3125rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 1rem;
    min-height: 10rem;
}

.feature-number {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: Roboto;
    font-weight: 200;
    font-style: normal;
    font-size: clamp(6rem, 8vw, 10rem);
    line-height: 1;
    letter-spacing: 0;
    vertical-align: middle;
    padding-top: 0.5rem;
}

.feature-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.6;
    letter-spacing: 0;
    vertical-align: middle;
    padding-top: 0.5rem;
}

.feature-highlight {
    background-color: #E51937;
    color: white;
    padding: 0.125rem 0.25rem;
    border-radius: 0.1875rem;
}


.projects-section {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-sizing: border-box;
    background-color: black;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
    max-width: 110rem;
    align-items: stretch;
}

.project-card {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 
                0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 0.1875rem solid black;
    width: 100%;
    max-width: 34.625rem;
    margin: 0 auto;
}

.project-card-image-container {
    width: 100%;
    height: 21rem;
    background-color: #d1d5db;
}

.project-card-image {
    width: 101%;
    height: 100%;
    display: block;
    background-color: #d1d5db; 
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
}

.project-card-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
}

.project-card-title {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5625rem;
    line-height: 2.25rem;
    letter-spacing: 0;
    margin: 0 0 0.5rem 0;
}

.project-card-title a {
    text-decoration: none;
}

.project-card-description {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    margin: 0;
}


.project-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}


.project-card-arrow {
    margin-top: auto;      
    align-self: flex-end;  
    display: inline-flex;
    text-decoration: none;
}

.project-card-arrow svg {
    display: block;
}


@media (max-width: 1050px) {
   
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
   
    .about-section {
        flex-direction: column;
        padding-bottom: 13.125rem;
        z-index: 1;
        isolation: isolate;
    }
    
    .about-content {
        flex-direction: column;
        gap: 0;
    }
    
    .about-title-section,
    .about-text-section {
        flex: none;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        padding-right: 0;
        width: 100%;
        max-width: none;
    }
    
    .about-image {
        display: none;
    }
    
    .about-image-middle {
        display: block;
        width: 100%;
        margin: 0;
        padding: 4rem 0;
    }
    
    .about-content {
        padding: 6rem;
    }
    
    .about-title {
        text-transform: none;
        font-weight: 900;
    }
    
    .about-title:first-of-type,
    .about-title:last-of-type {
        font-size: 2.8125rem;
        line-height: 3.4375rem;
    }
    
    .about-logo {
        width: 25%;
        max-width: none;
        min-width: 8rem;
    }
    
    .video-section {
        z-index: 100;
    }
}


@media (max-width: 940px) and (min-width: 768px) {
    .features-header {
        align-items: flex-start;
        gap: 1rem;
        height: auto;
        min-height: 6rem;
    }
    
    .features-header-wrapper {
        height: auto;
        min-height: 6rem;
    }
    
    .features-title {
        margin-right: 0;
        width: 100%;
        line-height: 1.2;
    }
    
    .svg-line-container {
        display: flex !important;
        align-items: center;
        gap: 0.625rem;
        width: 100%;
    }
    
    .features-line {
        flex-grow: 1;
    }
}


@media (max-width: 875px) and (min-width: 768px) {
    .features-section {
        padding: 4rem 2rem;
    }
    
    .features-header-wrapper {
        margin-bottom: 2rem;
    }
    
    .features-title {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
}


@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
    .hero-image {
        height: 100vh;
        object-position: 75% center; 
    }
    .header-image {
        background-position: 75% center; 
    }
    .hero-title {
        font-size: 4rem;
        line-height: 1.1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }
    
    .about-section {
        flex-direction: column;
        padding-bottom: 13.125rem;
        z-index: 1;
        isolation: isolate;
    }
    
    .about-content {
        flex-direction: column;
        gap: 0;
        padding: 5.5rem 3rem;
    }
    
    .about-title-section {
        order: 1;
        margin-bottom: 2.83rem;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        padding-right: 0;
    }
    
    .about-text-section {
        order: 2;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        padding-right: 0;
        width: 100%;
        max-width: none;
    }
    
    .about-title {
        text-transform: none;
        font-weight: 900;
        margin: 0;
    }
    
    .about-title:first-of-type,
    .about-title:last-of-type {
        font-size: 2.8125rem;
        line-height: 3.4375rem;
        margin-bottom: 0;
    }
    
    .about-image {
        display: none;
    }
    
    .about-image-middle {
        display: block;
        width: 103vw;
        margin: 0 0 0 -3rem;
        padding: 5.5rem 0;
        order: 3;
    }
    
    .about-logo {
        width: 25%;
        max-width: none;
        min-width: 6rem;
    }
    
    .video-section {
        z-index: 100;
    }
    
    .features-section {
        padding: 5.5rem 1rem;
        min-height: auto;
    }
    
    .features-header {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        gap: 0.5rem;
    }
    
    .features-header-wrapper {
        margin-bottom: 2.83rem;
    }

    .features-title {
        font-size: 3rem;
        line-height: 3.83rem;
        margin-right: 0;
        order: 2;
    }

    .svg-line-container {
        order: 1;
        display: flex;
        align-items: center;
        gap: 0.625rem;
    }

    .features-line {
        flex-grow: 1;
    }
    
    .features-grid {
        padding: 0 1.67rem 0 1.67rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 2.83rem;
    }
    
    .feature-block {
        grid-template-columns: auto 1fr;
        align-items: start;
        gap: 1rem;
        min-height: auto;
    }
    
    .feature-number {
        font-size: 5rem;
        padding-top: 0;
        align-items: center;
    }
    
    .feature-text {
        font-size: 1.2rem;
        line-height: 1.5;
        padding-top: 0;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 2.83rem;
        max-width: 100%;
    }
    
    .project-card {
        max-width: 85%;
        width: 85%;
        margin: 0 auto;
    }
    
    .projects-section {
        padding: 2.83rem 1rem;
    }
    
    .video-container {
        margin-top: -13.125rem;
    }
    
    main {
        margin-top: 0 !important;
    }
}


@media (max-width: 480px) {
    html {
        font-size: 10px;
    }
    
    .hero-title {
        font-size: 3.6rem;
    }
    
    .about-content {
        padding: 5.5rem 2rem;
    }
    
    .about-title-section {
        margin-bottom: 2.83rem;
    }
    
    .about-image-middle {
        padding: 5.5rem 0;
    }
    
    .features-section {
        padding: 5.5rem 1rem;
    }
    
    .features-header-wrapper {
        margin-bottom: 2.83rem;
    }
    
    .features-grid {
        gap: 2.83rem;
    }
    
    .projects-section {
        padding: 2.83rem 0.5rem;
    }
    
    .projects-grid {
        gap: 2.83rem;
    }
    
    .project-card {
        max-width: 85%;
        width: 85%;
        margin: 0 auto;
    }
    
    .project-card-content {
        padding: 1rem;
    }
    
    .project-card-title {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    
    .project-card-description {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
}


@media (min-width: 941px) {
    .svg-line-container {
        display: contents;
    }
}

.title-extra-large {
    font-size: 5.3125rem;
    font-weight: 700;
    line-height: 4.6875rem;
    text-transform: uppercase;
}

.title-large {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
