.banner-main-title {
    top: 120px !important;
    font-family: 'Arvo', serif !important;
}

.gallery-head-text {
    font-family: 'Arvo', serif !important;
}

.home-read-more {
    color: #da3736 !important;
    font-size: 13px;
}

.event-desc {
    margin-bottom: 5px !important;
}

.ott-banner-img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.banner-caption-text {
    font-size: 20px !important;
}

.modal-body-inside {
    padding: 10px !important;
}

.modal-btn-ok {
    background-color: #da3736 !important;
    border: none;
}

.carousel-item img {
    background-color: black;
}

@media (max-width: 768px) {
    .modal-md {
        max-width: 650px !important;
        width: 100% !important;
    }
}