@font-face {
    font-family: ubunto;
    src: url('src/UbuntRegular.ttf');
}

* {
margin : 0;
padding: 0;
}


body {
    background-color: #eceaea;
    font-family: ubunto
}

hr{
    margin: 0 auto;
    border-bottom: #808080;
    height: 1px;
}

.head-title b {
    font-size: 26px;
    margin-left: 10px;
    color: rgb(65, 63, 63);
}

i.fa{
    color: #F6E05E; 
}

.pb100{
    width: 100%;
}

.pb95{
    width: 95%;
}

.pb90{
    width: 90%;
}

.pb70{
    width: 70%;
}

.pb30{
    width: 30%;
}

.container{
    width: 98%;
    padding: 1%
}

.left-side{
    background-color: #ffffff;
    display: inline-block;
    width: 25%;
    margin: 0.5%;
    vertical-align: top;
    border-radius: 3px;
}

.right-side {
    display: inline-block;
    width: 72%;
    margin: 0.5%;
    vertical-align : top;
}

.right-side section {
    background-color: #ffffff;
    margin-bottom: 2%;
    border-radius: 3px;
    padding: 30px;
}

.right-side-item{
    color:  rgb(65, 63, 63);
}

.right-side-item h3,
.right-side-item h4{
    margin: 15px 0;
}

.right-side-item p{
    margin: 15px 0 30px;
}

#profile-box{
    position: relative;
}

#profile-box #profile-image{
    width: 100%;
    border-radius: 3px 3px 0 0;
}

#profile-box #profile-name{
    width: 96%;
    background-color: rgba(0,0,0,0.4);
    color: white;
    text-align: center;
    padding: 2%;
    position: absolute;
    bottom: 2%;
    left: 0%;
    font-size: 21px;

}

#desciption-box{
    padding: 15px;
}

#desciption-box ul li{
    margin-bottom: 15px;
}


#desciption-box ul{
    list-style: none;
}

#desciption-box ul li i{
    color: #F6E05E;
    font-size: 18px;
}

#desciption-box ul li span{
    font-size: 16px;
    color:  rgb(65, 63, 63);
    margin-left: 10px ;
}

.aside-items{
    padding: 15px;
    color:  rgb(65, 63, 63);
    margin: 5px 0 25px;
}

.item-title{
    margin-left: 5px ;
}

.skill-item{
    margin-top: 15px;
}

#sefid{
    color: rgb(65, 63, 63);
}

.progress-box{
    background-color: rgb(239, 239, 239);
    border-radius: 15px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.progress-box .progress-bar{
    background-color: #F6E05E ;
    padding: 2px;
    border-radius: 15px;
}

footer {
    background-color: #eceaea;
    width: 100%;
    height: 130px;
    text-align: center;
    padding: 20px 0;
    color: rgb(65, 63, 63);
}

footer a {
    color: rgb(65, 63, 63);
}



.nav-link {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8) !important;
  }
  
  .social-nav .nav-link {
    padding: 0 0.5rem;
    font-size: 1.1rem;
    line-height: 2.5rem;
  }
  
  .nav-link:hover,
  .nav-link:focus,
  .active .nav-link {
    color: rgba(0, 0, 0, 0.6) !important;
  }

  .justify-content-left {
    display: flex;
    justify-content: center;
    list-style: none;
  }



@media only screen and (max-width:768px) {
    .left-side{
        display: block;
        width: 99%;
    }

    .right-side{
        display: block;
        width: 99%;
    }

}