/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /* banner start  */

    .banner {
        padding: 80px 0;
    }

    .sec-title {
        font-size: 40px;
        line-height: 44px;
    }

    .sec-title span {
        font-size: 30px;
    }

    .banner p {
        padding-right: 40px;
        font-size: 15px;
    }

    /* banner end  */

    /*explore-category start*/

    .explore-category {
        padding: 60px 0;
    }

    /*explore-category start*/

    /* offer start  */
    .offer {
        padding: 60px 0 0 0;
    }


    .offer h3 {
        font-weight: 900;
        font-size: 30px;
    }

    /* offer end  */

    /*gallery section start*/

    .gallery {
        padding: 60px 0;
    }

    /*gallery section end*/



}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    /* banner start  */

    .banner {
        padding: 80px 0;
    }

    .sec-title {
        font-size: 40px;
        line-height: 44px;
    }

    .sec-title span {
        font-size: 30px;
    }

    .banner p {
        padding-right: 40px;
        font-size: 15px;
    }

    /* banner end  */

    /* offer start  */

    .offer h3 {
        font-weight: 900;
        font-size: 40px;
    }

    /* offer end  */


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    /* banner start  */

    .sec-title {
        font-size: 40px;
        line-height: 44px;
    }

    .sec-title span {
        font-size: 40px;
    }

    .banner p {
        padding-right: 40px;
        font-size: 15px;
    }

    /* banner end  */


    /* offer start  */

    .offer h3 {
        font-weight: 900;
        font-size: 40px;
    }

    .offer h3 span {
        color: #198754;
    }

    .offer h1 {
        margin-top: 20px;
        font-size: 30px;
    }

    .offer p {
        font-size: 16px;
        font-weight: 600;
    }

    /* offer end  */

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* banner start  */

    .sec-title {
        font-size: 60px;
        line-height: 60px;
    }

    /* banner end  */

    /* offer start  */

    .offer h3 {
        font-weight: 900;
        font-size: 50px;
    }

    /* offer end  */


}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {}