body, html{
    background-color: unset;
}

.banner-wrapper {
    background: url(../images/progressive-web-app-development-Bgfinal.jpg);
    background-position: bottom;
    height: 111vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F4F5FA;
    padding-top: 300px !important;
}

.banner-content {
    position: relative;
}

.banner-info-box {
    max-width: 55%;
    /* padding-top: 40px; */
    display: block;
    margin: auto;
}

.banner-info-box p {
    text-align: center;
    font-size: 18px;
    color: var(--blue);
    line-height: 23px;
    font-family: "Gilroy-Medium";
    margin-bottom: 25px;
}

.banner-info-box p span {
    font-size: 18px;
    color: var(--orange);
    line-height: 23px;
    font-family: "Gilroy-Medium";
    text-transform: capitalize;
}

.banner-wrapper .banner-btn {
    text-align: center !important;
    margin-top: 10px !important;
    display: block !important;
}

.banner-btn a {
    padding: 22px 62px !important;
    display: inline-block !important;
    text-align: center !important;
    box-shadow: 0px 7px 15px 0px rgba(150, 150, 150, 0.29), 0px 27px 27px 0px rgba(150, 150, 150, 0.26),
        0px 61px 37px 0px rgba(150, 150, 150, 0.15), 0px 108px 43px 0px rgba(150, 150, 150, 0.04),
        0px 169px 47px 0px rgba(150, 150, 150, 0.01) !important;
}

.banner-btn a:hover{
    background: transparent !important;
}
.banner-title  h1{
    text-align: center;
}

.banner-icon-5 {
    position: absolute;
    right: 13%;
    bottom: 30%;
}

.banner-icon-4 {
    position: absolute;
    right: 0;
}

.banner-icon-3 {
    position: absolute;
    right: 30%;
    top: -70px;
}

.banner-icon-2 {
    position: absolute;
    left: 20%;
    top: -70px;
}

.banner-icon-1 {
    position: absolute;
    left: 5%;
    bottom: 50%;
}

@media (max-width: 1199px) {
    .banner-wrapper {
        height: unset;
        padding-top: 200px !important;
        padding-bottom: 150px !important;
        background-position: 0 230%;
    }

    .banner-info-box {
        max-width: 75%;
        /* padding-top: 30px; */
    }
}

@media (max-width: 991px) {
    .banner-wrapper {
        height: unset;
        padding-top: 200px !important;
        padding-bottom: 130px !important;
        background-position: 0 230%;
    }

    .title-box h3 span {
        font-size: 32px;
    }

    .title-box h3 {
        font-size: 32px;
    }
}


@media (max-width: 767px) {

    .banner-wrapper {
        padding-top: 150px !important;
        padding-bottom: 90px !important;
    }
}

@media (max-width: 575px){
    .banner-wrapper {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }
}

@media (max-width: 480px) {
    .our-gaping{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .banner-info-box{
        max-width: 100%;
    }
}
