html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: transparent;
    background-size: cover;
    /* Ensures image covers entire background */
    background-repeat: no-repeat;
    background-position: center;
    font-family: Barlow Condensed;
    user-select: none;
}


.main_container1 {
    z-index: 1;
    display: flex;
    flex-direction: column;

    overflow-x: visible;
}



.make_row {
    display: flex;
    flex-direction: row;
}

.make_col {
    display: flex;
    flex-direction: column;
}

.space_between {
    justify-content: space-between;
}

.space_arround {
    justify-content: space-around;
}

.title {


    font-family: Barlow Condensed;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 5px;
    color: #9C9C9C;
}

.title_sep {
    margin-top: 13px;
    background-color: #9C9C9C;
    width: 2px;
    margin-left: 13px;
    margin-right: 13px;
    height: 41px;

}


.job_home {
    width: 67px;
    height: 67px;


}

.job_home_container {

    margin-top: 5vh;
    margin-left: 9%;
    margin-right: 5%;
    display: flex;
    justify-content: space-between;
}




.close {

    /* margin-top: 56px; */
    font-family: Barlow Condensed;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #717171;
    cursor: pointer;
}


.esc {
    /* border-style: solid; */
    font-family: Barlow Condensed;
    background-color: #7171713D;
    border-radius: 11px;
    width: 70px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #9C9C9C;
}

/* .guysimg {} */

.guy_image_container {
    width: 654px;

    height: 440px;

    border: 1px solid #FEDC2C;
    border-radius: 25px;
    border-width: 1px;
    overflow: hidden;
    margin-bottom: 20px;
}

.guysimg {
    width: 100%;

}


.main_info {
    margin-top: 10vh;
    margin-left: 9%;

    height: 430px;
}


.name_price_info {
    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 5px;

}

.name_price_under_info {
    color: #8B8B8B;
    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 26px;
    margin-left: 5px;

}

.directionimg {
    width: 25px;
    height: 25px;
}


.mainjobinfo_margin {
    margin-left: 7%;
    justify-content: space-between;
    padding-bottom: 90px;
    width: 45%;


}

.mainjobinfo_spacer {
    height: 40px;

}

.mainjobinfo {

    width: 100%;

    font-weight: 400;
    font-size: 36px;
    color: #D4D4D4;


}

.job_req {
    color: #D4D4D4;

    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;

}

.job_req_spacer {
    height: 20px;
}


.repo {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;

}

.repo_row {
    margin-top: 30px;
    justify-content: space-between;
    width: 462px;
    margin-bottom: 4px;
}

.repo_percent {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FEDC2C;

}


.progressbar_container {
    margin-bottom: 30px;
    width: 462px;
    height: 9px;
    background-color: #8B8B8B66;
    border-radius: 6px;



}

.progressbar_fill {
    width: 20%;
    height: 100%;
    background-color: #FEDC2C;
    /* You can change this color */
    border-radius: 6px;
    transition: width 0.3s ease;
}


.startjob_btn,
.quit_job_btn,
.quit_job_btn1 {
    width: 274px;
    height: 80px;
    background-color: #FEDC2C;
    border-radius: 24px;

    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 25px;
}

.quit_job_btn {
    background-color: #7171713D;
    color: #9C9C9C;
    margin-left: 15px;
    border: solid 1px rgba(21, 255, 0, 0.123);
}

.quit_job_btn1 {
    background-color: #7171713D;
    color: #9C9C9C;
    margin-left: 15px;
    border: solid 1px rgba(255, 0, 0, 0.281);
}

.startjobimg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}


.startjob_btn:hover {
    background-color: #CFB638;
}

.quit_job_btn:hover {
    background-color: rgba(21, 255, 0, 0.123);
}

.quit_job_btn1:hover {
    background-color: rgba(255, 0, 0, 0.281);
}





.small-box {
    width: 96px;
    height: 80px;
    margin-left: 15px;
    background-color: #7171713D;
    /* Optional: adjust or remove */
    border-radius: 14px;
    /* Optional: for slight rounding */
    display: flex;
    align-items: center;
    justify-content: center;
}


.small-box:hover {
    background-color: #4242423d;
}



.box {

    width: 150px;
    height: 150px;
    font-size: 130px;
    text-align: center;
    border-radius: 10%;
}


.moneyimg {
    width: 20px;
    height: 20px;


}

