
body {
	font-family: sans-serif; overflow-x: hidden !important; background: #000000; overflow-y: scroll; line-height: 1.4; color: #f1f1f1; font-size: 14px; font-weight: 400; margin: 0;
}
.hovering{
     position: relative; 
     overflow: hidden; 
}
.hthis img {
  border-radius: 5px;
  user-drag: none;
  
  overflow:hidden;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hthis img:active {
  cursor: grabbing;
}

.hthis:hover img {
  transition: transform 0.5s ease;
  transform: scale(1.1);
  filter:brightness(0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}
.hthis .play-icon {
 width: 120px;
    font-size: 60px;
    margin-top: 5px;
    text-align: center;
    height: 120px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #01b2e0 !important;
    background-image: linear-gradient(180deg, #ff0000 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
}
.hthis:hover .play-icon {
  opacity: 1; /* Show the icon when hovering */
}
.figured:hover .detz {
  color: #01b2e0!important;background: linear-gradient(180deg, #cf0000 0%, #640000 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;font-weight:800;
}
.blurred {
    filter: brightness(0.5) blur(10px);
    pointer-events: none;
}
.title {
	color: #f1f1f1;
	display: block;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:default;
}
.year{font-size: 12px; color: #7a7a7a; display: block; margin-top: 3px; cursor: default;}
.menuactive{background:#000000;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: linear-gradient(180deg, rgb(0 0 0) 0, rgb(24 24 24) 100%);
    color: #fff;
    padding: 10px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999999999999999999999999999999999;
}


.user-icon {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    margin-left: 15px;
}

.logo {
    flex-grow: 1;
    text-align: center;
}
.site-title {
    font-weight: 900;
    color: white;
    font-size: 26px;
    margin-left: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #4b4b4b, 0 0 1em #909090, 0 0 0.2em #5b0000; 
    transition: letter-spacing 0.3s ease; 
    display: inline-block; 
}

.site-title:hover {
    letter-spacing: 2px; 
}

.site-title span {
    transition: text-shadow 0.3s ease; 
    display: inline-block; 
    text-shadow: inherit;
}

.site-title:hover span {
    text-shadow: 0 0 5px #ce0d0d, 0 0 10px #cd0d0d, 0 0 15px #ce0d0d;
}


.site-title:hover span:nth-child(1) { transition-delay: 0s; } 
.site-title:hover span:nth-child(2) { transition-delay: 0.05s; }
.site-title:hover span:nth-child(3) { transition-delay: 0.1s; }
.site-title:hover span:nth-child(4) { transition-delay: 0.15s; }
.site-title:hover span:nth-child(5) { transition-delay: 0.2s; } 
.site-title:hover span:nth-child(6) { transition-delay: 0.25s; }
.site-title:hover span:nth-child(7) { transition-delay: 0.3s; }

.site-title span:nth-child(1) { transition-delay: 0.3s; } 
.site-title span:nth-child(2) { transition-delay: 0.25s; } 
.site-title span:nth-child(3) { transition-delay: 0.2s; } 
.site-title span:nth-child(4) { transition-delay: 0.15s; } 
.site-title span:nth-child(5) { transition-delay: 0.1s; } 
.site-title span:nth-child(6) { transition-delay: 0.05s; }
.site-title span:nth-child(7) { transition-delay: 0s; }
.menu-links.active {
    display: flex;
}
.menu-icon {
    position: relative;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 1001;
}
.menu-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.7,.1,.3,.9);
}
.menu-icon span:nth-child(1) { top: 0; }
.menu-icon span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.menu-icon span:nth-child(3) { bottom: 0; }
.menu-icon.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}
.menu-icon.active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}
.menu-links {
    display: flex;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -10px);
    width: 100%;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: .5rem .7rem;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease, opacity .3s ease, visibility .3s;
    z-index: 1000;
}
.menu-links a {
    text-decoration: none;
    color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0.2rem;
    font-weight: 600;
    font-size: min(2rem, 5vw); /* Scale font size with viewport */
    border-radius: 0.5rem;
    font-family: sans-serif;
    height: 100px;
    flex: 1 1 calc(33.33% - 10px); /* Three items per row, accounting for margins */
    min-width: 150px; /* Prevent items from becoming too small */
    max-width: 300px; /* Prevent items from becoming too large */
    border: 1px solid #1a1a1a;
    background: #00000073;
    box-sizing: border-box; /* Include padding and border in width */
}
.menu-links.active {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}
.menu-links a:hover {
    text-decoration: none;
    color: #ce0d0d;
}



.search-form-container {
    display: none;
    position: absolute;
    top: -3px;
    right: 5%;
    background-color: #120c28;
    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;
    border: none;
    border-radius: 23px;
}

#search-results-container a.result {
    display: block; border-bottom: 1px solid #000000; background: #1212129e; color: #fff; text-decoration: none; cursor: pointer; margin-bottom: 10px;text-align:center;
}
.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(3, 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-radius: 5px;
    color: #fff;
    font-weight:900;
    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-image: linear-gradient(180deg, #cf0000 0%, #640000 100%);
    color: #fff;
    font-weight:900;
}

        .trendingmovz,
        .trendingshowz {
            display: none;
        }
        .latestmovz,
        .latestshowz {
            display: none;
        }
        .ratedmovz,
        .ratedshowz {
            display: none;
        }
        .ratedmovz.active,
        .ratedshowz.active {
            display: block;
        }
        .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; }
   