
#loader-1 span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #5123de;
  border-radius: 0px;
}
.border-radius {
  border-radius: 500px;
}
*[id*="loader-"] {
  margin-bottom: 30px;
}
#loader-1 span:nth-child(1) {
  border-radius: 500px;
  -webkit-animation: scale 1s 0.1s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation: scale 1s 0.1s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
#loader-1 span:nth-child(2) {
  border-radius: 500px;
  -webkit-animation: scale 1s 0.2s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation: scale 1s 0.2s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
#loader-1 span:nth-child(3) {
  border-radius: 500px;
  -webkit-animation: scale 1s 0.3s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation: scale 1s 0.3s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
#loader-1 span:nth-child(4) {
  border-radius: 500px;
  -webkit-animation: scale 1s 0.4s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation: scale 1s 0.4s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
#loader-1 span:nth-child(5) {
  border-radius: 500px;
  -webkit-animation: scale 1s 0.5s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation: scale 1s 0.5s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
#loader-2 span:nth-child(1) {
  -webkit-animation: rotateY 4s 0.3s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateY 4s 0.3s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-2 span:nth-child(2) {
  -webkit-animation: rotateY 4s 0.6s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateY 4s 0.6s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-2 span:nth-child(3) {
  -webkit-animation: rotateY 4s 0.9s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateY 4s 0.9s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-2 span:nth-child(4) {
  -webkit-animation: rotateY 4s 1.2s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateY 4s 1.2s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-2 span:nth-child(5) {
  -webkit-animation: rotateY 4s 1.5s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateY 4s 1.5s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-3 span:nth-child(1) {
  -webkit-animation: rotateX 2s 0.1s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateX 2s 0.1s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-3 span:nth-child(2) {
  -webkit-animation: rotateX 2s 0.2s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateX 2s 0.2s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-3 span:nth-child(3) {
  -webkit-animation: rotateX 2s 0.3s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateX 2s 0.3s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-3 span:nth-child(4) {
  -webkit-animation: rotateX 2s 0.4s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateX 2s 0.4s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-3 span:nth-child(5) {
  -webkit-animation: rotateX 2s 0.5s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
          animation: rotateX 2s 0.5s infinite cubic-bezier(0.65, 0.03, 0.735, 0.045);
}
#loader-4 span:nth-child(1) {
  border-radius: 500px;
  -webkit-animation: push 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: push 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
}
#loader-4 span:nth-child(2) {
  border-radius: 500px;
  -webkit-animation: push 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: push 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
}
#loader-4 span:nth-child(3) {
  border-radius: 500px;
  -webkit-animation: push 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: push 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
}
#loader-4 span:nth-child(4) {
  border-radius: 500px;
  -webkit-animation: push 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: push 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
}
#loader-4 span:nth-child(5) {
  border-radius: 500px;
  -webkit-animation: push 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: push 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
}
#loader-5 span:nth-child(1) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(2) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(3) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(4) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(5) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(6) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(7) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.35s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.35s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(8) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.4s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.4s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(9) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-5 span:nth-child(10) {
  border-radius: 500px;
  transform-origin: 50% 0%;
  -webkit-animation: rotateZ 1s 0.5s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: rotateZ 1s 0.5s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 2.5px;
  height: 30px;
  margin: 0 2.5px;
}
#loader-6 span:nth-child(1) {
  transform-origin: 0 50%;
  transform-perspective: 100px;
  -webkit-animation: cuve 1s 0.5s infinite;
          animation: cuve 1s 0.5s infinite;
}
#loader-6 span:nth-child(2) {
  transform-origin: 0 50%;
  transform-perspective: 100px;
  -webkit-animation: cuve 1s 1s infinite;
          animation: cuve 1s 1s infinite;
}
#loader-6 span:nth-child(3) {
  transform-origin: 0 50%;
  transform-perspective: 100px;
  -webkit-animation: cuve 1s 1.5s infinite;
          animation: cuve 1s 1.5s infinite;
}
#loader-6 span:nth-child(4) {
  transform-origin: 0 50%;
  transform-perspective: 100px;
  -webkit-animation: cuve 1s 2s infinite;
          animation: cuve 1s 2s infinite;
}
#loader-6 span:nth-child(5) {
  transform-origin: 0 50%;
  transform-perspective: 100px;
  -webkit-animation: cuve 1s 2.5s infinite;
          animation: cuve 1s 2.5s infinite;
}
#loader-7 span:nth-child(1) {
  -webkit-animation: temp 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.05s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(2) {
  -webkit-animation: temp 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(3) {
  -webkit-animation: temp 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.15s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(4) {
  -webkit-animation: temp 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.2s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(5) {
  -webkit-animation: temp 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.25s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(6) {
  -webkit-animation: temp 1s 0.3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.3s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(7) {
  -webkit-animation: temp 1s 0.35s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.35s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(8) {
  -webkit-animation: temp 1s 0.4s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.4s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(9) {
  -webkit-animation: temp 1s 0.45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.45s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(10) {
  -webkit-animation: temp 1s 0.5s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.5s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(11) {
  -webkit-animation: temp 1s 0.55s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.55s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(12) {
  -webkit-animation: temp 1s 0.6s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.6s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(13) {
  -webkit-animation: temp 1s 0.65s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.65s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(14) {
  -webkit-animation: temp 1s 0.7s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.7s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(15) {
  -webkit-animation: temp 1s 0.75s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.75s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(16) {
  -webkit-animation: temp 1s 0.8s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.8s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(17) {
  -webkit-animation: temp 1s 0.85s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.85s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(18) {
  -webkit-animation: temp 1s 0.9s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.9s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(19) {
  -webkit-animation: temp 1s 0.95s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 0.95s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
#loader-7 span:nth-child(20) {
  -webkit-animation: temp 1s 1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
          animation: temp 1s 1s infinite cubic-bezier(0.005, 0.56, 0.58, 1.59);
  width: 7.5px;
  height: 7.5px;
  margin: 0 2px;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0.9, 0.9);
    background: #5123dee5;
  }
  50% {
    transform: scale(1, 1);
    margin: 0 3px;
    background: #5e2ef1f0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0.9, 0.9);
    background: #6137e4f0;
  }
  50% {
    transform: scale(1, 1);
    margin: 0 3px;
    background: #6137e4e5;
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
    background: #5830d5e5;
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
    background: #5830d5e5;
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes rotateX {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(90deg) scale(0.5, 0.5);
    background: #5830d5e5;
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes rotateX {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(90deg) scale(0.5, 0.5);
    background: #5830d5e5;
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes push {
  0% {
    transform: translateX(0px) scale(0.9, 0.6);
  }
  50% {
    transform: translateY(-20px) scale(0.7, 1.1);
    background: #5830d5e5;
  }
  100% {
    transform: translateX(0px) scale(0.9, 0.6);
  }
}
@keyframes push {
  0% {
    transform: translateX(0px) scale(0.9, 0.6);
  }
  50% {
    transform: translateY(-20px) scale(0.7, 1.1);
    background: #5830d5e5;
  }
  100% {
    transform: translateX(0px) scale(0.9, 0.6);
  }
}
@-webkit-keyframes rotateZ {
  0% {
    transform: rotateZ(-20deg);
  }
  50% {
    transform: rotateZ(20deg) scaleY(1.2);
    background: #5830d5e5;
  }
  100% {
    transform: rotateZ(-20deg);
  }
}
@keyframes rotateZ {
  0% {
    transform: rotateZ(-20deg);
  }
  50% {
    transform: rotateZ(20deg) scaleY(1.2);
    background: #5830d5e5;
  }
  100% {
    transform: rotateZ(-20deg);
  }
}
@-webkit-keyframes cuve {
  0% {
    transform: rotateY(-90deg) perspective(50px);
    background: #5830d5;
  }
  50% {
    transform: rotateY(0deg);
    background: #5830d5e5;
  }
  100% {
    transform: rotateY(90deg) perspective(50px);
    transform-origin: 100% 50%;
    background: #5830d5;
  }
}
@keyframes cuve {
  0% {
    transform: rotateY(-90deg) perspective(50px);
    background: #5830d5;
  }
  50% {
    transform: rotateY(0deg);
    background: #5830d5e5;
  }
  100% {
    transform: rotateY(90deg) perspective(50px);
    transform-origin: 100% 50%;
    background: #5830d5;
  }
}
@-webkit-keyframes temp {
  50% {
    transform: scale(1, 5);
    background: #195c53;
  }
}
@keyframes temp {
  50% {
    transform: scale(1, 5);
    background: #195c53;
  }
}
















p {
  font-family: "Google Sans" !important;
  font-weight: 400;
}


.feature-grid-zxv {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.feature-item-kmp {
  display: grid;
  grid-template-columns: subgrid;
  gap: 18px;
  border: 1px solid var(--purple-color);
  border-radius: 4px;
  padding: 24px 16px;
  transition: scale 0.3s ease;
}
.feature-item-kmp:hover {
      scale: 1.04;
    box-shadow: 17px 20px 0px 0px rgb(164 141 247);
}

.feature-item-kmp img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
}

.feature-title-qwe {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .feature-grid-zxv {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .feature-grid-zxv {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .feature-title-qwe {
    font-size: 18px;
    font-weight: bold;
  }

  .feature-item-kmp {
    gap: 10px;
    padding: 16px 12px;
  }
}

.grid-menu-zxv {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 40px;
  margin-top: 48px;
  padding: 0;
}

.grid-item-kmp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  color: #000;
}

.item-container-qwe {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #fff;
}

.item-image-asd {
  width: 30px;
  height: auto;
  object-fit: contain;
}

.item-text-poi {
  font-size: 16px;
}

h2.design.section-title__title.style-title-after {
    text-align: left;
    /* margin-left: 0px; */
}

.grid-container-zxv {
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  gap: 80px;
      margin-top: 55px;

  @media (max-width: 1024px) {
    gap: 40px;
    grid-template-columns: auto;
  }
}

.form-container-kmp {
  border: 1px solid #5c58587a;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
border-radius: 7px;
  gap: 16px;

  @media (max-width: 1024px) {
    padding: 10px;
  }
}

.form-label-qwe {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}

.form-label-qwe p {
  padding: 0;
  color: #000;
  margin-top: 25px;
    margin-bottom: 0;
}

.form-input-asd {
  width: 100%;
  padding: 14px 12px;
  border: 1px solid #5c58587a;
  background-color: transparent;
  outline: none;
border-radius: 5px;
    font-size: 15px;
    color: #353434;
 
  @media (max-width: 1024px) {
    padding: 6px 8px;
  }
}
.wpcf7-textarea{margin-bottom:20px;height:120px;}
.main-menu .main-menu__list li ul li:hover > a{border-radius:3px;}
.image-container-rtg {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;

  @media (max-width: 1024px) {
    aspect-ratio: 16/9;
  }
}

.image-full-yui {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-xkr7p {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 0;
}

@media (min-width: 1024px) {
  .menu-xkr7p {
    display: grid;
    grid-auto-flow: column;
    align-items: start;
  }
}

.menu-item-lm3nq {
  display: flex;
  padding: 22px 36px;
  gap: 26px;
  align-items: flex-start;
  height: 100%;
  width: min(100%, 300px);
  border: 1px solid rgba(0, 0, 0, 0.582);
  border-radius: 10px;
}

@media (min-width: 1024px) {
  .menu-item-lm3nq {
    width: 100%;
  }
}

.menu-item-lm3nq .separate {
  width: 100%;
  height: 0.5px;
  background: #000000a8;
}

.icon-zx9yw {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.content-wrapper-bk2mf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

@media (min-width: 1024px) {
  .content-wrapper-bk2mf {
    width: 20ch;
  }
}

.title-hy6pq {
  font-size: 22px;
  font-weight: 600;
  color: black;
}

.contact-list-vf8tr {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: white;
  font-size: 1rem;
  align-items: flex-start;
  text-align: center;
  padding: 0;
  font-weight: 500;
  font-family: "Google Sans" !important;
  font-size: 1.2rem;
  line-height: 1.7;

}
.contact-link-qt2xw:hover{color:#000;}
.contact-link-qt2xw {
  color: black;
      text-align: left;
  text-decoration: none;
}



.bg-purple {
  background-color: var(--purple-color);
}
.bg-teal {
  background-color: var(--teal-color);
}

.flumplenax {
  animation: move infinite 10s ease-in-out;
}

@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, 20%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.zxc-9876 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
 /* gap: 1.5rem;*/
  padding: 0;
}

.qwe-5432 {
  border-top: 1px solid #f3f4f6;
  width: 100%;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  transition: background-color 1s;
}

.qwe-5432:hover {
 
  background: linear-gradient(
      90deg,
      #ffffff 9.5%,
      rgba(0, 0, 0, 0) 49.95%,
      #ffffff 92%
    ),
    radial-gradient(
        87.36% 87.36% at 81.37% 78.54%,
        #ffffff 25.62%,
        rgba(255, 255, 255, 0) 82.75%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    linear-gradient(
      29.51deg,
      #b099ff 0.8%,
      #e1f6ff 33.61%,
      #bdaaff 41.05%,
      #5d32f1 71.72%
    );
}


.asd-2109 {
  height: 6rem;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  aspect-ratio: 16 / 9;
  width: auto;
  background-color: var(--purple-color);
  background-position: center;
  background-size: cover;
  transition: transform 0.3s;
}

.fgh-7654 {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s;
  width: 40%;
}



.jkl-3210 {
  transition: transform 0.3s;
}

.mnb-8765 {
  transform: rotate(-45deg);
  transition: transform 0.3s;
  border-radius: 40px;
  border: 1px solid var(--purple-color);

  svg { 
    border-radius: 30px;
  }
}

.poi-4321 {
  fill: transparent;
  transition: fill 0.3s;
}

.lkj-6789 {
  stroke: var(--purple-color);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s;
}

@media (max-width: 768px) {
	
	.fgh-7654 {
    width: 50%;
}
}

@media (min-width: 768px) {
	
	.fgh-7654 {
    width: 50%;
}
  .qwe-5432 {
    gap: 2.5rem;
  }

  .qwe-5432:hover .asd-2109 {
    transform: translateX(1.5rem);
  }
  .qwe-5432:hover .mnb-8765 {
    
    border: 1px solid transparent;
  }

  .qwe-5432:hover .fgh-7654,
  .qwe-5432:hover .jkl-3210 {
    transform: scale(1.01);
  }
  

  .qwe-5432:hover .mnb-8765 {
    transform: rotate(-45deg) translateX(-1.5rem);
  }

  .qwe-5432:hover .poi-4321 {
    fill: var(--purple-color);

  }

  .qwe-5432:hover .lkj-6789 {
    stroke: white;
  }
}

@media (min-width: 1024px) {
  .qwe-5432 {
    gap: 4rem;
  }
}

@media (max-width: 767px) {
  .qwe-5432 {
    text-align: center;
    background-color: #f1f5f9;
    padding: 1.25rem;
    flex-direction: column;
  }
}

.text-white_in_lap {
  color: white !important;
}

@media (max-width: 991px) {
  .text-white_in_lap {
    color: black !important;
  }
}
.wpcf7-submit{margin-top:20px;}

.col-md-7.section-three {
	width:100%;
}
.container.d-flex.flex-column.gap-5 {
    align-items: center;
}
.row.servise-row {
    justify-content: center;
}
.col-xl-8.col-lg-7.wow.fadeInLeft.animated.animated {
    text-align: left;
	width: 83%;
}
h2.section-title__title {
    width: 100%;
	text-align: center;
}
h2.section-title__title.text-dark::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    margin-top: 8px;
   background: linear-gradient(355deg, #ffffff 9.5%, rgba(0, 0, 0, 0) 49.95%, #ffffff 92%), radial-gradient(87.36% 87.36% at 81.37% 78.54%, #ffffff 25.62%, rgba(255, 255, 255, 0) 82.75%), linear-gradient(177deg, #dadada 0.8%, #471b6c 33.61%, #3a2d67 41.05%, #5b43b1 71.72%);
    background-blend-mode: overlay;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 10px;
}

@media (max-width: 991px) {
  .section-title__title {
    
	text-align: left !important;
}
}

@media (max-width: 991px) {
 p.project-details__content__text.mt-30.wow.fadeInUp.animated.col-xl-8.col-lg-7.animated {
    text-align: left;
}
}
@media (max-width: 991px) {
 .project-details__image {
    justify-content: left;
}
}

@media (max-width: 991px) {
 .col-xl-8.col-lg-7.wow.fadeInLeft.animated.animated {
    text-align: left;
}
}
@media (max-width: 991px) {
 .section-title {
    text-align: left;
	padding-left: 0px;
}
}
@media (max-width: 991px) {
h5.section-title__tagline.section-title__tagline {
    text-align: left;
}
}

@media (max-width: 991px) {
.about-one__content.d-flex.text-center.align-items-center.gap-5 {
	flex-direction:column;
}
}
@media (max-width: 991px) {
.section-title.col-lg-8.wow.fadeInUp.animated.animated.about {
    width: 100% !important;
}
}
@media (max-width: 991px) {
.container.d-flex.flex-column.gap-5 {
    padding:0px;
}
}
@media (max-width: 991px) {
.service-three__container {
   padding:0px;
}
}
@media (max-width: 991px) {
.padding-15{
    padding-left: 15px;
}
}

@keyframes animate {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    transform: perspective(1000px) rotateX(359deg);
  }
}

.box {
  position: absolute;
  transform-style: preserve-3d;
  width: 200px;
  height: 300px;
  transform: perspective(1000px) rotateY(-45deg);
}
.box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -180px;
  width: 100%;
  height: 150px;
  background: #0009;
  transform: rotateX(90deg);
  filter: blur(40px);
  opacity: 0.5;
}
.box div {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: animate 5s linear infinite;
}
.box div span {
  position: absolute;
  inset: 0;
 background: linear-gradient(90deg, #5d32f1, #ffffff);
    border-radius: 30px;
    transform: rotateX(calc(var(--i)* 314deg));
  transform-style: preserve-3d;
}

 canvas {
    height: 100%;
    width: 100%;
    background: #0000;
    mask: linear-gradient(#fff 65%, #0000);
  }

.row.service-three-business {
    flex-direction: row-reverse;
}
.section-title.col-lg-8.wow.fadeInUp.animated.animated.about{
    width: 45%;
	    padding-left: 40px;
}
.pl-20.service-details-content-text {
    width: 70%;
}
p.about-text-p-content {
    margin-top: 35px;
	padding: 0px 60px;
}
div#wpcf7-f6-o1 {
    width: 100%;
}
.border-style{border: 1px solid var(--purple-color);
  border-radius: 4px;padding: 70px 0px;scale: 1.04;
  box-shadow: 17px 20px 0px 0px rgb(164 141 247);}
  .title-bg-style{max-width:70%;
  
  background: linear-gradient( 90deg, #ffffff 9.5%, rgba(0, 0, 0, 0) 49.95%, #ffffff 92% ), radial-gradient( 87.36% 87.36% at 81.37% 78.54%, #ffffff 25.62%, rgba(255, 255, 255, 0) 82.75% ) , linear-gradient( 29.51deg, #b099ff 0.8%, #e1f6ff 33.61%, #bdaaff 41.05%, #5d32f1 71.72% );
  padding: 19px 10px;}
  .main-menu .main-menu__list li ul li a{background: rgba(0, 195, 255, 0.16);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.7px);
  -webkit-backdrop-filter: blur(2.7px);
  border: 1px solid rgba(0, 195, 255, 0.14);border-radius: 3px;}
  .sticky-logo{display:none;}
  .stricky-header .sticky-header__content .container .main-menu__logo .sticky-logo{display:block !important;}
   .stricky-header .sticky-header__content .container .main-menu__logo .main-logo-light{display:none !important;}
   .stricky-header .sticky-header__content .container .main-menu__nav ul li a{color:#000 !important;}
   .address-box{
    position: relative;
  z-index: 0;
  overflow: hidden;
 background: linear-gradient(174deg, #ffffff 9.5%, rgba(0, 0, 0, 0) 49.95%, #5d32f157 92%), radial-gradient(87.36% 87.36% at 81.37% 78.54%, #ffffff 25.62%, rgba(255, 255, 255, 0) 82.75%), linear-gradient(330deg, #22c1ff00 0.8%, #e1f6ff 33.61%, #ffffff 41.05%, #ffffff 71.72%);
   }
  .project-features{text-align:left;}
  .home-menu-container{border-bottom: 2px solid #8a67ff;}
  .section-title__title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px; /* Optional: spacing between title and line */
}

.section-title__title::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, #ffffff 9.5%, rgba(0, 0, 0, 0) 49.95%, #ffffff 92%), radial-gradient(87.36% 87.36% at 81.37% 78.54%, #ffffff 25.62%, rgba(255, 255, 255, 0) 82.75%), linear-gradient(29.51deg, #dfdfdf 0.8%, #e1f6ff 33.61%, #bdaaff 41.05%, #8564f5 71.72%);
  background-blend-mode: overlay;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 10px;
}
.style-title-after::after{margin: 20px 0px auto !important;}
.home-menu .main-menu .home-menu-container .main-menu__nav ul li a{color:#fff;}
.page-header__breadcrumb .fa-solid{font-size: 14px !important;
  margin-top: 4px;
  padding: 0px 5px;}

  .grain {
    position: fixed;
    top: 0;
    left: 0;
    
    width: 100%;
    pointer-event: none;
    z-index: 300;
    transform: translateZ(0);
    
    &:before {
      content: "";
      top: -10rem;
      left: -10rem;
      width: calc(100% + 20rem);
      height: calc(100% + 20rem);
      z-index: 9999;
      position: relative;
       background-image:url("https://upload.wikimedia.org/wikipedia/commons/7/76/1k_Dissolve_Noise_Texture.png");
      opacity: 0.15;
      pointer-events: none;
      -webkit-animation: noise 1s steps(2) infinite;
      animation: noise 1s steps(2) infinite;
    }

    @-webkit-keyframes noise {
      to { transform: translate3d(-7rem,0,0) }
    }

    @keyframes noise {
      0% { transform: translate3d(0,9rem,0) }
      10% { transform: translate3d(-1rem,-4rem,0) }
      20% { transform: translate3d(-8rem,2rem,0) }
      30% { transform: translate3d(9rem,-9rem,0) }
      40% { transform: translate3d(-2rem,7rem,0) }
      50% { transform: translate3d(-9rem,-4rem,0) }
      60% { transform: translate3d(2rem,6rem,0) }
      70% { transform: translate3d(7rem,-8rem,0) }
      80% { transform: translate3d(-9rem,1rem,0) }
      90% { transform: translate3d(6rem,-5rem,0) }
      to { transform: translate3d(-7rem,0,0) }
    }
  }
  
  
  
  @media (max-width: 767px) {
	  .footer-locate .col-lg-2.locates {
  
    flex-direction: column;
	  } 
	  .footer-locate .col-lg-2.locates .main-footer__navmenu {
        width: 260px;
	  }
  }
@media (max-width: 1200px) {
   .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.footer-locate .col-lg-2.locates {
    width: 100% !important;
    margin-bottom: 50px;
}
.container {
    max-width: 100% !important;
    padding: 0 5%;
}
}
.footer-locate .col-lg-2.locates {
    display: flex;
    width: 60%;
    gap: 35px;
}

.footer-locate .col-lg-2 {
    display: flex;
    width: 30%;
    gap: 35px;
}
.footer-locate {
	flex-wrap: wrap;
    padding: 50px 20px;
    display: flex;
	gap:10%;
}  

