@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Jost", sans-serif;
  scroll-behavior: smooth;
}

.mobile-logo {
  width: 220px;
}

/*=============================
    	05. About
===============================*/

.about__area {
  position: relative;
}

.about__area-two {
  position: relative;
}

.about__content p {
  width: 85%;
  text-align: justify;
}

/* @media lg */
@media (max-width: 992px) {
  .about__content p {
    width: 100%;
  }
}

.about__content-two p {
  margin-bottom: 40px;
  width: 95%;
}

/* @media lg */
@media (max-width: 992px) {
  .about__content-two p {
    margin-bottom: 30px;
    width: 100%;
  }
}

.about__content-three {
  padding-left: 80px;
}

/* @media lg */
@media (max-width: 992px) {
  .about__content-three {
    padding-left: 0;
  }
}

.about__content-three p {
  margin-bottom: 30px;
}

/* @media xs */
@media (max-width: 576px) {
  .about__content-three p {
    margin-bottom: 20px;
  }
}

.about__content-three .about__list {
  margin-bottom: 40px;
}

/* @media xs */
@media (max-width: 576px) {
  .about__content-three .about__list {
    margin-bottom: 25px;
  }
}

.about__content-three .about__list li {
  font-size: 16px;
}

/* @media sm */
@media (max-width: 768px) {
  .about__content-three .about__list li {
    width: 50%;
  }
}

.about__content-three .counter-number {
  margin-bottom: 0;
  font-size: 150px;
  line-height: 0.8;
  color: rgba(34, 34, 34, 0.15);
}

@media (max-width: 992px) {
  .about__content-three .counter-number {
    font-size: 110px;
  }
}

@media (max-width: 576px) {
  .about__content-three .counter-number {
    font-size: 80px;
  }
}

/* LIST */

.about__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .about__list {
    margin-bottom: 35px;
  }
}

.about__list li {
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--p1);
}

@media (max-width: 576px) {
  .about__list li {
    width: 100%;
  }
}

.about__list li .icon {
  color: var(--tg-color-brown-light);
}

/* LIST VARIANTS */

.about__list-three {
  gap: 20px 60px;
  justify-content: center;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .about__list-three {
    gap: 15px 30px;
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .about__list-three {
    gap: 15px 15px;
  }
}

.about__list-three li {
  width: auto;
}

.about__list-four {
  margin-bottom: 0;
}

.about__list-four li {
  width: 100%;
  flex: 0 0 auto;
}

/* LIST ITEM */

.about__list-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 25px;
}

.about__list-item:last-child {
  margin-bottom: 0;
}

.about__list-item:hover .icon {
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}

.about__list-item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 26, 26, 0.15);
  border-radius: 50%;
  color: var(--tg-theme-primary);
  transition: all 0.3s ease;
  flex: 0 0 auto;
}

.about__list-item .content {
  flex-grow: 1;
}

.about__list-item .content .title {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
}

.about__list-item .content p {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .about__list-item .content p br {
    display: none;
  }
}

/* BUTTON */

.about__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* IMAGE */

.about__img {
  position: relative;
  padding-top: 60px;
  margin-left: 80px;
}

@media (max-width: 1200px) {
  .about__img {
    margin-left: 0;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .about__img {
    padding-top: 40px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .about__img {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .about__img {
    padding-top: 20px;
  }
}

.about__img img {
  border-radius: 10px;
  max-width: unset;
}

@media (max-width: 1200px) {
  .about__img img {
    max-width: 100%;
  }
}

.about__img img.shape {
  position: absolute;
  right: -24px;
  top: 0;
  z-index: -1;
}

@media (max-width: 1200px) {
  .about__img img.shape {
    right: -20px;
  }
}

@media (max-width: 992px) {
  .about__img img.shape {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .about__img img.shape {
    right: 0;
  }
}

/* CHOOSE IMG */

.choose__img {
  z-index: 2;
}

.choose__img .shape {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

@media (max-width: 992px) {
  .choose__img .shape {
    right: -40px;
    top: -20px;
  }
}

@media (max-width: 576px) {
  .choose__img .shape {
    width: 100px;
    right: -20px;
    top: -10px;
  }
}

@media (max-width: 768px) {
  .choose__img .shape {
    width: 150px;
    right: -30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

/* .section__title .sub-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--p1);
  margin-bottom: 12px;
} */

.title {
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}

.section-padding {
  padding: 70px 0;
}

.sub-title {
  position: relative;
  background-color: var(--p1);
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.sub-title::after {
  animation-delay: 0s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: fre_backplay;
  background: linear-gradient(90deg, #0000 40%, #e3d4bf 0, #0000 50%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  transform: skew(150deg);
  width: 115%;
  z-index: 6;
}

.about__shape {
  position: absolute;
  width: 350px;
  bottom: -20%;
  left: -99px;
  opacity: 0.4;
  mix-blend-mode: normal;
}

.about__content p {
  margin-top: 16px;
}

@keyframes fre_backplay {
  0% {
    background-position: 100% 100%;
  }

  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

.singleFilter {
  margin-top: 30px;
}

#ingredient {
  overflow: visible;
}

.product-items .content {
  text-align: center;
}

/* CTA AREA */

.cta__area-two {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  /* margin: 60px 0 30px; */
}

@media (max-width: 1200px) {
  .cta__area-two {
    padding: 150px 0;
  }
}

@media (max-width: 768px) {
  .cta__area-two {
    padding: 100px 0;
  }
}

@media (max-width: 576px) {
  .cta__area-two {
    padding: 60px 0;
  }
}

/* CTA BACKGROUND */

.cta__bg {
  background-size: cover;
  background-position: center;
  padding: 72px 0;
}

@media (max-width: 768px) {
  .cta__bg {
    padding: 60px 0;
  }
}

.cta__bg-two {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-attachment: fixed;
}

/* CTA CONTENT */

@media (max-width: 768px) {
  .cta__content {
    text-align: center;
    margin-bottom: 40px;
  }
}

.cta__content .title {
  color: var(--tg-color-white-default);
  margin-bottom: 0;
  font-size: 36px;
}

@media (max-width: 992px) {
  .cta__content .title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .cta__content .title {
    font-size: 30px;
  }
}

/* CTA CONTENT TWO */

.cta__content-two .section__title.white-title .sub-title {
  color: var(--tg-theme-primary);
}

.cta__content-two .section__title .title {
  font-size: 38px;
  letter-spacing: 0.02em;
  color: #fff;
}

@media (max-width: 1200px) {
  .cta__content-two .section__title .title {
    font-size: 45px;
  }
}

@media (max-width: 992px) {
  .cta__content-two .section__title .title {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .cta__content-two .section__title .title {
    font-size: 45px;
  }
}

.cta__content-two .tg-btn {
  background: var(--tg-color-yellow-light-2);
}

.cta__content-two .tg-btn:hover {
  background: var(--tg-theme-primary);
}

/* CTA BUTTON */

.cta__btn {
  text-align: right;
}

@media (max-width: 768px) {
  .cta__btn {
    text-align: center;
  }
}

.question-wrapper2 {
  margin-top: 2rem;
}

.increased-item {
  /* border: 1px solid var(--p1); */
}

.testimonial-wrap4 {
  margin-top: 2rem;
}

.footer-section {
  background: #055017;
}

.privacy-policy-footer {
  border-top: 1px solid #fff;
}

.pt-70 {
  padding-top: 70px;
}

.footer-version4 .footer-wrap-version4 .footer4-items1 img {
  width: 220px;
  background-color: #fff;
}

.footer-copyright span,
.footer-copyright a {
  color: #fff;
}

.footer-item-link a {
  color: #fff;
  font-weight: 400;
}

.footer-pragraph {
  color: #fff;
}

.footer-items h5 {
  color: #fff;
}

.footer-social li {
  min-width: 40px;
  height: 40px;
  background: var(--p1);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social li a {
  color: #fff;
  font-size: 18px;
}

.product-wrap4 {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .nav-brand {
    width: 162px;
  }

  .header-section .main-navbar .navbar-toggle-btn {
    font-size: 28px;
    height: auto;
    width: auto;
  }

  .section-padding {
    padding: 40px 0;
  }

  .title {
    font-size: 30px;
  }

  .cta__content-two .section__title .title {
    font-size: 30px;
  }

  .increased-item .content-box {
    max-width: 100%;
    margin: 0 auto;
  }
  .increased-thumb .thumb {
    max-width: 100%;
    margin: 0 auto;
  }

  .increased-thumb::after,
  .increased-thumb::before {
    width: 386px;
    height: 386px;
  }

  .footer-version4 .footer-wrap-version4 .footer4-items1 {
    text-align: left;
  }
  .footer-version4 .footer-wrap-version4 .footer4-items1 p {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }
  .pt-70 {
    padding-top: 50px;
  }

  .footer-items.contact {
    padding-left: 24px;
  }
}

.floating_btn {
  align-items: flex-end;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: fixed;
  right: 31px;
  transform: translateY(0);
  transition: 2s;
  z-index: 99999;
}

.whatsapp-btn,
.whatsapp-btn:hover {
  color: #fff !important;
}

.whatsapp-btn {
  align-items: center;
  aspect-ratio: 1/1;
  background-image: linear-gradient(30deg, #30d14e 50%, #0000 0);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 600px;
  border-radius: 50px;
  display: flex;
  font-size: 25px;
  height: 50px;
  justify-content: center;
  position: relative;
  transition: background 0.3s ease-in-out;
  width: 50px;
}

.whatsapp-btn:before {
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation: pulse 1.8s ease-out;
  animation-iteration-count: infinite;
  background-color: #30d14e;
  border-radius: 50px;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  25% {
    opacity: 1;
    transform: scale(0.7);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  75% {
    opacity: 0.3;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.product-cart .radius-circle {
  border: 1px solid var(--p1);
  color: var(--p1);
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquire-btn {
  color: #fff;
  background-color: var(--p1);
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.enquire-btn:hover {
  color: #fff;
}

.footer-item-link a:hover {
  color: #fff;
}
