html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
.panel ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 0.3s ease;
  background-color: transparent;
  padding: 0;
}
.panel ul li a:hover {
  color: #f1c40f;
  text-decoration: underline;
  background-color: transparent;
}
@media (max-width: 1000px) {
  .panel ul li a {
    font-size: 0.8rem;
  }
}
/* Download FirstPage */

.download-first-page-mobile-image {
  display: none;
}

.mainA {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  font-size: 1.2rem;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 20px auto -80px;
  color: white !important;
}

.accordion-app {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 10px;
}

.download-first-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url("../../images/download/hero-app.png");
  background-position: center right;
  background-size: 32%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
  padding: 0 60px;
  z-index: 2;
}

.download-first-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000059;
  z-index: 1;
}

.download-first-page * {
  position: relative;
  z-index: 2;
}

.download-content-first-page {
  text-align: center;
  max-width: 700px;
  width: 100%;
}

html[lang="ar"] .download-content-first-page {
  width: 550px;
  order: 1;
}

@media (max-width: 600px) {
  html[lang="ar"] .download-content-first-page {
    width: 310px;
  }
}

.download-content-first-page h1 {
  font-size: 3rem;
  text-align: left;
}

html[lang="ar"] .download-content-first-page h1 {
  text-align: right;
}

.download-content-first-page p {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 0;
}

html[lang="ar"] .download-content-first-page p {
  text-align: right;
}

.download-content-first-page a {
  font-size: 1.5rem;
  color: white;
  background-color: #28a745;
  padding: 20px 40px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.download-content-first-page a:hover {
  background-color: #216837;
  box-shadow: 0 4px 15px rgba(33, 104, 55, 0.5);
}

.download-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .download-content-first-page h1 {
    font-size: 2rem;
  }
  .download-content-first-page p {
    font-size: 1.4rem;
  }
  .download-content-first-page a {
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}
@media (max-width: 450px) {
  .download-content-first-page p {
    font-size: 1.1rem;
  }
}
/* Download FirstPage */

/* Download General */
.allContent-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  font-size: 1.1rem;
}
.allContent-container h1,
.allContent-container h2,
.allContent-container h3 {
  color: white;
  font-size: 1.8rem;
}
.allContent-container img {
  display: block;
  margin-bottom: 0.75em;
  width: 100%;
  pointer-events: none;
}

.allContent-container ul,
.allContent-container p,
.allContent-container ol {
  margin-bottom: 0;
}

.allContent-container ol,
.allContent-container ul {
  margin-left: 18px;
}

html[lang="ar"] .allContent-container ol,
html[lang="ar"] .allContent-container ul {
  margin-right: 18px;
  margin-left: 0;
}
h1,
h2,
h3,
a,
p,
li {
  transition: all 0.3s ease;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] a,
html[lang="ar"] p,
html[lang="ar"] li {
  direction: rtl;
}

.allContent a {
  color: white;
}

.download-table {
  display: flex;
  margin-bottom: 40px;
  text-align: left;
}

.download-table-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.download-table-content p {
  padding: 5px 40px 5px 10px;
  border: 2px solid white;
}
@media (max-width: 1000px) {
  .allContent-container {
    font-size: 0.9rem;
  }
  .allContent-container h1,
  .allContent-container h2,
  .allContent-container h3 {
    font-size: 1.5rem;
  }
  .allContent-container a {
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}
/* Download General */

/* Download SecondPage */
.download-allContent-page {
  min-height: 100vh;
  width: 100%;
  background-color: rgb(0, 37, 92);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
  position: relative;
}

.download-allContent {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  color: white;
  position: relative;

  & > h2 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
}

html[lang="ar"] .download-allContent {
  text-align: right;
}

.allContent-download-secondPage h2 {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 10px;
}

.download-content-inSecondPage,
.download-content-inThirdPage,
.download-content-inFifthPage,
.download-content-inEighthPage,
.download-content-inNinthPage,
.download-content-inTenthPage,
.download-content-inEleventhPage,
.allContent-download-twelfthPage,
.allContent-download-thirteenthPage,
.allContent-download-fifteenthPage {
  max-width: 1200px;
  width: 100%;
  padding: 0 16px;
  margin: auto;
}

.popup-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 0px auto 114px;
}

