@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/* Reset some default browser styles */
/* Typography - Desktop */
:root {
    --Font-Names-Primary-Font: Urbanist;
    --Font-Names-Secondary-Font: "Red Hat Display";
    --Sizes-Heading-H1: 48px;
    --Sizes-Heading-H2: 16px;
    --Sizes-Heading-H3: 21px;
    --Sizes-Heading-H4: 32px;
    --Sizes-Heading-H5: 24px;
    --Sizes-Heading-H6: 20px;
    --Sizes-Subheading-Sub-1: 24px;
    --Sizes-Subheading-Sub-2: 20px;
    --Sizes-Subheading-Sub-3: 18px;
    --Sizes-Subheading-Sub-4: 16px;
    --Sizes-Body-Body-1: 18px;
    --Sizes-Body-Body-2: 16px;
    --Sizes-Body-Body-3: 14px;
    --Sizes-Body-Body-4: 12px;
    --Weight-Heading-W-H1: 500;
    --Weight-Heading-W-H2: 900;
    --Weight-Heading-W-H3: 500;
    --Weight-Heading-W-H4: 500;
    --Weight-Heading-W-H5: 500;
    --Weight-Heading-W-H6: 500;
    --Weight-Subheading-W-Sub-1: 500;
    --Weight-Subheading-W-Sub-2: 500;
    --Weight-Subheading-W-Sub-3: 500;
    --Weight-Subheading-W-Sub-4: 500;
    --Weight-Body-W-Body-1: 500;
    --Weight-Body-W-Body-2: 500;
    --Weight-Body-W-Body-3: 500;
    --Weight-Body-W-Body-4: 500;
    --body-width: 100vw;
    --Sizes-Mail: 35px;
}

@media only screen and (max-width: 1068px) {

    /* Typography - Tablet */
    :root {
        --Sizes-Heading-H1: 40px;
        --Sizes-Heading-H2: 15px;
        --Sizes-Heading-H3: 20px;
        --Sizes-Heading-H4: 28px;
        --Sizes-Heading-H5: 24px;
        --Sizes-Heading-H6: 20px;
        --Sizes-Subheading-Sub-1: 20px;
        --Sizes-Subheading-Sub-2: 20px;
        --Sizes-Subheading-Sub-3: 18px;
        --Sizes-Subheading-Sub-4: 16px;
        --Sizes-Body-Body-1: 18px;
        --Sizes-Body-Body-2: 16px;
        --Sizes-Body-Body-3: 14px;
        --Sizes-Body-Body-4: 12px;
        --Weight-Heading-W-H1: 500;
        --Weight-Heading-W-H3: 500;
        --Weight-Heading-W-H4: 500;
        --Weight-Heading-W-H5: 500;
        --Weight-Heading-W-H6: 500;
        --Weight-Subheading-W-Sub-1: 500;
        --Weight-Subheading-W-Sub-2: 500;
        --Weight-Subheading-W-Sub-3: 500;
        --Weight-Subheading-W-Sub-4: 500;
        --Weight-Body-W-Body-1: 500;
        --Weight-Body-W-Body-2: 500;
        --Weight-Body-W-Body-3: 500;
        --Weight-Body-W-Body-4: 500;
        --Sizes-Mail: 30px;
    }
}

@media only screen and (max-width: 734px) {

    /* Typography - Mobile */
    :root {
        --Sizes-Heading-H1: 28px;
        --Sizes-Heading-H2: 14px;
        --Sizes-Heading-H3: 20px;
        --Sizes-Heading-H4: 24px;
        --Sizes-Heading-H5: 22px;
        --Sizes-Heading-H6: 20px;
        --Sizes-Subheading-Sub-1: 20px;
        --Sizes-Subheading-Sub-2: 18px;
        --Sizes-Subheading-Sub-3: 16px;
        --Sizes-Subheading-Sub-4: 16px;
        --Sizes-Body-Body-1: 16px;
        --Sizes-Body-Body-2: 14px;
        --Sizes-Body-Body-3: 12px;
        --Sizes-Body-Body-4: 12px;
        --Weight-Heading-W-H1: 500;
        --Weight-Heading-W-H3: 500;
        --Weight-Heading-W-H4: 500;
        --Weight-Heading-W-H5: 500;
        --Weight-Heading-W-H6: 500;
        --Weight-Subheading-W-Sub-1: 500;
        --Weight-Subheading-W-Sub-2: 500;
        --Weight-Subheading-W-Sub-3: 500;
        --Weight-Subheading-W-Sub-4: 500;
        --Weight-Body-W-Body-1: 500;
        --Weight-Body-W-Body-2: 500;
        --Weight-Body-W-Body-3: 500;
        --Weight-Body-W-Body-4: 500;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-padding-top: 50px;
}

body {
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: var(--Sizes-Heading-H1);
    font-weight: var(--Weight-Heading-W-H1);
    margin: 0;
    padding: 0;
}

h2 {
    font-size: var(--Sizes-Heading-H2);
    font-weight: var(--Weight-Heading-W-H2);
    font-family: var(--Font-Names-Secondary-Font);
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.9px;
    padding-bottom: 5px;
}

h3,
.h3 {
    font-size: var(--Sizes-Heading-H3);
    font-weight: var(--Weight-Heading-W-H3);
    font-family: var(--Font-Names-Secondary-Font);
    line-height: 24px;
    padding-bottom: 5px;
}

.mail-button {
    font-size: var(--Sizes-Mail);
}

/* Fullscreen section styling */
.fullscreen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content {
    text-align: center;
    color: #fff;
}

#section1 .content {
    z-index: 1;
}

