@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
#top-bar__navigation .submenu .submenu-left-cstm {
    left: 170px;
    top: 0px;
}

.contact__item {
    margin-bottom: 50px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-align: center;
}

.contact__item i {
    font-size: 56px;
    font-weight: 200;
    color: #cda057;
}

.contact__item h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact__item p a {
    text-decoration: none;
}

.pattern {
    background-color: #000000;
}

.custom-btn {
    margin-top: 0px;
}

.custom-btn.primary a {
    color: #504935 !important;
    text-decoration: none;
}

.heading-food {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.heading-food h2 {
    font-size: 36px;
}

.food-items {
    width: 100%;
    width: 100%;
    text-align: left;
    padding: 10px;
    margin: 70px 0;
}

.food-items h3 {
    font-size: 26px;
    color: #cda057;
}

.food-items p {
    font-size: 14px;
    line-height: 30px;
}

.img-box {
    width: 100%;
    height: 350px;
}

.img-box img {
    width: 100%;
    height: 100%;
}

.Enquiry {
    max-width: 600px;
    height: 100%;
    margin: auto;
}

/* .modal-backdrop {
    z-index: 0;
} */

.modal-header .close {
    font-size: 36px;
}

.custom-btn.primary {
    outline: none;
}

form .textfield.modal-box {
    padding: 1rem;
    border: 1px solid #b7b7b7;
}

.modal-body {
    padding: 2rem 1.5rem;
    z-index: 999;
}

.modal-title {
    font-size: 24px;
    color: #cda057;
}

/* 
.modal-dialog {
    margin: 100px auto;
} 

.modal-header {
    padding: 2rem;
}*/

#top-bar {
    background-color: #edeae7;
}

.car-decor {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 2px solid #cda057;
    margin: 15px 0;
}

.car-decor img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.car-decor:hover img {
    transform: scale(1.2);
}

.car-decor .text-decor {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in;

}

.car-decor .text-decor h5 {
    background: #e4e4e4;
    opacity: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    padding: 10px;
    transition: all 0.3s ease-in;
}

.text-decor .product-btnn {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* bottom: -85px; */
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: all 0.3s ease-in;

}

.car-decor:hover .text-decor h5 {
    opacity: 0.8;
}

.car-decor:hover .text-decor .product-btnn {
    opacity: 1;
}

.intro {
    min-height: 450px;
}

.footer-icon {
    width: 100%;
    height: 100%;
}

.footer-icon h3 {
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 20px;
}

.footer-icon .footer-social-icon {
    width: 100%;
}

.footer-icon .footer-social-icon a {
    display: inline-block;
    margin: 5px;
}

.footer-icon .footer-social-icon a i {
    font-size: 24px;
    display: inline-block;
}

/* .modal-backdrop {
    width: auto;
} */

.car-decor h5 {
    text-align: center;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    transition: all 0.3s ease-in;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: aliceblue;
    z-index: 1;
    margin: 0;
}

.car-decor .text-decor {
    background: rgb(228 228 228 / 80%);
    opacity: 0;
}

.car-decor:hover .text-decor {
    opacity: 1;
}

@media only screen and (max-width:772px) {
    .intro__text {
        margin-top: 30px;
    }

    .start-screen__content .title {
        letter-spacing: 1px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .car-decor .text-decor h5 {
        font-size: 12px;
    }

    .text-decor .product-btnn {
        bottom: -60px;
    }
}

#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

@media(max-width:767px) {
    #top-bar__logo {
        width: 210px;
        height: 55px;
    }

    #top-bar__navigation-toggler {
        top: 5px;
    }
}

.wa-chat-icon {
    position: fixed;
    bottom: 80px;
    z-index: 9999;
    right: 25px;
}

.wa-chat-icon img {
    width: 50px;
}

.farmfood_sec {
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/farmfood.jpg); */
    background-color: #efefef;
    padding-top: 70px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h1 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    font-family: "Pacifico", cursive;
    color: #c39657;
    margin-bottom: 0;
}

.section-title h2 {
    margin-top: 10px;
    font-size: 46px;
}

/* .farmfood ul {
    margin-top: 50px;
} */

.farmfood ul li {
    margin-bottom: 65px;
}

.food-info {
    font-size: 14px;
    line-height: 20px;
}

.food-info h3 {
    color: #2b2b2b;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.farmfood ul li .icon {
    font-size: 45px;
    color: #80b435;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 80px;
}

.farmfood ul li:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.farmfood-image img {
    display: inline-block;
}

@media (min-width: 992px) and (max-width:1199px) {
    .farmfood ul li {
        margin-bottom: 30px
    }

    .food-info h3 {
        font-size: 20px
    }
}

@media(max-width:991px) {
    .farmfood ul li .icon {
        font-size: 35px
    }

    .food-info h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .farmfood ul li {
        margin-bottom: 25px;
    }

    .farmfood ul {
        margin-top: 0
    }
}

@media(max-width:767px) {
    .section-title h1 {
        font-size: 22px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .farmfood ul li {
        display: block;
        overflow: hidden
    }

    .farmfood ul li>.icon {
        margin-right: 0 !important;
        padding: 0 15px;
        width: 70px;
        float: left;
        text-align: left;
        margin-left: 0 !important
    }

    .farmfood ul li .food-info {
        float: right;
        text-align: left;
        width: 80%
    }

    .farmfood ul li .food-info p {
        margin-top: 8px;
    }

    .farmfood-image {
        display: none
    }
}

@media (max-width: 575px) {
    .farmfood ul li .food-info {
        width: 75%
    }
}