:root {
  --accentColor: #14a0ff;
  --accentColorLight: #73c6ff;
}

main {
  font-family: "MontserratBold", sans-serif;
}
section{
  width: 100vw;
  padding: 0 200px !important;
}
.first-section-av {
  padding: 32px 0px 40px;

  & > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    margin: auto;
    padding: 0px 15px;

    & > div {
      margin-top: 90px;

      & > p {
        max-width: 690px;
      }
    }
  }
}

.img-desktop {
  max-width: 550px;
}

.section-content-container-av {
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 535px;
}

.section-title-av {
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: 10px;

  & > span {
    color: var(--accentColor);
  }
}

html[lang="ar"] p,
html[lang="ar"] li {
  font-size: 1.7rem;
}

.section-text-av {
  font-weight: 400;
  line-height: 130%;
  width: 100%;
  margin-bottom: 25px;
}

.section-button-av {
  width: 100%;
  max-width: 366px;
  text-align: center;
  padding: 23px;
  background: linear-gradient(180deg, #42e849 0%, #31b03d 100%);
  font-size: 30px;
  font-weight: 600;
  color: white;
  border-radius: 25px;
  border: none;
  box-shadow: 0px 0px 20px 6px rgba(112, 255, 0, 0.5);
}

.img-mobile {
  display: none;
}

#second-section-av {
  margin-top: 25px;
}

.section-content-container-av {
  width: 100%;
  margin: auto;
}

.second-section-text {
  padding: 101px 52px 76px 0;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;

  & > h3 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
  }

  & > p {
    width: 100%;
    max-width: 725px;
    font-weight: 400;
    font-size: 27px;
    color: var(--accentColorLight);

    & > span {
      color: var(--accentColor);
    }
  }
}

.second-section-button-av {
  margin: 30px auto 0;
}

.second-section-android {
  background-image: url(/assets/images-aviator/second-section-android.png);
}

.second-section-apple {
  background-image: url(/assets/images-aviator/second-section-apple.png);
}

.third-and-fourth-sections-content-container-av {
  margin: 25px auto 0;
  width: 100%;

  & > .section-title-av {
    margin: 12px auto;
  }

  & > .section-text-av {
    margin-bottom: 0;
    line-height: 120%;
  }

  & > button {
    margin: 25px auto;
    display: block;
  }
}
@media (max-width: 1600px) {
  section {
    padding: 0 70px !important;
  }
}
@media (max-width: 1200px) {
  html[lang="ar"] p,
  html[lang="ar"] li {
    font-size: 1.2rem;
  }
  section {
    padding: 0 20px !important;
  } 

  .img-desktop {
    max-width: 340px;
    margin-top: 90px;
    height: 100%;
  }

  .section-content-container-av {
    min-width: 435px;
  }

  .section-title-av {
    font-size: 25px;
  }

  .section-button-av {
    padding: 15px;
  }

  .second-section-text {
    width: 100%;
    margin: 0 auto 30px;
    padding: 55px 20px 50px 0;

    & > h3 {
      font-size: 35px;
    }

    & > p {
      max-width: 500px;
    }
  }
}

@media (max-width: 800px) {
  .first-section-av > div {
    flex-direction: column;
    position: relative;

    & > div {
      margin-top: 0;
    }
  }

  html[lang="ar"] p,
  html[lang="ar"] li {
    font-size: 1rem;
  }

  .img-desktop {
    display: none;
  }

  .img-mobile {
    display: block;
    max-width: 90%;
    height: 70%;
    margin: 0 auto;
  }

  .section-content-container-av {
    min-width: 435px;

    & > button {
      margin: auto;
    }
  }

  .section-title-av {
    font-size: 25px;
  }

  .section-button-av {
    padding: 15px;
  }

  .second-section-text > h3 {
    font-size: 30px;
  }

  .second-section-text > p {
    line-height: 1.3;
    max-width: 380px;
  }
}

@media (max-width: 600px) {
  .section-title-av {
    font-size: 18px;
  }

  .section-text-av {
    margin-bottom: 0;
  }

  html[lang="ar"] p,
  html[lang="ar"] li {
    font-size: 0.875rem;
  }

  .section-content-container-av {
    min-width: 310px;

    & > p {
      padding-right: 20px;
    }

    & > h2 {
      padding-right: 20px;
    }

    & > button {
      margin: auto;
    }
  }

  .first-section-av > div {

    & > img {
      max-width: 95%;
      height: 60%;
      left: 5%;
      top: 25%;
    }
  }

  .second-section-android {
    background-image: url(/assets/images-aviator/second-section-android-mobile.png);
    margin-top: 14px;
  }

  .second-section-apple {
    background-image: url(/assets/images-aviator/second-section-apple-mobile.png);
  }

  .second-section-text {
    padding: 20px 20px 530px 0;
    background-size: cover;
    background-position: top;
    border-radius: 28px;
  }
}

@media (max-width: 400px) {
  .section-title-av,
  .second-section-text > h3 {
    font-size: 18px;
  }

  html[lang="ar"] p,
  html[lang="ar"] li {
    font-size: 0.875rem;
  }

  .section-content-container-av {
    min-width: 210px;
  }

  .second-section-text {
    background-size: contain;
    padding: 20px 20px 375px 0;
  }

  .second-section-text > h3 {
    margin-top: 20px;
  }

  .second-section-text > p {
    max-width: 310px;
  }

  .section-button-av {
    font-size: 25px;
    border-radius: 14px;
  }

  .section-button-av {
    max-width: 270px;
  }

  .first-section-av > div {
    max-width: 320px;

    & > img {
      max-width: 95%;
      height: 60%;
      left: 5%;
      top: 25%;
    }
  }
}
