@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700);
@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: rgb(255, 255, 255);
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: rgb(255, 255, 255);
}

.discover-a {
  text-decoration: none !important;
}

.desktop-logo {
  width: 100px;
  height: auto;
}

.text-color {
  color: #2b2e34;
}
.signin-btn {
  background-color: #007db8;
  padding: 0.4rem 2.2rem;
  border-radius: 100px;
  font-weight: bold;
  font-size: 12px;
}
.header-basic {
  box-shadow: 0px 2px 24px 0px #00000029 !important;
  padding: 0rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  position: relative;
}

.hero-section {
  display: none;
}

.mobile {
  position: relative;
  height: 830px;

  img {
    width: 100%;
    height: 450px;
    object-fit: fill;
    display: block;
  }

  .content-section {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
    color: white;
    text-align: center;

    .heading-text {
      font-weight: 700;
      font-size: 26px;
      text-align: center;
      line-height: 30px;
      color: #3f3e3e;
      margin-bottom: 13px;
      line-height: 1.2;
    }

    .subheading-text {
      font-size: 12px;
      font-weight: bold;
      color: #353e3e;
      margin-bottom: 12px;
      width: 90%;
    }

    .line {
      width: 60%;
      height: 1px;
      background-color: #000000;
      margin: 10px auto;
      opacity: 40%;
    }
    .sub-heading-content {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }
    .desc-con {
      display: flex;
      justify-content: center;
    }
    .description-text {
      font-size: 12px;
      color: #636363;
      margin-bottom: 15px;
      line-height: 14px;
      width: 88%;
    }

    .cta-container {
      margin-top: 12px;

      .cta-button {
        display: inline-block;
        background-color: #ffdc91;
        border: 2px solid #ffc107;
        color: #2b2e34;
        text-decoration: none;
        padding: 5px 24px;
        border-radius: 28px;
        text-align: center;
        width: 256px;

        .cta-main-text {
          display: block;
          font-weight: bold;
          font-size: 12px;
          margin-bottom: 1px;
        }

        .pricing-text {
          display: block;
          font-size: 11px;
        }
      }
    }
  }
}

.mystry-section {
  margin-top: 0px;
  text-align: center;
}

.mystry-content {
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mystry-heading {
  font-size: 24px;
  font-weight: bold;
  color: #353e3e;
  margin-bottom: 10px;
  width: 80%;
  padding: 0;
}

.mystry-subheading {
  font-size: 20px;
  font-weight: bold;
  color: #007db8;
  margin-bottom: 15px;
  letter-spacing: 0px;
  font-style: italic;
}

.mystry-text {
  font-size: 14px;
  color: #636363;
  max-width: 680px;
  margin: 0 auto;
}
.horizon-line {
  border: 1px solid #a6a6a6;
  width: 100%;
  margin-top: 18px;
}

.features-section {
  padding: 5px 0;
}

.feature-card {
  text-align: center;
  padding: 10px 15px;
}

.feature-icon {
  margin-bottom: 2px;
}

.feature-icon img {
  width: 180px;
  height: 180px;
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(195.04deg, #007db8 -22.6%, #78cab5 78.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 13px;
}

.feature-text {
  font-size: 14px;
  color: #636363;
  line-height: 20px;
  max-width: 300px;
  margin: 0 auto;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.take-btn {
  background-color: #2992B8;
  color: white;
  padding: 12px 18px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 20px auto;
  max-width: 240px;
  transition: all 0.3s ease;
  animation: pulse 2s ease-in-out infinite;
}

.take-btn:hover {
  background-color: #2992B8;
}

.recipes-section {
  padding: 20px 0;
  text-align: center;
}

.recipes-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recipes-heading {
  font-size: 24px;
  font-weight: bold;
  color: #353e3e;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
}

.recipes-subheading {
  font-size: 18px;
  font-weight: bold;
  color: #007db8;
  margin-bottom: 15px;
  letter-spacing: 0px;
  width: 100%;
  line-height: 30px;
}

.recipes-text {
  font-size: 14px;
  color: #636363;
  margin-bottom: 15px;
}

.recipes-description {
  font-size: 14px;
  color: #636363;
  max-width: 680px;
  margin: 0 10px;
  line-height: 18px;
}

.footer {
  width: 100%;
  background-color: #2992B8;
  font-family: "Open Sans", sans-serif;
 
}

.footer-top {
  width: 100%;
  padding: 30px 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  a {
    text-decoration: none;
    color: white;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none !important;
    color: white !important;
    font-weight: bold;
  }
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 6vw;
  gap: 0vw;

  p {
    color: white;
    font-size: 10px;
  }

  .social {
    display: flex;
    align-items: center;
    gap: 15px;

    img {
      cursor: pointer;
      height: 8vw;
    }
  }
}
.getstarted {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  padding: 1px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.getstarted-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;

  .heading {
    font-size: 24px;
    font-weight: bold;
    width: 55%;
    text-align: center;
    color: #353e3e;
  }

  .sub-heading {
    font-size: 18px;
    font-weight: bold;
    color: #007db8;
  }
}

.getstarted-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 10px;

  /* background-color: red; */
  .box {
    position: relative;

    .tag {
      padding: 3px 16px;
      width: fit-content;
      background: linear-gradient(to right, #007db8, #78cab5);
      border-radius: 100px;
      position: absolute;
      top: -15%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;

      > p {
        font-size: 12px;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0;
      }
    }

    > p {
      background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #8ed2ff07, #007db8, #78cab5) border-box;

      border: 2px solid transparent;
      border-left: none;
      width: 100%;
      padding: 14px 16px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #636363;
      line-height: 20px;
    }
  }
}

.getstarted-btm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  button {
    font-family: "Open Sans", sans-serif;
    padding: 10px 30px;
    width: 163px;
    background-color: #ffdc91;
    border-radius: 47px;
    border: 2px solid #ffc107;
    color: #2b2e34;
    font-weight: 700;
    font-size: 12px;
  }

  > p {
    color: #636363;
    font-size: 10px;
    font-weight: 400;
  }
}

.footer-bottom {
  border-top: 1px solid white;
  padding: 5vw 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4vw;

  p {
    color: white;
    font-size: 12px;
    text-align: center;
  }

  .footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 6vw;

    a {
      text-decoration: none;
      color: white;
      font-size: 12px;
      opacity: 0.6;
    }
  }
}

.inspired {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  margin-top: 45px;
  margin-bottom: 20px;

  .box {
    padding: 25px 16px;
    border-radius: 60px;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
      linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%) border-box;

    border: 2px solid transparent;
    width: 350px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;

    h1 {
      font-size: 24px;
      color: #2b2e34;
      font-weight: bold;
      line-height: 34px;
    }

    .heading {
      width: 100%;
      font-size: 14px;
      color: #636363;
    }

    .description {
      width: 97%;
      font-size: 14px;
      color: #636363;

      a {
        color: #007db8;
        font-weight: 600;
        font-size: 14px;
        text-decoration: underline;
      }
    }
  }
}

