/*
.hero-section-main{
background:url('../images/background/bg-0.jpg')no-repeat;
background-size: cover;
z-index:-11;
padding:210px 0 0 0;
background-position: -60px right;
height: 80vh;
}*/
@import url(../css/preloader.css);
.text-purple {
  color: #c35bff;
}

.text-white-low {
  color: #dad8db;
}

.bg-purple {
  background-color: #f0eef1;
}

.p-set {
  font-size: 0.9em;
  word-wrap: break-word;
}

.col-hover-1:hover {
  border: 2.5px solid orange;
}

.font-1 {
  font-size: 1.2em;
}

@media (min-width: 992px) {
  .font-1 {
    font-size: 2.2em;
  }
}

.h3-title-1 {
  font-size: 1.1em;
  word-wrap: wrap;
  word-break: break-all;
}

@media (min-width: 576px) {
  .h3-title-1 {
    font-size: 1.1em;
    word-wrap: wrap;
    word-break: break-all;
  }
}

@media (min-width: 992px) {
  .h3-title-1 {
    font-size: 1.5em;
    word-wrap: wrap;
    word-break: break-all;
  }
}

.h3-title-2 {
  font-size: 1.1em;
  word-wrap: wrap;
  word-break: break-all;
}

@media (min-width: 992px) {
  .h3-title-2 {
    font-size: 1.6em;
  }
}

.hero-section-main {
  background: url("../images/background/crypto-currency.jpg") no-repeat;
  background-size: cover;
  z-index: -11;
  padding: 20px 0 0 0;
  background-position: -9rem center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.header-title-small {
  font-size: 1.1em;
  color: white;
}

.header-bg {
  padding: 30px;
  margin-top: 2em;
  background: rgba(98, 0, 255, 0.308);
  width: 40vh;
}

@media (min-width: 576px) {
  .header-bg {
    width: 70vh;
  }
}

@media (min-width: 576px) {
  .hero-section-size {
    padding: 40px 0 0 0;
    background-position: center 0px;
    height: 160vh;
  }
}

@media (min-width: 768px) {
  .hero-section-size {
    background: url("../images/background/crypto-currency.jpg") no-repeat;
    height: 130vh;
    background-size: cover;
    background-position: center center;
  }
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1111;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.glitch, .glow {
  color: white;
  position: relative;
  font-size: 9vw;
  -webkit-animation: glitch 5s 5s infinite;
          animation: glitch 5s 5s infinite;
}

.glitch::before, .glow::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -5px 0 magenta;
  overflow: hidden;
  top: 0;
  -webkit-animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
          animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}

.glitch::after, .glow::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -5px 0 #427ce7;
  overflow: hidden;
  top: 0;
  -webkit-animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
          animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}

@-webkit-keyframes glitch {
  1% {
    -webkit-transform: rotateX(10deg) skewX(90deg);
            transform: rotateX(10deg) skewX(90deg);
  }
  2% {
    -webkit-transform: rotateX(0deg) skewX(0deg);
            transform: rotateX(0deg) skewX(0deg);
  }
}

@keyframes glitch {
  1% {
    -webkit-transform: rotateX(10deg) skewX(90deg);
            transform: rotateX(10deg) skewX(90deg);
  }
  2% {
    -webkit-transform: rotateX(0deg) skewX(0deg);
            transform: rotateX(0deg) skewX(0deg);
  }
}

