/*================================ Satrt large screens =========================*/
@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: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .header .item {
        min-height: auto;
        padding: 100px 0;
    }
    header .item .bg {
        border-radius: 0 0 20px 20px !important;
    }
    .header .item .text_box {
        backdrop-filter: blur(2px);
        background-color: rgba(213, 211, 211, 0.45);
        padding: 3vw;
    }
    .header .header_swiper .swiper-button-next, .header .header_swiper .swiper-container-rtl .swiper-button-prev {
        left: unset;
        right: 3%;
    }
    .header .header_swiper .swiper-button-next, .header .header_swiper .swiper-button-prev {
        top: 80%;
    }
    .about_sec .img_box::before ,
    .footer .newsletter_outer .inner::before ,
    .live_sec .vid_box .sec-img {
        width: 100%;
    }
    .footer .newsletter_outer .inner  {
        padding: 25px;
    }
    .footer .newsletter_outer .inner .txt_box {
        margin-top: 25px;
        padding-inline-start: 0;
    }
    .live_sec .vid_box ,
    .live_sec .vid_box .sec-img {
        height: 400px;
    }
    .about_sec .img_box .logo {
        height: 165px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@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)
{

}
