body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    background-color:#fff;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
} 

.navbar-brand img {
    width: 250px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #212121;
    font-weight: 500;
    transition: all 0.2s;
}

.navbar a.nav-link:hover {
    color: #508700;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}

a {
    color: #508700;
}


.banner {
    background-image: url(img/banner.jpg);
    background-size: cover;
    background-position: center right;
    padding: 200px 100px;
}

.btn-one {
    background-color: #508700;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 15px 50px;
    border: 0;
    transition: all 0.5s;
}

.btn-two {
    background-color: #fff;
    color: #508700; 
    border-radius: 100px;
    display: inline-block;
    padding: 15px 50px;
    border: 0;
    transition: all 0.5s;
}

.btn-two:hover {
    background-color: #212121;
    color: #fff;
    transition: all 0.3s;
}

.bg-one {
    background-color: rgba(255, 255, 255, 0.8);
}

.card-one {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.5s;
}

.card-one img{
    position: relative; 
    height: 100%;
    border-radius: 1rem;
    transition: all 0.5s;
}

.card-one:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
}


.card-one p {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 5;
    position: absolute;
    text-align: center;
    bottom: 0; 
    left: 0;
    right: 0;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.price-card {
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #c3c3c34a;
    padding: 40px 0;
}

.por {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 0;
}

.help {
    background-image: url(img/animated-bg.svg);
    background-size: cover;
    background-position: center;
}

.gallery-area img {
    width: 100%;
    border-radius: 16px;
    cursor: pointer;
}

.light-bg {
    background-image: url(img/light-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}
 

.counter-area {
    background: rgba(0, 0, 0, 0.8) url(img/slide1.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 120px 0; 
}

.ct-card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
}

.bg-grey {
    background-color: rgb(238, 239, 244);
}

.testimonial .ts-card {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.testimonial .ts-card .rating i {
    color: #ff9916;
}

.footer {
    background-color: #508700;
    color: #fff;
    padding: 15px 0;
}

.top-head {
    background-color: #508700;
    color: #fff;
    padding: 12px 0;
}

.top-head a {
    color: #fff;
}

@media screen and (max-width: 600px) {

.navbar-brand img {
    width: 150px;
}
    
    .banner {
        padding: 40px 20px;
    }  
    
    .top-head p {
        font-size: 13px;
    }
    
    .top-head a {
        font-size: 13px;
    }
    
    .apply .help{
        padding-bottom: 60px !important;
    }
    
    .footer {
        padding: 15px;
    }
    
    body { 
        overflow-x: hidden !important;
    }
    
}
