@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.button-1 {
  text-align: left;
}


.btn-1 {
  background-color: rgb(6, 56, 1);
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 10px 30px;
}



.accordion-button:focus,
.accordion-button:hover {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}


@media (min-width: 768px) {
  .faq-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.product-card img {
  height: 100%;
}

.form-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.form-container {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  position: relative;
}

/* Scroll only on small screens (max-width: 767px) */
@media (max-width: 767px) {
  .form-container {
    max-height: 90vh;
    overflow-y: auto;
  }
}

.btn-2 {
  background: none;
  color: #212B1A;
  border: none;
  padding: 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  /* line-height: 1.5625em; */
  font-weight: 600;
  color: #414141;
}

.read-more-btn a {
  color: white;
  text-decoration: none;
}

.btn-footer {
  background-color: #476a31;
  color: white;
  border: none;
  padding: 10px 30px;
}

.title-color-slider {
  color: rgb(6, 56, 1);
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.text-title-color {
  color: #162e09;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-detile-color {
  color: #414141;
}



.navbar-nav a {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #212B1A;
}

.logo-1 {
  display: none;
}

.navbar-brand {
  font-size: 35px;
}

.Enquary1 {
  display: none;
}

#navbar {
  background-color: rgb(255, 255, 255);
}

.card {
  margin: 0 5px;
}

.card-body {
  padding: 5px !important;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

/* Position right side submenu */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  border-radius: 0.5rem;
  min-width: 180px;
}

/* Optional hover effect for desktop */
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

/* Hide submenu by default */
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
}



/* CSS for slider styling */

.slider-container {
  position: relative;
  width: 100%;
  min-width: 768px;
  margin: auto;
  overflow: hidden;
}

.slider {
  height: 100%;
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  box-sizing: border-box;
  flex: 0 0 100%;
  /* height: 400px; */
  text-align: center;
}

.slide img {
  max-width: 35%;
  height: 500px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.slide-content {
  position: relative;
}

.slider-nav {
  text-align: center;
  margin-top: 10px;
}

.bullets {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.bullet.selected {
  background-color: #333;
}

.text-1 {
  position: absolute;
  top: 10%;
  left: 350px;
}

.text-1 h2 {
  text-align: left;
  font-size: 100px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;


}



.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #000000;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  opacity: calc(30%);
}

.prev {
  left: 30px;
  font-size: 30px;
}

.next {
  right: 30px;
  font-size: 30px;
}


.sec-1 {
  position: relative;
  overflow: hidden;
}

.text-slider {
  position: absolute;
  top: 13%;

}

.slide1 h1 {
  /* text-align: left; */
  /* font-size: 100px; */
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 300px;
  opacity: calc(5%);
}

.slide-track1 {
  display: flex;
  /* width: calc(250px * 8); Adjust based on the number of slides */
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-150px * 8));
  }

  /* Adjust based on the number of slides */
}

.slide1 {
  /* width: 250px; Adjust slide width as needed */
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
}

.styled-dropdown {
  background: #ffffff;
  border-radius: 16px;
  min-width: 230px;
}

.styled-dropdown .dropdown-item {
  transition: all 0.3s ease;
  font-weight: 500;
}

.styled-dropdown .dropdown-item:hover {
  background: #f8f9fa;
  border-left-color: #0d6efd;
  color: #0d6efd;
}

.styled-dropdown .dropdown-item i {
  font-size: 15px;
}







.product-img {
  transition: transform 0.3s ease;
  border-radius: 16px;
}



.read-more-btn {
  opacity: 0;
  transition: all 0.3s ease;
}

.position-relative:hover .read-more-btn {
  opacity: 0.5;
}




.country-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

.country-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08); */
  transition: 0.3s;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.country-item:hover {
  background: #ffe0b2;
  transform: scale(1.05);
  cursor: pointer;
}

.country-item img {
  width: 24px;
  height: 24px;
  border-radius: 20%;
  object-fit: cover;
  border: 1px solid #ddd;
}



/* sec-2////////////////////// */

.icon-img {
  width: 30%;
  margin-bottom: 30px;
}

