@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

body {
  margin: 0;
  font-family: 'cairo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

@font-face {
  font-family: 'cairo';
  src: url("../fonts/Cairo-Regular.ttf");
  src: url("../fonts/Cairo-Light.ttf");
  src: url("../fonts/Cairo-Bold.ttf");
}

.closing {
  animation: closing 0.5s ease-in 3s forwards;
  background-color: #000;
  width: 100%;
  height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
}

.typed-cursor {
  color: #eb83f8;
  margin-left: 5px;
}

.beta {
  color: #fff;
  background: #251170;
  width: fit-content;
  padding: 5px 10px;
  transform: rotate(-45deg);
  position: fixed;
  top: 34px;
  z-index: 1000;
  left: 0;
  font-size: 18px;
  box-shadow: 1px 1px 12px rgba(234, 130, 248, 0.36);
  animation: heart-beat 2s infinite;
}

@media (max-width: 768px) {
  .beta {
    top: 25px;
    left: 0;
    font-size: 12px;
  }
}

@keyframes heart-beat {
  0% {
    transform: scale(1) rotate(-45deg);
  }

  50% {
    transform: scale(1.2) rotate(-45deg);
  }

  100% {
    transform: scale(1) rotate(-45deg);
  }
}

/* variables */
/* general classes */
.flx-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-txt {
  position: relative;
  color: #ffffff;
  left: 108px;
  margin-bottom: 0;
}

.common-txt:after {
  content: '';
  width: 100px;
  left: -110px;
  top: 40%;
  background-color: #eb83f8;
  height: 4px;
  position: absolute;
}

.separator {
  height: 3px;
  width: 90px;
  display: block;
  background-color: #eb83f8;
}

@media (max-width: 768px) {
  .App>div {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .App>div>div {
    height: auto !important;
  }
}

.owl-nav,
.owl-dots {
  display: none;
}

/* animations */
@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes glitch-anim {
  0% {
    clip: rect(85px, 9999px, 45px, 0);
    transform: skew(0.54deg);
  }

  5% {
    clip: rect(68px, 9999px, 61px, 0);
    transform: skew(0.12deg);
  }

  10% {
    clip: rect(78px, 9999px, 54px, 0);
    transform: skew(0.64deg);
  }

  15% {
    clip: rect(13px, 9999px, 72px, 0);
    transform: skew(0.84deg);
  }

  20% {
    clip: rect(91px, 9999px, 24px, 0);
    transform: skew(0.54deg);
  }

  25% {
    clip: rect(42px, 9999px, 28px, 0);
    transform: skew(0.97deg);
  }

  30% {
    clip: rect(97px, 9999px, 13px, 0);
    transform: skew(1deg);
  }

  35% {
    clip: rect(92px, 9999px, 64px, 0);
    transform: skew(0.26deg);
  }

  40% {
    clip: rect(88px, 9999px, 48px, 0);
    transform: skew(0.86deg);
  }

  45% {
    clip: rect(90px, 9999px, 24px, 0);
    transform: skew(0.82deg);
  }

  50% {
    clip: rect(81px, 9999px, 5px, 0);
    transform: skew(0.96deg);
  }

  55% {
    clip: rect(45px, 9999px, 78px, 0);
    transform: skew(0.05deg);
  }

  60% {
    clip: rect(90px, 9999px, 99px, 0);
    transform: skew(0.2deg);
  }

  65% {
    clip: rect(16px, 9999px, 66px, 0);
    transform: skew(0.39deg);
  }

  70% {
    clip: rect(72px, 9999px, 82px, 0);
    transform: skew(0.56deg);
  }

  75% {
    clip: rect(8px, 9999px, 8px, 0);
    transform: skew(0.81deg);
  }

  80% {
    clip: rect(37px, 9999px, 62px, 0);
    transform: skew(0.24deg);
  }

  85% {
    clip: rect(62px, 9999px, 59px, 0);
    transform: skew(0.47deg);
  }

  90% {
    clip: rect(77px, 9999px, 14px, 0);
    transform: skew(0.39deg);
  }

  95% {
    clip: rect(99px, 9999px, 91px, 0);
    transform: skew(0.9deg);
  }

  to {
    clip: rect(78px, 9999px, 30px, 0);
    transform: skew(0.51deg);
  }
}

@keyframes glitch-anim2 {
  0% {
    clip: rect(55px, 9999px, 29px, 0);
    transform: skew(0.59deg);
  }

  5% {
    clip: rect(55px, 9999px, 30px, 0);
    transform: skew(0.49deg);
  }

  10% {
    clip: rect(69px, 9999px, 5px, 0);
    transform: skew(0.06deg);
  }

  15% {
    clip: rect(16px, 9999px, 58px, 0);
    transform: skew(0.41deg);
  }

  20% {
    clip: rect(42px, 9999px, 8px, 0);
    transform: skew(0.57deg);
  }

  25% {
    clip: rect(46px, 9999px, 36px, 0);
    transform: skew(0.71deg);
  }

  30% {
    clip: rect(39px, 9999px, 33px, 0);
    transform: skew(0.09deg);
  }

  35% {
    clip: rect(69px, 9999px, 81px, 0);
    transform: skew(0.3deg);
  }

  40% {
    clip: rect(73px, 9999px, 20px, 0);
    transform: skew(0.71deg);
  }

  45% {
    clip: rect(94px, 9999px, 90px, 0);
    transform: skew(0.32deg);
  }

  50% {
    clip: rect(54px, 9999px, 93px, 0);
    transform: skew(0.16deg);
  }

  55% {
    clip: rect(60px, 9999px, 12px, 0);
    transform: skew(0.05deg);
  }

  60% {
    clip: rect(69px, 9999px, 69px, 0);
    transform: skew(0.03deg);
  }

  65% {
    clip: rect(16px, 9999px, 43px, 0);
    transform: skew(0.69deg);
  }

  70% {
    clip: rect(69px, 9999px, 55px, 0);
    transform: skew(0.97deg);
  }

  75% {
    clip: rect(11px, 9999px, 39px, 0);
    transform: skew(0.05deg);
  }

  80% {
    clip: rect(2px, 9999px, 41px, 0);
    transform: skew(0.27deg);
  }

  85% {
    clip: rect(62px, 9999px, 72px, 0);
    transform: skew(0.46deg);
  }

  90% {
    clip: rect(39px, 9999px, 94px, 0);
    transform: skew(0.45deg);
  }

  95% {
    clip: rect(43px, 9999px, 65px, 0);
    transform: skew(0.63deg);
  }

  to {
    clip: rect(67px, 9999px, 57px, 0);
    transform: skew(0.33deg);
  }
}

@keyframes glitch-skew {
  0% {
    transform: skew(-3deg);
  }

  10% {
    transform: skew(-4deg);
  }

  20% {
    transform: skew(1deg);
  }

  30% {
    transform: skew(4deg);
  }

  40% {
    transform: skew(2deg);
  }

  50% {
    transform: skew(-3deg);
  }

  60% {
    transform: skew(1deg);
  }

  70% {
    transform: skew(5deg);
  }

  80% {
    transform: skew(0deg);
  }

  90% {
    transform: skew(4deg);
  }

  to {
    transform: skew(5deg);
  }
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50px);
  }
}

