@import url('https://fonts.googleapis.com/css?family=Bad+Script|Nunito:400,800&amp;display=swap');

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  background: #0c0b30;
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  color: #b1c5e9;
}

h1, h2, h3, h4, b, strong {
  font-weight: 800;
}

small {
  font-size: 14px;
  line-height: 14px;
}

.horizontal-gradient {
  background: rgba(255,205,111,1);
  background: -moz-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,205,111,1)), color-stop(51%, rgba(231,92,222,1)), color-stop(100%, rgba(75,57,238,1)));
  background: -webkit-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -o-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: linear-gradient(to right, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd6f', endColorstr='#4b39ee', GradientType=1 );
  height: 4px;
  border-radius: 4px;
  display: block;
}

.vertical-gradient {
  background: rgba(255,205,111,1);
  background: -moz-linear-gradient(top, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,205,111,1)), color-stop(50%, rgba(231,92,222,1)), color-stop(100%, rgba(75,57,238,1)));
  background: -webkit-linear-gradient(top, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  background: -o-linear-gradient(top, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  background: linear-gradient(to bottom, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd6f', endColorstr='#4b39ee', GradientType=0 );
  width: 4px;
  border-radius: 4px;
  display: block;
  height: 100%;
}

.head-title {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 70px;
}

.head-title .horizontal-gradient {
  width: 150px;
  margin: 15px auto;
}

.sub-title {
  position: relative;
}

.sub-title b {
  font-size: 36px;
  z-index: 50;
  position: relative;
  display: block;
}

.sub-title span {
  font-family: 'Bad Script', cursive;
  font-weight: 400;
  color: #00ccff;
  text-shadow: 0px 0px 10px #00ccff;
  font-size: 42px;
  line-height: 42px;
  z-index: 20;
  left: 20px;
  top: -20px;
  display: block;
  position: relative;
}

.second-title {
  font-size: 32px;
  text-align: left;
  position: relative;
  padding: 10px 0px 10px 30px;
}

.second-title b {
  font-size: 18px;
  display: block;
  color: #b1c5e9;
}

.second-title .vertical-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
}

.b-btn,
.deposit-process,
.deposit-cancel {
  background: #3875fe;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #d0dcf3;
  display: inline-block;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  background: rgba(55,118,254,1);
  background: -moz-linear-gradient(top, rgba(55,118,254,1) 0%, rgba(44,96,201,1) 50%, rgba(55,118,254,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55,118,254,1)), color-stop(50%, rgba(44,96,201,1)), color-stop(100%, rgba(55,118,254,1)));
  background: -webkit-linear-gradient(top, rgba(55,118,254,1) 0%, rgba(44,96,201,1) 50%, rgba(55,118,254,1) 100%);
  background: -o-linear-gradient(top, rgba(55,118,254,1) 0%, rgba(44,96,201,1) 50%, rgba(55,118,254,1) 100%);
  background: -ms-linear-gradient(top, rgba(55,118,254,1) 0%, rgba(44,96,201,1) 50%, rgba(55,118,254,1) 100%);
  background: linear-gradient(to bottom, rgba(55,118,254,1) 0%, rgba(44,96,201,1) 50%, rgba(55,118,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3776fe', endColorstr='#3776fe', GradientType=0 );
  background-size: 100% 200%;
  box-shadow: 0px 1px 8px 4px rgba(56, 115, 254, 0.3);
}

.b-btn:hover,
.deposit-process:hover,
.deposit-cancel:hover {
  background-position: 0 100%;
}

.b-btn::before,
.deposit-process::before,
.deposit-cancel::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.b-btn:hover::before,
.deposit-process:hover::before,
.deposit-cancel:hover::before {
  height: 100%;
}

.input-wrap {
  position: relative;
  width: 100%;
}

.input-wrap label,
.textarea-wrap label {
  display: block;
  color: #b1c5e9;
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
}

.input-wrap b {
  font-size: 16px;
  color: #ffffff;
  display: block;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.input {
  width: 100%;
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 40px;
  padding: 0px 10px;
  color: #ffffff;
  font-size: 16px;
}

.input:focus {
  border: 1px solid #0082a2;
}

.checkbox {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  margin-right: 5px;
}

.checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 101;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.checkbox input + span {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.checkbox input + span::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 50%;
}

.checkbox input:checked + span {
  background: #ffffff;
  border: 2px solid #3875fe;
}

.checkbox input:checked + span::before {
  transform: scale(0.7);
  background: #3875fe;
}

.page-link {
  color: #5586ea;
}

.link {
  color: #5586ea;
  font-weight: 800;
  display: inline-block;
  position: relative;
}

.link::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background: #5586ea;
}

.link:hover::before {
  width: 100%;
}

.x-circle {
  width: 70px;
  height: 82px;
  background: url('../images/rumm.html') no-repeat center;
  background-size: 70px;
  position: absolute;
}

.figures-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.figure-star-1 {
  width: 100px;
  height: 101px;
  background: url('../images/figure-star-1.png') no-repeat center;
  background-size: 100px;
  position: absolute;
}

.figure-star-2 {
  width: 85px;
  height: 86px;
  background: url('../images/figure-star-2.png') no-repeat center;
  background-size: 85px;
  position: absolute;
}

.figure-circle-1 {
  width: 85px;
  height: 82px;
  background: url('../images/figure-circle-1.png') no-repeat center;
  background-size: 85px;
  position: absolute;
}

.figure-circle-2 {
  width: 80px;
  height: 94px;
  background: url('../images/figure-circle-2.png') no-repeat center;
  background-size: 80px;
  position: absolute;
}

.figure-line {
  width: 100px;
  height: 72px;
  background: url('../images/figure-line.png') no-repeat center;
  background-size: 100px;
  position: absolute;
}

.figures-inner .figure-star-1 {
  top: 60px;
  right: 100px;
}

.figures-inner .figure-circle-1 {
  top: 40px;
  left: 110px;
}

.figure-triangle {
  width: 210px;
  height: 500px;
  background: url('../images/figure-triangle.png') no-repeat center;
  background-size: 210px;
  position: absolute;
}

.zvezda {
  width: 100px;
  height: 100px;
  background: url('../images/strss.html') no-repeat center;
  background-size: 100px;
  position: absolute;
  top: 60px;
  right: 100px;
}



.kgg {
  width: 124px;
  height: 119px;
  background: url('../images/rees.html') no-repeat center;
  background-size: 80px;
  position: absolute;
  left: 100px;
  top: 20px;
}

a,
a:hover,
.b-btn,
.b-btn:hover,
.b-btn::before,
.b-btn:hover::before,
.checkbox input + span,
.checkbox input + span::before,
input,
input:focus,
textarea,
textarea:focus,
.accordion li i,
.accordion li.open i,
.link::before,
.link:hover::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrapper {
  min-width: 1200px;
  max-width: 1920px;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  position: relative;
  display: table;
}

.flex-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.main-box {
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background: #131342;
}

.get-started-box {
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background: #100f38;
}

.head-menu {
  position: relative;
  background: transparent;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 140px;
}

.home-menu {
  position: absolute !important;
}

.head-menu .logo {
  left: 20px;
  top: 35px;
}

.logo {
  width: 200px;
  height: 48px;
  background: url('../images/logo.png') no-repeat center;
  background-size: 200px;
  position: absolute;
  display: block;
}

.head-menu nav {
  width: 930px;
  margin-left: 230px;
  position: relative;
}

.top-menu {
  width: 100%;
  padding: 15px 0px;
}

.socials a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 5px;
}

.socials a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 22px;
  color: #020833;
}

#telegram {
  background: #2ca1d4;
}

#facebook {
  background: #304e9e;
  margin: 0px 10px;
}


.sub-nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: space-evenly;
}

.sub-nav a {
  color: #ffffff;
  font-size: 16px;
}

.sub-nav a,
.head-time {
  height: 32px;
  line-height: 32px;
}

.sub-nav a svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.head-time {
  color: #ffffff;
  font-size: 18px;
}

.head-time i {
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.head-time b {
  font-size: 22px;
  position: relative;
  top: 1px;
}

.head-buttons {
  position: relative;
}

.gradient-button {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
  padding: 0px 20px;
  border-radius: 5px;
  background: #010131;
}

.gradient-button::before {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: rgba(255,205,111,1);
  background: -moz-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,205,111,1)), color-stop(50%, rgba(231,92,222,1)), color-stop(100%, rgba(75,57,238,1)));
  background: -webkit-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  background: -o-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  background: linear-gradient(to right, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 50%, rgba(75,57,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd6f', endColorstr='#4b39ee', GradientType=1 );
}

.gradient-button:hover {
  background: transparent;
}

.head-buttons a:first-child {
  margin-right: 20px;
}

.bottom-menu {
  width: 100%;
}

.bottom-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  height: 42px;
  line-height: 42px;
  padding: 0px 20px;
  border-radius: 10px;
}

.bottom-menu ul li {
  display: inline-block;
}

.bottom-menu ul li a {
  display: block;
  color: #b1c5e9;
  font-weight: 800;
  position: relative;
}

.bottom-menu ul li a:hover {
  color: #00c3ff;
}

