body {
    font-family: 'Signika', sans-serif;
}

/* Global CSS */

h1,h2,h3,h4,h5,h6 {
    color: #121212;
    font-weight: 600;
}

h1 {
    font-size: 56px;
    line-height: 70px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
}

h3 {
    font-size: 25px;
    line-height: 35px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.background-primary {
    background-color: #131313;
}

.background-secondary {
    background-color: #fffaf4; 
}

.font-primary {
    color: #121212;
}

.font-secondary {
    color: #ff6700;
}

.font-white {
    color: #fff;
}

.btn-background-primary  {
    background-color: #609a33;
}

.btn-background-secondary {
    background-color:#4a8021;
}

.section-padding {
    padding: 100px 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.container {
    z-index: 2;
    position: relative;
}

:focus {
    box-shadow: none !important;
    border-color: #000 !important;
}

/* Global CSS End */


/* Header */

.logo-size {
    width:180px;
}

.header-main ul .nav-link{
    color: #fff;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.navbar-toggler i {
    color: #fff;
}

.header-main [aria-expanded*="false"] .close {
    display: none;
}

.header-main [aria-expanded*="true"] .open {
    display: none;
}

button.navbar-toggler {
    background: #ff6700;
    width: 44px;
    padding: 8px 0;
}

.nav-item .nav-link.active {
    color: #ff6700;
}

/* Header End  */

.hero-section-bg {
    background: url('https://nutritionoffood.com/public/images/nu-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    position: relative;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.he-section {
    position: relative;
    z-index: 2;
}


/* Food List */

.list-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card.list-wrapper {
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
    border: none;
    margin: 20px;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
}

.card.list-wrapper:hover {
    transform: translateY(-4px);
}

.card.list-wrapper h3 a {
    color: #fff;
    font-weight: 500;
}

.card.list-wrapper .food-image {
    height: 265px;
    overflow: hidden;
    transition: all 0.5s;
}

.card.list-wrapper .card-body {
    background: #609a33;
    padding: 10px;
    transition: all 0.5s;
}

.card.list-wrapper:hover .card-body {
    background-color: #4a8021;
}

/* .card.list-wrapper:hover .food-image img{
    transform: scale(1.);
}

.card.list-wrapper.food-image img {
    transition: all 0.5s;
} */

/* Footer */

.footer-main {
    padding:80px 0 0 0 ;
}

.footer-main .logo-size {
    width: 210px;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 10px;
}

.f-copyright p {
    font-size: 14px;
    color: rgb(235, 235, 235);
}

/* Footer End */

/* Page Title */

.fruit-bg {
    background: url('/images/fruit-page-title-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    position: relative;
}
    
.page-title .bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.page-title {
    /* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(255 247 238) 47%); */
    padding: 60px 0;
}



/* Page Title End */


.detail-title {
    font-size: 35px;
    line-height: 45px;
}

.single-f-image {
    width: 100%;
    border-radius: 6px;
}

.nutrition-details .table {
    margin-bottom: 0;
}

.nutrition-details .table tr th:nth-child(1),.nutrition-details .table tr td:nth-child(1) {
    text-align:left;
}

.nutrition-details .table tr th,.nutrition-details .table tr td {
    text-align:center;
}

.nutrition-details .table tr th {
    font-size: 18px;
    line-height: 28px;
}


.nutrition-details {
    border: 1px solid #000;
    border-radius: 6px;
    overflow: hidden;
}

.table thead tr {
    background-color: #609a33;
    color: #fff;
}




/* Contact Form */

.submit_btn {
    padding: 10px 30px;
    border-radius: 6px;
    background-color: #609a33;
    color: #fff;
    transition: all 0.5s;
}


.submit_btn:hover {
    background-color: #4a8021;
    color: #fff;
}

.contact-form form  .form-control  {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Footer Css Start */

.f-social a {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #609a33;
    color: #fff; 
    line-height: 35px;
    border-radius: 100%;
}

.cl_social_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Footer Css End */