.diss-mobile {
  display: block;
}
.diss-lap {
  display: none;
}
.search-avoid-section {
  display: none;
}
.search-avoid-mobile {
  display: block;
}
@media (min-width: 768px) {
  .desktop-logo {
    width: 125px;
    height: auto;
  }
  .diss-mobile {
    display: none;
  }
  .diss-lap {
    display: block;
  }
  .search-avoid-section {
    display: block;
  }
  .search-avoid-mobile {
    display: none;
  }
  .mobile {
    display: none;
  }
  .discover-tablet-right {
    top: 50%;
    transform: translateY(-50%);
    gap: 20px;
    a{
      text-decoration: none !important;
    }

    h1 {
      font-size: 60px;
      line-height: 79px;
      width: 100%;
      font-weight: 700;
      margin-top: 30px;
    }

    p {
      font-size: 16px;
      width: 100%;
    }

    div {
      gap: 0px;
      padding: 6px 65px 6px 65px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0%;
      }

      p {
        font-size: 14px;
        margin: 0%;
      }
    }
  }

  .text-color {
    color: #2b2e34;
  }
  .signin-btn {
    background-color: #007db8;
    padding: 0.6rem 1.8rem;
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
  }

  .getstarted-top .heading {
    font-size: 28px;
  }

  .inspired .box {
    padding: 20px 10px;
    width: 70%;

    h1 {
      font-size: 28px;
      color: #2b2e34;
    }

    .heading {
      width: 100%;
      font-size: 16px;
      color: #636363;
    }

    .description {
      width: 90%;
      font-size: 16px;
      color: #636363;

      a {
        color: #007db8;
        font-size: 16px;
      }
    }
  }

  .header-basic {
    box-shadow: 0px 2px 24px 0px #00000029 !important;
    padding: 0rem 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero-section {
    display: flex;
    .left {
      width: 53%;
      padding-top: 40px;
      padding-left: 10px;
      padding-right: 10px;
       .hero-right-content {
        width: 100%;
      }

      .heading-text {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        color:#3f3e3e;
      }
      .subheading-text {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #353e3e;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 12px;
      }
      .line {
        border: 1px solid #a6a6a6;
        width: 160px;
      }
      .container-desc {
        display: flex;
        justify-content: center;
        .description-text {
          width: 85%;
          font-size: 16px;
          color: #2b2e34;
          opacity: 0.6;
          text-align: center;
        }
      }
      .cta-container {
        margin-top: 12px;

        .cta-button {
          display: inline-block;
          background-color: #ffdc91;
          border: 2px solid #ffc107;
          color: #2b2e34;
          text-decoration: none;
          padding: 5px 24px;
          border-radius: 28px;
          text-align: center;
          width: 256px;

          .cta-main-text {
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 1px;
          }

          .pricing-text {
            display: block;
            font-size: 11px;
          }
        }
      }
    }
    .right {
      width: 47%;
      .hero-image {
        width: 100%;
      }
    }
  }
  .mystry-section {
    margin-top: 35px;
    padding: 20px 0;
    text-align: center;
  }

  .mystry-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .mystry-heading {
    font-size: 28px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .mystry-subheading {
    font-size: 18px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-style: italic;
  }

  .mystry-text {
    font-size: 16px;
    color: #636363;
    max-width: 610px;
    margin: 0 auto;
  }
  .horizon-line {
    border: 1px solid #a6a6a6;
    width: 35%;
    margin-top: 60px;
  }

  .features-section {
    padding: 10px 0;
  }

  .feature-card {
    text-align: center;
    padding: 0px 20px;
  }

  .feature-icon img {
    width: 180px;
    height: 180px;
  }

  .feature-title {
    font-size: 26px;
    font-weight: bold;
    background: linear-gradient(195.04deg, #007db8 -22.6%, #78cab5 78.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 22px;
  }

  .feature-text {
    font-size: 15px;
    max-width: 330px;
    line-height: 24px;
  }

  .take-btn {
    background-color: #2992B8;
    color: white;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 25px auto;
    max-width: 320px;
    transition: all 0.3s ease;
  }

  .take-btn:hover {
    background-color: #2992B8;
  }

  .recipes-section {
    padding: 60px 0;
    text-align: center;
  }

  .recipes-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .recipes-heading {
    font-size: 28px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .recipes-subheading {
    font-size: 18px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .recipes-text {
    font-size: 16px;
    color: #636363;
    margin-bottom: 20px;
  }

  .recipes-description {
    font-size: 16px;
    color: #636363;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }
  .getstarted {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    padding: 1px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .getstarted-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;

    .heading {
      font-size: 34px;
      font-weight: bold;
      width: 55%;
      text-align: center;
      color: #353e3e;
    }

    .sub-heading {
      font-size: 20px;
      font-weight: bold;
      color: #007db8;
    }
  }

  .getstarted-center {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 10px;

    /* background-color: red; */
    .box {
      position: relative;

      .tag {
        padding: 3px 16px;
        width: fit-content;
        background: linear-gradient(to right, #007db8, #78cab5);
        border-radius: 100px;
        position: absolute;
        top: -18%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

        > p {
          font-size: 12px;
          font-weight: bold;
          color: white;
          text-align: center;
          margin: 0;
        }
      }

      > p {
        background: linear-gradient(#ffffff, #ffffff) padding-box,
          linear-gradient(135deg, #8ed2ff07, #007DB8, #78CAB5) border-box;

        border: 2px solid transparent;
        border-left: none;
        width: 100%;
        padding: 16px 16px;
        border-radius: 34px;
        font-size: 16px;
        font-weight: 400;
        color: #636363;
        line-height: 18px;
      }
    }
  }

  .getstarted-btm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    button {
      font-family: "Open Sans", sans-serif;
      padding: 10px 30px;
      width: 168px;
      background-color: #ffdc91;
      border-radius: 47px;
      border: 2px solid #ffc107;
      color: #2b2e34;
      font-weight: 700;
      font-size: 14px;
    }

    > p {
      color: #636363;
      font-size: 12px;
      font-weight: 400;
    }
  }

  .footer {
    width: 100%;
    background-color: #2992B8;
    font-family: "Open Sans", sans-serif;
  }

  .footer-top {
    width: 100%;
    padding: 40px 0 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;

    a {
      text-decoration: none;
      color: white;
      font-size: 20px;
    }
  }

  .footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5vw;
    padding-bottom: 3vw;
    gap: 0vw;

    p {
      color: white;
      font-size: 18px;
    }

    .social {
      display: flex;
      align-items: center;
      gap: 3vw;

      img {
        cursor: pointer;
        height: 40px;
      }
    }
  }

  .footer-bottom {
    border-top: 1px solid white;
    padding: 2vw 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vw;

    p {
      color: white;
      font-size: 20px;
      text-align: center;
    }

    .footer-bottom-right {
      display: flex;
      align-items: center;
      gap: 6vw;

      a {
        text-decoration: none;
        color: white;
        font-size: 20px;
        opacity: 0.6;
      }
    }
  }

  .search-avoid-section {
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      width: 85%;
      overflow: hidden;
    }

    .search-content {
      margin: 0 auto;
      padding: 0 20px;
      margin-bottom: 40px;
      text-align: left;

      .search-heading {
        text-align: left;
        font-size: 24px;
        font-weight: bold;
        color: #78cab5;
        margin-bottom: 5px;
        width: 100%;
        padding: 0;
      }

      .search-description {
        text-align: left;
        font-size: 16px;
        color: #636363;
        font-weight: 400;
        margin: 0;
      }
    }

    .searchSwiper {
      overflow: hidden;
      padding-bottom: 40px;
      width: 100%;
      margin: 0 auto;

      .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
      }

      .swiper-slide {
        width: auto !important;
        margin-right: 30px;

        &:last-child {
          margin-right: 0;
        }

        &.spacer-slide {
          width: 20px !important;
          margin-right: 0;
          pointer-events: none;
        }
      }

      .search-item {
        text-align: center;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        .search-image {
          width: 200px;
          height: 200px;
          margin-bottom: 16px;
        }

        .search-title {
          font-size: 18px;
          font-weight: 500;
          color: #2B2E34;
          margin: 0;
          letter-spacing: 0.02em;
        }
      }

      .swiper-scrollbar-container {
        background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%);
        max-width: 400px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 0 4px;
      }
      .swiper-scrollbar {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 100%;
        max-width: 400px;
        height: 20px;
        /* background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%); */
        border-radius: 20px;
        margin-top: 30px;
        padding: 0px;
        display: flex;
        align-items: center;

        .swiper-scrollbar-drag {
          background: white;
          border-radius: 20px;
          cursor: pointer;
          height: 60%;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          display: flex;
          align-self: center;
          margin: 0;
        }
      }
    }
  }
  .discover-tablet {
    width: 100%;
    display: flex;
    position: relative;
    font-family: "Open Sans", sans-serif;
  }

  .discover-tablet-left {
    width: 100%;

    img {
      width: 100%;
      object-fit: cover;
    }
  }

  .discover-tablet-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
    background-color: transparent;
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

    h1 {
      color: #2b2e34;
      font-size: 29px;
      line-height: 29px;
      text-align: center;
    }

    p {
      text-align: center;
      color: #636363;
      font-size: 16px;
      font-weight: 400;
      width: 90%;
    }

    div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0px;
      background-color: #2992B8;
      border-radius: 100px;
      padding: 4px 25px 4px 25px;
      margin-bottom: 15px;

      h3 {
        font-size: 10px;
        color: white;
      }

      p {
        width: 100%;
        color: white;
        font-size: 10px;
      }
    }
  }
}
@media (min-width: 992px) {
  .getstarted-top .heading {
    font-size: 34px;
  }
  .discover-tablet-right {
    gap: 20px;

    h1 {
      font-size: 36px;
      line-height: 38px;
    }

    p {
      font-size: 16px;
      width: 80%;
    }

    div {
      gap: 0px;
      padding: 6px 30px 6px 30px;

      h3 {
        font-size: 12px;
      }

      p {
        font-size: 11px;
      }
    }
  }
  .hero-section {
    .left {
      width: 55%;
      padding-top: 70px;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
       .hero-right-content {
        width: 90%;
      }

      .heading-text {
        font-size: 38px;
        font-weight: bold;
        text-align: center;
      }
      .subheading-text {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #353e3e;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 12px;
      }
      .line {
        border: 1px solid #a6a6a6;
        width: 160px;
      }
      .container-desc {
        display: flex;
        justify-content: center;
        .description-text {
          width: 85%;
          font-size: 16px;
          color: #2b2e34;
          opacity: 0.6;
          text-align: center;
        }
      }
      .cta-container {
        margin-top: 12px;

        .cta-button {
          display: inline-block;
          background-color: #ffdc91;
          border: 2px solid #ffc107;
          color: #2b2e34;
          text-decoration: none;
          padding: 5px 24px;
          border-radius: 28px;
          text-align: center;
          width: 256px;

          .cta-main-text {
            display: block;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 1px;
          }

          .pricing-text {
            display: block;
            font-size: 12px;
          }
        }
      }
    }
    .right {
      width: 45%;
      .hero-image {
        width: 100%;
      }
    }
  }
  .inspired .box {
    padding: 25px 10px;
    width: 75%;

    h1 {
      font-size: 34px;
    }

    .heading {
      width: 100%;
      font-size: 16px;
    }

    .description {
      width: 90%;
      font-size: 16px;
    }
  }

  .desktop-logo {
    width: 125px;
    height: auto;
  }

  .text-color {
    color: #2b2e34;
  }
  .signin-btn {
    background-color: #007db8;
    padding: 0.6rem 1.8rem;
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
  }
  .header-basic {
    box-shadow: 0px 2px 24px 0px #00000029 !important;
    padding: 0rem 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mystry-section {
    margin-top: 42px;
    padding: 10px 0;
    text-align: center;
  }

  .mystry-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .mystry-heading {
    font-size: 34px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .mystry-subheading {
    font-size: 18px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-style: italic;
  }

  .mystry-text {
    font-size: 16px;
    color: #636363;
    max-width: 600px;
    margin: 0 auto;
  }
  .horizon-line {
    border: 1px solid #a6a6a6;
    width: 35%;
    margin-top: 55px;
  }

  .features-section {
    padding: 10px 0;
  }

  .feature-card {
    text-align: center;
    padding: 10px 25px;
  }

  .feature-icon img {
    width: 180px;
    height: 180px;
  }

  .feature-title {
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(195.04deg, #007db8 -22.6%, #78cab5 78.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
  }

  .feature-text {
    font-size: 16px;
    max-width: 350px;
  }

  .take-btn {
    background-color: #2992B8;
    color: white;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 25px auto;
    max-width: 320px;
    transition: all 0.3s ease;
  }

  .take-btn:hover {
    background-color: #2992B8;
  }

  .recipes-section {
    padding: 60px 0;
    text-align: center;
  }

  .recipes-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .recipes-heading {
    font-size: 34px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .recipes-subheading {
    font-size: 18px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .recipes-text {
    font-size: 16px;
    color: #636363;
    margin-bottom: 20px;
  }

  .recipes-description {
    font-size: 16px;
    color: #636363;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  .getstarted {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    padding: 1px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .getstarted-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;

    .heading {
      font-size: 34px;
      font-weight: bold;
      width: 55%;
      text-align: center;
      color: #353e3e;
    }

    .sub-heading {
      font-size: 20px;
      font-weight: bold;
      color: #007db8;
    }
  }

  .getstarted-center {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 10px;

    /* background-color: red; */
    .box {
      position: relative;

      .tag {
        padding: 3px 16px;
        width: fit-content;
        background: linear-gradient(to right, #007db8, #78cab5);
        border-radius: 100px;
        position: absolute;
        top: -18%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

        > p {
          font-size: 12px;
          font-weight: bold;
          color: white;
          text-align: center;
          margin: 0;
        }
      }

      > p {
        background: linear-gradient(#ffffff, #ffffff) padding-box,
          linear-gradient(135deg, #8ed2ff07, #007DB8, #78CAB5) border-box;

        border: 2px solid transparent;
        border-left: none;
        width: 100%;
        padding: 16px 16px;
        border-radius: 34px;
        font-size: 16px;
        font-weight: 400;
        color: #636363;
        line-height: 18px;
      }
    }
  }

  .getstarted-btm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    button {
      font-family: "Open Sans", sans-serif;
      padding: 10px 30px;
      width: 168px;
      background-color: #ffdc91;
      border-radius: 47px;
      border: 2px solid #ffc107;
      color: #2b2e34;
      font-weight: 700;
      font-size: 14px;
    }

    > p {
      color: #636363;
      font-size: 12px;
      font-weight: 400;
    }
  }
  .footer {
    width: 100%;
    background-color: #2992B8;
    font-family: "Open Sans", sans-serif;
  }

  .footer-top {
    width: 100%;
    padding: 40px 0 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;

    a {
      text-decoration: none;
      color: white;
      font-size: 18px;
    }
  }

  .footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5vw;
    padding-bottom: 3vw;
    gap: 0vw;

    p {
      color: white;
      font-size: 16px;
    }

    .social {
      display: flex;
      align-items: center;
      gap: 3vw;

      img {
        cursor: pointer;
        height: 40px;
      }
    }
  }

  .footer-bottom {
    border-top: 1px solid white;
    padding: 2vw 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

    p {
      color: white;
      font-size: 16px;
      text-align: center;
    }

    .footer-bottom-right {
      display: flex;
      align-items: center;
      gap: 6vw;

      a {
        text-decoration: none;
        color: white;
        font-size: 16px;
        opacity: 0.6;
      }
    }
  }

  .search-avoid-section {
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;

    .container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
      width: 80%;
      overflow: hidden;
    }

    .search-content {
      margin: 0 auto;
      padding: 0 20px;
      margin-bottom: 40px;
      text-align: left;

      .search-heading {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        color: #78cab5;
        margin-bottom: 5px;
        width: 100%;
        padding: 0;
      }

      .search-description {
        text-align: left;
        font-size: 16px;
        color: #636363;
        font-weight: 400;
        margin: 0;
      }
    }

    .searchSwiper {
      overflow: hidden;
      padding-bottom: 40px;
      width: 100%;
      margin: 0 auto;

      .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
      }

      .swiper-slide {
        width: auto !important;
        margin-right: 30px;

        &:last-child {
          margin-right: 0;
        }

        &.spacer-slide {
          width: 20px !important;
          margin-right: 0;
          pointer-events: none;
        }
      }

      .search-item {
        text-align: center;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        .search-image {
          width: 200px;
          height: 200px;
          object-fit: cover;
          margin-bottom: 16px;
        }

        .search-title {
          font-size: 18px;
          color: #2B2E34;
          font-weight: 500;
          margin: 0;
          letter-spacing: 2%;
        }
      }

       .swiper-scrollbar-container {
        background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%);
        max-width: 400px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 0 4px;
      }
      .swiper-scrollbar {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 100%;
        max-width: 400px;
        height: 20px;
        /* background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%); */
        border-radius: 20px;
        margin-top: 30px;
        padding: 0px;
        display: flex;
        align-items: center;

        .swiper-scrollbar-drag {
          background: white;
          border-radius: 20px;
          cursor: pointer;
          height: 60%;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          display: flex;
          align-self: center;
          margin: 0;
        }
      }
    }
  }
}
@media (min-width: 1200px) {
  .getstarted-top .heading {
    font-size: 35px;
  }
  .discover-tablet-right {
    top: 50%;
    transform: translateY(-50%);
    gap: 20px;

    h1 {
      font-size: 40px;
      line-height: 52px;
      width: 80%;
    }

    p {
      font-size: 18px;
      width: 80%;
    }

    div {
      gap: 0px;
      padding: 6px 40px 6px 40px;

      h3 {
        font-size: 14px;
      }

      p {
        font-size: 14px;
      }
    }
  }
  .hero-section {
    max-height: 100vh;
    .left {
      width: 55%;
      padding-top: 30px;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      .hero-right-content {
        width: 600px;
      }
      .heading-text {
        font-size: 52px;
        font-weight: 700;
        text-align: center;
        line-height: 50px;
      }
      .subheading-text {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #353e3e;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
        margin-bottom: 30px;
        width: 100%;
        opacity: 0.7;
      }
      .line {
        border: 1px solid #a6a6a6;
        width: 360px;
      }
      .container-desc {
        display: flex;
        justify-content: center;
        .description-text {
          width: 95%;
          font-size: 18px;
          color: #2b2e34;
          opacity: 0.6;
          text-align: center;
          margin-top: 12px;
          line-height: 20px;
        }
      }
      .cta-container {
        margin-top: 12px;

        .cta-button {
          display: inline-block;
          background-color: #ffdc91;
          border: 2px solid #ffc107;
          color: #2b2e34;
          text-decoration: none;
          padding: 5px 24px;
          border-radius: 28px;
          text-align: center;
          width: 400px;

          .cta-main-text {
            display: block;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 1px;
          }

          .pricing-text {
            display: block;
            font-size: 14px;
          }
        }
      }
    }
    .right {
      width: 45%;
      .hero-image {
        width: 100%;
      }
    }
  }

  .inspired .box {
    padding: 30px 10px;
    width: 60%;

    h1 {
      font-size: 35px;
    }

    .heading {
      width: 100%;
      font-size: 17px;
    }

    .description {
      width: 85%;
      font-size: 17px;
    }
  }

  .desktop-logo {
    width: 125px;
    height: auto;
  }

  .text-color {
    color: #2b2e34;
  }
  .signin-btn {
    background-color: #007db8;
    padding: 0.6rem 2rem;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
  }
  .header-basic {
    box-shadow: 0px 2px 24px 0px #00000029 !important;
    padding: 0rem 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mystry-section {
    margin-top: 16px;
    padding: 60px 0;
    text-align: center;
  }

  .mystry-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .mystry-heading {
    font-size: 35px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 25px;
    line-height: 1.2;
  }

  .mystry-subheading {
    font-size: 20px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-style: italic;
  }

  .mystry-text {
    font-size: 18px;
    color: #636363;
    max-width: 680px;
    margin: 0 auto;
  }
  .horizon-line {
    border: 1px solid #a6a6a6;
    width: 35%;
    margin-top: 65px;
  }

  .features-section {
    padding: 0px 0;
  }

  .feature-card {
    text-align: center;
    padding: 10px 40px;
  }

  .feature-icon img {
    width: 180px;
    height: 180px;
  }

  .feature-title {
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(195.04deg, #007db8 -22.6%, #78cab5 78.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 28px;
  }

  .feature-text {
    font-size: 18px;
    max-width: 300px;
    line-height: 28px;
  }

  .take-btn {
    background-color: #2992B8;
    color: white;
    padding: 16px 44px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 7%;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 45px auto;
    max-width: 480px;
    transition: all 0.3s ease;
  }

  .take-btn:hover {
    background-color: #2992B8;
  }

  .recipes-section {
    padding: 60px 0;
    text-align: center;
  }

  .recipes-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .recipes-heading {
    font-size: 35px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 25px;
    line-height: 1.2;
  }

  .recipes-subheading {
    font-size: 20px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 30px;
    letter-spacing: 0px;
  }

  .recipes-text {
    font-size: 18px;
    color: #636363;
    margin-bottom: 25px;
  }

  .recipes-description {
    font-size: 18px;
    color: #636363;
    max-width: 740px;
    margin: 0 auto;
    line-height: 1.6;
  }
  .getstarted {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    padding: 1px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .getstarted-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;

    .heading {
      font-size: 35px;
      font-weight: bold;
      width: 55%;
      text-align: center;
      color: #353e3e;
    }

    .sub-heading {
      font-size: 20px;
      font-weight: bold;
      color: #007db8;
    }
  }

  .getstarted-center {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 10px;

    /* background-color: red; */
    .box {
      position: relative;

      .tag {
        padding: 3px 16px;
        width: fit-content;
        background: linear-gradient(to right, #007db8, #78cab5);
        border-radius: 100px;
        position: absolute;
        top: -18%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

        > p {
          font-size: 16px;
          font-weight: bold;
          color: white;
          text-align: center;
          margin: 0;
        }
      }

      > p {
        background: linear-gradient(#ffffff, #ffffff) padding-box,
          linear-gradient(135deg, #8ed2ff07, #007db8, #78cab5) border-box;

        border: 2px solid transparent;
        border-left: none;
        width: 100%;
        padding: 20px 16px;
        border-radius: 34px;
        font-size: 18px;
        font-weight: 400;
        color: #636363;
        line-height: 18px;
      }
    }
  }

  .getstarted-btm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    button {
      font-family: "Open Sans", sans-serif;
      padding: 10px 30px;
      width: 163px;
      background-color: #ffdc91;
      border-radius: 47px;
      border: 2px solid #ffc107;
      color: #2b2e34;
      font-weight: 700;
      font-size: 14px;
    }

    > p {
      color: #636363;
      font-size: 12px;
      font-weight: 400;
    }
  }
  .footer-top {
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 10px;

    a {
      font-size: 18px;
      text-decoration: none;
    }
  }

  .footer-center {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 0px;

    p {
      font-size: 18px;
    }

    .social {
      gap: 20px;

      img {
        height: 35px;
      }
    }
  }

  .footer-bottom {
    padding: 15px 20px;
    flex-direction: row;
    justify-content: space-between;

    p {
      font-size: 14px;
    }

    .footer-bottom-right {
      gap: 20px;

      a {
        font-size: 14px;
        opacity: 1;
      }
    }
  }

  .search-avoid-section {
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;

    .container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px;
      width: 80%;
      overflow: hidden;
    }

    .search-content {
      margin: 0 auto;
      padding: 0 20px;
      margin-bottom: 40px;
      text-align: left;

      .search-heading {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        color: #78cab5;
        margin-bottom: 5px;
        width: 100%;
        padding: 0;
      }

      .search-description {
        text-align: left;
        font-size: 16px;
        color: #636363;
        font-weight: 400;
        margin: 0;
      }
    }

    .searchSwiper {
      overflow: hidden;
      padding-bottom: 40px;
      width: 100%;
      margin: 0 auto;

      .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
      }

      .swiper-slide {
        width: auto !important;
        margin-right: 30px;

        &:last-child {
          margin-right: 0;
        }

        &.spacer-slide {
          width: 20px !important;
          margin-right: 0;
          pointer-events: none;
        }
      }

      .search-item {
        text-align: center;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        .search-image {
          width: 250px;
          height: 250px;
          object-fit: cover;
          margin-bottom: 16px;
        }

        .search-title {
          font-size: 18px;
          font-weight: 500;
          color: #2B2E34;
          margin: 0;
          
        }
      }

       .swiper-scrollbar-container {
        background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%);
        max-width: 400px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 0 4px;
      }
      .swiper-scrollbar {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 100%;
        max-width: 400px;
        height: 20px;
        /* background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%); */
        border-radius: 20px;
        margin-top: 30px;
        padding: 0px;
        display: flex;
        align-items: center;

        .swiper-scrollbar-drag {
          background: white;
          border-radius: 20px;
          cursor: pointer;
          height: 60%;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          display: flex;
          align-self: center;
          margin: 0;
        }
      }
    }
  }
}

@media (min-width: 1600px) {
  .getstarted-top .heading {
    font-size: 52px;
  }
  .hero-section {
    max-height: 120vh;
    .left {
      width: 55%;
      padding-top: 0px;
      padding-left: 60px;
      padding-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      .hero-right-content {
        width: 720px;
      }
      .heading-text {
        font-size: 60px;
        font-weight: 700;
        text-align: center;
        line-height: 70px;
      }
      .subheading-text {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #353e3e;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
        margin-bottom: 30px;
        width: 100%;
        opacity: 0.7;
      }
      .line {
        border: 1px solid #a6a6a6;
        width: 360px;
      }
      .container-desc {
        display: flex;
        justify-content: center;
        .description-text {
          width: 100%;
          font-size: 26px;
          color: #2b2e34;
          opacity: 0.6;
          text-align: center;
          margin-top: 12px;
          line-height: 36px;
        }
      }
      .cta-container {
        margin-top: 12px;

        .cta-button {
          display: inline-block;
          background-color: #ffdc91;
          border: 2px solid #ffc107;
          color: #2b2e34;
          text-decoration: none;
          padding: 5px 24px;
          border-radius: 28px;
          text-align: center;
          width: 400px;

          .cta-main-text {
            display: block;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 1px;
          }

          .pricing-text {
            display: block;
            font-size: 14px;
          }
        }
      }
    }
    .right {
      width: 45%;
      .hero-image {
        width: 90%;
      }
    }
  }
  .inspired .box {
    padding: 60px 5px;
    width: 68%;

    h1 {
      font-size: 52px;
    }

    .heading {
      width: 100%;
      font-size: 24px;
      margin-top: 15px;
    }

    .description {
      width: 95%;
      font-size: 24px;
      a {
        font-size: 24px;
      }
    }
  }

  .desktop-logo {
    width: 150px;
    height: auto;
  }

  .text-color {
    color: #2b2e34;
  }
  .signin-btn {
    background-color: #007db8;
    padding: 0.6rem 2.5rem;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
  }
  .header-basic {
    box-shadow: 0px 2px 24px 0px #00000029 !important;
    padding: 0rem 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }

  .mystry-section {
    margin-top: 40px;
    padding: 60px 0;
    text-align: center;
  }

  .mystry-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .mystry-heading {
    font-size: 52px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 48px;
    line-height: 1.2;
  }

  .mystry-subheading {
    font-size: 38px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-style: italic;
  }

  .mystry-text {
    font-size: 26px;
    color: #636363;
    max-width: 980px;
    line-height: 34px;
    margin: 0 auto;
  }
  .horizon-line {
    border: 1px solid #a6a6a6;
    width: 35%;
    margin-top: 100px;
  }

  .features-section {
    padding: 0px 0;
  }

  .feature-card {
    text-align: center;
    padding: 10px 45px;
  }

  .feature-icon img {
    width: 300px;
    height: 300px;
  }

  .feature-title {
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(195.04deg, #007db8 -22.6%, #78cab5 78.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 35px;
  }

  .feature-text {
    font-size: 26px;
    max-width: 378px;
    line-height: 34px;
    letter-spacing: -2%;
  }

  .take-btn {
    background-color: #2992B8;
    color: white;
    padding: 16px 15px;
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 7%;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 45px auto;
    max-width: 390px;
    transition: all 0.3s ease;
  }

  .take-btn:hover {
    background-color: #2992B8;
  }

  .recipes-section {
    padding: 60px 0;
    text-align: center;
  }

  .recipes-content {
    margin: 0 auto;
    padding: 0 5px;
  }

  .recipes-heading {
    font-size: 52px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 48px;
    line-height: 1.2;
  }

  .recipes-subheading {
    font-size: 38px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 36px;
    letter-spacing: 0px;
  }

  .recipes-text {
    font-size: 26px;
    color: #636363;
    margin-bottom: 25px;
  }

  .recipes-description {
    font-size: 26px;
    color: #636363;
    max-width: 90%;
    margin: 0 auto;
    line-height: 36px;
  }
  .getstarted {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    padding: 1px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .getstarted-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;

    .heading {
      font-size: 52px;
      font-weight: bold;
      width: 55%;
      text-align: center;
      color: #353e3e;
    }

    .sub-heading {
      font-size: 38px;
      font-weight: bold;
      color: #007db8;
      font-style: normal;
    }
  }

  .getstarted-center {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 10px;

    /* background-color: red; */
    .box {
      position: relative;

      .tag {
        padding: 5px 26px;
        width: fit-content;
        background: linear-gradient(to right, #007db8, #78cab5);
        border-radius: 100px;
        position: absolute;
        top: -18%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

        > p {
          font-size: 20px;
          font-weight: bold;
          color: white;
          text-align: center;
          margin: 0;
        }
      }

      > p {
        background: linear-gradient(#ffffff, #ffffff) padding-box,
          linear-gradient(135deg, #8ed2ff07, #007db8, #78cab5) border-box;

        border: 2px solid transparent;
        border-left: none;
        width: 100%;
        padding: 24px 18px;
        border-radius: 34px;
        font-size: 24px;
        font-weight: 400;
        color: #636363;
        line-height: 35px;
      }
    }
  }

  .getstarted-btm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    button {
      font-family: "Open Sans", sans-serif;
      padding: 10px 30px;
      width: 265px;
      background-color: #ffdc91;
      border-radius: 47px;
      border: 2px solid #ffc107;
      color: #2b2e34;
      font-weight: 700;
      font-size: 22px;
    }

    > p {
      color: #636363;
      font-size: 18px;
      font-weight: 400;
    }
  }
  .footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
    gap: 20px;

    a {
      font-size: 18px;
    }
  }

  .footer-center {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 12px;

    p {
      font-size: 18px;
    }

    .social {
      gap: 20px;

      img {
        height: 35px;
      }
    }
  }

  .footer-bottom {
    padding: 15px 20px;
    flex-direction: row;
    justify-content: space-between;

    p {
      font-size: 14px;
    }

    .footer-bottom-right {
      gap: 20px;

      a {
        font-size: 14px;
        opacity: 1;
      }
    }
  }

  .search-avoid-section {
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      width: 70%;
      overflow: hidden;
    }

    .search-content {
      margin: 0 auto;
      padding: 0 20px;
      margin-bottom: 40px;

      .search-heading {
        font-size: 32px;
        font-weight: bold;
        color: #78cab5;
        margin-bottom: 5px;
        width: 100%;
        padding: 0;
      }

      .search-description {
        font-size: 18px;
        color: #636363;
        font-weight: 400;
        margin: 0;
      }
    }

    .searchSwiper {
      overflow: hidden;
      padding-bottom: 40px;
      width: 100%;
      margin: 0 auto;

      .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
      }

      .swiper-slide {
        width: auto !important;
        margin-right: 30px;

        &:last-child {
          margin-right: 0;
        }

        &.spacer-slide {
          width: 20px !important;
          margin-right: 0;
          pointer-events: none;
        }
      }

      .search-item {
        text-align: center;
        cursor: pointer;

        .search-image {
          width: 300px;
          height: 300px;
          object-fit: cover;
          margin-bottom: 16px;
        }

        .search-title {
          font-size: 19px;
          font-weight: 500;
          color: #2B2E34;
          margin: 0;
          letter-spacing: 0.02em;
        }
      }

       .swiper-scrollbar-container {
        background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%);
  
        max-width: 400px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 0 4px;
      }
      .swiper-scrollbar {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 100%;
        max-width: 400px;
        height: 20px;
        /* background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%); */
        border-radius: 20px;
        margin-top: 30px;
        padding: 0px;
        display: flex;
        align-items: center;

        .swiper-scrollbar-drag {
          background: white;
          border-radius: 20px;
          cursor: pointer;
          height: 60%;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          display: flex;
          align-self: center;
          margin: 0;
        }
      }
    }
  }

  .discover-tablet-right {
    top: 50%;
    transform: translateY(-50%);
    gap: 40px;

    h1 {
      font-size: 60px;
      line-height: 79px;
      width: 100%;
      font-weight: 700;
      margin-top: 30px;
    }

    p {
      font-size: 26px;
      width: 80%;
    }

    div {
      gap: 0px;
      padding: 8px 60px 8px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0%;
      }

      p {
        font-size: 18px;
        margin: 0%;
      }
    }
  }
}
@media (min-width: 1791px) {
  .getstarted-top .heading {
    font-size: 52px;
  }
  .hero-section {
    max-height: 100vh;
    .left {
      width: 55%;
      padding-top: 0px;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      .hero-right-content {
        width: 800px;
      }
      .heading-text {
        font-size: 70px;
        font-weight: 700;
        text-align: center;
        line-height: 70px;
      }
      .subheading-text {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #353e3e;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
        margin-bottom: 30px;
        width: 100%;
        opacity: 0.7;
      }
      .line {
        border: 1px solid #a6a6a6;
        width: 390px;
      }
      .container-desc {
        display: flex;
        justify-content: center;
        .description-text {
          width: 92%;
          font-size: 26px;
          color: #2b2e34;
          opacity: 0.6;
          text-align: center;
          margin-top: 12px;
          line-height: 36px;
        }
      }
      .cta-container {
        margin-top: 12px;

        .cta-button {
          display: inline-block;
          background-color: #ffdc91;
          border: 2px solid #ffc107;
          color: #2b2e34;
          text-decoration: none;
          padding: 5px 24px;
          border-radius: 28px;
          text-align: center;
          width: 400px;

          .cta-main-text {
            display: block;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 1px;
          }

          .pricing-text {
            display: block;
            font-size: 14px;
          }
        }
      }
    }
    .right {
      width: 45%;
      .hero-image {
        width: 90%;
      }
    }
  }
  .inspired .box {
    padding: 40px 5px;
    width: 55%;

    h1 {
      font-size: 52px;
    }

    .heading {
      width: 100%;
      font-size: 24px;
      margin-top: 15px;
    }

    .description {
      width: 95%;
      font-size: 24px;
      a {
        font-size: 24px;
      }
    }
  }

  .desktop-logo {
    width: 150px;
    height: auto;
  }

  .text-color {
    color: #2b2e34;
  }
  .signin-btn {
    background-color: #007db8;
    padding: 0.6rem 2.5rem;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
  }
  .header-basic {
    box-shadow: 0px 2px 24px 0px #00000029 !important;
    padding: 0rem 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }

  .mystry-section {
    margin-top: 40px;
    padding: 60px 0;
    text-align: center;
  }

  .mystry-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .mystry-heading {
    font-size: 52px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 48px;
    line-height: 1.2;
  }

  .mystry-subheading {
    font-size: 38px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-style: italic;
  }

  .mystry-text {
    font-size: 26px;
    color: #636363;
    max-width: 980px;
    line-height: 34px;
    margin: 0 auto;
  }
  .horizon-line {
    border: 1px solid #a6a6a6;
    width: 35%;
    margin-top: 100px;
  }

  .features-section {
    padding: 0px 0;
  }

  .feature-card {
    text-align: center;
    padding: 10px 45px;
  }

  .feature-icon img {
    width: 300px;
    height: 300px;
  }

  .feature-title {
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(195.04deg, #007db8 -22.6%, #78cab5 78.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 35px;
  }

  .feature-text {
    font-size: 26px;
    max-width: 378px;
    line-height: 34px;
    letter-spacing: -2%;
  }

  .take-btn {
    background-color: #2992B8;
    color: white;
    padding: 16px 15px;
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 7%;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 45px auto;
    max-width: 390px;
    transition: all 0.3s ease;
  }

  .take-btn:hover {
    background-color: #2992B8;
  }

  .recipes-section {
    padding: 60px 0;
    text-align: center;
  }

  .recipes-content {
    margin: 0 auto;
    padding: 0 5px;
  }

  .recipes-heading {
    font-size: 52px;
    font-weight: bold;
    color: #353e3e;
    margin-bottom: 48px;
    line-height: 1.2;
  }

  .recipes-subheading {
    font-size: 38px;
    font-weight: bold;
    color: #007db8;
    margin-bottom: 36px;
    letter-spacing: 0px;
  }

  .recipes-text {
    font-size: 26px;
    color: #636363;
    margin-bottom: 25px;
  }

  .recipes-description {
    font-size: 26px;
    color: #636363;
    max-width: 90%;
    margin: 0 auto;
    line-height: 36px;
  }
  .getstarted {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    padding: 1px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
  }

  .getstarted-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;

    .heading {
      font-size: 52px;
      font-weight: bold;
      width: 55%;
      text-align: center;
      color: #353e3e;
    }

    .sub-heading {
      font-size: 38px;
      font-weight: bold;
      color: #007db8;
      font-style: normal;
    }
  }

  .getstarted-center {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 10px;

    /* background-color: red; */
    .box {
      position: relative;

      .tag {
        padding: 5px 26px;
        width: fit-content;
        background: linear-gradient(to right, #007db8, #78cab5);
        border-radius: 100px;
        position: absolute;
        top: -18%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

        > p {
          font-size: 20px;
          font-weight: bold;
          color: white;
          text-align: center;
          margin: 0;
        }
      }

      > p {
        background: linear-gradient(#ffffff, #ffffff) padding-box,
          linear-gradient(135deg, #8ed2ff07, #007db8, #78cab5) border-box;

        border: 2px solid transparent;
        border-left: none;
        width: 100%;
        padding: 24px 18px;
        border-radius: 34px;
        font-size: 24px;
        font-weight: 400;
        color: #636363;
        line-height: 35px;
      }
    }
  }

  .getstarted-btm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    button {
      font-family: "Open Sans", sans-serif;
      padding: 10px 45px;
      width: 265px;
      background-color: #ffdc91;
      border-radius: 47px;
      border: 2px solid #ffc107;
      color: #2b2e34;
      font-weight: 700;
      font-size: 22px;
    }

    > p {
      color: #636363;
      font-size: 18px;
      font-weight: 400;
    }
  }
  .footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
    gap: 20px;

    a {
      font-size: 18px;
    }
  }

  .footer-center {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 12px;

    p {
      font-size: 18px;
    }

    .social {
      gap: 20px;

      img {
        height: 35px;
      }
    }
  }

  .footer-bottom {
    padding: 15px 20px;
    flex-direction: row;
    justify-content: space-between;

    p {
      font-size: 14px;
    }

    .footer-bottom-right {
      gap: 20px;

      a {
        font-size: 14px;
        opacity: 1;
      }
    }
  }

  .search-avoid-section {
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      width: 70%;
      overflow: hidden;
    }

    .search-content {
      margin: 0 auto;
      padding: 0 20px;
      margin-bottom: 40px;

      .search-heading {
        font-size: 32px;
        font-weight: bold;
        color: #78cab5;
        margin-bottom: 5px;
        width: 100%;
        padding: 0;
      }

      .search-description {
        font-size: 18px;
        color: #636363;
        font-weight: 400;
        margin: 0;
      }
    }

    .searchSwiper {
      overflow: hidden;
      padding-bottom: 40px;
      width: 100%;
      margin: 0 auto;

      .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
      }

      .swiper-slide {
        width: auto !important;
        margin-right: 30px;

        &:last-child {
          margin-right: 0;
        }

        &.spacer-slide {
          width: 20px !important;
          margin-right: 0;
          pointer-events: none;
        }
      }

      .search-item {
        text-align: center;
        cursor: pointer;

        .search-image {
          width: 300px;
          height: 300px;
          object-fit: cover;
          margin-bottom: 16px;
        }

        .search-title {
          font-size: 19px;
          font-weight: 500;
          color: #2B2E34;
          margin: 0;
          letter-spacing: 0.02em;
        }
      }
      .swiper-scrollbar-container {
        background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%);
        max-width: 400px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 0 4px;
      }
      .swiper-scrollbar {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 100%;
        max-width: 400px;
        height: 20px;
        /* background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%); */
        border-radius: 20px;
        margin-top: 30px;
        padding: 0px;
        display: flex;
        align-items: center;

        .swiper-scrollbar-drag {
          background: white;
          border-radius: 20px;
          cursor: pointer;
          height: 60%;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          display: flex;
          align-self: center;
          margin: 0;
        }
      }
    }
  }

  .discover-tablet-right {
    top: 50%;
    transform: translateY(-50%);
    gap: 40px;

    h1 {
      font-size: 60px;
      line-height: 79px;
      width: 90%;
      font-weight: 700;
      margin-top: 30px;
    }

    p {
      font-size: 26px;
      width: 80%;
    }

    div {
      gap: 0px;
      padding: 8px 60px 8px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0%;
      }

      p {
        font-size: 18px;
        margin: 0%;
      }
    }
  }
}

