.header-text {
    color: rgba(4, 82, 115, 1);
    font-size: 16px;
    font-family: 'poppins', sans-serif;
    /* text-align: center; */
}

.header-text:hover {
    color: rgba(4, 82, 115, 1);
    text-decoration: none;
}

.header-text.active-link {
    color: rgba(4, 82, 115, 1);
    font-weight: bold;
    text-decoration: underline;
    background-color: none;
}

.banner-head-text {
    color: rgba(18, 18, 18, 1);
    font-size: 4.5rem;
    font-family: 'poppins', sans-serif;
    font-weight: bolder;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-sub-text {
    color: rgba(146, 40, 121, 1);
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    text-align: left;
    /* margin-top: 20px;
        margin-bottom: 20px; */
}

.rounded-4 {
    border-radius: 16px !important;
}


.bg-hero-image {

    /* margin-top: 180px; */

    background-color: #ffffff;

    background-image: url('../assets/bg-2.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    /* width: 1523; */
    height: 1870;
    top: 310px;
    left: 29px;
    angle: 0 deg;
    opacity: 1;

    /* position: sticky; */

}

.socials {
    width: 368;
    height: 48;
    top: 380px;
    left: 100px;
    angle: 0 deg;
    opacity: 1;
    gap: 32px;

}

.socials i {
    font-size: 40px;
    color: rgba(241, 176, 54, 1);
    margin-right: 20px;
}


.top-slide {
    top: -120px;
    position: relative;
}



.border-left-custom {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.btn-close-custom {
    box-sizing: none !important;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: none !important;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: left;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.back-button {

    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}



.main-label {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    color: rgba(237, 52, 51, 1);
    ;
}

@media screen and (min-width: 1200px) {

    .border-left-custom {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }


    /* .container {

        width: 100%;
        padding-right: 0 !important;
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: 0.75rem !important;
        margin-left: auto;
    } */
}




@media screen and (max-width: 679px) {


    .p-4 {
        padding: 0 !important;
    }

    .p-3 {
        padding: 18px !important;
    }


    .sub-container {

        padding: 0 !important;
        background: rgba(251, 251, 250, 1);
        border-radius: 25px;
        /* backdrop-filter: blur(5px); */
        /* Adjust the blur amount as needed */
    }

    .bg-hero-image {

        background-color: #ffffff;
        background-image: url(../assets/bg-2.jpg);
        background-size: cover;
        background-position: center;


        /* width: 1523; */
        height: auto !important;
        top: 310px;
        left: 29px;
        angle: 0 deg;
        opacity: 1;
        /* position: sticky; */

    }

    .primary-text {
        color: rgba(15, 83, 115, 1);
        font-weight: bold;
        font-family: Poppins;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;

    }

    
    .secondary-text {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #922879;

    }

    .sub-text {
        /* font-family: Poppins;
        font-weight: 400;
        font-style: Medium;
        font-size: 12px !important;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    color: #535353; */

    --container-widget-width: 72.337%;
    --container-widget-flex-grow: 0;
    text-align: center;
    font-family: "Poppins", Sans-serif;
        font-size: 12px !important;
    font-weight: 400;
    color: #535353;
}

    }

    .main-label {
        font-family: Poppins;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(237, 52, 51, 1);

    }

    .back-button {
        font-family: Poppins;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;

    }

    ul {
        padding-left: 0 !important;
    }

    .shadow {
        box-shadow: none !important;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }


    .socials {
        /* width: 368;
        height: 48; */
        top: 380px;
        left: 100px;
        angle: 0 deg;
        opacity: 1;
        gap: 32px;

    }

    .socials i {
        font-size: 12px;
        color: rgba(241, 176, 54, 1);
        margin-right: 1rem;
    }


    .label-footer {
        font-family: Poppins;
        font-weight: 600 !important;
        font-style: SemiBold;
        font-size: 12px !important;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(249, 248, 242, 1);

    }


    .footer-text-sub {
        margin-top: 1rem !important;
        font-family: Poppins;
        font-weight: 400;
        font-style: Regular;
        font-size: 10px !important;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        font-family: Poppins;
        font-weight: 400;
        font-style: Regular;  
        color: rgba(241, 176, 54, 1);

    }
}



body {

    background-color: transparent;
}

.select2-search__field {
    background-color: white;
}

.select2-selection {

    padding-top: .6rem;
    height: calc(1rem * var(--line-height) + var(--form-element-spacing-vertical) * 2 + var(--border-width) * 2) !important;
}

.select2-container {
    width: 100% !important
}

.select2-results__option,
.select2-search__field {
    /* background-color: #5897fb; */
    color: black !important;
}


a {
    text-decoration: none;
    color: #736c6c;
}


.sub-container {

    padding: 2.5rem;
    background: rgba(251, 251, 250, 1);

    border-radius: 25px;
    /* backdrop-filter: blur(5px); */
    /* Adjust the blur amount as needed */
}

    .secondary-text {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #922879;

    }

.primary-text {
    color: rgba(15, 83, 115, 1);
    font-weight: bold;
}

.sub-text {
    /* font-family: Poppins;
    font-weight: 400;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    color: #535353; */

    --container-widget-width: 72.337%;
    --container-widget-flex-grow: 0;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #535353;
}
}


label {
    color: rgba(4, 82, 115, 1);
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;

}

.label-footer {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(249, 248, 242, 1);

}

.placeholder-text {

    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    /* text-align: center; */
    color: rgba(249, 248, 242, 1);
    background: transparent;
}

.placeholder-text::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    /* text-align: center; */
    color: rgba(249, 248, 242, 1);
    background: transparent;
}

.footer-bg {
    background: linear-gradient(90deg, #A01817 50%, #3A0908 142.76%);

}

.footer-2-bg {
    background: rgba(106, 16, 16, 1);


}

.footer-2-text {
    font-family: Poppins;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(251, 251, 250, 1);

}

.footer-img {
    width: 25.813 rem;
    height: 13.875 rem;
    opacity: 1;
    top: 4.188 rem;
    left: 4.188 rem;

}

.footer-text-sub {
    margin-top: 5rem;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto; */
    color: rgba(241, 176, 54, 1);

}