.btn--title,
.badge--title,
.bg--title,
.preloader,
.pricing-deco {
  background-image: linear-gradient(
    -90deg,
    #121a5b 0%,
    #060922 100%
  ) !important;
}

.shapes-container {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}

.shapes-container::after,
.shapes-container::before {
  width: 100%;
  min-width: 1920px;
  height: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  position: absolute;
  mask: url(/gscoin/assets/images/shapes/banner-bottom-shape.png) no-repeat;
  -webkit-mask: url(/gscoin/assets/images/shapes/banner-bottom-shape.png)
    no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  background: #fff;
}
.mt--10 {
  margin-bottom: -10px;
}
.shapes-container::before {
  bottom: unset;
  top: 0;
  mask: url(/gscoin/assets/images/shapes/banner-top-shape.png) no-repeat;
  -webkit-mask: url(/gscoin/assets/images/shapes/banner-top-shape.png) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.banner-shape.shape1 {
  bottom: 220px;
  left: 200px;
  animation: zig-zag 4s alternate-reverse infinite;
}

.banner-shape {
  position: absolute;
}

@keyframes zig-zag {
  0% {
    -webkit-transform: translate(100px) rotate(720deg);
    -ms-transform: translate(100px) rotate(720deg);
    transform: translate(100px) rotate(720deg);
  }

  50% {
    -webkit-transform: translate(100px, 100px) rotate(360deg);
    -ms-transform: translate(100px, 100px) rotate(360deg);
    transform: translate(100px, 100px) rotate(360deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0);
    -ms-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
}

.banner-shape.shape2 {
  bottom: 120px;
  left: 50%;
  animation: rotateZigZag 8s alternate-reverse infinite;
}

@keyframes rotateZigZag {
  0% {
    -webkit-transform: rotate(1440deg);
    -ms-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.banner-shape.shape3 {
  top: 120px;
  left: calc(50% + 600px);
  animation: zig-zag 4s alternate-reverse infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.banner-shape.shape4 {
  top: 220px;
  left: calc(50% + 700px);
  animation: zig-zag 4s alternate-reverse infinite;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}

.banner-shape.shape6 {
  top: 12%;
  left: 11%;
  animation: zig-zag 4s alternate-reverse infinite;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.shapes-container .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .section__header {
    margin-bottom: 50px;
  }
}

.section__header {
  margin-bottom: 30px;
}

.section__cate {
  color: #ffc107;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}

.section__cate::before {
  margin-right: 20px;
}

.section__cate::before,
.section__cate::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffc107;
  vertical-align: middle;
}

.section__cate::after {
  margin-left: 20px;
}

.section__cate::before,
.section__cate::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ffc107;
  vertical-align: middle;
}

.section__title {
  margin-bottom: 12px;
}

/* HOW */
.how--wrapper {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto -30px;
}

.how--wrapper .how__item {
  padding: 0 12px 30px;
  width: 25%;
}

.how__item {
  text-align: center;
  position: relative;
}

.how__item::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50px;
  border-top: 2px dashed rgba(255, 255, 255, 0.1);
}

.text--base {
  color: #fcb72b !important;
}

.how__item-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(90, 94, 255, 0.2);
  font-size: 40px;
  margin: 0 auto 30px;
  animation: pulseCustom 2s linear infinite;
  border: 1px dashed rgba(90, 94, 255, 0.4);
}

.how__item:nth-child(2) .how__item-icon {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}

.how__item-title {
  color: #fff;
  font-size: 18px;
}

.how__item:nth-child(3) .how__item-icon {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.how__item:nth-child(4) .how__item-icon {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

@keyframes pulseCustom {
  50% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 10px rgba(255, 255, 255, 0.4), 0 0 15px rgba(255, 255, 255, 0.6),
      0 0 20px white;
  }
}

/* Mobile View */
@media (max-width: 767px) {
  .how--wrapper .how__item {
    width: 50%;
  }
}
