.head-cont {
  background: #fff;
  color: #000;
  border-color: #000;
}

header .cGIlKE {
  font-size: 26px;
  font-weight: 700;
  font-family: "Aeonik Pro", sans-serif;
}

.header-right {
  display: none !important;
}

.nav-header {
  display: block !important;
}

.header-rega {
  padding: 16px 40px;
  max-height: unset;
  border: 2px solid #000;
  transition: 0.3s;
}
.header-rega:hover {
  border-color: #854fdc;
  background: #854fdc;
  color: #fff;
  transition: 0.3s;
}

.head-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(-90deg, #50337E, #fff);
  color: #000;
  max-height: 100%;
  min-height: auto;
}
.head-sec .h2-title,
.head-sec .text-p {
  color: #000;
}
.head-sec .h2-title span,
.head-sec .text-p span {
  color: #854fdc;
}
.head-sec-img {
  display: block;
  max-width: 300px;
  width: 100%;
}
.head-sec .btnheader {
  background: #854fdc;
  color: #fff;
  border-radius: 4px;
  padding: 16px 48px;
}

#two {
  padding: 100px 0;
}
#two .title-two {
  margin-top: 0;
}
#two .cont-list {
  margin: 0;
}
#two .cont-item {
  flex: 1;
  min-height: 220px;
}
#two .cont-item:nth-child(1) {
  background: rgba(148, 232, 203, 0.5);
}
#two .cont-item:nth-child(2) {
  background: rgba(195, 190, 246, 0.5);
}
#two .cont-item:nth-child(3) {
  background: rgba(248, 216, 148, 0.5);
}
#two .cont-item:nth-child(4) {
  background: rgba(146, 211, 244, 0.5);
}

.sect-speed {
  background: linear-gradient(-45deg, #000, #50337E, #DA7F7A);
}
.sect-speed .eKbGUZ {
  align-items: center;
}
.sect-speed img {
  margin: 0 auto;
  max-width: 90%;
  width: 100%;
}

#three {
  background: #fff;
}
#three .title-three {
  color: #000;
}

input.inpt-form {
  color: #fff;
}

@media (max-width: 767px) {
  .cont-second {
    gap: 12px;
  }
  .head-sec-img {
    max-width: 200px;
  }
  .head-cont .rev-title {
    margin: 0 auto 20px;
  }
  .head-cont .header-rega {
    margin: 0 auto;
  }
  .head-cont .row-container {
    flex-direction: column;
  }
}/*# sourceMappingURL=custom.css.map */