/* max large screen computer */
@media only screen and (min-width:1200px){
    #Marquee{
        background-color:#f17272;
    }

    .slider_img{
        height: auto;
        
    }
    .section{
        height: 250px;
    }
    .container1{
        width: 23rem;

    }
    .count_style {

        width: 55vw;
    }


    .christmas_offer_height{
        height: 42vw;

    }

}



/* large screen computer */
@media only screen and (max-width:1200px){
    #Marquee{
        background-color:red; 

    }
    .slider_img{
        height: auto;
        
    }
    .section{
        height: 150px;
    }
    .container1{
        width: 24rem;

    }
    .count_style {

        width: 70vw;
       
    }
    
    .christmas_offer_height{
        height: 60vw;

    }

}

/* laptop screen */
@media only screen and (max-width:992px){
    #Marquee{
        background-color:green; 

    }
    .slider_img{
        height: auto;
        
    }

    .counts{

        display:none;
    }
    .section{
        height: 100px;
    }
    .container1{
        width: 23rem;

    }

    .christmas_offer_height{
        height: 60vw;

    }
    
}
/* Tablet Screen */

@media only screen and (max-width:768px){

    #Marquee{
        background-color:#f17272; 

    }
    .slider_img{
        height: auto;
        
    }
    .section{
        height: 78px;
    }

    .container1{
        width: 20rem;

    }
    .christmas_offer_height{
        height: 80vw;

    }
    
}
/* Mobile Screen */

@media only screen and (max-width:600px){

    #Marquee{
        background-color:yellow ;

    }
    .slider_img{
        height: auto;
        
    }
    .section{
        height: 50px;
    }

    
    .container1{
        width: 19rem;

    }
    
    .christmas_offer_height{
        height: 90vw;

    }
    
}