.container {
    gap: 26px;
}

.base {
    display: flex;
    /* flex-direction: row-reverse; */
    gap: 2.1em;
    /* height: 26.1em; */
    flex-wrap: wrap;
}


.left-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
    flex: 2;
}

.title {
    margin-top: 4.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5em;

}

.title p {
    font-family: "Montserrat";
    font-size: 3.7rem;
    font-weight: 700;
    text-align: center;
}

.biopic {
    flex: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biopic img {
    width: 22em;
}

.minor-det {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em 2em;
    /* padding: 2em; */
    gap: 1em;
    position: relative;
}

.minor-det h1 {
    font-family: "Montserrat";
    font-weight: 800;
    letter-spacing: -1px;
    flex: 2;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.downarrow {
    flex: 1;
    width: 10%;
    left: 1px;
}

.minor-det p {
    flex: 1;
    width: 80%;
    line-height: 1.3em;
    color: #272727;
}

.data,
.experience {
    display: flex;
    justify-content: center;
    gap: 26px;
}

.abtme,
.exp,
.skill{
    flex: 1;
    padding: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    position: relative;
}

.abtme span{
    font-weight: bold;
}

.head {
    font-weight: bold;
    font-size: 1.5em;
}

.brief {
    font-size: 1.13em;
}

b {
    color: #FF8E25;
}

#percentage{
    color: black;
    font-weight: 700;
}

.edu {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.top-det {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 2em;
}

.edu-list,
.exp-list {
    display: flex;
    align-items: baseline;
    gap: 2em;
}

.from-what {
    flex: 1;
}

.year {
    font-size: 13px;
    color: #D4D4D4;
    text-align: end;
}

.degree {
    color: #ACACAC;
    font-weight: 500;
}

.random {
    height: 100%;
    padding: 2em;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background-color: #FF8E25; */
}

.random p{    
    font-size: 1.2em;
    color: #272727;
    }

.skill-titles-chart {
    display: flex;
    min-height: 12em;
}

.skill-title {
    flex: 0.8;    
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1em;
    gap: 1em;

}

.skill-title p b:hover {
    cursor: pointer;
}

.skill-chart {
    flex: 1;
    /* background-color: rgb(64, 0, 255); */
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3em;
    margin-left: 0em;
    text-align: center;


}

.skill-chart svg {
    width: 50%;
    position: absolute;
}


.back {
    border-radius: 24px;
    margin-top: 5px;
    width: 91.5%;
    height: 80%;
    background-color: #FBFBFC;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.profiles-contact {
    display: flex;
    gap: 24px;
    flex-direction: row;
    position: relative;
    min-width: 100%;
}

.profile {
    flex: 1;
}

.contact {
    flex: 2;
    position: relative;
    display: flex;
}

.contact-det {
    font-family: "Integral CF Regular";
    font-size: 2.9em;
    position: absolute;
    width: 70%;
    bottom: 3vh;
    left: 3vh;
}

.contact-det span {
    font-family: "Integral CF Regular";
    color: #FF8E25;

}

.summary-skills {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.summary {
    flex: 1;
    position: relative;
}

.skills {
    flex: 1;
    position: relative;
}


/* SKILLS */


.skill-elements {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    justify-content: center;
}

.skill-box {    
    height: 70px;
    width: 70px;
    background-color: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* gap: 1em; */
}
.skill-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.skill-icon img{
    width: 65%;
}


@media (max-width: 1091px) {

    .title p {
        font-size: 3.4em;
        text-align: center;
    }

    .skill-box{
        height: 65px;
        width: 65px;
    }
}


@media (max-width: 998px) {
    .title p {
        font-size: 2.6em;
        text-align: center;
    }
    
    .skill-box{
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 970px) {
    .profile {
        order: -1;
    }

    .summary-skills {
        order: -1;
    }
    
    .skill-box{
        height: 55px;
        width: 55px;
    }
}

@media (max-width: 946px) {
    .title img {
        height: 5.4em;
    }

    .base {
        flex-direction: column;
    }

    .left-data {
        align-items: center;
    }

    .data,
    .experience {
        flex-direction: column;

    }

    .chart svg {
        right: 1em;
        top: -8em;
    }

    .biopic img {
        width: 20em;
        margin-top: -1em;
    }

    .title {
        margin-top: -2em;
    }
    
    .skill-box{
        height: 52px;
        width: 52px;
    }
}


@media (max-width: 876px) {

    .title img {
        height: 5.8em;
    }
    
    .skill-box{
        height: 50px;
        width: 50px;
    }
}


@media (max-width: 788px) {
    .profile {
        flex: 1;
    }

    .summary-skills {
        flex: 1;
    }

    .contact {
        flex: 0.9;
    }

    .profiles-contact {
        flex-direction: column;
        height: 700px;
    }

    .title img {
        height: 5.8em;
    }
}


@media (max-width: 684px) {
    .title {
        gap: 0.6em;
        margin-top: 0em;
    }

    .title p {
        text-align: center;

    }

    .title img {
        height: 5.5em;
    }

}


@media (max-width: 596px) {
    .skill-titles-chart {
        flex-direction: column;
    }

    .skill-title {
        flex: 0;
        z-index: 1;
    }

    .skill-chart {
        min-height: 24em;
        width: auto;
    }

    .skills {
        max-height: 32em;
    }

    .skill-chart svg {
        width: 70%;
    }
    
    
    .skill-box{
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 520px) {
    .edu {
        gap: 2em;
    }

    .edu-list,
    .exp-list {
        flex-direction: column;
        gap: 0;
    }

    .contact-det {
        font-size: 2em;
        width: 65%;
    }
}


@media (max-width: 450px) {
    .title {
        margin-top: 0em;
    }

    .title p {
        font-size: 2em;
    }

    .title img {
        height: 4.5em;
    }


    .downarrow {
        min-width: 20%;
    }


}

@media (max-width: 450px) {
    .title {
        margin-top: 0em;
    }

    .title p {
        font-size: 2em;
    }

    .title img {
        height: 4.5em;
    }


    .downarrow {
        min-width: 20%;
    }


}