@font-face {
    font-family: 'MiniSansSerifBold';
    src: url('../fonts/MINISANSERIF-BOLD.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MiniSerifBold';
    src: url('../fonts/MINISERIF-BOLD.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MiniSerifHeadline';
    src: url('../fonts/MINISERIF-HEADLINE.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiniSerifItalic';
    src: url('../fonts/MINISERIF-ITALIC.OTF') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'MiniSerifMedium';
    src: url('../fonts/MINISERIF-MEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MiniSerifRegular';
    src: url('../fonts/MINISERIF-REGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {}

.background-container {
    background-image: url('../image/background.jfif');
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.background-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.background-container .main-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.background-container .upload-container {
    width: 594px;
}

.background-container .title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
}

.background-container .vertical-line {
    width: 10px;
    height: 40px;
    background-color: #DC2442;
    margin-right: 40px;
}

.background-container .form-title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;

}

.background-container .form-control {
    height: 46px;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.background-container label {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 10px;
}

.background-container .file-upload-container {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.background-container .file-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.background-container .file-upload-icon {
    margin-bottom: 10px;
}

.background-container .file-upload-text {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #131010;
}

.background-container .file-info {
    color: #BABABA;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.background-container .submit-btn {
    background-color: #CC0000;
    font-size: 16px;
    font-weight: 900;
    color: #FFFFFF;
    padding: 0.75rem 2.5rem;
    border: none;
    border-radius: 5px;
    width: 170px;
    height: 48px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.background-container .submit-btn:hover {
    background-color: #bb2d3b;
}

@media (max-width: 767.98px) {
    .background-container .vertical-line {
        width: 2px;
        height: 40px;
        background-color: #DC2442;
        margin-right: 10px;
    }

    .background-container .form-title {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 500;
        margin: 0;
    }
}

/*  */




/* Header Styling */
.header-section {
    background: url('../image/header.jfif') center/cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-section .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-section h1 {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.header-section p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 70%;
    opacity: 70%;
    margin: auto;

}

/* Navbar Styling */
.navbar-nav .nav-link {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
}


.navbar-brand {
    width: 100px;
    height: 50px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn {
    background-color: #CC0000;
    color: #FFFFFF;
    font-size: 18px;
    width: 266px;
    height: 50px;
    border-radius: 8px;
    margin-top: 20px;

}

.btn:hover {
    color: #FFFFFF;
}


@media (max-width: 767.98px) {
    .header-section h1 {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
        margin: 0;
    }

    .header-section p {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        width: 90%;
        opacity: 70%;
        margin: auto;
        margin-top: 10px;

    }

    .navbar-toggler {
        background-color: #1d1f21;
        border-radius: 8px;
        padding: 8px 10px;
    }

    .navbar-toggler-icon {
        background-image: none !important;
        display: inline-block;
        width: 30px;
        height: 3px;
        background-color: #ccc;
        position: relative;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        display: block;
        width: 30px;
        height: 3px;
        background-color: #ccc;
        position: absolute;
        left: 0;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        top: 8px;
    }



}

/*  */


.join-section {
    background-color: #F5F7FA;
    width: 80%;
    padding: 40px 45px;
    border-radius: 12px;
    text-align: center;
    margin: auto;
    margin-top: 80px;
    /* margin-bottom: 38px; */
}

.join-section .section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #1E1E1E;
    text-transform: uppercase;
}

.join-section .title-line {
    width: 10px;
    height: 40px;
    background-color: #d62d2d;
    margin-right: 20px;
}

.join-section .section-text {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 24px;
    margin: auto;
    text-align: start;
}

@media (max-width: 767.98px) {
    .join-section {
        background-color: #F5F7FA;
        width: 90%;
        padding: 40px 20px;
    }

    .join-section .title-line {
        width: 10px;
        height: 40px;
        background-color: #d62d2d;
    }

    .join-section .section-title {
        font-size: 25px;
    }

    .join-section .title-line {
        width: 10px;
        height: 40px;
        background-color: #d62d2d;
        margin-right: 20px;
    }

    .join-section .section-text {
        font-size: 16px;
        font-weight: 400;
        color: #1E1E1E;
        line-height: 24px;
        margin: auto;
        text-align: start;
    }



}

/*  */
.footer {
    background-color: #ffffff;
    text-align: center;
    margin-top: 15px;
}

.footer-logo {
    width: 100px;
    height: 50px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-icons {
    margin-bottom: 10px;
}

.social-icons a img {
    margin: 0 5px;
}

.copyright {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #1E1E1E;
}

.copyright a {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #1E1E1E;
}