.logom .uk-margin-left {
    margin-left: 0px !important;
    text-align: left;
}
.tzyrt {
    display: flex;
    align-items: center;
    width: 85px;
    margin: 0 auto;
}
.vipsrv .bg.uk-width-3-4\@m.uk-first-column {
    padding-left: 15px;
}
.vipsrv .uk-margin-top {
    margin-bottom: 10px !important;
}
.cardses.vip {
    background-color: rgb(230 251 211);
    background: linear-gradient(180deg, rgb(154 205 239) 0%, rgb(39 88 96 / 0%) 100%);
    border-radius: 11px;
}
.tsrv .views-row {
    border-bottom: 1px solid #f5eae5;;
    padding: 3px 0;
}
.tsrv .uk-text-lead.uk-text-bold {
    font-size: 1.31em;
}
.uk-slideshow-items .m-title {
    text-transform: uppercase;
    width: 100%;
}
.alert-message.messages--status.uk-alert {
    position: fixed;
    right: 0;
    top: 200px;
    background: #afffc8;
    min-width: 400px;
    width: 100%;
    max-width: 400px;
    z-index: 1;
    color: #131313;
}
.footer .uk-margin-medium-top {
    margin-top: 0 !important;
}
.footer {
    background: #efefef;
}
#block-nbilisim-yasaluyari {
    text-align: center;
    background: #444444;
    color: #fff;
    font-size: .9em;
}
#block-nbilisim-yasaluyari p {margin:0!important;}
.bilgilendirme ul li {
    display: flex;
    line-height: 2;
}
.bilgilendirme .uk-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bilgilendirme span {
    font-weight: 800;
}

.cardses.vip:before {
    content: "💎";
    position: absolute;
    z-index: 1;
    font-size: 2em;
    left: 6px;
    top: 0;
    animation: spin 9s linear infinite; /* Animasyonu tanımla */
    transform-style: preserve-3d; /* 3D dönme stilini ayarla */
}

@keyframes spin {
    0% {
        transform: rotateY(0deg); /* Y ekseni etrafında başlangıç pozisyonu */
    }
    100% {
        transform: rotateY(360deg); /* Y ekseni etrafında 360 derece dönme */
    }
}
.uk-card-hover {
    transition: transform .9s!important;
}
.uk-card-hover:hover {
    transform: scale(1.05);
    transition: transform .7s;
}
.alert-message.messages--error.uk-alert {
    position: fixed;
    right: 0;
    min-width: 400px;
    z-index: 1;
    max-width: 400px;
    background-color: #d70000;
    color: #fff;
    top: 30%;
}