@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');

body * {
  font-family: 'Quicksand', sans-serif;
}

body {
  background: #101217;
  color: #fff;
}

.header {
  padding: 28px 0;
}

.logo {
  width: 143px;
  height: 35px;
  background: url(../img/jv-logo.svg) no-repeat 0 0;
  display: block;
  text-decoration: none;
}

.head-button {
  background: #661BFF;
  color: #fff;
  padding: 12px 40px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  transition: background 0.2s;
}

.head-button:hover {
  background: #7532FF;
}

.head-link {
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin: 12px 40px;
  display: inline-block;
}

.head-link:hover {
  text-decoration: underline;
}

.grad-purple-dark {
  background: linear-gradient(180deg, #242140 0%, rgba(95, 28, 234, 0) 100%);
}

.grad-purple-dark-inverted {
  background: linear-gradient(-180deg, rgba(95, 28, 234, 0) 0%, #2B2153 100%);
}

.grad-purple {
  background: linear-gradient(180deg, rgba(95, 28, 234, 0.6) 0%, rgba(95, 28, 234, 0) 100%);
}

.solid-purple-dark {
  background: #2B2153;
}

h1, .h1 {
  font-weight: bold;
  font-size: 64px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin: 140px 0 0;
}

.h1.grad {
  background: linear-gradient(270deg, #00CCCC 0%, #23C97D 26.04%, #FFC44C 52.6%, #FF8933 77.08%, #FC6354 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}

.motto-wrapper .h1 {
  margin-top: 120px;
}

h2, .h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 120px 0;
}

.h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #FFC44C;
  margin: 20px 0 60px;
}

.header {
  display: flex;
  justify-content: space-between;
}

.video-img-bg {
  height: 520px;
  background: url(../img/jv-video-bg.webp) no-repeat center center;
  margin-bottom: -150px;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}

.play-market-button {
  display: block;
  width: 280px;
  height: 66px;
  filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.25));
  background: #FFFFFF;
  border-radius: 34px;
  text-align: center;
  color: #000000;
  margin: auto;
  padding: 12px 67px 16px 72px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.play-market-button:hover {
  background: #E0F8F1;
}

.video-img-bg .play-market-button {
  top: 23px;
}

.play-market-button span {
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.play-market-button i {
  font-style: normal;
  font-size: 20px;
}

.play-market-button:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 18px;
  left: 24px;
  background: url(../img/jv-playmarket-btn.svg) no-repeat center center;
}

.steps-wrapper {
  min-height: 1000px;
  padding: 84px 0 120px;
}

.tools-wrapper {
  padding-bottom: 120px;
}

.ill-block {
  padding-top: 364px;
  background: no-repeat center -55px;
}

.ill-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  position: relative;
  padding-left: 48px;
}

.ill-title:before {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  left: 0;
  top: 3px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.step:nth-of-type(1) .ill-block {background-image: url(../img/jv-ill-1.svg);}
.step:nth-of-type(1) .ill-block .ill-title {color: #00CCCC;}
.step:nth-of-type(1) .ill-block .ill-title:before {content: "1"; background-color: #00CCCC;}

.step:nth-of-type(2) .ill-block {background-image: url(../img/jv-ill-2.svg);}
.step:nth-of-type(2) .ill-block .ill-title {color: #23C97D;}
.step:nth-of-type(2) .ill-block .ill-title:before {content: "2"; background-color: #23C97D;}

.step:nth-of-type(3) .ill-block {background-image: url(../img/jv-ill-3.svg);}
.step:nth-of-type(3) .ill-block .ill-title {color: #FFC44C;}
.step:nth-of-type(3) .ill-block .ill-title:before {content: "3"; background-color: #FFC44C;}

.ill-description {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 8px;
  padding-right: 105px;
}

.tool {
  padding-top: 92px;
  padding-bottom: 28px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}

.tool:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  top: 0;
  left: 15px;
  background: no-repeat 0 0;
}

.tool:nth-of-type(1):before {background-image: url(../img/tool-1.svg);}
.tool:nth-of-type(2):before {background-image: url(../img/tool-2.svg);}
.tool:nth-of-type(3):before {background-image: url(../img/tool-3.svg);}
.tool:nth-of-type(4):before {background-image: url(../img/tool-4.svg);}
.tool:nth-of-type(5):before {background-image: url(../img/tool-5.svg);}
.tool:nth-of-type(6):before {background-image: url(../img/tool-6.svg);}
.tool:nth-of-type(7):before {background-image: url(../img/tool-7.svg);}
.tool:nth-of-type(8):before {background-image: url(../img/tool-8.svg);}

.motto-wrapper {
  padding: 0 0 120px;
}

.footer {
  padding: 80px 0;
  text-align: center;
}

.footer .logo {
  width: 98px;
  height: 24px;
  margin: 0 auto;
  background: url(../img/jv-logo-white.svg) no-repeat 0 0;
  opacity: 0.3;
}

.footer .logo:hover {
  opacity: 0.8;
}

.footer .copy {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #6B738A;
}

.bg-icons {
  position: relative;
  overflow: hidden;
}

.bg-icons .container {
  position: relative;
  z-index: 5;
}

.bg-icons:before,
.bg-icons:after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  background: no-repeat 0 0;
  top: 200px;
}

.bg-icons:before {
  background-image: url(../img/jv-overlay-1.svg);
  left: 0;
}

.bg-icons:after {
  background-image: url(../img/jv-overlay-2.svg);
  right: 0;
}

.motto-wrapper.bg-icons:before,
.motto-wrapper.bg-icons:after {
  top: 100px;
}

.title-wrapper {
  z-index: 10;
}

/*privacy page*/

.page-privacy {
  position: relative;
}

.page-privacy:before {
  content: "";
  position: absolute;
  height: 620px;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #242140 0%, rgba(95, 28, 234, 0) 100%);
}

.page-privacy .h2 {
  margin-bottom: 0;
}

.page-privacy .txt {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 12px 0;
}

.page-privacy .rev-line {
  color: #6B738A;
  margin: 20px 0 80px;
}

.page-privacy .small-title {
  font-weight: bold;
  margin-top: 40px;
}

.page-privacy .sub-blue {
  font-weight: bold;
  color: #00CCCC;
  margin-bottom: 12px;
}

.page-privacy .txt a {
  color: #fff;
  text-decoration: underline;
}

.page-privacy .txt a:hover {
  text-decoration: none;
}

.page-privacy ul {
  padding-left: 18px;
}



@media (max-width: 767px) {
  .fullwidth-bg {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 20px;
  }

  .header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 14px 0;
    transition: background-color 0.2s;
    width: 100%;
  }

  .header .logo {
    margin: auto;
  }

  .menu-opened {
    overflow: hidden;
  }

  .menu-opened .header {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #661BFF;
    margin: 0;
  }

  .menu-sticky .header {
    background: #661BFF;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  }

  .header .menu {
    text-align: center;
    margin-top: 33vh;
    display: none;
  }

  .menu-opened .header .menu {
    display: block;
  }

  .header .head-button {
    background: #FFFFFF;
    color: #661BFF;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
    margin-top: 40px;
  }

  .open-close-menu {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    background: url(../img/jv-menu.svg) no-repeat 0 0;
  }

  .menu-opened .open-close-menu {
    background-image: url(../img/jv-menu-close.svg);
  }

  h1, .h1 {
    font-size: 32px;
    margin-top: 120px;
  }

  h2, .h2 {
    font-size: 24px;
    margin: 60px 0;
  }

  .h3 {
    font-size: 20px;
    margin: 10px 0 30px;
  }

  .video-img-bg {
    background-size: 720px 260px;
    height: 260px;
    margin-bottom: -75px;
  }

  .video-img-bg .play-market-button {
    top: -4px;
  }

  .steps-wrapper {
    padding-top: 24px;
  }

  .steps-wrapper,
  .motto-wrapper,
  .tools-wrapper {
    padding-bottom: 0;
  }

  .step {
    margin: 0 0 40px !important;
  }

  .ill-block {
    background-size: 420px;
    background-position: center -50px;
    padding-top: 330px;
  }

  .ill-title {
    font-size: 20px;
  }

  .ill-title:before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    top: 0;
  }

  .tool {
    font-size: 16px;
    min-height: 195px !important;
  }

  .bg-icons:before,
  .bg-icons:after {
    width: 200px;
    height: 200px;
    top: 100px;
    background-size: contain;
  }

  .bg-icons:before {
    left: -100px;
  }

  .bg-icons:after {
    right: -100px;
  }

}

@media (max-width: 992px) {
  .step:nth-of-type(3) {
    margin-top: 40px;
  }

  .bg-icons:before {
    left: -100px;
  }

  .bg-icons:after {
    right: -100px;
  }

}

@media (max-width: 1199px) and (min-width: 992px) {
  .ill-block {
    background-size: 395px;
    background-position: center -40px;
    padding-top: 330px;
  }
}

@media (min-width: 1600px) {
  .bg-icons:before {
    left: 10vw;
  }

  .bg-icons:after {
    right: 10vw;
  }
}

@media (max-width: 320px) {
  .ill-block {
    background-size: 350px;
    background-position: center -40px;
    padding-top: 280px;
  }
}
