.pt-5 ul li a{
color: white;

}
.pt-5 ul li{
    display: inline-block;
    height: 70px;
    justify-content:space-around;
    
    
}
ul{
    display: flex;
    justify-content: space-around;
}

/* .post-cat{
    background-color: chartreuse;
} */


.car-rentals-items .car-content .post-cat {
    background-color: #6eb500;
}
.icon a{

    background-color: white;
    align-items: end;
    width: 30px;
    border-radius: 50px;
    text-align: center;
   
}
.icon{
    margin-left: 200px;
}
.header-1 .header-main .main-menu ul li a {
    color: black;
}
.pt-5{
    background-color: black;
}
.header-1{
    background-color: orange;
}
.news-card-items .news-image .post-date {
    background-color: #6eb500;
}
.testimonial-card-items  .testimonial-items-top .icon {
    background-color: orange;
}
.feature-benefit-items .feature-content .icon {
    background-color: #6eb500;
}
.car-rentals-items .car-content h6 {
    font-size: 20px;
    color: orange;
}
element.style{
    width: 90px;
    height: 40px;
}
.Join{
    border-radius:7px; 
    width: 120px;
    background:orange;
    padding-top: 5px;
}

.scroll-up svg.scroll-circle path {
    stroke: #ffa603;
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}
.hero-1 .hero-content h1 span::before {
    background-image: none;
}
.feature-benefit-items .feature-button:hover{
    background-color: orange !important;
}