/* Video section styling */
.video-section {
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

/* Video section styling */
.template-title {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.width-limit {
    width: 100%;
    max-width: 1300px;
}

.width-100 {
    width: 100%;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding-top: 70px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.w-60-l {
    width: 60%;
}

.w-75-l {
    width: 75%;
}


.video-overlay p {
    font-size: 1.5rem;
}

/* Navbar styling */
/* Add an initial hidden state for the navbar */
#navbar {
    color: white;
    position: fixed;
    top: 0;
    padding: 30px 30px;
    z-index: 10;
    background-color: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    transition: 0.3s;
}

#navbar.scrolled {
    color: black !important;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.scrolled .menu-logo {
    filter: invert();
    transition: 0.2s ease-in-out;
}

.active .menu-logo {
    filter: unset;
    position: absolute;
    right: 30px;
    top: 35px;
}


#navbar .logo {
    font-size: 1.5rem;
    font-weight: bold;
}


.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links a {
    font-size: 1rem;
    transition: color 0.3s ease;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.scrolled .hover-underline-animation:after {
    background-color: #000;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.cursor-pointer {
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: white;
}

.menu-logo {
    display: none;
}

@media only screen and (max-width: 1068px) {
    .w-75-m {
        width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    .nav-links {
        position: absolute;
        right: 0;
        height: 100vh;
        top: 0;
        background-color: rgba(255, 255, 255);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        color: #000;
    }

    .active .nav-links {
        transform: translateX(0);
    }

    .nav-links a {
        font-size: 30px;
    }

    .menu-logo {
        display: block;
        z-index: 1000;
    }
}


.section-body {
    max-width: 1300px;
    width: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-wrap: break-word;
}

.section-body-container {}

.section-body-content {
    padding: 30px 0px;
}

section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.text-black {
    color: black;
}

.text-body {
    font-size: 23px;
    line-height: 33px;
    margin: 0.5rem 0;
    font-weight: 300;
    letter-spacing: 1.1px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

.half-fill {
    width: 50%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .text-body {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .half-fill {
        width: 100%;
        height: 30%;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Video section styling */
    .video-section {
        position: relative;
        overflow: hidden;
        min-height: 550px;
    }

    .section-body-container {
        padding: 40px 5px;
    }

}

iframe {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow-y: hidden;
}

.classic {
    font-family: "Playfair Display", serif;
}

.classic h3 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5vw;
}

.blur-light {
    background-color: rgba(255, 255, 255, 0.3);
}

.blur-dark {
    background-color: rgba(38, 38, 38, 0.3);
}

.blur-dark,
.blur-light {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

footer {
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    letter-spacing: 1.4px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:link:active,
a:visited:active {
    color: inherit;
}


.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.align-start {
    align-items: start;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.align-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: start;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: end;
}

.w-100 {
    width: 100%;
}

.w-95-m {
    width: 95%;
}

.w-200px,
.w-200px-m {
    max-width: 300px;
    min-width: 300px;
}

.text-center {
    text-align: center;
}

@media screen and (max-width: 734px) {
    .w-80-s {
        width: 80%;
    }

    .w-90-s {
        width: 90%;
    }
}

.spacer {
    min-height: 20px;
}

.p-10 {
    padding: 10px;
}

.pl-20 {
    padding-left: 15px;
}

.font-light {
    font-weight: 300;
}

.card {
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

.bg-light {
    background-color: rgb(236, 236, 236);
    color: #000;
}

.bg-dark {
    background-color: rgb(37, 37, 37);
    color: #fff;
}

.bg-blue-gradient {
    background: linear-gradient(135deg, rgb(0, 24, 41) 1%, rgb(74, 123, 163) 100%);
    color: #fff;
}

.invert {
    filter: invert(1);
}

.bi {
    width: 30px;
    height: 30px;
}

.bi-linkedin {
    color: black;
    fill: black;
    transition: 0.2s ease-in-out;
}

.hover-blue {
    color: inherit;
    transition: 0.2s ease-in-out;
}

.hover-blue:hover {
    color: #0072B1;
    fill: #0072B1;
    transition: 0.2s ease-in-out;
}

.modal-open {
    position: fixed;
    display: block;
    z-index: 1100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal-overlay-container {
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

.space-evenly {
    justify-content: space-evenly;
}

.space-between {
    justify-content: space-between;
}

.modal-overlay {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    border-radius: 20px;
    width: 750px;
}

.modal-content-container {
    background-color: #fff;
    border-radius: 20px;
    padding: 45px;
}

.display-none {
    display: none;
}

/* Mobile responsive text size */
@media screen and (max-width: 768px) {
    .video-overlay p {
        font-size: 1.2rem;
    }

    /*h3,*/
    /*.h3 {*/
    /*    font-optical-sizing: auto;*/
    /*    font-style: normal;*/
    /*    font-weight: 400;*/
    /*    font-size: 25px;*/
    /*}*/
}

.strategy-grid {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.contact-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .section-body {
        width: 85%;
    }

    .strategy-grid {
        grid-template-columns: 100%;
        row-gap: 20px;
    }

    .w-200px-m {
        max-width: 550px;
    }
}

@media screen and (max-width: 768px) {
    .contact-container {
        display: block;
    }

    .section-body {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .w-95-m {
        width: 100%;
    }
}