body {
  background: #0a0b0c;
}

section {
  width: 1440px;
  margin: 0 auto;
  padding: 80px 156px;
}

@media (max-width: 1440px) {
  section {
    width: 95%;
  }
}

#header {
  width: 100%;
}

.container-fluid {
  padding-right: 50px;
}

.navbar-brand {
  margin: 0;
  padding: 0;

  img {
    width: 209px;
    height: 72px;
  }
}

.navbar-nav {
  gap: 60px;
  padding-right: 2%;

  .nav-link {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    color: #c3c3c3 !important;
  }
}

.background-color-gradint {
  /* width: 717px; */
  height: 580px;
  position: absolute;
  transform-origin: 0 0;
  object-fit: cover;
  opacity: 0.30;
}

.gradint1 {
  top: 40px;
}

.gradint2 {
  top: 7500px;
}

.gradint3 {
  top: 3170px;
  left: 925px;
  width: 361px;
  display: none;
}

.gradint4 {
  top: 4800px;
  width: 100%;
  height: 1500px;
}

.hero-section-body {
  padding-top: 65px;

  .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    p {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #FFFFFF;
      margin: 0;
    }

    h1 {
      width: 990px;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 96px;
      line-height: 88px;
      letter-spacing: -4px;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 25px;
    }

    h5 {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 24px;
      text-align: center;
      color: #C3C3C3;
      margin: 0;
      width: 700px;
    }
  }
}

.signup-button {
  border-radius: 32px;
  padding: 9px 70px;
  background: #F75891;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  border: none;

  a {
    text-decoration: none;
    color: #FFFFFF;
  }
}

.signup-cards {
  display: flex;
  gap: 25px;
  justify-content: center;

  .signup-card {
    min-width: 360px;
    height: 465px;
    border-radius: 16px;
    background: #121314;
  }

  .card1 {
    border-bottom: 4px solid #FFC857;
    margin-top: 170px;
  }

  .card2 {
    border-bottom: 4px solid #FF1C58;
  }

  .card3 {
    border-bottom: 4px solid #00DDFF;
    margin-top: 170px;
  }
}

.yellow-dots1 {
  position: absolute;
  top: 25px;
  left: 25px;
}

.yellow-dots2 {
  position: absolute;
  top: 355px;
  left: 80%;
}

.red-dots1 {
  position: absolute;
  top: 30px;
  left: 255px;
}

.red-dots2 {
  position: absolute;
  top: 169px;
  left: 40px;
}

.aqua-dots1 {
  position: absolute;
  top: 128px;
  left: 20px;
}

.aqua-dots2 {
  position: absolute;
  top: 359px;
  left: 255px;
}

.signup-card-text {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;

  img {
    width: 41px;
    height: 41px;
  }

  h3 {
    width: 186px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }

  p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #8D99A6;
    margin: 0;
  }
}

.score-images {
  margin: 25px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 20px;

  .score-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    img {
      width: 25px;
      height: 25px;
    }

    p {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: #FFFFFF;
      margin: 0;
    }
  }

  .score-image {
    display: flex;
    justify-content: center;
    gap: 17px;

    img {
      width: 74px;
      height: 52px;
      border-radius: 6px;
    }
  }
}

.signup-card-button {
  border-radius: 24px;
  padding: 8px 24px;
  background: transparent;
  border: 2px solid #F75891;

  a {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
  }
}

.score-image2 {
  height: 175px;

  .score-left {
    width: 60px;
    height: 35px;
    position: relative;
    bottom: 20px;
  }

  .score-right {
    width: 60px;
    height: 35px;
    rotate: 180deg;
    position: relative;
    bottom: 20px;
  }
}

.score-circle1 {
  position: absolute;
  height: 80px;
  width: 80px;
  bottom: 35px;
  left: 36%;
}

.score-circle2 {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 0;
  left: 43%;
}

.score-circle3 {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 6px;
  left: 44%;
}

.score-cards {
  padding: 24px;
  display: flex;
  gap: 14px;
  justify-content: center;

  .score-card-items {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    background: #16181B;
    border-bottom: 2px solid #00DDFF;
    box-shadow: 0px 0px 20px 0px #00DDFF40;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px 0;

    img {
      width: 32px;
      height: 32px;
    }

    p {
      text-align: center;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: #FFFFFFBF;
    }
  }
}

.signup-text {
  display: flex;
  gap: 75px;
  position: relative;

  h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }

  h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }
}

.dots-section-text h2,
.dots-section-text h3 {
  line-height: 1.5;
}

