*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Resume_Css Started */
.resume_header{
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.resume_header_two{
    display: flex;
    justify-content: space-between;
}
.resume_header_img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
}
.resume_header_img img{
    width: 100%;
    height: 100%;
}
.padding-y-20{
    padding-block: 20px;
}
.flexBox_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.resume_contact_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    max-width: 660px;
}
.resume_heading{
    color: #202020;
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 51px;
    font-size: 49px;
}
.text_icon_wrapper{
    margin-bottom: 4px;
}

.resume_subtitle{
    text-transform: capitalize;
    font-weight: 700;
    color: #49C378;
    font-size: 22px;
    line-height: 26px;
}
.info_text{
    color: #323232;
    text-decoration: none;
    transition: all .3s ease;
    margin-left: 3px;
    font-weight: 500;
    font-size: 18px;
}
.location_icon svg{
    margin-right: 4px;
}
.exp_mb {
    margin-bottom: 22px;
}
.border_position {
    background: #49C378;
    left: 0;
    top: 2px;
    bottom: 0px;
    width: 2px;
    position: absolute;
    content: "";
}
.sub_heading_resume {
    font-size: 25px;
    font-weight: 700;
    color: #202020;
    line-height: 28px;
}
.info_text:hover{
    color: #49C378;
}
.resume_container {
    margin-top: 155px;
}
.resume_header_content{
    width: 67%;
}
.resume_experience_section{
    padding-top: 10px;
}
.resume_experience {
    padding-top: 0px !important;
}
.margin-bottom{
    margin-bottom: 18px;
}
.border_round{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -9px;
    top: 0;
    border-radius: 50%;
    background: #49C378;
    border: 3px solid #fff;
}
.resume_border_position{
    background: #b6b3b3;
    left: 0;
    top: 2px;
    bottom: 0px;
    width: 2px;
}
.resume_desc_wrapper{
    display: flex;
    gap: 14px;
}
.resume_items{
    padding-left: 40px !important;
}
.resume_wrapper{
    width: 80%;
    margin-top: -2px;
    position: relative;
}
.title_exp{
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    line-height: 19px;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-top: -3px;
}
.edu_title{
    margin-bottom: 15px;
}
.sub_title_exp{
    font-size: 17px;
    font-weight: 400;
    color: #585858;
    line-height: 16px;
    white-space: nowrap;
}
.resume_exp_date{
    width: 15%;
}

.resume_pg_title {
    font-size: 24px;
    line-height: 27px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 17px;
    margin-top: -3px;
}
.work_resume_title{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #49C378;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.list_text{
    margin-bottom: 20px;
    color: #585858;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 23px;
    margin-bottom: 2px;
}
.padding_b_twenty{
    padding-bottom: 20px;
}
.list_text::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #7d7d7d;
    top: 9px;
    left: 2px;
}
.section_projects{
    padding-top: 38px;
}
.project_name{
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    color: #49C378;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.project_links_text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #585858;
    display: inline-block;
    margin-left: 6px;
    text-decoration: none;
    transition: .3s ease;
    margin-bottom: 8px;
}
.project_links_text:hover{
    color: #49C378;
} 
.prject_sub_container{
    margin-top: 20px;
}
.education_section{
    margin-block: 20px;
}
.section_skill{
    padding-top: 60px;
    padding-bottom: 20px;
}
.pg_skill_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: var(--primary-color);
    padding-inline: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #d7d4d4;
    transition: all .3s ease;
}
.resume_pg_skill_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 23px;
}
.pg_skill_text:hover {
    border-color: #49C378;
}
.find_me_flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
    max-width: 670px;
}
.find_text_icon_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.find_me_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #202020;
    margin-bottom: 10px;
}
.find_me_link_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #585858;
    transition: .3s ease;
    text-decoration: none;
    cursor: pointer;
}
.find_me_link_text:hover{
    color: #49C378;
}
.find_text_icon_wrapper svg {
    width: 32px;
    margin-top: -6px;
}
.section_language{
    padding-top: 40px;
    padding-bottom: 160px;
}
.language_wrapper_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 685px;
}
.language_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 50%;
    max-width: 300px;
}
.language_title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #202020;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.proficiency_level {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #585858;
    margin-bottom: 6px;
}
.proficiency_level_dots {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dot_proficiency {
    width: 22px;
    height: 22px;
    background-color: #49C378;
    border-radius: 100%;
}
.empty_dot {
    background-color: rgb(228, 228, 228);
}
.resume_exp_date_sm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0px !important;
}

.resume_exp_sm{
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}
.title_exp_sm{
    margin: 0px !important;
}

@media(max-width:991px){
    .resume_exp_date {
        width: 28%;
    }
    .sub_heading_resume {
        font-size: 22px;
        line-height: 26px;
    }
    .resume_pg_title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 14px;
    }
    .title_exp {
        margin-bottom: 14px;
    }
    .work_resume_title{
        font-size: 19px;
    }
    .language_wrapper_container{
        flex-wrap: wrap;
    }
}
@media (max-width: 767px){
    .resume_header_two {
        flex-direction: column-reverse;
    }
    .resume_header_two {
        justify-content: center;
        align-items: center;
    }
    .resume_heading {
        line-height: 36px;
        font-size: 33px;
        text-align: center;
    }
    .resume_subtitle {
        text-align: center;
        font-size: 17px;
        line-height: 24px;
    }
    .resume_contact_wrapper{
        flex-direction: column;
    }
    .text_icon_wrapper {
        justify-content: center;
        display: flex;
    }
    .find_me_flexBox {
        flex-wrap: wrap;
        gap: 20px 24px;
    }
    .resume_container{
        padding-bottom: 60px;
    }
    .resume_items {
        padding-left: 28px;
    }
    .title_exp {
        font-size: 16px;
    }
    .pg_skill_text {
        font-size: 16px;
    }
    .resume_pg_skill_wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 17px;
    }
    .language_wrapper_container {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-top: 14px;
    }
    .language_wrapper {
        width: 100%;
        max-width: 100%;
        align-items: baseline;
    }
    .find_me_title {
        font-size: 16px;
        line-height: 18px;
    }
    .find_text_icon_wrapper svg {
        width: 21px;
        margin-top: 0px;
    }
    .dot_proficiency {
        width: 17px;
        height: 17px;
    }
    .language_title {
        font-size: 17px;
    }
    .proficiency_level {
        font-size: 15px;
        line-height: 15px;
    }
    .section_language{
        padding-bottom: 100px;
    }
    .resume_container {
        margin-top: 120px;
    }
}
@media (max-width:600px){
    .resume_exp_date {
        display: none;
    }
    .resume_items {
        padding-left: 22px !important;
    }
    .work_resume_title {
        font-size: 17px;
    }
    .resume_pg_title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .pg_skill_text {
        font-weight: 500;
    }
    .resume_wrapper {
        width: 100%;
    }
    .resume_exp_sm{
        display: flex;
    }
    .resume_exp_date {
        width: 100%;
        max-width: 380px;
    }
    .dot_proficiency {
        width: 15px;
        height: 15px;
    }
}