/* Search Avoid Section - Base Styles */

/* Mobile Navigation Arrows */
.mobile-nav-arrows {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
}

.mobile-nav-arrows .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 20;
}

.mobile-nav-arrows .nav-arrow img {
  width: 40px;
  height: 40px;
}

.mobile-nav-arrows .nav-arrow.nav-left {
  left: 10px;
}

.mobile-nav-arrows .nav-arrow.nav-right {
  right: 10px;
}

/* Mobile styles */
@media (max-width: 767px) {
  .search-avoid-section .mobile-nav-arrows {
    display: block;
    margin-bottom: 20px;
  }

  .search-avoid-section .searchSwiper .swiper-scrollbar {
    display: none;
  }
}

/* Mobile-only Search Avoid Section */
.search-avoid-mobile {
  padding: 20px 0;
  text-align: center;
  overflow: hidden;

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
  }

  .search-content-mobile {
    margin-bottom: 30px;
    text-align: left;

    .search-heading-mobile {
      font-size: 18px;
      font-weight: bold;
      color: #78cab5;
      margin-bottom: 5px;
      text-align: left;
    }

    .search-description-mobile {
      font-size: 14px;
      color: #636363;
      font-weight: 400;
      margin: 0;
      text-align: left;
    }
  }

  .mobile-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 0px;
    width: 100%;
    overflow: visible;
  }

  .mobile-nav-left,
  .mobile-nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.3s ease;
  }
  
  .mobile-nav-left.disabled,
  .mobile-nav-right.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .mobile-nav-left img,
  .mobile-nav-right img {
    width: 30px;
    height: 30px;
    opacity: 0.8;
  }

  .mobile-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 8px;
    padding: 10px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .mobile-search-item {
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: calc((100vw - 200px) / 2.5); /* Show 2.5 items */
    min-width: 100px;

    .mobile-search-image {
      width: 100%;
      max-width: 100px;
      height: 100px;
      object-fit: cover;
      margin-bottom: 5px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .mobile-search-title {
      display: block; /* Hide titles on mobile */
      color:#2B2E34;
      font-size: 12px;
      font-weight: 500;
    }
  }
}

