@font-face {
  font-family: "fontar";
  src: url("../fonts/NotoKufiArabic-Regular.ttf");
}

* {
  padding: 0px;
  margin: 0px;
  font-family: "fontAR";
  scroll-behavior: smooth;
  box-sizing: border-box;
  
}

/* Responsive Viewport */
html {
  font-size: 16px;
}

/* هيرو بيج */
#body-hero {
  background: #f9f9f9;
}

#body-hero::-webkit-scrollbar {
  display: none; /* إخفاء شريط التمرير في Chrome و Safari */
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  background: rgba(255, 255, 255, 0.315);
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px 100px;
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 5px #3232324b;
  z-index: 3;
}
.nav-bar > a {
  margin-right: 64px;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  color: #323232;
  padding-top: 50px;
}
header > .nav-bar > a:hover {
  color: #044ed7;
  border-bottom: 2px solid #044ed7;
}
 
.button > a {
  font-size: 20px;
  margin-right: 26px;
  background: #044ed7;
  padding: 6px 28px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
}
header > .button > a > img {
  position: absolute;
  width: 36px;
  height: 36px;
  right:19%;
}

main {
  padding: 0 100px;
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: auto; /* السماح بالتمرير */
  scrollbar-width: none; /* إخفاء شريط التمرير في Firefox */
  -ms-overflow-style: none; /* إخفاء شريط التمرير في Internet Explorer */
}
main > .text-page {
  padding-left: 16%;
}
main > .text-page > h2 {
  font-size: 34px;
  padding-bottom: 8px;
  color: #ff6e00;
  font-weight: 500;
}
main > .text-page > p {
  font-size: 48px;
  color: #323232;
  margin-bottom: 4px;
  font-weight: 600;
}
#capshen {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px;
}
main > .text-page > a {
  background: #044ed7;
  padding: 4px 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  margin-left: 26px;
}
#contec-us {
  background: #323232;
}
.alam {
  position: absolute;
  padding-right: 150px;
  z-index: -1;
}
section {
  padding: 0 100px;
  margin-top: 126px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 27px;
  color: #323232;
}

section > .who-we-text {
  align-self: start;
  padding: 100px 0;
}
section > .who-we-text > h2 {
  font-size: 28px;
  color: #ff6e00;
}
section > .who-we-text > strong {
  font-size: 28px;
  color: #323232;
}
section > .who-we-text > p {
  font-size: 24px;
  font-weight: 100;
}
section > .who-we-text > a {
  color: #ff6e00;
  font-size: 24px;
}

.What-offer {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.What-offer > h2 {
  font-size: 38px;
  margin-top: 24px;
}
.What-offer > .countener-cards {
  display: flex;
}
.What-offer > .countener-cards > .card {
  background: #ffffff;
  display: inline-block;
  width: 283px;
  height: 345px;
  text-align: center;
  margin-left: 36px;
  box-sizing: border-box;
  padding-top: 30px;
  box-shadow: 0px 0px 5px #33333377;
  border-radius: 8px;
  transition: all 400ms ease;
}
.What-offer > .countener-cards > .card > h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 18px 0 8px 0;
}
.What-offer > .countener-cards > .card:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 5px #044ed7;
}

.contact-form > h6 {
  font-size: 46px;
  color: #ff6e00;
}
.contact-form > p {
  font-size: 26px;
  margin-bottom: 31px;
}
.contact-form {
  align-self: start;
  width: 80%;
}
.contact-form > form > input {
  width: 428px;
  height: 56px;
  margin: 0 0 43px 26px;
  padding: 6px 16px;
  border-radius: 8px;
  border: #32323234 solid 1px;
}
.contact-form > form > #message {
  margin-top: -20px;
  width: 83%;
  height: 80px;
  padding: 6px 16px;
  border: #32323234 solid 1px;
}
#submit {
  background: #ff6e00;
  color: #fff;
  width: 250px;
  height: 58px;
  font-size: large;
  font-weight: bold;
}

footer {
  padding: 26px 90px;
  width: 100%;
  height: 270px;
  background: #323232;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  gap: 12px;
}
.contenar {
  display: flex;
  gap: 200px;
}
.contenar div a {
  color: #d9d9d9;
  text-decoration: none;
  font-weight: 500;
}
.contenar div ul {
  list-style-position: inside;
}
.contenar div a,
img {
  padding: 6px;
}

