.banner {
  display: none;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: -6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282a30;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
}

.icon.sm {
  width: 16px;
  height: 16px;
}

.u {
  border-bottom: 2px solid #bac8ff;
  line-height: 100%;
}

.u:hover {
  border-bottom-color: #748ffc;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.main {
  background-color: #a2d7db;
  color: #fff;
}

.muted {
  color: #868e96;
}

.fancy-list {
  list-style: none; /* This removes the default bullet points */
  padding: 0; /* This removes default padding */
  color: #333; /* Change the text color here */
}

.fancy-list li {
  padding: 10px 0; /* This adds space above and below each list item */
  font-family: Arial, sans-serif; /* Change the font here */
}

.fancy-list i {
  color: #06719b; /* Change the color of the check circles here */
  padding-right: 10px; /* This adds space between the check circle and the text */
}

.nav {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 9px;
}

.screenshot {
  box-shadow: 0 0 1px #181d263d, 0 6px 8px #181d2614, 0 18px 32px #0000001a;
  border-radius: 16px;
}

.text-white {
  color: #fff;
}

.faded {
  opacity: 0.5;
}

.border-t {
  border-top: 1px solid #e9ecef;
}

.border-orange {
  border: 1px solid #000;
}

.dropdown-toggle {
  padding: 0px;
}

.dropdown-list {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.dropdown-list.w--open {
  bottom: 40px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 8px 16px -4px rgba(0, 0, 0, 0.1);
}

.dropdown-link {
  color: #364fc7;
}

.dropdown-link:hover {
  background-color: #edf2ff;
}

.avatar {
  width: 24px;
  height: 24px;
  border-radius: 100px;
}

.profile-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px 4px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  color: #495057;
  font-size: 12px;
  font-weight: 400;
}

.profile-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-container.ph {
  padding-right: 20px;
  padding-left: 20px;
}

.header-logo {
  width: 40px;
  height: 40px;
  margin: 4px;
}

.only-mobile {
  display: none;
}

video {
  border-radius: 20px;
}

.video-container {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.feature-card {
  display: flex;
  padding: 16px;
  border-radius: 20px 16px;
  /* border: 1px solid #282a30; */
  background-color: #ffead7;
  height: 100px;
  overflow-x: clip;
  transition: height 0.4s ease-in-out;

  .feature-icon {
    margin-top: 9px;

    &.small {
      margin-top: 11px;
      margin-left: 3px;
      margin-right: 20px;
    }
  }

  .feature-card__button {
    margin-top: 7px;
    transition: all 0.4s ease-in-out;
  }

  .feature-card__text {
    margin-left: 5px;
    margin-top: 20px;

    .box {
      background-color: #fefefe85;
      border-radius: 20px;
      border: 1px solid #000;
      height: 70px;
      justify-content: center;
    }
  }

  .feature-card__header {
    margin-left: 5px;
    font-weight: bold;
  }

  &.always-open {
    height: auto;
    width: 100%;
  }

  &.opened {
    .feature-card__header {
      font-weight: bold;
    }

    &#feature-daily-updates {
      height: 215px;
    }

    &#feature-personalized {
      height: 215px;
    }

    &#feature-feature-real-time {
      height: 215px;
    }

    &#feature-notification-options {
      height: 215px;
    }

    &#how1 {
      height: 840px;
    }

    &#how2 {
      height: 840px;
    }

    &#faq-pricing {
      height: 230px;
    }

    &#faq-how-it-works {
      height: 250px;
    }

    &#faq-data-safe {
      height: 223px;
    }

    &#faq-does-it-help {
      height: 275px;
    }

    &#faq-how-often {
      height: 210px;
    }

    &#faq-what-info {
      height: 470px;
    }

    &#faq-skip-doctor {
      height: 285px;
    }

    &#faq-contact-us {
      height: 185px;
    }

    /* desktop */

    &#faq-pricing1 {
      height: 172px;
    }

    &#faq-how-it-works1 {
      height: 172px;
    }

    &#faq-data-safe1 {
      height: 172px;
    }

    &#faq-does-it-help1 {
      height: 197px;
    }

    &#faq-how-often1 {
      height: 146px;
    }

    &#faq-what-info1 {
      height: 330px;
    }

    &#faq-skip-doctor1 {
      height: 197px;
    }

    &#faq-contact-us1 {
      height: 146px;
    }

    .feature-card__button {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
}

.demo {
  margin-top: 20px;

  .row {
    align-items: center;
    gap: 15px;
  }
}

.demo-content {
  .demo-content__item {
    text-align: center;
    margin-top: 20px;
  }

  .demo-content__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .demo-content__image {
    margin-top: 10px;
    border-radius: 16px;
    box-shadow: 0 0 1px #181d263d, 0 6px 8px #181d2614, 0 18px 32px #0000001a;
  }
}

.list-bullet {
  width: 44px;
  height: 44px;
  background-color: #e6913b;
  border-radius: 280px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
}

.list-bullet--small {
  margin-top: 8px;
  margin-right: 16px;
  padding: 5px;
  width: 15px;
  height: 15px;
  color: white;
  background-color: #e6913b;
  border: 2.5px solid black;
  border-radius: 100px;
}

@media screen and (max-width: 900px) {
  .max-w-lg.mb-xl.footer-header {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .logo-container {
    width: 33.3336%;
    padding-right: 29px;
    padding-left: 29px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    display: none;
    z-index: 999;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;

    .button {
      border: 1.5px solid #282a30;
      color: #282a30;
      background-color: #e6913b;
    }
  }
  .container.mt-3xl.mb-3xl {
    margin-top: 64px;
  }
  .row.v-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column.align-left.p-2xl {
    padding: 0px;
  }
  .button.xl.main.mt-lg {
    padding: 16px 32px;
    text-align: center;
  }
  .section.pb-2xl-m {
    padding-bottom: 64px;
  }
  .max-w-lg.text-giga.text-center {
    font-size: 38px;
  }
  .logo-container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .logo-container.ph {
    padding-right: 10px;
    padding-left: 10px;
  }

  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: block;
  }
}
