.btn-circle {
  background-color: #00000033;
  border-radius: 100%;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  font-size: 30px;
  &:hover {
    background-color: #dedede;
  }
  /* &:active {
    border-color: 1px solid black;
  } */
}
.section-solution-1 {
  background: linear-gradient(180deg, rgba(31, 48, 48, 0) 0%, #131313 100%),
    url('images/bg-solutions.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  h1 {
    text-align: center;
    line-height: 1;
    margin-top: clamp(200px, calc(10vw + 200px), 800px);
    font-family: 'Dela Gothic One';
    font-size: 48px;
    color: white;
  }
}

.section-solution-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  .text-title {
    font-weight: 400;
    text-align: center;
    max-width: 60%;
  }
  .text-content {
    max-width: 70%;
    text-align: center;
  }
  .container {
    display: flex;
    margin-top: 10%;
    .title {
      width: 40%;
      .item-obj {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #888;
        border-left: 3px solid transparent;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        opacity: 0.4;
        img {
          width: clamp(20px, 5vw, 40px);
          margin-right: 10px;
        }
        span {
          color: white;
          font-weight: 600;
          font-size: clamp(10px, 1.5vw, 24px);
          border-left: 3px solid white;
          padding-left: 15px;
          height: 70px;
          display: flex;
          align-items: center;
        }
        &.active {
          opacity: 1;
        }
      }
    }
    .content-obj {
      width: 60%;
      display: none;
      img {
        mix-blend-mode: luminosity;
        width: 100%;
        height: 330px;
      }
      h2 {
        font-weight: 600;
        font-size: 30px;
        color: white;
        line-height: 1em;
      }
      p {
        font-family: 'Saira';
        font-weight: 300;
        font-size: 20px;
        color: white;
        opacity: 0.65;
        line-height: 1.5em;
      }
    }
  }
}

.section-solution-3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 100%),
    linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #131313 100%), url('./images/bg-solution-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  h1 {
    font-weight: 400;
    text-align: center;
    margin: 0;
  }
  .text-content {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 50%;
    text-align: center;
  }
  .btn {
    width: 200px;
    height: 50px;
  }
  .container-service {
    display: flex;
    gap: 5%;
    margin-top: 10%;
    flex-wrap: wrap;
    .describe-service {
      width: 40%;
      display: flex;
      flex-direction: column;
      .describe-content {
        display: none;
        h2 {
          font-weight: 600;
          line-height: 1em;
          font-size: 30px;
          color: white;
        }
        p {
          font-family: 'Saira';
          font-weight: 300;
          font-size: 20px;
          color: white;
          opacity: 0.65;
          line-height: 1.5em;
        }
      }
      .wrap-btn {
        display: flex;
        gap: 1%;
        margin-top: auto;
      }
    }
    .img-service {
      display: none;
      width: 55%;
      img {
        width: auto;
        height: auto;
        max-height: 500px;
        max-width: 100%;
      }
    }
  }
}

.section-solution-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .wrap-success-stories {
    width: 100%;
    gap: 3em;
    display: flex;
    .wrap-text {
      width: 50%;
      display: flex;
      flex-direction: column;
      padding: 0 65px;
      justify-content: center;
      .text-title {
        max-width: 100%;
      }
      .text-title-container {
        /* background: linear-gradient(to right, #ffffff, #999999);
        background-clip: text;
        -webkit-text-fill-color: transparent; */
        color: #fff;
        font-size: 48px;
        line-height: 53.2px;
        max-width: 80%;
        text-align: left;
      }

      .text-content-container {
        color: white;
        opacity: 0.65;
        max-width: 90%;
        font-size: 20px;
        line-height: 36px;
        font-weight: 300;
        font-family: 'Saira';
      }
    }
    .video-container {
      position: relative;
      width: 70%;
      aspect-ratio: 16 / 9;
      max-height: fit-content;
      iframe {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        z-index: 1;
      }
      .bg-white {
        position: absolute;
        z-index: 0;
        background-color: white;
        width: 80%;
        top: -5%;
        right: -3%;
        height: 110%;
      }
    }
  }

  .success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    h3 {
      color: white;
      font-weight: 500;
      font-size: 24px;
      line-height: 31.2px;
      letter-spacing: -0.1px;
      text-align: center;
      vertical-align: middle;
      text-transform: uppercase;
    }
    p {
      font-family: 'Saira';
      font-weight: 300;
      font-size: 15px;
      line-height: 24.45px;
      color: white;
      width: 55%;
    }

    .success-images {
      grid-column: span 2;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 20px;

      .slider {
        display: flex;
        flex-direction: column;
        gap: 8px;
        overflow: hidden;
        position: relative;
        transition: transform 0.3s ease-in-out;
      }
      img {
        width: calc(25% - 8px);
        height: 200px;
        border: 1px solid #ffffffcc;
        object-fit: cover;
      }
      .arrow {
        display: none;
      }
    }
  }
}

