@font-face {
  font-family: "ExpoArabic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ExpoArabic-Book.ttf") format("woff");
}
@font-face {
  font-family: "ExpoArabic";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/alfont_com_AlFont_com_ExpoArabic-SemiBold-1.ttf") format("woff");
}
body {
  font-family: "ExpoArabic", sans-serif;
}

section {
  width: 100%;
}

html,
body {
  position: relative;
  height: 100%;
}

.lang a,
.lang-2 a {
  border-radius: 50px;
  background: linear-gradient(100.42deg, rgba(255, 255, 255, 0.018) 16.09%, rgba(255, 255, 255, 0.09) 105.27%);
  padding: 13px 15px 7px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
  color: white;
  font-size: 17px;
  transition: all 0.4s ease;
  max-width: max-content;
  position: fixed;
  left: 51px;
  top: 50px;
  z-index: 999;
}
.lang a.scrolled,
.lang-2 a.scrolled {
  background: #0366FF;
}
.lang a:hover,
.lang-2 a:hover {
  background: #0366FF;
}

.lang-2 a {
  left: auto;
  right: 51px;
  padding: 7px 15px 7px;
}

.main-slider.swiper {
  width: 100%;
  height: 100%;
}

.main-slider > .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wow {
  visibility: hidden;
}

.section-1 {
  padding-top: 50px;
  background: linear-gradient(275.01deg, #05128B 0.06%, #2B64F5 105.54%, #5CAEFF 136.9%);
  height: 100vh;
}
.section-1 .container {
  position: relative;
  z-index: 1;
}
.section-1 .logo {
  margin-bottom: 66px;
}
.section-1 h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 76.8px;
  text-align: center;
  margin-bottom: 28px;
}
.section-1 h5 {
  color: #70ABF8;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
}
.section-1 p {
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
}
.section-1 .tag {
  margin: 28px 0 46px;
}
.section-1::after {
  background-image: url(../images/bg.svg);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  z-index: 0;
}
.section-1 .main-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-1 .main-image img {
  max-width: 75vh;
}

.section-2 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F9FF;
}
.section-2 .items {
  max-width: 200px;
  margin: auto;
}
.section-2 .items h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 77.35px;
  text-align: center;
  color: #70ABF8;
  margin: 0;
  margin-top: -25px;
}
.section-2 .items p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.section-2 .row {
  padding: 75px 111px 75px;
  background-image: url("../images/Rectangle 21606.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 65px;
}
.section-2 .row h3 {
  font-size: 28px;
  font-weight: 400;
  color: #5CAEFF;
}
.section-2 .row h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 77.35px;
  text-align: center;
  margin-bottom: 50px;
}

.section-3 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-3 h2 {
  color: #0366FF;
  font-size: 33.29px;
  font-weight: 600;
}
.section-3 h4 {
  font-size: 33.29px;
  font-weight: 400;
  color: #011291;
  margin-bottom: 40px;
}
.section-3 .img {
  margin-bottom: 12px;
}
.section-3 h3 {
  font-size: 20.81px;
  font-weight: 600;
  color: #011291;
  margin-bottom: 12px;
}
.section-3 p {
  font-size: 18.73px;
  font-weight: 400;
  color: rgba(72, 106, 181, 0.8509803922);
}
.section-3 .swiper-control {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-3 .swiper-control * {
  position: unset;
  text-align: left;
  margin: 0;
}
.section-3 .swiper-control .navg {
  display: flex;
  gap: 141px;
}
.section-3 .swiper-control .swiper-button-next,
.section-3 .swiper-control .swiper-button-prev {
  border-radius: 50%;
  border: 1.04px solid #6380C0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6380C0;
  transition: all 0.3s ease;
}
.section-3 .swiper-control .swiper-button-next::after,
.section-3 .swiper-control .swiper-button-prev::after {
  font-size: 18px;
}
.section-3 .swiper-control .swiper-button-next:hover,
.section-3 .swiper-control .swiper-button-prev:hover {
  background-color: #0366FF;
  border-color: #0366FF;
  color: #fff;
}
.section-3 .swiper-control .swiper-button-next:hover::after,
.section-3 .swiper-control .swiper-button-prev:hover::after {
  color: #fff;
}
.section-3 .swiper-control .swiper-pagination-bullet {
  opacity: 1;
  background-color: #E6F1FF;
  width: 11px;
  height: 11px;
}
.section-3 .swiper-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0366FF;
}