.dots-section-text span {
  background-image: linear-gradient(90deg, #c3c3c3 50%, #c3c3c32A 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textWipe linear forwards;
  animation-timeline: view();
  animation-range: contain;
}

@keyframes textWipe {
  to {
    background-position: 0 0;
  }
}

.dots-section-text h2 span {
  animation-range-start: cover 20vh;
  animation-range-end: cover 45vh;
}

.dots-section-text h3 span {
  animation-range-start: cover 35vh;
  animation-range-end: contain 55vh;
}

.feature-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 90px;

  .feature-items {
    min-width: 360px;
    height: 314px;
    border-radius: 11.42px;
    background: #121314;
    box-shadow: 0px 0px 10px 0px #00000026;
    border: 1px solid rgba(225, 225, 225, 0.05);
    padding: 25px 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 1;

    h3 {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 64px;
      color: #ffffff;
      margin: 0;
      text-align: left;
    }

    h5 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #ffffff;
      margin: 0;
      text-align: left;
      padding-left: 10px;
    }

    .circle-img {
      width: 86px;
      height: 86px;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #0000002A;

      img {
        width: 32px;
        height: 32px;
      }
    }

    p {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 125%;
      color: #C3C3C3;
    }
  }
}

.screening-sm-img {
  display: none;
}

.screening-head {
  display: flex;
  justify-content: space-between;

  h6 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 10%;
    color: #FFC857;
  }

  h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: -2px;
    color: #ffffff;
  }

  p {
    width: 430px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -1px;
    color: #C3C3C3;
  }
}

.screening-body {
  padding-top: 45px;
}

.bulk-dial-lg {
  display: block;
  border-radius: 11.5px;
  background: #121314;
  box-shadow: 0px 0px 10px 0px #00000026;
  border: 1px solid rgba(225, 225, 225, 0.05);
}

.bulk-dial-sm {
  display: none;
}

.sm-cards {
  display: none;
}

.screening-person {
  width: 640px;
  height: 224px;
  border-radius: 11.5px;
  background: #121314;
  border: 1px solid rgba(225, 225, 225, 0.05);
  box-shadow: 0px 0px 10px 0px #00000026;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

  img {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    cursor: pointer;
  }

  p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 15px;
  }
}

.screening-person2 {
  position: relative;
  border-radius: 11.42px;
  border-bottom-width: 2.86px;
  background: #121314;
  border: 1px solid rgba(225, 225, 225, 0.05);
  box-shadow: 0px 0px 10px 0px #00000026;
  padding: 20px;

  img {
    width: 406px;
    height: 513px;
    object-fit: cover;
    object-position: top;
  }

  video {
    width: 406px;
    height: 513px;
    object-fit: cover;
    object-position: top;
  }
}

.audio-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.audio-modal.hidden {
  display: none;
}

.audio-modal-content {
  background: #121314;
  border: 1px solid rgba(225, 225, 225, 0.05);
  box-shadow: 0px 0px 10px 0px #00000026;
  padding: 15px;
  border-radius: 11.5px;
  width: 630px;
  height: 224px;
  position: relative;
}

.close-modal {
  font-size: 28px;
  cursor: pointer;
  color: #FFFFFF;
}

.audio-info {
  display: flex;
  gap: 23px;
  align-items: center;
  padding: 18px 25px;

  h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #C3C3C3;
    margin-bottom: 12px;
  }

  .inlinePlayPauseBtn {
    width: 14px !important;
    height: 14px !important;
  }
}

.audio-info img {
  width: 103px;
  height: 103px;
  border-radius: 50%;
}

.progress {
  gap: 12px;
  width: 391px;
  height: auto;
  background: transparent;
  align-items: center;
}

.progress-bar {
  height: 5px;
  background: #ccc;
  width: 100%;
  position: relative;
  display: flex;
  gap: 12px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #d6254b;
  border-radius: 0;
}

#audioDuration {
  display: flex;
  justify-content: end;
  color: #FFFFFF;
}

.audio-controls {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

#playPauseBtn {
  background-color: transparent;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 0;
}

.screening-bottom {
  margin-top: 15px;
  height: 114px;
  border-radius: 12px;
  border-width: 1px;
  background: #121314;
  border: 1px solid rgba(225, 225, 225, 0.05);
  box-shadow: 0px 0px 10px 0px #00000026;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 47px;

  p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0;
    color: #C3C3C3;
    margin: 0;
  }

  h4 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
  }

  h4:hover {
    opacity: 0.5;
  }
}

.screening-bottom h4 {
  margin-top: 12px;
}

.screening-buttons {
  display: flex;
  gap: 14px;
  margin-top: 20px;

  button {
    min-width: 224px;
    min-height: 48px;
    border-radius: 32px;
    padding: 14px 11px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
  }

  .screening-btn1 {
    border: none;
    background: #F75891;
    color: #FFFFFF;

    a {
      text-decoration: none;
      color: #FFFFFF;
    }
  }

  .screening-btn2 {
    border: 1px solid #B8B4B6;
    background: #FFFFFF;
    color: #575756;
  }

  .small-btn {
    display: none;
  }
}

