@media (max-width: 768px) {
    .logo{
        height: 91vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    
    .sayfalaButon{
        right: 5%;
    }   
    
    .homSlayt img{
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 255px;
    }

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .mt-md-6{
        margin-top: 4rem
    }    
    
    .logo{
        margin-top: 13%
    }
    
    .navbar{
        max-height: 49px
    }
       
    .sayfalaButon{
        right: 7%;
    }       
   
}

@media (min-width: 992px) {
    body{
        background-size: 429px;        
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    body{
        /*background: url('../img/global/69.png');*/
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: right;
        background-position-y: bottom;
        background-size: 333px;        
    }    
    .sayfalaButon{
        right: 15%;
    }  
}

