@import url(fonts.css?v=11);
@import url(owlCarousel.css?v=11);
@import url(tools.css?v=16);
@import url(stil.css?v=46);
@import url(responsive.css?v=13);
@import url(vdi.css?v=14);

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.bannerCard  {
    max-height: 200px;
    overflow: hidden;
    border-radius: 18px;
}

section#makaleyazi {
    margin-top: 50px;
}

.bannerCard  {
    max-height: 200px;
    width: 100%;
    border-radius: 18px;
    /* height: 200px; */
    background-size: cover;
    background-position: center;
}
.d-none {
    display: none!important;
}
.orderContent textarea {
    min-height: 100px;
}
.nonshake {
    animation: shake 0.2s cubic-bezier(0.11, 0.07, 0.19, 0.1) both !important;
    transform: translate3d(0, 0, 0) !important;
    backface-visibility: hidden !important;
    perspective: 1000px !important;
}

@keyframes shake {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    animation-name: shake;
}
