html {
  overflow-x: hidden;
}
/* Registration FirstPage */

#content {
  padding: 0 !important;
}
.mainA.author {
  padding-left: 23vw;
  margin-bottom: 0;
  margin-top: -35px;
}

.menu-reg {
  flex-direction: row-reverse;
}

html[lang="ar"] .mainA.author {
  padding-left: 0;
  padding-right: 23vw;
}
@media (max-width: 1950px) {
  .mainA.author {
    padding-left: 20vw;
  }
  html[lang="ar"] .mainA.author {
    padding-right: 20vw;
  }
}
@media (max-width: 1800px) {
  .mainA.author {
    padding-left: 18vw;
  }
  html[lang="ar"] .mainA.author {
    padding-right: 18vw;
  }
}
@media (max-width: 1650px) {
  .mainA.author {
    padding-left: 14vw;
  }
  html[lang="ar"] .mainA.author {
    padding-right: 14vw;
  }
}
@media (max-width: 1500px) {
  .mainA.author {
    padding-left: 11vw;
  }
  html[lang="ar"] .mainA.author {
    padding-right: 11vw;
  }
}
@media (max-width: 1400px) {
  .mainA.author {
    padding-left: 8vw;
  }
  html[lang="ar"] .mainA.author {
    padding-right: 8vw;
  }
}
@media (max-width: 1250px) {
  .mainA.author {
    padding-left: 40px;
    margin-top: -100px;
  }
  html[lang="ar"] .mainA.author {
    padding-right: 40px;
  }
}
.mainA a:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

.mainA {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  margin-bottom: -80px;
  margin-top: 20px;
  color: white !important;
}

.mainA p {
  margin: 0 !important;
}

.registration-first-page {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
  padding: 0 60px;
  z-index: 2;
}

.registration-first-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000059;
  z-index: 1;
}

.registration-first-page * {
  position: relative;
  z-index: 2;
}

