@charset "UTF-8";
/**
 * Custom CSS
 * 
 * @author @dwengs
 * @copyright 2025, @dwengs
 */


/**
 *
 */
:root {
    /* --color-primary: #b1191d; */
    --color-primary: #a61518;
    --color-primary-alt: #a7282c;
    --color-primary-opacity: #b1191d80;
    --color-primary-opacity-alt: #b1191d30;
    --color-secondary: #b1b1b1;
    --color-secondary-alt: #949393;
    --color-secondary-opacity: #b1b1b180;
    --color-secondary-opacity-alt: #b1b1b130;
}


/**
 *
 */
html, body {
    font-size: 14px;
}


/**
 *
 */
body {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #fafafa;
    overflow-x: hidden;
}


/*
 *
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3rem;
    /* --bs-gutter-y: 0; */
}

/**
 *
 */
h1, .h1 {
    --font-size: 1.75rem;
}
h2, .h2 {
    --font-size: 1.5rem;
}
h3, .h3 {
    --font-size: 1.375rem;
}
h4, .h4 {
    --font-size: 1.25rem;
}
h5, .h5 {
    --font-size: 1.125rem;
}
h6, .h6 {
    --font-size: 1rem;
}
.h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Oxanium", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 0.8;

    font-weight: 650;
    line-height: 1.2;
    --header-multiplier: 1;
    font-size: calc(var(--font-size) * var(--header-multiplier));
}


/**
 *
 */
.text-default {
    color: #00000090;
    font-weight: 300;
    font-size: 1rem;
}
.text-bg-primary {
    background-color: var(--color-primary) !important;
    color: #ffffffdd !important;
}
.text-default strong {
    color: #555;
    font-weight: 600;
}


/**
 *
 */
.headers {
    margin-bottom: 2rem;
}
.headers > .h {
    line-height: 1.2;
}
.headers span {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 1.25rem;
    font-weight: 650;
    font-size: 0.875rem;
}
.headers span:before {
    content: "";
    width: 18px;
    border-top: 1px solid var(--color-primary-opacity);
    height: 1px;
    display: block;
    margin-top: -2px;
}
.headers.text-center {
    text-align: center;
}
.headers.text-center span:after {
    content: "";
    width: 18px;
    border-top: 1px solid var(--color-primary-opacity);
    height: 1px;
    display: block;
    margin-top: -2px;
}


/**
 *
 */
.btn {
    font-family: "Oxanium", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 0.8125rem;
    padding: 1.125rem 2.4rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6875rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    transition: all .2s ease-in-out;
    /* height: 40px; */
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: var(--color-secondary);
    --bs-btn-hover-bg: var(--color-primary-alt);
    --bs-btn-hover-border-color: var(--color-primary-alt);
    --bs-btn-active-bg: var(--color-primary-alt);
    --bs-btn-active-border-color: var(--color-primary-alt);
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary);
}
.btn-outline-primary {
    --bs-btn-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary-opacity-alt);
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: var(--color-primary);
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: var(--color-primary);
    --bs-btn-disabled-color: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary);
}
.btn-outline-light {
    --bs-btn-border-color: #ffffff30;
}
.btn i {
    font-size: calc(var(--bs-btn-font-size) * 0.6875);
    transition: all .2s ease-in-out;
}
.btn-outline-primary i {
    color: var(--color-primary);
}
.btn:hover {
    color: #fff;
    background-color: var(--color-primary-alt);
    border-color: var(--color-primary-alt);
}
.btn:hover i {
    
}
.btn-link.btn:hover {
    color: #fff;
}
.btn-outline-primary:hover i {
    color: #fff;
}


/**
 *
 */
.card {
    border: 0;
    border-radius: 0;
    background-color: #fff;
}
.card-body {
    
}
.card-default .card-body {
    padding: 2rem;
}


/**
 *
 */