/* Mobile-only Discover Section */
.discover-mobile {
  width: 100%;
  height: 90vh;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-top: 20px;
}

.discover-mobile-top {
  height: 55%;
  width: 100%;
}

.discover-mobile-top-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.discover-mobile-bottom {
  height: 48%;
  width: 100%;
  position: absolute;
  bottom: 5%;
  padding: 5px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.discover-mobile-bottom-h1 {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #2b2e34;
}

.discover-mobile-bottom-p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  width: 80%;
  color: #636363;
}

.discover-mobile-bottom-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #2992B8;
  padding: 7px 38px 7px 38px;
  border-radius: 100px;
 
}

.discover-mobile-bottom-div-h3 {
  font-size: 10px;
  color: white;
  font-weight: bold;
  margin: 0;
}

.discover-mobile-bottom-div-p {
  font-size: 10px;
  color: white;
  margin: 0;
}

/* Updated Swiper Styles for Desktop - Prevent items from moving completely out of view */
.search-avoid-section .searchSwiper {
  padding: 0 0px; 
  overflow: hidden;
  margin: 0 -40px;
}

.search-avoid-section .searchSwiper .swiper-slide {
  width: clamp(240px, 30vw, 320px);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .search-avoid-section .searchSwiper .swiper-slide {
    width: clamp(240px, 28vw, 300px);
  }
}

