@font-face {
    font-family: 'main-font';
    src: url('../fonts/ExpoArabic-SemiBold.ttf') format('truetype');
}

body{
  font-family: 'main-font';
  text-align:right;
  background-image: url(../images/images-body-bg.jpg);
  background-size: cover;
}
a{
  transition: color ease 0.3s , background-color ease 0.3s;
}
header {
/*   background-color: #102a83; */

  text-align: center;
  padding-top: 30px;
}
.btn-primary {
  background-color: #162B75;
  border-color: #19255c;
  outline: none !important;
  box-shadow: unset !important;
}
.btn-primary:hover ,  .btn-primary:active , .btn-primary:focus{
  background-color: #015889;
  border-color: #015889;
}
header img {
  height: 150px;
}
.page-title {
  font-family: 'main-font-bold';
  text-align: center;
  font-size: 70px;
  color: #102a83;
  margin-top: 100px;
}
.page-des {
  text-align: center;
  color: #666;
  font-size: 24px;
  margin: 30px auto;
}
.auth-form {
  max-width: 600px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 5px 10px #b7b7b7;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 50px;
  border-top: 25px solid #102a83;
}

.auth-title {
  font-family: 'main-font-bold';
  color: #7b7b7b;
  font-size: 30px;
}
.page-des img {
  height: 150px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}






header{
  height: 130px;
/*   background-color: #18255c; */
/*   background: linear-gradient(270deg, #091034, #141f51, #212e67, #000000, #0f1844,#141f51); */
  background-size: 1200% 1200%;
  -webkit-animation: header-animation-bg 30s ease infinite;
  -moz-animation: header-animation-bg 30s ease infinite;
  animation: header-animation-bg 30s ease infinite;
}
@-webkit-keyframes header-animation-bg {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes header-animation-bg {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes header-animation-bg {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
h2.display-5 {
  font-family: 'main-font-bold';
}
.da-home-page-text.aos-init.aos-animate {
  min-height: calc(100vh - 130px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.da-home-page-text.aos-init.aos-animate .container {
  max-width: 600px;
}