.alert_images {
    margin-left: 270px;
    margin-top: 12vh;
    width: 53px;
    height: 53px;

}

.allert_info {
    margin-left: 290px;
    margin-top: 20px;
    margin-bottom: 20px;

    width: 54vw;
    height: 84px;


    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff40;
}

.container-fixed-image {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 51vh;
    /* height: 550px; */
    z-index: 1000;
}

.boxes-fixed-image {

    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 33vh;
    /* height: 350px; */
    z-index: 1000;
}

/* ---------------------------------------------------------------------------- */


.close1 {
    font-family: Barlow Condensed;
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #717171;
    cursor: pointer;
}


.esc1 {
    /* border-style: solid; */
    font-family: Barlow Condensed;
    background-color: #7171713D;
    border-radius: 11px;
    width: 94px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    color: #9C9C9C;
}

.esc1:hover {
    background-color: #4242423d;
}

.close_fixed_top {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 1000;
}

.back_arrow {
    width: 25px;
    height: 25px;


}



.mainbody {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;

}

.main_container2 {
    width: 100%;
    height: 100vh;
    display: flex;

}

.custom-div {

    margin-left: 5%;
    width: 90%;
    height: 55vh;


    border-radius: 34px;
    background-color: #8B8B8B36;

    overflow-y: auto;

    /* border: 1px solid #ccc; */
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}



.innercontent {
    height: 85%;
    display: flex;
    justify-content: start;
    overflow-y: auto;
    width: 91%;
    /* background-color: rebeccapurple; */
}

.innercontent ul {
    list-style: none;
    /* optional: remove bullets */
    padding: 0;
    margin: 0;
    width: 100%;
}

.innercontent li {


    display: block;
    /* Makes each link take up full width */
    margin-bottom: 8px;

    text-decoration: none;
}

.innercontent li:hover {}

.innercontent::-webkit-scrollbar {
    width: 3.5px;
}

.innercontent::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    /* transparent track */
    border-radius: 10px;
}

.innercontent::-webkit-scrollbar-thumb {
    background-color: #FEDC2C;
    /* dark gray thumb */
    border-radius: 10px;
}

.innercontent::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* darker on hover */
}









a {

    font-size: 60px;
}

.listitems {
    margin-bottom: 40px;
}

.title1 {
    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 18vh;
    margin-left: 113px;
    margin-bottom: 20px;
}

.route {
    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;

}

.Requirement {
    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #9C9C9C;

}

.sideinfo {
    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    margin-top: 4px;
}

