.logo-ul{
   margin: 0; 
   padding: 0;
}

.logo-ul li{
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 20px;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}
.logo-ul li:hover{
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
    opacity: 0.9;
}

.mx-g{
    max-width: 32.375rem!important;
}
.img-alt{
    margin-bottom: 8px;
}
.img-siyah{
    transition: all 0.4s ease-in-out;
}
.img-siyah{
    filter: grayscale(0%);
    }
.img-siyah:hover{
    scale: 1.04;
    filter: grayscale(100%);
    }
    .h2-works{
        font-size: 16px;
        margin-bottom: 25px;
        color: #8b8b8b;
    }
    .arti{
        font-size: 88px; 
    }

    .h1.vlt-large-heading, h1.vlt-large-heading {
        font-size: 2.2rem;
        font-weight: 600;
    }