.sec-2 h3 {
  /* color: #162e09; */
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.sec-2 p {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
  color: #414141;
}

/* sec-3//////////////// */
.cart-1 {
  overflow: hidden;
  /* Ensures the zoomed background image does not overflow */
  position: relative;
  /* Required for positioning the pseudo-element */
}

.bg-1 {
  position: relative;
  /* Required for positioning the pseudo-element */
  height: 400px;
  display: flex;
  align-items: flex-end;
}


.bg-1::before {
  content: "";
  background-image: url(./img/Vegetables.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
  /* Adds transition for smooth zoom effect */
}

.bg-1:hover::before {
  transform: scale(1.03);
  /* Slightly zooms in the background image on hover */
}

.text-card {
  background-color: #ffffff;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.text-card span {
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
}

.text-card p {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;

}


.bg-2 {
  position: relative;
  /* Required for positioning the pseudo-element */
  height: 400px;
  display: flex;
  align-items: flex-end;
}


.bg-2::before {
  content: "";
  background-image: url(./img/Grains.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
  /* Adds transition for smooth zoom effect */
}

.bg-2:hover::before {
  transform: scale(1.03);
  /* Slightly zooms in the background image on hover */
}


.bg-3 {
  position: relative;
  /* Required for positioning the pseudo-element */
  height: 400px;
  display: flex;
  align-items: flex-end;
}


.bg-3::before {
  content: "";
  background-image: url(./img/Spices1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
  /* Adds transition for smooth zoom effect */
}

.bg-3:hover::before {
  transform: scale(1.03);
  /* Slightly zooms in the background image on hover */
}


.bg-4 {
  position: relative;
  /* Required for positioning the pseudo-element */
  height: 400px;
  display: flex;
  align-items: flex-end;
}


.bg-4::before {
  content: "";
  background-image: url(./img/Dairy.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
  /* Adds transition for smooth zoom effect */
}

.bg-4:hover::before {
  transform: scale(1.03);
  /* Slightly zooms in the background image on hover */
}




/* sec-4////////////////////// */
.sec-4 h2 {
  /* font-family: "Bebas Neue", sans-serif;
  font-weight: 400; */
  text-transform: uppercase;
  /* color: #162e09; */
  font-size: 55px;
  line-height: 1em;
}

.counter {
  color: #D9C39E;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 90px;
}


.counter {
  /* font-size: 50px; */
  animation: count 2s ease-out forwards;
}

@keyframes count {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sec-4 p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
}


/* sec-5///////////////// */

.product-card h5 {
  font-size: 30px;
}

.product-card {
  position: relative;
  overflow: hidden;
}

.image-container {
  position: relative;
}

.read-more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 9px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  border-radius: 20px;
  width: 65%;
}

.product-card :hover .read-more-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}


.product-card:hover .image-container img {
  opacity: calc(50%);
}

.card:hover {
  background-color: #c2c0c04f;
}


/* sec-6//////////// */

.sec-6-cart h1 {
  text-transform: uppercase;
  font-size: 50px;
}

.sec-6-cart p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.5625em;
  font-weight: 400;
  /* color: #414141; */
}

.list p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.5625em;
  font-weight: 400;
  /* color: #414141; */
}

.list i {
  color: rgb(212, 166, 94);
}

.img-left {
  width: 98%;
}

.list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list i {
  margin-right: 15px;
}

.list ul {
  margin: 0;
  padding: 0;
}


/* .sec-7/////////////// */

.sec-7 {
  position: relative;
  /* overflow: hidden; */
}


.text-slider2 {
  position: absolute;
  /* top: 100px; */
  left: 00px;
}

.slide4 h1 {
  font-size: 150px;
  text-transform: uppercase;
  opacity: calc(12%);
}

.slide-track3 {
  /* display: inline-block; */
  /* width: calc(250px * 8); Adjust based on the number of slides */
  animation: slide2 20s linear infinite;
}

@keyframes slide2 {
  100% {
    transform: translateY(1000px);
  }

  0% {
    transform: translateY(0px);
  }
}

.slide4 {
  height: 100px;
  /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  /* Adjust rotation if needed */
}



/* sec-8//////////////////// */

.sec-8 h1 {
  /* font-family: "Bebas Neue", sans-serif;
  font-weight: 400; */
  text-transform: uppercase;
  /* color: #162e09; */
  font-size: 60px;
  line-height: 1em;
}

.sec-8 p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.5625em;
  font-weight: 400;
  /* color: #414141; */
}

