:root {
  --standard-blue: #254996;
  --white: #fff;
  --black: #000;
  --yellow: #ffc107;
  --dark-gray: #6f6f6f;
  --light-gray: #848386;
}

/* Website Styles */

body {
  width: 100%;
  max-width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--black);
  color: var(--white);
  overflow-x: hidden;
}

.landing-section {
  width: 100%;
  overflow-x: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  background-image: url("/assets/landing_page_docnyc/images/main-bg.png");
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
  .landing-section-overlay {
    padding: 20px 40px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
  }
  .navigation {
    display: flex;
    justify-content: space-between;
    img {
      margin-bottom: 2em;
      width: 110px;
      height: 115px;
    }
    ul {
      display: flex;
      li {
        margin-right: 1em;
        a {
          color: var(--white);
          text-decoration: none;
          font-size: 1.2em;
          font-weight: 500;
          &:hover {
            color: var(--yellow);
          }
        }
      }
    }
  }
  .landing-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    h1.landing-content-title {
      font-size: 56px;
      font-weight: 600;
      line-height: 52px;
      text-align: center;
      margin-bottom: 31px;
      & .gradient {
        background: linear-gradient(90deg, #83dfed 0%, #1d3e90 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
    }
    h3.landing-content-subtitle {
        max-width: 500px;
        text-align: center;
        font-size: 19px;
        font-weight: 700;
    }
    h2 {
      font-size: 24px;
      color: var(--white);
      margin: 2em 0 1em 0;
    }
    p {
      width: 700px;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: #bdc3c7;
      margin-top: 15px;
      margin-bottom: 60px;
      text-align: center;
    }
    .landing-content-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin: 2em 0;
    }
    .landing-content-button {
      width: 248px;
      height: 65px;
      font-size: 20px;
      font-weight: 700;
      cursor: pointer;
      color: var(--white);
      border: none;
      border-radius: 5px;
      background: #0089B6;
    }

    .landing-howworks-button {
      width: 248px;
      height: 65px;
      font-size: 20px;
      font-weight: 700;
      cursor: pointer;
      color: var(--white);
      border: 2px solid #83dfed;
      border-radius: 5px;
      background: black;
    }
  }
}

.experts-container-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  margin-left: 25px;
  padding: 40px 0;
}
.categories {
  padding: 20px 40px;
  width: 100%;
  overflow-x: hidden;
  .categories-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .categories-slider {
    display: flex;
    justify-content: space-around;
    gap: 3em;
    text-align: center;
    /* margin-left: 20px; */
    .categories-slider-item-image-container {
      width: 245px;
      height: 77px;
      margin-bottom: 1em;
      border-radius: 100px;
      img {
        width: 100%;
        height: 100%;
        border-radius: 100px;
        object-fit: cover;
        object-position: 0px -50px;
      }
    }
    .categories-description {
      font-size: 20px;
      font-weight: 300;
      line-height: 24px;
    }
  }
}

.sliders-container {
    max-width: 1240px;
    margin: 0 auto;
    /* padding: 40px 60px; */
}

.filmmakers {
  padding: 40px 20px;
  width: 100%;
  overflow-x: hidden;
  .filmmakers-slider {
    /* padding: 0 40px; */
    display: flex;
    justify-content: space-around;
    gap: 25px;
  }
}

.testimonials {
  display: none;
  padding: 20px 40px;
  width: 100%;
  margin-bottom: 4em;

  .testimonials-white-container {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    border-radius: 17px;
    margin: 0 0px 0 40px;
    padding: 20px 40px 60px 40px;
    color: var(--black);
    .testimonial-words {
      color: #4d4d4d;
      text-align: center;
      font-size: 36px;
      font-style: normal;
      font-weight: 300;
      line-height: 120%;
      margin: 62px 0 17px 0;
    }
  }
  .testimonial-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    img {
      margin: 20px 0;
    }
    h3:first-of-type {
      color: #4d4d4d;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 120%;
    }
    h3:last-of-type {
      color: #4d4d4d;
      font-size: 20px;
      font-weight: 300;
      line-height: 120%;
    }
  }
}

.illustrious-academia {
  padding: 20px 40px;
  width: 100%;
  overflow-x: hidden;

  .illustrious-academia-slider {
    /* padding: 0 40px; */
    display: flex;
    justify-content: space-around;
    gap: 25px;
  }
}

.consciousness {
  padding: 20px 40px;
  width: 100%;
  overflow-x: hidden;

  .consciousness-slider {
    /* padding: 0 40px; */
    display: flex;
    justify-content: space-around;
    gap: 25px;
  }
}