.section-4 .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-items: stretch;
  gap: 150px;
}

.section-5 {
  background-color: #F4F9FF;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-5 h3 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #011291;
}
.section-5 h2 {
  color: #0366FF;
  font-size: 42px;
  font-weight: 600;
  line-height: 77.35px;
  text-align: center;
  margin-bottom: 60px;
}
.section-5 .item {
  box-shadow: 0px 0px 30px 0px rgba(1, 18, 145, 0.0509803922);
  background-color: #fff;
  padding: 45px 30px 60px;
  border-radius: 30px;
}
.section-5 .item p {
  font-size: 16.44px;
  font-weight: 400;
  line-height: 26.71px;
  text-align: center;
  color: rgba(72, 106, 181, 0.8509803922);
  margin: 20px 0 70px;
}
.section-5 .item h5 {
  font-size: 60px;
  font-weight: 600;
  line-height: 26.71px;
  text-align: center;
  color: #0366FF;
}

.section-6 {
  background-color: #F4F9FF;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 10px solid #0366FF;
}
.section-6 .row {
  padding: 75px 111px 0;
  background-image: url("../images/Rectangle 21606.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 65px;
}
.section-6 h2 {
  font-size: 60px;
  color: white;
  font-weight: 700;
  margin-bottom: 40px;
}
.section-6 .images {
  display: flex;
  gap: 20px;
}
.section-6 .apps {
  display: grid;
  gap: 14px;
}
.section-6 h6 {
  font-size: 33px;
  color: white;
}

/*-----------------*/
.slide-in-top,
.slide-in-bottom,
.focus-in-expand,
.fade-in {
  visibility: hidden;
}

.swiper-slide-prev .slide-in-top,
.swiper-slide-prev .slide-in-bottom,
.swiper-slide-prev .focus-in-expand,
.swiper-slide-prev .fade-in,
.swiper-slide-next .slide-in-top,
.swiper-slide-next .slide-in-bottom,
.swiper-slide-next .focus-in-expand,
.swiper-slide-next .fade-in {
  visibility: visible;
}

.swiper-slide-active .slide-in-top {
  visibility: visible;
  animation-name: slide-in-bck-top;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes slide-in-bck-top {
  0% {
    transform: translateZ(700px) translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.swiper-slide-active .slide-in-bottom {
  visibility: visible;
  animation-name: slide-in-bck-bottom;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes slide-in-bck-bottom {
  0% {
    transform: translateZ(700px) translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.swiper-slide-active .focus-in-expand {
  visibility: visible;
  animation-name: focus-in-expand;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.swiper-slide-active .fade-in {
  visibility: visible;
  animation-name: fade-in;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-slide-active .flip-vertical {
  animation-name: flip-vertical;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate-reverse;
  animation-fill-mode: none;
}

@keyframes flip-vertical {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.swiper-slide-active .tilt-in-right-2 {
  animation-name: tilt-in-right-2;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes tilt-in-right-2 {
  0% {
    transform: rotateX(30deg) translateX(300px) skewX(-30deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}
.swiper-slide-active .tilt-in-left-2 {
  animation-name: tilt-in-left-2;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes tilt-in-left-2 {
  0% {
    transform: rotateX(30deg) translateX(-300px) skewX(30deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}
.swiper-slide-active .tilt-in-top-1 {
  animation-name: tilt-in-top-1;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes tilt-in-top-1 {
  0% {
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
.swiper-slide-active .slide-in-blurred-left {
  animation-name: slide-in-blurred-left;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes slide-in-blurred-left {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.swiper-slide-active .slide-in-blurred-right {
  animation-name: slide-in-blurred-right;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes slide-in-blurred-right {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.swiper-slide-active .slide-in-elliptic-bottom-bck {
  animation-name: slide-in-elliptic-bottom-bck;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes slide-in-elliptic-bottom-bck {
  0% {
    transform: translateZ(700px) translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
.swiper-slide-active .fade-in-bottom {
  animation-name: fade-in-bottom;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.swiper-slide-active .fade-in-left {
  animation-name: fade-in-left;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */