
.social-link {
    text-decoration: none;
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #171f3808;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 0.4rem;
    color: #183b56;
}

.social-link i {
    font-size: 1.05rem;
}

hr {
    width: 3.5rem;
    height: 1px;
    background-color: #183b56;
    color: #183b56;
    margin-right: 1rem;
    opacity: 1;
}

.portfolio_box {
    position: relative;
}

.single_portfolio {
    position: relative;
}

.overlay {
    top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #183b56;
    border-radius: 8px;
}

.short_info {
    text-align: center;
    width: 100%;
    top: 40%;
    position: absolute;
    opacity: 0;
    color: #fff;
}

.short_info h4{
    font-weight: bold;
    color: #fff;
}

.short_info p{
    font-weight: 400;
}

.portfolio_box:hover .overlay{
    opacity: 0.7;
    transition: 0.4s all;
}

.portfolio_box:hover .short_info{
    opacity: 1;
    transition: 0.4s all;
}

.blog-title {
    font-weight: bold;
    color: #183b56;
    text-decoration: none;
    margin-bottom: 8px;
}

.blog-title:hover {
    color: #FC6666;
}

.border-5 {
    border-width: 5px !important;
}

.hakkimda {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto; 
  }