@keyframes down {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(50px);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rotate {
  10% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(45deg);
  }

  75% {
    transform: rotate(0);
  }
}

@keyframes glitch-anim-1-horizontal {
  0% {
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }

  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }

  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }

  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }

  40% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  50% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}

@keyframes glitch-anim-2-horizontal {
  0% {
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }

  15% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }

  22% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }

  31% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  45% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }

  51% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }

  63% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  76% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }

  81% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }

  94% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }

  100% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
}

@keyframes glitch-anim-3-horizontal {
  0% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }

  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }

  10% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }

  25% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  27% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }

  30% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }

  33% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }

  37% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }

  40% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  45% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }

  50% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }

  53% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }

  57% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }

  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }

  65% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }

  70% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }

  73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  80% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }

  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
}

/* Vertical */
@keyframes glitch-anim-1-vertical {
  0% {
    -webkit-clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
    clip-path: polygon(2% 0, 5% 0, 5% 100%, 2% 100%);
  }

  10% {
    -webkit-clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
    clip-path: polygon(15% 0, 15% 0, 15% 100%, 15% 100%);
  }

  20% {
    -webkit-clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
    clip-path: polygon(10% 0, 20% 0, 20% 100%, 10% 100%);
  }

  30% {
    -webkit-clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
    clip-path: polygon(1% 0, 2% 0, 2% 100%, 1% 100%);
  }

  40% {
    -webkit-clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
    clip-path: polygon(33% 0, 33% 0, 33% 100%, 33% 100%);
  }

  50% {
    -webkit-clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
    clip-path: polygon(44% 0, 44% 0, 44% 100%, 44% 100%);
  }

  60% {
    -webkit-clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
    clip-path: polygon(50% 0, 20% 0, 20% 100%, 50% 100%);
  }

  70% {
    -webkit-clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
    clip-path: polygon(70% 0, 70% 0, 70% 100% 70%, 70% 100%);
  }

  80% {
    -webkit-clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
    clip-path: polygon(80% 0, 80% 0, 80% 100% 80%, 80% 100%);
  }

  90% {
    -webkit-clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
    clip-path: polygon(50% 0, 55% 0, 55% 100%, 50% 100%);
  }

  100% {
    -webkit-clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
    clip-path: polygon(70% 0, 80% 0, 80% 100%, 70% 100%);
  }
}

