

body{
    background-color: white;
}

/* 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 starts here */
.nav-logo{
    text-align: left;
}

.nav-heading h1{
    text-align: left;
}

.navbar-menu{
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-menu a{
    display: inline;
    padding: 5px 10px;
    margin: 20px 0;
    background-color: transparent;
}
/* navbar design end here */


/* profile design starts here */
.profile .top-weather-icon{
    
    right: 100px;
    width: 120px;
    transition: width 2s, transform 2s;
}

.profile .top-weather-icon:hover{
   width: 140px;
}

.profile-desc p{
    color:rgb(160, 145, 145);
    margin: 0 auto;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}

.profile .bottom-weather-icon{
    bottom: 20px;
    right: 140px;
    width: 120px;
    transition: width 2s, transform 2s;
}

.profile .bottom-weather-icon:hover{
   width: 140px;
}
/* profile design end here */


/* about me design starts here */
.aboutme-image{
    margin-top: 100px;
}

.aboutme-image img{
    height: 280px;
    width: 255px;
}

.aboutme-desc p{
    text-align: left;
}
/* about me design end */


/* professional experience starts */

.professional-experience{
    padding: 1% 5%;
}
/* professional experience end */


/* <!-- achievement-contact design starts --> */
.achievement{
    padding-right: 50px;
}

.achievement ul li{
    text-align: left;
}

.contact button{
    width: 100px;
    padding: 10px;
}

.contact-links{
    position: relative;
}

.media-buttons{
    position: absolute;
    margin-top: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* <!-- achievement-contact design ends --> */


/* footer starts here */
.footer-menu{
    margin-top: 10px;
}

.footer-menu a{
    display: inline;
    margin: 10px;
}

.footer-desc{
    padding-top: 20px;
}

/* footer ends here */