.container {
    max-width: 1330px !important;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1200px !important;
    }
}

/*
* Banner Picture
*/
.banner-picture {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
    background-position: 50% 10%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-picture::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.32));
}
.banner-title {
    font-size: 3.5rem;
}
.banner-subtitle {
    font-size: 1.3rem;
}

@media (max-width: 992px) {
    .banner-title {
        font-size: 3.2rem;
    }
}

@media (max-width: 576px) {
    .banner-picture {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .banner-title {
        font-size: 2.5rem;
    }

    .banner-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 390px) {
    .banner-title {
        font-size: 2rem;
    }

    .banner-subtitle {
        font-size: 1rem;
    }
}

/*
* Section
*/
.description {
    color: #3F4042;
}

.section-title {
    font-size: 2.15rem;
}

.bg-light-gray {
    background-color: #f0f0f0;
}

.section-banner-picture {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background-position: 50% 12%;
    background-size: cover;
    background-repeat: no-repeat;
}
    .section-banner-picture::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
    }

.horizontal.light {
    background-color: var(--bs-light);
}

.request-button {
    text-decoration: none;
    border: 1px solid black;
    letter-spacing: 1px;
    padding: 1rem 2rem;
}


@media (min-width: 576px) {
    .section-banner-content {
        padding-left: 1.6rem !important;
        padding-right: 1.6rem !important;
    }
}

@media (min-width: 992px) {
    .section-banner {
        padding-top: 5rem !important;
        padding-bottom: 3rem !important;
    }

    .section-banner-content {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (min-width: 1200px) {
    .section-banner-content {
        padding-left: 5.4rem !important;
        padding-right: 5.4rem !important;
    }
}


@media (max-width: 576px) {
    .testimonial-subtitle {
        font-size: 1rem !important;
    }

    .section-banner-picture {
        padding-top: 5.4rem !important;
        padding-bottom: 5.4rem !important;
    }
}


/* Picture */
.picture {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.center-picture {
    aspect-ratio: 1/0.68;
    max-width: 35rem;
}

.sdg-picture {
    width: 9.38rem;
    height: 9.38rem;
}

.section-picture {
    aspect-ratio: 1/0.634;
    box-shadow: 0 10px 20px rgba(0,0,0,0.39), 0 6px 6px rgba(0,0,0,0.63) !important;
}

.round-picture {
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.future-picture {
    width: 10.78rem !important;
    height: 10.78rem !important;
}

@media (min-width: 1600px) {
    .future-picture {
        width: 12.9rem !important;
        height: 12.9rem !important;
    }
}

@media (min-width: 1200px) {
    .round-picture {
        margin-left: 8.5rem !important;
        margin-right: 1.5rem !important;
    }
}

@media (max-width: 992px) {
    .future-picture {
        width: 15.93rem !important;
        height: 15.93rem !important;
    }
}

@media (max-width: 576px) {
    .future-picture {
        width: 9rem !important;
        height: 9rem !important;
    }
}

/* Modal */
.modal-dialog-top {
    top: 0;
}

.modal-dialog.modal-dialog-dark {
    background-color: rgba(24, 24, 24, 0.78);
    max-width: 37.5rem !important;
}

.modal-dialog.modal-dialog-dark * {
    background-color: transparent;
    color: white;
    font-family: 'Rubik';
}

.modal-dialog.modal-dialog-dark .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/*
* Icons
*/
.globe-icon {
    width: 8.75rem;
    height: 8.75rem;
    color: #b0b0b0;
}

/*
* Custom Text
*/
.text-mono {
    font-family: 'Roboto Mono';
}
.text-condensed {
    font-family: 'Roboto Condensed';
}
.text-rubik {
    font-family: 'Rubik';
}
.fw-medium {
    font-weight: 500;
}

.lh-sm {
    line-height: 1.5rem !important;
}

.lh-md {
    line-height: 1.75rem !important;
}

.fs-6 {
    font-size: 1.125rem !important;
}

/*
* Metrics
*/
@media (min-width: 992px) {
    .w-md-65 {
        width: 65% !important;
    }
}


@media (min-width: 1200px) {
    .w-lg-65 {
        width: 65% !important;
    }
}

@media (min-width: 1600px) {
    .w-xl-78 {
        width: 78% !important;
    }

    .w-xl-47 {
        width: 47% !important;
    }
}

.w-65 {
    width: 65% !important;
}

/*
* Opacity
*/
.opacity-5 {
    opacity: 0.05;
}