#body-signin {
  background: url("../media/imges/bacgrund.png") no-repeat fixed center/cover;
  text-align: center;
  color: #fff;
}

.pirant-sentar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.login {
  width: 450px;
  height: fit-content;
  padding: 26px 26px;
  background: #d9d9d929;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  box-shadow: 0px 0px 4px #3232325a;
}
.login > h3 {
  padding: 20px 0px 8px 0px;
  font-size: 48px;
  font-weight: bold;
}
.login > p {
  font-size: 24px;
  padding-bottom: 20px;
}
.login > form > input {
  width: 85%;
  height: 56px;
  margin-bottom: 36px;
  text-align: start;
  padding: 16px;
  padding-right: 36px;
  border: none;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  color: #fff;
}
.login > form > input::placeholder {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.login > form > input:focus {
  outline: none;
}

.login > form > strong {
  display: block;
  text-align: start;
  margin-right: 30px;
  margin-top: -14px;
  margin-bottom: 24px;
  font-size: 10px;
}
.login > form > button {
  width: 90%;
  height: 46px;
  color: #fff;
  background: #ff6e00;
  border: none;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
}
#not-have-acont {
  font-size: 16px;
  margin-top: 16px;
}
#not-have-acont > a {
  color: #ff6e00;
  font-weight: bold;
}
#checkbox-input {
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: -16px;
  padding: 0px 35px 26px 0px;
  gap: 12px;
}
.img-signin {
  width: 36px;
  height: 36px;
  position: relative;
  right: 32px;
}
.login > form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  align-content: center;
}

#body-login {
  background: url("../media/imges/bacgrund.png") no-repeat fixed center/cover;
  text-align: center;
  color: #fff;
}
.pirant-sentar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.login {
  width: 450px;
  height: fit-content;
  padding: 26px 26px;
  background: #d9d9d929;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  box-shadow: 0px 0px 4px #3232325a;
}
.login > h3 {
  padding: 20px 0px 8px 0px;
  font-size: 48px;
  font-weight: bold;
}
.login > p {
  font-size: 24px;
  padding-bottom: 20px;
}
.login > form > input {
  width: 90%;
  height: 56px;
  margin-bottom: 36px;
  text-align: start;
  padding: 16px;
  padding-right: 36px;
  border: none;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  color: #fff;
}
.login > form > input::placeholder {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.login > form > input:focus {
  outline: none;
}

.login > form > strong {
  display: block;
  text-align: start;
  margin-right: 40px;
  margin-top: -14px;
  margin-bottom: 22px;
  > a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
}
.login > form > button {
  width: 90%;
  height: 46px;
  color: #fff;
  background: #ff6e00;
  border: none;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
}
#not-have-acont {
  font-size: 16px;
  margin-top: 16px;
}
#not-have-acont > a {
  color: #ff6e00;
  font-weight: bold;
}
#checkbox-input {
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: -16px;
  padding: 0px 35px 26px 0px;
  gap: 12px;
}
.login > form img {
  width: 34px;
  height: 34px;
  position: relative;
  right: 32px;
}
.login > form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

#signin-eya{
 position: absolute;
 top: 63%;
 right: 15%;
 width: 36px;
 height: 36px;
}


#body-index {
  background: url("../media/imges/bacgrund-blur.png") no-repeat fixed center/cover;
}

.pirant-index {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contenarIndex {
  width: 80%;
  text-align: center;
  padding: 50px;
}
.contenarIndex > h1 {
  font-size: 96px;
  color: #ff6e00;
}
.contenarIndex > h4 {
  font-size: 34px;
  color: #fff;
  line-height: 2;
  font-weight: 300;
}
.contenarIndex > a {
  width: 200px;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  background: #ff6e00;
  color: #fff;
  padding: 6px 22px;
  border-radius: 8px;
  margin: 16px;
}
#login-but {
  background: transparent;
  border: #ff6e00 2px solid;
  color: #ff6e00;
}

#donation {
  background: url("../media/imges/bacgrund.png") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 94vh;
  box-sizing: content-box;
  padding: 20px 0;
}
.contenar-donation {
  width: 35%;
  min-height: 450px;
  padding: 46px 26px;
  background: #d9d9d929;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  box-shadow: 0px 0px 4px #3232325a;
  box-sizing: content-box;
  position: relative;
}

