﻿body {
}

body {
    font-family: "Roboto", sans-serif;
}

/* ================================================================ */
/* ========================Event About Section Start==================== */
/* ================================================================ */



.event_about_sectin {
    width: 100%;
    display: flex;
}
.parant_div {
    width: 100%;
    padding: 0px 90px;
}


.main_divs {
    width: 100%;
    padding: 5% 0px 0px 0px;
    background-image: url(../images/computer_cricle.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.section_body_boxs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main_divs_first {
    width: 50%;
}

.main_divs_Second {
    width: 40%;
    margin-left: 12%;
}

.about_text {
    font-size: 35px;
    letter-spacing: 9.8px;
    font-weight: 600;
    color: #1975d0;
    margin-bottom: 22px;
}

.parghraph_text {
    color: #777777;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.375rem 0.75rem !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #000000 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #a4a9af !important;
    border-radius: 10px;
    margin-bottom: 25px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.span_text {
}

.forgot_password {
    color: #0c00af;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

    .forgot_password:hover {
        color: #0c00af;
    }

.login_btn {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    background-color: #ff9600;
    padding: 10px 63px;
    border-radius: 7px;
    text-decoration: none;
}

    .login_btn:hover {
        color: #fff;
        background-color: #ff9600;
        text-decoration: none;
    }
/* ================================================================ */
/* ========================Event About Section Close==================== */
/* ================================================================ */

/* ================================================================ */
/* ========================Sponsors Section Start==================== */
/* ================================================================ */
.sponsors_secrtion {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: flex-start;
    background-color: #fef9f2;
    padding-bottom: 60px;
}

.main_section_sponsors {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.Sponsors_test {
    font-size: 35px;
    letter-spacing: 9.8px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 3px;
    padding: 20px 0px 15px 0px;
}

.logos_boxs {
    width: 24%;
    padding: 20px 20px;
    background-color: #fff;
    border: 2px solid #fdeed8;
    margin: 5px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spnsor_imgs {
    margin: auto;
    display: block;
    text-align: center;
    /*margin-top: 43px;*/
}

.spnsor_imgs2 {
    margin-top: 17px;
}

.ImageBanner {
    width: 100%;
    height: 323px;
}
/* ================================================================ */
/* ========================Sponsors Section Close==================== */
/* ================================================================ */

@media (min-width: 0px) and (max-width: 481.99px) {
    .ImageBanner {
        width: 100%;
        height: auto;
    }

    .parant_div {
        padding: 0px 20px;
    }

    .about_text {
        font-size: 10px;
        letter-spacing: 8.8px;
        margin-bottom: 5px;
    }

    .parghraph_text {
        font-size: 12px;
        line-height: 15px;
    }

    .section_body_boxs {
        width: 100%;
        display: block;
    }

    .main_divs {
        padding: 10px 0px;
    }

    .main_divs_first {
        width: 100%;
    }

    .event_about_sectin {
        height: 2200px;
    }

    .img_section_box {
        width: 52%;
        top: 330px;
        right: 0;
        position: absolute;
    }

    .main_divs_Second {
        width: 100%;
        margin-left: 0px;
    }

    .form-control {
        padding: 0.375rem 0.75rem !important;
        margin-bottom: 10px !important;
    }

    .login_btn {
        font-size: 20px;
        padding: 10px 45px;
    }

    .Sponsors_test {
        font-size: 18px;
        margin-bottom: 5px;
        padding: 14px 0px 0px 0px;
    }

    .main_section_sponsors {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .logos_boxs {
        padding: 0px 0px;
        height: auto;
        width: 100%;
    }

    .spnsor_imgs {
        margin: auto;
        display: block;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #divevent_about_sectin {
        height: 2200px;
    }
}

@media (min-width: 482px) and (max-width: 767.98px) {
    .section_body_boxs {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .main_divs_first {
        width: 100%;
    }

    .main_divs_Second {
        width: 100%;
        margin-left: 0px;
        position: relative;
    }

    .logos_boxs {
        width: 100%;
    }

    .main_divs {
        width: 100%;
        position: inherit;
    }

    .computer_img {
        float: right;
        position: relative;
        width: 50%;
        text-align: center;
    }

    .parghraph_text {
        position: relative;
        font-size: 12px;
        line-height: 20px;
    }

    .ImageBanner {
        width: 100%;
        height: 200px;
    }

    .about_text {
        font-size: 25px;
        letter-spacing: 8.8px;
        margin-bottom: 5px;
    }

    .parant_div {
        padding: 0px 45px;
    }

    .img_section_box {
        position: absolute;
        top: 75%;
        right: 0;
        width: 100%;
    }

    .form-control {
        padding: 0.375rem 0.75rem !important;
        margin-bottom: 10px !important;
    }

    .login_btn {
        font-size: 18px;
        padding: 8px 40px;
    }

    .event_about_sectin {
        height: 570px;
    }

    .Sponsors_test {
        font-size: 25px;
        margin-bottom: 12px;
        padding: 25px 0px 0px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .main_divs {
        padding: 10px 0px;
    }

    .main_divs_first {
        width: 100%;
    }

    .sponsors_secrtion {
        width: 100%;
        margin-top: 10% !important;
    }

    .event_about_sectin {
        margin-bottom: 37% !important;
    }

    .logos_boxs {
        width: 31% !important;
    }

    .ImageBanner {
        width: 100%;
        height: 323px;
    }

    .parant_div {
        padding: 0px 40px;
    }

    .about_text {
        font-size: 20px;
        letter-spacing: 9.8px;
        font-weight: 600;
        color: #1975d0;
        margin-bottom: 10px;
    }

    .parghraph_text {
        line-height: 25px;
    }

    .main_divs_Second {
        margin-top: 65px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .logos_boxs {
        width: 32% !important;
        margin: 0px;
    }

    .event_about_sectin {
        height: 675px;
    }
}

.drp-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #000000 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #a4a9af !important;
    border-radius: 10px;
    margin-bottom: 25px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
