ul.navbar-nav a {
    font-size: 18px;
    color: #fff !important;
    font-weight: 500;
}

.navbar-expand-lg {
    background: #ffffff00;
    z-index: 2;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
}

ul.navbar-nav a:hover {
    color: #97c80c !important;
}

section.hero_main {
    height: 702px;
    display: flex;
    align-items: center;
    background: url(../img/image/lawn-banner-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -175px;
}

section.hero_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

section.hero_main * {
    position: relative !important;
    z-index: 2;
}

.main_sec h1 {
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 80px;
    font-weight: 700;
    font-family: "Inter";
    color: #ffffff;
    text-align: center;
}

.main_sec h5 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    width: 396px;
}

.main_sec {
    margin-top: 80px;
}

p.para_feature {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
}

h3.head_feature {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #97c80c;
    font-weight: 500;
    font-family: "Inter";
    text-align: center;
}

/* Third Section End */


.click_main h2 {
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 2.25em;
    line-height: 1.25;
    color: #17252a;
}

ul.cick_too li {
    list-style: none;
    display: inline;
    margin: 30px;
}

ul.cick_too {
    text-align: center;
}

ul.cick_too a {
    text-decoration: none;
}

ul.cick_too span {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins';
    margin-left: 20px;
}

ul.cick_too i {
    color: #6ab42e;
    font-size: 40px;
}

.click_section {
    padding-block: 35px;
}

.click_main i:hover {
    color: #000;
}

ul.cick_too li {
    list-style: none;
    display: inline;
    margin: 28px;
    padding: 27px;
    border: 1px solid;
    border-radius: 5px;
    color: #6ab42e;
}

/* Fift Section Start */
section.fift_sec {
    margin-block: 35px;
}

/* Footer start */
/* Footer Container */
footer {
    background-color: #000;
    color: #fff;
    padding: 20px 10px;
}

/* Top Section */

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: "Poppins";
}

.footer-menu li a:hover {
    color: #97c80c;
}

/* Divider Line */
hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #444;
}

/* Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bottom .terms {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: "Poppins";
}

.footer-bottom .terms:hover {
    color: #97c80c;
}

/* Social Icons */
.social-icons a {
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #f39c12;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 16px;
    font-family: "Poppins";
}

.cick_too .appLi {
    color: #fff;
    margin: -22px;
}

/* Six section */
@media (min-width: 320px) and (max-width: 767px) {
    .main_sec h1 {
        font-size: 33px;
        letter-spacing: 3px;
        line-height: 37px;
    }

    .main_sec h5 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
        width: 100%;
    }
}