@-webkit-keyframes noise-1 {
  3.33333% {
    -webkit-clip-path: inset(77px 0 17px 0);
            clip-path: inset(77px 0 17px 0);
  }
  6.66667% {
    -webkit-clip-path: inset(11px 0 14px 0);
            clip-path: inset(11px 0 14px 0);
  }
  10% {
    -webkit-clip-path: inset(88px 0 3px 0);
            clip-path: inset(88px 0 3px 0);
  }
  13.33333% {
    -webkit-clip-path: inset(84px 0 2px 0);
            clip-path: inset(84px 0 2px 0);
  }
  16.66667% {
    -webkit-clip-path: inset(1px 0 53px 0);
            clip-path: inset(1px 0 53px 0);
  }
  20% {
    -webkit-clip-path: inset(31px 0 37px 0);
            clip-path: inset(31px 0 37px 0);
  }
  23.33333% {
    -webkit-clip-path: inset(12px 0 6px 0);
            clip-path: inset(12px 0 6px 0);
  }
  26.66667% {
    -webkit-clip-path: inset(24px 0 28px 0);
            clip-path: inset(24px 0 28px 0);
  }
  30% {
    -webkit-clip-path: inset(34px 0 40px 0);
            clip-path: inset(34px 0 40px 0);
  }
  33.33333% {
    -webkit-clip-path: inset(52px 0 20px 0);
            clip-path: inset(52px 0 20px 0);
  }
  36.66667% {
    -webkit-clip-path: inset(98px 0 2px 0);
            clip-path: inset(98px 0 2px 0);
  }
  40% {
    -webkit-clip-path: inset(2px 0 12px 0);
            clip-path: inset(2px 0 12px 0);
  }
  43.33333% {
    -webkit-clip-path: inset(69px 0 18px 0);
            clip-path: inset(69px 0 18px 0);
  }
  46.66667% {
    -webkit-clip-path: inset(86px 0 13px 0);
            clip-path: inset(86px 0 13px 0);
  }
  50% {
    -webkit-clip-path: inset(8px 0 66px 0);
            clip-path: inset(8px 0 66px 0);
  }
  53.33333% {
    -webkit-clip-path: inset(31px 0 16px 0);
            clip-path: inset(31px 0 16px 0);
  }
  56.66667% {
    -webkit-clip-path: inset(81px 0 9px 0);
            clip-path: inset(81px 0 9px 0);
  }
  60% {
    -webkit-clip-path: inset(83px 0 9px 0);
            clip-path: inset(83px 0 9px 0);
  }
  63.33333% {
    -webkit-clip-path: inset(97px 0 2px 0);
            clip-path: inset(97px 0 2px 0);
  }
  66.66667% {
    -webkit-clip-path: inset(14px 0 50px 0);
            clip-path: inset(14px 0 50px 0);
  }
  70% {
    -webkit-clip-path: inset(92px 0 4px 0);
            clip-path: inset(92px 0 4px 0);
  }
  73.33333% {
    -webkit-clip-path: inset(74px 0 12px 0);
            clip-path: inset(74px 0 12px 0);
  }
  76.66667% {
    -webkit-clip-path: inset(78px 0 8px 0);
            clip-path: inset(78px 0 8px 0);
  }
  80% {
    -webkit-clip-path: inset(45px 0 55px 0);
            clip-path: inset(45px 0 55px 0);
  }
  83.33333% {
    -webkit-clip-path: inset(18px 0 39px 0);
            clip-path: inset(18px 0 39px 0);
  }
  86.66667% {
    -webkit-clip-path: inset(24px 0 9px 0);
            clip-path: inset(24px 0 9px 0);
  }
  90% {
    -webkit-clip-path: inset(45px 0 15px 0);
            clip-path: inset(45px 0 15px 0);
  }
  93.33333% {
    -webkit-clip-path: inset(60px 0 6px 0);
            clip-path: inset(60px 0 6px 0);
  }
  96.66667% {
    -webkit-clip-path: inset(64px 0 20px 0);
            clip-path: inset(64px 0 20px 0);
  }
  100% {
    -webkit-clip-path: inset(78px 0 6px 0);
            clip-path: inset(78px 0 6px 0);
  }
}

