
.revideo {
    display: block !important;
    width: 100%;
}
.revideo video,
.revideo embed,
.revideo object,
.revideo img,
.revideo iframe
 {
    display: block !important;
    width: 100%;
    height: 100%,
}


.soldikey, .sagdikey {
    position: fixed;
    top: 140px;
    width: 165px;
    z-index: 999;
    display: none; 
}

.soldikey {
    left: 50%;
    margin-left: -735px;
}

.sagdikey {
    left: 50%;
    margin-left: 570px;
}

@media only screen and (min-width: 1480px) {
    .soldikey, .sagdikey {
        display: block !important;
    }
}

@media only screen and (max-width: 1479px) {
    .soldikey, .sagdikey {
        display: none !important;
    }
}
.kirmizi { color: #900000; }

.bg-gradient-dark {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.w-fit-content {
    width: fit-content;
}
.main-post:hover img {
    transform: scale(1.05);
    transition: 0.5s all;
}
.card {
    transition: 0.3s transform;
}
.card:hover {
    transform: translateY(-3px);
}


.news-thumbnail img {
    border-radius: 100%;
}
