@font-face {
  font-family: 'AlphaHeadlinePro-Bold';
  src: url('./font/AlphaHeadlinePro/AHCEBol_.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

    @font-face {
  font-family: 'Relevant-Medium';
  src: url('./font/Relevant OTF/Relevant-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.static-carousel-wrapper {
      position: relative;
      width: 100%;
      /* max-width: 1000px; */
      margin: 40px auto;
      overflow: hidden;
      display: flex;
      align-items: center;
      padding-right: 40px;
    }

.static-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  }

    .static-slide {
    min-width: 100%;
     margin-right: 30px;
      display: flex;
      flex-direction: row;
      gap: 30px;
      align-items: center;
    }

    .static-slide img {
      width: 300px;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
    }

    .static-text {
      max-width: 500px;
      font-family:
    AlphaHeadlinePro-Bold,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
    }

    .quote {
      font-family: 'AlphaHeadlinePro-Bold';
      font-size: 18px;
      font-weight: bold;
    }

    .author {
      font-size: 14px;
      color: #333;
      margin-top: 12px;
    }


    .nav-button {
      background-color: white;
      border: 1px solid #ccc;
      font-size: 24px;
      padding: 10px 16px;
      cursor: pointer;
      z-index: 1;
    }

    .nav-button.left {
      margin-right: 10px;
    }

    .nav-button.right {
      margin-left: 10px;
    }

    .img-wrapper-static {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .author.below {
    margin-top: 10px;
    font-size: 14px!important;
    color: black;
    text-align: center;
    font-family: 'Relevant-Medium', Arial, sans-serif;
    }