.video-interview-head {
  display: flex;
  justify-content: space-between;
  gap: 52px;

  h6 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 10%;
    color: #FFC857;
  }

  h2 {
    width: 500px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -2px;
    color: #ffffff;
  }

  p {
    width: 518px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -1px;
    color: #C3C3C3;
  }
}

.video-interview-panel {
  width: 100%;
  background: transparent;
  position: relative;
  margin-top: 32px;
  border-radius: 8px;
}

.corner-border {
  width: 56px;
  height: 56px;
  position: absolute;
  border-radius: 8px;
}

.top-left {
  top: -19px;
  left: 0;
}

.top-right {
  top: -19px;
  right: -27px;
}

.bottom-left {
  bottom: -17px;
  left: 0;
}

.bottom-right {
  bottom: -17px;
  right: -27px;
}

.video-interview-image {
  width: 100%;
  border-radius: 16px;
  border-width: 4.27px;
  background: #0000008C;
  border: 1px solid rgba(225, 225, 225, 0.05);

  .interview-image {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .interview-transcript-message {
    height: 36px;
    border-radius: 24px;
    padding: 8px 90px 8px 8px;
    background: #121314;
    border: 1px solid rgba(225, 225, 225, 0.05);

    p {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      color: #C3C3C3;
    }
  }

  .video-interview-icons {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border-width: 1.81px;
    background: #FFFFFF;
    border: 1.81px solid #FFFFFF26;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.video-interview-bottom {
  height: 125px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
}

.video-logo {
  position: absolute;
  top: 38px;
  left: 50px;
}

.video-analysis {
  position: absolute;
  top: 181px;
  left: 50px;
  width: 336px;
  height: 369px;
  border-radius: 12px;
  background: #0B0C0D;
  border-bottom: 4px solid #656565;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 30px 24px;

  h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 36px;
  }

  .analysis {
    display: flex;
    justify-content: space-around;
    padding-bottom: 28px;

    .analysis-items {
      .circle-round {
        width: 53px;
        height: 53px;
        border-radius: 50%;
        position: relative;
        margin-bottom: 6px;

        .circle-round-ring {
          position: absolute;
          border-radius: 50%;
          background-color: #FFFFFF;
          width: 37px;
          height: 37px;
          top: 8px;
          left: 8px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: "IBM Plex Sans", sans-serif;
          font-weight: 400;
          font-size: 12px;
          line-height: 14px;
          color: #000000BF;
        }
      }

      p {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: #FFFFFFBF;
        margin: 0;
      }
    }
  }
}

.sm-live-score {
  display: none;
}

.sm-live-personility {
  display: none;
}

.video-personility {
  position: absolute;
  top: 41px;
  left: 73%;
  width: 264px;
  height: 308px;

  h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
  }

  .personility-item {
    width: 112px;
    height: 31px;
    border-radius: 16px;
    border-width: 2px;
    padding: 8px;
    background: #FFFFFF;
    margin-bottom: 8px;

    p {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: #000000BF;
      margin: 0;
    }
  }
}

.video-corner {
  position: absolute;
  top: 47px;
  left: 36%;

  h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 35px;
  }
}

.video-interview-buttons {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 16px;

  button {
    width: 224px;
    height: 48px;
    border-radius: 32px;
    padding: 8px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
  }

  .btn-primary {
    background: #F75891;
    color: #FFFFFF;
    border: none;

    a {
      text-decoration: none;
      color: #FFFFFF;
    }
  }

  .btn-transperant {
    border: 1px solid #B8B4B6;
    color: #575756;
    background: #ffffff;
  }
}

.assessments-section {
  position: relative;
  z-index: 9999;
}

.assessments-head {
  display: flex;
  justify-content: space-between;
  gap: 87px;

  .circle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .circle-1 {
    width: 345px;
    height: 345px;
    border: 4px solid #121314;
    background: transparent;
  }

  .circle-2 {
    width: 333px;
    height: 333px;
    background: transparent;
  }

  .circle-3 {
    width: 321px;
    height: 321px;
    border: 4px solid #121314;
    background: transparent;
  }

  .circle-4 {
    width: 309px;
    height: 309px;
    background: transparent;
  }

  .circle-5 {
    width: 297px;
    height: 297px;
    background: #121314;
    box-shadow: 0px 0px 10px 0px #00000026;
  }

  .circle-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
    color: #FFFFFF;
  }

  p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
  }

  .assessments-head-text {
    h2 {
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 60px;
      line-height: 70px;
      letter-spacing: -2px;
      color: #ffffff;
      margin: 0;
      text-align: start;
    }

    h5 {
      margin: 13px 0 16px 0;
      width: 676px;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 120%;
      color: #C3C3C3;
      text-align: start;
    }

    h6 {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 10%;
      color: #FFC857;
      text-align: start;
    }
  }
}

