/*for desktop*/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* navbar design */
.nav-logo{
    text-align: left;
}

.nav-heading h1{
    text-align: right;
}

.nav-menu{
    flex-direction: row;
    justify-content: flex-end;
}

.nav-menu a{
    margin: 5px 10px;
    padding: 20px;
    background-color: transparent;
}
/* navbar end */

/* profile start */

.profile .top{
    right: 100px;
    width: 130px;
    transition:width 2s, transform 2s;
}

.profile .top:hover{
    width: 140px;
}

.profile-desc p{
    color: gray;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
}

.profile .bottom{
    bottom: 20px;
    left:140px;
    width: 130px;
    transition:width 2s, transform 2s;
}

.profile .bottom:hover{
    width: 140px;
}

/* profile end */

/* about me start */

.about-me-image{
    margin-top: 100px;
}

.about-me-image img{
    height: 270px;
    width: 250px;
}

.about-me-desc p{
    text-align: left;
}

/* about me end */

/* experience start */

.professional-experience{
    display: flex;
    justify-content: center;
}

.professional-experience .card{
    margin: 0px 25px;
}

/* experience end */

/* achivement contact start */

.achievement{
    padding-right: 50px;
}

.contact button{
    width: 150px;
}

.contact-links{
    position: relative;
}

.media-buttons{
    position: absolute;
    margin-top: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* achivement contact end */

/* footer start */

.footer-menu{
    margin-top: 12px;
}

.footer-menu a{
    display: inline;
    margin: 10px;
}

.footer-desc{
    font-size: 1.2rem;
}
/* footer end */