/* Font Family */
/* @import url("https://fonts.cdnfonts.com/css/nexa-bold"); */
/* @import url("https://fonts.cdnfonts.com/css/lemonmilk"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
/* Font Family */

/* Universal Css Start Here */
:root {
    --first-color: #ffa51d;
    --second-color: #944764;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nexa";
}

h2 {
    font-family: "Lemon/Milk";
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}

h3 {
    font-family: "Lemon/Milk";
    font-size: 27px;
    font-weight: 500;
    line-height: 37px;
}

h4 {
    font-family: "Lemon/Milk";
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-family: "Nexa";
    font-size: 14px;
    line-height: 20px;
}

.btn {
    background: #ffa51d;
    color: #000;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 14px 8px;
    font-weight: 600;
    transition: 0.6s;
    border-radius: 50px;
    line-height: 26px;
    border: 2px solid #fff;
}

.btn:hover {
    box-shadow: 0px 0px 0px 2px #ffa51d;
}

figure {
    margin-bottom: 0;
}

/* Universal Css End Here */

/* translator  */
.translator__row #google_translate_element {
    max-width: max-content;
    margin: 10px 0 10px auto;
}

/* translator  */

/* header btn new styles  */
.right_bar li a {
    display: inline-block;
    max-width: 170px;
    margin: 0 !important;
}

.right_bar li {
    flex: 1;
    max-width: max-content !important;
}

.right_bar li a img {
    width: 18px;
}

/* header btn new styles  */

/* Mobile header Css Start Here */
/*header#top-header .mobile_header {*/
/*    background: #fff;*/
/*    width: 20%;*/
/*    padding: 20px 0px 200px;*/
/*    box-shadow: 6px 3px 10px #ddd;*/
/*    position: absolute;*/
/*    left: 40px;*/
/*    top: 140px;*/
/*    transform: translateX(-150%);*/
/*    transition: 0.6s;*/
/*    z-index: 99;*/
/*}*/

header#top-header .mobile_header {
    background: #fff;
    width: 20%;
    padding: 20px 20px;
    box-shadow: 6px 3px 10px #ddd;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-150%);
    transition: 0.6s;
    z-index: 99;
    height: 100vh;
}

header#top-header .mobile_header.active {
    transform: translateX(0%);
}

header#top-header .mobile_header ul.mobile_navs {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 4rem 0 0 0;
}

.close__sidebar {
    background: #ffa51d;
    border: 0;
    outline: none;
    border-radius: 50%;
    font-weight: bold;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    box-shadow: 0 0 15px #00000038;
}

header#top-header .mobile_header ul.mobile_navs li.menu-items a {
    font-size: 18px;
    color: #141414;
    text-decoration: none;
    font-weight: 700;
}

header#top-header .mobile_header ul.mobile_navs li.menu-items {
    padding: 8px 0;
}

header#top-header .mobile_header ul.mobile_menu {
    padding: 0 80px 0 0px;
    margin: 0;
    list-style: none;
    display: none;
}

header#top-header .mobile_header ul.mobile_menu li {
    padding: 10px 0;
}

header#top-header .mobile_header ul.mobile_menu li a {
    font-size: 18px;
    color: #141414;
    text-decoration: none;
    font-weight: 700;
}

header#top-header .mobile_header ul.mobile_menu li.search_bar .form-group {
    display: flex;
}

header#top-header .mobile_header ul.mobile_menu li.search_bar .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}

header#top-header .mobile_header ul.mobile_menu li.search_bar button {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
    box-shadow: none;
    outline: none;
}

header#top-header .mobile_header ul.mobile_menu li.language_translator .form-control {
    border-radius: 0;
    border: 0;
    color: #000;
    font-weight: 700;
    padding: 10px 0;
    box-shadow: none;
    outline: none;
}

header#top-header .mobile_header ul.mobile_menu li.search_bar {
    padding: 0;
}

header#top-header .mobile_header ul.mobile_menu li.language_translator {
    padding: 0;
}

@media (max-width: 991px) {
    header#top-header .mobile_header ul.mobile_menu {
        padding: 0 20px 0 0px;
    }

    header#top-header .mobile_header ul.mobile_menu {
        display: block;
    }
}

@media (max-width: 768px) {
    /*header#top-header .mobile_header {*/
    /*    padding: 100px 100px 60px;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    top: 140px;*/
    /*    height: 100%;*/
    /*}*/
}

@media (max-width: 575px) {
    header#top-header .mobile_header {
        padding: 60px 50px 60px;
    }
}

/* Mobile header Css End Here */

/* Header Css Start Here */
header#top-header {
    padding: 10px 30px;
}