@keyframes glitch-anim-2-vertical {
  0% {
    -webkit-clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
    clip-path: polygon(25% 0, 30% 0, 30% 100%, 25% 100%);
  }

  15% {
    -webkit-clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
    clip-path: polygon(3% 0, 3% 0, 3% 100%, 3% 100%);
  }

  22% {
    -webkit-clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
    clip-path: polygon(5% 0, 20% 0, 20% 100%, 5% 100%);
  }

  31% {
    -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
    clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
  }

  45% {
    -webkit-clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
    clip-path: polygon(40% 0, 40% 0, 40% 100%, 40% 100%);
  }

  51% {
    -webkit-clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
    clip-path: polygon(52% 0, 59% 0, 59% 100%, 52% 100%);
  }

  63% {
    -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
    clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
  }

  76% {
    -webkit-clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
    clip-path: polygon(75% 0, 75% 0, 75% 100%, 75% 100%);
  }

  81% {
    -webkit-clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
    clip-path: polygon(65% 0, 40% 0, 40% 100%, 65% 100%);
  }

  94% {
    -webkit-clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
    clip-path: polygon(45% 0, 50% 0, 50% 100%, 45% 100%);
  }

  100% {
    -webkit-clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
    clip-path: polygon(14% 0, 33% 0, 33% 100%, 14% 100%);
  }
}

@keyframes glitch-anim-3-vertical {
  0% {
    -webkit-clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
    clip-path: polygon(1% 0, 3% 0, 3% 100%, 1% 100%);
  }

  5% {
    -webkit-clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
    clip-path: polygon(10% 0, 9% 0, 9% 100%, 10% 100%);
  }

  10% {
    -webkit-clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
    clip-path: polygon(5% 0, 6% 0 6% 100%, 5% 100%);
  }

  25% {
    -webkit-clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
    clip-path: polygon(20% 0, 20% 0, 20% 100%, 20% 100%);
  }

  27% {
    -webkit-clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
    clip-path: polygon(10% 0, 10% 0, 10% 100%, 10% 100%);
  }

  30% {
    -webkit-clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
    clip-path: polygon(30% 0, 25% 0, 25% 100%, 30% 100%);
  }

  33% {
    -webkit-clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
    clip-path: polygon(15% 0, 16% 0, 16% 100%, 15% 100%);
  }

  37% {
    -webkit-clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
    clip-path: polygon(40% 0, 39% 0, 39% 100%, 40% 100%);
  }

  40% {
    -webkit-clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
    clip-path: polygon(20% 0, 21% 0, 21% 100%, 20% 100%);
  }

  45% {
    -webkit-clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
    clip-path: polygon(60% 0, 55% 0, 55% 100%, 60% 100%);
  }

  50% {
    -webkit-clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
    clip-path: polygon(30% 0, 31% 0, 31% 100%, 30% 100%);
  }

  53% {
    -webkit-clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
    clip-path: polygon(70% 0, 69% 0, 69% 100%, 70% 100%);
  }

  57% {
    -webkit-clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
    clip-path: polygon(40% 0, 41% 0, 41% 100%, 40% 100%);
  }

  60% {
    -webkit-clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
    clip-path: polygon(80% 0, 75% 0, 75% 100%, 80% 100%);
  }

  65% {
    -webkit-clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
    clip-path: polygon(50% 0, 51% 0, 51% 100%, 50% 100%);
  }

  70% {
    -webkit-clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
    clip-path: polygon(90% 0, 90% 0, 90% 100%, 90% 100%);
  }

  73% {
    -webkit-clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
    clip-path: polygon(60% 0, 60% 0, 60% 100%, 60% 100%);
  }

  80% {
    -webkit-clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
    clip-path: polygon(100% 0, 99% 0, 99% 100%, 100% 100%);
  }

  100% {
    -webkit-clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
    clip-path: polygon(70% 0, 71% 0, 71% 100%, 70% 100%);
  }
}

@keyframes glitch-anim-text {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }

  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }

  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }

  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }

  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }

  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

/* Flash */
@keyframes glitch-anim-flash {
  0% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }

  33%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes closing {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #eb83f8;
}

/* start  preloading section  */
.loading-parent {
  direction: ltr;
  background-color: #251170;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  animation: closing 0.5s ease-in 3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.body {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: speeder 0.4s linear infinite;
}

.body>span {
  height: 5px;
  width: 35px;
  background: #eb83f8;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #eb83f8;
  border-bottom: 6px solid transparent;
}

.base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #eb83f8;
  position: absolute;
  right: -110px;
  top: -16px;
}

.base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #eb83f8;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #eb83f8;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}