header {
    box-shadow: 1px 4px 15px -2px #0001;
    position: relative;
    z-index: 15;
}
.navbar {
    padding: 1.75rem 0;
}
.navbar>.container {
    /* justify-content: flex-start; */
    justify-content: space-between;
}
.navbar-brand {
    display: flex;
    position: relative;
    /* height: 118px; */
    align-items: center;
    justify-content: center;
}
.navbar-brand img {
    width: 240px;
    /* margin-right: 90px; */
}
.navbar-toggler {
    border: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--color-primary);
    font-weight: 650;
}
.dropdown-menu {
    min-width: 250px;
    border: 0;
    border-radius: 0;
    padding: 0.5rem 1rem;
    border-top: 4px solid var(--color-primary);
    margin-top: 10px !important;
}
.dropdown-menu .nav-link {
    font-size: 0.875rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}
.dropdown-menu .nav-item:last-child .nav-link {
    border: 0;
}
.dropdown-menu:before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent var(--color-primary) var(--color-primary);
    width: 5px;
    position: absolute;
    top: -14px;
    margin-left: 5px;
}


/**
 *
 */
.topbar {
    /* max-height: 44px; */
    background-color: var(--color-primary);
    position: relative;
    /* padding-left: 2rem; */
}
.topbar-contact {
    color: #fffd;
    font-size: 0.875rem;
    display: flex;
    gap: 2rem;
}
.topbar-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.topbar-contact i {
    font-size: 0.6875rem;
    opacity: 0.5;
}
.topbar-tools ul {
    display: flex;
    margin-bottom: 0;
}
.topbar-tools ul li {
    margin: 0 !important;
    border-left: 1px solid #ffffff30;
    display: inline-flex;
}
.topbar-tools ul li:last-child {
    border-right: 1px solid #ffffff30;
}
.topbar-tools ul li a {
    height: 40px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffd;
    font-size: 0.9375rem;
}
.topbar-tools ul li a:hover {
    background-color: #00000030;
}
.topbar-languages ul li,
.topbar-languages ul li:last-child {
    border: 0;
}
.topbar-languages ul li a {
    font-size: 0.875rem;
    font-weight: 700;
}
.bottombar {
    display: flex;
    gap: 2rem;
    max-height: 74px;
    /* padding: 18px 0; */
}
.navbar-tools {
    display: flex;
    align-items: center;
}
.navbar-nav {
    gap: 0.25vw;
}
.nav-link {
    font-size: 0.9375rem;
    font-weight: 450;
    color: #000;
}
.dropdown-toggle::after {
    width: 6px;
    height: 6px;
    border: 1px solid var(--color-primary-alt);
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    margin-left: 8px;
    margin-bottom: -1px;
}


/**
 *
 */
.offcanvas-header {
    /* background-color: #f5f5f5; */
    padding: 2rem 2rem;
}
.offcanvas-header img {
    width: 240px;
}
.offcanvas-body {
    background-color: #f5f5f5;
    padding: 2rem;
    overflow: hidden;
    overflow-y: scroll;
}
.offcanvas-tools {
    background-color: #f5f5f5;
    padding: 2rem;
}
.offcanvas-body .navbar-nav {
}
.offcanvas-body .navbar-nav li {
}
.offcanvas-body .navbar-nav li a {
    font-size: 1.1rem;
}
.offcanvas-body .navbar-nav li .dropdown-menu {
    width: 100%;
    position: relative !important;
    margin: 1.5rem 0 !important;
    transform: none !important;
}
.offcanvas-body .navbar-nav li .dropdown-menu li {
}
.offcanvas-body .navbar-nav li .dropdown-menu li a {
    font-size: 0.9375rem;
    padding: 0.8rem 0;
}


/**
 *
 */
