#inner-Product-banner {
    position: relative;
    height: auto;
    overflow: hidden;
    line-height: 0px;
    border-radius: 16px;
    width: 90%;
    margin: auto;
    margin-top: 170px;
    transition: 1s
}

#inner-Product-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
}

#inner-Product-banner .container {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 60px
}

#inner-Product-banner .container .bannerText {
    width: 720px;
    max-width: 100%
}

#inner-Product-banner .container .bannerText h1 {
    font-size: var(--fs-72);
    color: var(--White);
    line-height: 1;
    margin: 0px;
    font-weight: var(--font-weight-500);
    margin-bottom: 20px
}

#inner-Product-banner .container .bannerText .bannerDesc {
    font-size: var(--fs-24);
    color: var(--White);
    margin: 0px;
    line-height: 1.2;
    font-weight: var(--font-weight-500)
}

#inner-Product-banner.banner_active {
    width: 98%
}

#inner-Product-banner .common-cta {
    position: absolute;
    right: 0px;
    bottom: 70px;
    color: var(--White);
    margin-top: 25px;
    line-height: 26px;
    font-weight: 300
}

#inner-Product-banner .common-cta .arrow {
    display: grid;
    place-content: center
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #inner-Product-banner .container .bannerText {
        width: 500px;
        padding: 0px 40px
    }
    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-56)
    }
    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-18)
    }
    #inner-Product-banner.banner_active {
    width: 95%;
}
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #inner-Product-banner .container .bannerText {
        width: 500px
    }
    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-56)
    }
    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-18)
    }
    #inner-Product-banner.banner_active {
    width: 95%;
}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #inner-Product-banner .container {
        padding-bottom: 20px
    }
    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-46)
    }
    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-16)
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    #inner-Product-banner .container {
        padding-bottom: 20px
    }
    #inner-Product-banner .container .bannerText {
        display: grid;
        place-content: end
    }
    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-46)
    }
    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-16)
    }
    #inner-Product-banner .common-cta {
        position: relative;
        bottom: 0px;
        font-size: 15px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    #inner-Product-banner .container {
        padding-bottom: 20px;
        display: grid;
        place-content: inherit;
    }
    #inner-Product-banner .container .bannerText {
        width: 100%
    }
    #inner-Product-banner .container .bannerText h1 {
        font-size: 28px;
    }
    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-14)
    }
    #inner-Product-banner .common-cta {
        position: relative;
        bottom: 0px;
        font-size: 15px
    }
    #inner-Product-banner.banner_active {
    width: 93%;
}
#inner-Product-banner {margin-top: 130px;}

}

.serve_logo_grid { display: flex;
    align-items: center;
    gap: 0px 20px;
    margin-bottom: 20px; }

/*# sourceMappingURL=inner_banner.css.map */