.sec-8 h4 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 1.5625em;
  font-weight: 600;
  /* color: #414141; */
}



/* sec-9/////////// */

.sec-9 h3 {
  /* font-family: "Bebas Neue", sans-serif;
  font-weight: 400; */
  text-transform: uppercase;
  /* color: #162e09; */
  font-size: 40px;
  line-height: 1em;
  margin-top: 20px;
}

.sec-9 p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.5625em;
  font-weight: 400;
  /* color: #414141; */
}

.image-container {
  position: relative;
  width: 100%;
}

.wp-icon i {
  position: absolute;
  bottom: 0;
  left: 30px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.col-3:hover .wp-icon i {
  opacity: 1;
}

.wp-icon a i {
  font-size: 20px;
  text-shadow: #000000 1px 1px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.fa-twitter {
  margin-left: 30px;
}

.fa-facebook {
  margin-left: 60px;
}


/* sec-10////////////// */

.sec-10 p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
  /* color: #0c0000; */
}

.sec-10 h6 {
  color: #d4a65e;
}





/* footer/////////// */


footer {
  background-color: #162e09;
  color: white;
}

.input-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  line-height: 1em;
}

.input input {
  background-color: transparent;
}

.ditail-footer h5 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  line-height: 1em;
}

.ditail-footer a {
  text-decoration: none;
}



.list-unstyled li a {
  color: white;
}




/* //////////////aboutt page////////// */

.about h1 {
  font-size: 80px;
  color: white;
  text-shadow: black 2px 2px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sec-about-1 {
  background-attachment: fixed;
  background-image: url(./img/about-us-title-img.jpg);
  height: 87vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}


/* sec-about-2////////// */

.sec-about-2 h2 {
  width: 95%;
  /* margin: 0 auto; */
  /* font-family: "Bebas Neue", sans-serif;
  font-weight: 400; */
  font-style: normal;
  font-size: 55px;
}

.sec-about-2 {
  padding-bottom: 100px;

}

.sec-about-2 {
  position: relative;
  overflow: hidden;
}

.about-2 {
  padding-bottom: 20px;

}

.text-slider1 {
  position: absolute;
  bottom: -42px;

}

.slide2 h1 {
  font-size: 115px;
  text-transform: uppercase;
  opacity: calc(12%);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.slide-track2 {
  display: flex;
  align-items: baseline;
  /* width: calc(250px * 8); Adjust based on the number of slides */
  animation: scrolll 20s linear infinite;
}

@keyframes scrolll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-300px * 8));
  }

  /* Adjust based on the number of slides */
}

.slide2 {
  /* width: 250px; Adjust slide width as needed */
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
}





/* sec-about-4//////////// */

.about-icon-img {
  width: 20%;
}

.sec-about-4 span {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
  text-transform: uppercase;
}

.sec-about-4 h1 {
  /* font-family: "Bebas Neue", sans-serif;
  font-weight: 400; */
  font-style: normal;
  font-size: 50px;
  width: 90%;
}

.sec-about-4 h2 {
  /* font-family: Poppins, sans-serif; */
  font-size: 30px;
  line-height: 1.5625em;
  font-weight: 400;
}

.sec-about-4 h4 {
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 1.5625em;
  font-weight: 400;
}

.sec-about-4 p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
}

.mission p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-align: justify;
}

/* contact page//////////////// */


/* contact-sec-1///////////// */

.contact-sec-1 h1 {
  /* font-family: "Bebas Neue", sans-serif;
  font-weight: 400; */
  font-style: normal;
  font-size: 50px;
}

.contact-sec-1 p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
}

/* sec-contact-2////////// */


.text-contact {
  position: absolute;
  top: 40%;
  color: white;
  /* width: 50%; */
}

