:root {
  --megav-section2-procedure-height: 4.9rem;
}

.app__content .content__service-megav {}

/* ============== SECTION-1 CSS START ============== */
.content__service-megav .megav__section-1 {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    url("../img/dich_vu_megav/sec1-bg.png") no-repeat center top,
    linear-gradient(180deg,
      rgba(204, 204, 204, 0.3) 0%,
      rgba(236, 236, 236, 0.15) 100%);
  background-size: cover;
}

.megav__section-1 .section-1__content {
  height: 100%;
  padding-top: 6.56%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}

.megav__section-1 .title {
  /* \1 */
  font-size: 8.2rem;
  line-height: 10rem;
  font-weight: 700;
}

.megav__section-1 .description {
  margin-top: 2rem;
  width: 65%;
  max-width: 117.8rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  text-align: center;
}

.megav__section-1 .downloads {
  width: 100%;
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 0 1.5rem;
  z-index: 10;
}

.megav__section-1 .download__item {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.megav__section-1 .download__item:hover {
  transform: scale(1.1);
}

.megav__section-1 .download__appstore {
  width: 7.9%;
}

.megav__section-1 .download__chplay {
  width: 8.9%;
}

.megav__section-1 .download__chplay img,
.megav__section-1 .download__appstore img {
  width: 100%;
}

.megav__section-1 .section-1__image {
  margin-top: 2.9rem;
  width: 22.8%;
  height: auto;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.megav__section-1 .section-1__image img {
  width: 100%;
}

.megav__section-1 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83.7%;
}
/* ============== SECTION-1 CSS END ============== */

/* ============== SECTION-2 CSS START ============== */
.content__service-megav .megav__section-2 {
  aspect-ratio: 16 / 9;
  padding: 5.73% 16.15%;
  display: flex;
  gap: 0 2rem;
}

.megav__section-2 .section-2__left {
  width: 39%;
}

.megav__section-2 .section-2__right {
  width: 61%;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}

.megav__section-2 .advantage {
  border-radius: 4.7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.megav__section-2 .advantage__img {
  flex: 1;
  width: 100%;
  position: relative;
}

.megav__section-2 .advantage__title {
  /* \1 */
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

.megav__section-2 .advantage1 {
  position: relative;
  height: 100%;
  background:
  url("../img/dich_vu_megav/sec2-bg-advantage1.png") no-repeat center bottom;
  background-size: cover;
}

.megav__section-2 .advantage2,
.megav__section-2 .advantage4 {
  height: 50%;
  /* aspect-ratio: 40 / 21; */
  background: grey;
}

.megav__section-2 .advantage1 {
}

.megav__section-2 .advantage img {
  position: absolute;
}

.megav__section-2 .advantage1 img {
  position: absolute;
  width: calc((700 / 1920) * 100vw);
  max-width: 700px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-43%, -28%);
}

.megav__section-2 .advantage1 .advantage__title {
  margin: 0 7.5% 30% 7.5%;
}

.megav__section-2 .advantage2 {
  background:
  url("../img/dich_vu_megav/sec2-bg-advantage2.png") no-repeat center bottom;
  background-size: cover;
}

.megav__section-2 .advantage2 img {
  position: absolute;
  width: calc((420 / 1920) * 100vw);
  max-width: 420px;
  height: auto;
  top: 0;
  right: 0;
  transform: translate(5%, 5%);
}

.megav__section-2 .advantage2 .advantage__title {
  width: 55%;
  margin: 0 0 5.6% 4.5%;
}

.megav__section-2 .advantage3 {
  background:
  url("../img/dich_vu_megav/sec2-bg-advantage3.png") no-repeat center bottom;
  background-size: cover;
}

.megav__section-2 .advantage3 img {
  position: absolute;
  width: calc((400 / 1920) * 100vw);
  max-width: 400px;
  height: auto;
  top: 0;
  right: 0;
  transform: translate(10%, 5%);
}

.megav__section-2 .advantage3 .advantage__title {
  width: 45%;
  margin: 0 0 5.6% 4.5%;
}

.megav__section-2 .advantage4 {
  position: relative;
  background:
  url("../img/dich_vu_megav/sec2-bg-advantage4.png") no-repeat left center;
  background-size: cover;
}

/* .megav__section-2 .advantage4 img {
  position: absolute;
  width: calc((365 / 1920) * 100vw);
  max-width: 365px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -30%);
} */

.megav__section-2 .advantage4 .advantage__title {
  width: 40%;
  position: absolute;
  bottom: 15%;
  right: 3%;
}
/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__service-megav .megav__section-3 {
  padding: 2.6% 16.15%;
  display: flex;
}

.megav__section-3 .section-3__image {
  width: 43.5%;
  margin-right: 6.5%;
}

.megav__section-3 .section-3__image svg {
  width: 100%;
  height: auto;
}

.megav__section-3 .section-3__content {
  width: 50%;
  margin-top: 9%;
}

.megav__section-3 .content__header {

}

.megav__section-3 .header__title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 700;
}

.megav__section-3 .content__body {
  margin-top: 2.5rem;
}

.megav__section-3 .body__description {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  max-width: 55rem;
}
/* ============== SECTION-3 CSS END ============== */

/* ============== SECTION-4 CSS START ============== */
.content__service-megav .megav__section-4 {
  padding: 2.6% 16.15%;
  display: flex;
}

.megav__section-4 .section-4__image {
  width: 43.5%;
  margin-left: 6.5%;
}

.megav__section-4 .section-4__image svg {
  width: 100%;
  height: auto;
}

.megav__section-4 .section-4__content {
  width: 50%;
  margin-top: 9%;
}

.megav__section-4 .content__header {

}

.megav__section-4 .header__title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.megav__section-4 .content__body {
  margin-top: 2.2rem;
}

.megav__section-4 .body__advantage {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.megav__section-4 .body__advantage:not(:first-child) {
  margin-top: 3.2rem;
}

.megav__section-4 .advantage__icon img {
  width: 3.2rem;
  height: auto;
}

.megav__section-4 .advantage__body {
  margin-left: 2.4rem;
}

.megav__section-4 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
}

.megav__section-4 .advantage__content {
  margin-top: 1.5rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
/* ============== SECTION-4 CSS END ============== */

/* ============== SECTION-5 CSS START ============== */
.content__service-megav .megav__section-5 {
  padding: 2.6% 16.15%;
  display: flex;
}

.megav__section-5 .section-5__image {
  width: 43.5%;
  margin-right: 6.5%;
}

.megav__section-5 .section-5__image svg {
  width: 100%;
  height: auto;
}

.megav__section-5 .section-5__content {
  width: 50%;
  margin-top: 9%;
}

.megav__section-5 .content__header {

}

.megav__section-5 .header__title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.megav__section-5 .content__body {
  margin-top: 2.2rem;
}

.megav__section-5 .body__advantage {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.megav__section-5 .body__advantage:not(:first-child) {
  margin-top: 3.2rem;
}

.megav__section-5 .advantage__icon img {
  width: 3.2rem;
  height: auto;
}

.megav__section-5 .advantage__body {
  margin-left: 2.4rem;
}

.megav__section-5 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
}

.megav__section-5 .advantage__content {
  margin-top: 1.5rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
/* ============== SECTION-5 CSS END ============== */

/* ============== SECTION-6 CSS START ============== */
.content__service-megav .megav__section-6 {
  padding: 2.6% 16.15%;
  display: flex;
}

.megav__section-6 .section-6__image {
  width: 43.5%;
}

.megav__section-6 .section-6__image svg {
  width: 100%;
  height: auto;
}

.megav__section-6 .section-6__content {
  width: 50%;
  margin-top: 9%;
  margin-left: 6.5%;
}

.megav__section-6 .content__header {

}

.megav__section-6 .header__title {
  /* \1 */
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-weight: 600;
}

.megav__section-6 .content__body {
  margin-top: 2.2rem;
}

.megav__section-6 .body__advantage {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.megav__section-6 .body__advantage:not(:first-child) {
  margin-top: 3.2rem;
}

.megav__section-6 .advantage__icon img {
  width: 3.2rem;
  height: auto;
}

.megav__section-6 .advantage__body {
  margin-left: 2.4rem;
}

.megav__section-6 .advantage__title {
  /* \1 */
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
}

.megav__section-6 .advantage__content {
  margin-top: 1.5rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
/* ============== SECTION-6 CSS END ============== */



@media (max-width: 767px) {

}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
  .megav__section-2 .advantage__title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .megav__section-2 .advantage1 .advantage__title {
    width: 80%;
  }
}


/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
  .megav__section-2 .advantage1 .advantage__title {
    width: 80%;
  }
}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {
}
