.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.outfit-thin {
    font-family: "Outfit", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.outfit-light {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
} .outfit-regular {
      font-family: "Outfit", sans-serif;
      font-weight: 400;
      font-style: normal;
  }

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.outfit-medium {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
    font-style: normal;
}
.outfit-bold {
    font-family: "Outfit", sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.outfit-black {
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.fs20{
    font-size:16px !important;
}
.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 146px 0 57px !important;
    z-index: 9;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .breadcrumb-wrapper .page-heading {
        position: relative;
        padding: 11px 0 20px !important;
        z-index: 9;
        text-align: center;
    }
}

/* Root kategoriler */
.level-0 > li > a {
    font-weight: 600 !important;
    font-size: 17px;

}
.tv-shows-wrapper-2 .tv-shows-content-items .nav .nav-item .nav-link.active{
    background-color: #4caf50;;
}
.level-0 > li > a:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;
}

.level-1 > li > a {
    font-size: 16px;
    font-weight: 600 !important;
    color: #fce0f2 !important;
}

.level-1 > li > a span.comingsoons {
    font-size: 14px;
    font-style: italic;
    color: #b32c83 !important;
}

.level-1 > li > a:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* 3. seviye kategoriler */
.level-2 > li > a {
    font-size: 15px;
    padding-left: 10px;
}

.level-2 > li > a:hover {

    background-color: #fff;
    color: black !important;
    transform: translateY(0px) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    font-size: 17px;
    padding-left: 10px;
}
.tv-shows-wrapper-2 .tv-shows-content-items .nav .nav-item .nav-link{
    font-size:16px;
}
.header-1 .header-right .header-button .theme-btn {
    padding: 10.5px 11px !important;
    min-width: 147px;
    border-radius: 5px !important;
}

.sidebar .nav-link {
    color: #fff;
    padding: 8px 8px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid rgba(204, 204, 204, 0.22);
}

.sidebar .nav-link:hover {
    background-color: #fff;
    color: black !important;
    transform: translateY(-5px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.sidebar .nav-link.active {
    background-color: #e6e6e6;
    color: #000;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}

.tv-shows-wrapper-2 .tv-shows-image {
    height: 100% !important;
}

.tv-shows-wrapper-2 .tv-shows-image .video-btn {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    background-color: var(--white);
    color: var(--theme);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: auto !important;
    bottom: 17px !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.video-number {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    padding: 4px 12px;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    #sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 600px;
        z-index: 1050;
        transition: left 0.6s ease;
        overflow-y: auto;
    }

    #sidebar.active {
        left: 0;
        width: 600px;
        overflow-y: auto;
        height: 100%;
        margin-bottom: 20px;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(5px);
        background-color: rgba(0,0,0,0.3);
        z-index: 1040;
        display: none;
    }

    #overlay.active {
        display: block;
    }
}

.limes-vDe {
    padding-top: 8rem;
}

#closeSidebar {
    float: right;
}

#overlay {
    display: none;
}

.cta-movie-wrapper .cta-content {
    text-align: start;
}

@media only screen and (max-width: 767px) {
    .header-1 {
        background-color: #000000fa;
        top: 0;
        z-index: 999;
    }
    .about-wrapper-2 .about-image img {
        max-width: 200px;
    }
    .header-1 .header-right .header-button {
        display: none!important;
    }

    .limes-vDe {
        padding-top: 3rem!important;
    }
}

@media (max-width: 1600px) {
    .header-1 .header-right .header-button {
        display: flex;
    }
    .tv-shows-wrapper-2 .tv-shows-content-items .nav .nav-item .nav-link {
        padding: 14px 26px;
    }
    .body-bg .lime-videos {
        padding-top: 20px!important;
    }
}

.tv-shows-wrapper-2 .tv-shows-content-items .nav {
    gap: 12px;
}

.about-wrapper-2 .about-image img {
    max-width: 300px;
}

@media (max-width: 1366px) {
    #mobile-menu {
        display: none!important;
    }
    .movie-details-content .description-content .d-flex button {
        font-size: 11px;
        border-radius: 54px!important;
    }
    .hero-2 .hero-items .hero-content .hero-button .theme-btn {
        padding: 18px 34px;
    }
    .cta-movie-wrapper.style-2 .cta-content .cta-button .theme-btn {
        padding: 18px 34px;
    }
    .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
        font-size: 19px;
    }
}

.contact-section .contact-info-items .content .text-danger {
    font-size: 20px;
}

.movie-details-content .description-content .d-flex button {
    transition: all 0.3s ease-in-out;
}

.movie-details-content .description-content .lime-fav:hover {
    background-color: #FEA4AC!important;
    color: #fff!important;
}

.movie-details-content .description-content .lime-later:hover {
    background-color: #fcc927!important;
    color: #fff!important;
}

.movie-details-wrapper .movie-details-image {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .movie-details-wrapper .movie-details-content .description-content {
        padding: 20px;
    }
}