.face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #eb83f8;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.body>span>span:nth-child(1),
.body>span>span:nth-child(2),
.body>span>span:nth-child(3),
.body>span>span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #eb83f8;
  position: absolute;
  animation: fazer1 0.2s linear infinite;
}

.body>span>span:nth-child(2) {
  top: 3px;
  animation: fazer2 0.4s linear infinite;
}

.body>span>span:nth-child(3) {
  top: 1px;
  animation: fazer3 0.4s linear infinite;
  animation-delay: -1s;
}

.body>span>span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

@keyframes closing {
  from {
    width: 100%;
    height: 100vh;
  }

  to {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}

@keyframes fazer1 {
  0% {
    left: 0;
  }

  100% {
    left: -80px;
    opacity: 0;
  }
}

@keyframes fazer2 {
  0% {
    left: 0;
  }

  100% {
    left: -100px;
    opacity: 0;
  }
}

@keyframes fazer3 {
  0% {
    left: 0;
  }

  100% {
    left: -50px;
    opacity: 0;
  }
}

@keyframes fazer4 {
  0% {
    left: 0;
  }

  100% {
    left: -150px;
    opacity: 0;
  }
}

@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}

.longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #eb83f8;
}

.longfazers span:nth-child(1) {
  top: 20%;
  animation: lf 0.6s linear infinite;
  animation-delay: -5s;
}

.longfazers span:nth-child(2) {
  top: 40%;
  animation: lf2 0.8s linear infinite;
  animation-delay: -1s;
}

.longfazers span:nth-child(3) {
  top: 60%;
  animation: lf3 0.6s linear infinite;
}

.longfazers span:nth-child(4) {
  top: 80%;
  animation: lf4 0.5s linear infinite;
  animation-delay: -3s;
}

@keyframes lf {
  0% {
    left: 200%;
  }

  100% {
    left: -200%;
    opacity: 0;
  }
}

@keyframes lf2 {
  0% {
    left: 200%;
  }

  100% {
    left: -200%;
    opacity: 0;
  }
}

@keyframes lf3 {
  0% {
    left: 200%;
  }

  100% {
    left: -100%;
    opacity: 0;
  }
}

@keyframes lf4 {
  0% {
    left: 200%;
  }

  100% {
    left: -100%;
    opacity: 0;
  }
}

/* end  preloading section  */
/* end  main section  */
.main-sec {
  padding: 50px 60px;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .main-sec {
    padding: 20px 30px;
  }
}

.main-sec .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 768px) {
  .main-sec .cont {
    flex-direction: column;
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .main-sec .cont {
    height: auto;
  }
}

.main-sec .cont .cont-txt {
  height: 100%;
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5%;
  background-color: #251170;
  position: relative;
}

@media (max-width: 768px) {
  .main-sec .cont .cont-txt {
    flex: 1;
    padding: 15px;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
  }
}

.main-sec .cont .cont-txt .glitch {
  position: relative;
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  animation: glitch-skew 1s linear infinite alternate-reverse;
  line-height: 100px;
  margin: 0;
}

@media (max-width: 768px) {
  .main-sec .cont .cont-txt .glitch {
    font-size: 40px;
    line-height: 1.7;
  }
}

@media (max-width: 400px) {
  .main-sec .cont .cont-txt .glitch {
    font-size: 35px;
  }
}

.main-sec .cont .cont-txt .glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s linear infinite alternate-reverse;
}

.main-sec .cont .cont-txt .glitch::after {
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s linear infinite alternate-reverse;
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-sec .cont .cont-txt .Typewriter {
  color: #fff;
  font-size: 50px;
  font-family: 'cairo', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}

@media (max-width: 580px) {
  .main-sec .cont .cont-txt .Typewriter {
    font-size: 25px;
  }
}

.main-sec .cont .cont-txt img {
  position: absolute;
  animation: float 6s ease-in-out infinite;
  width: 50px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .main-sec .cont .cont-txt img {
    width: 15px;
  }
}

.main-sec .cont .cont-txt img.to-down {
  animation: down 5s infinite alternate;
}

.main-sec .cont .cont-txt img.to-up {
  animation: up 5s infinite alternate;
}

.main-sec .cont .cont-txt img.img-1 {
  left: 0%;
  bottom: 77.8404%;
}

.main-sec .cont .cont-txt img.img-2 {
  left: 10%;
  bottom: 18.4504%;
}

.main-sec .cont .cont-txt img.img-3 {
  left: 20%;
  bottom: 78.487%;
}

.main-sec .cont .cont-txt img.img-4 {
  left: 30%;
  bottom: 19.9789%;
}

.main-sec .cont .cont-txt img.img-5 {
  left: 40%;
  bottom: 75.6689%;
}

.main-sec .cont .cont-txt img.img-6 {
  left: 50%;
  bottom: 13.1225%;
}

.main-sec .cont .cont-txt img.img-7 {
  left: 60%;
  bottom: 78.0114%;
}

.main-sec .cont .cont-txt img.img-8 {
  left: 70%;
  bottom: 18.6541%;
}

.main-sec .cont .cont-txt img.img-9 {
  left: 80%;
  bottom: 76.2168%;
}

.main-sec .cont .cont-txt img.img-10 {
  left: 90%;
  bottom: 18.179%;
}

.main-sec .cont .cont-txt .button-parent .cv-button {
  width: fit-content;
  padding: 15px 25px;
  display: inline-block;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .3s ease all;
  border-color: #eb83f8;
  color: #eb83f8;
  background: none;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: none;
}

.main-sec .cont .cont-txt .button-parent .cv-button:hover {
  border-color: #eb83f8;
  color: #fff;
}

.main-sec .cont .cont-txt .button-parent .cv-button::after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-sec .cont .cont-txt .button-parent .cv-button:hover::after {
  width: 100%;
  background: #eb83f8;
}

@media (max-width: 600px) {
  .main-sec .cont .cont-txt .button-parent .cv-button {
    font-size: 15px;
    padding: 10px 25px;
  }
}

.main-sec .cont .cont-img {
  flex: 0 0 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
  /* On hover we show the 2nd, 3rd, 4th and 5th image*/
  /* Hover animations for horizontal case */
  /* Hover animations for vertical case */
  /* Hover flash animation on last image */
}

@media (max-width: 768px) {
  .main-sec .cont .cont-img {
    height: 400px;
    min-width: 100%;
    min-height: 300px;
  }
}

.main-sec .cont .cont-img .glitch {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: 0 auto;
  --gap-horizontal: 5px;
  --gap-vertical: 20px;
  --time-anim: 5s;
  --blend-mode-1: none;
  --blend-mode-2: exclusion;
  --blend-mode-3: hard-light;
  --blend-mode-4: overlay;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: #52f1cd;
  --blend-color-3: #525df1;
  --blend-color-4: #f19b52;
  --blend-color-5: transparent;
}

.main-sec .cont .cont-img .glitch {
  cursor: pointer;
}

.main-sec .cont .cont-img .glitch .glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url("../img/Main/omar-sh.jpg") no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}

.main-sec .cont .cont-img .glitch .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
}

.main-sec .cont .cont-img .glitch .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
}

.main-sec .cont .cont-img .glitch .glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
}

.main-sec .cont .cont-img .glitch .glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
}

.main-sec .cont .cont-img .glitch .glitch__img:nth-child(n+2) {
  opacity: 0;
}

.main-sec .cont .cont-img .glitch:hover .glitch__img:nth-child(n+2) {
  opacity: 1;
}

.main-sec .cont .cont-img .glitch:hover .glitch__img:nth-child(2) {
  transform: translate3d(var(--gap-horizontal), 0, 0);
  animation: glitch-anim-1-horizontal var(--time-anim) infinite linear alternate;
}

.main-sec .cont .cont-img .glitch:hover>.glitch__img:nth-child(3) {
  transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  animation: glitch-anim-2-horizontal var(--time-anim) infinite linear alternate;
}

.main-sec .cont .cont-img .glitch:hover>.glitch__img:nth-child(4) {
  transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  animation: glitch-anim-3-horizontal var(--time-anim) infinite linear alternate;
}

.main-sec .cont .cont-img .glitch--vertical:hover .glitch__img:nth-child(2) {
  transform: translate3d(0, var(--gap-vertical), 0);
  animation: glitch-anim-1-vertical var(--time-anim) infinite linear alternate;
}

.main-sec .cont .cont-img .glitch--vertical:hover>.glitch__img:nth-child(3) {
  transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0);
  animation: glitch-anim-2-vertical var(--time-anim) infinite linear alternate;
}

.main-sec .cont .cont-img .glitch--vertical:hover>.glitch__img:nth-child(4) {
  transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  animation: glitch-anim-3-vertical var(--time-anim) infinite linear alternate;
}

.main-sec .cont .cont-img .glitch:hover>.glitch__img:nth-child(5) {
  animation: glitch-anim-flash 0.5s steps(1, end) infinite;
}

.text-slider-items {
  display: none;
}

/* end  main section  */
/* start  About section  */
.about-sec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .about-sec {
    flex-direction: column;
    width: auto;
    height: auto;
  }
}

.about-sec .particles {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .about-sec .particles {
    width: 100%;
  }
}

.about-sec .particles canvas {
  pointer-events: none;
  display: inline-block;
  vertical-align: baseline;
}

.about-sec .about-txt {
  flex: 0 0 50%;
  height: 100%;
  z-index: 2;
  padding: 100px;
}

