﻿/* =====================================================
   Extra Small Devices (Very Small Phones)
   ===================================================== */
@media screen and (max-width: 360px) {
    .swiper-home {
        height: 7rem !important;
    }
}

/* =====================================================
   Small Devices (Phones)
   ===================================================== */
@media screen and (min-width: 361px) and (max-width: 575px) {
    /* styles here */
}

/* =====================================================
   Medium Devices (Large Phones / Small Tablets)
   ===================================================== */
@media screen and (min-width: 576px) and (max-width: 767px) {
    /* styles here */
}

/* =====================================================
   Tablets
   ===================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {
    /* styles here */
}

/* =====================================================
   Small Laptops
   ===================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* styles here */
}

/* =====================================================
   Desktops
   ===================================================== */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    /* styles here */
}

/* =====================================================
   Large Screens / 2K Monitors
   ===================================================== */
@media screen and (min-width: 1400px) and (max-width: 1919px) {
    /* styles here */
}

/* =====================================================
   Full HD and Above (4K Ready)
   ===================================================== */
@media screen and (min-width: 1920px) {
    /* styles here */
}