.main-scene {
  position: relative;
  width: 100%;
  height: 860px;
  background: rgba(1,0,47,1);
  background: -moz-linear-gradient(top, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,0,47,1)), color-stop(55%, rgba(11,36,94,1)), color-stop(85%, rgba(157,93,95,1)), color-stop(100%, rgba(227,143,120,1)));
  background: -webkit-linear-gradient(top, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  background: -o-linear-gradient(top, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  background: -ms-linear-gradient(top, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  background: linear-gradient(to bottom, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01002f', endColorstr='#e38f78', GradientType=0 );
}

.main-scene-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.main-text-1 {
  position: absolute;
  left: 0px;
  top: 150px;
  width: 100%;
}

.main-text-1 span {
  position: absolute;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #193777;
  animation: fade-text 3.5s ease-in-out;
}

.main-text-1 span:nth-child(1) {
  text-align: right;
  width: 520px;
  left: 0px;
  top: 0px;
}

.main-text-1 span:nth-child(2) {
  text-align: left;
  width: 620px;
  right: 0px;
  top: 30px;
}

.main-text-1 span:nth-child(3) {
  text-align: left;
  width: 590px;
  right: 0px;
  top: 90px;
}

.main-text-2 {
  position: absolute;
  left: 0px;
  top: 150px;
  width: 100%;
}

.main-text-2 span {
  font-family: 'Bad Script', cursive;
  position: absolute;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #00ccff;
  text-shadow: 0px 0px 10px #00ccff;
  animation: fade-text 4s ease-in-out;
}

.main-text-2 span:nth-child(1) {
  text-align: left;
  right: 0px;
  top: 170px;
  width: 375px;
}

.main-text-2 span:nth-child(2) {
  text-align: left;
  right: 0px;
  top: 220px;
  width: 280px;
}

@keyframes fade-text {
  0% {
    opacity: 0;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
  }

  70% {
    opacity: 0;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
  }

  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
  }
}

.stars {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/stars-bg.png') no-repeat center;
  background-size: 1920px;
}

.planet-big {
  width: 515px;
  height: 341px;
  position: absolute;
  background: url('../images/planet-big.png') no-repeat center;
  background-size: 515px;
}

.planet-small {
  width: 312px;
  height: 283px;
  position: absolute;
  background: url('../images/planet-small.png') no-repeat center;
  background-size: 312px;
}

.main-planet-1 {
  left: -190px;
  top: 220px;
}

.main-planet-2 {
  right: -70px;
  top: 280px;
}

.city-scene {
  width: 100%;
  height: 750px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

.building-1 {
  position: absolute;
  width: 104px;
  height: 92px;
  background: url('../images/city/building-1.png') no-repeat center;
  background-size: 104px;
  left: 28px;
  bottom: 0px;
  z-index: 40;
  animation: building-move 0.7s ease;
}

.building-2 {
  position: absolute;
  width: 266px;
  height: 147px;
  background: url('../images/city/building-2.png') no-repeat center;
  background-size: 266px;
  left: 128px;
  bottom: 0px;
  z-index: 41;
  animation: building-move 0.6s ease;
}

.building-3 {
  position: absolute;
  width: 102px;
  height: 92px;
  background: url('../images/city/building-3.png') no-repeat center;
  background-size: 102px;
  left: 370px;
  bottom: 0px;
  z-index: 43;
  animation: building-move 0.8s ease;
}

.building-4 {
  position: absolute;
  width: 114px;
  height: 115px;
  background: url('../images/city/building-4.png') no-repeat center;
  background-size: 114px;
  left: 467px;
  bottom: 0px;
  z-index: 44;
  animation: building-move 0.5s ease;
}

.building-5 {
  position: absolute;
  width: 344px;
  height: 291px;
  background: url('../images/city/building-5.png') no-repeat center;
  background-size: 344px;
  right: 280px;
  bottom: 0px;
  z-index: 50;
  animation: building-move 0.8s ease;
}

.building-6 {
  position: absolute;
  width: 139px;
  height: 127px;
  background: url('../images/city/building-6.png') no-repeat center;
  background-size: 139px;
  right: 174px;
  bottom: 0px;
  z-index: 51;
  animation: building-move 0.6s ease;
}

.building-7 {
  position: absolute;
  width: 150px;
  height: 183px;
  background: url('../images/city/building-7.png') no-repeat center;
  background-size: 150px;
  right: 27px;
  bottom: 0px;
  z-index: 52;
  animation: building-move 0.5s ease;
}

.building-8 {
  position: absolute;
  width: 104px;
  height: 103px;
  background: url('../images/city/building-8.png') no-repeat center;
  background-size: 104px;
  left: 80px;
  bottom: 85px;
  z-index: 30;
  animation: building-move 0.8s ease;
}

.building-9 {
  position: absolute;
  width: 192px;
  height: 113px;
  background: url('../images/city/building-9.png') no-repeat center;
  background-size: 192px;
  left: 390px;
  bottom: 65px;
  z-index: 42;
  animation: building-move 0.85s ease;
}

.building-10 {
  position: absolute;
  width: 103px;
  height: 103px;
  background: url('../images/city/building-10.png') no-repeat center;
  background-size: 103px;
  right: 150px;
  bottom: 120px;
  z-index: 30;
  animation: building-move 1s ease;
}

.building-11 {
  position: absolute;
  width: 135px;
  height: 134px;
  background: url('../images/city/building-11.png') no-repeat center;
  background-size: 135px;
  right: 217px;
  bottom: 123px;
  z-index: 29;
  animation: building-move 1.1s ease;
}

.building-12 {
  position: absolute;
  width: 640px;
  height: 148px;
  background: url('../images/city/building-12.png') no-repeat center;
  background-size: 640px;
  left: 155px;
  bottom: 144px;
  z-index: 20;
  animation: building-move 1.3s ease;
}

.building-13 {
  position: absolute;
  width: 30px;
  height: 85px;
  background: url('../images/city/building-13.png') no-repeat center;
  background-size: 30px;
  right: 95px;
  bottom: 180px;
  z-index: 19;
  animation: building-move 1.4s ease;
}

.building-14 {
  position: absolute;
  width: 86px;
  height: 189px;
  background: url('../images/city/building-14.png') no-repeat center;
  background-size: 86px;
  right: 115px;
  bottom: 175px;
  z-index: 18;
  animation: building-move 1.6s ease;
}

.london-bridge {
  position: absolute;
  width: 491px;
  height: 234px;
  background: url('../images/city/london-bridge.png') no-repeat center;
  background-size: 491px;
  right: 130px;
  bottom: 255px;
  z-index: 10;
  animation: building-move 1.55s ease;
}

.big-ben {
  position: absolute;
  width: 118px;
  height: 466px;
  background: url('../images/city/big-ben.png') no-repeat center;
  background-size: 118px;
  left: 485px;
  bottom: 260px;
  z-index: 18;
  animation: big-ben-move 3s ease;
}

.building-15 {
  position: absolute;
  width: 116px;
  height: 206px;
  background: url('../images/city/building-15.png') no-repeat center;
  background-size: 116px;
  right: 300px;
  bottom: 160px;
  z-index: 9;
  animation: building-move 2.1s ease;
}

.building-16 {
  position: absolute;
  width: 136px;
  height: 302px;
  background: url('../images/city/building-16.png') no-repeat center;
  background-size: 136px;
  right: 375px;
  bottom: 260px;
  z-index: 8;
  animation: building-move 2.15s ease;
}

.building-17 {
  position: absolute;
  width: 111px;
  height: 264px;
  background: url('../images/city/building-17.png') no-repeat center;
  background-size: 111px;
  right: 505px;
  bottom: 260px;
  z-index: 7;
  animation: building-move 2.3s ease;
}

.building-18 {
  position: absolute;
  width: 93px;
  height: 152px;
  background: url('../images/city/building-18.png') no-repeat center;
  background-size: 93px;
  left: 395px;
  bottom: 285px;
  z-index: 7;
  animation: building-move 2.2s ease;
}

.building-19 {
  position: absolute;
  width: 109px;
  height: 72px;
  background: url('../images/city/building-19.png') no-repeat center;
  background-size: 109px;
  left: 290px;
  bottom: 255px;
  z-index: 6;
  animation: building-move 2.1s ease;
}

.london-eye-scene {
  width: 420px;
  height: 480px;
  position: absolute;
  left: 140px;
  bottom: 140px;
  animation: building-move 2.6s ease;
  z-index: 1;
}

.london-eye-scene .wheel {
  position: absolute;
  width: 420px;
  height: 420px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: url('../images/city/wheel.png') no-repeat center;
  background-size: 420px;
  animation: spin 50s linear infinite;
  animation-delay: 2s;
}

.london-eye-scene .prop {
  position: absolute;
  width: 99px;
  height: 270px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: url('../images/city/prop.png') no-repeat center;
  background-size: 99px;
}

@keyframes building-move {
  0% {
    transform: translateY(740px);
  }

  100% {
    transform: none;
  }
}

@keyframes big-ben-move {
  0% {
    transform: translateY(740px);
  }

  20% {
    transform: translateY(740px);
  }

  100% {
    transform: none;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.train-scene {
  width: 100%;
  height: 75px;
  position: relative;
  z-index: 555;
  margin-top: -70px;
}

.train-scene-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.railway {
  width: 100%;
  height: 5px;
  background: #283165;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.train-container {
  width: 558px;
  height: 70px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  transform: translateX(1200px);
  animation: train-move 12s linear infinite;
  animation-delay: 2.5s;
}

.train {
  width: 558px;
  height: 70px;
  background: url('../images/train.png') no-repeat center;
  background-size: 558px;
  position: absolute;
  left: 0px;
  bottom: 2px;
  z-index: 100;
}

.train::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 28px;
  bottom: -2px;
  left: -158px;
  background: url('../images/train-light.png') no-repeat center;
  background-size: 160px;
  animation: 0.5s train-light ease-in-out infinite;
}

@keyframes train-light {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.train-wheel {
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #4066c7;
  border-bottom: 1px solid #274695;
  animation: wheel-spin 0.3s linear infinite;
}

.train-wheel::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 5px;
  height: 5px;
  background: #162544;
  border-radius: 50%;
}

.train-wheel-1 {
  left: 33px;
}

.train-wheel-2 {
  left: 61px;
}

.train-wheel-3 {
  left: 140px;
}

.train-wheel-4 {
  left: 168px;
}

.train-wheel-5 {
  left: 193px;
}

.train-wheel-6 {
  left: 221px;
}

.train-wheel-7 {
  left: 326px;
}

.train-wheel-8 {
  left: 354px;
}

.train-wheel-9 {
  left: 378px;
}

.train-wheel-10 {
  left: 406px;
}

.train-wheel-11 {
  right: 60px;
}

.train-wheel-12 {
  right: 32px;
}

@keyframes train-move {
  0% {
    transform: translateX(1200px);
  }

  100% {
    transform: translateX(-5000px);
  }
}

@keyframes wheel-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.investment-scene {
  width: 100%;
  background: url('../images/room-wall.png') repeat;
  background-size: 70px;
  box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.6);
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.investment-scene::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 75px;
  background: url('../images/room-floor.png') no-repeat center;
  background-size: 1920px;
  z-index: 50;
}

.investment-inner {
  width: 730px;
  position: relative;
  padding: 50px 0px;
}

.investment-inner h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 70px;
}

.investment-inner h1 .horizontal-gradient {
  width: 150px;
  margin: 15px auto;
}

.investment-spin {
  width: 500px;
  height: 500px;
  border: 2px dashed #27378d;
  border-radius: 50%;
  animation: spin 30s linear infinite;
  position: absolute;
  left: 115px;
  top: -40px;
}

.plan-card {
  width: 342px;
  height: 240px;
  position: relative;
  background: url('../images/plan-card.png') no-repeat center;
  background-size: 342px;
  border-radius: 10px;
  padding: 20px;
}

.plan-title {
  position: relative;
  text-align: left;
  padding-left: 45px;
  height: 55px;
  line-height: 55px;
  margin: 5px 0px;
}

.plan-title img {
  position: absolute;
  left: -7px;
  top: -7px;
  width: 56px;
  z-index: 55;
}

.plan-title b {
  font-size: 40px !important;
  line-height: 40px;
  display: block;
  font-weight: 800;
  position: absolute;
  left: 26px;
  top: -14px;
  color: #8796f5;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.plan-title span {
  font-size: 30px;
  line-height: 36px;
  display: block;
  font-weight: 800;
  position: relative;
  top: 22px;
}

.plan-subtitle {
  font-size: 24px;
  line-height: 24px;
}

.plan-description {
  width: 100%;
  margin-top: 20px;
}

.plan-description span {
  display: block;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.plan-card a,
.plan-card input {
  position: absolute;
  padding: 0px 20px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  background: #2031b5;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.calculator {
  background: rgba(27,38,99,1);
  background: -moz-linear-gradient(top, rgba(27,38,99,1) 0%, rgba(46,63,162,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,38,99,1)), color-stop(100%, rgba(46,63,162,1)));
  background: -webkit-linear-gradient(top, rgba(27,38,99,1) 0%, rgba(46,63,162,1) 100%);
  background: -o-linear-gradient(top, rgba(27,38,99,1) 0%, rgba(46,63,162,1) 100%);
  background: -ms-linear-gradient(top, rgba(27,38,99,1) 0%, rgba(46,63,162,1) 100%);
  background: linear-gradient(to bottom, rgba(27,38,99,1) 0%, rgba(46,63,162,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2663', endColorstr='#2e3fa2', GradientType=0 );
  width: 388px;
  height: 220px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 10px;
  padding: 10px;
  position: relative;
  box-shadow: 0px 10px 25px 7px rgba(0, 0, 0, 0.3);
  z-index: 50;
}

.calculator h3 {
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px;
}

.calculator .input-wrap,
.depo-calc .input-wrap {
  width: 160px !important;
  top: 10px;
  height: 63px;
}

.calculator .input-wrap i,
.depo-calc .input-wrap i {
  position: absolute;
  right: 5px;
  bottom: 0px;
  line-height: 42px;
  font-size: 32px;
  color: #b1c5e9;
}

.profit-result {
  width: 200px;
  height: 80px;
  background: #1e296d;
  border-radius: 10px;
  padding-top: 15px;
  text-align: center;
}

.total-profit {
  color: #f59f9e;
}

.calculator b,
.depo-calc b {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  color: #b1c5e9;
  text-align: center;
  margin-bottom: 10px;
}

.calculator span,
.depo-calc span {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  line-height: 26px;
}

.calculator small,
.depo-calc small {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: -8px;
}

.calculator-result {
  width: 50%;
  text-align: center;
  margin-top: 10px;
}

.calculator-result:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.calculator-result:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.daily-return {
  color: #6b88d2;
}

.total-return {
  color: #6194ff;
}

.calculator .selector-wrap {
  left: 15px;
  top: 110px;
}

.depo-calc .selector-wrap {
  left: 5px;
  top: 65px;
}

.selector-wrap {
  position: absolute;
  width: 155px;
  z-index: 101;
}

.selector {
  width: 100%;
  background: transparent;
}

.resized {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-rendering: auto;
  z-index: 201;
  padding: 8px 0px 0px 8px;
  cursor: pointer !important;
  margin-left: -4px;
  background: rgba(231,92,222,1);
  background: -moz-linear-gradient(left, rgba(231,92,222,1) 0%, rgba(78,57,238,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,92,222,1)), color-stop(100%, rgba(78,57,238,1)));
  background: -webkit-linear-gradient(left, rgba(231,92,222,1) 0%, rgba(78,57,238,1) 100%);
  background: -o-linear-gradient(left, rgba(231,92,222,1) 0%, rgba(78,57,238,1) 100%);
  background: -ms-linear-gradient(left, rgba(231,92,222,1) 0%, rgba(78,57,238,1) 100%);
  background: linear-gradient(to right, rgba(231,92,222,1) 0%, rgba(78,57,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75cde', endColorstr='#4e39ee', GradientType=1 );
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

.resized::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 5px;
  left: 5px;
  background: #6e9aff;
  border-radius: 50%;
}

.plan-crescent {
  width: 60px;
  height: 257px;
  background: url('../images/g-crescent.png') no-repeat center;
  background-size: 60px;
  left: 50px;
  top: -110px;
  position: absolute;
  z-index: 1;
  animation: horizontal-move 3s ease-in-out infinite;
  animation-delay: 1s;
  transform-origin: 50% 0;
}

.plan-planet {
  width: 90px;
  height: 268px;
  background: url('../images/g-planet.png') no-repeat center;
  background-size: 90px;
  top: -90px;
  right: 520px;
  position: absolute;
  z-index: 1;
  animation: horizontal-move 3s ease-in-out infinite;
  transform-origin: 50% 0;
}

@keyframes horizontal-move {
  0% {
    transform: rotateZ(5deg);
  }

  50% {
    transform: rotateZ(-5deg);
  }

  100% {
    transform: rotateZ(5deg);
  }
}

.window-scene {
  width: 200px;
  height: 286px;
  position: absolute;
  z-index: 100;
  right: 220px;
  bottom: 150px;
}

.window {
  width: 200px;
  height: 286px;
  background: url('../images/window.png') no-repeat center;
  background-size: 200px;
  left: 0px;
  top: 0px;
  z-index: 105;
  position: absolute;
}

.window-outside {
  width: 170px;
  height: 254px;
  background: rgba(12,12,45,1);
  background: -moz-linear-gradient(top, rgba(12,12,45,1) 0%, rgba(20,49,106,1) 53%, rgba(153,94,122,1) 83%, rgba(227,143,120,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12,12,45,1)), color-stop(53%, rgba(20,49,106,1)), color-stop(83%, rgba(153,94,122,1)), color-stop(100%, rgba(227,143,120,1)));
  background: -webkit-linear-gradient(top, rgba(12,12,45,1) 0%, rgba(20,49,106,1) 53%, rgba(153,94,122,1) 83%, rgba(227,143,120,1) 100%);
  background: -o-linear-gradient(top, rgba(12,12,45,1) 0%, rgba(20,49,106,1) 53%, rgba(153,94,122,1) 83%, rgba(227,143,120,1) 100%);
  background: -ms-linear-gradient(top, rgba(12,12,45,1) 0%, rgba(20,49,106,1) 53%, rgba(153,94,122,1) 83%, rgba(227,143,120,1) 100%);
  background: linear-gradient(to bottom, rgba(12,12,45,1) 0%, rgba(20,49,106,1) 53%, rgba(153,94,122,1) 83%, rgba(227,143,120,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c2d', endColorstr='#e38f78', GradientType=0 );
  position: absolute;
  left: 12px;
  top: 15px;
  overflow: hidden;
}

.window-glass {
  background: url('../images/window-glass.png') no-repeat center;
  background-size: 170px;
  position: absolute;
  left: 12px;
  top: 15px;
  width: 170px;
  height: 254px;
  z-index: 100;
  overflow: hidden;
}

.window-city-scene {
  width: 170px;
  height: 254px;
  background: rgba(1,0,47,1);
  background: -moz-linear-gradient(top, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,0,47,1)), color-stop(55%, rgba(11,36,94,1)), color-stop(85%, rgba(157,93,95,1)), color-stop(100%, rgba(227,143,120,1)));
  background: -webkit-linear-gradient(top, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  background: -o-linear-gradient(top, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  background: -ms-linear-gradient(top, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  background: linear-gradient(to bottom, rgba(1,0,47,1) 0%, rgba(11,36,94,1) 50%, rgba(157,93,95,1) 90%, rgba(227,143,120,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01002f', endColorstr='#e38f78', GradientType=0 );
  left: 12px;
  top: 15px;
  position: absolute;
  overflow: hidden;
}

.window-city {
  width: 300px;
  height: 193px;
  background: url('../images/window-city.png') no-repeat bottom left;
  background-size: 300px;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: 50;
}

.small-wheel {
  width: 110px;
  height: 110px;
  background: url('../images/city/wheel.png') no-repeat center;
  background-size: 110px;
  position: absolute;
  left: 18px;
  bottom: 42px;
  animation: spin 50s linear infinite;
}

.room-table {
  width: 450px;
  height: 401;
  background: url('../images/room-table.png') no-repeat center;
  background-size: 450px;
  position: absolute;
  bottom: -115px;
  right: -30px;
  z-index: 99;
}

.steps-scene {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.steps-scene h1 {
  margin-bottom: 50px;
}

.deposit-step {
  width: 350px;
  position: relative;
  z-index: 51;
}

.deposit-step img {
  width: 180px;
  height: 180px;
  position: relative;
  z-index: 101;
  display: block;
  margin: 50px auto 0px auto;
}

.deposit-step span {
  font-size: 140px;
  line-height: 160px;
  position: absolute;
  left: 0px;
  top: 156px;
  color: #1e235d;
}

.deposit-step h3 {
  text-align: center;
  font-size: 22px;
  position: relative;
  margin-top: 10px;
  line-height: 22px;
}

.deposit-step h3::after {
  content: '';
  display: block;
  position: relative;
  margin: 15px auto;
  width: 100px;
  height: 4px;
  border-radius: 4px;
}

.deposit-step p {
  text-align: center;
}

.deposit-step-bg {
  width: 200px;
  height: 110px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  transform: rotate(46deg);
  top: 67px;
  left: 67px;
}

.step-1,
.step-1-title::after {
  background: rgba(255,205,111,1);
  background: -moz-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(255,133,112,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,205,111,1)), color-stop(100%, rgba(255,133,112,1)));
  background: -webkit-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(255,133,112,1) 100%);
  background: -o-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(255,133,112,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(255,133,112,1) 100%);
  background: linear-gradient(to right, rgba(255,205,111,1) 0%, rgba(255,133,112,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd6f', endColorstr='#ff8570', GradientType=1 );
}

.step-2,
.step-2-title::after {
  background: rgba(75,57,238,1);
  background: -moz-linear-gradient(left, rgba(75,57,238,1) 0%, rgba(201,57,237,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(75,57,238,1)), color-stop(100%, rgba(201,57,237,1)));
  background: -webkit-linear-gradient(left, rgba(75,57,238,1) 0%, rgba(201,57,237,1) 100%);
  background: -o-linear-gradient(left, rgba(75,57,238,1) 0%, rgba(201,57,237,1) 100%);
  background: -ms-linear-gradient(left, rgba(75,57,238,1) 0%, rgba(201,57,237,1) 100%);
  background: linear-gradient(to right, rgba(75,57,238,1) 0%, rgba(201,57,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b39ee', endColorstr='#c939ed', GradientType=1 );
}

.step-3,
.step-3-title::after {
  background: rgba(231,92,222,1);
  background: -moz-linear-gradient(left, rgba(231,92,222,1) 0%, rgba(230,163,92,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,92,222,1)), color-stop(100%, rgba(230,163,92,1)));
  background: -webkit-linear-gradient(left, rgba(231,92,222,1) 0%, rgba(230,163,92,1) 100%);
  background: -o-linear-gradient(left, rgba(231,92,222,1) 0%, rgba(230,163,92,1) 100%);
  background: -ms-linear-gradient(left, rgba(231,92,222,1) 0%, rgba(230,163,92,1) 100%);
  background: linear-gradient(to right, rgba(231,92,222,1) 0%, rgba(230,163,92,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75cde', endColorstr='#e6a35c', GradientType=1 );
}

.about-scene {
  padding: 100px 0px;
  position: relative;
  padding-top: 250px;
  z-index: 200;
}

.about-animation {
  width: 528px;
  height: 318px;
  position: relative;
  margin-top: 50px;
}

.about-animation-bg {
  width: 600px;
  height: 415px;
  background: url('../images/carousel-bg.png') no-repeat center;
  background-size: 600px;
  position: absolute;
  top: -125px;
  left: -50px;
}

.carousel-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  transform-style: preserve-3d;
}

.horses-ride {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 100px);
}

.carousel-ground {
  width: 528px;
  height: 318px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/carousel-ground.png') no-repeat center;
  background-size: 528px;
}

.fade-black {
  width: 190px;
  height: 165px;
  position: absolute;
  background: rgba(10, 10, 47, 0.5);
  top: 86px;
  left: 170px;
  transform: translate3d(0, 0, -120px);
}

.carousel-pole {
  width: 25px;
  height: 180px;
  background: url('../images/carousel-pole.png') repeat-y;
  background-size: 25px;
  animation: pole-move 4s linear infinite;
  position: absolute;
  left: 252px;
  top: 65px;
  transform: translate3d(0, 0, -50px);
  box-shadow: inset 0px 0px 10px 2px rgb(23, 22, 70);
}

@keyframes pole-move {
  0% {
    background-position: top;
  }

  100% {
    background-position: bottom;Ã¥
  }
}

.cylinder {
  width: 100px;
  height: 155px;
  transform-style: preserve-3d;
  position: absolute;
  top: 100px;
  left: 215px;
  transform: translate3d(0, 0, -100px);
}

.horses {
  transform-style: preserve-3d;
  animation: horses-spin 10s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes horses-spin {
  0% {
    transform: rotateY(-360deg);
  }
}

.horses div {
  position: absolute;
  width: 95px;
  height: 155px;
  transform-origin: center;
  background: url('../images/horse-pole.png') no-repeat center;
  background-size: 5px;
}

.horse-1 {
  transform: rotateY(0deg) translateZ(100px);
  animation-delay: 0.2s;
}

.horse-2 {
  transform: rotateY(60deg) translateZ(100px);
}

.horse-3 {
  transform: rotateY(120deg) translateZ(100px);
}

.horse-4 {
  transform: rotateY(180deg) translateZ(100px);
}

.horse-5 {
  transform: rotateY(240deg) translateZ(100px);
}

.horse-6 {
  transform: rotateY(300deg) translateZ(100px);
}

.horses div img {
  position: relative;
  top: 60px;
  animation: horse-move 2s linear infinite;
}

@keyframes horse-move {
  0% {
    margin-top: 0px;
  }

  50% {
    margin-top: -30px;
  }

  100% {
    margin-top: 0px;
  }
}

.horse.up {

}

.horse.down {
  animation-delay: 1s;
}

.carousel-light {
  width: 40px;
  height: 180px;
  position: absolute;
}

.light-bulb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f7a19f;
  box-shadow: 0px 0px 20px 2px #f7a19f;
}

.light-stand {
  width: 6px;
  height: 140px;
  position: absolute;
  bottom: 0px;
  left: 17px;
  background: #50374b;
}

.light-1 {
  left: 35px;
  top: 63px;
}

.light-2 {
  right: 3px;
  top: 53px;
}

.about-text {
  width: 540px;
  margin-top: -120px;
}

.about-text h1 {
  margin-bottom: 50px;
}

.statistics-scene {
  position: relative;
  width: 100%;
}

.statistics-scene .figure-line {
  top: -50px;
  right: 130px;
}

.statistics-scene h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.statistics-scene h1 span {
  width: 150px;
  margin: 15px auto;
}

.statistics-scene::before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  box-shadow: 0px 0px 500px 350px rgb(23, 22, 66);
  left: 50%;
  top: -150px;
}

.graph-wrap {
  width: 100%;
  position: relative;
  height: 320px;
  background: url('../images/graph-bg.png') no-repeat center;
  background-size: 1060px;
  z-index: 100;
  margin-bottom: 50px;
}

.graph-wrap img {
  position: absolute;
  left: 0px;
  top: 20px;
}

.graph-wrap span {
  position: absolute;
  font-size: 18px;
  text-align: center;
  width: 300px;
}

.graph-wrap span b {
  font-size: 22px;
  color: #b1c5e9;
  line-height: 22px;
}

.statistics-days {
  left: 100px;
  top: 238px;
}

.statistics-days::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  width: 20px;
  height: 20px;
  background: #ffb05f;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(255, 176, 95, 0.4);
}

.statistics-invested {
  left: 260px;
  top: 28px;
}

.statistics-invested::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  width: 20px;
  height: 20px;
  background: #e26197;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(226, 97, 151, 0.4);
}

.statistics-paid {
  left: 430px;
  top: 227px;
}

.statistics-paid::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  width: 20px;
  height: 20px;
  background: #c444ec;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(196, 68, 236, 0.4);
}

.statistics-investors {
  right: 240px;
  top: 76px;
}

.statistics-investors::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  width: 20px;
  height: 20px;
  background: #8936f0;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(137, 54, 240, 0.4);
}

.statistics-transactions {
  width: 100%;
}

.transactions-box {
  width: 540px;
  position: relative;
}

.transactions-box::before {
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  top: -20px;
  width: 70px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px #0d0c31;
}

.transactions-deposits::before {
  background: #1e235d url('../images/transactions-deposits.png') no-repeat center;
  background-size: 50px;
}

.transactions-withdrawals::before {
  background: #1e235d url('../images/transactions-withdrawals.png') no-repeat center;
  background-size: 50px;
}

.transactions-box h2 {
  text-align: left;
}

.transactions-box div:last-child {
  border-bottom: none;
}

.transactions-box div {
  display: table;
  width: 100%;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px dashed #2ca1d4;
  padding: 10px 0px;
  font-size: 18px;
}

.transactions-box div span {
  width: 290px;
  display: inline-block;
}

.transactions-box div b {
  width: 148px;
  display: inline-block;
  text-align: right;
  color: #b1c5e9;
}

.transactions-box div img {
  width: 32px;
  vertical-align: top;
  margin-left: 10px;
}

.affiliate-scene {
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.affiliate-scene .figure-star-2 {
  top: -30px;
  right: 520px;
}

.affiliate-scene h1,
.inv-box h1 {
  margin-bottom: 50px;
}

.affiliate-text {
  width: 540px;
}

.inv-text {
  width: 500px;
}

.affiliate-text span {
  font-size: 42px;
  display: block;
}

.affiliate-text span b:nth-child(1) {
  color: #ffcc6f;
  text-shadow: 0px 0px 10px #ffcc6f;
}

.affiliate-text span b:nth-child(2) {
  color: #e75cde;
  text-shadow: 0px 0px 10px #e75cde;
}

.affiliate-text span b:nth-child(3) {
  color: #4a39ee;
  text-shadow: 0px 0px 10px #4a39ee;
}

.affiliate-image {
  margin-top: -130px;
  width: 540px;
  height: 502px;
}

.affiliate-features {
  width: 100%;
  padding: 20px;
  box-shadow: 0px -10px 20px 10px rgba(0, 0, 0, 0.2);
  margin-top: 120px;
  background: #121342 url('../images/aff-bg.png') no-repeat center;
  background-size: cover;
  border-radius: 10px;
}

.affiliate-features::before {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 94px;
  background: url('../images/figure-circle-2.png') no-repeat center top;
  background-size: 80px;
  left: 285px;
  top: -70px;
  z-index: -1;
}

.affiliate-features span {
  display: block;
  width: 360px;
  position: relative;
}

.affiliate-features img {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
}

.affiliate-features b {
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
}

.affiliate-features p {
  margin-left: 80px;
  display: block;
}

.aff-box {
  position: relative;
}

.aff-box img {
  width: 333px;
  height: 462px;
}

.aff-text {
  width: 700px;
}

.aff-text h1 {
  margin-bottom: 50px;
}

.aff-text div {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}

.aff-text div::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.aff-text a {
  margin-top: 50px;
}

.aff-block-1::before {
  background: #4a39ee;
  box-shadow: 0px 0px 10px #4a39ee;
}

.aff-block-2::before {
  background: #e75cde;
  box-shadow: 0px 0px 10px #e75cde;
}

.aff-block-3::before {
  background: #ffcc6f;
  box-shadow: 0px 0px 10px #ffcc6f;
}

.about-box {
  padding: 0px !important;
  overflow: hidden;
}

.about-factory {
  width: 1200px;
  height: 941px;
  background: url('../images/gift-factory-bg.png') no-repeat;
  background-size: 900px;
  background-position-x: 30px;
  background-position-y: 0px;
}

.about-factory h3 {
  font-size: 26px;
}

.factory-text-1 {
  position: absolute;
  width: 360px;
  right: 30px;
  top: 30px;
}

.factory-text-2 {
  position: absolute;
  width: 320px;
  left: 30px;
  top: 280px;
}

.factory-text-3 {
  position: absolute;
  width: 320px;
  right: 30px;
  top: 450px;
}

.factory-text-4 {
  position: absolute;
  width: 400px;
  left: 30px;
  top: 670px;
}

.about-features {
  padding: 30px;
}

.about-feature {
  padding-left: 100px;
  width: 500px;
  position: relative;
}

.about-feature span {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  left: 0px;
  top: 0px;
  text-align: center;
}

.about-feature span img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

.about-feature-1 span {
  background: rgba(65,121,225,1);
  background: -moz-linear-gradient(-45deg, rgba(65,121,225,1) 0%, rgba(66,190,83,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(65,121,225,1)), color-stop(100%, rgba(66,190,83,1)));
  background: -webkit-linear-gradient(-45deg, rgba(65,121,225,1) 0%, rgba(66,190,83,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(65,121,225,1) 0%, rgba(66,190,83,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(65,121,225,1) 0%, rgba(66,190,83,1) 100%);
  background: linear-gradient(135deg, rgba(65,121,225,1) 0%, rgba(66,190,83,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4179e1', endColorstr='#42be53', GradientType=1 );
}

.about-feature-2 span {
  background: rgba(243,175,56,1);
  background: -moz-linear-gradient(-45deg, rgba(243,175,56,1) 0%, rgba(242,95,87,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(243,175,56,1)), color-stop(100%, rgba(242,95,87,1)));
  background: -webkit-linear-gradient(-45deg, rgba(243,175,56,1) 0%, rgba(242,95,87,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(243,175,56,1) 0%, rgba(242,95,87,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(243,175,56,1) 0%, rgba(242,95,87,1) 100%);
  background: linear-gradient(135deg, rgba(243,175,56,1) 0%, rgba(242,95,87,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3af38', endColorstr='#f25f57', GradientType=1 );
}

.about-feature-3,
.about-feature-4 {
  margin-top: 50px;
}

.about-feature-3 span {
  background: rgba(238,93,103,1);
  background: -moz-linear-gradient(-45deg, rgba(238,93,103,1) 0%, rgba(254,94,233,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,93,103,1)), color-stop(100%, rgba(254,94,233,1)));
  background: -webkit-linear-gradient(-45deg, rgba(238,93,103,1) 0%, rgba(254,94,233,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(238,93,103,1) 0%, rgba(254,94,233,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(238,93,103,1) 0%, rgba(254,94,233,1) 100%);
  background: linear-gradient(135deg, rgba(238,93,103,1) 0%, rgba(254,94,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5d67', endColorstr='#fe5ee9', GradientType=1 );
}

.about-feature-4 span {
  background: rgba(71,117,243,1);
  background: -moz-linear-gradient(-45deg, rgba(71,117,243,1) 0%, rgba(232,101,234,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(71,117,243,1)), color-stop(100%, rgba(232,101,234,1)));
  background: -webkit-linear-gradient(-45deg, rgba(71,117,243,1) 0%, rgba(232,101,234,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(71,117,243,1) 0%, rgba(232,101,234,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(71,117,243,1) 0%, rgba(232,101,234,1) 100%);
  background: linear-gradient(135deg, rgba(71,117,243,1) 0%, rgba(232,101,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4775f3', endColorstr='#e865ea', GradientType=1 );
}

.about-big-text {
  width: 100%;
  padding: 30px;
}

.inv-box .figure-triangle {
  top: 270px;
  left: 0px;
}

.small-title {
  font-size: 26px;
  display: block;
}

.bounty-socials {
  width: 100%;
}

.bounty-socials div {
  width: 500px;
}

.bounty-socials div h3 {
  font-size: 32px;
  height: 72px;
  line-height: 72px;
  padding-left: 90px;
  margin-bottom: 20px;
  background-size: 72px;
}

.bounty-socials div span {
  display: block;
}

.bounty-socials div span b {
  display: block;
}

.bounty-socials div span b i {
  font-size: 6px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.bounty-socials div span strong {
  font-size: 22px;
  font-weight: 800;
  display: block;
  margin-top: 10px;
  color: #df6e5a;
}

.bounty-social-buttons {
  width: 100%;
  margin-top: 30px;
  z-index: 123;
}

.bounty-social-buttons .gradient-button {
  background: #121342;
}

.bounty-social-buttons .gradient-button:hover {
  background: transparent;
}

.social-link {
  position: relative;
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  padding: 0px 10px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-link i {
  margin-right: 5px;
}

.bounty-facebook {

}

.bounty-facebook h3 {
  color: #0061c3;
  background: url('../images/bounty-facebook.png') no-repeat center left;
}

.facebook-link {
  background: #0061c3;
}

.facebook-link:hover {
  box-shadow: 0px 0px 10px #0061c3;
}

.bounty-youtube {
  margin-top: 70px;
}

.youtube-link {
  background: #ff0000;
}

.youtube-link:hover {
  box-shadow: 0px 0px 10px #ff0000;
}

.bounty-youtube h3 {
  color: #ff0000;
  background: url('../images/bounty-youtube.png') no-repeat center left;
}

.bounty-telegram {
  margin-top: 0px;
}

.bounty-telegram h3 {
  color: #5698ff;
  background: url('../images/bounty-telegram.png') no-repeat center left;
}

.telegram-link {
  background: #5698ff;
}

.telegram-link:hover {
  box-shadow: 0px 0px 10px #5698ff;
}

.get-started-box .flex-wrap {
  margin-bottom: 50px;
}

.step-1-wrap {
  perspective: 1000px;
  width: 550px;
  height: 562px;
  position: relative;
}

.step-2-wrap {
  perspective: 1000px;
  width: 550px;
  height: 577px;
  position: relative;
}

.step-3-wrap {
  perspective: 1000px;
  width: 550px;
  height: 616px;
  position: relative;
}

.get-started-1 {
  width: 550px;
  height: 562px;
  background: url('../images/get-started-1.png') no-repeat center;
  background-size: 550px;
  box-shadow: 0px 0px 30px #0c0b30;
  border-radius: 15px;
  transform: rotateY(30deg) rotateX(20deg) scale(0.9);
}

.get-started-2 {
  width: 550px;
  height: 577px;
  background: url('../images/get-started-2.png') no-repeat center;
  background-size: 550px;
  box-shadow: 0px 0px 30px #0c0b30;
  border-radius: 15px;
  transform: rotateY(-30deg) rotateX(-20deg) scale(0.9);
}

.get-started-3 {
  width: 550px;
  height: 616px;
  background: url('../images/get-started-3.png') no-repeat center;
  background-size: 550px;
  box-shadow: 0px 0px 30px #0c0b30;
  border-radius: 15px;
  transform: rotateY(30deg) rotateX(20deg) scale(0.9);
}

.start-substep {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0px 0px 50px 15px #0c0b30;
}

.start-substep span {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 800;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  background: rgba(212,68,68,1);
  background: -moz-linear-gradient(top, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,68,68,1)), color-stop(100%, rgba(191,38,38,1)));
  background: -webkit-linear-gradient(top, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  background: -o-linear-gradient(top, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  background: -ms-linear-gradient(top, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  background: linear-gradient(to bottom, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44444', endColorstr='#bf2626', GradientType=0 );
}

.substep-1 {
  background: url('../images/substep-1.png') no-repeat center;
  background-size: 150px;
  top: 30px;
  right: 0px;
}

.substep-1 span {
  left: -20px;
  top: 50px;
}

.substep-2 {
  background: url('../images/substep-2.png') no-repeat center;
  background-size: 150px;
  left: 95px;
  top: 220px;
}

.substep-2 span {
  left: -20px;
  top: 50px;
}

.substep-3 {
  background: url('../images/substep-3.png') no-repeat center;
  background-size: 150px;
  right: -40px;
  bottom: 20px;
}

.substep-3 span {
  bottom: -20px;
  left: 50px;
}

.substep-4 {
  background: url('../images/substep-4.png') no-repeat center;
  background-size: 150px;
  left: 120px;
  top: 0px;
}

.substep-4 span {
  left: -20px;
  top: 50px;
}

.substep-5 {
  background: url('../images/substep-5.png') no-repeat center;
  background-size: 150px;
  right: 0px;
  top: 200px;
}

.substep-5 span {
  left: -20px;
  top: 50px;
}

.substep-6 {
  background: url('../images/substep-6.png') no-repeat center;
  background-size: 150px;
  left: 0px;
  top: 270px;
  box-shadow: 0px 0px 50px 15px #0f0e38 !important;
}

.substep-6 span {
  left: 50px;
  bottom: -20px;
}

.substep-7 {
  background: url('../images/substep-7.png') no-repeat center;
  background-size: 150px;
  left: 120px;
  top: 70px;
}

.substep-7 span {
  left: -20px;
  top: 50px;
}

.substep-8 {
  background: url('../images/substep-8.png') no-repeat center;
  background-size: 150px;
  left: 140px;
  top: 300px;
  box-shadow: 0px 0px 50px 15px #0f0e38 !important;
}

.substep-8 span {
  left: 50px;
  top: -20px;
}

.substep-9 {
  background: url('../images/substep-9.png') no-repeat center;
  background-size: 150px;
  left: 120px;
  bottom: -40px;
  box-shadow: 0px 0px 50px 15px #0f0e38 !important;
}

.substep-9 span {
  left: 50px;
  top: -20px;
}

.started-text {
  width: 480px;
  position: relative;
}

.started-text .sub-title {
  margin-bottom: 30px;
}

.started-text p {
  padding-left: 50px;
  position: relative;
  display: block;
}

.started-text p b {
  color: #ffffff !important;
  font-size: 20px;
  display: block;
  position: relative;
  padding-bottom: 24px;
}

.started-text p b::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 10px;
  background: rgba(255,205,111,1);
  background: -moz-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,205,111,1)), color-stop(51%, rgba(231,92,222,1)), color-stop(100%, rgba(75,57,238,1)));
  background: -webkit-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -o-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: linear-gradient(to right, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd6f', endColorstr='#4b39ee', GradientType=1 );
  width: 100px;
  height: 4px;
  border-radius: 4px;
}

.started-text p span {
  color: #ffffff !important;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  background: rgba(212,68,68,1);
  background: -moz-linear-gradient(top, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,68,68,1)), color-stop(100%, rgba(191,38,38,1)));
  background: -webkit-linear-gradient(top, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  background: -o-linear-gradient(top, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  background: -ms-linear-gradient(top, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  background: linear-gradient(to bottom, rgba(212,68,68,1) 0%, rgba(191,38,38,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44444', endColorstr='#bf2626', GradientType=0 );
}

.bounty-rules {
  position: relative;
  margin-bottom: 50px;
}

.bounty-rules span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.bounty-rules span i {
  font-size: 6px;
  position: relative;
  top: -4px;
  margin-right: 10px;
}

.bounty-steps {
  position: relative;
  width: 100%;
  margin-top: 150px;
}

.bounty-steps h2 {
  margin-bottom: 50px !important;
}

.bounty-step-wrap {
  width: 100%;
  position: relative;
  display: table;
  height: 170px;
}

.bounty-step-content {
  width: 450px;
}

.bounty-step-content span {
  font-size: 26px;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.bounty-step-content span b {
  font-size: 50px;
  letter-spacing: 0px;
  display: block;
}

.bounty-text {
  position: relative;
  padding-left: 40px;
}

.bounty-text::before {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 0px;
  width: 4px;
  height: 100%;
  border-radius: 4px;
}

.bounty-text::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  left: 40%;
  box-shadow: 0px 0px 100px 100px rgba(35, 35, 117, 0.25);
}

.bounty-text h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  position: relative;
}

.bounty-text p {
  position: relative;
}

.bounty-step-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  text-align: center;
}

.bounty-step-icon::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 50px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.bounty-step-icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.bounty-step-icon img {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-top: 15px;
}

.bounty-step-1 .bounty-text::before,
.bounty-step-1 .bounty-step-icon {
  background: rgba(73,179,84,1);
  background: -moz-linear-gradient(top, rgba(73,179,84,1) 0%, rgba(59,121,245,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,179,84,1)), color-stop(100%, rgba(59,121,245,1)));
  background: -webkit-linear-gradient(top, rgba(73,179,84,1) 0%, rgba(59,121,245,1) 100%);
  background: -o-linear-gradient(top, rgba(73,179,84,1) 0%, rgba(59,121,245,1) 100%);
  background: -ms-linear-gradient(top, rgba(73,179,84,1) 0%, rgba(59,121,245,1) 100%);
  background: linear-gradient(to bottom, rgba(73,179,84,1) 0%, rgba(59,121,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b354', endColorstr='#3b79f5', GradientType=0 );
}

.bounty-step-1 h3 {
  color: #41ba56;
}

.bounty-step-1 .bounty-step-icon::before,
.bounty-step-1 .bounty-step-icon::after {
  background: #4876d9;
}

.bounty-step-2 .bounty-step-content,
.bounty-step-4 .bounty-step-content {
  float: right;
}

.bounty-step-2 .bounty-text::before,
.bounty-step-2 .bounty-step-icon {
  background: rgba(247,176,44,1);
  background: -moz-linear-gradient(top, rgba(247,176,44,1) 0%, rgba(242,91,91,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,176,44,1)), color-stop(100%, rgba(242,91,91,1)));
  background: -webkit-linear-gradient(top, rgba(247,176,44,1) 0%, rgba(242,91,91,1) 100%);
  background: -o-linear-gradient(top, rgba(247,176,44,1) 0%, rgba(242,91,91,1) 100%);
  background: -ms-linear-gradient(top, rgba(247,176,44,1) 0%, rgba(242,91,91,1) 100%);
  background: linear-gradient(to bottom, rgba(247,176,44,1) 0%, rgba(242,91,91,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b02c', endColorstr='#f25b5b', GradientType=0 );
}

.bounty-step-2 h3 {
  color: #feb11a;
}

.bounty-step-2 .bounty-step-icon::before,
.bounty-step-2 .bounty-step-icon::after {
  background: #e36165;
}

.bounty-step-3 .bounty-text::before,
.bounty-step-3 .bounty-step-icon {
  background: rgba(225,111,223,1);
  background: -moz-linear-gradient(top, rgba(225,111,223,1) 0%, rgba(62,116,243,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,111,223,1)), color-stop(100%, rgba(62,116,243,1)));
  background: -webkit-linear-gradient(top, rgba(225,111,223,1) 0%, rgba(62,116,243,1) 100%);
  background: -o-linear-gradient(top, rgba(225,111,223,1) 0%, rgba(62,116,243,1) 100%);
  background: -ms-linear-gradient(top, rgba(225,111,223,1) 0%, rgba(62,116,243,1) 100%);
  background: linear-gradient(to bottom, rgba(225,111,223,1) 0%, rgba(62,116,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16fdf', endColorstr='#3e74f3', GradientType=0 );
}

.bounty-step-3 h3 {
  color: #ea65eb;
}

.bounty-step-3 .bounty-step-icon::before,
.bounty-step-3 .bounty-step-icon::after {
  background: #4375e7;
}

.bounty-step-4 .bounty-text::before,
.bounty-step-4 .bounty-step-icon {
  background: rgba(249,100,229,1);
  background: -moz-linear-gradient(top, rgba(249,100,229,1) 0%, rgba(241,97,155,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,100,229,1)), color-stop(100%, rgba(241,97,155,1)));
  background: -webkit-linear-gradient(top, rgba(249,100,229,1) 0%, rgba(241,97,155,1) 100%);
  background: -o-linear-gradient(top, rgba(249,100,229,1) 0%, rgba(241,97,155,1) 100%);
  background: -ms-linear-gradient(top, rgba(249,100,229,1) 0%, rgba(241,97,155,1) 100%);
  background: linear-gradient(to bottom, rgba(249,100,229,1) 0%, rgba(241,97,155,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f964e5', endColorstr='#f1619b', GradientType=0 );
}

.bounty-step-4 h3 {
  color: #df6166;
}

.bounty-step-4 .bounty-step-icon::before,
.bounty-step-4 .bounty-step-icon::after {
  background: #e16166;
}

.bounty-step-5 .bounty-text::before,
.bounty-step-5 .bounty-step-icon {
  background: rgba(170,170,170,1);
  background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(74,119,215,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170,170,170,1)), color-stop(100%, rgba(74,119,215,1)));
  background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(74,119,215,1) 100%);
  background: -o-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(74,119,215,1) 100%);
  background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(74,119,215,1) 100%);
  background: linear-gradient(to bottom, rgba(170,170,170,1) 0%, rgba(74,119,215,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#4a77d7', GradientType=0 );
}

.bounty-step-5 h3 {
  color: #27a8ec;
}

.faq-box {
  width: 530px;
}

.accordion {
  width: 100%;
  position: relative;
}

.accordion li {
  border-radius: 5px;
  background: #1a1b54;
  margin-bottom: 30px;
}

.accordion li:last-child {
  margin-bottom: 0px;
}

.a-link {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 10px;
  font-weight: 800;
  padding-right: 40px;
}

.accordion li i {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 16px;
}

.accordion li.open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  padding: 10px;
}

.contact-form {
  width: 100%;
  position: relative;
}

.contact-left {
  width: 460px;
  background: #0e0e3a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.contact-left img {
  margin: 30px auto;
  display: block;
}

.contact-info {
  width: 100%;
  position: relative;
}

.contact-left span {
  display: block;
  position: relative;
  padding-left: 36px;
}

.contact-left span i {
  position: absolute;
  font-size: 26px;
  left: 0px;
  color: #00ccff;
  top: 10px;
}

.contact-left span b {
  display: block;
  color: #b1c5e9;
}

.contact-left span a {
  color: #ffffff;
}

.contact-right {
  width: 700px;
  padding: 30px;
  background: #131342;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-form .input-wrap,
.contact-form .textarea-wrap {
  margin-bottom: 20px;
}

.contact-right textarea {
  height: 200px;
}

.signup-form {
  width: 100%;
}

.signup-left {
  width: 460px;
}

.signup-left,
.login-left {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #0e0e3a;
}

.signup-left::before,
.login-left::before,
.contact-left::before {
  content: '';
  display: block;
  position: absolute;
  left: -50px;
  top: 400px;
  width: 0px;
  height: 0px;
  box-shadow: 0px 0px 300px 300px rgba(191, 60, 102, 0.3);
  border-radius: 100%;
}

.signup-left span,
.login-left span {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}

.signup-left span {
  top: 500px;
}

.signup-planet {
  width: 130px;
  height: 387px;
  background: url('../images/g-planet.png') no-repeat center;
  background-size: 130px;
  position: absolute;
  top: 0px;
  right: 40px;
}

.signup-cloud {
  width: 100px;
  height: 253px;
  background: url('../images/g-cloud.png') no-repeat center;
  background-size: 100px;
  position: absolute;
  left: 170px;
  top: -10px;
}

.signup-crescent {
  width: 80px;
  height: 343px;
  background: url('../images/g-crescent.png') no-repeat center;
  background-size: 80px;
  position: absolute;
  left: 30px;
  top: 0px;
}

.signup-castle {
  position: absolute;
  width: 460px;
  height: 525px;
  left: 0px;
  bottom: 0px;
  background: url('../images/g-castle.png') no-repeat center;
  background-size: 460px;
}

.signup-right {
  width: 700px;
}

.signup-right,
.login-right {
  padding: 30px;
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #131342;
}

.field-wrap {
  position: relative;
  width: 100%;
}

.field-wrap .input-wrap {
  width: 310px !important;
}

.signup-right .input-wrap {
  margin-bottom: 20px;
}

.signup-ps .input-wrap:nth-child(1) input {
  background: url('../../images/18.png') no-repeat center;
  background-size: 32px;
  background-position-x: 5px;
}

.signup-ps .input-wrap:nth-child(2) input {
  background: url('../../images/43.png') no-repeat center;
  background-size: 32px;
  background-position-x: 5px;
}

.signup-ps .input-wrap:nth-child(3) input {
  background: url('../../images/47.png') no-repeat center;
  background-size: 32px;
  background-position-x: 5px;
}

.signup-ps .input-wrap:nth-child(4) input {
  background: url('../../images/68.png') no-repeat center;
  background-size: 32px;
  background-position-x: 5px;
}

.signup-ps .input-wrap:nth-child(5) input {
  background: url('../../images/69.png') no-repeat center;
  background-size: 32px;
  background-position-x: 5px;
}

.input-ps input {
  padding-left: 47px !important;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.signup-terms {
  padding-top: 15px;
}

.signup-upline {
  font-size: 18px;
}

.signup-upline b {
  display: block;
  color: #f59f9e;
  font-size: 20px;
}

.signup-upline span {
  display: block;
  color: #b1c5e9;
}

.button-wrap {
  text-align: center;
  position: relative;
  padding: 10px 0px;
  margin-top: 20px;
}

.forgot-form {
  margin: 0 auto;
  width: 370px;
  padding: 30px;
  background: #131342;
  border-radius: 10px;
}

.login-form {
  width: 670px !important;
  margin: 0 auto;
}

.login-left {
  width: 300px;
}

.login-planet {
  width: 130px;
  height: 387px;
  position: absolute;
  left: 85px;
  top: -220px;
  background: url('../images/g-planet.png') no-repeat center;
  background-size: 130px;
}

.login-left span {
  bottom: 0px;
}

.login-right {
  width: 370px;
}

.login-right .input-wrap {
  margin-bottom: 20px;
}

.login-right .captcha-wrap {
  margin-bottom: 20px;
}

.login-right .captcha-wrap input,
.contact-form .captcha-wrap input {
  width: 200px !important;
}

.captcha-wrap {
  width: 100%;
  display: table;
  width: 310px;
}

.captcha-wrap img {
  float: left;
  position: relative;
  top: 10px;
}

.captcha-wrap input {
  float: right;
  width: 200px !important;
}

.user-return {
  text-align: center;
  margin: 0 auto;
}

.return-success {
  color: #47af3c;
  margin-bottom: 30px;
}

.return-fail {
  color: #e25d5d;
  margin-bottom: 30px;
}

.user-return b {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.user-return span {
  display: block;
  font-size: 18px;
}

.dashboard {
  width: 100%;
  position: relative;
  margin-top: 100px;
  border-radius: 30px;
  overflow: hidden;
}

.dashboard::before {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: -50px;
  height: 0px;
  box-shadow: 0px 0px 200px 200px rgba(191, 60, 102, 0.2);
  border-radius: 100%;
}

.dashboard::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  box-shadow: 0px 0px 300px 300px rgba(62, 60, 191, 0.25);
  border-radius: 100%;
}

.dashboard nav {
  width: 320px;
  position: relative;
  box-shadow: 0px 0px 10px #000000;
}

.dashboard nav::before {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  top: 50px;
  width: 0px;
  height: 0px;
  box-shadow: 0px 0px 300px 300px rgba(191, 60, 102, 0.2);
  border-radius: 100%;
}

.nav-container {
  width: 100%;
  position: relative;
}

.nav-user {
  padding-left: 60px;
  margin: 20px 0px;
  font-size: 18px;
}

.nav-user img {
  position: absolute;
  left: 20px;
  top: 10px;
}

.nav-user span {
  display: block;
  color: orange;
}

.nav-user b {
  position: relative;
  width: 210px;
  overflow: hidden;
  display: block;
  line-height: 24px;
  height: 24px;
}

.nav-user a {
  position: absolute;
  right: 20px;
  top: 14px;
}

.nav-user a:hover {
  transform: rotate(60deg);
}

.nav-user i {
  font-size: 26px;
  color: #b1c5e9;
}

.dashboard nav ul {
  width: 100%;
  display: block;
}

.dashboard nav ul span {
  padding: 20px;
  display: block;
  color: #b1c5e9;
}

.dashboard nav ul li {
  display: block;
  position: relative;
  overflow: hidden;
}

.dashboard nav ul li a {
  display: block;
  color: #ffffff;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  font-weight: 800;
}

.dashboard nav ul li a:hover {
  background: rgba(46, 100, 213, 0.3);
}

.dashboard nav ul li a img {
  vertical-align: middle;
  margin-right: 10px;
}

.dashboard-deposit::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
  border-radius: 4px;
  background: #3876fe;
  box-shadow: 20px 0px 120px 50px #3876fe;
}

.dashboard-deposit a {
  color: #00ccff !important;
}

.dashboard-content {
  position: relative;
  width: 840px;
  padding: 30px;
}

.dashboard-content h4 {
  font-size: 26px;
  color: #ffffff;
}

.dashboard-content .sub-title {
  margin-bottom: 50px;
}

.account-balance {
  margin-bottom: 50px;
}

.total-balance {
  position: relative;
  padding-left: 140px;
  height: 120px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 20px;
}

.total-balance span {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.total-balance span::before {
  content: '';
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  background: url('../images/balance-circle.png') no-repeat center;
  background-size: 120px;
  left: 0px;
  top: 0px;
}

.total-balance span img {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 10px;
  left: -20px;
  z-index: 101;
}

.total-balance h4 {
  font-size: 18px;
  line-height: 18px;
}

.total-balance h4 b {
  font-size: 26px;
  margin-top: 10px;
  display: block;
}

.total-balance a {
  margin-top: 20px;
}

.detailed-balance {
  margin-left: 20px;
}

.detailed-balance span {
  text-align: center;
}

.detailed-balance span img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 10px auto;
}

.detailed-balance b {
  display: block;
}

.account-upline {
  width: 300px;
  position: relative;
  overflow: hidden;
}

.account-upline b {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.account-upline span {
  color: #ff9c9d;
  font-size: 16px;
  font-weight: 800;
}

.account-upline small {
  font-size: 16px !important;
}

.account-reflink {
  width: 470px;
  margin-top: -10px;
}

.account-reflink input {
  padding-right: 120px !important;
}

.account-reflink .b-btn {
  position: absolute;
  right: 0px;
  bottom: 1px;
}

.account-table {
  width: 100%;
  display: table;
  margin-top: 50px;
}

.account-info {
  width: 400px;
  position: relative;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
  background: #131342;
  float: left;
}

.account-info::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 60px;
  right: 20px;
  top: -20px;
  background: #28267d url('../images/acc-info.png') no-repeat center;
  background-size: 32px;
  border-radius: 10px;
}

.account-info h3,
.account-stats h3 {
  font-size: 22px;
  color: #b1c5e9;
  margin-bottom: 20px;
}

.account-info span,
.account-stats span {
  display: table;
  width: 100%;
  margin: 10px 0px;
}

.account-info span b,
.account-stats span b {
  float: right;
  text-align: right;
}

.account-stats {
  width: 340px;
  float: right;
  position: relative;
}

.account-stats span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.account-stats span:last-child {
  border-bottom: none;
}

.dashboard-content .select-big,
.dashboard-content .select-small {
  margin: 10px 0px;
}

.dashboard-box {
  padding: 20px;
  border-radius: 20px;
  background: #131342;
  width: 100%;
}

.deposit-wrap {
  position: relative;
  display: table;
  width: 100%;
}

.deposit-wrap .plan-card {
  z-index: 101;
  position: absolute;
  left: 0px;
}

.depo-box {
  width: 470px;
  background: #131342;
  border-radius: 20px;
  margin-top: -30px;
  padding: 20px;
  padding-left: 50px;
  float: right;
}

.depo-calc {
  position: relative;
}

.depo-ps {
  position: relative;
}

.depo-ps h4 {
  font-size: 22px;
  color: #b1c5e9;
  margin-top: 30px;
}

.depo-ps span {
  display: block;
  padding: 10px 0px;
}

.depo-ps span img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.depo-balance {
  position: absolute;
  top: 470px;
  width: 300px;
  left: 30px;
}

.depo-balance b {
  display: block;
  font-size: 18px;
}

.depo-balance span {
  color: #b1c5e9;
  font-size: 26px;
}

.depo-balance span {
  display: block;
}

.inheader {
  padding-bottom: 20px;
}

.select {
  background: transparent;
  height: 34px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  background: url('../images/select-down.png') no-repeat;
  background-position-y: 12px;
  background-size: 10px;
}

.select-big {
  width: 200px;
  background-position-x: 180px;
}

.select-small {
  width: 100px;
  background-position-x: 80px;
}

.pagination {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.pagination li {
  display: inline-block;
  margin: 0px 10px;
}

.withdraw-box {
  padding-bottom: 20px;
  padding-right: 10px;
}

.withdraw-wrap {
  width: 400px;
  margin-top: 50px;
}

.withdraw-wrap textarea {
  margin-top: 20px;
  height: 200px;
}

.settings-box {
  width: 350px;
  position: relative;
}

.settings-box .input-wrap {
  margin-bottom: 20px;
}

.textarea-wrap {
  width: 100%;
  position: relative;
}

.dashboard-content .deposit-process {
  margin-right: 30px;
}

.account-deposit-confirm {

}

.account-deposit-confirm th,
.deposit_confirm th {
  text-align: left;
  padding: 5px 0px;
}

.account-deposit-confirm td,
.deposit_confirm td {
  text-align: right;
  padding: 5px 0px;
}

textarea {
  width: 100%;
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  resize: vertical;
}

textarea:focus {
  border: 1px solid #0082a2;
}

.security-wrap {
  position: relative;
}

.security-wrap b {
  display: block;
  font-size: 18px;
}

.security-wrap span {
  display: block;
  width: 100%;
  padding: 10px 0px;
}

.acc-promo {
  position: relative;
  background-size: 128px;
  margin-top: 50px;
}

.acc-promo img {
  width: 80px;
  height: 80px;
  margin-top: -5px;
}

.acc-promo p {
  margin-left: 30px;
}

.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 400px;
}

.loading-container b {
  position: relative;
  text-align: center;
  z-index: 101;
  width: 100%;
  display: block;
  line-height: 30px;
  font-size: 18px;
}

.loading {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 30px;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.loading::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 20px;
  background: rgba(255,205,111,1);
  background: -moz-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,205,111,1)), color-stop(51%, rgba(231,92,222,1)), color-stop(100%, rgba(75,57,238,1)));
  background: -webkit-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -o-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  background: linear-gradient(to right, rgba(255,205,111,1) 0%, rgba(231,92,222,1) 51%, rgba(75,57,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd6f', endColorstr='#4b39ee', GradientType=1 );
  animation: loader 3s ease-in-out;
  height: 30px;
  width: 100%;
}

@keyframes loader {
  0% {
    width: 0px;
  }

  100% {
    width: 400px;
  }
}

footer {
  margin-top: 150px;
  box-shadow: 0px -15px 25px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  padding-top: 30px;
}

footer .logo {
  left: 20px;
  top: 0px;
}

footer .socials {
  position: absolute;
  left: 20px;
  top: 70px;
}

footer nav {
  width: 620px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-left: 270px;
}

footer nav ul li {
  margin: 10px 0px;
}

footer nav ul li a {
  color: #b1c5e9;
  font-weight: 800;
}

footer nav ul li a:hover {
  color: #00c3ff;
}

.footer-security {
  position: absolute;
  right: 20px;
  top: 20px;
}

.footer-security a {
  display: block;
}

.footer-security a:first-child {
  margin-bottom: 10px;
}

.footer-security img {
  width: 175px;
}

.accepted-processors {
  margin: 80px 0px 40px 0px;
}

.accepted-processors span {
  position: absolute;
  font-size: 100px;
  color: #131748;
  text-transform: uppercase;
  font-weight: 800;
  top: -50px;
  line-height: 100px;
  letter-spacing: 5px;
}

.accepted-processors a {
  display: inline-block;
  height: 55px;
  position: relative;
  z-index: 101;
}

.accepted-processors img {
  display: block;
}

.copyrights {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  background: #121342;
}