@import url('../fonts/font.css');

html {
    position: relative;
    min-height: 100%;
}

body, .card, .search-form .form-control {
    background-color: #181818;
}

/*p, span {*/
/*    font-family: "segoe ui",Tahoma,Geneva,Verdana,sans-serif;*/
/*}*/

.cus_h {
    font-size: 30px;
    color: #e5e5e5;
    font-weight: 500;
}

.cus_h2 {
    font-size: 26px;
    color: #e5e5e5;
    font-weight: 500;
}

.cus_title {
    font-size: 30px;
    color: #e5e5e5;
    font-weight: 500;
}

.font-404 {
    font-size: 15rem;
}

.cus_h, .cus_title, .cus_h2, .cus_p, .nav-link, p b, .featured-tags b, .my404 {
    font-family: "Winky Rough", Arial, Verdana, Roboto, Helvetica, Geneva, Tahoma, sans-serif;
}

.logo {
    font-family: "Luckiest Guy", Arial, Verdana, Roboto, Helvetica, Geneva, Tahoma, sans-serif;
}

p.text-link, p.text-link2, p .text-link2, div .featured, .featured-tags, .text-link2 p, p.mobile-text-link, .badge-list, .v-duration, footer p {
    /* font-family: "Ubuntu Sans", sans-serif; */
    /* font-family: "Sofia Sans", sans-serif; */
    /* font-family: "Roboto", sans-serif; */
    font-family: "Noto Sans", Arial, Verdana, Roboto, Helvetica, Geneva, Tahoma, sans-serif;
    /* font-family: "Google Sans", Arial, Verdana, Roboto, Helvetica, Geneva, Tahoma, sans-serif; */
}

main {
    padding-bottom: 8rem;
}

.view_h {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    transition: all 0.3s ease;
}

.view_h.collapsed {
    -webkit-line-clamp: unset; /* Show full text */
}

.cus-col1 {
    flex: 0 0 auto;
    width: 45%;
    /* width: 50%; */
}

.cus-col2 {
    flex: 0 0 auto;
    width: 55%;
    /* width: 50%; */
}

.mytext-color {
    color: #f90;
}

.mybg-color {
    background-color: #f90;
}

.search-form {
    width: 25rem;
}

.myblurred {
    filter: blur(15px);
}

.myposter {
    aspect-ratio: 16 / 9;
}

.cast-image {
    aspect-ratio: 2 / 3;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: '';
}

/* .title-text {
    font-size: 15px;
} */

.nav-underline .nav-item .nav-link:not(.active) {
    color: #bababa;
}

.nav-underline .nav-item .nav-link:not(.active):hover {
    color: #eaeaea;
}

.nav-underline .nav-link.active {
    border-bottom-color: #f90;
}

.cus_p a {
    color: #cacaca;
}

.cus_p a:hover {
    color: #f90;
}

.text-link a {
    font-size: 15px;
    font-weight: 500;
    color: #cacaca;
    text-decoration: none;
}

.text-link a:hover {
    color: #f90;
}

.text-link2 a {
    font-size: 15px;
    font-weight: 500;
    color: #cacaca;
    text-decoration: none;
}

.text-link2 a:hover {
    color: #f90;
}

.featured a {
    display: inline-block;
    background-color: #2c2c2c;
    color: #aaaaaa;
    border-radius: 50rem;
    padding: 0.35em 0.65em;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    border:1px solid transparent;
}

.featured a:hover {
    background:rgba(255, 153, 0, 0.12);
    color:#f90;
    border-color:rgba(255, 153, 0, 0.2);
    transform:translateY(-1px);
}


.featured-tags {
    display:flex;
    flex-wrap:wrap;
    gap:4px;
}

.featured-tags a {
    background: #2c2c2c;
    color: #aaaaaa;
    font-size:15px;
    font-weight:500;
    padding:5px 10px;
    border-radius:20px;
    transition:all .2s ease;
    text-decoration: none;
    line-height: 1;
    border:1px solid transparent;
}

.featured-tags a:hover {
    background:rgba(255, 153, 0, 0.12);
    color:#f90;
    border-color:rgba(255, 153, 0, 0.2);
    transform:translateY(-1px);
}


.mobile-text-link a {
    font-size: 15px;
    font-weight: 500;
    color: #cacaca;
    text-decoration: none;
}

.mobile-text-link a:hover {
    color: #f90;
}

.mobile-text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-link .placeholder {
    font-size: 14px;
}

.placeholder-p-size {
    font-size: 13px;
}

.placeholder-span-size {
    font-size: 10px;
}

.badge-list {
    padding: 2px;
    margin: 3px;
}

.v-duration {
    font-size: 14px;
}

