.Easy_Steps {
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}

.Easy_Steps::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent
    linear-gradient(180deg, #0a0b0d00 77%, #0b0c0eea 87%, #0b0c0e 100%) 0% 0%
    no-repeat padding-box;
  z-index: 0;
}

.Easy_Steps .steps_div {
  margin-top: 30px;
}

.Easy_Steps .steps_div .step_card {
  display: flex;
  align-items: center;
  background: #000 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin-bottom: 20px;
  gap: 60px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.Easy_Steps .steps_div .step_card .number_div {
  background: transparent linear-gradient(180deg, #d40000 0%, #570000 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-right: 10px;
}

.Easy_Steps .steps_div .step_card .number_div .card_num {
  font-size: 80px;
  font-weight: 700;
  font-family: 'Exo';
  color: #ffffff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: -20px;
}

.Easy_Steps .steps_div .step_card .content_div {
  width: 300px;
}

.Easy_Steps .steps_div .step_card .content_div .card_title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Exo';
  color: #ffffff;
}

.Easy_Steps .steps_div .step_card .content_div .card_desc {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Exo';
  color: #ffffff;
  margin: 0;
}

.Easy_Steps .steps_div .right_img_holder {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.Easy_Steps .steps_div .right_img_holder .img1_div {
  transition:
    transform 0.8s ease-in-out,
    filter 0.8s ease-in-out;
  transform: scale(1);
  will-change: transform;
}

.Easy_Steps .steps_div .right_img_holder .img1_div .card_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Easy_Steps .steps_div .right_img_holder .img2_div {
  position: absolute;
  right: 70px;
  transition: transform 0.8s ease-in-out;
  transform: scale(1) translateX(0);
  will-change: transform;
}

.Easy_Steps .steps_div .right_img_holder .img2_div .female_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Easy_Steps .steps_div .right_img_holder .img1_div,
.Easy_Steps .steps_div .right_img_holder .img2_div {
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.Easy_Steps .steps_div .right_img_holder .img1_div .card_img {
  transition: filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ================= Hover Effect ================= */

.Easy_Steps:hover .steps_div .right_img_holder .img2_div {
  transform: translateX(-70px) scale(1.3);
  /* width: 400px; */
}

.Easy_Steps:hover .steps_div .right_img_holder .img1_div {
  transform: scale(0.72);
}

.Easy_Steps:hover .steps_div .right_img_holder .img1_div .card_img {
  filter: blur(5px);
}

/* ========================== Media Queries ===================== */

@media (min-width: 0px) and (max-width: 575px) {
  .Easy_Steps .steps_div .right_img_holder {
    display: none;
  }

  .Easy_Steps .steps_div .mobile_view {
    width: 100%;
    margin: auto;
  }

  .Easy_Steps .steps_div .mobile_view .grp_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .Easy_Steps .steps_div .step_card .number_div .card_num {
    font-size: 50px;
    margin-bottom: -13px;
  }

  .Easy_Steps .steps_div .step_card .content_div .card_title {
    font-size: 17px;
  }

  .Easy_Steps .steps_div .step_card .content_div .card_desc {
    font-size: 13px;
  }

  .Easy_Steps .steps_div .step_card {
    padding-right: 5px;
    gap: 10px;
  }

  .Easy_Steps .steps_div .step_card .content_div {
    width: 100%;
  }

  .Easy_Steps .steps_div .step_card .number_div {
    height: 80px;
    width: 80px;
  }

  .Easy_Steps {
    padding: 60px 0px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .Easy_Steps .steps_div .right_img_holder {
    display: none;
  }

  .Easy_Steps .steps_div .mobile_view {
    width: 320px;
    margin: auto;
  }

  .Easy_Steps .steps_div .mobile_view .grp_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .Easy_Steps .steps_div .step_card .number_div .card_num {
    font-size: 60px;
    margin-bottom: -15px;
  }

  .Easy_Steps .steps_div .step_card .content_div .card_title {
    font-size: 20px;
  }

  .Easy_Steps .steps_div .step_card .content_div .card_desc {
    font-size: 14px;
  }

  .Easy_Steps .steps_div .step_card {
    padding-right: 5px;
    gap: 30px;
  }

  .Easy_Steps .steps_div .step_card .content_div {
    width: 100%;
  }

  .Easy_Steps .steps_div .step_card .number_div {
    height: 90px;
  }

  .Easy_Steps {
    padding: 60px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Easy_Steps .steps_div .right_img_holder {
    display: none;
  }

  .Easy_Steps .steps_div .mobile_view .grp_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .Easy_Steps .steps_div .step_card .number_div .card_num {
    font-size: 60px;
    margin-bottom: -15px;
  }

  .Easy_Steps .steps_div .step_card .content_div .card_title {
    font-size: 20px;
  }

  .Easy_Steps .steps_div .step_card .content_div .card_desc {
    font-size: 14px;
  }

  .Easy_Steps .steps_div .step_card {
    padding-right: 5px;
    gap: 30px;
  }

  .Easy_Steps .steps_div .step_card .content_div {
    width: 100%;
  }

  .Easy_Steps .steps_div .step_card .number_div {
    height: 90px;
  }

  .Easy_Steps {
    padding: 60px 0px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Easy_Steps .steps_div .step_card .content_div .card_title {
    font-size: 20px;
  }

  .Easy_Steps .steps_div .step_card .content_div .card_desc {
    font-size: 15px;
  }

  .Easy_Steps:hover .steps_div .right_img_holder .img2_div {
    transform: translateX(-60px) scale(1.16);
  }

  .Easy_Steps .steps_div .right_img_holder .img2_div {
    right: 20px;
  }
}
