
.header-sticky{
    background-color: #4f9398;
    /*background-image: linear-gradient(to right, #2d5fa3, #4f9398);*/
    border-bottom: 5px solid #fcba3f !important;
}

.logo-img{
    height: 40px;
}

.slicknav_menu i
{
    color: white;
}

.gradient-blue-box{
    background-color: #4f9398;
    /*background-image: linear-gradient(to right, #2d5fa3, #4f9398);*/
}

.gradient-blue-box h5{
    font-size: 14px;
    color: white;
}

.news-box{
    border-bottom: 1px dotted #f0c5a8;
    margin-bottom: 10px;
}

.news-box h6{
    font-size: 14px;

}
.news-box img{
   height: 65px;
   width: 80px;


}

.poster img{
    border-radius: 10px;
    box-shadow: -5px 5px 10px #a29f9b
}

.videos-box{
    padding: 30px;
    text-align-last: center;
}

.category-box img{
    border-radius: 10px;
    box-shadow: -5px 5px 10px #a29f9b;
}

.cat-img{
    padding:50px 15px;
}

.category-box{

    background: white;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap; /* Allows the columns to wrap onto the next line */
}

.menu-item-f{
    background: #1e3b6f;
    border-radius: 5px;
}



.f-main-menu {
    list-style-type: none; /* Remove default list styling */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    display: flex; /* Use flexbox to display items horizontally */
    position: absolute; /* Position at the bottom of the header */
    bottom: 0; /* Align to the bottom */

}



.f-main-menu li {
    background: #1e3b6f;
    margin: 5px 1px;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
}

.f-main-menu li a {
    display: block; /* Make link fill the list item */
    color: white; /* Set text color */
    text-align: center; /* Center text */
    line-height: 30px; /* Center text vertically */
    text-decoration: none; /* Remove underline */
}

.last-news{
    background: white;
    padding: 20px 10px;
    border-radius: 10px;
}


.news-title{

    width: 102px;
    background: #fcba3f;
    padding: 8px 15px;
    margin-right: 20px;
    border-radius: 10px 10px 0 0;
    font-size: 15px;

}

.f-title-box{

    width: fit-content;
    background: #fcba3f;
    padding: 8px 15px;
    margin-right: 20px;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    margin-bottom: 0;

}


.category-title{
    text-align: center;
    color: #1e3b6f;
}

.film-title-container{
    text-align: -webkit-left;
    padding-left:55px;
    background: white;
}

.film-container{
    background: white;
}

.lead{
    background: white;
    padding:10px 15px;
    margin: 15px 0;
    border-radius: 9px;
    font-size: 14px;
    text-align: justify;
}

.f-main-menu .active a{
    color: #fcba3f !important;
}


.ff-card {
    position: relative;
    padding: 30px 10px;
    background-color: #f7f8f9;
    border-radius: 8px;
    box-shadow: -2px 4px 10px #06060663;
    text-align: center;
    transition: background-color 0.3s;

}

.last-box-f{
    margin-left: 20px;
}


@media (max-width: 767px) {
    .ff-card {
        margin: 20px 50px;
    }

    .cat-img{
        padding:30px 40px;
    }

}

.ff-icon {
    width: 70px;
    height: 70px;
    background-color: #016370; /* Circle color */
    border-radius: 50%;
    position: absolute;
    top: -30px; /* Adjust to make it overlap the card */
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: -2px 2px 5px #00000057;
    color: orange;
    align-content: center;
}

.ff-icon i{
    font-size: 25px;
}

.ff-card:hover .ff-icon {
    background-color: #ffffff; /* Change the color on hover */
    transform: translateX(-50%) translateY(-10px); /* Move up */
}

.ff-card:hover {
    background-color: #016370; /* Change card background color on hover */
    color: #ffffff; /* Change text color on hover */
}

.ff-title {
    margin-top: 30px;
    font-size: 20px;
    color: #333;
    font-family: Kalameh;
}

.ff-card:hover .ff-title {
    color: white;
}

@media (min-width: 1200px) {
    .first-row-container {
        max-width: 1250px;
    }
}


.first-row-container {
    place-self: center;
    padding: 0 20px;
}

body{
    overflow-x: hidden !important;
}


.play-video-icon {
    position: absolute;
    top: 54px;
    left: 85px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    z-index: 3;
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s
    ease;
    -webkit-transition: all 0.4s
    ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
    background: #fcba3f87;
}

.pagination .active .page-link{
    background: #4f9398;
}
.more-btn a{
    font-size: 12px;
    color: #fcba3f;
    background: white;

}
.more-btn {
    float: left;
    margin-top: -15px;
}



.cat-column {
    flex: 1 1 20%; /* 5 columns on large screens(100% / 5 = 20%) */
    text-align: center;
}

/* Media queries for responsive layout */
@media (max-width: 768px) {
    .cat-column {
        flex: 1 1 50%; /* 2 columns on smaller screens (100% / 2 = 50%) */
    }
    .cat-img{
        padding: 15px;
    }

}

.category-box img:hover {
    box-shadow: -5px 5px 10px #6a6967;
}


.footer-terms{
    background : #fcba3f;
    padding: 5px 10px;
}


.footer-terms p{
    margin: 0 !important;
}
.footer-terms a:hover{
    color: #4f9398 !important;
}
