.about_me {
    padding-top: 75px;
    padding-bottom: 150px;
    position: relative;
}

    .about_me .about_large_title {
        font-weight: 800;
        color: #F5F6F7;
        font-size: 100px;
        position: absolute;
        left: 15%;
        top: 0;
        line-height: 1;
        z-index: -1;
    }

    .about_me .about_e_details h3 {
        font-size: 50px;
        font-weight: 700;
        color: #001D38;
    }

    .about_me .about_e_details p {
        font-size: 15px;
        font-weight: 400;
        color: #727272;
        margin-top: 20px;
        margin-bottom: 36px;
        line-height: 28px;
        font-family: "Muli", sans-serif;
    }

.boxed-btn3 {
    background: #615CFD;
    color: #fff;
    display: inline-block;
    padding: 14px 38px;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.about_me .about_img {
    position: relative;
}

    .about_me .about_img .color_pattern {
        position: absolute;
        right: -80px;
        top: -123px;
        z-index: -1;
    }

    .about_me .about_img .my_Pic img {
        width: 100%;
    }



.project-experience {
    padding-top: 75px;
    padding-bottom: 150px;
    position: relative;
}

    .about_large_title {
        font-weight: 800;
        color: #F5F6F7;
        font-size: 80px;
        position: absolute;
        left: 15%;
        top: 7%;
        line-height: 1;
    }

    .project-experience .about_e_details h3 {
        font-size: 50px;
        font-weight: 700;
        color: #001D38;
        text-align: center;
    }

    .project-experience .about_e_details p {
        font-size: 15px;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 36px;
        line-height: 28px;
        text-align: start;
        font-family: "Muli", sans-serif;
    }

.boxed-btn3 {
    background: #615CFD;
    color: #fff;
    display: inline-block;
    padding: 14px 38px;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.project-experience .about_img .color_pattern {
    position: absolute;
    right: -80px;
    top: -123px;
    z-index: -1;
}

.experience-details p {
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}
.experience-details ul {
    margin-left: 40px;
}
    .experience-details ul li {
        color: #727272;
        text-align: start;
    }

.resume-section {
    padding: 30px;
    background: #f5faff;
    border-radius: 10px;
    margin: 30px 0;
}



/*IELTS SCORE*/
@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: calc(var(--value) / 10 * 100);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 12rem;
    --fg: #5b93c7;
    --bg: #def;
    --pgPercentage: calc(var(--value) / 10 * 100);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    position: relative;
}

    div[role="progressbar"]::before {
        content: attr(aria-valuenow) '%';
        position: absolute;
        text-align: center;
    }


.test-score .score-name {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 25px;
    color: #45505b;
}

.contact .info-item {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .contact .info-item {
        justify-content: start;
    }
}