header#top-header ul.canvas_btn {
    padding: 0;
    list-style: none;
    margin: 0;
}

header#top-header ul.canvas_btn li.mobile_menu {
    cursor: pointer;
}

header#top-header ul.canvas_btn li {
    display: inline-block;
    cursor: pointer;
}

header#top-header ul.right_bar {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
}

header#top-header ul.right_bar li {
    display: inline-block;
}

header#top-header ul li .btn {
    margin-left: 20px;
}

header#top-header .profile-btn {
    margin-left: 15px;
}

header#top-header .profile-btn i {
    background: #ffa51d;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

header#top-header .logoDv {
    text-align: center;
}

header#top-header ul.right_bar li.language_translator .language-control {
    position: relative;
}

header#top-header ul.right_bar li.language_translator .language-control h5 {
    color: #000;
    font-weight: 600;
    border-radius: 0;
    border: 0;
    position: relative;
    box-shadow: none;
}

header#top-header ul.right_bar li.language_translator {
    position: relative;
    cursor: pointer;
}

header#top-header ul.right_bar li.language_translator .language-control:hover ul.inner-drop {
    display: block;
}

header#top-header ul.right_bar li.language_translator ul.inner-drop {
    padding: 0;
    margin: 0;
}

header#top-header ul.right_bar li.language_translator ul.inner-drop li {
    display: block;
    text-align: left;
    padding: 5px 10px;
}

header#top-header ul.right_bar li.language_translator ul.inner-drop li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

header#top-header ul.right_bar li.language_translator ul.inner-drop {
    background: #fff;
    position: absolute;
    z-index: 9;
    left: -13px;
    top: 17px;
    display: none;
}

header#top-header ul.right_bar li.language_translator .language-control {
    position: relative;
}

header#top-header ul.right_bar li.language_translator:before {
    content: "";
    background: #ffa51d;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 4px;
    left: 0;
    border-radius: 50px;
}

@media (max-width: 768px) {
    header#top-header .row {
        flex-direction: row-reverse;
    }

    header#top-header ul li.search {
        display: none;
    }

    header#top-header ul.right_bar {
        display: none;
    }

    header#top-header .logoDv {
        text-align: left;
    }

    header#top-header ul.canvas_btn {
        text-align: end;
    }
}

/* Header Css End Here */

/* Banner Css Start Here */
.banner_sec .banner_content {
    padding-left: 20px;
}

.banner_sec .banner_content h2.title span.colored {
    color: #ffa51d;
}

.banner_sec .banner_content p {
    margin: 0;
    padding: 10px 0 20px;
}

.banner_sec .banner_content .btn {
    padding: 10px 60px 8px;
}

.favourite_drama_box {
    position: relative;
    margin-bottom: 20px;
}

.favourite_drama_box .drama_img img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.6s;
}

.favourite_drama_box:hover .drama_img img {
    filter: brightness(0.5);
}

.favourite_drama_box .ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
}

.favourite_drama_box .ratings p {
    margin: 0;
    font-size: 12px;
    color: #16151a;
    font-weight: 600;
}

.favourite_drama_box .ratings .avg_rating {
    background: #fff700;
    padding: 4px 10px 1px;
    border-radius: 10px 0px 10px 0px;
}

.favourite_drama_box .ratings .total_rating {
    background: #ffa51d;
    padding: 4px 10px 1px;
    border-radius: 0px 10px 0px 10px;
}

.favourite_drama_box .drama_name {
    position: absolute;
    bottom: 0;
    background: #000;
    padding: 5px 20px 1px;
    border-radius: 0px 10px 0px 10px;
}

.favourite_drama_box .drama_name h5 {
    margin: 0;
    color: #fff;
}

@media (max-width: 768px) {
    .banner_sec {
        padding: 40px 0;
        text-align: center;
    }

    .banner_sec .banner_content {
        padding: 70px 0;
    }

    .favourite_drama_box .drama_img img {
        height: 180px;
    }
}

@media (max-width: 414px) {
    .banner_sec .banner_content h2.title {
        font-size: 30px;
        line-height: 40px;
    }

    .favourite_drama_box .drama_img img {
        height: 120px;
    }
}

/* Banner Css End Here */

/* Related Dramas Css Start Here */
.related_dramas {
    padding: 40px 0;
}

.related_dramas .heading_wrapper {
    padding-bottom: 20px;
}

.drama_box {
    margin: 0 8px;
    margin-bottom: 20px;
}

.drama_box .picture_box {
    position: relative;
}

.drama_box .picture_box .drama_img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.drama_box .picture_box .view_box {
    position: absolute;
    bottom: 0;
    background: #ffa51d73;
    height: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    bottom: 0;
    opacity: 0;
}

