@import url(helper.css);
@font-face {
  font-family: "mt-halal";
  src: url(../fonts/mt-halal.ttf);
}
@font-face {
  font-family: "Frutiger-Bold";
  src: url(../fonts/Frutiger-Bold.ttf);
}
.fw-light {
  font-family: "ping-light";
}

*,
* button:focus {
  outline: 0;
}

:root {
  --cr-main: #1E293B;
  --cr-sub: #FF375E;
  --cr-dark: #091030;
}

.cr-main {
  color: var(--cr-main) !important;
}

.bg-main {
  background-color: var(--cr-main) !important;
  border-color: var(--cr-main) !important;
  color: #fff !important;
}

.border-main {
  border-color: var(--cr-main) !important;
}

.hover-main:hover {
  color: var(--cr-main);
}

.hover-bg-main:hover {
  background-color: var(--cr-main);
  border-color: var(--cr-main);
  color: #fff !important;
}

.cr-sub {
  color: var(--cr-sub) !important;
}

.bg-sub {
  background-color: var(--cr-sub) !important;
  border-color: var(--cr-sub) !important;
  color: #fff !important;
}

.border-sub {
  border-color: var(--cr-sub) !important;
}

.hover-sub:hover {
  color: var(--cr-sub);
}

.hover-bg-sub:hover {
  background-color: var(--cr-sub);
  border-color: var(--cr-sub);
  color: #fff !important;
}

.cr-dark {
  color: var(--cr-dark) !important;
}

.bg-dark {
  background-color: var(--cr-dark) !important;
  border-color: var(--cr-dark) !important;
  color: #fff !important;
}

.border-dark {
  border-color: var(--cr-dark) !important;
}

.hover-dark:hover {
  color: var(--cr-dark);
}

.hover-bg-dark:hover {
  background-color: var(--cr-dark);
  border-color: var(--cr-dark);
  color: #fff !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Changa", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
  font-family: "Frutiger-Bold";
  font-kerning: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.dnf-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.df-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section-padding {
  padding: 100px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/* --------------- loader --------------- */
.ScrollSmoother-wrapper {
  z-index: 999;
}

.loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Animated Background Grid */
  /* Central Circle */
  /* Central Core */
  /* Orbiting Particles */
  /* Scanning Line */
  /* Binary Rain */
}
.loader-wrapper .loader-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-wrapper .grid-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(30, 41, 59, 0.0666666667) 1px, transparent 1px), linear-gradient(rgba(30, 41, 59, 0.0666666667) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.loader-wrapper .circle-container {
  position: relative;
  width: 300px;
  height: 300px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper .core {
  position: absolute;
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
  background: radial-gradient(circle, #1E293B 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}
.loader-wrapper .particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(30, 41, 59, 0.5333333333);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 55, 94, 0.2), 0 0 20px rgba(255, 55, 94, 0.2);
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
.loader-wrapper .scan-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(30, 41, 59, 0.3333333333), transparent);
  top: 0;
  animation: scan 3s linear infinite;
  box-shadow: 0 0 20px #1E293B;
}
@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.loader-wrapper .binary {
  position: absolute;
  color: #00aaff;
  font-size: 12px;
  opacity: 0.4;
  animation: fall linear infinite;
}
@keyframes fall {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- butn --------------- */
.butn {
  padding: 13px 35px;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  border: 0;
}
.butn:hover {
  box-shadow: 7px 10px 15px rgba(24, 25, 27, 0.1333333333);
  transform: translateY(-2px);
}
.butn.butn-white {
  background: #fff;
  color: var(--cr-main);
}
.butn.butn-white:hover {
  background-color: var(--cr-main);
  color: #fff;
}
.butn.butn-border {
  background-color: #fff;
  border: 1px solid var(--cr-main);
  color: var(--cr-main);
}
.butn.butn-border:hover {
  background-color: var(--cr-main);
  border-color: var(--cr-main);
  color: #fff;
}
.butn.md-butn {
  padding: 12px 25px;
  font-size: 13px;
}
.butn.blur-wh-butn {
  background-color: rgba(255, 255, 255, 0.0666666667);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.butn.hvr-scale:hover {
  transform: scale(1.1);
}
.butn.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.butn.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}
.butn.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.butn.hvr-txt-trans .txt span {
  transition: all 0.4s ease;
}
.butn.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
}
.butn.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* --------------- navbar --------------- */
.navbar {
  position: absolute;
  padding: 30px 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.navbar .navbar-nav {
  position: relative;
  padding: 3px 40px;
  background-color: #fff;
  border-radius: 50px;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 20px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 30px;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #F3F3F3;
}

.letters-line .word {
  transition: all 0.5s ease !important;
}

/* --------------- header --------------- */
.hero {
  position: relative;
  background-image: url(../images/hero-bg1.png);
  background-size: cover;
  -o-object-position: top;
     object-position: top;
  padding-top: 200px;
  overflow: hidden;
}
.hero.hero-particls {
  background-image: url(../images/hero-bg.png);
}
.hero .info {
  position: relative;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}
.hero .info .butn {
  pointer-events: all;
}
.hero h1 {
  font-size: 80px;
}
.hero .particls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  z-index: 1;
}
.hero .particls canvas {
  width: 100%;
  height: 100%;
}
.hero .video {
  mix-blend-mode: multiply;
  background: transparent;
  height: 600px;
  margin-bottom: -300px;
}

.flip-scroll-st1 {
  transform: translateY(150px) rotateX(-35deg) scale(0.8);
  opacity: 0;
}

/* --------------- about --------------- */
.about {
  position: relative;
  padding-bottom: 300px;
}
.about .about-cards {
  position: relative;
}
.about .about-cards .pin-spacer:nth-of-type(1) .about-card {
  background-color: #FFE992;
}
.about .about-cards .pin-spacer:nth-of-type(2) .about-card {
  right: -55px;
  background-color: #F3F3F3;
}
.about .about-cards .pin-spacer:nth-of-type(3) .about-card {
  background-color: #1E293B;
  color: #fff;
}
.about .about-card {
  position: relative;
  padding: 50px 50px 0;
  text-align: center;
  background-color: #F3F3F3;
  border-radius: 80px;
}
.about .about-card .img {
  position: relative;
  margin-top: 30px;
  height: 400px;
}

/* --------------- services --------------- */
.services {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.services .shap {
  position: absolute;
  left: 15%;
  top: 10%;
  z-index: -1;
}

.horizontal > div:first-child {
  padding: 0 5px 0 15px;
}

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.service-card {
  position: relative;
  display: block;
  width: 400px;
  height: 100%;
  padding: 130px 40px 40px;
  background-color: #f3f3f3;
  border-radius: 30px;
  margin-top: 30px;
  flex-shrink: 0;
  direction: rtl;
}
.service-card .icon {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 120px;
  height: 110px;
  border: 10px solid #fff;
  padding: 15px;
  z-index: 10;
}
.service-card .icon::before {
  position: absolute;
  content: "";
  top: -10px;
  right: -30px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 20px;
  box-shadow: -5px -5px 0 5px #fff;
}
.service-card .icon::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 20px;
  box-shadow: -5px -5px 0 5px #fff;
}
.service-card .icon .line {
  position: absolute;
  right: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 10px solid #fff;
  border-radius: 30px;
}
.service-card .icon .line::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 7px 7px 0 7px #f3f3f3;
}

