.hero-banner {
    width: 100%;
    margin-top: 116px;
    overflow: hidden
}

.hero-banner-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hero-banner-right img {
    margin-left: 40px;
    max-width: 100%;
    height: 100%;
}

.hero-banner-left {
    height: 100%;
    width: 50%;
}

/* .hero-banner-left .creative-span {
    position: relative;
    color: #fff;
    background-size: cover;
    z-index: 2;
} */



.hero-banner-left-des {
    font-family: var(--secondary_font) !important;
    color: var(--grey);
    font-weight: var(--regular) !important;
    margin-top: 27px;
}

.hero-banner-right {
    max-width: 100%;
}

.hero-banner-box .orange-theme-btn{
    margin-bottom: 10px;
}

@media (max-width:1440px) {
    .hero-banner-right img {
        margin-left: 0
    }

    .hero-banner-left h1 img {
        width: 50px
    }
}

@media(max-width:991px) {
    .hero-banner-left-des {
        margin-top: 20px
    }

    .hero-banner {
        margin-top: 90px
    }

    .hero-banner-left,
    .hero-banner-right {
        width: 50%
    }

    .hero-banner-right img {
        margin: 0 auto
    }

    .creative-span::after {
        margin-top: 1px
    }
}

@media (max-width:767px) {
    .hero-banner-left {
        width: 100% !important;
        text-align: center;
        
    }
    
    .hero-banner-box {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-bottom: 50px
    }

    .hero-banner-right img {
        display: block;
        /* max-height: 500px; */
        max-width: 100%
    }

    .hero-banner-right {
        width: 100% !important;
        margin: 0 auto
    }
}

@media (width >=1700px) {
    .hero-banner {
        height: calc(978.5px - 116px)
    }
}