
body {
	font-family: sans-serif; overflow-x: hidden !important; background: #000; overflow-y: scroll; line-height: 1.4; color: #333; font-size: 14px; font-weight: 400; margin: 0;
}
.hovering{
     position: relative; 
     overflow: hidden; 
}
.title {
	color: #9f0000;
	display: block;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:default;
}
.year{font-size: 12px; color: #f1f1f1; display: block; margin-top: 3px; cursor: default;}
.menuactive{background:#f1f1f1;color:white!important;}.primg{height: 43px; width: 61px; border-radius: 10%; margin-top: -10px; border: 2px solid #480000;}.menusort{display: block; text-align: center; background: #120c28; width: 100%; margin-top: 18px;}.ftbtm{position:fixed; left:0px;height:40px; bottom:0px; height:30px; width:100%;background-color: rgba(255, 255, 255, 0.8);}.ftcntnt{display: block; float: right; margin-top: -30px; margin-right: 19px;}.ftmail{font-size: 13px;text-decoration: none;color: #8C8C8C;margin-right: 19px;}.ftmaila{text-decoration: none;font-size: 13px;color: #8C8C8C;}
.mynav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(0deg, #320000 16%, #9d0000 100%);
    color: #fff;
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999999999999999999999999999999;
}
.fa-star{color:#f1f1f1!important;}
.rating{color:#f1f1f1!important;}
.menu-icon,
.search-icon {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}
.user-icon {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    margin-left: 15px;
}

.logo {
    flex-grow: 1;
    text-align: center;
}


.menu-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    flex-direction: column;
    font-size: 25px;
    border:1px solid;
    background: #f1f1f1;
    border-radius: 0.5rem;
    padding: 0.5rem 0.7rem;
    margin-left: 10px;
}

.menu-links a {
    text-decoration: none;
    color: #474752;
    text-align: left;
    display: block;
    padding: 0.2rem 2rem 0.2rem 0.5rem;
    margin: 0.2rem 0;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 0.5rem;
    font-family: sans-serif;
}

.menu-links a:hover {
    background-color: #f1f1f1;
    color:#474747;
}

.menu-links.active {
    display: flex;
}

.search-form-container {
    display: none;
    position: absolute;
    top: 0;
    right: 11%;
    background-color: transparent;
    padding: 10px;
    width: 80%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.searchinput{height: 40px;
    margin: 0;
    border-radius: 20px 0 0 20px;
    padding-right: 5px;
    background: #000;
    color: #a8a8b7;
    width: 60%;
    font-size: 1em;
    font-weight: 300;
    padding-left: 20px;
    border: none;
    outline: none;
}

.search-form-container.active {
    display: inline-block; /* or display: ; */
}





#search-results-container {
    position: relative;
    padding: 10px;
    z-index: 1000;
    display: none;
    background-color: #000;
    border: none;
    border-radius: 23px;
}

#search-results-container a.result {
    display: block; border-bottom: 1px solid #000000; background: #1d1d1d; color: #fff; text-decoration: none; cursor: pointer; margin-bottom: 10px;
}
.thumbsearch{border-radius: 0.5rem; overflow: hidden; width: 50px; height: 58px; float: left; display: inline-block;}
p.tmtitle{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
p.rating-and-type{
    color: #7b7b7b;
}
.browse-grid {
    
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .figured {
        overflow: hidden;
        
    }

    .figured a {
        background: #181818; height: auto;
    }

    /* Responsive layout for small screens (up to 767px) */
    @media (max-width: 767px) {
        #search-results-container{
            width: 95%!important;
    display: block;
    left: 2.5%!important;
        }
        }
        

/* For devices below 768px */
@media (max-width: 600px) {
    .browse-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0px; 
     margin-left: 0px; 
     margin-right: 0px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .browse-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* For devices between 768px and 960px */
@media (min-width: 767.01px) and (max-width: 959px) {
    .browse-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* For devices between 960px and 1300px */
@media (min-width: 960px) and (max-width: 1299px) {
    .browse-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* For devices above 1300px */
@media (min-width: 1300px) {
    .browse-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* For devices above 2500px */
@media (min-width: 2500px) {
    .browse-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
 .tab-container {
            display: flex;
            justify-content: space-around;
            margin-top: 20px;
        }

        .tab {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #315089;
    border-radius: 5px;
    color: #315089;
    width: auto; /* Add this line to set the width to auto */
    display: inline-block; /* Add this line to make the tabs inline */
}

.tab.active {
    background-color:#315089;
    color: #fff;
}

        .trendingmovz,
        .trendingshowz {
            display: none;
        }
        .latestmovz,
        .latestshowz {
            display: none;
        }

        .trendingmovz.active,
        .trendingshowz.active {
            display: block;
        }
        .latestmovz.active,
        .latestshowz.active {
            display: block;
        }
    .favmovz,
        .favshowz {
            display: none;
        }
        .favmovz.active,
        .favshowz.active {
            display: block;
        }
   img.img-responsive:hover { transform: scale(1.05); transition: all 0.2s ease-in-out; }
   