@font-face {
  font-family: 'Gilroy-Black';
  src: url('../fonts/Gilroy-Black.ttf');
  font-weight: 900;
}

@font-face {
  font-family: 'Gilroy-Extrabold';
  src: url('../fonts/Gilroy-ExtraBold.ttf');
  font-weight: 800;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../fonts/Gilroy-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../fonts/Gilroy-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://handpickd.farm/assets/fonts/Gilroy-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'luminous';
  src: url('../fonts/lumious.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --default-font: "Gilroy", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Gilroy-ExtraBold", sans-serif;
  --nav-font: "Gilroy", sans-serif;
  --emphasis: "luminous", sans-serif;
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #012970;
  --accent-color: #4154f1;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-color: #012970;
  --nav-hover-color: #4154f1;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #212529;
  --nav-dropdown-hover-color: #4154f1;
}

body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

.header {
  color: var(--default-color);
  background-color: white;
  /* padding: 20px 2rem; */
  padding: clamp(1rem, 5vw, 1rem);
  /* margin: 3rem; */
  margin: clamp(1.5rem, 5vw, 3rem) clamp(1.1rem, 5vw, 3rem) !important;
  z-index: 997;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  background: white;
  box-shadow: 4px 0px 22px 22px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.header-text {
  color: #799C4D;
  font-family: var(--heading-font);
  font-weight: bold;
  font-size: clamp(1rem, 5vw, 1.2rem);
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.main {
  /* scroll-snap-type: y mandatory; */
  overflow: scroll;
  height: 100vh;
}

.section {
  scroll-snap-align: start;
  position: relative;
  padding: clamp(2.5rem, 5vw, 2.5rem) clamp(1.5rem, 5vw, 1.5rem);
}

.luminous {
  font-family: 'luminous' !important;
}

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: url('../img/hero-section.png') center/cover no-repeat;
}

.hero-content {
  position: relative;
  /* padding: 60px; */
  /* max-width: 800px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px ;
  height: 100%;
  }
#header-app-text{
  font-weight: 400 !important;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem) !important;
}
#hero-content-heading {
  font-size: clamp(2.3rem, 6vw, 5rem) !important;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 900;
  font-family: 'Gilroy-Bold', sans-serif;
  display: flex;
  flex-direction: column;
}



.hero h1 {
  color: #ffffff;
  /* font-size: 48px; */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero h1 .highlight {
  font-style: italic;

}

.hero p {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.app-buttons {
  display: flex;
  gap: 20px;
}

.app-buttons a {
  width: min-content;
}

.btn-app img {
  height: 50px;
}

.pricing {
  display: flex;
  align-items: center;
  /* height: 100vh; */
  background: url('../img/info-section-desktop.jpg') center/cover no-repeat;
}

.pricing .pricing-tem {
  background-color: #EBFFA6;
  padding: 4rem 2rem;
  text-align: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}

.left {
  display: flex;
  align-items: center;
  justify-content: center;

}

.left h2 {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
#pricing-left-heading {
  color: black;
  font-family: 'Gilroy-Medium';
  display: flex;
  flex-direction: column;
  gap: 0;
}

#pricing-left-heading p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: .5rem;
  flex-grow: 1;
}

#pricing-left-heading p:nth-child(1) {
  font-size: clamp(2rem, 6vw, 5.6rem);
}

#pricing-left-heading p:nth-child(2) {
  font-size: clamp(1.6rem, 5vw, 4.4rem);
  font-weight: 800;
}

#pricing-left-heading p:nth-child(3) {
  font-size: clamp(3rem, 7vw, 7.5rem);
  color: #799C4D;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .2rem;
}

#pricing-left-heading p:nth-child(4) {
  font-size: clamp(2.2rem, 6vw, 5.8rem);
  font-weight: 800;
}
.right {
  width: 100%;
  display: flex;
  justify-content: center;
}

.right h3 {
  font-size: clamp(2.4rem, 7vw, 4rem);
  color: #000;
  margin-bottom: 15px;
  font-family: 'luminous';
  padding-left: 10px;
}

.right-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  margin-top: 20px;
}

/* .right-child h3 {
  font-size: clamp(3rem, 7vw, 7.5rem);
} */

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

.right li {
  color: #4a6741;
  margin-bottom: 5px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#ordering-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}

#ordering-list>* {
  flex-grow: 1;
}

#ordering-list li:nth-child(1) {
  font-size: clamp(3.5rem, 8vw, 4rem);
  font-weight: 800;
}

#ordering-list li:nth-child(2) {
  font-size: clamp(4rem, 8vw, 5.5rem);
  font-weight: 800;
}

#ordering-list li:nth-child(3) {
  font-size: clamp(2.3rem, 7vw, 3rem);
  font-weight: 800;
}

#ordering-list li:nth-child(4) {
  font-size: clamp(2.9rem, 7vw, 3.5rem);
  font-weight: 800;
}

#ordering-list li:nth-child(5) {
  font-size: clamp(1rem, 7vw, 2.3rem);
  font-weight: 800;
}

#ordering-list li:nth-child(6) {
  font-size: clamp(1.8rem, 7vw, 2.5rem);
  font-weight: 800;
}

#ordering-list li:nth-child(7) {
  font-size: clamp(2.2rem, 7vw, 3rem);
  font-weight: 500;
  color: black;
}
.emphasis {
  font-family: 'luminous';
  font-weight: 500;
  font-style: italic;
  /* text-shadow: 0 0 5px rgba(74, 103, 65, 0.5); */
}

.left h2 .emphasis {
  font-size: 3rem;
}

.right .emphasis {
  font-size: 1.2em;
  display: block;
  margin-top: 15px;
}

.footer h2{
  font-size: clamp(1.5rem, 7vw, 3rem);
  font-weight: 900;
  color: #000;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;

}

.footer1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 50%;
}

.footer h5 {
  margin-bottom: 2rem;
}
 
.footer2 {
  display: flex;
  width: 50%;
}

.footer3 {
  display: none;

}



/* .svg-bg {
  background: url('../svgs/wave.svg') no-repeat center;
  background-size: cover;
  background-size: 300px 100px;
  height: 300px;
  background-size: cover;
background-repeat: no-repeat;
background-position: center center;
} */

.curve-container {
  width: 100%;
  border-color: transparent;
  display: flex;
  background-image: url('../img/bf.png') ;
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  z-index: 99;
}


.curve-container img {
  width: 30%;
  padding: 3rem;
}

.terms {
  position: relative;
  bottom: 3rem;
  left: 2rem;
  font-size: large;
  color: black;
  font-weight: 600;
}

.terms p a {
  color: black;
}


@media (max-width: 768px) {
  .section {
    padding: 2.5rem 1.5rem;
  }

  .hero-content {
    padding: 0  0;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 18px;
  }

  .footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40%;
    width: 100%;
  }

  .footer1 h5 {
    font-size: clamp(12px, 2vw, 30px) !important;
  }

  .footer2 {
    display: none;
  }
  
  .footer3 {
    display: block;
    width: 100%;
    height: 60%;
  }


  .appLinks {
    gap: 1rem;
    display: flex;
  }

  .app-buttons {
    gap: 0;
  }

  .app-buttons a {
    width: 50%;
    display: block;
  }

  .app-buttons a img {
    display: block;
    width: 100%;
  }

  .right h3 {
    color: #000;
    margin-bottom: 15px;
    font-family: 'luminous';
    padding-left: 10px;

  }

  .curve-container {
    width: 100%;
    border-color: transparent;
    background-image: url('../img/Subtract.svg');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .curve-container img {
    width: 70%;
  }

  

}

@media (max-width: 480px) {
  .section {
    padding: 2.5rem 1.5rem;
  }

  .hero-content {
    /* padding: 30px; */
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero p {
    font-size: 18px;
  }

  .appLinks {
    gap: 1rem;
    display: flex;
  }

  .app-buttons {
    gap: 0;
  }

  .app-buttons a {
    width: 50%;
    display: block;
  }

  .app-buttons a img {
    display: block;
    width: 100%;
  }

  .right h3 {
    color: #000;
    margin-bottom: 15px;
    font-family: 'luminous';
    padding-left: 10px;

  }

  .terms {
    position: relative;
    bottom: 0rem;
    font-size: small;
    color: white;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    background-color: #BB8C45;
  }


  .terms p a {
    color: white;
  }
}



.no-underline {
  text-decoration: none;
  font-weight: 600;
}

.no-underline:hover {
  text-decoration: none;
}