﻿
p, a {
    font-size: 15px;
   /* color: #101828;*/
    font-family: var(--theme-font);
}

h1, h2, h3, h4 {
    /*color: #101828;*/
    font-family: var(--theme-font);
}

.aff_gird {
    display: grid;
    grid-template-columns: 50% 50%;
    flex-wrap: wrap;
    margin-bottom: 100px;
    row-gap: 50px;
    margin-top: 80px;
}

.section_title h2 {
    font-family: var(--theme-font);
    font-size: 40px;
    color: #101828;
    text-align: center;
}

.section_title p {
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
}

.aff_grid_col {
    display: flex;
    gap: 20px;
    font-family: var(--theme-font);
}


.grid_col_img {
    /* width: 150px;
    border: 1px solid red; */
}

    .grid_col_img img {
        width: 50px;
    }

.aff_grid_col .grid_col_body h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}

.aff_grid_col .grid_col_body p {
    line-height: 1.7;
    font-weight: 500;
    width: 90%;
    margin-top: 10px;
}

.promote_sec {
    width: 350px;
    margin: 0px auto;
}

    .promote_sec p:first-child {
        font-size: 18px;
        font-weight: 500;
    }

.main_row {
    display: flex;
    gap: 10px;
    width: fit-content;
    margin: 25px auto 0px;
}

    .main_row .main_img {
        width: 70px;
    }

.main_row_col .star_img {
    display: flex;
}

.main_row_col img {
    width: 20px;
}


.main_row_col p {
    font-size: 15px !important;
    margin: 10px 0px 6px;
}

.main_row_col a {
    text-decoration: none;
    font-size: 14px;
    color: #265DF5;
}


/* _program_section  ----------- */
.wich_program {
    width: 100%;
    margin: 100px auto;
}

._program_row {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}


    ._program_row ._program_col {
        width: 236px;
        min-height: 200px;
        border: 2px solid black;
        padding: 20px;
        font-family: var(--theme-font);
        border-radius: 12px;
    }

        ._program_row ._program_col ._num {
            width: 50px;
            height: 50px;
            background: #265DF5;
            border-radius: 50%;
            color: #fff;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0px auto;
            font-size: 24px;
        }

        ._program_row ._program_col ._con {
            font-size: 18px;
            text-align: center;
            font-weight: 500;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin: 20px 0px 10px;
        }

        ._program_row ._program_col p {
            font-weight: 400;
            font-size: 16px;
            text-align: center;
            margin-top: 25px;
        }

/* who_its section --------- */
.who_its {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background-color: #101828;
}

    .who_its .section_title h2 {
        color: #fff;
    }

.how_its_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

    .how_its_row .how_its_col {
        text-align: center;
        width: 22%;
    }

        .how_its_row .how_its_col img {
            width: 70px;
            margin: 0px auto;
        }

        .how_its_row .how_its_col h3 {
            color: #fff;
            font-weight: 500;
            text-transform: capitalize;
            text-align: center;
            line-height: 1.6;
            margin-top: 12px;
        }

        .how_its_row .how_its_col p {
            color: #fff;
            line-height: 1.6;
            margin-top: 12px;
            font-weight: 300 !important;
        }

/* _tell_about  section ---------- */

._tell_about {
    width: 100%;
    height: auto;
    background-image: url('../image/abo_bg-image.png');
    /* background-color: #265DF5; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 100px auto 0px;
    padding: 193px 0px 100px;
}

    ._tell_about .section_title h2 {
        width: 42%;
        text-align: center;
        color: #fff;
        margin: 0px auto;
    }

.goggle_revi {
    text-align: center;
}

    .goggle_revi div img {
        width: 25px;
        display: inline;
        margin: 0px auto;
    }

._happy_cous {
    text-align: center;
    margin: 40px;
}

    ._happy_cous img {
        width: 220px;
    }


.goggle_revi p {
    color: #fff;
    font-weight: 300 !important;
    margin: 10px auto;
}

.goggle_revi a {
    text-decoration: none;
    color: #fff;
}

._tell_abo_row {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    justify-content: center;
    align-items: baseline;
    margin-top: 50px;
}

    ._tell_abo_row .tell_abo_col {
        width: 368px;
        background-color: #fff;
        padding: 20px;
        border-radius: 15px;
    }

        ._tell_abo_row .tell_abo_col .head_pro {
            display: flex;
            gap: 10px;
        }

            ._tell_abo_row .tell_abo_col .head_pro img {
                width: 55px;
            }

            ._tell_abo_row .tell_abo_col .head_pro div {
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
            }

                ._tell_abo_row .tell_abo_col .head_pro div h4 {
                    font-size: 18px;
                }

                ._tell_abo_row .tell_abo_col .head_pro div p {
                    font-weight: 400 !important;
                }

        ._tell_abo_row .tell_abo_col .card_det {
            text-align: justify;
            line-height: 1.7;
            margin-top: 18px;
        }

._up {
    position: relative;
    top: -153px;
}

._up_1 {
    position: relative;
    top: -130px;
}


.neebify_amb {
    min-height: 300px;
    color: #ffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .neebify_amb h3 {
        color: #fff;
        font-size: 34px;
        font-weight: 500;
        width: 400px;
    }

    .neebify_amb a {
        text-align: center;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 20px;
        border-radius: 6px;
        transition: 300ms linear;
    }

.abo_bg {
    position : relative;
}

    .abo_bg:before {
        content: "";
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #161616;
        z-index: -1;
    }
    .neebify_amb a:hover {
    background-color: #ffff;
    color: #000;
}