/*================================ Satrt large screens =========================*/
@media (min-width: 1600px)
{
    .word.word_st {
        left: 22%;
    }
}
@media (min-width:1440px ) and (max-width: 1600px)
{
    .word.word_st {
        left: 20%;
    }
}
@media (min-width:1201px ) and (max-width: 1537px)
{
    .word.word_st {
        left: 20%;
    }
}
@media (min-width:1023px) and (max-width:1200px)
{

    .related-title {
        top: 140px;
        left: 45px;
    }
    .prod-card.next-prod-card {
        margin: 0 5vw 0 2vw;
        top: 200px;
    }
    .prod-card .card-body .title {
        font-size: 1rem;
    }
    .swiper-button-next {
        right: 81%;
    }
    .word.word_st {
        left: 18%;
    }
}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{
    .word.word_st {
        left: 17%;
    }
    .prod-card .title{
        font-size: 1.2rem;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .header {
        height: auto;
        overflow: auto;
    }
    
    .navbar.home-nav {
        position: relative;
    }

    .prod-card.next-prod-card {
        margin: 50px 35px;
        top: 0;
    }
    .word.word_st {
        transform: rotate(0deg);
        top: unset;
        left: 6%;
        bottom: 28%;
    }
    .swiper-button-prev {
        left: 5%;
    }
    .swiper-button-next {
        right: 5%;
    }
}
/*============================== 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)
{

}