.allContent-download-title {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto 16px;
  padding: 0 10px;
}

.download-content-inFourthPage,
.download-content-inSixthPage,
.download-content-inSeventhPage,
.download-content-inFourteenthPage {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 0px auto 40px;
}

.download-table {
  margin: 0 0 40px 120px;
}

html[lang="ar"] .download-table {
  margin: 0 auto;
}

/* Download SecondPage */

/* Download FourthPage */
.allContent-download-fourthPage {
  text-align: center;
}

.allContent-download-fourthPage h3 {
  text-align: left;
}
html[lang="ar"] .allContent-download-fourthPage h3 {
  text-align: right;
}
.download-content-inFourthPage {
  text-align: left;
  margin-bottom: 40px;
}
html[lang="ar"] .download-content-inFourthPage {
  text-align: right;
}
/* Download FourthPage */

/* Download SixthPage */
.allContent-download-sixthPage {
  text-align: center;
}

.allContent-download-sixthPage h3 {
  text-align: left;
}
html[lang="ar"] .allContent-download-sixthPage h3 {
  text-align: right;
}
.download-content-inSixthPage {
  text-align: left;
  margin-bottom: 40px;
}
html[lang="ar"] .download-content-inSixthPage {
  text-align: right;
}
/* Download SixthPage */

/* Download SeventhPage */
.allContent-download-seventhPage {
  text-align: center;
}

.allContent-download-seventhPage h2 {
  text-align: left;
}
html[lang="ar"] .allContent-download-seventhPage h2 {
  text-align: right;
}

.download-content-inSeventhPage {
  text-align: left;
  margin-bottom: 40px;
}
html[lang="ar"] .download-content-inSeventhPage {
  text-align: right;
}

/* Download SeventhPage */

/* Download EleventhPage */
.allContent-download-eleventhPage {
  position: relative;
}
.download-promo-code {
  height: 200px;
  width: 400px;
  border: none;
  background-color: rgb(0, 37, 92);
  border-radius: 15px;
  position: absolute;
  top: 33%;
  left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.download-promo-code p {
  font-size: 1.5rem;
}
.download-promo-code input {
  width: 100%;
  font-size: 1.5rem;
  padding: 25px 0;
  color: white;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  border: none;
}
.download-promo-code input:hover {
  text-shadow: 0 0 10px white;
}
.download-promo-code a {
  font-size: 1.5rem;
  color: white;
  background-color: #28a745;
  padding: 5px 10px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

@media (max-width: 1260px) {
  .download-first-page {
    background-size: 25%;
  }
}
@media (max-width: 1130px) {
  .download-promo-code {
    width: 300px;
    height: 200px;
    top: 32%;
    left: 16%;
  }
  .download-first-page {
    background-image: none;
    display: flex;
    flex-direction: column;
  }

  .download-content-first-page {
    margin-top: 0px;
  }

  .download-first-page-mobile-image {
    display: block;
  }
}
@media (max-width: 900px) {
  .download-promo-code a {
    font-size: 1.3rem;
  }
  .download-promo-code input {
    font-size: 1.3rem;
  }
  .download-promo-code p {
    font-size: 1.3rem;
  }
  .download-promo-code {
    width: 250px;
    height: 180px;
    top: 33%;
    left: 16%;
  }
}
@media (max-width: 800px) {
  .download-promo-code {
    width: 200px;
    height: 130px;
    top: 35%;
    left: 18%;
  }
  .download-promo-code a {
    font-size: 1.1rem;
  }
  .download-promo-code input {
    font-size: 1.1rem;
    padding: 15px 0;
  }
  .download-promo-code p {
    font-size: 1.1rem;
  }
}

@media (max-width: 650px) {
  .download-promo-code {
    top: 15%;
  }
}

@media (max-width: 570px) {
  .download-promo-code {
    top: 35%;
    left: 13%;
  }
}
@media (max-width: 530px) {
  .download-promo-code a {
    font-size: 0.9rem;
  }
  .download-promo-code input {
    font-size: 0.9rem;
    padding: 10px 0;
  }
  .download-promo-code p {
    font-size: 0.9rem;
  }
  .download-promo-code {
    width: 150px;
    height: 120px;
  }
}
@media (max-width: 500px) {
  .download-promo-code {
    top: 33%;
    left: 15%;
    width: 130px;
    height: 100px;
  }
  .download-promo-code a {
    font-size: 0.7rem;
  }
  .download-promo-code input {
    font-size: 0.7rem;
    padding: 5px 0;
  }
  .download-promo-code p {
    font-size: 0.7rem;
  }
}
@media (max-width: 360px) {
  .download-promo-code {
    top: 33%;
    left: 14%;
    width: 130px;
    height: 96px;
  }
}

/* Download TwelfthPage */
.allContent-download-twelfthPage {
  text-align: center;
}
.allContent-download-twelfthPage h3 {
  text-align: left;
}
html[lang="ar"] .allContent-download-twelfthPage h3 {
  text-align: right;
}
.download-content-inTwelfthPage {
  text-align: left;
  margin-bottom: 40px;
}
html[lang="ar"] .download-content-inTwelfthPage {
  text-align: right;
}
/* Download TwelfthPage */

/* Download ThirteenthPage */
.allContent-download-thirteenthPage {
  text-align: center;
}
.allContent-download-thirteenthPage h2 {
  text-align: left;
}
html[lang="ar"] .allContent-download-thirteenthPage h2 {
  text-align: right;
}
.download-content-inThirteenthPage {
  text-align: left;
  margin-bottom: 40px;
}
html[lang="ar"] .download-content-inThirteenthPage {
  text-align: right;
}
/* Download ThirteenthPage */

/* Download FourteenthPage */
.allContent-download-fourteenthPage {
  text-align: center;
}
.allContent-download-fourteenthPage h2 {
  text-align: left;
}
html[lang="ar"] .allContent-download-fourteenthPage h2 {
  text-align: right;
}
.download-content-inFourteenthPage {
  text-align: left;
  margin-bottom: 40px;
}
html[lang="ar"] .download-content-inFourteenthPage {
  text-align: right;
}
/* Download FourteenthPage */
.author-action a {
  display: inline-flex;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  border-radius: 0;
}
.author-action a:hover {
  background-color: transparent;
  box-shadow: none;
}
.author-link {
  color: black !important;
}

@media (max-width: 768px) {
  .download-content-first-page h1 {
    margin-top: 20px;
  }

  .download-first-page::before {
    top: -68px;
    height: calc(100% + 68px);
  }
}

@media (max-width: 480px) {
  .download-first-page::before {
    top: -52px;
    height: calc(100% + 52px);
  }
}
@media (max-width: 650px) {
  .download-links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 30px auto;
  }

  .download-first-page {
    padding: 0 16px;
    min-height: max-content;
  }

  .download-table {
    margin: 0 auto 40px;
    justify-content: center;
  }

  .download-content-first-page h1 {
    padding-top: 30px;
    max-width: 370px;
    font-size: 23px;
    margin-bottom: 10px;
  }

  .allContent-download-fourteenthPage h2,
  .allContent-container h1,
  .allContent-container h2,
  .allContent-container h3 {
    font-size: 23px;
  }

  .download-content-inEleventhPage,
  .allContent-container p,
  .download-content-inTenthPage,
  .allContent-container ol,
  .allContent-container ul {
    font-size: 18px;
  }

  .download-content-first-page a {
    margin: 0;
  }
}

.download-eleventh-page-image-wrapper {
  position: relative;
}

@media (max-width: 375px) {
  .download-table {
    margin: 0 10px 40px;
  }
  html[lang="fr"] .custom-button,
  .custom-button {
    max-width: 340px;
  }
}
