/*================================ Satrt large screens =========================*/
@media (min-width: 1440px){
    .navs-container .navbar .nav-link .icon {
        width: 20px;
        height: 20px;
    }
}
@media (min-width:1201px ) and (max-width: 1440px)
{

}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1200px)
{
    .navs-container .navbar .search-wrapper .form-group.active {
        width: 600px;
    }
    .navs-container .navbar .nav-link .icon {
        display: block;
        margin: 0 auto 5px auto;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .navs-container .navbar .search-wrapper .form-group.active {
        width: 500px;
    }
    .navbar-collapse.active{
        display: block;
    }
    .navs-container .navbar.navbar-fixed-top.scrolled .navbar-toggler{
        transform: translateX(0px);
    }
    .navs-container .navbar .navbar-toggler {
        transform: translateX(0px);
        opacity: 1;
    }
    .navs-container .navbar .search-wrapper .form-group {
        left: 30px;
    }
    .navs-container .navbar .search-wrapper {
        margin: 18px 0 35px 0;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    header .bottom-header-swiper .swiper-slide-thumb-active .film-name{
        opacity: 0;
    }
    footer .copright .copyright_p {
        text-align: center;
        margin-bottom: 15px !important;
        font-size: 10px;
    }
    footer .copright .copyright_p .logo {
        width: 60px;
    }
    footer .copright .social-links {
        justify-content: center;
    }
    .item-det-sec .text-box{
        margin-bottom: 70px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .navs-container .navbar .search-wrapper .form-group.active {
        width: 200px;
    }
    .item-det-sec .lg-slide-swiper .img-box, 
    .item-det-sec .sm-slide-swiper {
        height: 300px;
    }
    .item-det-sec .sm-slide-swiper .sm-bg-header {
        height: 90px;
        padding: 3px;
    }
    .item-det-sec2 .sm-slide-swiper .sm-bg-header {
        height: 65px;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{
    footer .copright .social-links .follow {
        display: block;
        text-align: center;
        width: 100%;
    }
}
