/*+++++++++++++++++++++++++++++++ GENERAL  STYING +++++++++++++++++++++++++++++++++*/
* {
    font-family: "Inter", sans-serif;
    /* font-family: 'Space Grotesk', sans-serif; */
    scroll-behavior: smooth;
}
a {
    text-decoration: none !important;
}

.hover {
    transition: all 0.3s ease;
    cursor: pointer;
}
.hover:hover {
    transform: scale(1.03);
}

.green-button {
    background-color: #278533;
    color: white;
    padding: 16px 35px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #2785344d;
    transition: all 0.3s ease;
}

.green-button:hover,
.huge-green-buttons:hover {
    background-color: #278534c4;
    color: white;
    transform: scale(1.03);
}

.huge-green-buttons {
    font-family: "Space Grotesk", sans-serif;
    background-color: #278533;
    color: white;
    padding: 16px 115px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #2785344d;
    transition: all 0.3s ease;
}

.underline-scribble-img {
    margin-left: 90px;
    width: 200px;
}

@media screen and (max-width: 952px) {
    .huge-green-buttons {
        padding: 10px 80px;
        font-size: 18px;
    }
}

@media screen and (max-width: 765px) {
    .huge-green-buttons {
        padding: 10px 60px;
        font-size: 14px;
    }
}
@media screen and (max-width: 755px) {
    .underline-scribble-img {
        width: 100px;
    }
}

@media screen and (max-width: 500px) {
    .green-button {
        padding: 16px 20px;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid #2785344d;
        transition: all 0.3s ease;
    }
    .underline-scribble-img {
        margin-left: 0;
    }
    .huge-green-buttons {
        padding: 10px 40px;
        font-size: 12px;
    }
}

@media screen and (max-width: 381px) {
    .huge-green-buttons {
        padding: 10px 20px;
        font-size: 11px;
    }
}

.header-containers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1px;
}

.heading-h2 {
    margin: 0 !important;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.paragraph-p {
    font-size: 20px;
    font-weight: 400;
    color: #83898f;
    text-align: center;
}

.paragraph-p-2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 15.75;
    font-weight: 700;
    color: #aab0bc;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .heading-h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .heading-h2 {
        font-size: 25px;
    }
    .paragraph-p {
        font-size: 15px;
    }
}

