@media (max-width: 575.98px) {
    .navbar {
        padding-left: 12px !important;

    }

    p {
        font-weight: 400 !important;
        font-size: 1.1rem !important;
    }
}

.grecaptcha-badge {
    display: none;
}

#formOverlay {
    position: absolute;
    /* cover the form container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* slight darkening */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.contact-section-overlay {
    /* your form’s container */
    position: relative;
    /* so overlay is positioned relative to it */
}


.rbs-caption {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

.text-justify {
    text-align: justify !important;
}

.form-container {
    height: 1200px;
}

/* Video CSS */
#myVideo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    object-position: center center;
    object-fit: contain;
    z-index: 9999;
}

#closeBtn {
    display: none;
    position: fixed;
    top: 3rem;
    right: 3rem;
    z-index: 10000;
}

/* End Video CSS */

/* Start Contact Form Section CSS */

.my-100 {
    height: 100%;
}

/* End Contact Form Section CSS */

/* Custom Margin for Mobile */
@media (max-width: 576px) {

    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        --bs-gutter-x: 3.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-right: auto;
        margin-left: auto;
    }
}


/* Custom Font and Type Face */
/* Thin - 100 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* ExtraLight - 200 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Light - 300 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* SemiBold - 600 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ExtraBold - 800 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Black - 900 */
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/woff2/Metropolis-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}



/* End Custom Font and Type Face */


.bebas-neue-movie-title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.montserrat-bold {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.montserrat-thin {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.rbs-red {
    color: #d9293a;
}

.carousel-item {
    height: var(--vh-available);
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-learn-more {
    font-family: Montserrat;
    background-color: #d9293a;
    border-color: #d9293a;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-learn-more:hover {
    background-color: #e80000;
    border-color: #e80000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.carousel-caption {
    border-radius: 10px;
    padding: 2rem;
    bottom: 15%;
}

.carousel-caption h5 {
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 0.1rem;
}

.carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 500 !important;
    text-align: center !important;
    color: white !important;
}

body {
    background-color: #15181b;
}

html,
body {
    overscroll-behavior-y: contain;
    /* Stops PTR in Chromium browsers */
    height: 100%;
    margin: 0;
}

.text-over-dark {
    --bs-text-opacity: 1;
    color: #c9c9c9 !important;
}