.assessments-accordions {
  display: none;
}

.nav-tabs {
  border-bottom: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-tabs .nav-item {
  width: 257px !important;
  background: #121314;
  border: 1px solid #121314;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nav-tabs .nav-link {
  width: 257px !important;
  height: 56px !important;
  border: none;
  color: #FFFFFF;
  background: #121314;
  transition: background 0.3s;
  border-radius: 0;
  border: 1px solid rgba(225, 225, 225, 0.05);
}

.nav-tabs .nav-link.link-active,
.nav-tabs .nav-link.active {
  background-color: #0a0b0c;
  color: #F75891;
  border: 1px solid #F75891;
}

.tab-pane {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 52px 42px 0 42px;

  .tab-pane-text {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    gap: 66px;

    h4 {
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
      color: #FFFFFF;
    }

    img {
      width: 40px;
      height: 40px;
    }

    p {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #c3c3c3;
    }
  }

  .tab-image {
    display: flex;
    justify-content: center;
    margin-top: 40px;

    img {
      width: 88%;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
    }
  }
}

.hearing-flow {
  h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
  }

  p {
    width: 827px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    color: #C3C3C3;
    margin: 0;
  }

  .workflow-image {
    /* height: 370px; */
    height: 560px;
  }
}

.demo-btn {
  width: 224px;
  height: 48px;
  border-radius: 32px;
  padding: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  background: #F75891;
  color: #FFFFFF;
  border: none;

  a {
    text-decoration: none;
    color: #FFFFFF;
  }
}

.slider-section {
  padding: 80px 0;
}

.slider-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-heading h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFC857;
  text-transform: uppercase;
}

.slider-heading h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.slider-heading p {
  width: 805px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #C3C3C3;
  margin-bottom: 25px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-container:hover .slider {
  animation-play-state: paused;
}

.slider {
  display: flex;
  width: calc(100%);
  animation: scroll 100s linear infinite;
}

.slide {
  min-width: 360px;
  max-width: 360px;
  border-radius: 11.42px;
  margin: 12px;
  background: rgba(225, 225, 225, 0.05);
  transition: transform 0.3s ease;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;

  img {
    border-radius: 4px;
    object-fit: cover;
    object-position: top;
  }
}

.slide h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 19.56px;
  line-height: 125%;
  text-align: center;
  color: #C3C3C3;
  margin: 0;
}

.slide h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 19.56px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.slide p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #C3C3C3;
  margin: 0;
}

