@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
/* RIGHT */
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
/* RIGHT */
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Kefa';
  src: url('../fonts/kefa-bold.ttf');
  font-weight: bold;
  font-style: bold;
}
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

@media (max-width: 968px) {
  html {
    overflow-x: hidden;
  }
}
.header {
  min-height: 150px;
  width: 95%;
  max-width: 1200px;
  margin: 80px auto 50px auto;
  border-radius: 20px;
  padding: 20px;
  background-color: #273981;
  display: flex;
  justify-content: space-between;
}
.header .info h2 {
  font: normal normal 500 20px/40px Poppins;
  color: #4faa70;
}
.header .info p {
  font: normal normal 300 18px/35px Poppins;
  color: #555555;
}
.header .bg {
  background-image: url('../assets/Graphics.svg');
  background-size: contain;
  width: 50%;
}
@media (max-width: 968px) {
  .header .bg {
    background-size: cover;
    width: 30%;
  }
  .header .info {
    width: 70%;
  }
  .header .info p {
    font-size: 15px;
  }
}
.header .header-main-img {
  position: static;
  opacity: 1;
  animation: myAnim 1s infinite 1s;
  animation-direction: alternate;
  transition: all 0.5s ease-in-out;
}
.header .header-main-img.active {
  transform: translate3d(0%, -120%, 0);
  opacity: 0;
}
@media (max-width: 968px) {
  .header {
    max-height: 690px;
  }
}