@keyframes noise-1 {
  3.33333% {
    -webkit-clip-path: inset(77px 0 17px 0);
            clip-path: inset(77px 0 17px 0);
  }
  6.66667% {
    -webkit-clip-path: inset(11px 0 14px 0);
            clip-path: inset(11px 0 14px 0);
  }
  10% {
    -webkit-clip-path: inset(88px 0 3px 0);
            clip-path: inset(88px 0 3px 0);
  }
  13.33333% {
    -webkit-clip-path: inset(84px 0 2px 0);
            clip-path: inset(84px 0 2px 0);
  }
  16.66667% {
    -webkit-clip-path: inset(1px 0 53px 0);
            clip-path: inset(1px 0 53px 0);
  }
  20% {
    -webkit-clip-path: inset(31px 0 37px 0);
            clip-path: inset(31px 0 37px 0);
  }
  23.33333% {
    -webkit-clip-path: inset(12px 0 6px 0);
            clip-path: inset(12px 0 6px 0);
  }
  26.66667% {
    -webkit-clip-path: inset(24px 0 28px 0);
            clip-path: inset(24px 0 28px 0);
  }
  30% {
    -webkit-clip-path: inset(34px 0 40px 0);
            clip-path: inset(34px 0 40px 0);
  }
  33.33333% {
    -webkit-clip-path: inset(52px 0 20px 0);
            clip-path: inset(52px 0 20px 0);
  }
  36.66667% {
    -webkit-clip-path: inset(98px 0 2px 0);
            clip-path: inset(98px 0 2px 0);
  }
  40% {
    -webkit-clip-path: inset(2px 0 12px 0);
            clip-path: inset(2px 0 12px 0);
  }
  43.33333% {
    -webkit-clip-path: inset(69px 0 18px 0);
            clip-path: inset(69px 0 18px 0);
  }
  46.66667% {
    -webkit-clip-path: inset(86px 0 13px 0);
            clip-path: inset(86px 0 13px 0);
  }
  50% {
    -webkit-clip-path: inset(8px 0 66px 0);
            clip-path: inset(8px 0 66px 0);
  }
  53.33333% {
    -webkit-clip-path: inset(31px 0 16px 0);
            clip-path: inset(31px 0 16px 0);
  }
  56.66667% {
    -webkit-clip-path: inset(81px 0 9px 0);
            clip-path: inset(81px 0 9px 0);
  }
  60% {
    -webkit-clip-path: inset(83px 0 9px 0);
            clip-path: inset(83px 0 9px 0);
  }
  63.33333% {
    -webkit-clip-path: inset(97px 0 2px 0);
            clip-path: inset(97px 0 2px 0);
  }
  66.66667% {
    -webkit-clip-path: inset(14px 0 50px 0);
            clip-path: inset(14px 0 50px 0);
  }
  70% {
    -webkit-clip-path: inset(92px 0 4px 0);
            clip-path: inset(92px 0 4px 0);
  }
  73.33333% {
    -webkit-clip-path: inset(74px 0 12px 0);
            clip-path: inset(74px 0 12px 0);
  }
  76.66667% {
    -webkit-clip-path: inset(78px 0 8px 0);
            clip-path: inset(78px 0 8px 0);
  }
  80% {
    -webkit-clip-path: inset(45px 0 55px 0);
            clip-path: inset(45px 0 55px 0);
  }
  83.33333% {
    -webkit-clip-path: inset(18px 0 39px 0);
            clip-path: inset(18px 0 39px 0);
  }
  86.66667% {
    -webkit-clip-path: inset(24px 0 9px 0);
            clip-path: inset(24px 0 9px 0);
  }
  90% {
    -webkit-clip-path: inset(45px 0 15px 0);
            clip-path: inset(45px 0 15px 0);
  }
  93.33333% {
    -webkit-clip-path: inset(60px 0 6px 0);
            clip-path: inset(60px 0 6px 0);
  }
  96.66667% {
    -webkit-clip-path: inset(64px 0 20px 0);
            clip-path: inset(64px 0 20px 0);
  }
  100% {
    -webkit-clip-path: inset(78px 0 6px 0);
            clip-path: inset(78px 0 6px 0);
  }
}