.sidelogo {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.sidefullinfo {
    margin-top: 25px;
}

.sideinfospacer {
    width: 30px;
}



.start-buttom {
    margin-right: 20px;
    width: 208px;

    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;
    background-color: #9C9C9C4D;
    /* optional background */


    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #9C9C9C;
}

.quit-buttom {
    margin-right: 20px;
    width: 208px;

    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;
    background-color: #ffffff;
    /* optional background */


    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.start-buttom:hover {
    background-color: #bbbbbb4d;
}

.space_between {
    justify-content: space-between;
}

.bottom_line {
    margin-top: 40px;
    border: none;
    height: 1px;
    background-color: #9C9C9C4D;
    width: 90%;
}



/* responsive css of res_container2-------------------------------------------------------------------------- */

@media screen and (max-width: 1920px) {

    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        background: transparent;
        background-size: cover;
        /* Ensures image covers entire background */
        background-repeat: no-repeat;
        background-position: center;
        font-family: Barlow Condensed;
        user-select: none;
    }


    .main_container1 {
        z-index: 1;
        display: flex;
        flex-direction: column;

        overflow-x: visible;
    }



    .make_row {
        display: flex;
        flex-direction: row;
    }

    .make_col {
        display: flex;
        flex-direction: column;
    }

    .space_between {
        justify-content: space-between;
    }

    .space_arround {
        justify-content: space-around;
    }

    .title {


        font-family: Barlow Condensed;
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-top: 5px;
        color: #9C9C9C;
    }

    .title_sep {
        margin-top: 10px;
        background-color: #9C9C9C;
        width: 1.5px;
        margin-left: 10px;
        margin-right: 10px;
        height: 31px;

    }


    .job_home {
        width: 50px;
        height: 50px;


    }

    .job_home_container {

        margin-top: 5vh;
        margin-left: 9%;
        margin-right: 5%;
        display: flex;
        justify-content: space-between;
    }




    .close {

        /* margin-top: 56px; */
        font-family: Barlow Condensed;
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #717171;
        cursor: pointer;
    }


    .esc {
        /* border-style: solid; */
        font-family: Barlow Condensed;
        background-color: #7171713D;
        border-radius: 11px;
        width: 70px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        color: #9C9C9C;
    }

    /* .guysimg {} */

    .guy_image_container {
        width: 491px;

        height: 330px;

        border: 1px solid #FEDC2C;
        border-radius: 25px;
        border-width: 1px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .guysimg {
        width: 100%;

    }


    .main_info {
        margin-top: 10vh;
        margin-left: 9%;

        height: 430px;
    }


    .name_price_info {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        margin-bottom: 5px;

    }

    .name_price_under_info {
        color: #8B8B8B;
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 20px;
        margin-left: 5px;

    }

    .directionimg {
        width: 25px;
        height: 25px;
    }


    .mainjobinfo_margin {
        margin-left: 7%;
        justify-content: space-between;
        padding-bottom: 90px;
        width: 45%;


    }

    .mainjobinfo_spacer {
        height: 40px;

    }

    .mainjobinfo {

        width: 100%;

        font-weight: 400;
        font-size: 27px;
        color: #D4D4D4;


    }

    .job_req {
        color: #D4D4D4;

        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .job_req_spacer {
        height: 20px;
    }


    .repo {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .repo_row {
        justify-content: space-between;
        width: 347px;
        margin-bottom: 4px;
    }

    .repo_percent {
        display: flex;
        justify-content: end;
        align-items: flex-end;
        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #FEDC2C;

    }


    .progressbar_container {
        margin-bottom: 30px;
        width: 347px;
        height: 9px;
        background-color: #8B8B8B66;
        border-radius: 6px;



    }

    .progressbar_fill {
        width: 20%;
        height: 100%;
        background-color: #FEDC2C;
        /* You can change this color */
        border-radius: 6px;
        transition: width 0.3s ease;
    }


    .startjob_btn,
    .quit_job_btn {
        width: 204px;
        height: 60px;
        background-color: #FEDC2C;
        border-radius: 24px;

        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 18px;
    }

    .quit_job_btn {
        background-color: #7171713D;
        color: #9C9C9C;
        margin-left: 15px;
        border: solid 1px rgba(255, 0, 0, 0.281);
    }

    .startjobimg {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }


    .startjob_btn:hover {
        background-color: #CFB638;
    }

    .quit_job_btn:hover {
        background-color: rgba(255, 0, 0, 0.281)
    }


    /* ----------------------------------------- */

    .startjob_btn,
    .quit_job_btn,
    .quit_job_btn1 {
        width: 204px;
        height: 60px;
        background-color: #FEDC2C;
        border-radius: 24px;

        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 18px;
    }

    .quit_job_btn {
        background-color: #7171713D;
        color: #9C9C9C;
        margin-left: 15px;
        border: solid 1px rgba(21, 255, 0, 0.123);
    }

    .quit_job_btn1 {
        background-color: #7171713D;
        color: #9C9C9C;
        margin-left: 15px;
        border: solid 1px rgba(255, 0, 0, 0.281);
    }

    /* ------------------------ */

    .startjobimg {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }


    .startjob_btn:hover {
        background-color: #CFB638;
    }

    .quit_job_btn:hover {
        background-color: rgba(21, 255, 0, 0.123);
    }

    .quit_job_btn1:hover {
        background-color: rgba(255, 0, 0, 0.281);
    }





    .small-box {
        width: 72px;
        height: 60px;
        margin-left: 15px;
        background-color: #7171713D;
        /* Optional: adjust or remove */
        border-radius: 14px;
        /* Optional: for slight rounding */
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .small-box:hover {
        background-color: #4242423d;
    }



    .box {

        width: 150px;
        height: 150px;
        font-size: 130px;
        text-align: center;
        border-radius: 10%;
    }


    .moneyimg {
        width: 20px;
        height: 20px;


    }

    .alert_images {
        margin-left: 170px;
        margin-top: 12vh;
        width: 40px;
        height: 40px;

    }

    .allert_info {
        margin-left: 190px;
        margin-top: 20px;
        margin-bottom: 20px;
        /* width: 1025px; */
        width: 54vw;
        height: 84px;


        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #ffffff40;
    }

    .container-fixed-image {
        position: fixed;
        bottom: 0px;
        left: 0px;
        height: 51vh;
        /* height: 550px; */
        z-index: 1000;
    }

    .boxes-fixed-image {
        position: fixed;
        bottom: 0px;
        right: 0px;
        height: 33vh;
        /* height: 350px; */
        z-index: 1000;
    }












    /* ---------------------------------------------------------------------------- */














    .close1 {
        font-family: Barlow Condensed;
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #717171;
        cursor: pointer;
    }


    .esc1 {
        /* border-style: solid; */
        font-family: Barlow Condensed;
        background-color: #7171713D;
        border-radius: 11px;
        width: 70px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        color: #9C9C9C;
    }

    .esc1:hover {
        background-color: #4242423d;
    }

    .close_fixed_top {
        position: fixed;
        top: 50px;
        right: 50px;
        z-index: 1000;
    }

    .back_arrow {
        width: 25px;
        height: 25px;


    }



    .mainbody {
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        /* display: none; */

    }

    .main_container2 {
        width: 100%;
        height: 100vh;
        display: flex;

    }

    .custom-div {

        margin-left: 5%;
        width: 90%;
        height: 55vh;


        border-radius: 34px;
        background-color: #8B8B8B36;

        overflow-y: auto;

        /* border: 1px solid #ccc; */
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;

    }



    .innercontent {
        height: 85%;
        display: flex;
        justify-content: start;
        overflow-y: auto;
        width: 91%;
        /* background-color: rebeccapurple; */
    }

    .innercontent ul {
        list-style: none;
        /* optional: remove bullets */
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .innercontent li {


        display: block;
        /* Makes each link take up full width */
        margin-bottom: 8px;

        text-decoration: none;
    }

    .innercontent li:hover {}

    .innercontent::-webkit-scrollbar {
        width: 3.5px;
    }

    .innercontent::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        /* transparent track */
        border-radius: 10px;
    }

    .innercontent::-webkit-scrollbar-thumb {
        background-color: #FEDC2C;
        /* dark gray thumb */
        border-radius: 10px;
    }

    .innercontent::-webkit-scrollbar-thumb:hover {
        background-color: #555;
        /* darker on hover */
    }









    a {

        font-size: 60px;
    }

    .listitems {
        margin-bottom: 40px;
    }

    .title1 {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 40px;
        color: #FFFFFF;
        margin-top: 18vh;
        margin-left: 113px;
        margin-bottom: 20px;
    }

    .route {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 45px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;

    }

    .Requirement {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 21px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #9C9C9C;

    }

    .sideinfo {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
        margin-top: 4px;
    }

    .sidelogo {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    .sidefullinfo {
        margin-top: 25px;
    }

    .sideinfospacer {
        width: 30px;
    }



    .start-buttom {
        margin-right: 20px;
        width: 208px;

        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 14px;
        background-color: #9C9C9C4D;
        /* optional background */


        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #9C9C9C;
    }

    .quit-buttom {
        margin-right: 20px;
        width: 208px;

        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 14px;
        background-color: #ffffff;
        /* optional background */


        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000000;
    }

    .start-buttom:hover {
        background-color: #bbbbbb4d;
    }

    .space_between {
        justify-content: space-between;
    }

    .bottom_line {
        margin-top: 40px;
        border: none;
        height: 1px;
        background-color: #9C9C9C4D;
        width: 90%;
    }



}


@media screen and (max-width:1255px) {

    .sideinfo {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
        margin-top: 4px;
    }

    .route {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;

    }

    .listitems {
        margin-bottom: 20px;
    }

    .bottom_line {
        margin-top: 20px;
        border: none;
        height: 1px;
        background-color: #9C9C9C4D;
        width: 90%;
    }

    .start-buttom {

        width: 158px;

        height: 62px;

    }

}

@media screen and (max-width:1125px) {

    .sideinfo {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
        margin-top: 4px;
    }

    .route {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;

    }

    .listitems {
        margin-bottom: 20px;
    }

    .bottom_line {
        margin-top: 20px;
        border: none;
        height: 1px;
        background-color: #9C9C9C4D;
        width: 90%;
    }

    .start-buttom {

        width: 158px;

        height: 62px;

    }

}

@media screen and (max-width:1025px) {

    .sideinfo {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
        margin-top: 4px;
    }

    .route {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;

    }

    .listitems {
        margin-bottom: 20px;
    }

    .bottom_line {
        margin-top: 20px;
        border: none;
        height: 1px;
        background-color: #9C9C9C4D;
        width: 90%;
    }

    .start-buttom {

        width: 158px;

        height: 62px;

    }

}

@media screen and (max-width:844px) {

    .sideinfo {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
        margin-top: 4px;
    }

    .route {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;

    }

    .Requirement {
        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #9C9C9C;

    }

    .listitems {
        margin-bottom: 20px;
    }

    .bottom_line {
        margin-top: 20px;
        border: none;
        height: 1px;
        background-color: #9C9C9C4D;
        width: 90%;
    }

    .start-buttom {

        width: 158px;

        height: 62px;

    }

    .sideinfospacer {
        width: 15px;
    }



}


/* responsive css of res_container1-------------------------------------------------------------------------- */
@media screen and (max-width: 1580px),
screen and (max-height: 1920px) {}


@media screen and (max-width: 1580px),
screen and (max-height: 921px) {
    body {

        height: 80vh;
    }

    .allert_info {
        margin-left: 190px;
        margin-top: 20px;
        margin-bottom: 20px;
        /* width: 1025px; */
        width: 54vw;
        height: 84px;


        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #ffffff40;
    }



    .alert_images {
        margin-left: 170px;
        margin-top: 6vh;
        width: 40px;
        height: 40px;

    }



}

@media screen and (max-width: 1220px) {
    .guy_image_container {
        width: 341px;

        height: 250px;

        border: 1px solid #FEDC2C;
        border-radius: 25px;
        border-width: 1px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .main_info {
        margin-top: 10vh;
        margin-left: 9%;

        height: 390px;
    }

}



@media screen and (max-width: 1160px) {


    body {

        height: 80vh;
    }

    .allert_info {
        margin-left: 150px;
        margin-top: 20px;
        margin-bottom: 20px;
        /* width: 1025px; */
        width: 54vw;
        height: 84px;


        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #ffffff40;
    }



    .alert_images {
        margin-left: 150px;
        margin-top: 5vh;
        width: 40px;
        height: 40px;

    }


    .guy_image_container {
        width: 391px;

        height: 230px;

        border: 1px solid #FEDC2C;
        border-radius: 25px;
        border-width: 1px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .main_info {
        margin-top: 10vh;
        margin-left: 9%;

        height: 350px;
    }


}



@media screen and (max-width: 1160px) {


    body {

        height: 80vh;
    }

    .allert_info {
        margin-left: 130px;
        margin-top: 20px;
        margin-bottom: 20px;
        /* width: 1025px; */
        width: 54vw;
        height: 84px;


        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 21px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #ffffff40;
    }



    .alert_images {
        margin-left: 130px;
        margin-top: 5vh;
        width: 40px;
        height: 40px;

    }


    .guy_image_container {
        width: 391px;

        height: 230px;

        border: 1px solid #FEDC2C;
        border-radius: 25px;
        border-width: 1px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .main_info {
        margin-top: 10vh;
        margin-left: 9%;

        height: 350px;
    }

    .mainjobinfo {




        font-size: 23px;
        color: #D4D4D4;


    }


}


@media screen and (max-width: 890px) {


    body {

        height: 80vh;
    }

    .job_home_container {

        margin-top: 2vh;
        margin-left: 2%;
        margin-right: 0%;
        display: flex;
        justify-content: space-between;
    }

    .close_fixed_top {
        position: fixed;
        top: 05px;
        right: 5px;
        z-index: 1000;
    }

    .allert_info {
        margin-left: 120px;
        margin-top: 5px;
        margin-bottom: 20px;
        /* width: 1025px; */
        width: 54vw;
        height: 84px;


        font-family: Barlow Condensed;
        font-weight: 400;
        font-size: 21px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #ffffff40;
    }



    .alert_images {
        margin-left: 130px;
        margin-top: 2vh;
        width: 22px;
        height: 22px;

    }


    .guy_image_container {
        width: 291px;

        height: 200px;

        border: 1px solid #FEDC2C;
        border-radius: 25px;
        border-width: 1px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .main_info {
        margin-top: 3vh;
        margin-left: 3%;

        height: 350px;
    }

    .mainjobinfo {




        font-size: 23px;
        color: #D4D4D4;


    }
}