@media (max-width: 768px) {
  .about-sec .about-txt {
    flex: 0 0 100%;
    padding: 0 20px;
  }
}

.about-sec .about-txt .inner-txt {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.about-sec .about-txt .inner-txt h2 {
  color: #fff;
  font-family: 'cairo', sans-serif, sans-serif;
  font-size: 60px;
  margin: 10px 0 20px;
  line-height: 60px;
  font-weight: 800;
  padding-bottom: 25px;
  position: relative;
}

@media (max-width: 768px) {
  .about-sec .about-txt .inner-txt h2 {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

.about-sec .about-txt .inner-txt h2::after {
  content: '';
  width: 90px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #eb83f8;
  left: 0;
}

.about-sec .about-txt .inner-txt p {
  opacity: 0.7;
}

.about-sec .about-txt .inner-txt .social-links {
  margin-bottom: 20px;
}

.about-sec .about-txt .inner-txt .social-links a {
  display: inline-flex;
  margin-right: 8px;
  transition: all 0.6s;
}

.about-sec .about-txt .inner-txt .social-links a .svg-sm svg {
  width: 20px;
  height: 20px;
}

.about-sec .about-txt .inner-txt .social-links a .svg-sm:hover path {
  fill: #eb83f8;
}

.about-sec .about-skills {
  flex: 0 0 50%;
  height: 100%;
  background-color: #251170;
  padding: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

@media (max-width: 768px) {
  .about-sec .about-skills {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
}

.about-sec .about-skills .flx-centered {
  flex-direction: column;
  align-items: flex-start;
}

.about-sec .about-skills .flx-centered .Typewriter {
  color: #fff;
  font-size: 30px;
  font-family: 'cairo', sans-serif;
  font-weight: 700;
  margin: 20px 0;
  min-height: 150px;
}

.about-sec .about-skills .flx-centered .Typewriter .Typewriter__cursor {
  color: #eb83f8;
}

@media (max-width: 768px) {
  .about-sec .about-skills .flx-centered .Typewriter {
    font-size: 20px;
    min-height: 65px;
    line-height: 1.6;
  }
}

.about-sec .about-skills .flx-centered .board {
  margin: 30px auto;
  height: 400px;
  width: 400px;
  color: #251170;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 768px) {
  .about-sec .about-skills .flx-centered .board {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 400px) {
  .about-sec .about-skills .flx-centered .board {
    width: 250px;
    height: 250px;
  }
}

.about-sec .about-skills .flx-centered .board .square:nth-child(even) {
  background: #251170;
  animation-delay: 1s;
}

.about-sec .about-skills .flx-centered .board .square:nth-child(odd) {
  background: #eb83f8;
  z-index: 1;
  position: relative;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #251170;
}

@media (max-width: 768px) {
  .about-sec .about-skills .flx-centered .board .square:nth-child(odd) {
    font-size: 35px;
  }
}

.about-sec .about-skills .flx-centered .board .square:nth-child(5n + 1) {
  animation: rotate linear 5s infinite;
}

.about-sec .about-skills .flx-centered .board .square:nth-child(5n + 2) {
  animation: rotate linear 5s infinite;
  animation-delay: 0.25s;
}

.about-sec .about-skills .flx-centered .board .square:nth-child(5n + 3) {
  animation: rotate linear 5s infinite;
  animation-delay: 0.5s;
}

.about-sec .about-skills .flx-centered .board .square:nth-child(5n + 4) {
  animation: rotate linear 5s infinite;
  animation-delay: 0.75s;
}

.about-sec .about-skills .flx-centered .board .square:nth-child(5n + 5) {
  animation: rotate linear 5s infinite;
  animation-delay: 1s;
}

.about-sec .about-skills .flx-centered .board .square svg {
  width: 80px;
  height: 50px;
}

@media (max-width: 768px) {
  .about-sec .about-skills .flx-centered .board .square svg {
    width: 50px;
    height: 30px;
  }
}

/* end  About section  */
/* start  Sercives section  */
.services {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.services .title {
  padding: 50px 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .services .title {
    padding: 0 20px;
  }
}

.services .title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: 'cairo', sans-serif;
  margin: 0;
}

@media (max-width: 768px) {
  .services .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .services .services-parent {
    flex-direction: column;
  }
}

.services .services-parent .card {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .services .services-parent .card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.services .services-parent .card .logo-icon {
  color: #eb83f8;
}

.services .services-parent .card .logo-icon svg {
  width: 60px;
  height: 60px;
}

.services .services-parent .card h3 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 10px;
}

.services .services-parent .card p {
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
  color: #fff;
}

.services .services-parent .card:first-child {
  position: relative;
}

.services .services-parent .card:first-child::after {
  content: '';
  width: 2px;
  height: 275px;
  position: absolute;
  right: 0;
  background: #251170;
}

@media (max-width: 768px) {
  .services .services-parent .card:first-child::after {
    display: none;
  }
}

.services .counter-parent {
  background-color: #251170;
  color: #fff;
  justify-content: space-evenly;
  padding: 25px;
  margin-top: auto;
}

@media (max-width: 768px) {
  .services .counter-parent {
    flex-wrap: wrap;
  }
}

.services .counter-parent .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .services .counter-parent .card {
    width: 50%;
    margin: 15px 0;
  }
}

.services .counter-parent .card .logo-icon {
  font-size: 20px;
  color: #fff;
}

.services .counter-parent .card .logo-icon svg {
  width: 20px;
  height: 20px;
}

.services .counter-parent .card .logo-icon svg path {
  fill: #eb83f8;
}

.services .counter-parent .card .number {
  position: relative;
  font-size: 45px;
  font-weight: 600;
  margin: 5px 0;
}

.services .counter-parent .card .number::before {
  content: '+';
  color: #eb83f8;
  position: absolute;
  right: -15px;
  top: -10px;
  font-size: 30px;
}

.services .counter-parent .card h3 {
  margin: 0;
  opacity: 0.8;
  font-size: 17px;
}

/* end  Sercives section  */
/* start  portfolio section  */
.portfolio-sec {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .portfolio-sec {
    flex-direction: column;
  }
}

.portfolio-sec .title {
  flex: 0 0 16.66%;
  height: 100%;
  background-color: #251170;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .portfolio-sec .title {
    flex: 1;
    width: 100%;
    margin: 35px 0;
  }
}

.portfolio-sec .title h2 {
  color: #fff;
}

.portfolio-sec .title h2 .rotate {
  transform: rotate(-90deg);
  text-align: center;
}

@media (max-width: 768px) {
  .portfolio-sec .title h2 .rotate {
    transform: none;
  }
}

.portfolio-sec .title h2 .rotate span {
  color: #fff;
  font-family: 'cairo', sans-serif;
  font-size: 60px;
  margin: 10px 0 20px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
}

@media (max-width: 768px) {
  .portfolio-sec .title h2 .rotate span {
    font-size: 35px;
  }
}

.portfolio-sec .show-case {
  margin: 0;
  width: 100%;
  height: 90%;
}

.portfolio-sec .show-case .box {
  margin-bottom: 30px;
  box-shadow: 1px 0 6px 0 #eb83f8;
  overflow: hidden;
  height: 100%;
}

.portfolio-sec .show-case .box:hover .box-img .project-img {
  transform: translateY(-300px);
}

.portfolio-sec .show-case .box .box-img {
  transition: .6s;
  height: 600px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 600px) {
  .portfolio-sec .show-case .box .box-img {
    height: 400px;
  }
}

.portfolio-sec .show-case .box .box-img .img-header {
  height: 24px;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  background: #d7d7d7;
  width: 100%;
}

.portfolio-sec .show-case .box .box-img .project-img {
  transition: 1s;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 24px;
}

.portfolio-sec .note {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-sec .note .icon {
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
}

.portfolio-sec .note .icon::after {
  content: "";
  width: 0;
  height: 100%;
  background: #eb83f8;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(13px);
  transition: all 0.6s;
}

.portfolio-sec .note:hover .icon::after {
  width: 100%;
}

.portfolio-sec .note svg {
  width: 20px;
  height: 20px;
}

/* end  portfolio section  */
/* start  Testimonial section  */
.testimonnial-sec {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.testimonnial-sec .heading {
  padding: 50px 0 0 100px;
  justify-self: flex-start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .testimonnial-sec .heading {
    padding: 20px 15px;
  }
}

.testimonnial-sec .heading h2 {
  font-size: 60px;
  margin: 0;
  color: #fff;
}

@media (max-width: 768px) {
  .testimonnial-sec .heading h2 {
    font-size: 30px;
  }
}

.testimonnial-sec .slider-parent {
  position: relative;
  width: 40%;
  margin: auto;
}

@media (max-width: 768px) {
  .testimonnial-sec .slider-parent {
    width: 90%;
    margin-bottom: 30px;
  }
}

.testimonnial-sec .slider-parent .quote {
  font-size: 112px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  opacity: 0.7;
}

.testimonnial-sec .slider-parent .quote svg {
  width: 150px;
}

@media (max-width: 768px) {
  .testimonnial-sec .slider-parent .quote {
    font-size: 75px;
    top: -25px;
  }
}

.testimonnial-sec .slider-parent .item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.testimonnial-sec .slider-parent .item h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}

.testimonnial-sec .slider-parent .item p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .testimonnial-sec .slider-parent .item p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .testimonnial-sec .slider-parent .item p.postion {
    text-align: left;
  }
}

.testimonnial-sec .slider-parent .item .person {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonnial-sec .slider-parent .item .person .cont-img {
  margin-right: 30px;
}

.testimonnial-sec .slider-parent .item .person .cont-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  max-width: 100%;
}

.testimonnial-sec .slider-parent .item .person .cont-txt a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.testimonnial-sec .slider-parent .item .person .cont-txt p {
  color: #eb83f8;
  font-weight: bold;
  margin: 5px 0;
  font-size: 14px;
}

.testimonnial-sec .slider-parent .item:focus {
  outline: none;
}

.testimonnial-sec .slider-parent .slick-dots {
  position: static;
  margin-top: 40px;
}

.testimonnial-sec .slider-parent .slick-dots li button::before {
  color: #eb83f8;
}

.testimonnial-sec .logos-parent {
  background-color: #251170;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 100px;
  justify-self: flex-end;
  align-items: flex-end;
  margin-top: auto;
}

@media (max-width: 768px) {
  .testimonnial-sec .logos-parent {
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
  }
}

.testimonnial-sec .logos-parent .img-parent {
  filter: brightness(0) invert(1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .testimonnial-sec .logos-parent .img-parent {
    margin: 15px;
  }
}

.testimonnial-sec .logos-parent .img-parent:hover {
  opacity: 1;
}

.testimonnial-sec .logos-parent .img-parent img {
  max-width: 100px;
}

/* end  Testimonial section  */
/* start  Contact section  */
.contact-sec {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contact-sec {
    flex-direction: column;
  }
}

.contact-sec .title {
  flex: 0 0 16.66%;
  height: 100%;
  background-color: #251170;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .contact-sec .title {
    flex: 1;
    width: 100%;
    margin: 35px 0;
  }
}

.contact-sec .title h2 {
  color: #fff;
}

.contact-sec .title h2 .rotate {
  transform: rotate(-90deg);
  text-align: center;
}

@media (max-width: 768px) {
  .contact-sec .title h2 .rotate {
    transform: none;
  }
}

.contact-sec .title h2 .rotate span {
  color: #fff;
  font-family: 'cairo', sans-serif;
  font-size: 60px;
  margin: 10px 0 20px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
}

@media (max-width: 768px) {
  .contact-sec .title h2 .rotate span {
    font-size: 35px;
  }
}

.contact-sec .form-parent {
  flex: 0 0 41.66666667%;
  padding: 0 80px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .contact-sec .form-parent {
    flex: 0 0 100%;
    padding: 0 25px;
    width: 100%;
    margin-bottom: 45px;
  }
}

.contact-sec .form-parent form {
  display: flex;
  flex-direction: column;
}

.contact-sec .form-parent form input {
  height: 50px;
  width: 100%;
  background-color: #000;
  border: none;
  border-bottom: 1px solid #555;
  transition: .2s;
  color: #fff;
  margin-bottom: 20px;
}

.contact-sec .form-parent form input:focus {
  outline: none;
  border-color: #eb83f8;
}

.contact-sec .form-parent form textarea {
  min-height: 50px;
  width: 100%;
  background-color: #000;
  border: none;
  border-bottom: 1px solid #555;
  transition: .2s;
  color: #fff;
  font-size: 16px;
  max-width: 100%;
  min-height: 200px;
}

@media (max-width: 600px) {
  .contact-sec .form-parent form textarea {
    min-height: 100px;
  }
}

.contact-sec .form-parent form textarea:focus {
  outline: none;
  border-color: #eb83f8;
}

.contact-sec .form-parent form button {
  width: fit-content;
  padding: 15px 25px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .3s ease all;
  border-color: #eb83f8;
  color: #eb83f8;
  background: none;
  margin-top: 30px;
  cursor: pointer;
}

.contact-sec .form-parent form button:hover {
  border-color: #eb83f8;
  color: #fff;
}

.contact-sec .form-parent form button::after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-sec .form-parent form button:hover::after {
  width: 100%;
  background: #eb83f8;
}

.contact-sec .map-parent {
  flex: 0 0 41.66666667%;
  height: 100%;
  position: relative;
}

.contact-sec .map-parent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-sec .map-parent:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #eb83f8;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.input-log{
  color: #f27474;
  font-size: 14px;
  background: #251170;
  margin-top: 20px; 
}

.input-log.sent{
  color: #00d1b2;
}

a.website-link-robot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #251170;
  padding: 0;
  border-radius: 50%;
  transition: all 0.5s;
  box-shadow: 0 0 4px 2px #eb83f8;
}

.portfolio-sec .show-case .box:hover .box-img .website-link-robot {
  width: 100px;
  height: 100px;
  padding: 18px;
}

/* end  Contact section  */


/*# sourceMappingURL=style.css.map */