.chapter-wrap-one {
  background: url(../assets/images/chapter_one_hero.png) no-repeat;
  background-size: cover;
  background-position: 100% 99%;
}

.chapter-wrap-two {
  background: url(../assets/images/chapter_two_hero.png) no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
}

.chapter-wrap-three {
  background: url(../assets/images/chapter_three_hero.png) no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
}

.chapter-wrap-four {
  background: url(../assets/images/chapter_four_hero.png) no-repeat;
  background-position: 100% 100%;
  background-size: 100% 100%;
}
@media screen and (max-width: 1399px) {
  .chapter-wrap-one {
    background: url(../assets/images/chapter_one_hero_small.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1024px) {
  .chapter-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .chapter-wrap {
    background: #b8dee4;
  }
}
.chapter-wrap.arabic {
  text-align: left !important;
  direction: rtl !important;
}
.chapter-wrap.arabic .center_image {
  left: 31% !important;
  transform: rotateY(180deg);
}
.chapter-wrap .large-screen .left {
  padding-left: 80px;
  padding-top: 30px;
}
@media screen and (max-width: 1499px) {
  .chapter-wrap .large-screen .left {
    padding-left: 94px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .chapter-wrap .large-screen .left {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .chapter-wrap .large-screen .left {
    padding-left: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .chapter-wrap .large-screen .left .mobile-img {
    margin-top: -30px;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .chapter-wrap .large-screen .left .section-title {
    font-size: 55px !important;
    line-height: 58px;
  }
}
.chapter-wrap .large-screen .left .wrap {
  rotate: 357deg;
  margin-top: 35px;
}
@media screen and (max-width: 1399px) {
  .chapter-wrap .large-screen .left .wrap {
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .chapter-wrap .large-screen .left .wrap {
    rotate: 358deg;
  }
}
.chapter-wrap .large-screen .left .wrap .box {
  box-shadow: -4.48px 7.85px #0000001c;
  border: 4.48px solid rgb(0, 0, 0);
  background: #fff;
  width: 450px;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin: -10px auto 0;
  padding: 23px 20px 10px;
  text-align: left;
}
@media screen and (max-width: 1499px) {
  .chapter-wrap .large-screen .left .wrap .box {
    font-size: 16px;
    padding: 21px 16px 10px;
    width: 400px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1399px) {
  .chapter-wrap .large-screen .left .wrap .box {
    line-height: 24px;
    width: 370px;
    padding: 21px 15px 10px;
  }
}
@media screen and (max-width: 576px) {
  .chapter-wrap .large-screen .left .wrap .box {
    width: 86%;
    margin: -10px auto 15px;
    padding: 19px 6px 16px;
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
    text-align: center;
  }
}
.chapter-wrap .large-screen .left .wrap .top-box {
  padding: 20px 25px;
  width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  background: #eeb5fa;
  rotate: 360deg;
  z-index: 1;
}
@media screen and (max-width: 1499px) {
  .chapter-wrap .large-screen .left .wrap .top-box {
    padding: 10px 24px;
    width: 450px;
  }
}
@media screen and (max-width: 1399px) {
  .chapter-wrap .large-screen .left .wrap .top-box {
    width: 415px;
  }
}
@media screen and (max-width: 576px) {
  .chapter-wrap .large-screen .left .wrap .top-box {
    width: 95%;
    text-align: center;
    left: 0;
    top: -47px;
    margin: 0 auto;
    right: 0;
    transform: unset;
    padding: 10px 5px;
  }
}
.chapter-wrap .large-screen .center_image {
  position: absolute;
  max-width: 684px;
  width: 60vw !important;
  left: 23%;
  bottom: 14%;
}
@media screen and (max-width: 1499px) {
  .chapter-wrap .large-screen .center_image {
    width: 39vw !important;
    left: 22%;
    bottom: 7%;
  }
}
@media screen and (max-width: 1399px) {
  .chapter-wrap .large-screen .center_image {
    width: 35vw !important;
    left: 23%;
  }
}
.chapter-wrap .bottom-line {
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: 999;
}
@media screen and (max-width: 1499px) {
  .chapter-wrap .bottom-line {
    width: 175px !important;
    left: 3%;
  }
}
@media screen and (max-width: 1399px) {
  .chapter-wrap .bottom-line {
    width: 125px !important;
  }
}
.chapter-wrap .whale-mobile-img {
  position: absolute;
  bottom: 5%;
  right: -30px;
  width: 89% !important;
  display: block;
  z-index: 1;
}