.registration-content-first-page {
  text-align: center;
  width: 500px;
}
html[lang="ar"] .registration-content-first-page {
  width: 550px;
  order: 1;
}
.registration-content-first-page h1 {
  font-size: 3rem;
  text-align: left;
}
html[lang="ar"] .registration-content-first-page h1 {
  text-align: right;
}
.registration-content-first-page p {
  font-size: 1.5rem;
  text-align: left;
}
html[lang="ar"] .registration-content-first-page p {
  text-align: right;
}
.registration-content-first-page a {
  font-size: 2rem;
  color: white;
  background-color: #28a745;
  padding: 20px 60px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.registration-content-first-page a:hover {
  background-color: #216837;
  box-shadow: 0 4px 15px rgba(33, 104, 55, 0.5);
}
@media (max-width: 1000px) {
  .registration-content-first-page h1 {
    font-size: 2rem;
  }
  .registration-content-first-page p {
    font-size: 1.4rem;
  }
  .registration-content-first-page a {
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}
@media (max-width: 450px) {
  .registration-content-first-page p {
    font-size: 1.1rem;
  }
  html[lang="fr-FR"] .registration-content-first-page p {
    font-size: 1rem;
  }
  html[lang="fr-FR"] .registration-content-first-page a {
    font-size: 1.1rem;
  }
}
/* Registration FirstPage */

/* Registration General */
.allContent {
  display: flex;
  flex-direction: column;
  gap: 100px;
  font-size: 1.1rem;
}

.allContent a {
  color: white;
}
.allContent .author-name a {
  color: black;
}

.allContent a:hover:not(.custom-button) {
  text-decoration: underline;
}

.allContent h1,
.allContent h2,
.allContent h3 {
  color: white;
  font-size: 1.8rem;
}
.allContent img {
  margin-bottom: 0.75em;
  width: 100%;
}

.allContent ul,
.allContent p,
.allContent ol {
  margin-bottom: 0;
}

.allContent ol,
.allContent ul {
  margin-left: 18px;
}

html[lang="ar"] .allContent ol,
html[lang="ar"] .allContent ul {
  margin-right: 18px;
  margin-left: 0;
}

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;
  transition: all 0.5s ease;
}
@media (max-width: 1000px) {
  .allContent {
    font-size: 0.9rem;
  }
  .allContent h1,
  .allContent h2,
  .allContent h3 {
    font-size: 1.5rem;
  }
  .allContent a {
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  html[lang="fr-FR"] .allContent a {
    font-size: 0.8rem;
  }
}

.allContent .link {
  font-size: 1.5rem;
  color: white;
  border-radius: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: transparent !important;
}

.allContent .link:hover {
  text-decoration: underline;
  color: white !important;
}

/* Registration SecondPage */
.registration-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;
}
.registration-allContent {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  color: white;
  position: relative;
}
html[lang="ar"] .registration-allContent {
  text-align: right;
}

.allContent-secondPage h2 {
  margin-top: 40px;
}

.inner-ol {
  list-style-type: lower-alpha;
}

/* Registration SecondPage */

/* Registration SixthPage */
.content-inSixthPage {
  margin-bottom: 40px;
}

.allContent-sixthPage p,
.allContent-sixthPage h3 {
  text-align: left;
}

html[lang="ar"] .allContent-sixthPage p,
html[lang="ar"] .allContent-sixthPage h3 {
  text-align: right;
}

.allContent-sixthPage {
  text-align: center;
}

/* Registration SixthPage */

/* Registration TenthPage */
.content-inTenthPage {
  margin-bottom: 40px;
}

.allContent-tenthPage p,
.allContent-tenthPage h2 {
  text-align: left;
}

html[lang="ar"] .allContent-tenthPage p,
html[lang="ar"] .allContent-tenthPage h2 {
  text-align: right;
}

.allContent-tenthPage {
  text-align: center;
}

/* Registration TenthPage */

/* How to bet */
.allContent-howToBet {
  text-align: center;
}
.allContent-howToBet h3 {
  text-align: left;
}
html[lang="ar"] .allContent-howToBet h3 {
  text-align: right;
}
.content-inHowToBet {
  text-align: left;
  margin-bottom: 40px;
}
html[lang="ar"] .content-inHowToBet {
  text-align: right;
}
/* How to bet */

/* Registration ThirteenthPage */
.content-inThirteenthPage {
  margin-bottom: 60px;
}

.allContent-thirteenthPage p,
.allContent-thirteenthPage h2,
.allContent-thirteenthPage ol,
.allContent-thirteenthPage ul {
  text-align: left;
}

html[lang="ar"] .allContent-thirteenthPage p,
html[lang="ar"] .allContent-thirteenthPage h2,
html[lang="ar"] .allContent-thirteenthPage ol,
html[lang="ar"] .allContent-thirteenthPage ul {
  text-align: right;
}

.allContent-thirteenthPage {
  text-align: center;
}

/* Registration ThirteenthPage */

/* Registration FifteenthPage */
.content-inFifteenthPage {
  margin-bottom: 40px;
}
.allContent-fifteenthPage p,
.allContent-fifteenthPage h2 {
  text-align: left;
}

html[lang="ar"] .allContent-fifteenthPage p,
html[lang="ar"] .allContent-fifteenthPage h2 {
  text-align: right;
}

.allContent-fifteenthPage {
  text-align: center;
}

@media (max-width: 768px) {
  .registration-content-first-page h1 {
    margin-top: 20px;
  }

  .registration-first-page {
    padding-top: 68px;
  }

  .registration-first-page::before {
    top: -68px;
    height: calc(100% + 68px);
  }
}

@media (max-width: 480px) {
  .registration-first-page {
    padding-top: 52px;
  }

  .registration-first-page::before {
    top: -52px;
    height: calc(100% + 52px);
  }
}

.content-promo {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.popup-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 0px auto 114px;
}
