@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ************************** HERO SECTION ************************** */
#hero,
#hero .row,
#hero .right_side {
    margin: 0 !important;
    padding: 0 !important;
}

#hero,
#about,
#benefits,
#openings {
    margin-bottom: 50px !important;
    font-family: 'Roboto', sans-serif;
}

#hero {
    height: 100%;
    background: #EBF0F2;

}

#hero .row {
    display: flex;
    flex: 1;
}

#hero .left_side {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#hero .left_side h1 {
    font-size: 4.5rem;
    color: #1e2659 !important;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#hero .left_side p {
    font-weight: bold;
    font-size: 1rem;
    color: #1e2659 !important;
}

#hero .left_side h1,
#hero .left_side p {
    margin-left: 9rem;
}

/* ************************** ABOUT SECTION ************************** */
#about .left_side p {
    line-height: 1.8rem;
    font-weight: 500;
}

#about .right_side p {
    line-height: 1.8rem;
    font-size: 1rem;
}

#about .hiring_btn,
#openings .apply_for_role_btn,
#openings .all_openings_btn {
    border: none;
    outline: none;
    background: #CE199A;
    padding: 15px 20px;
    text-transform: capitalize;
    border-radius: 50px;
    transition: 0.2s all ease-out;
    display: inline-block;
}

#about .hiring_btn a,
#openings .apply_for_role_btn a,
#openings .all_openings_btn a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

#about .hiring_btn:hover,
#openings .apply_for_role_btn:hover,
#openings .all_openings_btn:hover {
    background: #fff;
    border: 2px solid #CE199A;
}


#about .hiring_btn:hover,
#openings .apply_for_role_btn:hover,
#openings .all_openings_btn:hover {
    color: #000 !important;
}

/* ************************** BENEFITS SECTION ************************** */
#benefits {
    background: #EBF0F2;
}

#benefits .heading {
    font-size: 2rem;
    color: #000a59;
    font-weight: 600;
    margin: 70px 0;
}

#benefits .img_box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

#benefits .img_box img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

#benefits .right_side h2 {
    color: #CE199A;
    font-weight: 600;
    font-size: 4rem;
    margin-bottom: 5px;
}

#benefits .right_side h3 {
    color: #000a59;
    font-weight: 500;
}

#benefits .right_side p,
#benefits .right_side blockquote {
    color: #1e2659;
    font-weight: 400;
}

#benefits .right_side blockquote {
    font-size: 1.1rem;
}

#benefits .container .row {
    display: flex;
}

#benefits .container .row:nth-child(even) .left_side {
    order: 2;
}

#benefits .container .row:nth-child(even) .right_side {
    order: 1;
}

/* ************************** CURRENT OPENINGS SECTION ************************** */
#openings .heading {
    font-size: 2rem;
    color: #000a59;
    font-weight: 600;
    margin: 50px 0;
}

#openings .left_side h2 {
    color: #000a59;
    font-weight: 500;
    font-size: 2.2rem;
}

#openings .left_side p {
    color: #1e2659;
    font-weight: 400;
}

#openings .container .row {
    display: flex;
}

#openings .container .row:nth-child(even) .left_side {
    order: 2;
}

#openings .container .row:nth-child(even) .right_side {
    order: 1;
}

/* ************************** LIST SECTION --- CAREER LISTING PAGE ************************** */
#list {
    padding: 5rem 0;
}

#list a {
    text-decoration: none;
    color: black;
}

#list .heading {
    color: #333e49;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

#list .date {
    color: #636d77;
    font-size: 13px;
    line-height: normal;
}

#list .job_heading,
#jobs .job_heading {
    color: #ea0cab;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: normal;
}

#list .tags span,
#jobs .tags span {
    background-color: #f2f4f5;
    color: #636d77;
    padding: 8px 15px;
    border-radius: 50px;
    color: rgb(81, 81, 81);
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;

}

#list .small_desc,
#jobs .small_desc {
    color: #333e49;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
    margin-top: 10px;
}