@media screen and (max-width: 450px) {
    .heading-h2 {
        font-size: 24px;
    }
    .paragraph-p {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .swal-text {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
    }
}

/*+++++++++++++++++++++++++++++++ GENERAL  STYING +++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++ Why Join ELEVATE SECTION STYLING ENDS ++++++++++++++++++++++++++++++++++++++++++++*/
.why-join-elevate-section {
    margin: 40px 0;
}
.why-join-elevate-container {
    display: grid;
    place-content: center;
}
.why-join-elevate-head {
    height: 200px;
    background: radial-gradient(circle at center, #27853424 0%, #ffffff00 20%);
}
.why-join-elevate-head-highlight-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
}

.why-join-elevate-head-star-img {
    position: absolute;
    right: 0;
    top: 80px;
}

.why-join-elevate-content {
    display: grid;
    place-content: center;
    background: radial-gradient(circle at center, #27853424 0%, #ffffff00 60%);
}

.why-reasons-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.each-reason-box {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 13px;
    padding: 40px 30px;
    border-radius: 20px;
    background-color: #f2f8fe;
}

.each-reason-box img {
    width: 50px;
}

.each-reason-box h3 {
    font-size: 20.56px;
    font-weight: 600;
}

@media screen and (max-width: 1026px) {
    .each-reason-box {
        padding: 33px 15px;
    }
    .each-reason-box h3 {
        font-size: 18px;
    }
    .each-reason-box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 990px) {
    .why-reasons-container {
        gap: 13px;
    }
    .each-reason-box {
        padding: 20px 15px;
        gap: 8px;
    }
    .each-reason-box h3 {
        font-size: 16px;
    }
    .each-reason-box p {
        font-size: 12px;
    }
}

@media screen and (max-width: 770px) {
    .why-join-elevate-head {
        height: 100px;
    }
    .why-reasons-container {
        justify-content: space-between;
        gap: 12px 8px;
    }
    .each-reason-box {
        padding: 20px 8px;
        width: 32%;
    }
    .each-reason-box img {
        width: 36px;
    }
}

@media screen and (max-width: 528px) {
    .why-reasons-container {
        justify-content: center;
        gap: 12px;
    }
    .each-reason-box {
        padding: 20px 12px;
        width: 44%;
    }
    .each-reason-box img {
        width: 36px;
    }
}

@media screen and (max-width: 436px) {
    .why-join-elevate-head-highlight-img {
        width: 50px;
    }

    .why-join-elevate-head-star-img {
        top: 30px;
        width: 50px;
    }
    .why-reasons-container {
        gap: 10px;
    }
    .each-reason-box {
        padding: 20px 10px;
        gap: 5px;
        border-radius: 10px;
    }
    .each-reason-box img {
        width: 30px;
    }
    .each-reason-box h3 {
        font-size: 14px;
        margin: 0;
    }
    .each-reason-box p {
        font-size: 10px;
    }
}

@media screen and (max-width: 322px) {
    .why-join-elevate-head-highlight-img {
        width: 30px;
    }
    .why-reasons-container {
        gap: 15px 10px;
    }
    .why-join-elevate-head-star-img {
        display: none;
    }
    .each-reason-box {
        padding: 10px 5px;
        width: 47%;
    }
    .each-reason-box h3 {
        font-size: 13px;
        margin: 0;
    }
}
/*+++++++++++++++++++++++++++++++++++++++++ ABOUT ELEVATE SECTION STYLING ENDS ++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++ support-the-vission-section STYLING ++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.support-the-vission-section {
    margin: 90px 0;
}

.support-the-vission-container {
    background: radial-gradient(circle at center, #27853424 0%, #ffffff00 70%);
}

.support-the-vission-content {
    display: grid;
    place-content: center;
    background-image: url("/media/new_elevate_img/Mask group.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.what-you-get-boxes-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.each-what-you-get-box {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 40px 20px;
    border: 1px solid #278533;
    border-radius: 10px;
}

.each-what-you-get-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #278533;
}

.support-the-vission-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

@media screen and (max-width: 1025px) {
    .each-what-you-get-box {
        padding: 20px;
    }
    .each-what-you-get-box h3 {
        font-size: 17px;
    }
    .each-what-you-get-box p {
        font-size: 13px;
    }
}

@media screen and (max-width: 957px) {
    .what-you-get-boxes-container {
        gap: 7px;
    }
    .each-what-you-get-box {
        padding: 10px;
    }
    .each-what-you-get-box img {
        width: 40px;
    }
}

@media screen and (max-width: 760px) {
    .each-what-you-get-box {
        gap: 5px;
        padding: 10px 5px;
    }
    .each-what-you-get-box h3 {
        font-size: 15px;
    }
    .each-what-you-get-box img {
        width: 30px;
    }
}

@media screen and (max-width: 512px) {
    .what-you-get-boxes-container {
        flex-wrap: wrap;
        gap: 20px 5px;
    }
    .each-what-you-get-box {
        width: 44%;
        min-height: 180px;
    }
    .each-what-you-get-box h3 {
        font-size: 15px;
    }
    .each-what-you-get-box img {
        width: 30px;
    }
    .support-the-vission-buttons {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 377px) {
    .each-what-you-get-box {
        padding: 10px 2px;
        width: 47%;
    }
    .each-what-you-get-box h3 {
        font-size: 14px;
    }
    .each-what-you-get-box p {
        font-size: 12px;
    }
}

/*++++++++++++++++++++++++++++++++++ support-the-vission-section STYLING ENDS +++++++++++++++++++++++++++++++++++++++++++++++++ */
