/**********************HERO INNER******************/
p{
    font-size: 1.1rem;
}
.section-1 li {
    list-style: initial!important;
    color: #8CC540;
    padding: 0.25rem 0;
}
.hero-banner_inner{
    position: relative;
    height: 0;
    padding: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: animatedBackground-inner 25s linear infinite alternate;
}
.mt-4{
    margin-top: 4rem;
}
@keyframes animatedBackground-inner {
    from {
        background-position-x: left;
    }
    to {
        background-position-x: right;
    }
}
.container_main-title_inner{
    font-size: 2rem;
    margin: 1rem 0 0.5rem 0;
}
.container_main-title_inner strong{
    font-family:auto;
}
@media (min-width:700px){
    .hero-banner_inner{
        position: relative;
        height: 30rem;
        padding: unset;
        background-size: cover;
        background-repeat: no-repeat;
        animation: animatedBackground-inner-mobile 25s linear infinite alternate;
    }
    @keyframes animatedBackground-inner-mobile {
        from {
            background-position-y: top;
        }
        to {
            background-position-y: bottom;
        }
    }
    .container_main-title_inner{
        font-size: 4rem;
        margin: 1rem 0 0.5rem 0;
    }
}
/************inner *******************/
.section-1_inner{
    margin: 2rem 0;
}
.inner_subcard{
    padding: 1rem 0;
}
.inner-img.area{
    width: 100%;
    height: 15rem;
}
/***animation**/
.green-animation-inner_container{
    background: #8CC540;
    height: 100%;
    position: absolute;
    width: 2%;
    right: 0;
}
.green-animation-inner{
    animation-name: green-animation-inner;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-duration: 1.5s;
}
@keyframes green-animation-inner {
    from {width: 100%;}
    to {width: 2%;}
}
.inner_carousel-card{
    box-shadow: 1px 1px 7px rgb(0 0 0 / 25%);
    padding: 1rem;
    text-align: left;
}
.inner_card-link a{
    text-decoration: none;
    color: #8CC540;
    font-weight: 700;
    font-style: initial;
}
.arrows_inner{
    display: flex;
    justify-content: center;
}
/*********section 3**************/
.section-3_mobile{
    display:block;
}
.section-3_carousel{
    display: none;
}
.inner_section-3_img-wrapper{
    height: 15rem;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1100px){
    .section-3_mobile{
        display: none;
    }
    .section-3_carousel{
        display: block;
    }
}
/************** RESIDENTIAL *******************/
.inner_carousel-card{
    height: 30rem;
}
.inner_carousel-img-dad {
    max-height: 15rem;
    overflow: hidden;
}
.inner_card-title{
    font-size: 1.5rem;
    margin: 0.5rem 0 0.5rem 0;
}
.inner_link{
    margin: 1rem;
}
.inner_link a{
    text-decoration: none;
    color: #8CC540;
    font-weight: 700;
}
.inner_card-link{
    margin: 1rem;
    position: absolute;
    bottom: 0;
}
.carousel_inner-img{
    width: 100%;
}