.text-contact h1 {
  font-size: 60px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sec-contact-2 {
  position: relative;
}

.sec-contact-2 {
  overflow-x: hidden;
}

/* By default hide submenu */
.sub-menu {
  position: absolute;
  top: -20px;
  left: 103%;
  min-width: 200px;
  display: none;
  background: inherit;
  border-radius: 40%;
  padding: 0.5rem 0;
  z-index: 1000;
}

/* On hover show submenu */
.dropdown-submenu:hover>.sub-menu {
  display: block;
}

.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* product ///////////// */



.product h1 {
  color: rgb(255, 255, 255);
  text-shadow: black 2px 2px;
  font-size: 80px;
  /* font-size: 60px; */
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}



.product-top {
  margin-top: 50px;
}


.sec-5-product {
  position: relative;
  overflow: hidden;
}

.text-slider2 {
  position: absolute;
  /* top: 100px; */
  left: 00px;
}

.slide3 h1 {
  font-size: 200px;
  text-transform: uppercase;
  opacity: calc(12%);
}

.slide-track3 {
  /* display: inline-block; */
  /* width: calc(250px * 8); Adjust based on the number of slides */
  animation: slide1 20s linear infinite;
}

@keyframes slide1 {
  100% {
    transform: translateY(500px);
  }

  0% {
    transform: translateY(0);
  }
}

.slide3 {
  height: 100px;
  /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  /* Adjust rotation if needed */
}


/* product-detail-pageee///////////////// */

.produt-2 h1 {
  font-size: 60px;
}

.produt-2 p {
  font-size: 16px;
  font-family: Poppins, sans-serif;
  line-height: 1.5625em;
  font-weight: 400;
}

.popup-form-overlay1 {
  backdrop-filter: blur(5px);
}


.popup-form-overlay {
  backdrop-filter: blur(5px);
}

/* Full screen popup overlay */
.popup-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup form box */
.popup-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .popup-form {
    width: 95%;
    padding: 20px;
  }
}





/* Popup background */
.form-popup-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Popup box */
.form-container {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;

  animation: popup 0.3s ease;
}

/* Close button */
.close-button {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
}

/* Animation */
@keyframes popup {
  from {
    transform: scale(0.85);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Form input spacing */
.form-container input,
.form-container textarea {
  padding: 10px;
}

/* For mobile responsive */
@media(max-width:576px) {
  .row {
    display: block;
  }

  .col-6 {
    width: 100%;
    margin-bottom: 10px;
  }


}



#fixed-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: green;
  z-index: 10000000;
}

#fixed-icons i {
  font-size: 25px;
}

#fixed-icons1 i {
  font-size: 20px;
}

#fixed-icons1 {
  position: fixed;
  bottom: 80px;
  left: 20px;
  background-color: green;
  z-index: 10000000;

}

.fixed-icons2 {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: rgb(225, 225, 225);
  z-index: 10000000;
}

.fixed-icons2 i {
  font-size: 20px;
}






@media(max-width:1024px) {
  .slider-container {
    position: relative;
    width: 100%;
    /* max-width: 576px; */
    margin: 20px 0 0 0;
    overflow: hidden;
  }

  .slider {
    height: 100%;
    /* align-items: center; */
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    box-sizing: border-box;
    flex: 0 0 100%;
    /* width: 100%; */
    height: 400px;
    text-align: center;
  }

  .slide img {
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }

  .slide-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .slider-nav {
    /* text-align: center; */
    width: 10%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .bullets {
    display: flex;
    margin: 100px 0 0 0;
    padding: 0;
    list-style: none;
  }

  .bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .bullet.selected {
    background-color: #333;
  }

  .text-1 {
    position: absolute;
    top: 10%;
    left: 250px;
  }

  .text-1 h2 {
    text-align: left;
    font-size: 80px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;


  }



  .prev,
  .next {
    position: absolute;
    top: 50%;
    /* display: none; */
    transform: translateY(-50%);
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    opacity: calc(30%);
  }

  .prev {
    left: 0px;
    font-size: 30px;
  }

  .next {
    right: 0px;
    font-size: 30px;
  }
}


@media(max-width:768px) {

  .sec-6-cart h1 {
    font-size: 30px;
  }

  .navbar-brand {
    display: none;
  }

  .logo-1 {
    display: block;
  }

  .Enquary1 {
    display: block;
  }



  .Enquary {
    display: none;
  }

  .logo {
    display: none;
  }


  .slider-container {
    position: relative;
    width: 100%;
    /* max-width: 576px; */
    margin: 20px 0 0 0;
    overflow: hidden;
  }

  .slider {
    height: 100%;
    /* align-items: center; */
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    box-sizing: border-box;
    flex: 0 0 100%;
    /* width: 100%; */
    height: 400px;
    text-align: center;
  }

  .slide img {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }

  .slide-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .slider-nav {
    /* text-align: center; */
    width: 10%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .bullets {
    display: flex;
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
  }

  .bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .bullet.selected {
    background-color: #333;
  }

  .text-1 {
    position: absolute;
    top: 10%;
    left: 180px;
  }

  .text-1 h2 {
    text-align: left;
    font-size: 70px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;


  }



  .prev,
  .next {
    position: absolute;
    top: 50%;
    /* display: none; */
    transform: translateY(-50%);
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    opacity: calc(30%);
  }

  .prev {
    left: 0px;
    font-size: 30px;
  }

  .next {
    right: 0px;
    font-size: 30px;
  }

  .sec-about-2 h2 {
    width: 100%;
    /* margin: 0 auto; */
    /* font-family: "Bebas Neue", sans-serif;
    font-weight: 400; */
    font-style: normal;
    font-size: 50px;
  }

}


@media (max-width :576px) {

  .navbar-brand {
    display: none;
  }

  .logo-1 {
    display: block;
  }


  /* Home page//////// */

  .Enquary {
    display: none;
  }

  .logo {
    display: none;
  }


  .slider-container {
    position: relative;
    width: 100%;
    /* max-width: 576px; */
    margin: 30px 0 0 0;
    overflow: hidden;
  }

  .slider {
    height: 100%;
    /* align-items: center; */
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    height: 300px;
    text-align: center;
  }

  .slide img {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    /* display: block; */
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }

  .slide-content {
    position: relative;
    width: 70%;
    margin: 0;
    text-align: center;
  }

  .slider-nav {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .bullets {
    display: flex;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
  }

  .bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .bullet.selected {
    background-color: #333;
  }

  .text-1 {
    position: absolute;
    top: 10%;
    left: 50px;
  }

  .text-1 h2 {
    text-align: left;
    font-size: 60px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;


  }



  .prev,
  .next {
    position: absolute;
    top: 50%;
    /* display: none; */
    transform: translateY(-50%);
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    opacity: calc(30%);
  }

  .prev {
    left: 0px;
    font-size: 30px;
  }

  .next {
    left: 70px;
    font-size: 30px;
  }



  /* about page////////// */
  .about h1 {
    font-size: 80px;
    color: white;
    text-shadow: black 2px 2px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .sec-about-1 {
    background-attachment: fixed;
    background-image: url(./img/about-us-title-img.jpg);
    height: 87vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
  }


  /* sec-about-2////////// */

  .sec-about-2 h2 {
    width: 100%;
    /* margin: 0 auto; */
    /* font-family: "Bebas Neue", sans-serif;
    font-weight: 400; */
    font-style: normal;
    font-size: 30px;
  }

  .sec-about-2 {
    padding-bottom: 50px;

  }

  .sec-about-2 {
    position: relative;
    overflow: hidden;
  }

  .about-2 {
    padding-bottom: 20px;

  }

  .text-slider1 {
    position: absolute;
    bottom: 0px;

  }

  .slide2 h1 {
    font-size: 50px;
    text-transform: uppercase;
    opacity: calc(12%);
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;

  }

  .slide-track2 {
    display: flex;
    align-items: baseline;
    /* width: calc(250px * 8); Adjust based on the number of slides */
    animation: scrolll 20s linear infinite;
  }

  @keyframes scrolll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-150px * 8));
    }

    /* Adjust based on the number of slides */
  }

  .slide2 {
    /* width: 250px; Adjust slide width as needed */
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
  }

  .slide-img {
    width: 8%;
  }

  .about-2 .counter {
    font-size: 80px;
    text-align: center;
  }

  .about-2 p {
    font-size: 16px;
    text-align: center;
  }

  .sec-about-4 h1 {
    font-size: 40px;
    margin-top: 20px
  }

  .mission {
    text-align: center;
  }

  .text-about {
    text-align: center;
  }

  .about-page-icon {
    text-align: center;
  }

  .about-icon-img {
    width: 12%;
  }

  .read-more-btn {
    font-size: 10px;
  }

  .product-card h5 {
    font-size: 18px;
  }

  .product-card p {

    font-size: 12px;
  }

  .product-card i {
    font-size: 12px;
  }

  .sec-product-1 {
    height: 60vh !important;
    background-size: cover !important;
  }
}