.news-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  height: 100%;
  max-height: 300px;
  min-height: 350px;
  align-items: flex-end;
}
@media (max-width: 968px) {
  .news-header {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
.news-header h2 {
  width: 40%;
  height: 100%;
  font: normal normal bold 70px/104px Kefa;
  color: #ffffff;
  margin: 0;
  padding: 40px 0 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.news-header img {
  width: 60%;
  max-width: 1165px;
  height: 457px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: 80px;
}
@media (max-width: 968px) {
  .news-header {
    flex-direction: column;
    justify-content: flex-start;
  }
  .news-header h2 {
    width: 100%;
    height: 40%;
    align-items: flex-start;
    font-size: 40px !important;
    line-height: 58px !important;
  }
  .news-header img {
    width: 100%;
    padding-right: 15px;
    position: static;
  }
}

.news-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 95%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 50px auto;
  flex-wrap: wrap;
}
@media (max-width: 968px) {
  .news-container {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
@media (max-width: 986px) {
  .news-container {
    flex-direction: column;
    justify-content: center;
  }
}
.news-container .news-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 48%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  min-height: 250px !important;
  background-color: #f1f9f4;
  border-radius: 15px;
}
@media (max-width: 968px) {
  .news-container .news-item {
    flex-direction: column;
    padding: 15px 0;
  }
  .news-container .news-item .news-info {
    width: 100% !important;
  }
  .news-container .news-item article {
    padding: 0 10px;
    line-height: 25px !important;
  }
}
.news-container .news-item img {
  width: 250px;
  height: 200px;
  border: 1px solid #707070;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 3px 16px #00000029;
  border-radius: 21px;
}
.news-container .news-item img.active {
  transform: translate3d(0%, 10%, 0);
  opacity: 0;
}
.news-container .news-item .news-info {
  width: 45%;
  padding: 0 20px;
}
.news-container .news-item .news-info p {
  font: normal normal 300 14px/21px Poppins;
  color: #989898;
}
.news-container .news-item .news-info p.ar {
  font-family: Cairo;
}
.news-container .news-item .news-info article {
  font: normal normal 300 15px/28px Poppins;
  color: #555555;
  transition: all 0.2s ease-in-out;
}
.news-container .news-item:nth-child(1) h3,
.news-container .news-item:nth-child(1) p {
  transition: all 1s ease-in-out 0.5s;
}
.news-container .news-item:nth-child(2) h3,
.news-container .news-item:nth-child(2) p {
  transition: all 1s ease-in-out 1s;
}
.news-container .news-item:nth-child(3) h3,
.news-container .news-item:nth-child(3) p {
  transition: all 1s ease-in-out 1.5s;
}
.news-container .news-item:nth-child(2) img.article-img {
  transition: all 0.5s ease-in-out 0.5s;
}
.news-container .news-item:nth-child(3) img.article-img {
  transition: all 0.5s ease-in-out 1s;
}
.news-container .news-item:nth-child(1).active img,
.news-container .news-item:nth-child(2).active img,
.news-container .news-item:nth-child(3).active img {
  opacity: 0;
}
.news-container .news-item:nth-child(1).active h3,
.news-container .news-item:nth-child(1).active p,
.news-container .news-item:nth-child(2).active h3,
.news-container .news-item:nth-child(2).active p,
.news-container .news-item:nth-child(3).active h3,
.news-container .news-item:nth-child(3).active p {
  transform: translate3d(0%, 30px, 0px);
  opacity: 0;
  transition-delay: 200ms;
}
.news-container .news-item img.article-img {
  width: 100%;
  height: 264px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
}
.news-container .news-item p {
  font: normal normal normal 18px/27px Poppins;
  padding: 0 15px;
  color: #989898;
}
.news-container .news-item p.ar {
  font-family: Cairo;
}
.news-container .news-item h3 {
  font: normal normal 300 25px/38px Poppins;
  color: #555555;
  padding: 0 15px;
  margin-top: 0;
  transition: all 0.5s ease-in-out;
}
.news-container .news-item h3.ar {
  font-family: Cairo;
}
.news-container .news-item h3:hover {
  color: #273881;
}
.news-container .news-item button {
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 70px;
  font: normal normal normal 23px/41px Tajawal;
  color: #273a80;
  border-radius: 41px;
  padding: 0 60px;
  border: 1px solid #273981;
  max-width: 350px;
}
@media (max-width: 968px) {
  .news-container .news-item button {
    border-radius: 20px;
    height: 50px;
  }
  .news-container .news-item button img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .news-container .news-item button img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.news-container .news-item button img {
  transition: all 0.5s ease-in-out;
}
.news-container .news-item button:hover img {
  margin-left: 35px;
}
.news-container .news-item:nth-child(1) h3,
.news-container .news-item:nth-child(1) p {
  transition: all 1s ease-in-out 0.3s !important;
}
.news-container .news-item:nth-child(2) h3,
.news-container .news-item:nth-child(2) p {
  transition: all 1s ease-in-out 0.5s !important;
}
.news-container .news-item:nth-child(3) h3,
.news-container .news-item:nth-child(3) p {
  transition: all 1s ease-in-out 1s !important;
}
.news-container .news-item.active {
  transform: translate3d(0, 20px, 0px);
  opacity: 1;
}
.news-container .news-item.active.active img {
  opacity: 1;
}
.news-container .news-item.active.active h3,
.news-container .news-item.active.active p {
  transform: translate3d(0%, 30px, 0px);
  opacity: 0;
  transition-delay: 200ms;
}
.news-container .news-item button {
  cursor: pointer;
}
@media (max-width: 968px) {
  .news-container .news-item {
    width: 95% !important;
    max-width: 350px !important;
  }
  .news-container .news-item img.article-img {
    width: 95% !important;
    max-width: 350px !important;
  }
  .news-container .news-item p {
    font-size: 16px !important;
    padding: 0 10px;
  }
  .news-container .news-item h3 {
    font-size: 20px !important;
    padding: 0 10px;
  }
}

@keyframes myAnim {
  0% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
  100% {
    animation-timing-function: ease-out;
    transform: translateY(15px);
  }
}
.button-wrapper.down:hover a,
.button-wrapper.down:hover button {
  transform: translate3d(0, 20px, 0px) !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background-color: #57bc7b !important;
  border: 1px solid #57bc7b !important;
  color: #ffffff !important;
}
.button-wrapper:hover a,
.button-wrapper:hover button {
  background-color: #57bc7b;
  border: 1px solid #57bc7b;
  color: #ffffff;
  transform: translate3d(0, -10px, 0px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
} /*# sourceMappingURL=news.css.map */
