@font-face{font-family: 'HelveticaNeueLT'; src: url(../fonts/helveticaneuelt-arabic-55-roman.ttf);}

body,
html {
  width: 100%;
  height: 100%;
}
/* body{
  font-family: 'HelveticaNeueLT';
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  background: -o-linear-gradient(135deg, #fff 0%, #f3f6f8 100%);
  background: linear-gradient(135deg, #fff 0%, #f3f6f8 100%);
  
} */
/* body::before {
  content: '';
  position: fixed;
  left: -22%;
  top: 60%;
  right: 0;
  width: 125%;
  height: 100%;
  background: -o-linear-gradient(135deg, #f0f3f5d3 0%, rgb(240, 236, 236) 100%);
  background: linear-gradient(135deg, #f0f3f5d3 0%, rgb(240, 236, 236) 100%);
  transform: rotate(15deg);
} */

body{
  font-family: 'HelveticaNeueLT';
  direction: rtl;
  text-align: right;
  background: #fff left bottom no-repeat;
  background-size: 55%;
  
}

.form-control:focus{
  box-shadow: none;
}

.z-index-1{
  z-index: 1;
}

/* .wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  min-height: 100vh;
} */


.btn-alofoq {
  color: #fff;
  background-color: #ed2325;
  border-color: #ed2325;
}

.btn-alofoq:hover {
  color: #fff;
  background-color: #c51518;
  border-color: #c51518;
}

.text-alofoq {
  color: #ed2325;
}


.night {
  position: absolute;
  width: 30%;
  height: 100%;
  bottom: -80px;
  left: 12%;
  /* right: 50px; */
  -webkit-transform: rotateZ(270deg) scaleX(-1);
          /* transform: rotateZ(45deg); */
          transform: rotateZ(270deg) scaleX(-1);

}

.shooting_star {
  opacity: 1;
  position: absolute;
  /* left: 50%; */
  left: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #58545429, rgba(255, 0, 0, 0));
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 0 6px #dbd2d5);
          filter: drop-shadow(0 0 6px #dbd2d5);
  -webkit-animation: tail 5000ms ease-in-out infinite, shooting 5000ms ease-in-out infinite;
          animation: tail 5000ms ease-in-out infinite, shooting 5000ms ease-in-out infinite;
}
.shooting_star::before, .shooting_star::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ffffff, rgba(255, 0, 0, 0));
  -webkit-transform: translateX(5%) rotateZ(45deg);
          transform: translateX(5%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 5000ms ease-in-out infinite;
          animation: shining 5000ms ease-in-out infinite;
}
.shooting_star::after {
  -webkit-transform: translateX(5%) rotateZ(-45deg);
          transform: translateX(5%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - 46px);
  left: calc(50% - 144px);
  -webkit-animation-delay: 8419ms;
          animation-delay: 8419ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 8419ms;
          animation-delay: 8419ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -89px);
  left: calc(50% - 298px);
  -webkit-animation-delay: 8754ms;
          animation-delay: 8754ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 8754ms;
          animation-delay: 8754ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 158px);
  left: calc(50% - 132px);
  -webkit-animation-delay: 9220ms;
          animation-delay: 9220ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 9220ms;
          animation-delay: 9220ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - -118px);
  left: calc(50% - 240px);
  -webkit-animation-delay: 8884ms;
          animation-delay: 8884ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 8884ms;
          animation-delay: 8884ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - -132px);
  left: calc(50% - 153px);
  -webkit-animation-delay: 7953ms;
          animation-delay: 7953ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 7953ms;
          animation-delay: 7953ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 189px);
  left: calc(50% - 234px);
  -webkit-animation-delay: 8684ms;
          animation-delay: 8684ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 8684ms;
          animation-delay: 8684ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - -155px);
  left: calc(50% - 56px);
  -webkit-animation-delay: 1113ms;
          animation-delay: 1113ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 1113ms;
          animation-delay: 1113ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - 128px);
  left: calc(50% - 42px);
  -webkit-animation-delay: 988ms;
          animation-delay: 988ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 988ms;
          animation-delay: 988ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - 172px);
  left: calc(50% - 147px);
  -webkit-animation-delay: 3219ms;
          animation-delay: 3219ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 3219ms;
          animation-delay: 3219ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - 200px);
  left: calc(50% - 206px);
  -webkit-animation-delay: 1341ms;
          animation-delay: 1341ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 1341ms;
          animation-delay: 1341ms;
}
.shooting_star:nth-child(11) {
  top: calc(50% - 159px);
  left: calc(50% - 51px);
  -webkit-animation-delay: 9527ms;
          animation-delay: 9527ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after, .shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 9527ms;
          animation-delay: 9527ms;
}
.shooting_star:nth-child(12) {
  top: calc(50% - 38px);
  left: calc(50% - 187px);
  -webkit-animation-delay: 560ms;
          animation-delay: 560ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after, .shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 560ms;
          animation-delay: 560ms;
}
.shooting_star:nth-child(13) {
  top: calc(50% - -124px);
  left: calc(50% - 57px);
  -webkit-animation-delay: 5721ms;
          animation-delay: 5721ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after, .shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 5721ms;
          animation-delay: 5721ms;
}
.shooting_star:nth-child(14) {
  top: calc(50% - 14px);
  left: calc(50% - 211px);
  -webkit-animation-delay: 4809ms;
          animation-delay: 4809ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after, .shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 4809ms;
          animation-delay: 4809ms;
}
.shooting_star:nth-child(15) {
  top: calc(50% - -143px);
  left: calc(50% - 1px);
  -webkit-animation-delay: 639ms;
          animation-delay: 639ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after, .shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 639ms;
          animation-delay: 639ms;
}
.shooting_star:nth-child(16) {
  top: calc(50% - -131px);
  left: calc(50% - 42px);
  -webkit-animation-delay: 6545ms;
          animation-delay: 6545ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after, .shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 6545ms;
          animation-delay: 6545ms;
}
.shooting_star:nth-child(17) {
  top: calc(50% - -73px);
  left: calc(50% - 152px);
  -webkit-animation-delay: 4114ms;
          animation-delay: 4114ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after, .shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 4114ms;
          animation-delay: 4114ms;
}
.shooting_star:nth-child(18) {
  top: calc(50% - -34px);
  left: calc(50% - 81px);
  -webkit-animation-delay: 986ms;
          animation-delay: 986ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after, .shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 986ms;
          animation-delay: 986ms;
}
.shooting_star:nth-child(19) {
  top: calc(50% - -192px);
  left: calc(50% - 95px);
  -webkit-animation-delay: 7626ms;
          animation-delay: 7626ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after, .shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 7626ms;
          animation-delay: 7626ms;
}
.shooting_star:nth-child(20) {
  top: calc(50% - -36px);
  left: calc(50% - 16px);
  -webkit-animation-delay: 2261ms;
          animation-delay: 2261ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after, .shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 2261ms;
          animation-delay: 2261ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}

/* Custom Responsive */
@media (min-width: 320px) and (max-width: 1024px) {
  body{
    background-size: 80%;
    background-position: bottom center;
  }
  .night {
    width: 30%;
    height: 100vw;
    bottom: 0;
    left: 45vw;
    overflow: hidden;
  }

  @media only screen and (orientation: landscape) {
    #header {
      background-color: rgba(255, 255, 255, 0.582);
    }
  }

}