.horizontal {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.horizontal-scoll-wrapper {
  overflow: hidden;
  position: relative;
}

/* --------------- features --------------- */
.features {
  position: relative;
}
.features .container-fluid {
  position: relative;
  perspective: 2000px;
}
.features .features-box {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  color: #fff;
  padding: 150px 0;
  z-index: 10;
}
.features .features-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/* --------------- partners --------------- */
.partners {
  position: relative;
  padding: 120px 0;
  background-color: #f3f3f3;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.partners .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.partners .brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  border-radius: 20px;
  background-color: #fff;
}
.partners .brand img {
  height: 90px;
  max-width: 70%;
}

/* --------------- pricing --------------- */
.pricing {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 0 0 30px 30px;
}
.pricing .cards .row .col-lg-6 {
  position: relative;
  perspective: 2000px;
}
.pricing .cards .row .col-lg-6:nth-of-type(2) .pricing-card .step-num {
  background-color: #1E293B;
}
.pricing .cards .row .col-lg-6:nth-of-type(2) .pricing-card .stars::before {
  background-color: #1E293B;
}
.pricing .cards .row .col-lg-6:nth-of-type(2) .pricing-card .stars::after {
  background-color: #1E293B;
}
.pricing .cards .row .col-lg-6:nth-of-type(2) .pricing-card .butn {
  color: #1E293B;
  border-color: #1E293B !important;
}
.pricing .cards .row .col-lg-6:nth-of-type(3) .pricing-card .step-num {
  background-color: #179E44;
}
.pricing .cards .row .col-lg-6:nth-of-type(3) .pricing-card .stars::before {
  background-color: #179E44;
}
.pricing .cards .row .col-lg-6:nth-of-type(3) .pricing-card .stars::after {
  background-color: #179E44;
}
.pricing .cards .row .col-lg-6:nth-of-type(3) .pricing-card .butn {
  color: #179E44;
  border-color: #179E44 !important;
}
.pricing .cards .row .col-lg-6:nth-of-type(4) .pricing-card .step-num {
  background-color: #F4A261;
}
.pricing .cards .row .col-lg-6:nth-of-type(4) .pricing-card .stars::before {
  background-color: #F4A261;
}
.pricing .cards .row .col-lg-6:nth-of-type(4) .pricing-card .stars::after {
  background-color: #F4A261;
}
.pricing .cards .row .col-lg-6:nth-of-type(4) .pricing-card .butn {
  color: #F4A261;
  border-color: #F4A261 !important;
}

.pricing-card {
  position: relative;
  background-color: #fff;
  padding: 0 50px 50px;
  border-radius: 30px;
  margin-top: 30px;
  height: calc(100% - 30px);
}
.pricing-card .info {
  position: relative;
  padding-top: 60px;
}
.pricing-card .info h5 {
  font-size: 30px;
}
.pricing-card .step-num {
  position: relative;
  padding: 10px 40px;
  border: 10px solid #f3f3f3;
  background-color: #0D69FF;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  top: -10px;
}
.pricing-card .step-num::before {
  position: absolute;
  content: "";
  top: 1px;
  right: -30px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 20px;
  box-shadow: -5px -5px 0 5px #f3f3f3;
}
.pricing-card .step-num::after {
  position: absolute;
  content: "";
  top: 1px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 5px -5px 0 5px #f3f3f3;
}
.pricing-card .step-num .stars {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.pricing-card .step-num .stars::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0D69FF;
  transform: rotate(-45deg);
  right: -9px;
}
.pricing-card .step-num .stars::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0D69FF;
  transform: rotate(-45deg);
  left: -9px;
}
.pricing-card .butn {
  color: #0D69FF;
  border-color: #0D69FF !important;
}