@-webkit-keyframes noise-2 {
  0% {
    -webkit-clip-path: inset(29px 0 30px 0);
            clip-path: inset(29px 0 30px 0);
  }
  3.33333% {
    -webkit-clip-path: inset(45px 0 16px 0);
            clip-path: inset(45px 0 16px 0);
  }
  6.66667% {
    -webkit-clip-path: inset(47px 0 19px 0);
            clip-path: inset(47px 0 19px 0);
  }
  10% {
    -webkit-clip-path: inset(69px 0 32px 0);
            clip-path: inset(69px 0 32px 0);
  }
  13.33333% {
    -webkit-clip-path: inset(16px 0 58px 0);
            clip-path: inset(16px 0 58px 0);
  }
  16.66667% {
    -webkit-clip-path: inset(85px 0 4px 0);
            clip-path: inset(85px 0 4px 0);
  }
  20% {
    -webkit-clip-path: inset(11px 0 19px 0);
            clip-path: inset(11px 0 19px 0);
  }
  23.33333% {
    -webkit-clip-path: inset(51px 0 13px 0);
            clip-path: inset(51px 0 13px 0);
  }
  26.66667% {
    -webkit-clip-path: inset(43px 0 47px 0);
            clip-path: inset(43px 0 47px 0);
  }
  30% {
    -webkit-clip-path: inset(19px 0 54px 0);
            clip-path: inset(19px 0 54px 0);
  }
  33.33333% {
    -webkit-clip-path: inset(63px 0 20px 0);
            clip-path: inset(63px 0 20px 0);
  }
  36.66667% {
    -webkit-clip-path: inset(96px 0 4px 0);
            clip-path: inset(96px 0 4px 0);
  }
  40% {
    -webkit-clip-path: inset(14px 0 39px 0);
            clip-path: inset(14px 0 39px 0);
  }
  43.33333% {
    -webkit-clip-path: inset(35px 0 4px 0);
            clip-path: inset(35px 0 4px 0);
  }
  46.66667% {
    -webkit-clip-path: inset(8px 0 23px 0);
            clip-path: inset(8px 0 23px 0);
  }
  50% {
    -webkit-clip-path: inset(20px 0 9px 0);
            clip-path: inset(20px 0 9px 0);
  }
  53.33333% {
    -webkit-clip-path: inset(20px 0 78px 0);
            clip-path: inset(20px 0 78px 0);
  }
  56.66667% {
    -webkit-clip-path: inset(36px 0 6px 0);
            clip-path: inset(36px 0 6px 0);
  }
  60% {
    -webkit-clip-path: inset(84px 0 7px 0);
            clip-path: inset(84px 0 7px 0);
  }
  63.33333% {
    -webkit-clip-path: inset(7px 0 32px 0);
            clip-path: inset(7px 0 32px 0);
  }
  66.66667% {
    -webkit-clip-path: inset(14px 0 69px 0);
            clip-path: inset(14px 0 69px 0);
  }
  70% {
    -webkit-clip-path: inset(20px 0 74px 0);
            clip-path: inset(20px 0 74px 0);
  }
  73.33333% {
    -webkit-clip-path: inset(7px 0 64px 0);
            clip-path: inset(7px 0 64px 0);
  }
  76.66667% {
    -webkit-clip-path: inset(57px 0 40px 0);
            clip-path: inset(57px 0 40px 0);
  }
  80% {
    -webkit-clip-path: inset(27px 0 2px 0);
            clip-path: inset(27px 0 2px 0);
  }
  83.33333% {
    -webkit-clip-path: inset(7px 0 54px 0);
            clip-path: inset(7px 0 54px 0);
  }
  86.66667% {
    -webkit-clip-path: inset(39px 0 62px 0);
            clip-path: inset(39px 0 62px 0);
  }
  90% {
    -webkit-clip-path: inset(58px 0 31px 0);
            clip-path: inset(58px 0 31px 0);
  }
  93.33333% {
    -webkit-clip-path: inset(90px 0 3px 0);
            clip-path: inset(90px 0 3px 0);
  }
  96.66667% {
    -webkit-clip-path: inset(14px 0 87px 0);
            clip-path: inset(14px 0 87px 0);
  }
  100% {
    -webkit-clip-path: inset(55px 0 32px 0);
            clip-path: inset(55px 0 32px 0);
  }
}