.how-it-works {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
  padding: 80px;
  .how-it-works-box {
    width: 100%;
    min-height: 420px;
    border-radius: 10px;
    border: 1px solid #0DB3E9;
    /* background: linear-gradient(
      96deg,
      rgba(127, 127, 127, 0.24) 3.42%,
      rgba(229, 229, 229, 0.22) 47.85%,
      rgba(127, 127, 127, 0.24) 94.08%
    ); */
    padding: 40px;
    display: flex;
    flex-direction: column;

    .how-it-works-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%; /* 38.4px */
      letter-spacing: 0.32px;
    }

    .how-it-works-description {
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 120%; /* 24px */
      letter-spacing: 0.2px;
      margin-top: 31px;
    }

    .how-it-works-steps {
      display: flex;
      height: 190px;
      justify-content: space-between;
      margin-top: 80px;
      .how-it-works-steps-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        padding: 0 25px;
        flex: 1 1 0;
        &:not(:last-of-type) {
          border-right: 2px solid #FFFFFF;
        }

        img {
          width: 45px;
          height: 45px;
        }

        span:first-of-type {
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          text-align: center;
          background: #03BEFC;
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }

        span:last-of-type {
          text-align: center;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 124%; /* 18.6px */
        }
      }
    }
  }
}

.popular-offerings {
  padding: 20px 40px;
  margin-bottom: 165px;
  width: 100%;
  overflow-x: hidden;

  .popular-offerings-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 26px;
  }

  .popular-offerings-subtitle {
    color: #848386;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 24px */
    letter-spacing: 0.2px;
    margin-bottom: 4em;
  }

  .popular-offerings-slider {
    margin-right: 2em;
    display: flex;
    justify-content: space-around;
    gap: 40px;
    /* margin-left: 40px; */
  }
}

.connect-experts {
  padding: 40px 80px;
  width: 100%;
  overflow-x: hidden;
  .connect-experts-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(90deg, #80daea 0%, #254996 64.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    width: 606px;
  }

  .connect-experts-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    width: 718px;
  }

  .connect-experts-slider {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    margin-left: 5px;
    div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 30px 20px;
      width: 248px;
      height: 189px;
      flex-shrink: 0;
      border-radius: 15px;
      border: 1px solid #737373;
      background: #393939;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      span:first-of-type {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 124%;
        margin-top: 20px;
      }
      span:last-of-type {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 124%;
        margin-top: 10px;
      }
    }
  }
}

.top-products {
  padding: 20px 40px;
  margin-bottom: 260px;
  width: 100%;
  overflow-x: hidden;
  .top-products-title {
    font-size: 32px;
    font-weight: 500;
  }

  .top-products-subtitle {
    color: #848386;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 24px */
    letter-spacing: 0.2px;
    margin-bottom: 4em;
  }

  .top-products-slider {
    display: flex;
    justify-content: space-around;
    gap: 32px;
    /* margin-left: 40px; */
  }
}
/* 
.footer {
  width: 100%;
  height: 533px;
  overflow-x: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  .footer-content {
    width: 100%;
    height: 100%;
    background-image: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url("/assets/landing_page_docnyc/images/footer-bg.png");
    background-position: top, top, top, center -200px;
    background-size: auto, auto, auto, cover;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    p {
      text-align: center;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 124%; 
      background: linear-gradient(90deg, #80daea 0%, #254996 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 45px;
    }
    button {
      width: 248px;
      height: 65px;
      flex-shrink: 0;
      border-radius: 5px;
      border: none;
      cursor: pointer;
      background: linear-gradient(90deg, #80daea 0%, #254996 100%);
      color: var(--white);
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 150%; 
    }
  }
} */
.footer {
  background: #0089B6;
  padding: 55px 74px;
  display: flex;
  justify-content: space-between;
  .footer-nav-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: white;
  }
  .footer-right {
    display: flex;
    align-items: end;
  }
  .circle-container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
  }
}

.gathr-sticky-btn {
  position: fixed;
  right: 65px;
  bottom: 100px;
  z-index: 999;
}
.powered_by_gathr_sticky {
  background: white;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #000;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
}

.card {
    & .card-body {
        & .header {
            & .header-name {
                .badge-background {
                    margin-left: 5px;
                    img {
                        width: 16px;
                        height: 16px;
                    }
                }
            }
        }
        & .rates {
            /* div {
                width: auto;
                padding: 11px 8px;
                margin-top: 6px;
                span {
                    font-size: 10px;
                    font-weight: 400;
                }
            } */
        }
        & .action {
            .card-action {
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
            }
        }
    }
}