/* dm-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v14-latin-regular.woff2') format('woff2');
}

/* dm-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dm-sans-v14-latin-500.woff2') format('woff2');
}

/* dm-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dm-sans-v14-latin-700.woff2') format('woff2');
}

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
}

/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2');
}

/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2');
}

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2');
}

/* poppins-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2');
}

/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #FFF;
  overflow-x: hidden;
}

h1,
h2,
h4,
h5,
h6 {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 55px;
  line-height: 65px;
  color: #171717;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}


p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

.footer-area ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-area li {
  display: inline-block;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
  position: relative;
  background-color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 30px 10px;
  }
}

/*Margin & Padding */

.pb-60 {
  padding-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-30 {
  margin-bottom: 40px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 55px;
  line-height: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

.section-title h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 27px;
    line-height: 37px;
    margin: 20px 0;
  }
}

.section-title h6 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*Button Style */
.theme-btn,
.bordered-btn {
  display: inline-block;
  background: #171717;
  color: #eee;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 40px;
  border: 1px solid #171717;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-btn:hover,
.bordered-btn:hover {
  color: #f0f0f0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .theme-btn,
  .bordered-btn {
    padding: 12px 24px;
  }
}

.bordered-btn {
  background: transparent;
  border-color: #eee;
  color: #eee;
}

.bordered-btn:hover {
  color: #fff;
}

/*Form Style CSS */

/*Bootstrap CSS*/

.container {
  max-width: 1200px;
}

/* Bacground Color & Overlay CSS 
============== */

.gray-bg {
  background: #F5F5F3;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-white {
  color: #fff !important;
}

/* Preloader*/
.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.pre-logo {
  width: 180px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}



/* Off Canvas Menu CSS
======================*/
.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-btn span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-btn span:nth-child(2) {
  margin-left: 0px;
}

.menu-btn:hover span:nth-child(2) {
  margin-left: 5px;
}

.menu-btn span:nth-child(2) {
  margin-left: 0px;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #4c1d2a none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon>button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 15px;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.social-area-wrap a i {
  font-size: 20px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222B;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #ddd;
}

.header-area {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.header-area .navigation {
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .header-inner-box .logo {
  height: 90px;
  width: 120px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #171717;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.logo a {
  font-size: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
}

.main-menu ul {
  line-height: 1;
  margin-bottom: 0;
}

.main-menu ul>li {
  display: inline-block;
  line-height: 1;
  position: relative;
}

.main-menu ul>li>a {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 35px 0;
  overflow: hidden;
  margin-right: 30px;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #4c1d2a;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu>li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}

.header-area .container {
  background: #fff;
}


#hamburger {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  padding-right: 15px;
}


.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .bordered-btn {
  margin-top: 30px;
  display: inline-block;
}

.about-box {
  height: 100%;
  padding: 20px;
  background: #4c1d2a;
  color: #fff;
  margin-bottom: 20px;
}

.about-box p {
  color: #fff;
}

.about-content-wrap {
  max-width: calc(100% - 40px);
}

@media (max-width: 767px) {
  .about-content-wrap {
    max-width: calc(100% - 0px);
    text-align: center;
  }

}

.about-content-wrap .theme-btn {
  margin-top: 20px;
}



.products-area {
  background: #f7f7f7;
}

.product-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.chicken {
  background-color: #f8d6bd;
}

.vegetable {
  background-color: #dde9d7;
}

.fruit {
  background-color: #d6d7db;
}

.quote-icon {
  margin-bottom: 30px;
  max-width: 70px;
}

.testimonial-content p {
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 20px;
  }
}

.testimonial-author {
  margin-top: 30px;
}

.testimonial-author img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 100%;
}

.testimonial-author h6 {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}

.testimonial-author h6 span {
  display: block;
  opacity: 0.5;
  font-size: 90%;
  margin-top: 5px;
}

.testimonial-two .testimonial-author h6 {
  color: inherit;
  font-size: 18px;
  margin-top: 10px;
}

.single-testimonial-item img {
  width: inherit !important;
}

.footer-area {
  background: #4c1d2a;
  color: #fff;
  position: relative;
  z-index: 2;
}

.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 4px;
  line-height: 1.2;
}

.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}

.footer-area p {
  font-size: 16px;
  margin-top: 18px;
  color: #ffffff;
}

.footer-area ul li a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  padding: 6px 0;
  position: relative;
}

@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}

.footer-area ul li a:hover {
  opacity: 0.5;
}

.footer-up {
  padding: 80px 0;
}

.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #451c27;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.privacy {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 15px;
}

.company-email a {
  display: flex;
  gap: 5px;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}

.company-email a:hover {
  color: #fff;
}

.phone-number a {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

.cta-area {
  position: relative;
  z-index: 1;
  height: 500px;
  background-attachment: fixed;
}

.cta-area h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 90px;
}

.svg-icon {
  max-width: 16px;
}

@media (max-width: 767px) {
  .cta-area h2 {
    font-size: 45px;
    line-height: 50px;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-area .navigation {
    background: #fff;
  }

}

@media only screen and (max-width: 767px) {

  .about-bg-wrapper {
    margin-top: 60px;
  }

  .privacy {
    text-align: center;
  }

  .footer-bottom p {
    text-align: center;
  }

  .cta-area h2 br {
    display: none;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-area .navigation {
    background: #fff;
  }

  .single-counter-box {
    margin-bottom: 30px;
  }

  .footer-area p {
    font-size: 16px;
  }

  .footer-bottom {
    text-align: center;
  }

  .testimonial-section {
    display: none;
  }

}