@keyframes noise-2 {
  0% {
    -webkit-clip-path: inset(29px 0 30px 0);
            clip-path: inset(29px 0 30px 0);
  }
  3.33333% {
    -webkit-clip-path: inset(45px 0 16px 0);
            clip-path: inset(45px 0 16px 0);
  }
  6.66667% {
    -webkit-clip-path: inset(47px 0 19px 0);
            clip-path: inset(47px 0 19px 0);
  }
  10% {
    -webkit-clip-path: inset(69px 0 32px 0);
            clip-path: inset(69px 0 32px 0);
  }
  13.33333% {
    -webkit-clip-path: inset(16px 0 58px 0);
            clip-path: inset(16px 0 58px 0);
  }
  16.66667% {
    -webkit-clip-path: inset(85px 0 4px 0);
            clip-path: inset(85px 0 4px 0);
  }
  20% {
    -webkit-clip-path: inset(11px 0 19px 0);
            clip-path: inset(11px 0 19px 0);
  }
  23.33333% {
    -webkit-clip-path: inset(51px 0 13px 0);
            clip-path: inset(51px 0 13px 0);
  }
  26.66667% {
    -webkit-clip-path: inset(43px 0 47px 0);
            clip-path: inset(43px 0 47px 0);
  }
  30% {
    -webkit-clip-path: inset(19px 0 54px 0);
            clip-path: inset(19px 0 54px 0);
  }
  33.33333% {
    -webkit-clip-path: inset(63px 0 20px 0);
            clip-path: inset(63px 0 20px 0);
  }
  36.66667% {
    -webkit-clip-path: inset(96px 0 4px 0);
            clip-path: inset(96px 0 4px 0);
  }
  40% {
    -webkit-clip-path: inset(14px 0 39px 0);
            clip-path: inset(14px 0 39px 0);
  }
  43.33333% {
    -webkit-clip-path: inset(35px 0 4px 0);
            clip-path: inset(35px 0 4px 0);
  }
  46.66667% {
    -webkit-clip-path: inset(8px 0 23px 0);
            clip-path: inset(8px 0 23px 0);
  }
  50% {
    -webkit-clip-path: inset(20px 0 9px 0);
            clip-path: inset(20px 0 9px 0);
  }
  53.33333% {
    -webkit-clip-path: inset(20px 0 78px 0);
            clip-path: inset(20px 0 78px 0);
  }
  56.66667% {
    -webkit-clip-path: inset(36px 0 6px 0);
            clip-path: inset(36px 0 6px 0);
  }
  60% {
    -webkit-clip-path: inset(84px 0 7px 0);
            clip-path: inset(84px 0 7px 0);
  }
  63.33333% {
    -webkit-clip-path: inset(7px 0 32px 0);
            clip-path: inset(7px 0 32px 0);
  }
  66.66667% {
    -webkit-clip-path: inset(14px 0 69px 0);
            clip-path: inset(14px 0 69px 0);
  }
  70% {
    -webkit-clip-path: inset(20px 0 74px 0);
            clip-path: inset(20px 0 74px 0);
  }
  73.33333% {
    -webkit-clip-path: inset(7px 0 64px 0);
            clip-path: inset(7px 0 64px 0);
  }
  76.66667% {
    -webkit-clip-path: inset(57px 0 40px 0);
            clip-path: inset(57px 0 40px 0);
  }
  80% {
    -webkit-clip-path: inset(27px 0 2px 0);
            clip-path: inset(27px 0 2px 0);
  }
  83.33333% {
    -webkit-clip-path: inset(7px 0 54px 0);
            clip-path: inset(7px 0 54px 0);
  }
  86.66667% {
    -webkit-clip-path: inset(39px 0 62px 0);
            clip-path: inset(39px 0 62px 0);
  }
  90% {
    -webkit-clip-path: inset(58px 0 31px 0);
            clip-path: inset(58px 0 31px 0);
  }
  93.33333% {
    -webkit-clip-path: inset(90px 0 3px 0);
            clip-path: inset(90px 0 3px 0);
  }
  96.66667% {
    -webkit-clip-path: inset(14px 0 87px 0);
            clip-path: inset(14px 0 87px 0);
  }
  100% {
    -webkit-clip-path: inset(55px 0 32px 0);
            clip-path: inset(55px 0 32px 0);
  }
}

.scanlines {
  overflow: hidden;
  mix-blend-mode: difference;
}

.scanlines::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.05) 0.5%, transparent 1%);
  -webkit-animation: fudge 7s ease-in-out alternate infinite;
          animation: fudge 7s ease-in-out alternate infinite;
}

@-webkit-keyframes fudge {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(0px, 2%);
            transform: translate(0px, 2%);
  }
}

@keyframes fudge {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(0px, 2%);
            transform: translate(0px, 2%);
  }
}

.glow {
  text-shadow: 0 0 1000px #dfbfbf;
  color: transparent;
  position: absolute;
  top: 0;
}

.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: .8vw;
  color: rgba(165, 141, 141, 0.4);
  text-transform: uppercase;
  letter-spacing: 1em;
  text-align: center;
  position: absolute;
  left: 17%;
  -webkit-animation: glitch-2 5s 5.02s infinite;
          animation: glitch-2 5s 5.02s infinite;
}

@-webkit-keyframes glitch-2 {
  1% {
    -webkit-transform: rotateX(10deg) skewX(70deg);
            transform: rotateX(10deg) skewX(70deg);
  }
  2% {
    -webkit-transform: rotateX(0deg) skewX(0deg);
            transform: rotateX(0deg) skewX(0deg);
  }
}

@keyframes glitch-2 {
  1% {
    -webkit-transform: rotateX(10deg) skewX(70deg);
            transform: rotateX(10deg) skewX(70deg);
  }
  2% {
    -webkit-transform: rotateX(0deg) skewX(0deg);
            transform: rotateX(0deg) skewX(0deg);
  }
}

/*
.area{
  background:rgba(13, 1, 31, 0.192);  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
 
}

*/
.path-slider {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

path {
  stroke-width: 1px;
  stroke: none;
  fill: none;
}

.icon__path {
  fill: #FFFFFF;
}

.path-slider__path {
  stroke: rgba(255, 255, 255, 0.5);
}

.path-slider__item {
  position: absolute;
  left: -37px;
  top: -37px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  text-decoration: none;
  outline: none;
}

.item__circle {
  display: inline-block;
  width: 74px;
  height: 74px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item__title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-variant: small-caps;
  white-space: nowrap;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item__icon {
  width: 45px;
  height: 45px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.path-slider__current-item .item__circle {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.path-slider__current-item .item__title {
  font-size: 25px;
  opacity: 1;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
}

.bg-svg-abstract-1 {
  background-color: #ffffff;
  background: url("../images/background/bg-small-device.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-color: rgba(76, 76, 78, 0.986);
  background-blend-mode: multiply;
}

.bg-svg-abstract-2 {
  background-color: #ffffff;
  background: url("../images/background/bitcoin-anim.gif");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-color: rgba(76, 76, 78, 0.986);
  background-blend-mode: multiply;
}

.footer-abstract {
  background: url("../images/background/footer-img.gif");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.671);
  background-blend-mode: multiply;
}

.bg-svg-abstract-3 {
  background: url("../images/background/apple-watch-zebpay.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0.671);
  background-blend-mode: multiply;
}

.bg-svg-abstract-4 {
  background: url("../images/background/btcb.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0.671);
  background-blend-mode: multiply;
}

.bg-svg-abstract-5 {
  background: url("../images/background/bitcoin_cv01-678x381.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0.671);
  background-blend-mode: multiply;
}
/*# sourceMappingURL=main.css.map */