.container{
    max-width: unset !important;
    padding: 0px 7%;
}

.home-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
}
.is-sticky header .nav-menu a{
    color: black;
}
.is-sticky header .nav-menu a.btn-banner{
    color: white;
}
.is-sticky header .nav-menu a.btn-banner:hover{
    color: #07cc91;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a{
    color: rgb(9, 233, 166);
    border-color: rgb(9, 233, 166);
}
#hero {
    padding: 0px;
    background: none;
    height: 100vh;
}

#hero .home-container{
    width: 100%;
    height: 100%;
    padding: 0px;
}
.hero-content-wrapper{
    background-color: #fcfcfc;
    position: relative;
}

.hero-content{
    width: 90%;
}

.hero-content-wrapper, .hero-banner {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner{
    background-color: rebeccapurple;
    background-color: lightseagreen;
}
.hero-banner  img{
    transform: translateX(-52px);
    transform: scale(0.7);
}

.bg-circle-1{
    position: absolute;
    right: 77%;
    top: 17%;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #e75353;
}
.bg-circle-2{
    position: absolute;
    right: 22px;
    top: 67%;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #07cc91;
}

#about .about-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
#about .about-img img{
    height: 400px;
}

#hero .hero-content{
    padding-left: 8%;
}

#hero .hero-content h2{
    margin: 7px 0px;
    color: black;
}
#hero .hero-content .btn-banner{
    margin-top: 12px;
}
#mobile-nav{
    background-color: #07cc91;
}
#mobile-nav ul{
    padding: 0px 12px;
}
#mobile-nav ul li{
    margin: 7px 0px;
}

@media (max-width: 990px) {
    #hero .hero-content h2 span{
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    #hero{
        padding: 92px 0 120px 0;
    }
    .home-container{
        flex-direction: column-reverse;
        align-items: center;
    }
    #hero .hero-banner{
        width: 52%;
    }
    .sticky-wrapper{
        padding: 0px;
    }
    #hero{
        padding: 0px;
        margin-top: 90px;
    }
    #hero .hero-banner, .hero-content-wrapper, .hero-banner{
        width: 100%;
    }
    #hero .hero-banner img{
        height: 300px;
        width: auto;
        transform: translateX(0px);
    }
    #hero .hero-content h2{
        margin: 0%;
        padding: 7px 0px;
    }
}

@media (max-width: 470px) {
    #hero .hero-content{
        width: 100%;
        padding: 8%;
    }
    #hero .hero-content h2 span{
        font-size: 42px;
    }
    .btn-banner{
        padding: 7px 22px;
    }
}