.banner_section {
    padding: 0px 0;
    position: relative;
}

.banner_section .side_img_div {
  position: absolute;
  mix-blend-mode: soft-light;
  /* width: 150px; */
}

.banner_section .left_img {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
}

.banner_section .center_img {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
}

.banner_section .bottom_img {
  bottom: -60px;
  left: 15%;
  width: 150px;
}

.banner_section .side_img_div .side_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner_section .play_banner {
  padding: 80px 0;
  position: relative;
}

.banner_section .banner_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_section .banner_wrapper .banner_content {
  color: #fff;
}

.banner_section .banner_wrapper .banner-text {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  font-family:
    Roboto Slab,
    Bold;
  text-shadow: 0px 3px 6px #370000;
}

.banner_section .banner_wrapper .bold-text {
  font-weight: 900;
}

.banner_section .banner_wrapper .text {
  text-align: center;
  font-size: 22px;
  opacity: 1;
  margin-bottom: 20px;
  /* justify-content: center; */
  /* align-items: center; */
  /* display: flex; */
  font-family:
    Roboto Slab,
    Bold;
}

.banner_section .banner_wrapper .divider {
  width: 60%;
  height: 1px;
  background: #fff;
  margin-bottom: 20px;
  margin: 10px auto;
}

.banner_section .banner_wrapper .play_btn .btn {
  height: auto;
  width: 230px;
  margin: 0 auto;
  display: flex;
}

/* ==================== Animation ===================== */
.banner_section .side_bg_left {
  transform: translate(0px, 300px);
  left: 0;
}

.banner_section .side_bg_center {
  width: 200px;
  transform: translate(50%, 135px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.banner_section .side_bg_bottom {
  width: 135px;
  bottom: 0;
  transform: translate(250px, 150px);
  z-index: -1;
}

.banner_section.active .side_bg_bottom {
  transform: translate(250px, 50px);
  opacity: 1 ;
}

.banner_section.active .side_bg_center {
  opacity: 1;
  transform: translate(50%, -95px);
}

.banner_section.active .side_bg_left {
  transform: translate(0px, 200px);
  opacity: 1 ;
}

@media (min-width: 0px) and (max-width: 574px) {
  .banner_section .play_banner {
    padding: 20px 0;
    position: relative;
  }

  .banner_section {
    padding: 0px 0;
    position: relative;
}

  .banner_section .banner_wrapper .banner-text {
    font-size: 18px;
  }

  .banner_section .banner_wrapper .text {
    font-size: 14px;
  }

  .banner_section .banner_wrapper .play_btn .btn {
    width: 160px;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .banner_section .play_banner {
    padding: 20px 0;
    position: relative;
  }

  .banner_section .banner_wrapper .banner-text {
    font-size: 25px;
  }

  .banner_section .banner_wrapper .text {
    font-size: 17px;
  }

  .banner_section .banner_wrapper .play_btn .btn {
    width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_section .play_banner {
    padding: 20px 0;
    position: relative;
  }

  .banner_section .banner_wrapper .banner-text {
    font-size: 26px;
  }

  .banner_section .banner_wrapper .text {
    font-size: 21px;
  }

  .banner_section .banner_wrapper .play_btn .btn {
    width: 190px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner_section .play_banner {
    padding: 20px 0;
    position: relative;
  }

  .banner_section .banner_wrapper .banner-text {
    font-size: 27px;
  }

  .banner_section .banner_wrapper .text {
    font-size: 21px;
  }

  .banner_section .banner_wrapper .play_btn .btn {
    width: 190px;
  }
}