@media (min-width: 1200px) {
  .search-avoid-section .searchSwiper .swiper-slide {
    width: clamp(280px, 25vw, 320px);
  }
}

.search-avoid-section .searchSwiper .swiper-wrapper {
  padding: 0 20px;
}

.search-avoid-section .search-item.card {
  border-radius: 18px; 
  overflow: hidden; 
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.search-avoid-section .search-item.card img {
  width: 100%; 
  aspect-ratio: 16/10; 
  object-fit: cover; 
  display: block; 
  background: #eee;
}

.search-avoid-section .search-item.card .t {
  padding: 12px; 
  text-align: center; 
  font-weight: 700; 
  letter-spacing: 1px;
  font-size: 14px;
  color: #000;
  margin: 0;
  font-family: Arial, sans-serif;
}

.search-avoid-section .barWrap {
  background: linear-gradient(94.91deg, #007db8 8.48%, #78cab5 89.93%);
  max-width: 420px; 
  margin: 18px auto 0; 
  border-radius: 999px; 
  padding: 4px;
  position: relative; 
  z-index: 9999;
}

.search-avoid-section .myScrollbar {
  width: 100%; 
  height: 20px; 
  border-radius: 999px; 
  background: transparent;
  pointer-events: auto !important; 
  touch-action: none;
  position: relative;
}

.search-avoid-section .myScrollbar .swiper-scrollbar-drag {
  background: #fff !important; 
  height: 60% !important; 
  top: 20% !important; 
  border-radius: 999px !important;
  cursor: grab !important; 
  box-shadow: 0 1px 3px rgba(0,0,0,.15) !important;
  position: absolute !important;
}

.lineeeee{
  display: flex;
  justify-content: center;
  margin: 20px 20px;
}
.demmmm{
a{
  text-decoration: none !important;
}
}
.kkkkk{
  text-decoration: none !important;
}
