:root {
  --primary-color: #f9b900;
  --primary-color-rgb: 240, 189, 64;
  --secondary-color: #e1a308;
  --secondary-color-rgb: 225, 163, 8;
  --purple-color: #764DF0;
  --purple-color-rgb: 118, 77, 240;
  --purple-dark-color: #442490;
  --purple-dark-color-rgb: 68, 36, 144;
}

body {
  height: unset !important;
}

.logo-main {
  display: block !important;
  max-height: 55px;
  max-width: unset !important;
}

.gradient-edge-top.color {
  background: linear-gradient(180deg, rgba(var(--purple-color-rgb), 1) 0%, rgba(var(--purple-color-rgb), 0) 100%);
}

.gradient-edge-bottom.color {
  background: linear-gradient(0deg, rgba(var(--purple-color-rgb), 1) 0%, rgba(var(--purple-color-rgb), 0) 100%);
}

.bg-purple-dark {
  background: var(--purple-dark-color);
}

#section-hero {
  min-height: calc(100vh - 100px);
}

@media screen and (min-width: 992px) {
  .counters_wrap {
    position: absolute;
    transform: translateY(50%);
    bottom: 0;
    z-index: 3;
  }
}
.counters_wrap .single-project {
  padding: 30px 20px;
  background: #1a2237;
  border-right: 1px solid #14192d;
  position: relative;
  height: 100%;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .counters_wrap .single-project.left_radius {
    border-radius: 12px 0 0 12px;
  }
  .counters_wrap .single-project.right_radius {
    border-radius: 0 12px 12px 0;
  }
}
.counters_wrap .single-project h2 {
  font-weight: 700;
  font-size: 50px;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.counters_wrap .single-project h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.technologies .tech_icon_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.technologies .tech_icon_block .tech_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center top -3px;
  background-image: url(/images/icon/shape_polygon.webp);
}
.technologies .tech_icon_block .tech_img img {
  max-width: 40px;
  width: 100%;
}

.tech_card {
  aspect-ratio: 6/5;
}
@media screen and (min-width: 1200px) {
  .tech_card {
    aspect-ratio: 6/4;
  }
}
.tech_card img {
  aspect-ratio: 6/5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .tech_card img {
    aspect-ratio: 6/4;
  }
}
.tech_card .tech_card_content {
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: end;
  line-height: 1.5;
}

.btn_text {
  color: #875616 !important;
  font-weight: 800 !important;
}

.blend_image {
  background-color: #111433;
}
.blend_image img {
  mix-blend-mode: color-dodge;
  opacity: 1;
}

.ul-check li {
  margin: 8px 0 8px 0;
}/*# sourceMappingURL=custom.css.map */