.myratio {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.myratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.page-list-column{
	column-count:6;
	column-gap:10px;
}

.page-list-column ol li{
	list-style: none;
	font-size: 120%;
	line-height: 150%;
}

.btn-outline-mycustom {
  --bs-btn-color: #f90;
  --bs-btn-border-color: #f90;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f90;
  --bs-btn-hover-border-color: #f90;
  --bs-btn-focus-shadow-rgb: 220,53,69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f90;
  --bs-btn-active-border-color: #f90;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f90;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f90;
  --bs-gradient: none;
}


.cus-col-xl-1_5 {
    flex: 0 0 auto;
    width: 12.5%;
}

.footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8rem;
}

.footer p {
    font-size: 13.5px;
}

@media only screen and (max-width: 1200px) {
    .search-form {
        width: 100%;
    }

    .page-list-column{
        column-count:5;
    }

    .cus-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media only screen and (max-width: 992px) {
    .cus_h {
        font-size: 28px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_h2 {
        font-size: 24px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_title {
        font-size: 28px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .font-404 {
        font-size: 12rem;
    }

    .page-list-column {
        column-count:4;
    }

    .cus-col-md-2_4 {
        flex: 0 0 auto;
        width: 20%;
    }

}

@media only screen and (max-width: 576px) {
    .cus_h {
        font-size: 26px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_h2 {
        font-size: 22px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_title {
        font-size: 26px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .font-404 {
        font-size: 10rem;
    }

    .page-list-column{
        column-count:3;
    }

    .text-link a {
        font-size: 13px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .text-link .placeholder {
        font-size: 13px;
    }

    .text-link2 a {
        font-size: 14px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .featured a {
        font-size: 14.5px;
        font-weight: 500;
    }

    .mobile-text-link a {
        font-size: 14px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .mobile-text-truncate {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .duration {
        font-size: 11.5px;
        font-weight: 500;
    }

    .v-duration {
        font-size: 13px;
    }

    .cus-col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media only screen and (max-width: 410px) {
    .cus_h {
        font-size: 24px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_h2 {
        font-size: 20px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_title {
        font-size: 24px;
        color: #e5e5e5;
        font-weight: 500;
    }

    p b {
        font-size: 14px;
    }

    .font-404 {
        font-size: 8rem;
    }

    .text-link a {
        font-size: 13px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .mobile-text-link a {
        font-size: 13.5px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .mobile-text-truncate {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .text-link .placeholder {
        font-size: 13px;
    }

    .cus-col-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media only screen and (max-width: 360px) {
    .cus_h {
        font-size: 22px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_h2 {
        font-size: 18px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_title {
        font-size: 22px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .page-list-column{
        column-count:2;
    }

    .span3 {
        display: none;
    }

    .mobile-text-link a {
        font-size: 13px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .mobile-text-truncate {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* @media only screen and (max-width: 340px) {
    
} */

@media only screen and (max-width: 290px) {
    .cus_h {
        font-size: 20px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_h2 {
        font-size: 16px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_title {
        font-size: 20px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .font-404 {
        font-size: 5rem;
    }

    .text-link a {
        font-size: 12px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .text-link2 a {
        font-size: 13px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .featured a {
        font-size: 13.5px;
        font-weight: 500;
    }

    .mobile-text-link a {
        font-size: 13px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }

    .span3 {
        display: none;
    }

    .text-link .placeholder {
        font-size: 12px;
    }

    .placeholder-p-size {
        font-size: 12px;
    }

    .placeholder-span-size {
        font-size: 9px;
    }

    .duration {
        font-size: 11px;
    }

    .v-duration {
        font-size: 12px;
    }

    .cus-col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 270px) {
    .mobile-text-truncate {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}


@media only screen and (max-width: 250px) {
    .cus_h {
        font-size: 18px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_h2 {
        font-size: 14px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .cus_title {
        font-size: 18px;
        color: #e5e5e5;
        font-weight: 500;
    }

    .span2 {
        display: none;
    }
    .span3 {
        display: none;
    }

    .text-link .placeholder {
        font-size: 11px;
    }

    .placeholder-p-size {
        font-size: 11px;
    }

    .placeholder-span-size {
        font-size: 8px;
    }

    .duration {
        font-size: 10px;
    }
}

@media only screen and (max-width: 180px) {
    .font-404 {
        font-size: 2rem;
    }

    .page-list-column{
        column-count:1;
    }

    .v-duration {
        font-size: 11px;
    }

    .cus-col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .mobile-text-link a {
        font-size: 11.5px;
        font-weight: 500;
        color: #cacaca;
        text-decoration: none;
    }
}


@media only screen and (max-width: 150px) {
    .text-link .placeholder {
        font-size: 8px;
    }

    .placeholder-p-size {
        font-size: 8px;
    }

    .duration .placeholder {
        font-size: 5px;
    }

    .placeholder-span-size {
        font-size: 5px;
    }
}

@media only screen and (max-width: 100px) {
    .text-link .placeholder {
        font-size: 6px;
    }

    .placeholder-p-size {
        font-size: 6px;
    }

    .duration .placeholder {
        font-size: 3px;
    }

    .placeholder-span-size {
        font-size: 3px;
    }
}