#list .card {
    padding: 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}


/* ************************** CAREER DETAILS PAGE ************************** */
#jobs {
    padding-top: 2rem;
}

#application,
#overview {
    padding: 20px;
}

#jobs a:hover {
    color: #CE199A;
}

#jobs .job_head {
    text-align: center;
}

#jobs .job_heading {
    font-size: 1.8rem;
}

#jobs .tabs {
    font-size: 1.8rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: center;
}

#jobs .tabs a {
    font-size: 0.9rem;
    color: #636d77;
    font-weight: 500;
    position: relative;
}

#jobs .tabs a::after {
    position: absolute;
    top: 31px;
    left: 0px;
    content: '';
    height: 3px;
    width: 100%;
    opacity: 0;
    background-color: #ea0cab;
    transition: all 0.3s linear;
}

#jobs .tabs a.active::after {
    opacity: 1;
}

#jobs .tab_content {
    background-color: #f9f9f9;
}

#jobs .req_fields {
    font-size: 12px;
    color: #636d77;
    margin-bottom: 2rem;
}

#jobs .custom_label {
    font-size: 14px;
    font-weight: 500;
    color: rgb(70, 70, 70);
}

#jobs .red_dot {
    color: orangered;
}

#jobs .input {
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
}

#jobs .logo_box {
    text-align: center;
    padding: 3%;
}

#jobs .logo_box input {
    display: none;
}

#jobs .logo_box label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    color: #505050;
    cursor: pointer;
    width: 50%;
}


#fileName {
    color: #ea0cab;
    font-weight: 500;
}

#jobs .submit_btn {
    background-color: #CE199A;
    color: white;
    text-transform: capitalize;
    padding: 15px 20px;
}

#jobs .radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;

}

#jobs .radio_input {
    display: none;
}

#jobs .radio_radio {
    width: 1.2em;
    height: 1.25em;
    border: 2px solid #d4cdcd;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 2px;
}

#jobs .radio_radio::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #ea0cab;
    border-radius: inherit;
    transform: scale(0);
    transition: transform 0.15s;
}

#jobs .radio_input:checked+.radio_radio::after {
    transform: scale(1);
}

#jobs .submit_btn:hover {
    background-color: white;
    color: #CE199A;
    border: 2px solid #CE199A;
}

#jobs .sub_heading {
    font-size: 1rem;
    font-weight: 500;
}

#jobs .para_font {
    font-size: 0.85rem;
    font-weight: 400;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* ************************** RESPONSIVENESS ************************** */
@media(max-width: 992px) {
    #hero .row {
        flex-direction: column;
    }

    #hero .right_side {
        display: none;
    }

    #hero .left_side {
        padding: 8rem;
    }

    #hero .left_side h1 {
        font-size: 3rem;
    }

    #hero .left_side h1,
    #hero .left_side p {
        margin: 0;
        text-align: center;
    }

    #benefits .container .row {
        display: flex;
        flex-direction: column;
    }

    #benefits .container .row:nth-child(even) .left_side {
        order: 1;
    }

    #benefits .container .row:nth-child(even) .right_side {
        order: 2;
    }

    #openings .container .row {
        display: flex;
        flex-direction: column;
    }

    #openings .container .row:nth-child(even) .left_side {
        order: 1;
    }

    #openings .container .row:nth-child(even) .right_side {
        order: 2;
    }

    #overview,
    #application {
        padding: 50px;
    }


}

@media(max-width: 767px) {

    #overview,
    #application {
        padding: 50px;
    }


}

@media(max-width: 597px) {
    #hero .left_side h1 {
        font-size: 2rem;
    }

    #hero .left_side {
        padding: 5rem;
    }

    #list {
        padding: 22px;
    }
}

@media(max-width: 399px) {
    #hero .left_side h1 {
        font-size: 1.4rem;
    }

    #hero .left_side {
        padding: 4rem;
    }

    #hero .left_side p {
        font-size: 0.7rem;
    }
}
