* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif !important;
}

a {
    text-decoration: none !important;
    font-weight: 500 !important;
}

h2 {
    font-family: 'Nova Square', sans-serif !important;
    font-size: 40px !important;
}

:root {
    --pramiry-color: #EAE0AF;
    --btn-color: #E5D283;
    --bg-color: #3C3C3B;
}


/* ============ media query tab and mobile devices ============= */
@media only screen and (max-width:1199px) {
    .owl-carousel .item .veg-carousel-img .carsouel_text {
        top: 40px !important;
    }
}

@media only screen and (max-width:1197px) {
    .navbar .nav-item {
        padding-right: 0px;
    }

    .navbar .navbar-brand img {
        margin-left: 70px !important;
    }
}

@media only screen and (max-width:1075px) {
    .navbar .navbar-brand img {
        margin-left: 50px !important;
    }
}

@media only screen and (max-width:991px) {
    h1 {
        font-size: 30px !important;
    }

    .navbar .navbar-brand img {
        height: 100px;
        margin-left: 0 !important;
    }

    .navbar .nav-item {
        padding-left: 30px;
    }

    .navbar-toggler {
        background-color: #fff !important;
    }

    .navbar .enquiry_Btn {
        margin-left: 30px !important;
        margin-bottom: 15px;
        padding: 10px 15px;
    }

    .banner-title p {
        font-size: 16px !important;
        width: 80% !important;
    }

    .banner-title {
        margin-left: 20% !important;
    }

    .nav_Btn {
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .items {
        margin: 10px 0;
        min-height: 280px;
    }

    .about-btn .learn_more_btn {
        padding: 10px 20px;
    }

    #pills-tab {
        gap: 50px;
    }

    .product-text {
        display: block;
    }

    #wrapper-img {
        display: block !important;
    }

    #wrapper-img2 {
        display: none;
    }

    .product-content h2,
    p {
        text-align: start !important;
    }

    .owl-carousel .item .veg-carousel-img .carsouel_text {
        top: 65px !important;
    }

    .owl-carousel .owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-next {
        right: 0px;
    }

    .testimonial_content p {
        text-align: center !important;
        width: 80%;
    }

    .tab-content {
        text-align: center;
    }

    .tab-content-img img {
        width: 100%;
    }

    .footer_contact .footer_wrapper {
        justify-content: center;
    }

    .newsletter-form .form-group {
        width: 60%;
        margin: 0 auto;

    }

    .contact-form {
        width: 100%;
    }

    .contact__list ul li {
        width: 100%;

    }
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 25px !important;
    }

    .navbar .nav-item {
        padding-left: 0px;
    }

    .navbar .enquiry_Btn {
        margin-left: 0px !important;
    }

    .navbar .navbar-brand img {
        height: 80px;
        margin-left: 0 !important;
    }

    .banner-title p {
        width: 100% !important;
        font-size: 16px !important;
        text-align: center !important;
    }

    .banner-title {
        margin-left: 0 !important;
    }

    .banner-title h1 {
        font-size: 30px;
        text-align: center;
    }

    .banner-title p br {
        display: none;
    }

    .banner .banner-title p {
        text-align: center;
    }

    .banner-Btn {
        text-align: center;
    }

    .img-title br {
        display: none;
    }

    .img-title h5 {
      font-size: 18px;
    }
   
    .about_img {
        margin-bottom: 20px;
        width: 100%;
    }

    .items {
        min-height: auto;
    }

    .items .items-icons p {
        text-align: center !important;
    }

    .product-wrapper {
        width: 100% !important;
    }

    #pills-tab {
        gap: 30px;
    }

    .product-content br {
        display: none;
    }

    .veg-content {
        margin-top: 15px;
    }

    .owl-carousel .item .veg-carousel-img img {
        width: 100% !important;
    }

    .owl-carousel .item .veg-carousel-img .carsouel_text {
        top: 150px !important;
    }

    .footer_contact .footer_wrapper {
        display: block;
    }

    .footer_contact .footer_wrapper li span {
        margin-top: 18px;
    }

    .copy_right {
        display: block;
        text-align: center;
    }

    .about_wrapper img {
        height: auto;
        margin-top: 15px;
    }

    .contact-form-img {
        margin-bottom: 20px;
    }

    .contact-form {
        width: 100%;
        margin-top: 20px;
    }

    .card_img img {
        padding-bottom: 40px;
    }

    .veg-content p {
        text-align: start !important;
    }

    .logistic-text h3 {
        font-size: 25px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        width: 5px !important;
        height: 5px !important;
        font-size: 17px !important;
        padding: 15px;
    }

    .footer_content .footer-mail {
        width: 100% !important;
        margin: 0 auto;
    }

    .newsletter-form .form-group {
        width: 100%;
        margin: 0 auto;

    }
}
