.banner-item-inner{
  height: 100%;
}
.banner_image {
  &:hover .slick-arrow {
    opacity: 1;
  }

  .slick-arrow {
    position: absolute;
    height: 40px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;

    @media (min-width: 1024px) {
      opacity: 0;
    }

    @media (max-width:768px) {
      width: 30px;
      height: 30px;
    }
  }

  .slick-next.slick-arrow {
    right: 20px;
  }

  .slick-prev.slick-arrow {
    left: 20px;
  }

  .slick-arrow i {
    color: #681e77;
    font-size: 25px;

    @media (max-width:768px) {
      font-size: 18px;
    }
  }

  .absolute-link {
    top: 0;
    width: 100%;
    height: 100%;
  }

  position: relative;
  height: auto;

  @media (max-width:767px) {
    width: 100%;
  }

  img {
    width: 100%;
    height: 500px;

    @media (max-width:767px) {
      height: 200px;
    }

    object-fit: cover;
  }

  .banner-content {
    position: absolute;
    bottom: 0;
    background-color: rgb(255 255 255 / 70%);
    left: 0;
    bottom: 0;
    padding: 20px 40px 20px 20px;
    z-index: 1;
    border-top-right-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(300px) rotateX(13deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    max-width: 80%;
    transform: perspective(300px) rotateX(13deg);

    @media (max-width:640px) {
      padding: 10px 10px 20px 10px;
    }
    h1,
    a {
      z-index: 1;
      width: 100%;
      max-width: 320px;
      position: relative;
    }

  }

  .slick-dots {
    bottom: 10px;
    position: absolute;
    gap: 10px;
    display: flex !important;
    left: 50%;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    transform: translateX(-50%);

    button {
      display: none;
    }

    li {
      cursor: pointer;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      background-color: hsla(290, 60%, 29%, 0.5);

      &.slick-active {
        background-color: #fe5e00;
      }
    }
  }
}

.fullLinkBanner {
  display: block;
  width: 100%;
  position: absolute !important;
  top: 0%;
  left: 0;
  height: 100%;
}

.banner-item-image {
  position: relative;
}

.banner_image h1 {
  width: 250px;
  font-size: 18px;
  font-weight: 700;
  color: #681e77;
  max-width: 100%;
  -webkit-transform: perspective(300px) rotateX(-13deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@media (min-width: 768px) {
  .banner_image h1 {
    width: 290px;
    font-size: 28px;
    font-weight: 700;
    color: #681e77;
  }
}

.right_banner {
  .absolute-link {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .first_sub {
    position: relative;

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }

  .second_sub {
    position: relative;

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }
}

.first_sub {
  h2 {
    font-size: 16px !important;
    max-width: 260px;
    font-weight: 700;
    color: #681e77;
  }

  .hover_btn {
    .button_text {
      @media (max-width: 991px) {
        font-size: 12px;
        padding-left: 3px;
      }
    }
  }

  .banner-content {
    position: absolute;
    bottom: 0;
    background-color: rgb(255 255 255 / 70%);
    left: 0;
    padding: 20px;
    width: 80%;
    transform: translateY(-50%);
    border-top-right-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(300px) rotateX(13deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    max-width: 100%;
    transform: perspective(300px) rotateX(13deg);

    @media (max-width:768px) {
      padding: 20px 10px;
      /*  top: unset;
       transform: unset; */
      bottom: 0px;
    }

    @media (max-width: 640px) {
      padding: 10px;
    }

    h2 {
      @media (max-width: 640px) {
        margin-bottom: 5px;
      }
    }

    h2,
    a {
      -webkit-transform: perspective(300px) rotateX(-13deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
    }
  }
}

.second_sub {
  h2 {
    font-size: 16px !important;
    max-width: 230px;
    font-weight: 700;
    color: #681e77;
  }

  .hover_btn {
    .button_text {
      @media (max-width: 991px) {
        font-size: 12px;
        padding-left: 3px;
      }
    }
  }

  .banner-content {
    position: absolute;
    bottom: 0;
    background-color: rgb(255 255 255 / 70%);
    left: 0;
    padding: 20px;
    width: 80%;
    transform: translateY(-50%);
    border-top-right-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(300px) rotateX(13deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    max-width: 100%;
    transform: perspective(300px) rotateX(13deg);

    @media (max-width:768px) {
      padding: 20px 10px;
      /*  top: unset;
       transform: unset; */
      bottom: 0px;
    }

    @media (max-width: 640px) {
      padding: 10px;
    }

    h2 {
      @media (max-width: 640px) {
        margin-bottom: 5px;
      }
    }

    h2,
    a {
      -webkit-transform: perspective(300px) rotateX(-13deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
    }
  }
}

@media (min-width: 768px) {
  .first_sub {
    h2 {
      font-size: 24px !important;
      max-width: 260px;
      font-weight: 700;
      color: #681e77;
    }
  }

  .second_sub {
    h2 {
      font-size: 24px !important;
      max-width: 230px;
      font-weight: 700;
      color: #681e77;
    }
  }
}

@media (min-width: 768px) {
  .banner_image {
    img {
      width: 100%;
      height: 340px;
      object-fit: cover;
    }

    .right_banner {
      .first_sub {
        position: relative;

        img {
          width: 100%;
          height: 200px;
          object-fit: cover;
        }
      }

      .second_sub {
        position: relative;

        img {
          width: 100%;
          height: 200px;
          object-fit: cover;
        }
      }
    }

    h1 {
      width: 320px;
      font-size: 24px;
      font-weight: 700;
      color: #681e77;
    }
  }

  .right_banner {
    .first_sub {
      h2 {
        font-size: 15px !important;
        right: 10%;
      }
    }

    .second_sub {
      h2 {
        font-size: 15px !important;
        right: 20%;
      }
    }
  }
}

@media (min-width: 1024px) {
  .banner_image {
    h1 {
      font-size: 24px;
    }

    img {
      width: 100%;
      /* height: 380px; */
      height: 100%;
      object-fit: cover;
    }
  }

  .right_banner {
    .first_sub {
      h2 {
        font-size: 15px !important;
        right: 20%;
      }
    }

    .second_sub {
      h2 {
        font-size: 15px !important;
        right: 20%;
      }
    }
  }
}

@media (min-width: 1440px) {
  .banner_image {
    img {
      width: 100%;
      height: 510px;
      object-fit: cover;
    }
  }

  .right_banner {
    .first_sub {
      h2 {
        font-size: 25px !important;
        right: 0;
        left: unset;
      }
    }

    .second_sub {
      h2 {
        font-size: 25px !important;
        right: unset;
        left: 12px;
      }
    }
  }
}

.content_section {
  .section-container {
    position: relative;
  }
}

.message_box {
  background-color: #fe5e00;
  position: absolute;
  bottom: 0;
  left: 3%;
  padding: 8px 20px;
  border-radius: 30px;
  color: white;
}

.message_box_2 {
  background-color: #fe5e00;
  position: absolute;
  bottom: 0;
  right: 3%;
  padding: 8px 20px;
  border-radius: 30px;
  color: white;
}