.donation-text {
  text-align: center;
  color: #ff6e00;
  box-sizing: content-box;
}
.donation-text > h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
.donation-text > p {
  font-size: 24px;
  padding-bottom: 20px;
  color: #f7f6f6;
  box-sizing: content-box;
  font-weight: bold;
}

.contenar-donation > form > input {
  width: 80%;
  height: 26px;
  margin-bottom: 36px;
  text-align: end;
  padding: 16px;
  padding-right: 36px;
  border: none;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  color: #fff;
  box-sizing: content-box;
}
.contenar-donation > form  input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 6px;
}

.contenar-donation > form > input::placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.contenar-donation > form > input:focus {
  outline: none;
}

.contenar-donation .pisnes-modil {
  text-align: center;
  color: #ff6e00;
  font-weight: 600;
  padding: 16px 0 8px 0;
  font-size: 18px;
}

.contenar-donation .donation-button-submit {
  padding: 14px 40px;
  color: #fff;
  background: #ff6e00;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  width: 95%;
  margin-bottom: 24px;
}
.contenar-donation .go-to-home{
  color: #fff;
  text-decoration: none;
  border:1px solid #ff6e00 ;
  padding: 14px 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 95%;
  text-align: center;
  margin: 0 auto;
}

.contenar-donation > form > img{
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  position: relative;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
}

img{
  vertical-align: middle;
}

/*-------*/
#exit-input{
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 5px;
}
#exit-input:active{
  box-shadow: 1px 1px 1px #866464;
}
#input-searsh{
  margin-right: 10px;
  width: 150px;
  height: 30px;
  border-radius: 5px;
}

/* Animation Classes */
.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.animate.right {
  transform: translateX(30px);
}

.animate.left {
  transform: translateX(-30px);
}

.animate.show {
  opacity: 1;
  transform: translateY(0) translateX(0);
}


.mobile-nav-toggle{
  display: none;
}

#login-eya{
  position: absolute;
  right: 85%;
  top: 56%;
}
#signin-eya{
  position: absolute;
  right: 85%;
  top: 63%;
}

@media screen and (max-width: 1200px) {
  header {
    padding: 15px 50px;
  }

  .mobile-nav-toggle {
    display: none;
  }
  .nav-bar {
    display: flex;
    padding: 0px 36px;
  }

  img {
    max-width: 100%;
    height: auto;
  }
  
  main, section {
    padding: 0 50px;
  }
  
  .nav-bar > a {
    margin-right: 30px;
    font-size: 18px;
    display: block;
    padding: 24px 0;
  }
  
  main > .text-page {
    padding-left: 10%;
  }
  
  main > .text-page > p {
    font-size: 40px;
  }
  
  .contenar {
    gap: 100px;
  }
  .alam {
    display: none;
  }
  

  .login > form > input {
    width: 85%;
    height: 56px;
  }

  

}


@media screen and (max-width: 992px) {
  header {
    padding: 15px 30px;
  }
  
  main, section {
    padding: 0 30px;
    flex-direction: column;
  }
  
  main {
    margin-top: 120px;
    text-align: center;
  }
  
  main > .text-page {
    padding-left: 0;
    margin-bottom: 30px;
  }
  
  .alam {
    padding-right: 0;
    position: relative;
  }
  
  section > .who-we-text {
    padding: 50px 0;
  }
  
  .What-offer > .countener-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .What-offer > .countener-cards > .card {
    margin: 15px;
  }
  
  .contact-form {
    width: 100%;
  }
  
  .contact-form > form > input {
    width: 100%;
    margin: 0 0 30px 0;
  }
  
  .contact-form > form > #message {
    width: 100%;
  }
  
  footer {
    padding: 20px 30px;
    height: auto;
  }
  
  .contenar {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .login {
    width: 90%;
    max-width: 450px;
  }
  
  .contenar-donation {
    width: 80%;
  }
}