/* Keyframes for smooth scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.slider::after {
  content: '';
  display: block;
  flex: 0 0 auto;
  animation: none;
}

.testimonial-slider {
  --card-width: 760px;
  --card-height: 472px;
  --arrow-size: 80px;
  --arrow-gap: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-viewport {
  width: min(100%, calc(var(--card-width) * 2));
  max-width: calc(var(--card-width) * 2);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.slider-viewport::-webkit-scrollbar {
  display: none;
}

.slider-track {
  display: flex;
  gap: 32px;
  padding: 28px calc(var(--card-width) / 2) 36px;
}

.slider-card {
  flex: 0 0 var(--card-width);
  width: var(--card-width);
  height: var(--card-height);
  background: #1213141A;
  opacity: 0.25;
  border-radius: 4px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  color: #FFFFFF;
  text-align: center;
  position: relative;
  scroll-snap-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.slider-card.is-active {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 24px 50px rgba(18, 19, 20, 0.45);
  background: #1213141A;
  opacity: 1;
}

.slider-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #1c2026;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
  background: #0f1115;
}

.slider-quote {
  padding: 0 35px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 125%;
  color: #C3C3C3;
}

.slider-author {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slider-author h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
}

.slider-author p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #C3C3C3;
  margin: 0;
}

.slider-card--video {
  padding: 0;
}

.slider-video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #0f1115;
}

.slider-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-radius: 50%;
  border: none;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 6;
}

.slider-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.slider-arrow.prev {
  left: 45%;
  margin-left: calc(-1 * (var(--card-width) / 2 + var(--arrow-gap) + var(--arrow-size) / 2));
}

.slider-arrow.next {
  left: 55%;
  margin-left: calc(var(--card-width) / 2 + var(--arrow-gap) + var(--arrow-size) / 2);
}

.slider-arrow img {
  width: 39px;
  height: 39px;
}

.slider-arrow.prev img {
  transform: scaleX(-1);
}

.integration-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.integration-section h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  color: #FFFFFF;
  text-align: center;
}

.integration-section p {
  width: 937px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #C3C3C3;
  text-align: center;
  margin: 0;
}

.hiring-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(225, 225, 225, 0.05);
  box-shadow: 0px 0px 10px 0px #00000026;
  padding: 68px;
  position: relative;
}

.hiring-gradient-circle {
  position: absolute;
  width: 485px;
  height: 365px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #FF7BCA 0%, rgba(255, 197, 111, 0.46) 100%);
  filter: blur(111px);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.hiring-card-items {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.hiring-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;

  .hiring-gradient {
    background: linear-gradient(180deg, #FF7BCA 0%, rgba(255, 197, 111, 0.20) 100%);
    width: 440px;
    position: absolute;
    border-radius: 220px;
    opacity: 20%;
    backdrop-filter: blur(111.51315307617188px)
  }
}

.poligon-img {
  width: 342px;
}

.hiring-text h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  color: #FFFFFF;
  margin: 0;
}

.hiring-text p {
  width: 488px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #A2B0BF;
  margin: 0;
}

.footer-bg {
  background-image: url('https://gappeo-fzcyhag5g5bbdnfn.z01.azurefd.net/images/gappeo-ai-logo-color.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 404px;
  width: 100%;
  position: relative;
}

.footer-bg2 {
  background-image: url('https://gappeo-fzcyhag5g5bbdnfn.z01.azurefd.net/images/gappeo-ai-logo-color.svg') !important;
}

.footer-bg-image {
  display: block;
}

.footer-small-image {
  display: none;
}

.footer-sm-logo {
  display: none;
}

.footer-links {
  display: flex;
  justify-content: end;
  gap: 90px;
  position: absolute;
  right: 25px;
  top: 85px;

  .footer-add-links {
    display: flex;
    gap: 40px;
  }

  a {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    text-decoration: none;
  }
}

.footer-text {
  display: flex;
  justify-content: end;
  align-items: baseline;
  position: absolute;
  bottom: 65px;
  right: 110px;

  p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-box {
  width: 360px;
  border-radius: 16px;
  padding: 35px 30px;
  background: #17191B;
  border-bottom: 4px solid #FF1C58;
  position: fixed;
}

.popup-box h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #C3C3C3;
}

.popup-box p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #C3C3C3;
  margin-bottom: 0;
}

.popup-terms {
  font-size: 13px !important;
}

.popup-terms a {
  color: #F75891;
  font-weight: 700;
}

.popup-input {
  padding: 45px 0;

  input {
    width: 100%;
    height: 35px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #FF1C58;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #C3C3C3;
    margin-bottom: 17px;

    &:focus {
      outline: 1px solid #FF1C58;
    }
  }
}

.popup-submit {
  width: 100%;
  height: 48px;
  border-radius: 32px;
  border: none;
  background: #F75891;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;

  a {
    text-decoration: none;
    color: #FFFFFF;
  }
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  color: #FFFFFF;
}

.modal.show .modal-dialog {
  --bs-modal-width: 990px
}

.customer-scrolling {
  padding: 80px 0;
}

.customer-scrolling h3 {
  font-family: inter;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -2px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 49px;
}

.customer-scroll li img {
  border-radius: 4px;
  border: 1px;
  width: unset;
  max-width: unset;
}

.customer-scroll {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0.15) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0.15) 100%);
}

.customer-scroll ul {
  display: flex;
  list-style-type: none;
  gap: 20px;
  margin-bottom: 35px;
}

.customer-scroll .first-row-customer {
  animation: scroll 45s linear infinite;
}

.customer-scroll .hiring-minus {
  animation: scroll 45s linear infinite;
}

.customer-scroll .second-row-customer {
  animation: scroll-right 45s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.customer-scroll li {
  max-width: 200px;
  min-width: 200px;
  width: 200px;
  height: 100px;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(225, 225, 225, 0.05);
  opacity: 0.60;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-scroll li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.customer-scroll .hiring-minus li {
  min-width: 344px;
  height: 160px;
  border-radius: 11.42px;
  background: #121314;
  box-shadow: 0px 0px 10px 0px #00000026;
  border: 1px solid rgba(225, 225, 225, 0.05);
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 32px;
}

.hiring-minus-img {
  min-width: 86px !important;
  width: 86px;
  min-height: 86px !important;
  height: 86px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hiring-minus-img img {
  border: none !important;
  border-radius: 0 !important;
}

.video-frame {
  display: none;
}

.video-thumb {
  display: flex;
}

.hiring-minus h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 4px;
}

.hiring-minus p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #C3C3C3;
  margin-bottom: 0;
  text-align: left;
}


@media (max-width: 768px) {
  .video-container {
    height: 300px;

    #mainVideo {
      height: 300px !important;
      border: none !important;
      box-shadow: none !important;
    }
  }

  section {
    width: unset;
    padding: unset;
  }

  .background-color-gradint {
    display: none;
  }

  .navbar-nav {
    gap: 20px;
  }

  .container-fluid {
    padding: 0;
  }

  .hero-section {
    background: #0B0C0D !important;
  }

  .hero-section-body {
    padding-top: 40px
  }

  .hero-section-body {
    .hero-text {
      padding: 0 42px;

      h1 {
        width: auto;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: unset;
      }

      h5 {
        width: auto;
      }
    }
  }

  .footer-bg {
    background-image: none;
    margin: 0;
  }

  .footer-bg2 {
    background-image: none !important;
  }

  .footer-sm-logo {
    display: block;
    width: 100%;
  }

  .footer-links {
    position: unset;
    padding: 30px;
    justify-content: start;
  }

  .footer-add-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 42px !important;
  }

  .term-link {
    display: none;
  }

  .footer-text {
    position: unset;
    padding: 0 30px;
    justify-content: start;
  }

  .footer-bg-image {
    display: none;
  }

  .footer-small-image {
    width: 100%;
    display: block;
    padding: 0 25px 26px 20px;
  }

  .signup-cards {
    flex-direction: column;
    gap: 0;
    padding: 0;

    .signup-card {
      border-radius: 0;
      width: 100%;
    }

    .card1 {
      margin-top: 50px;
      border-radius: 0;
    }

    .card3 {
      margin: 0;
    }
  }

  .signup-text {
    padding: 50px 30px;
    flex-direction: column;
    gap: 26px;
  }

  .dots-section {
    flex-direction: column;
    height: auto !important;
  }

  .small-dots-section {
    display: none !important;
  }

  .dots-small-sceen {
    flex-direction: row !important;
    gap: 16.5px !important;
    justify-content: start !important;
  }

  .signup-text {

    h2,
    h3 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
    }
  }

  .feature-section {
    overflow: auto;
    padding: 75px 20px;
    position: unset;
    justify-content: unset;

    .feature-items {
      display: block;
      width: 360px;
      min-width: 360px;
    }
  }

  .screening-section {
    padding: 20px 25px;
  }

  .screening-sm-img {
    display: block;
  }

  .screening-head {
    padding: 0;
    margin: 0;
    flex-direction: column;
    ;

    img {
      display: none;
    }

    h4 {
      font-weight: 600;
      font-size: 30px;
      line-height: 40px;
      letter-spacing: normal;
    }

    p {
      width: 100%;
      font-weight: 400;
      font-size: 22px;
    }
  }

  .screening-body {
    img {
      width: 100%;
      height: auto;
      border-radius: 12px;
    }
  }

  .bulk-dial-lg {
    display: none;
  }

  .bulk-dial-sm {
    display: block;
  }

  .sm-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
  }

  .sm-card-items {
    width: 100%;
    height: 224px;
    border-radius: 9.74px;
    background: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;

    h5 {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      color: #FFFFFF;
    }
  }

  .screening-body-section {
    flex-direction: column;
  }

  .screening-person {
    display: none;
  }

  .floting-text1 {
    top: 10px;
    left: 20px;
  }

  .floting-text2 {
    top: 54px;
    left: 145px;
  }

  .screening-bottom {
    height: auto;
    flex-direction: column;
    padding: 34px 33px;

    h4 {
      text-align: left;
    }
  }

  .dot-image {
    width: 100% !important;
    margin-bottom: 32px;
  }

  .screening-btn1 {
    display: none;
  }

  .screening-btn2 {
    display: none;
  }

  .small-btn {
    display: block !important;
  }

  .video-interview-section {
    padding: 56px 28px;
  }

  .video-interview-head {
    flex-direction: column;
    gap: 13px;

    h2 {
      width: unset;
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -1px;

      img {
        display: none;
      }
    }

    p {
      width: unset;
      font-weight: 400;
      font-size: 20px;
    }
  }

  .video-interview-panel {
    margin: 0;
  }

  .video-interview-bottom {
    height: auto;
    padding: 10px 0;
    justify-content: center !important;

    .interview-transcript {
      display: none !important;
    }
  }

  .video-analysis {
    display: none;
  }

  .video-personility {
    display: none;
  }

  .video-interview-image {
    height: auto;
    margin: 0;

    .interview-image {
      height: auto;
    }

    .video-interview-icons {
      width: 17.5px;
      height: 17.5px;

      img {
        width: 7.75px;
        height: 7.75px;
      }
    }
  }

  .video-corner {
    img {
      width: 90.5px;
      height: 82.5px;
    }
  }

  .video-interview-icons-sm {
    justify-content: center !important;
  }

  .video-icon {
    gap: 7.75px !important;
  }

  .corner-border {
    width: 15px;
    height: 15px;

    img {
      width: 15px;
      height: 15px;
    }
  }

  .top-left {
    top: -12px;
    left: -5px;
  }

  .top-right {
    top: -12px;
    right: -5px;
  }

  .bottom-left {
    bottom: 2px;
    left: -4px;
  }

  .bottom-right {
    bottom: 3px;
    right: -6px;
  }

  .video-corner {
    display: none;
    top: 10px;
    left: 37%;

    h6 {
      font-weight: 700;
      font-size: 5.36px;
      line-height: 6.43px;
      margin-top: 11px;
    }
  }

  .video-logo {
    top: 6px;
    left: 8px;

    img {
      width: 38.85px;
      height: 13.2px;
    }
  }

  .video-interview-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .sm-live-score {
    display: block;
    position: absolute;
    bottom: 11.84px;
    left: 11.5px;

    .analysis-items {
      width: 74px;
      background: #FFFFFF;
      border-bottom: 4px solid #FFC857;
      box-shadow: 0px 4px 4px 0px #00000040;
      border-bottom-width: 4px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 10px;
      gap: 6px;

      .circle-round {
        position: relative;
        border-radius: 50%;
        width: 40px;
        height: 40px;

        .circle-round-ring {
          position: absolute;
          border-radius: 50%;
          background-color: #FFFFFF;
          width: 30px;
          height: 30px;
          top: 5px;
          left: 5px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: "IBM Plex Sans", sans-serif;
          font-weight: 400;
          font-size: 9.06px;
          line-height: 10.57px;
          color: #000000BF;
        }
      }

      h6 {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -2%;
        text-align: center;
        content: #000000;
      }

      p {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        color: #000000BF;
        margin: 0;
      }
    }
  }

  .sm-live-personility {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 84px;
    height: 94px;
    background: #FFFFFF;
    border-bottom: 4px solid #FFC857;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: absolute;
    top: 19px;
    right: 0;

    h5 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 10px;
      line-height: 12px;
      letter-spacing: -2%;
      text-align: center;
      color: #000000;
    }
  }

  .assessments-section {
    padding: 65px 30px;
  }

  .assessments-head {
    flex-direction: column-reverse;
    gap: 44px;

    .circle-1 {
      width: 305px;
      height: 305px;
    }

    .circle-2 {
      width: 293px;
      height: 293px;
    }

    .circle-3 {
      width: 281px;
      height: 281px;
    }

    .circle-4 {
      width: 269px;
      height: 269px;
    }

    .circle-5 {
      width: 257px;
      height: 257px;
    }

    .assessments-head-text {
      h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -2px;
      }

      h5 {
        width: unset;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: -1px;
      }

      .video-interview-buttons {
        align-items: start;
      }
    }
  }

  .assessments-tabs {
    display: none;
  }

  .assessments-accordions {
    display: block;
    padding-top: 26px;

    .accordion {
      .accordion-item {
        margin-bottom: 10px;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #DADADA;

        .accordion-button {
          border-radius: 12px;
          background-color: #ffffff;
          font-weight: 600;
          transition: all 0.3s ease;
          box-shadow: none;

          &:not(.collapsed) {
            background-color: #0048B7;
            color: #fff;
            border-radius: unset;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;

            &::after {
              transform: rotate(180deg);
            }
          }
        }

        .accordion-collapse {
          .accordion-body {
            background-color: #00DDFF;
            color: #000;
            padding: 17px 32px;

            h2 {
              font-family: "Inter", sans-serif;
              font-weight: 500;
              font-size: 24px;
              line-height: 32px;
              letter-spacing: -4%;
              color: #1A1E23;
              margin-bottom: 12px;
            }

            h6 {
              font-family: "IBM Plex Sans", sans-serif;
              font-weight: 400;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0%;
              color: #000000;
            }
          }
        }
      }
    }
  }

  .hearing-flow {
    padding: 70px 30px;

    h2 {
      font-weight: 600;
      font-size: 34px;
      line-height: 40px;
    }

    p {
      width: unset;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;

    }

    .workflow-image {
      width: 100%;

      .interview-image {
        width: 100%;
      }

      img {
        width: 100%;

      }
    }
  }

  .slider-heading {
    padding: 0 30px;

    h4 {
      font-size: 28px;
      line-height: 40px;
      margin-bottom: 12px;
    }

    p {
      width: unset;
      font-size: 20px;
      margin-bottom: 31px;
    }
  }

  .testimonial-slider {
    --card-width: 86vw;
    --card-height: auto;
    --arrow-size: 38px;
    --arrow-gap: 6px;
    padding: 0 12px;
  }

  .slider-track {
    gap: 20px;
    padding: 18px calc(var(--card-width) / 2) 28px;
  }

  .slider-card {
    height: auto;
    padding: 48px 24px 28px;
  }

  .slider-avatar {
    width: 72px;
    height: 72px;
    margin-top: -78px;
  }

  .slider-video video {
    height: 180px;
  }

  .integration-section {
    padding: 35px 30px;
    flex-direction: column;

    h2 {
      font-size: 32px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 12px;

      img {
        display: none;
      }
    }

    p {
      width: unset;
      font-size: 19px;
      text-align: center;
      margin-bottom: 22px;
    }

    img {
      width: 80px;
      height: 80px;
    }
  }

  .hiring-card {
    margin: 0 30px;
    padding: 24px;
    height: auto;

    .hiring-card-items {
      flex-direction: column;

      .hiring-text {
        justify-content: center;
        align-items: center;

        h2 {
          font-size: 32px;
          line-height: 40px;
          text-align: center;
        }

        p {
          width: unset;
          font-size: 20px;
          text-align: center;
        }

        .hiring-gradient-circle {
          display: none;
        }
      }
    }
  }

  .poligon-img {
    img {
      width: 95%;
    }
  }

  .dot5 {
    height: 3400px;
  }

  .customer-scrolling h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .screening-person2 {
    video {
      width: 100%;
    }
  }

  .slider-arrow.prev {
    left: 58%;
  }

  .slider-arrow.next {
    left: 35%;
  }

  .slider-quote {
    padding: 0;
    font-size: 14px;
  }

  .slider-avatar {
    margin: 0;
  }

  .slider-arrow img {
    width: 24px;
    height: 24px;
  }
}

@media (min-width:767px) and (max-width: 1100px) {
  section {
    padding: 0;
    margin: 0 30px;
  }

  .interview-image {
    width: 100%;
  }

  .integration-section {
    p {
      width: unset;
    }
  }

  .slider-arrow.next {
    left: 45%;
  }

  .footer-bg {
    background-image: none;

    .footer-sm-logo {
      display: block;
    }

    .footer-links {
      position: unset;
      padding: 30px;
      justify-content: start;
    }

    .footer-text {
      position: unset;
      padding: 30px;
      justify-content: start;
    }
  }

  .footer-bg-image {
    display: none;
  }

  .footer-small-image {
    display: block;
    width: 100%;
    padding: 0 30px 26px 30px;
  }

  .hero-section-body {
    .hero-text {
      h1 {
        width: 100%;
      }

      h5 {
        width: 90%;

      }
    }
  }

  .signup-cards {
    gap: 10px;
    flex-direction: column;
    align-items: center;

    .card1 {
      margin-top: 0;
    }

    .card3 {
      margin-top: 0;
    }
  }

  .red-dots1 {
    left: 80%;
  }

  .signup-text {
    padding: 75px 50px;
    gap: 50px;

    h2 {
      font-size: 26px;
      line-height: 30px;
    }
  }

  .feature-section {
    overflow: auto;
    justify-content: unset;
    padding: 60px 30px;

    .feature-items {
      min-width: 360px;
    }
  }

  .testimonial-slider {
    --card-width: 600px;
    --card-height: 422px;
    --arrow-gap: 10px;
    padding: 0 24px;
  }

  .slider-video video {
    height: 200px;
  }

  .screening-section {
    padding: 65px 0;
  }

  .screening-head {
    padding-left: 30px;
    flex-wrap: wrap-reverse;

    p {
      width: auto;
    }
  }

  .screening-body-section {
    flex-wrap: wrap;
    justify-content: center;
  }

  .screening-bottom {
    .dot-image {
      width: 40%;
    }
  }

  .video-interview-image {
    width: 95%;
  }

  .top-right {
    right: 19px;
  }

  .bottom-right {
    bottom: -15px;
    right: 15px;
  }

  .video-interview-head {
    gap: 25px;
  }

  .wave-image {
    width: 100%;
  }

  .video-corner {
    left: 31%;
  }

  .video-analysis {
    width: unset;
    z-index: 1;
  }

  .video-personility {
    left: 66%;
    z-index: 1;
  }

  .tab-pane-text {
    justify-content: flex-start !important;
  }

  .assessments-head {
    flex-wrap: wrap;
    gap: 50px;
  }

  .tab-image {
    img {
      width: 100%;
    }
  }

  .workflow-image {
    img {
      width: 100%;
    }
  }

  .poligon-img {
    img {
      width: 100%;
    }
  }

  .logo-images {
    width: 25%;
  }

  .left-half {
    display: none;
  }

  .right-half {
    display: none;
  }
}