@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bangers&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Paytone+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Russo+One&family=Unbounded:wght@200..900&family=Vina+Sans&display=swap');

* {
  font-family: "Poppins", sans-serif !important;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

nav {
  background-color: #ffffff !important;
}

.btn1 {
  color: white;
  background: rgb(76, 185, 102);
  font-size: 16px;
  font-weight: 600;
}

.navbar-light .navbar-toggler {
  border: 0;
  color: #666666;
}

#app-btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #888888;
}

#download-btn-2 {
  padding-top: 12px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  color: white;
  width: 200px;
  height: 50px;
  border: 0;
}

section.hero {
  padding: 5px 0;
  width: 100%;
  height: auto;
}

.text {
  margin: auto;
}

.cosumer {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #333333;
}

.h4 {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.015em;
  color: #333333;
}

.text-break {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.015em;
  color: #777777;
}

/* section card */
.app-card {
  width: 280px;
  height: 340px;
  margin: auto;
  padding: auto;
  border: none;
  background: #ffffff;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  gap: 20px;
}

.app-card:hover,
.carousel-control-next:focus,
.carousel-control-prev:focus {
  background-color: #4cb966;
}

.carousel-control-next,
.carousel-control-prev {
  background-color: white;
}

#img-size {
  width: 50px;
  height: 50px;
}

#card-title {
  margin-top: 42px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
}

#card-text {
  margin-top: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #666666;
}

/* Category*/
.category {
  margin-bottom: 40px;
}

.wrapper-1,
.wrapper-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper-2 {
  margin-top: 20px;
}

h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  color: #333333;
}

.card1 {
  border: none;
  width: 150px;
  height: 150px;
  text-align: center;
  border: 0;
}

.card1 img {
  width: 70px;
  height: 70px;
}

.container #cat {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.015em;
  color: #222222;
}

/* footer*/
footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100vw;
  background: #00853F;
}

ul {
  list-style: none;
  display: inline-block;
  text-align: left;
}

/* li a {
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.015em;
} */

p {
  /* font-family: "Roboto"; */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  letter-spacing: 0.02em;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-item {
  background-color: #d9ecdd;
}

.accordion-button {
  background-color: #d9ecdd;
  font-weight: bold;
}

/* accordian*/
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #d9ecdd;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item,
.accordion-item:focus,
.accordion-item:active,
.accordion-header,
.accordion-header:focus,
.accordion-header:active,
.accordion-button,
.accordion-button:focus,
.accordion-button:active {
  outline: none !important;
}

.lists,
.contact {
  padding-left: 0px;
}

.lists li,
.contact li {
  margin-bottom: 20px;
}

.social a {
  margin-left: 5px;
}

.img {
  height: 120px;
  width: 120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.categories {
  margin-top: 30px;
}

.categories p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 48px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.015em;
  color: #222222;
}

.text-consumer {
  color: #4cb966;
}

/* cosumer/retailer css */
.cb-img p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
}

.cb-img img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

#consumerCru {
  display: inline;
}

#retailerCru {
  display: none;
}

#click2 {
  background-color: #ffffff;
  color: black;
}

/* cosumer/retailer css */
.Appcaro,
.appcard {
  background-color: #b2e1bd;
}

.carousel-control-prev-icon {
  background-image: url(./assets/images/images-2/Frame\ 79.svg) !important;
}

.carousel-control-next-icon {
  background-image: url(./assets/images/images-2/Frame\ 80.svg) !important;
}

.btn.down {
  border-radius: 25px;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 678px;
  height: 492px;
  display: none;
}

.popup h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
}

.retailer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consumer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.open-popup {
  display: block;
  width: 441px;
  height: 492px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#btn-download {
  border-radius: 6px;
  font-size: 18px;
  color: white;
  background: radial-gradient(59.74% 136.92% at 50% 50%, #00A64F 0%, #00853F 100%);
  width: 200px;
  height: 50px;
  border: 0;
  text-align: center;
  padding-top: 12px;
}

@media screen and (max-width: 920px) and (min-width: 481px) {
  .app-card {
    min-height: 340px;
    width: 280px;
  }

  .consumer {
    margin: 0 auto;
  }

  .c1,
  .c2 {
    width: 100%;
    text-align: center !important;
    padding: 0% !important;
  }


}

@media only screen and (max-width: 480px) {

  #btn-download {
    border-radius: 6px;
    font-size: 14px;
    color: white;
    background-color: #4cb966;
    width: 115px;
    height: 40px;
    border: 0;
    text-align: center;
    padding-top: 10px;
  }

  .btn1 {
    font-size: 14px;
  }

  .c1,
  .c2 {
    width: 100%;
    text-align: center !important;
    padding: 0% !important;
  }

  .consumer {
    margin: 0 auto;
    width: 80%;
    height: 80%;
  }

  .for-farmer-context {
    display: flex;
  }

  .g {
    text-align: center;
  }

  /*Info Graphic Image */
  .dft {
    max-width: 450px;
  }

  #chain {
    font-size: 25px;
  }

  #para2 {
    font-size: 18px;
  }

  .small {
    width: 100%;
    min-height: auto;
    margin: 0 auto;
  }

  #con {
    margin-top: 10px;
  }

  .wrapper-2 {
    margin-top: 0;
  }

  .cb-img img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .cb-img p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
  }
}

