@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.woff2') format('woff2'),
        url('../fonts/GothamLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook-Italic.woff2') format('woff2'),
        url('../fonts/GothamBook-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root{
    --primary-color: #ffffff;
    --secondary-color: #0D364B;
    --light-color: #DADCE6;
    --container-padding: 6.2rem;
}
@media screen and (max-width: 575px) {
    :root{
        --container-padding: 0.85rem;
    }
}
@media screen and (min-width: 576px) {
    :root{
        --container-padding: 1.25rem;
    }
}
@media screen and (min-width: 992px) {
    :root{
        --container-padding: 2rem;
    }
}
@media screen and (min-width: 1200px) {
    :root{
        --container-padding: 6.2rem;
    }
}
body{
    position: relative;
    font-size: 16px;
    color: var(--primary-color);
    font-family: 'Gotham';
    font-weight: 400;
    overflow-x: hidden;
    min-height: 100vh;
    font-optical-sizing: auto;
    font-style: normal;
    -moz-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
body .container-fluid{
    width: 100%;
    max-width: 1440px;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}
body .background_body-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    opacity: 1;
}
body .background_body-image > .bg-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header{
    padding: 4.2rem 0 2.5rem 0;
}
header .logo img{
    height: 25px;
}
@media screen and (max-width: 991px) {
    header .logo{
        width: 100%;
        height: 100%;
        max-width: 270px;
        margin: auto;
    }
    header .logo img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
}
.cover_page_image{
    width: 100%;
    height: 100vh;
    max-width: 100%;
    max-height: 800px;
    overflow: hidden;
    position: relative;
}
.cover_page_image::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0D364B;
    opacity: 0.1;
    z-index: 1;
}
.cover_page_image iframe {
    width: 100%;
    height: 100%;
    transform: scale(1.5) translate(0px, -20px);
}
@media screen and (max-width: 575px) {
    .cover_page_image iframe {
        transform: scale(3.5) translate(0px, 0px);
    }
}
@media screen and (min-width: 576px) {
    .cover_page_image iframe {
        transform: scale(3.5) translate(0px, 0px);
    }
}
@media screen and (min-width: 768px) {
    .cover_page_image iframe {
        transform: scale(3.5) translate(0px, 0px);
    }
}
@media screen and (min-width: 992px) {
    .cover_page_image iframe {
        transform: scale(1.5) translate(0px, -20px);
    }
}
@media screen and (min-width: 1200px) {
    .cover_page_image iframe {
        transform: scale(1.5) translate(0px, -20px);
    }
}
@media screen and (min-width: 2000px) {
    .cover_page_image iframe {
        transform: scale(1.8) translate(0px, -90px);
    }
}
.cover_page_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.btn-outline-primary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--secondary-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--secondary-color);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary-color);
    --bs-gradient: none;
    letter-spacing: 0.11rem !important;
    padding: 0.93rem 1.75rem;
}
@media screen and (max-width: 575px) {
    .btn-outline-primary.fs-6 {
        font-size: 0.875rem !important;
        padding: 10px 20px;
    }
}
.cover_page::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 12.5%;
    background: linear-gradient(0deg,rgba(8, 46, 68, 0.6) 0%, rgba(8, 46, 68, 0) 100%);
    opacity: 1;
    z-index: 1;
    
}
.section-projects{
    padding: 50px 0;
    box-shadow: 0px 10px 7.7px rgb(35 31 32 / 5%);
}
.section-projects .section_title{
    margin-bottom: 4.06rem;
}
.divider{
    border-bottom: 0.5px solid rgba(245, 238, 238, 0.4);
}
@media screen and (max-width: 575px) {
    .section-projects .section_title{
        margin-bottom: 3rem;
    }
}
@media screen and (min-width: 576px) {
    .section-projects .section_title{
        margin-bottom: 3.5rem;
    }
}
@media screen and (min-width: 992px) {
    .section-projects .section_title{
        margin-bottom: 4.06rem;
    }
}
@media screen and (min-width: 1200px) {
    .section-projects .section_title{
        margin-bottom: 4.06rem;
    }
}
.section-projects .landing-logo{
    width: 100%;
    max-width: 200px;
    height: 60px;
    margin: 0 auto;
}
@media screen and (max-width: 575px) {
    .section-projects .landing-logo{
        max-width: 160px;
        height: 40px;
    }
}
.section-projects .landing-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.text-light{
    color: var(--light-color) !important;
}
.section-details{
    padding: 150px 0 180px;
}
@media screen and (max-width: 575px) {
    .section-details{
        padding: 60px 0 0;
    }
}
@media screen and (min-width: 576px) {
    .section-details{
        padding: 80px 0;
    }
}
@media screen and (min-width: 992px) {
    .section-details{
        padding: 100px 0 140px;
    }
}
@media screen and (min-width: 1200px) {
    .section-details{
        padding: 150px 0 180px;
    }
}
.h1{
    font-size: 2rem;
    line-height: 42px;
    letter-spacing: 1.8px;
    margin-bottom: 40px;
}
.h5{
    line-height: 1.8rem;
}
.fs-5{
    line-height: 1.78rem !important;
}
.fs-6{
    font-size: 1rem !important;
    line-height: 24px !important;
}
@media screen and (max-width: 575px) {
    .h1{
        font-size: 22px;
        line-height: 40px;
        letter-spacing: 0.1rem;
        margin-bottom: 30px;
    }
    .fs-5{
        font-size: 1rem !important;
    }
    .fs-6{
        font-size: 0.875rem !important;
        line-height: 22px !important;
    }
}


.toggle_button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    padding: 10px 15px;
    background-color: rgba(13, 54, 75, 0.4);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}