.drama_box .picture_box .view_box a i {
    color: #fff;
    font-size: 25px;
}

.drama_box .picture_box:hover .view_box {
    height: 100%;
    opacity: 1;
}

.drama_box .drama_details {
    padding-top: 15px;
}

.drama_box .drama_details .name_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.drama_box .drama_details .name_box h5.name {
    margin: 0;
    color: #111111;
    font-weight: 600;
}

.drama_box .drama_details .name_box h6.ratings {
    margin: 0;
    font-size: 12px;
    color: #ffa51d;
    font-weight: 400;
}

.drama_box .drama_details .categroy_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drama_box .drama_details .categroy_box h5.category {
    color: #555458;
    font-size: 12px;
    font-weight: 600;
}

.drama_box .drama_details .categroy_box h6.date {
    font-size: 12px;
    color: #ffa51d;
}

.related_dramas button.slick-prev::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #000;
    opacity: 1;
}

.related_dramas button.slick-prev {
    top: 110px;
    left: -20px;
    z-index: 9;
}

.related_dramas button.slick-next::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #000;
    opacity: 1;
}

.related_dramas button.slick-next {
    top: 110px;
    right: -20px;
    z-index: 9;
}

@media (max-width: 575px) {
    .related_dramas .heading_wrapper {
        padding-bottom: 10px;
    }

    .related_dramas .heading_wrapper h3 {
        font-size: 18px;
    }

    .drama_box .picture_box .drama_img img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

    .related_dramas button.slick-prev {
        top: 185px;
    }

    .related_dramas button.slick-next {
        top: 185px;
    }
}

/* Related Dramas Css Start Here */

/* Upcoming Dramas Css Start Here */
.upcoming_dramas .heading_wrapper {
    padding: 0 0 15px;
}

.upcoming_dramas button.slick-prev::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #000;
    opacity: 1;
}

.upcoming_dramas button.slick-prev {
    top: 110px;
    left: -20px;
    z-index: 9;
}

.upcoming_dramas button.slick-next::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #000;
    opacity: 1;
}

.upcoming_dramas button.slick-next {
    top: 110px;
    right: -20px;
    z-index: 9;
}

@media (max-width: 575px) {
    .upcoming_dramas button.slick-prev {
        top: 180px;
    }

    .upcoming_dramas button.slick-next {
        top: 180px;
    }
}

/* Upcoming Dramas Css End Here */

/* Find Out More Sec Start Here */
.find_more {
    padding: 40px 0;
}

.find_more .heading_wrapper {
    padding-bottom: 20px;
}

.more_dramas a {
    text-decoration: none;
    color: #000;
}

.more_dramas .drama_img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: 0.6s;
}

.more_dramas .drama_img:hover img {
    filter: brightness(0.5);
}

.more_dramas .content {
    padding-top: 15px;
}

.more_dramas .content h4.title {
    font-weight: 600;
    font-size: 15px;
}

.more_dramas .content p {
    color: #000000ad;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .more_dramas .drama_img img {
        height: 360px;
    }
}

/* Find Out More Sec End Here */

/* Footer Css Start Here */
footer {
    background-image: url(../img//footer_images/back.png);
    padding: 70px 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .footer_content .head h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
}

footer .footer_content ul.ft-links {
    padding: 0 0 0px 10px;
    margin: 0;
    list-style: none;
}

footer .footer_content ul.ft-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.6s;
}

footer .footer_content ul.ft-links li:hover a {
    color: #000;
}

footer .footer_content ul.ft-links li {
    margin: 2px 0;
}

footer ul.social_links {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer ul.social_links li {
    display: inline-block;
    margin-right: 10px;
}

footer ul.social_links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

footer ul.social_links li a p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 5px;
    transition: 0.6s;
}

footer ul.social_links li:hover a p {
    color: #000;
}

footer .copyright p {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}

footer .copyright {
    padding-top: 30px;
}


/* subs page  */

.subs__wrapp {
    font-family: 'Poppins', sans-serif;
    padding: 4rem 0;
}

.subs__wrapp .card-header {
    font-weight: bold;
    padding: 1rem;
}

.subs__wrapp .form-group {
    margin: 14px 0;
}

.subs__wrapp label {
    font-weight: 500;
    margin: 10px 0;
}

.subs__wrapp input {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    box-shadow: 0 0 0 transparent !important;
}

.subs__wrapp #card-button {
    max-width: 200px;
    width: 100%;
}

/* subs page  */
@media (max-width: 768px) {
    footer .sncd_content {
        margin: 50px 0;
    }

    footer .copyright p {
        text-align: left;
    }
}

/* Footer Css End Here */

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffa51d;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
