﻿/*---- media quary min-width 0px & max-width 479px start ----*/
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .home-section {
        padding-top: 150px;
        padding-bottom: 100px;
        background-position: center;
    }
    .main-banner-content .banner-btn a {
        margin: 5px;
    }
    .home-3 .main-banner-content h1 {
        font-size: 40px!important;
    }
}
/*---- media quary min-width 0px & max-width 479px end ----*/
/*---- media quary max-width 575.9px start ----*/
@media screen and (max-width: 575.9px) {
    .home-section {
        padding-top: 170px;
        padding-bottom: 100px;
        background-position: center;
    }
    .main-banner-content .banner-btn a {
        margin: 5px;
    }

    .home-3 .main-banner-content h1 {
        font-size: 40px!important;
    }
}
/*---- media quary max-width 575.9px end ----*/
/*---- media quary min-width 576px & max-width 767px start ----*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-section {
        padding-top: 170px;
        padding-bottom: 100px;
        background-position: center;
    }
}
/*---- media quary min-width 576px & max-width 767px end ----*/
/*---- media quary max-width 767px start ----*/
@media only screen and (max-width: 767px) {
    .main-banner-content {
        text-align: center;
        padding-top: 50px;
    }

        .main-banner-content .banner-btn {
            margin-top: 20px;
        }

    .home-section {
        padding-top: 170px;
        padding-bottom: 100px;
        background-position: center;
    }

    .home-3 .main-banner-content h1 {
        font-size: 55px;
    }

    .home-3 .banner-image {
        padding-top: 30px;
    }
}
/*---- media quary max-width 767px end ----*/
/*---- media quary max-width 768px start ----*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    .hide-on-mobile {
        display: none !important;
    }
}
/*---- media quary max-width 768px end ----*/
/*---- media quary min-width 769px & max-width 991px start ----*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-section {
        padding-top: 170px;
        padding-bottom: 100px;
        background-position: center;
    }
    .main-banner-content {
        margin: auto;
        text-align: center;
        padding-top: 30px;
    }

        .main-banner-content .banner-btn {
            margin-top: 20px;
        }
    .home-3 .main-banner-content h1 {
        font-size: 55px;
    }

    .home-3 .banner-image {
        padding-top: 30px;
    }
}
/*---- media quary min-width 769px & max-width 991px end ----*/
/*---- media quary max-width 991px start ----*/
@media only screen and (max-width: 991px) {

}
/*---- media quary max-width 991px end ----*/
/*---- media quary min-width 991.1px & max-width 1199px start ----*/
@media only screen and (min-width: 991.1px) and (max-width: 1199px) {
    .home-section {
        height: 700px;
    }

    .home-3 .main-banner-content h1 {
        font-size: 50px;
    }
}
/*---- media quary min-width 991.1px & max-width 1199px end ----*/
/*---- media quary min-width 1199.1px & max-width 1399px start ----*/
@media only screen and (min-width: 1199.1px) and (max-width: 1399px) {
    .home-3 .main-banner-content h1 {
        font-size: 60px;
    }
}
/*---- media quary min-width 1199.1px & max-width 1399px end ----*/