.modal-body p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
}

#hover-btn:hover {
  font-size: 0;
}

#hover-btn:hover::after {
  content: "Coming Soon!";
  font-size: 20px;
  font-style: inherit;
  font-weight: bold;
}

#retailer-active,
#retailer-active-2 {
  display: none;
}

#menu {
  display: block;
  width: 30px;
  height: 30px;
}

#close {
  display: none;
}

#close {
  font-size: 2rem;
}

.carousel-indicators button.active {
  height: 6px !important;
  width: 80px !important;
  margin: 0 10px !important;
  /* border-radius: 100%; */
  background-color: #4cb966 !important;
}

.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 6px;
  /* border-radius: 20px; */
  background-color: #8773bf;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 35%;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.c1 {
  text-align: center;
  padding-right: 16%;
}

.c2 {
  text-align: center;
  padding-left: 17%;
}

.button {
  display: flex;
  margin: auto;
  border-radius: 50px;
  background: #4cb966;
}

#logestic img {
  margin-top: 15%;
}

@media (min-width: 768px) {
  .button {
    display: none !important;
  }

}

@media (max-width: 767px) {
  .iconAccordion {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 10px;
  }

}



/* .nav-container {
  padding: 20px;
} */

.nav-logo {
  width: 195px;
  height: 56px;
}

.nav-menu-container {
  margin-right: 40px;
}

.nav-menus {
  margin: 0;
  padding: 0;
}

.nav-menu-link {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none !important;
  color: #000 !important;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.nav-menu-link:hover {
  color: #00A64F !important;
  transform: translateY(-2px);
}

.nav-menu-link.active {
  color: #00A64F !important;
}

.nav-btn {
  display: inline-block;
  background: radial-gradient(59.74% 136.92% at 50% 50%, #00A64F 0%, #00853F 100%);
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.nav-btn:hover {
  color: #d9ecdd;
  transform: translateY(-2px);
}

@media (max-width: 990px) {
  .nav-body {
    flex-basis: 100%;
    order: 4;
    padding-left: 10px;
  }

  .nav-container {
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  }

  .nav-menu-item {
    padding: 8px;
  }
}

@media (max-width: 768px) {

  #menu {
    width: 24px;
    height: 24px;
  }

  .nav-logo {
    width: 110px !important;
    height: 32px !important;
  }

  .nav-btn {
    padding: 8px 12px;
  }
}

@media (max-width:360px) {
  .nav-btn {
    font-size: 12px;
    padding: 4px 12px;
  }

}


/* footer section start */

footer {
  background-color: #00853F;
  padding-top: 80px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

footer h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}

footer ul li {
  margin-bottom: 12px;
}

footer ul li a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

footer ul li a:hover {
  opacity: 0.8;
}

.social-icons a {
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-3px);
}

.social-icon {
  width: 32px;
  height: 32px;
}

.twitter-logo {
  width: 28px;
  height: 28px;
}

.footer-copyright-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.down-app-container {
  flex-direction: column;
}

.list-unstyled {
  padding: 6px;
}

.down-app-icons {
  width: 165px;
  height: 62px;
}

.footer-logo {
  width: 20%;
}

.footer-items-1 {
  width: 40%;
  justify-content: space-around;
}

.footer-items-2 {
  justify-content: space-around;
  width: 40%;
}


@media (max-width: 991px) {

  .footer-body {
    flex-direction: column;
  }


  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .footer-items-1 {
    width: 100%;
    gap: 80px;
  }

  .footer-items-2 {
    justify-content: center;
    gap: 80px;
    width: 100%;
  }

  .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .down-app-icons {
    width: 120px;
    height: 54px;
  }

  .down-app-container {
    flex-direction: row;
  }

  .footer-row>div:first-child {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }

  .footer-row>div:not(:first-child) {
    flex: 0 0 50%;
    padding: 0 15px;
  }


  .footer-row {
    justify-content: space-between;
  }

  .social-icons {
    justify-content: flex-end !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .footer-item {
    width: 50%;
  }
}

@media (max-width: 768px) {

  .footer-logo img {
    width: 139px;
    height: 40px;
  }

  footer {
    padding-top: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .social-icons {
    justify-content: center;

  }

  .footer-copyright-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .social-icon {
    width: 22px;
    height: 22px;
  }


  footer .col-6 {
    padding: 0 10px;
  }

  footer h4 {
    font-size: 16px;
  }

  footer ul li {
    margin-bottom: 8px;
    line-height: 100%;
  }

  footer ul li a {
    font-size: 14px;
  }

  .download-section {
    height: 100%;
  }

  .footer-items-1 {
    gap: 40px;
    justify-content: unset;
  }

  .footer-items-2 {
    gap: 40px;
    justify-content: unset;
  }


  .footer-body {
    padding: 4px;
  }

  .down-app-container {
    flex-direction: column;
  }

}

@media (max-width:360px) {


  .footer-items-1 {
    justify-content: start;
  }



}

/* footer section end */