.img {
    width: 3rem;
    position: absolute;
    bottom: 17px;
    right: 10px;
    opacity: 0.4;
    transition: 0.3s;
}

.bento:hover .img {
    opacity: 1;
}


/* CONTAINER 1 */
.container-1 {
    display: flex;
    gap: 24px;
    padding: 8px 0;
    flex-wrap: wrap;
}

.left {
    flex: 1.1;
    display: flex;
    position: relative;
    gap: 5px;
    max-height: 300px;
    /* max-height: 260px; */
}

.profile-image {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 29px;
    padding-bottom: 36px;
}


.profile-image img {
    width: 215px;
    /* width: 190px; */
}

.my-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;

}

.header {
    font-size: 0.8rem;
    color: #D4D4D4;
    line-height: 1em;
}

.Name {
    color: #0f0f0f;
    font-size: 2.4em;
    font-weight: 800;
    width: 50%;
    line-height: 1em;
    margin: 2px 0;
}

.body {
    font-size: 0.75rem;
    font-weight: 300;
    color: #a4a4a4;
    width: 96%;
    line-height: 1.3em;
}

.right {
    flex: 1;
    display: flex;
    gap: 24px;
}

.res-skill-sum {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.resume,
.skill-set,
.summary {
    flex: 1;
}

.projects {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.laptop{
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laptop img{    
    width: 4em;
}

/* CONTAINER 2 */
.container-2 {
    display: flex;
    gap: 24px;
    padding: 8px 0;
    flex-wrap: wrap;
}


.medium,
.profile {
    height: 265px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.med-logo {
    width: 3em;
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* sdasdasdasdadad */
.profile {
    display: flex;
    flex-direction: column;
}


.yt-insta {
    flex: 0.68;
    background-color: #FBFBFC;
    margin: 1em;
    border-radius: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2em;
    padding: 1em;
    justify-content: space-between;
}

.circle-logo {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    height: 5em;
    width: 5em;
    border-radius: 2.5em;
}
/* fadadasdasdas */






.profile-bottom {
    flex: 0.32;
}

.specialization {
    height: 265px;
    position: relative;
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.specialization-logo {
    flex: 0.8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}







/* CONTAINER 3 */
.container-3 {
    height: 240px;
    display: flex;
    gap: 24px;
    padding: 8px 0;
    flex-wrap: wrap;

}

.exp {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    min-width: 400px;
}

.cards {
    height: 80%;
    width: 27%;
    background-color: #FBFBFC;
    /* background-color: #0000ff; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.num,
.title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 300;
    width: 80%;
    color: #ACACAC;

}

.num {
    font-family: "Integral CF Regular";
    font-size: 1.9rem;
    color: #FF8E25;
}

.title {
    font-size: 0.9rem;

}

.title-1,
.title-2,
.title-3 {
    width: 52%;
}

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

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

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

}



/* MEDIA QUERIES */
@media (max-width: 1018px) {
    .left {
        max-height: 260px;
    }

    .profile-image {
        flex: 0.6;
    }

    .profile-image img {
        width: 190px;
    }

    .header {
        font-size: 0.7rem;
    }

    .Name {
        font-size: 2.1em;
    }

    .body {
        font-size: 0.6rem;
    }

    .text-container {
        bottom: 0.6em;
    }

    .heading {
        font-size: 12px;
    }

    .Topic {
        font-size: 18px;
    }

    .specialization {
        height: 230px;
    }

    .specialization-logo img {
        width: 5em;
    }

    .contact-det {
        font-size: 2.7em;
        bottom: 8vh;
        left: 6vh;
    }

}

@media (max-width: 970px) {
    .container-3 {
        height: 200px;
    }

    .contact-det {
        width: 55%;
        font-size: 2.1em;
        bottom: 4vh;
    }

    .num {
        font-size: 1.7em;
    }

    .title {
        font-size: 0.7em;
    }
}

@media (max-width: 870px) {
    .container-1 {
        flex-direction: column;
    }

    .right {

        min-height: 300px;
    }

    .profile-image {
        flex: 0.3;
    }

    .header {
        font-size: 0.9rem;
    }

    .Name {
        font-size: 2.7em;
        width: 80%;
    }

    .body {
        font-size: 0.8rem;
    }

}

@media (max-width: 870px) {

    .profile,
    .medium {
        order: 1;
        height: 260px;
    }

    .specialization {
        order: 2;
        min-width: 380px;
    }
}

@media (max-width: 816px) {
    .contact-det {
        width: 60%;
        bottom: 4vh;
    }
}

@media (max-width: 780px) {
    .container-3 {
        height: 160px;
    }

    .contact-det {
        width: 70%;
        font-size: 1.5em;
        bottom: 4vh;
        left: 4vh;
    }
}

@media (max-width: 725px) {
    .projects {
        min-width: 300px;
    }

    .container-3 {
        flex-direction: column;
        height: 650px;
        padding: 0;
    }

    .cards {
        width: 100%;
    }

    .exp {
        min-width: 90%;
        flex-direction: column;
        padding: 1em 1em;
    }

    .contact {
        flex: 0.5;
    }

    .contact-det {
        font-size: 2em;
        padding-left: 20px;
        width: 80%;
    }

}

@media (max-width: 630px) {
    .container-3 {
        flex-direction: column;
        height: 650px;
        padding: 0;
    }

    .cards {
        width: 100%;
    }

    .exp {
        min-width: 90%;
        flex-direction: column;
        padding: 1em 1em;
    }

    .contact {
        flex: 0.5;
    }

    .contact-det {
        font-size: 2em;
        padding-left: 20px;
        width: 80%;
        left: 2vh;
    }
}

@media (max-width: 580px) {
    .right {
        flex-direction: column;
    }

    .res-skill-sum {
        flex-direction: row;
        flex: 0.7;
    }

    .resume,
    .skill-set {
        flex: 0.8;
    }


}

@media (max-width: 540px) {
    .header {
        font-size: 0.8rem;
    }

    .Name {
        font-size: 2.2em;
        width: 80%;
    }

    .body {
        font-size: 0.65rem;
    }

}

@media (max-width: 526px) {
    .right {
        min-height: 610px;
    }

    .res-skill-sum {
        flex-direction: column;
        flex: 1.5;
    }

    .resume,
    .skill-set {
        flex: 1;
    }

    .text-container {
        bottom: 1.1em;
    }

    .container-2 {
        flex-direction: column;
        height: 50em;
    }

    .specialization {
        flex: 1;
    }

}

@media (max-width: 490px) {
    .left {
        max-height: 200px;
    }

    .header {
        font-size: 0.7rem;
    }

    .Name {
        font-size: 1.7em;
        width: 80%;
    }

    .body {
        font-size: 0.55rem;
    }

    .profile-image img {
        width: 150px;
    }

    .profile-image {
        padding-left: 17px;
    }

    .projects {
        min-height: none;
    }

    .specialization {
        min-width: 100%;
    }
}

@media (max-width: 230px) {
    .contact-det {
        font-size: 1.8em;
        padding-left: 20px;
        width: 70%;
    }
}