.carousel-item {

}
.carousel-item img {
    height: 30vh;
    object-fit: cover;
    object-position: 0 100%;
    opacity: 1;
    padding-left: 15vw;
}
.carousel-item:before {
    content: "";
    display: block;
    width: 90vw;
    height: 30vh;
    position: absolute;
    /* background-color: #eee; */
    background-image: url(../../images/slides/png/slide-captions-bg-full.png);
    background-size: auto 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    filter: brightness(0.95);
    z-index: 1;
    opacity: 0.95;
}
.carousel-caption {
    left: 0;
    top: 0;
    height: 100%;
    right: auto;
    padding: 0;
    text-align: left;
    width: 60%;
    color: #2c3030;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 1.5rem;
    z-index: 2;
}
.carousel-caption .title {
    display: inline-block;
    color: var(--color-primary);
    font-size: 0.5rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 650;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.74rem;
}
.carousel-caption .title:before {
    content: "";
    width: 18px;
    border-top: 1px solid var(--color-primary-opacity);
    height: 1px;
    display: block;
    margin-top: -2px;
    display: none;
}
.carousel-caption .h {
    font-size: 1.125rem;
}
.carousel-caption .text-default {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin: 0;
}
.carousel:before,.carousel:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.carousel:before {
    background-image: url(../../images/slides/png/banner-graphic-01.png);
    width: 50px;
    height: 70px;
    background-position: 0 0;
    top: 0;
    left: 55vw;
}
.carousel:after {
    background-image: url(../../images/slides/png/banner-graphic-02.png);
    width: 30px;
    height: 50px;
    background-position: 0 100%;
    bottom: 0;
    left: 67vw;
}
.carousel-controls-wrapper {
    position: absolute;
    width: 100%;
    bottom: 40px;
    /* bottom: 2vh; */
    z-index: 16;
}
.carousel-controls-wrapper .btn {
    padding: 0;
    width: 42px;
    height: 50px;
    margin-right: 0.5rem;
}
.carousel-controls-wrapper .btn i {
    font-size: 0.8125rem;
}


/**
 *
 */
.separator {
    min-height: 80px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.separator-caption nav {
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}
.breadcrumb {
    width: max-content;
    font-size: 0.75rem;
    font-weight: 550;
}
.breadcrumb .breadcrumb-item {
    color: var(--color-primary);
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 1rem;
    opacity: 0.25;
}
.breadcrumb .breadcrumb-item a {
    color: #777;
    font-weight: 400;
}


/**
 *
 */
.column-count-2 {
    column-count: 1;
}


/*
 *
 */
.form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 1rem;
}
textarea.form-control {
    height: 100px;
}
.form-control::placeholder {
    color: #bbb;
    font-weight: 400;
    font-size: 0.875rem;
}
.form-label {
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.form-check-label {
    font-size: 0.875rem;
    font-weight: 550;
}


/**
 *
 */
.section-bg {
    margin: 0;
    padding: 8.5vh 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.section-bg-light-maps {
    background-color: #fff;
    background-image: url(../../images/sections/section-bg-light-maps.png);
    background-size: auto 40%;
}
.section-bg-light-sky {
    background-color: #f3f8fb;
    background-image: url(../../images/sections/section-bg-light-sky.png);
}
.section-bg-light-globe {
    background-color: #fff;
    background-image: url(../../images/sections/section-bg-light-globe.png);
}


/**
 *
 */
.img-collage {
    position: relative;
}
.img-collage img {
    width: 74%;
}
.img-collage img:first-child {
    filter: brightness(0.7);
}
.img-collage img:last-child {
    margin-top: -16%;
    margin-left: 26%;
    position: relative;
    z-index: 1;
    filter: brightness(0.9);
}
.img-collage-wrapper {
    position: relative;
}
.img-collage-wrapper .btn {
    position: absolute;
    bottom: 10%;
    left: 7.5%;
    z-index: 1;
    height: auto;
    padding: 1.5rem 2.5rem;
}


/**
 *
 */
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.swiper-button-next.btn,
.swiper-button-prev.btn {
    padding: 0;
    width: 42px;
    height: 56px;
}
.swiper-carousel {
    position: relative;
}
.swiper-carousel .swiper-button-prev {
    left: -60px;
}
.swiper-carousel .swiper-button-next {
    right: -60px;
}


/**
 *
 */
.service-card {
    position: relative;
}
.service-card:before {
    content: "";
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 12px;
    border-color: #f3f8fb #f3f8fb transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.service-card > img {
    border-radius: 0;
    height: 200px;
    object-fit: cover;
    border-bottom: 5px solid var(--color-primary);
    padding-bottom: 2px;
}
section.bg-light-sky {
    background-color: #f3f8fb;
}
.service-card .card-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--color-primary);
    padding: 12px;
    top: -40px;
    right: 1rem;
    border: 3px solid #fff;
}
.service-card .card-icon img {
    filter: invert(1) brightness(999);
    opacity: 0.95;
}
.service-card .card-body {
    border-top: 5px solid var(--color-secondary);
    margin-top: 2px;
    position: relative;
    padding: 1.5rem 1.5rem 1rem;
}
.service-card .card-body .h {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.service-card .card-body .text-default {
    font-size: 0.9375rem;
}

/**
 *
 */
.project-card {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.project-card .card-img {
    border-radius: 0;
    filter: brightness(0.9);
    height: 300px;
    object-fit: cover;
}
.project-card .card-tablo {
    margin: 0 1.5rem;
    background-color: #fff;
    box-shadow: 0 0 17px -2px #0003;
    height: 98px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1.5rem 1.5rem 1rem;
    margin-top: -48px;
    z-index: 1;
    position: relative;
}
.project-card .card-tablo .tag,
.project-details-badge .badge {
    font-size: 0.6875rem;
    text-transform: uppercase;
    font-weight: 550;
    background-color: var(--color-primary-alt);
    color: #fff;
    height: 28px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.project-card .card-tablo .tag {
    position: absolute;
    top: -16px;
}
.project-card .card-tablo .tag:before {
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: transparent var(--color-primary) var(--color-primary) transparent;
    position: absolute;
    left: -15px;
    top: 0;
    filter: brightness(0.5);
}


/*
 *
 */
.home-references .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-references .swiper-slide img {
    width: 120px;
    height: 70px;
    object-fit: contain;
    /* filter: grayscale(1) opacity(0.7) contrast(0.8); */
    transition: filter .2s ease-in-out;
}
.home-references .swiper-slide img:hover {
    filter: grayscale(0) opacity(1) contrast(1);
}


/**
 *
 */
.project-details-preview {
    max-height: 25vh;
    width: 100%;
    object-fit: cover;
}
.project-details-gallery {

}
.project-details-gallery img {
    height: 90px;
    object-fit: cover;
}
.youtube-video {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.youtube-video img {
    height: auto !important;
    aspect-ratio: 16/8;
    filter: brightness(0.85);
    object-fit: cover;
    transition: filter .2s ease-in-out;
}
.youtube-video:hover img {
    filter: brightness(0.9);
}
.youtube-video > i {
    position: absolute;
    z-index: 1;
    background-color: var(--color-primary);
    width: 64px;
    height: 46px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffe;
    font-size: 1.25rem;
    padding: 1px 0 0 3px;
    animation: bounce 0.4s ease-in-out 5;
}


/*
 *
 */
.references-cards {}
.references-cards .card {}
.references-cards .card-body {
    padding: 2rem;
}
.references-cards .card-body img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}
.references-cards .row {}


/**
 *
 */
.page-contact {

}
.page-contact .page-contact-maps {
    filter: saturate(0);
    transition: filter .2s ease-in-out;
}
.page-contact .page-contact-maps:hover {
    filter: saturate(1);
}
.page-contact .page-contact-maps iframe {
    min-height: 30vh;
}
.page-contact .list-contact {
    color: #555;
}
.page-contact .list-contact li {
    margin-bottom: 0.875rem;
    gap: 1rem;
}
.page-contact .list-contact li i {
    width: 18px;
    /* height: 20px; */
    font-size: 1.125rem;
    color: var(--color-primary);
}
.page-contact .list-contact li > div {

}
.page-contact .list-contact li > div a {

}


/**
 *
 */
.gallery-images img {
    height: 90px;
    object-fit: cover;
    filter: brightness(0.9);
}


/*
 *
 */
footer {
    background-color: #34363b;
    background-image: url(../../images/footer/bg-map-dots.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    /* background-size: 660px 660px; */
}
.footer-copyright {
    background-color: #1c1d20;
    color: #fffa;
    padding: 1.5rem 0;
    font-size: 0.875rem;
}
.footer-copyright i {
    display: inline-block;
    font-size: 0.75rem;
    color: var(--color-primary);
}
.footer-content {
    /* background-color: #34363b; */
    padding: 6vh 1rem 2vh;
    color: #fff9;
}
.footer-content-column {
    margin-bottom: 4rem;
}
.footer-content-column-about .text-default {
    color: #a9a9a9;
    font-size: 0.9375rem;
}
.footer-content-logo img {
    width: 220px;
}
.footer-content-column .headers {
    margin-bottom: 1.5rem;
}
.footer-content-column .headers .h {
    text-transform: uppercase;
    font-weight: 550;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fffe;
    font-size: 1rem;
}
.footer-content-column .headers .h:before {
    content: "";
    width: 18px;
    border-top: 1px solid #bbb;
    height: 1px;
    display: block;
    margin-top: -5px;
}
.footer-content-column ul {
    line-height: 1.8;
}
.footer-socials ul li a {
    display: flex;
    width: 42px;
    height: 42px;
    background-color: #0006;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;
}
.footer-socials ul {
    margin-top: 3rem;
    display: flex;
    gap: 0.75rem;
}
.footer-socials ul li a:hover {
    background-color: var(--color-primary);
    color: #ccc;
}


/**
 *
 */
.grecaptcha-badge {
    display: none;
}


/**
 *      <= 575px
 */
@media (max-width: 575px){
    .container-lg {
        padding: 0;
    }
}


/**
 *      sm >= 576px
 */
@media (min-width: 576px){
    html, body {
        font-size: 15px;
    }
    .carousel-caption {
        width: 100%;
    }
    .carousel-caption .title {
        color: var(--color-primary);
        /* font-size: 0.6875rem; */
        margin-bottom: 0.75rem;
    }
    .carousel-caption .h {
        font-size: 1rem;
    }
    .carousel-caption .text-default {
        font-size: 0.9375rem;
        line-height: 1.4;
        margin: 0;
    }
    .carousel-caption > div{
        padding-right: 50%;
    }
    .text-default {
        font-size: 1.125rem;
    }
    .carousel-caption .title:before {
        display: inline;
    }
}


/**
 *      md >= 768px
 */
@media (min-width: 768px){
    html, body {
        font-size: 16px;
    }
    .carousel-caption .title {
        color: var(--color-primary);
        font-size: 0.6875rem;
        margin-bottom: 0.875rem;
    }
    .carousel-caption .h {
        font-size: 1.375rem;
    }
    .carousel-caption .text-default {
        font-size: 1rem;
        line-height: 1.4;
        margin: 0;
    }
    .carousel-item:before {
        content: "";
        display: block;
        width: 100%;
        width: 100vw;
        height: 50vh;
        background-size: 100% 100%;
        opacity: 1;
        filter: brightness(0.97);
        z-index: 1;
    }
    .carousel-item img {
        height: 50vh;
        padding-left: 50%;
        object-position: 50%;
    }
    .carousel-caption {
        width: 100%;
    }
    .carousel-caption > div{
        padding-right: 45%;
    }
    .section-bg-light-maps {
        background-position: 50%;
        background-size: auto;
    }
    .column-count-2 {
        column-count: 2;
    }
}


/**
 *      lg >= 992px
 */
@media (min-width: 992px){
    .h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        /* --header-multiplier: 1.125; */
    }
    .navbar-brand img {
        width: 300px;
    }
    .navbar-content-stripes {
        position: absolute;
        display: block;
        width: 80px;
        height: 118px;
        overflow: hidden;
        left: -41px;
        z-index: 1;
    }
    .navbar-content-stripes:before,
    .navbar-content-stripes:after {
        content: "";
        display: block;
        height: 160px;
        width: 7px;
        position: absolute;
        background-color: var(--color-primary);
        /* right: -10px; */
        /* top: -20px; */
        transform: rotate(-25deg);
        right: 25px;
        top: -10px;
    }
    .navbar-content-stripes:after {
        background-color: var(--color-secondary);
        right: 35px;
        width: 5px;
        /* left: 8px; */
    }
    .navbar-content {
        flex-grow: 1;
        position: relative;
    }
    .navbar-tools .btn {
        padding: 0 1rem;
        height: 40px;
        /* width: 150px; */
    }
    .topbar:before {
        content: "";
        display: block;
        position: absolute;
        left: -19px;
        top: 0;
        border-style: solid;
        border-width: 22px 10px;
        border-color: var(--color-primary) var(--color-primary) transparent transparent;
    }
    .topbar:after {
        content: "";
        display: block;
        height: 100%;
        width: 50vw;
        position: absolute;
        left: 100%;
        top: 0;
        background-color: var(--color-primary);
    }
    .topbar-tools ul li a {
        height: 44px;
        font-size: 1rem;
    }
    .topbar-languages ul li a {
        font-size: 0.875rem;
    }
    .carousel-caption .title {
        color: var(--color-primary);
        font-size: 0.75rem;
        margin-bottom: 1.5rem;
    }
    .carousel-caption .h {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }
    .carousel-caption .text-default {
        font-size: 1rem;
        line-height: 1.4;
        margin: 0;
    }
    .carousel-caption > div{
        padding-right: 40%;
    }
    .carousel-caption {
        padding: 0;
        padding-bottom: 4vh;
    }
    .separator {
        min-height: 160px;
    }
    .separator-caption nav {
        overflow: hidden;
    }
    .topbar {
        height: 44px;
        padding-left: 2rem;
    }
    .navbar {
        padding: 0;
    }
    .bottombar {
        padding: 18px 0;
        padding-left: 3rem;
    }
    .navbar-brand img {
        margin-right: 2.5vw;
    }
    .navbar-brand {
        height: 118px;
    }
    .carousel:before {
        width: 10vw;
        height: 18vh;
        left: 48vw;
    }
    .carousel:after {
        width: 10vw;
        height: 10vh;
        left: 53vw;
    }
    .project-details-gallery img {
        height: 200px;
    }
    .gallery-images img {
        height: 168px;
    }
    .footer-content-column ul {
        /* line-height: 1.8; */
        font-size: 0.875rem;
        color: #a9a9a9;
        margin: 0;
    }
    footer {
        background-size: 50vw auto;
    }
    .footer-socials ul li a {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .footer-socials ul {
        gap: 0;
    }
}


/**
 *      xl >= 1200px
 */
@media (min-width: 1200px){
    .h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        --header-multiplier: 1.25;
    }
    .carousel-caption > div{
        padding-right: 570px;
    }
    .carousel-caption .title {
        color: var(--color-primary);
        font-size: 0.8125rem;
        margin-bottom: 1vh;
    }
    .carousel-caption .h {
        font-size: 2.25rem;
        margin-bottom: 1vh;
    }
    .carousel-caption .text-default {
        font-size: 0.9375rem;
        margin-bottom: 1vh;
    }
}


/**
 *      xxl >= 1400px
 */
@media (min-width: 1400px){
    .h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        /* --header-multiplier: 1.375; */
    }
    .carousel-caption > div{
        padding-right: 760px;
    }
    .carousel-caption .title {
        color: var(--color-primary);
        font-size: 0.875rem;
        margin-bottom: 2vh;
    }
    .carousel-caption .h {
        font-size: 2.5rem;
        margin-bottom: 2vh;
    }
    .carousel-caption .text-default {
        font-size: 1.125rem;
        margin-bottom: 2vh;
    }
}


/**
 *      xxxl >= 2560px
 */
@media (min-width: 2560px){
    .h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        /* --header-multiplier: 1.375; */
    }
    .carousel-caption > div{
        padding-right: 760px;
    }
    .carousel-caption .title {
        color: var(--color-primary);
        font-size: 0.9375rem;
        margin-bottom: 2vh;
    }
    .carousel-caption .h {
        font-size: 2.75rem;
        margin-bottom: 2vh;
    }
    .carousel-caption .text-default {
        font-size: 1.25rem;
        margin-bottom: 2vh;
    }
}