a:hover{
    color: #fff;
}
.terms{
    text-align: center;
    margin: 50px 0px;
}

.navbar{
    background: #fff;
    height: 65px;
}.banner 
.nav-link {
    color: #000;
    font-weight: 500;
}
.navbar-brand{
    color: #000;
    font-weight: 700;
}
.navbar-expand-lg .navbar-collapse{
    display: flex!important;
    flex-basis: auto;
    justify-content: end;
}
.banner img{
    width: 100%;
    height: 430px;
}
.about{
   /* text-align: center;*/
    margin-top: 70px;
}
.about h3{
    text-align:center;
    font-size: 45px;
    font-weight: 600;
}
.about p{
    margin-top: 25px;
    padding: 0px 55px;
    /*margin-bottom: 70px;*/
    font-size: 20px;
    color: #0000009c;

}
.product{
    margin-top: 70px;
    text-align: center;
}
.product h3{
    font-size: 45px;
    font-weight: 600;
}
.product p{
    padding: 0px 60px;
    margin-bottom: 50px;
    font-size: 20px;
    color: #000000a3;
}
.pro-image img{
    width: 100%;
    height: 250px;
    background: #fff;
    border-radius: 10px;
}
.product-card h4{
    margin-top: 20px;
    font-size: 20px;
}
.product-card h4{
    font-weight: 500;
    color: #0009;
}
.cart{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    color: #000;
    font-weight: 500;
}
.cart i{
    margin-right: 8px;
}
.fruit{
    background: antiquewhite;
    border-radius: 10px;
    padding: 60px;
    text-align: center;
}
.fruit h4{
    font-size: 38px;
    margin-bottom: 55px;
}
.fruit p{
    font-size: 20px;
    color: #0000009c;
    margin-bottom: 120px;
}
.fruit span{
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.fruit-image img{
    width: 110%;
    margin-top: -60px;
}
.gall-text{
    text-align: center;
    margin-top: 70px;
}
.gall-text h3{
    font-size: 40px;
}
.gall-text p{
    font-size: 20px;
    color: #000000ad;
    padding: 0px 109px;
    margin-top: 20px;
}
.gal-image img{
    width: 80%;
}
.foot-logo span{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}
.foot-logo p{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    padding-right: 50px;
}
.foot-menu h4{
    font-size: 26px;
    color: #fff;
}
.foot-menu a{
    color: #fff;
    text-decoration: none;
}
.foot-menu ul{
    color: #fff;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 15px;
    line-height: 27px;
}
.foot-menu{
    margin-left: 100px;
}
.foot-add h4{
    color: #fff;
    font-size: 26px;
}
.foot-add p{
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    line-height: 24px;
}

.copyright{
    border-top: 1px solid #fff;
    margin-top: 80px;
}
.copyright{
    color: #fff;
    font-size: 15px;
    padding: 15px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .navbar-toggler{
        display: none;
    }
    #navbarText{
        display: none !important;
    }
    .banner img {
        height: 180px;
    }     
    .about p {
        margin-top: 25px;
        font-size: 16px;
        padding: 0px;
    }
    .about {
        margin-top: 20px;
    }   
    .about h3 {
        font-size: 32px;
    }
    .product {
        margin-top: 40px;
    }
    .product h3 {
        font-size: 30px;
        font-weight: 600;
    }
    .product p {
        margin-bottom: 50px;
        font-size: 16px;
        color: #000000a3;
        padding: 0px;
    }
    .fruit {
        padding: 30px;
    }
    .fruit h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .fruit p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .fruit-image img {
        width: 100%;
    }
    .gall-text {
        margin-top: 0px;
    }
    .gall-text h3 {
        font-size: 30px;
    }
    .gall-text p {
        font-size: 16px;
        padding: 0px;
    }
    .gal-image{
        text-align: center;
    }
    .gal-image img {
        width: 63%;
    }
    .foot-menu {
        margin-left: 0px;
    }


}
.video-text h3{
    font-size: 40px;
    padding: 60px;
    color: #000;
}
.aar-images{
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 25px;
}
.aar-images img{
    width: 100%;
    height: 100%;
}
.aar-img img{
    width: 100%;
    height: 460px;
}
.aar{
    margin-top: 80px;
}
.soon{
    margin-top: 60px;
}
.fruit-sec{
    margin-top: 80px;
}
.fruit-head h3{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.fruit-cont{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.fruit-cont img{
    width: 20%;
}
.fruit-cont p{
    font-size: 18px;
    font-weight: 500;
}
.fru-main-sec{
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 20px;
}
.video-section video{
    background: #fff;
    box-shadow: 0px 0px 10px #f4f4f4;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
}