@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  
  header {
    padding: 10px 20px;
  }
  
  .nav-bar {
    position: fixed;
    top: 70px;
    right: -100%;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: calc(100vh - 70px);
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    transition: all 0.3s ease;
    z-index: 2;
  }
  
  .nav-bar.active {
    right: 0;
  }
  
  .nav-bar > a {
    margin: 15px 0;
    padding-top: 0;
    font-size: 18px;
  }
  
  .mobile-nav-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #323232;
  }
  
  main, section {
    padding: 0 20px;
    margin-top: 100px;
  }
  
  main > .text-page > h2 {
    font-size: 28px;
  }
  
  main > .text-page > p {
    font-size: 32px;
  }
  
  #capshen {
    font-size: 18px;
  }
  
  main > .text-page > a {
    font-size: 16px;
    padding: 4px 20px;
    display: inline-block;
    margin: 10px 5px;
  }
  
  section > .who-we-text > h2,
  section > .who-we-text > strong {
    font-size: 24px;
  }
  
  section > .who-we-text > p {
    font-size: 18px;
  }
  
  .What-offer > h2 {
    font-size: 28px;
  }
  
  .contact-form > h6 {
    font-size: 32px;
  }
  
  .contact-form > p {
    font-size: 20px;
  }
  
  .login > h3 {
    font-size: 36px;
  }
  
  .login > p {
    font-size: 20px;
  }
  
  .contenarIndex > h1 {
    font-size: 60px;
  }
  
  .contenarIndex > h4 {
    font-size: 24px;
  }
  
  #signin-eya, #login-eya {
    right: 70%;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding: 10px 15px;
  }
  
  main, section {
    padding: 0 15px;
    margin-top: 90px;
  }
  
  main > .text-page > h2 {
    font-size: 24px;
  }
  
  main > .text-page > p {
    font-size: 28px;
  }
  
  #capshen {
    font-size: 16px;
  }
  
  .What-offer > .countener-cards > .card {
    width: 100%;
    margin: 10px 0;
  }
  
  .contact-form > h6 {
    font-size: 28px;
  }
  
  .contact-form > p {
    font-size: 18px;
  }
  
  .login {
    width: 95%;
    padding: 20px 15px;
  }
  
  .login > h3 {
    font-size: 32px;
  }
  
  .contenarIndex > h1 {
    font-size: 48px;
  }
  
  .contenarIndex > h4 {
    font-size: 20px;
  }
  
  .contenarIndex > a {
    font-size: 18px;
    padding: 6px 18px;
  }
  
  .contenar-donation {
    width: 95%;
    padding: 30px 15px;
  }
  
  .donation-text > h2 {
    font-size: 36px;
  }
  
  .donation-text > p {
    font-size: 20px;
  }
  
  #signin-eya, #login-eya {
    right: 60%;
  }
  

  .button > a {
    margin-right: 10px;
    padding: 6px 15px;
  }
  
  .img-page img {
    max-width: 100%;
    height: auto;
  }
  
  .who-we-img img {
    max-width: 100%;
    height: auto;
  }
  
  .contact-img img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 992px) {

  input, textarea, select, button {
    max-width: 100%;
  }

  .donation-form {
    width: 100%;
  }
  
  .donation-form input,
  .donation-form select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .contenar-donation {
    width: 80%;
    padding: 30px 20px;
  }
  
  .contenar-donation > form > input {
    width: 90%;
    margin-bottom: 45px;
  }
  
  .contenar-donation > form > img {
    position: absolute;
    right: 15%;
    margin-top: -50px;
  }

  #transformation-img {
    margin-top: -50px;
  }

  .contenar-donation .go-to-home {
    width: 95%;
    padding: 14px 0;
    text-align: center;
    display: block;
  }

  #signin-eya {
    position: absolute;
    top: auto;
    right: 85%;
    top: 62%;
  }

  #login-eya{
    right: 85%;
    top: 53%;
  }
  
  #input-searsh {
    width: 150px;
  }
}

@media screen and (max-width: 360px) {
  .button > a {
    padding: 4px 10px;
    font-size: 16px;
  }
  
  main > .text-page > a {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
  
  .login > form > button,
  .login > form > input {
    width: 100%;
  }
  
  #signin-eya, #login-eya {
    right: 10%;
  }
  
  .contenarIndex > h1 {
    font-size: 36px;
  }
  
  .contenarIndex > h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .contenar-donation > form > img {
    right: 10%;
  }
  
  .img-signin {
    right: 20px;
  }
  
  .login > form img {
    right: 20px;
  }
  
  .contenar-donation .donation-button-submit,
  .contenar-donation .go-to-home {
    width: 100%;
  }
}
