@font-face {
  font-family: myFirstFont;
  src: url("../fonts/29ltbukraregular.otf");
}

@font-face {
  font-family: myBFont;
  src: url("../fonts/29ltbukrabold.otf");
}

* {
  font-family: myFirstFont;
  margin: 0;
  padding: 0;
  direction: rtl;
}

a {
  text-decoration: none;
}

.bodyPage {
    background-color: #147228;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../image/bgG.png);
    margin: auto;
    background-size: cover;
}

.allBodyPage {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.rightBodyPage {
  width: 50%;
}
.leftBodyPage {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.imgRBodyPage {
  width: 95%;
  max-width: 650px;
  height: 100%;
  position: relative;
  z-index: 99;
}
.imgRBodyPage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.titleB {
  position: relative;
  width: max-content;
}
.titleB h1 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: myBFont;
}
.titleB::after {
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #265b26bb;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.titleB::before {
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #4c9159ab;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: absolute;
  right: -54%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.bgES {
  position: absolute;
  font-size: 200px;
  bottom: 0;
  right: 0;
  color: #b4b4b413;
  z-index: 0;
  font-family: myBFont;
}

.logoPage {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.logoPage img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.wordBg {
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: 0;
}
.wordBg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.leftBodyPage form {
  width: 100%;
  max-width: 500px;
}

.formIndut {
  border: 1px solid #3d7f3d;
  padding: 40px 40px 30px 40px;
  border-radius: 20px;
}
.formCheck {
  border: 1px solid #3d7f3d;
  padding: 20px 40px 30px 40px;
  border-radius: 20px;
}

.formCheck p {
  font-size: 20px;
  font-family: myBFont;
  font-weight: 400;
}

.formIndut input {
  padding: 13px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border-radius: 30px;
  background-color: #1ca1397a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  outline: none !important;
  box-shadow: rgba(18, 37, 14, 0.027) 0px 2px 4px 0px,
    rgba(14, 37, 20, 0.027) 0px 2px 16px 0px;
}
.formIndut input::placeholder {
  opacity: 1;
  color: #fff;
}

.checkBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkBox a {
  color: #fff !important;
  text-decoration: none;
}
.checkboxInput {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 5px;
}
.checkboxInput input {
  width: 13px !important;
  height: 13px !important;
  border-radius: 1px !important;
  margin-bottom: 0;
  padding: 9px;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  box-shadow: rgba(18, 37, 14, 0.027) 0px 2px 4px 0px,
    rgba(14, 37, 20, 0.027) 0px 2px 16px 0px;
}
.form-check-input:checked {
  background-color: #147228 !important;
  border-color: #31ee5b !important;
}
.checkboxInput label {
  cursor: pointer;
  margin-bottom: -6px;
}

.btnForm {
  padding: 10px;
  width: 100%;
  border-radius: 30px;
  border: none;
  margin-top: 30px;
  background-color: #1e9f3b;
  color: #fff;
  box-shadow: rgba(18, 37, 14, 0.027) 0px 2px 4px 0px,
    rgba(14, 37, 20, 0.027) 0px 2px 16px 0px;
}

.linkH {
  display: flex;
  gap: 7px;
  color: #fff !important;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: auto;
  margin-top: 20px;
  text-decoration: none;
}
.linkH img {
  transition: all 0.4s ease;
}
.linkH:hover img {
  transform: translateX(3px);
}
.formCheck {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.checksUser {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
}

.checkUser {
  background-color: #147228;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: max-content;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 35%;
  height: 55px;
  border-radius: 25px;
  cursor: pointer;
  opacity: 50%;
  box-shadow: rgba(18, 37, 14, 0.027) 0px 2px 4px 0px,
    rgba(14, 37, 20, 0.027) 0px 2px 16px 0px;
}

.checkUser.active {
  opacity: 1;
}

.checkUser img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

/* /////////////////////////////////////////////// */

.footerPage {
  margin-top: auto;
}
.footerPage {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
}
.footerPage img {
  width: 75px;
  object-fit: contain;
}
.footerPage span {
  color: #fff;
  font-size: 12px;
}
.footerPage a {
  color: #fff;
  color: #31ee5b !important;
}

.imgeye {
  margin-right: -30px;
  margin-top: 0px;
  cursor: pointer;
  transform: translateX(10px);
  margin-top: -20px;
  width: 25px;
}

@media (max-width: 1700px) {
  .logoPage img {
    height: 100px;
  }
  .imgRBodyPage {
    max-width: 500px;
  }
  .footerPage img {
    width: 60px;
  }
  .allBodyPage {
    margin-bottom: 20px;
  }
  .formIndut {
    padding: 30px 30px 20px 30px;
  }
  .formCheck {
    padding: 20px 30px 20px 30px;
  }
  .wordBg {
    max-width: 600px;
  }
  .btnForm {
    margin-top: 20px;
  }
}

@media (max-width: 1600px) {
  .leftBodyPage {
    justify-content: center;
  }
  .titleB h1 {
    font-size: 33px;
  }
  .titleB::before {
    width: 110px;
    height: 110px;
    right: -56%;
  }
  .titleB::after {
    width: 150px;
    height: 150px;
  }
  .imgRBodyPage {
    max-width: 510px;
  }
  .footerPage img {
    display: none;
  }
  .logoPage {
    margin-bottom: 20px;
  }
  .wordBg {
    max-width: 510px;
  }
}

@media (max-width: 1400px) {
  .imgRBodyPage {
    max-width: 460px;
  }
}

@media (max-width: 991px) {
  .allBodyPage {
    flex-direction: column;
    gap: 30px;
  }
  .leftBodyPage form {
    margin: auto;
  }
  .rightBodyPage {
    width: 100%;
  }
  .leftBodyPage {
    width: 100%;
  }
  .wordBg {
    display: none;
  }
  .imgRBodyPage {
    display: none;
  }
  .logoPage {
    margin-bottom: 50px;
  }
  .titleB::before {
    content: unset;
  }
  .titleB::after {
    content: unset;
  }
  .titleB h1 {
    margin: auto;
  }
  .titleB h1 {
    text-align: center;
  }
  .titleB br {
    display: none;
  }
  .logoPage img {
    height: 83px;
  }
  .titleB {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .titleB h1 {
    font-size: 28px;
  }
  .logoPage {
    margin-bottom: 30px;
  }
  .formCheck {
    margin-top: 0;
  }
}

@media ((max-width: 450px)) {
  .titleB h1 {
    text-align: center;
    font-size: 28px;
  }
  .formIndut {
    padding: 30px 15px 20px 15px;
  }
  .formCheck {
    padding: 20px 15px 20px 15px;
  }
  .checkUser {
    font-size: 14px;
    gap: 5px;
  }
  .checkUser img {
    width: 22px;
    height: 22px;
  }
  .checkboxInput {
    font-size: 14px;
  }
  .checkBox a {
    font-size: 14px;
  }
  .linkH {
    font-size: 14px;
  }
  .formCheck p {
    font-size: 18px;
  }
  .checkUser {
    height: 50px;
  }
  .logoPage img {
    height: 76px;
  }
  .titleB h1 {
    font-size: 23px;
    margin-bottom: 0;
  }
  .logoPage {
    margin-bottom: 25px;
  }
  .formCheck {
    margin-top: 0;
  }
}