@media (max-width :425px) {

  /* Home page//////// */

  .Enquary {
    display: none;
  }

  .logo {
    display: none;
  }


  .slider-container {
    position: relative;
    width: 100%;
    /* max-width: 576px; */
    margin: 30px 0 0 0;
    overflow: hidden;
  }

  .slider {
    height: 100%;
    /* align-items: center; */
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    height: 300px;
    text-align: center;
  }

  .slide img {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    /* display: block; */
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }

  .slide-content {
    position: relative;
    width: 70%;
    margin: 0;
    text-align: center;
  }

  .slider-nav {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .bullets {
    display: flex;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
  }

  .bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .bullet.selected {
    background-color: #333;
  }

  .text-1 {
    position: absolute;
    top: 10%;
    left: 50px;
  }

  .text-1 h2 {
    text-align: left;
    font-size: 60px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;


  }



  .prev,
  .next {
    position: absolute;
    top: 50%;
    /* display: none; */
    transform: translateY(-50%);
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    opacity: calc(30%);
  }

  .prev {
    left: 0px;
    font-size: 30px;
  }

  .next {
    left: 40px;
    font-size: 30px;
  }
}

@media (max-width :375px) {

  /* Home page//////// */

  .Enquary {
    display: none;
  }

  .logo {
    display: none;
  }


  .slider-container {
    position: relative;
    width: 100%;
    /* max-width: 576px; */
    margin: 30px 0 0 0;
    overflow: hidden;
  }

  .slider {
    height: 100%;
    /* align-items: center; */
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    height: 300px;
    text-align: center;
  }

  .slide img {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    /* display: block; */
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }

  .slide-content {
    position: relative;
    width: 60%;
    margin: 0;
    text-align: center;
  }

  .slider-nav {
    text-align: center;
    width: 57%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .bullets {
    display: flex;
    /* margin: 20px 0 0 0 ; */
    padding: 0;
    list-style: none;
  }

  .bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .bullet.selected {
    background-color: #333;
  }

  .text-1 {
    position: absolute;
    top: 10%;
    left: 50px;
  }

  .text-1 h2 {
    text-align: left;
    font-size: 50px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;


  }



  .prev,
  .next {
    position: absolute;
    top: 50%;
    /* display: none; */
    transform: translateY(-50%);
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    opacity: calc(30%);
  }

  .prev {
    left: 0px;
    font-size: 30px;
  }

  .next {
    left: -80px;
    font-size: 30px;
  }
}

@media (max-width :320px) {

  /* Home page//////// */

  .Enquary {
    display: none;
  }

  .logo {
    display: none;
  }


  .slider-container {
    position: relative;
    width: 100%;
    /* max-width: 576px; */
    margin: 30px 0 0 0;
    overflow: hidden;
  }

  .slider {
    height: 100%;
    /* align-items: center; */
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    height: 300px;
    text-align: center;
  }

  .slide img {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    /* display: block; */
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }

  .slide-content {
    position: relative;
    width: 55%;
    margin: 0;
    text-align: center;
  }

  .slider-nav {
    text-align: center;
    width: 57%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .bullets {
    display: flex;
    /* margin: 20px 0 0 0 ; */
    padding: 0;
    list-style: none;
  }

  .bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .bullet.selected {
    background-color: #333;
  }

  .text-1 {
    position: absolute;
    top: 10%;
    left: 40px;
  }

  .text-1 h2 {
    text-align: left;
    font-size: 50px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;


  }



  .prev,
  .next {
    position: absolute;
    top: 50%;
    /* display: none; */
    transform: translateY(-50%);
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    opacity: calc(30%);
  }

  .prev {
    left: 0px;
    font-size: 30px;
  }

  .next {
    left: -165px;
    font-size: 30px;
  }




}