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

body {
  font-family: "Cairo", sans-serif;
}

:root {
  --main-color: #66902e;
  --second-color: #f2e7c7;
}

.bg-main {
  background-color: var(--main-color);
}
.bg-second {
  background-color: var(--second-color);
}
.bg-first {
  background-color: #f2e7c7;
}
.bg-second {
  background-color: #fafbf8;
}

.bg-first-phone {
  background-color: #f9f4ea;
}
.bg-second-phone {
  background-color: #e9eee1;
}
.text-main {
  color: var(--main-color);
}

nav {
  margin: 30px 0;
  background: #f2e7c7;
  border-radius: 50px;
}

.navbar-custom .nav-link {
  color: var(--main-color) !important;
  font-weight: 500;
}


/* @media (max-width: 992px) {
  nav {
    border-radius: 30px !important;
  }
  } */
  
  .hero-section {
    background: linear-gradient(180deg, rgba(249, 244, 234, 0) 0%, #f9f4ea 100%);
    border-radius: 40px;
  }
  .btn-main-download {
  background-color: var(--main-color);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 15px;
  transition: 0.3s;
}

.hero-title {
  color: var(--main-color);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 80px);
  margin-top: 60px;
  margin-bottom: 20px;
}

.hero-desc,
.download-desc {
  color: var(--main-color);
  font-size: 18px;
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 400;
}

.download-buttons {
  margin-bottom: 60px;
}

.download-buttons img {
  height: 50px;
  margin: 5px;
  transition: transform 0.3s;
  cursor: pointer;
}

.download-buttons img:hover {
  transform: scale(1.05);
}

.mobile-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 50px;
}

.hero-mobile-img {
  width: 100%;
  height: auto;
  z-index: 1;
}

.hero-section .layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(251, 247, 239, 0) 0%, #fbf7ef 100%);
  z-index: 2;
}

.download-section .layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 2;
}

.download-section {
  backdrop-filter: blur(23.100000381469727px);
}
@media (max-width: 768px) {
  .hero-mobile-img {
    max-width: 90%;
  }

  .hero-title {
    margin-top: 50px;
  }
  .download-app h1 {
    font-size: 40px;
  }
  .hero-desc,
  .download-desc {
    font-size: 16px;
  }
}

.brands {
  margin-top: 60px;
  margin-bottom: 86px;
}

.swiper {
  width: 100%;
}

.benefits {
  background-color: #66902e08;
  border-radius: 30px;
}

.benefits .badge {
  color: var(--main-color);
  background: rgba(102, 144, 46, 0.1);

  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.benefits h2 {
  font-weight: 600;
  font-size: 40px;
}

.custom-card {
  height: 233px;
  border-radius: 20px;
}

.benefits .info h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.benefits .info p {
  font-weight: 100;
  font-size: 14px;
}

.benefits .phone-wrap {
  background: #e9eee1;
}

.icon {
  border: 1px solid #f5f5f5;
  padding: 10.4px;
  border-radius: 14px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon i {
  color: var(--main-color);
  font-size: 20px;
}

.phone-wrapper {
  background-color: #e9eee1;
  border-radius: 30px 30px 0 0;
  padding-top: 20px;
  padding-bottom: 0;
  max-width: 563px;
  margin: auto;
}

.phone-wrapper img {
  width: 75%;
  margin: auto;
}

@media (max-width: 992px) {
  .phone-wrapper {
    width: 90%;
    border-radius: 30px;
    padding: 48px 0;
  }
}



.small-section {
  margin-top: 120px;
  margin-bottom: 40px;
}
.small-section .first {
  font-size: 16px;
}
.small-section .second {
  font-size: 24px;
  color: var(--main-color);
}

.small-section p span {
  font-weight: 400;
  font-size: 24px;
  color: #948c83;
}

.choose-drink {
  border-radius: 40px;
  padding: 40px;
  margin-bottom: 24px;
}

.choose-drink h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 23px;
}
.choose-drink p {
  font-weight: 100;
  font-size: 21px;
}
.step-number {
  width: 56.38554382324219px;
  height: 56.38554382324219px;
  padding-top: 3.13px;
  padding-bottom: 3.13px;

  border-radius: 50%;
  border: 1.41px solid var(--main-color);
  color: var(--main-color);
  font-weight: 700;
  font-size: 31.33px;
}

.phone-wrap {
  border-radius: 54px;
  padding: 20px 90px;
  width: 100%;
  max-width: 520px;
}

.phone-img {
  display: block;
  margin: auto;
}
.custom-bg {
  background-color: #fbfbfb;
  border-radius: 40px;
  width: 703px;
  padding: 24px;
}

.faq-label {
  background: #edf5e6;
  color: var(--main-color);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
}

.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.faq-question {
  width: 100%;
  padding: 20px;
  border: none;
  background: none;
  color: var(--main-color);
  font-size: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-answer p {
  color: var(--main-color);
}

.plus-icon {
  margin-left: 15px;
  font-weight: 300;
}

.faq-answer {
  padding: 0 20px 20px 20px;
  color: #777;
  line-height: 1.6;
  display: none;
}
.custom-bg {
  background-color: #fbfbfb;
  border-radius: 40px;
  max-width: 703px;
  width: 100%;
  padding: 24px;
  margin: auto;
}

.faq-label {
  background: #edf5e6;
  color: var(--main-color);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
}

.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.faq-question {
  width: 100%;
  padding: 20px;
  border: none;
  background: none;
  color: var(--main-color);
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-answer {
  padding: 0 20px 20px 20px;
  color: #777;
  line-height: 1.6;
  display: none;
}

.plus-icon {
  margin-left: 15px;
  font-weight: 300;
  transition: transform 0.3s;
}

.faq-item.active .plus-icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .custom-bg {
    border-radius: 24px;
    padding: 16px;
  }

  .faq-question {
    font-size: 16px;
    padding: 16px;
  }

  .faq-answer {
    padding: 0 16px 16px;
  }

  .faq-label {
    font-size: 13px;
    padding: 6px 16px;
  }

  .plus-icon {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .faq-question {
    font-size: 15px;
  }

  .faq-item {
    border-radius: 16px;
  }
}

.download-title {
  color: var(--main-color);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 56px);
  margin-top: 60px;
  margin-bottom: 20px;
}

.link {
  color: var(--main-color);
  text-decoration: none;
  background-color: #f9f4ea;
  padding: 10px;
}

.footer p {
  font-weight: 700;
}

.cupx-text {
  font-size: clamp(5rem, 20vw, 18rem);
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: -1;
}

.text-gradient {
  background: linear-gradient(
    to bottom,
    rgba(102, 144, 46, 1),
    rgba(102, 144, 46, 0) 84.56%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 50px;
  }

  .download-app h1 {
    font-size: 40px;
  }

  /* nav {
    border-radius: 30px !important;
  } */
}
