
.row{
    margin: 0 0;
}
.logo img {
    height: 50px;
    padding-left: 10px;
}

.hero-section{
    display: flex;
    justify-content: space-around;
    row-gap: 30px;
}
.hero-content {
    padding-top: 5rem;
}

.hero-content h1 {
    font-weight: bold;
    text-transform: uppercase;
}
.hero-content .borderBlack{
    border: solid #737373 2px !important;
    width: 380px;
}
.hero-content .evergreen{
    color: #29852c;
    margin-bottom: 5px;
}
.hero-content .growth{
    color: #22be27;
}
.hero-content .partner{
   margin: 0px 0 30px;
}
.hero-content .join-now {
    color: var(--text-color-primary) ;
    border: #0e0e0e solid 1px;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
    margin:  0 20px;
    font-weight: bold;
    background: transparent;
    transition: all 0.5s
}
.hero-content .join-now:hover{
    background-color: var(--bg-color-hover-black);
    color: var(--text-color-white);
}

 .support:hover{
    border-radius: 30px;
    border: #08a418 solid 1px;
    background: transparent;
    background-color: white;
    color: white;
}

.hero-image img {
    height: auto;
    max-width: 80%;
    filter: drop-shadow(-11px -2px 16px #bbbbbb);
    object-fit: contain;
}
.serviceBox{
    background-image: linear-gradient(90deg,#5270ff, #f966c6);
    /* min-height: 50vh; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end
}

#how_Works .container .works {
    width: 25% !important;
    position: relative;
}

.car{
    width: 65px;
    height: 40px;
    color: white;
}
.icon{
    margin: 50px 0 12px;
}
.borderRed{
    height: 100px;
    width: 5px;
    background-color: #ff5757;
}

.number{
    z-index: 20;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    width: 100px;;
}
.paragraph{
    z-index: 10;
}
.containerEvergreen {
    margin: auto;
}

@media(max-width:992px ) {
    .container .works{
        width: 95% !important;
    }
}

@media(max-width:768px ) {
    #how_Works .container, .works{
        width: 100% !important;
    }
    .borderRed{
        width: 100px;
        height: 5px;
        margin: 3rem 0;
    }
    .hero-content h1.evergreen,.hero-content h1.partner{
        font-size: 32px;
    }
    .hero-content .join-now{
        width: 150px;
        padding: 5px 20px;
        margin-top: 0px;
    }
    .hero-content .borderBlack{
        border: solid #575757 2px !important;
        width: 250px;
    }
    .hero-image img {
        height: 200px;
        margin-left: 0;
    }
    #how_Works .container .works{
        width: 100% !important;
        margin: 2rem 0;
    }

}