/* --------------- footer --------------- */
.footer {
  position: relative;
  padding: 120px 2vw 2vw;
  perspective: 2000px;
}
.footer .content {
  position: relative;
  padding: 120px 0 0;
  border-radius: 30px;
  background: linear-gradient(180deg, #1E293B 0%, #3E4A5C 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  color: #fff;
}
.footer .social-icons {
  position: relative;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.footer .social-icons a {
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .social-icons a:hover {
  border-color: var(--cr-dark);
  background-color: var(--cr-dark);
  color: #fff;
}
.footer .newsletter {
  position: relative;
  margin-top: 100px;
}
.footer .newsletter .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 50px;
  min-height: 50px;
  background-color: transparent;
  margin-top: 10px;
  box-shadow: none;
  color: #fff;
}
.footer .newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.footer .newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.footer .newsletter .arrow-input {
  position: relative;
}
.footer .newsletter .arrow-input .float-btn {
  position: absolute;
  left: 10px;
  bottom: 5px;
  border: 0;
  color: #000;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
}
.footer .newsletter .arrow-input .float-btn:hover {
  background-color: #ff1a3c;
  color: #fff;
}
.footer .links-item a {
  position: relative;
  font-size: 16px;
  text-decoration: underline;
  color: #f9f9f9;
}
.footer .links-item a:hover {
  color: #fff;
}
.footer .links-side {
  position: relative;
  padding-inline-start: 100px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.footer .foot {
  position: relative;
  padding: 50px 0;
  margin-top: 100px;
}
.footer .foot .foot-links {
  position: relative;
  display: flex;
  gap: 0 30px;
}
.footer .foot .foot-links a {
  position: relative;
  font-size: 16px;
  color: #ccc;
}
.footer .foot .foot-links a:hover {
  color: #fff;
}

/* --------------- to_top --------------- */
/* ======== */
@media screen and (max-width: 991px) {
  .hero h1 {
    font-size: 40px;
  }
  .services .fsz-150 {
    font-size: 40px !important;
  }
  .services .horizontal {
    display: block;
    padding: 0 15px;
  }
  .services .service-card {
    width: 100%;
  }
  .features .features-box {
    background: linear-gradient(180deg, #1E293B 0%, #3E4A5C 100%);
    border-radius: 50px;
    padding: 50px 15px;
  }
  .features .features-box .bg {
    display: none;
  }
  .footer .links-side {
    padding: 0;
    border: 0;
  }
  .flip-scroll-st1 {
    transform: translateY(0) rotateX(0) scale(1);
    opacity: 1;
  }
  .item-row {
    padding-top: 30px !important;
  }
  .about {
    padding-bottom: 0 !important;
  }
  .about .about-card {
    padding: 50px 20px 0 !important;
  }
  .about .about-card .img {
    height: -moz-max-content;
    height: max-content;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */