body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff9f1;
}

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

.container {
  padding: 0 100px;
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 18px;
  }
}

.hero {
  position: relative;
  background-image: url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: right;
  overflow-x: hidden;
}
.hero .logo {
  width: 270px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .hero .logo {
    width: 100px;
    margin-top: 18px;
  }
}
.hero .content {
  padding: 100px 0 120px;
}
@media screen and (max-width: 640px) {
  .hero .content {
    padding: 44px 0 254px;
  }
}
.hero .content h1 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 125% */
  margin-bottom: 15px;
  max-width: 800px;
}
@media screen and (max-width: 640px) {
  .hero .content h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.hero .content p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  max-width: 620px;
}
@media screen and (max-width: 640px) {
  .hero .content p {
    font-size: 14px;
    line-height: 26px;
  }
}

.discover {
  margin-top: -50px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .discover {
    margin-top: -30px;
  }
}
.discover .leaf-1 {
  width: 238px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 20px;
}
@media screen and (max-width: 640px) {
  .discover .leaf-1 {
    width: 66px;
    top: unset;
    bottom: 100px;
  }
}
.discover .leaf-2 {
  width: 180px;
  height: auto;
  transform: rotate(20deg);
  position: absolute;
  top: 70%;
  right: 80px;
  filter: blur(3px);
}
@media screen and (max-width: 640px) {
  .discover .leaf-2 {
    display: none;
  }
}
.discover .top-images {
  position: relative;
}
.discover .top-images .plantation-side {
  max-width: 280px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .discover .top-images .plantation-side {
    max-width: 98px;
    left: 20%;
  }
}
.discover .top-images .plantation {
  max-width: 376px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .discover .top-images .plantation {
    max-width: 200px;
    padding-left: 50px;
  }
}
.discover .content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .discover .content .side-images {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 80px;
  }
}
.discover .content .side-images .left-float {
  width: 280px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 150px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .discover .content .side-images .left-float {
    position: relative;
    top: unset;
    margin-top: 80px;
    width: 135px;
  }
}
.discover .content .side-images .right-float {
  width: 240px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .discover .content .side-images .right-float {
    position: relative;
    width: 180px;
    margin-top: -20px;
  }
}
.discover .content h2 {
  color: #28544b;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
  max-width: 1000px;
  margin: 20px auto 60px;
}
@media screen and (max-width: 640px) {
  .discover .content h2 {
    margin: 50px auto 27px;
    font-size: 24px;
    line-height: 36px;
  }
}
.discover .content p {
  color: #555;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .discover .content p {
    font-size: 14px;
    line-height: 26px;
  }
}

.organic {
  padding: 120px 0;
  display: flex;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .organic {
    flex-direction: column;
    padding: 60px 0;
    gap: 60px;
  }
}
.organic .left {
  max-width: 400px;
}
@media screen and (max-width: 640px) {
  .organic .left {
    max-width: 100%;
  }
}
.organic .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .organic .left img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.organic .text-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
.organic .text-block .content {
  padding: 0 130px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .organic .text-block .content {
    padding: 0 18px;
  }
}
.organic .text-block .content .feature-slider {
  width: 100%;
  max-width: 700px;
}
.organic .text-block .content .label {
  color: #d7b066;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: 10px;
  margin-bottom: 27px;
}
@media screen and (max-width: 640px) {
  .organic .text-block .content .label {
    font-size: 14px;
    line-height: 32px; /* 228.571% */
    letter-spacing: 7px;
    margin-bottom: 25px;
  }
}
.organic .text-block .content h3 {
  color: #28544b;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
  margin-bottom: 57px;
}
@media screen and (max-width: 640px) {
  .organic .text-block .content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.organic .text-block .content ul {
  padding-left: 25px;
}
.organic .text-block .content ul li {
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  max-width: 400px;
}
@media screen and (max-width: 640px) {
  .organic .text-block .content ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.organic .text-block .indicatior {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .organic .text-block .indicatior {
    padding: 0 18px;
    margin-top: 25px;
  }
}
.organic .text-block .indicatior .count {
  color: #edf2e0;
  font-family: "Marcellus", serif;
  font-size: 310px;
  font-style: normal;
  font-weight: 400;
  margin-left: -100px;
  order: 1;
}
@media screen and (max-width: 640px) {
  .organic .text-block .indicatior .count {
    font-size: 79px;
    margin-left: 0px;
    order: 2;
  }
}
.organic .text-block .indicatior .arrows {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-right: 50px;
  order: 2;
}
@media screen and (max-width: 640px) {
  .organic .text-block .indicatior .arrows {
    order: 1;
    padding-right: 0;
    flex-direction: row;
  }
}
.organic .text-block .indicatior .arrows img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .organic .text-block .indicatior .arrows img {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
  }
}
.organic .right {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 640px) {
  .organic .right {
    max-width: 100%;
    gap: 20px;
  }
}
.organic .right .top {
  flex: 1;
}
.organic .right .bottom {
  flex: 3;
}
.organic .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .product {
    flex-direction: column;
    gap: 60px;
    align-items: start;
  }
}
.product .leaf-1 {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 640px) {
  .product .leaf-1 {
    width: 70px;
    top: 0;
    right: 0;
  }
}
.product .text {
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 400px;
  order: 1;
}
@media screen and (max-width: 640px) {
  .product .text {
    order: 3;
    font-size: 14px;
    line-height: 26px;
  }
}
.product .product-image {
  order: 2;
}
.product .product-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  order: 3;
}
@media screen and (max-width: 640px) {
  .product .heading {
    gap: 0px;
    order: 1;
  }
}
.product .heading .label {
  color: #d7b066;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .product .heading .label {
    font-size: 14px;
    line-height: 32px; /* 228.571% */
    letter-spacing: 7px;
  }
}
.product .heading h3 {
  color: #28544b;
  font-family: Marcellus;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 93.75% */
  letter-spacing: 16px;
}
@media screen and (max-width: 640px) {
  .product .heading h3 {
    font-size: 40px;
    line-height: 75px;
  }
}

.compare {
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  gap: 100px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .compare {
    flex-direction: column;
    gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.compare .leaf-1 {
  width: 300px;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .compare .leaf-1 {
    display: none;
  }
}
.compare .tea-cup {
  position: absolute;
  width: 100%;
  max-width: 436px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  top: -150px;
  right: -100px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .compare .tea-cup {
    max-width: 102px;
    top: -50px;
    right: -20px;
    transform: translateX(0%);
  }
}
.compare h4 {
  color: #28544b;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
}
@media screen and (max-width: 640px) {
  .compare h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
.compare ul {
  margin-top: 60px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (max-width: 640px) {
  .compare ul {
    margin-top: 20px;
    gap: 20px;
  }
}
.compare ul li {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 640px) {
  .compare ul li {
    gap: 18px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .compare ul li img {
    width: 20px;
    height: auto;
  }
}
.compare .regular {
  padding: 87px 0;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .compare .regular {
    padding: 0;
  }
}
.compare .premium {
  flex: 1;
  background-image: url("../images/premium-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 87px 85px;
}
@media screen and (max-width: 640px) {
  .compare .premium {
    padding: 25px 16px;
  }
}
.compare .premium h4 {
  color: #fff;
}
.compare .premium ul li {
  color: #fff;
}

.benefits {
  padding: 48px 100px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .benefits {
    padding: 48px 18px;
  }
}
.benefits h5 {
  color: #28544b;
  text-align: center;
  font-family: Marcellus;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .benefits h5 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
.benefits .row {
  display: flex;
}
@media screen and (max-width: 640px) {
  .benefits .row {
    flex-direction: column;
    gap: 10px;
  }
}
.benefits .row .img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 600px;
}
.benefits .row ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 640px) {
  .benefits .row ul {
    gap: 20px;
  }
}
.benefits .row ul li {
  color: #555;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 183.333% */
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .benefits .row ul li {
    font-size: 14px;
    line-height: 26px;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.benefits .row ul li img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .benefits .row ul li img {
    width: 40px;
    height: 40px;
  }
}

.customer {
  position: relative;
  overflow-x: hidden;
}
.customer .farm-img-desk {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .customer .farm-img-desk {
    display: none;
  }
}
.customer .farm-img-mob {
  display: none;
}
@media screen and (max-width: 640px) {
  .customer .farm-img-mob {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.customer .content {
  position: absolute;
  bottom: 0;
  padding: 60px 100px;
}
@media screen and (max-width: 640px) {
  .customer .content {
    padding: 60px 18px;
    position: relative;
  }
}
.customer .content h5 {
  color: #28544b;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
  max-width: 750px;
}
@media screen and (max-width: 640px) {
  .customer .content h5 {
    font-size: 24px;
    line-height: 36px;
  }
}
.customer .content .highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  color: #b18d56;
  font-family: "Marcellus", serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .customer .content .highlight {
    font-size: 48px;
    margin-top: 40px;
  }
}
.customer .content .highlight span {
  color: #b18d56;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 234.375% */
}
@media screen and (max-width: 640px) {
  .customer .content .highlight span {
    font-size: 16px;
    line-height: 75px;
  }
}
.customer .content p {
  margin-top: 80px;
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  max-width: 570px;
}
@media screen and (max-width: 640px) {
  .customer .content p {
    margin-top: 40px;
    font-size: 14px;
    line-height: 26px;
  }
}

.faq {
  padding: 60px 100px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .faq {
    padding: 60px 18px;
  }
}
.faq .leaf {
  width: 271px;
  height: auto;
  position: absolute;
  left: 500px;
  top: -70px;
}
@media screen and (max-width: 640px) {
  .faq .leaf {
    width: 100px;
    left: 300px;
    top: 0px;
    right: 0px;
    left: unset;
    z-index: 1;
  }
}
.faq .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .faq .header {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.faq .header h5 {
  color: #28544b;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
  max-width: 500px;
}
@media screen and (max-width: 640px) {
  .faq .header h5 {
    font-size: 24px;
    line-height: 36px;
  }
}
.faq .header p {
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  max-width: 500px;
}
@media screen and (max-width: 640px) {
  .faq .header p {
    font-size: 14px;
    line-height: 26px;
  }
}
.faq ul {
  margin-top: 50px;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .faq ul {
    margin-top: 35px;
  }
}
.faq ul li {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 35px 0 0;
  border-bottom: 1px solid #a2d3c9;
}
@media screen and (max-width: 640px) {
  .faq ul li {
    padding: 30px 0 0;
  }
}
.faq ul li:last-child {
  border-bottom: none;
}
.faq ul li .question {
  color: #b18d56;
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 146.667% */
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .faq ul li .question {
    font-size: 16px;
    line-height: 30px;
  }
}
.faq ul li .question img {
  width: 44px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  .faq ul li .question img {
    width: 24px;
  }
}
.faq ul li .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  color: #555;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  padding-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .faq ul li .answer {
    font-size: 14px;
    line-height: 26px;
  }
}
.faq .question.active .arrow {
  transform: rotate(180deg);
}
.faq .question.active + .answer {
  max-height: 1000px; /* Adjust based on content */
  transition: max-height 0.5s ease-in-out;
  padding-bottom: 35px;
}

.subscribe {
  position: relative;
}
@media screen and (max-width: 640px) {
  .subscribe {
    padding: 0 18px;
  }
}
.subscribe .card {
  background-image: url("../images/subscribe-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .subscribe .card {
    min-height: 80vh;
  }
}
.subscribe .card .leaf {
  width: 315px;
  height: auto;
  position: absolute;
  bottom: -100px;
  left: -180px;
}
@media screen and (max-width: 640px) {
  .subscribe .card .leaf {
    left: unset;
    bottom: unset;
    width: 150.011px;
    right: 0px;
    top: -90px;
  }
}
.subscribe .card .side-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .subscribe .card .side-img {
    width: 100%;
    height: auto;
    top: unset;
    transform: scaleX(-1);
  }
}
.subscribe .card .content {
  padding: 80px 60px;
}
@media screen and (max-width: 640px) {
  .subscribe .card .content {
    padding: 35px;
    position: relative;
  }
}
.subscribe .card .content .heading {
  color: #28544b;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
  max-width: 450px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .subscribe .card .content .heading {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
  }
}
.subscribe .card .content p {
  color: #28544b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 170% */
  max-width: 600px;
}
@media screen and (max-width: 640px) {
  .subscribe .card .content p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
}
.subscribe .card .content .input-container {
  margin-top: 32px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 640px) {
  .subscribe .card .content .input-container {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
.subscribe .card .content .input-container input {
  min-width: 418px;
  border: none;
  padding: 16px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
.subscribe .card .content .input-container input::-moz-placeholder {
  color: #bcbcbc;
}
.subscribe .card .content .input-container input::placeholder {
  color: #bcbcbc;
}
@media screen and (max-width: 640px) {
  .subscribe .card .content .input-container input {
    min-width: 200px;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    padding: 12px;
  }
}
.subscribe .card .content .input-container button {
  border: none;
  border-radius: 10px;
  background: #b18d56;
  padding: 14px 28px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 640px) {
  .subscribe .card .content .input-container button {
    padding: 12px 24px;
    font-size: 12px;
    letter-spacing: 2.4px;
  }
}

.footer {
  position: relative;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 40px 18px 0;
    background-image: url("../images/mobile-footer-bg.png");
  }
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(20px);
  }
}
.footer .logo {
  margin-top: 150px;
  width: 270px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .footer .logo {
    margin-top: 60px;
    width: 100px;
    margin-bottom: 30px;
  }
}
.footer .heading {
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; /* 125% */
  max-width: 900px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .footer .heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.footer p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
  max-width: 700px;
  margin-bottom: 19px;
}
@media screen and (max-width: 640px) {
  .footer p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .call {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .footer .call {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 28px;
  }
}
.footer .call a {
  color: #fff;
  text-decoration: underline;
}
.footer .copy {
  padding-bottom: 30px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
}
@media screen and (max-width: 640px) {
  .footer .copy {
    font-size: 12px;
    line-height: 26px;
  }
}/*# sourceMappingURL=style.css.map */