.section-solution-5 {
  background: url('./images/bg-solution-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .section-solution-1 {
    h1 {
      margin-top: 200px;
    }
  }
  .section-solution-2 {
    .text-title {
      max-width: 100%;
    }
    img {
      display: none;
    }
    .container {
      flex-direction: column;
      gap: 2em;
      .title {
        width: 100%;
      }
      .content-obj {
        width: 100%;
      }
      .item-obj {
        span {
          font-size: 17px !important;
        }
      }
      h2 {
        font-size: 25px !important;
      }
    }
  }
  .section-solution-3 {
    margin-top: 0px;
    .container-service {
      flex-direction: column-reverse;
      .describe-service {
        width: 100%;
        .wrap-btn {
          justify-content: center;
        }
        h2 {
          font-size: 20px !important;
        }
      }
      .img-service {
        width: 100%;
        justify-content: center;
        img {
          max-width: 100%;
        }
      }
    }
    .text-content {
      max-width: 100%;
    }
    .img-ss3 {
      display: none;
    }
  }

  .section-solution-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .success-content {
      position: relative;

      p {
        font-family: 'Saira';
        font-weight: 300;
        font-size: 15px;
        line-height: 24.45px;
        color: white;
        width: 100%;
        text-align: justify;
      }

      .success-images {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        img {
          width: calc(25% - 8px);
          height: 100px;
          border: 1px solid #ffffffcc;
          object-fit: contain;
        }

        .slider {
          display: flex;
          gap: 20px;
        }

        /* img {
          width: 100%;
          height: 200px;
          border: none;
          object-fit: contain;
        } */
        .arrow {
          display: block;
          position: absolute;
          top: 75%;
          transform: translateY(-50%);
          font-size: 20px;
          color: #d3d3d3;
          background: transparent;
          border: none;
          cursor: pointer;
          z-index: 10;
          padding: 0 10px;
          transition: color 0.3s;
        }

        .left {
          left: 10px;
        }

        .right {
          right: 10px;
        }
      }
    }

    .wrap-success-stories {
      width: 100%;
      display: flex;
      gap: 3em;
      flex-wrap: wrap;

      .wrap-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        .text-title-container {
          max-width: 100%;
          font-size: 45px;
          text-align: center;
        }
        .text-content-container {
          max-width: 100%;
        }
      }
      .video-container {
        width: 100%;
        iframe {
          width: 100%;
          height: 100%;
          min-height: 300px;
        }
      }
    }
  }
}

@media screen and (max-width: 640px) {
  .section-solution-2 {
    .text-title {
      max-width: 100%;
    }
    .text-content {
      max-width: 100%;
      text-align: justify;
    }
    .container {
      flex-direction: column;
      gap: 2em;
      .title {
        width: 100%;
      }
      .content-obj {
        width: 100%;
        h2 {
          font-size: 30px;
        }
      }
      .item-obj {
        span {
          font-size: 14px !important;
        }
      }
    }
  }
}
