
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
  display: inline-block;
  color: #fff !important;
}

span {
  color: #ffffff80;
  display: inline-block;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  overflow-x: hidden;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #181942), color-stop(100%, #1e1f53), color-stop(35%, #1d1d52));
  background-image: linear-gradient(90deg, rgba(0,0,36) 80%, rgb(21, 10, 87) 100%, #1d1d52 35%);
}

/*font-family: 'Quicksand', sans-serif;
font-family: 'Quicksand', sans-serif;*/
body {
  font-family: 'Quicksand';
  font-size: 16px;
  color: #fff !important;
}

.fnt-xs {
  font-family: 'Quicksand', sans-serif;
  line-height: 32px;
  color: #ffffff80;
  margin-bottom: 17px;
  letter-spacing: 3px;
}

.h1 {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 30px;
}

.link-txt {
  font-size: 20px;
}

.h2 {
  font-size: 56px !important;
  line-height: 64px !important;
  margin-bottom: 30px !important;
}

.h3-sub {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

.h2-sm {
  font-size: 40px;
  line-height: 48px;
}

.prgph {
  font-family: 'Quicksand', sans-serif;
  line-height: 32px;
  color: #ffffff80;
  margin-bottom: 30px;
}

.prgrph-sm {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.btn-fnt {
  font-family: 'Quicksand', sans-serif;
  size: 14px;
  line-height: 16.8px;
  letter-spacing: 1;
  text-align: center;
}

body {
  font-family: 'Quicksand';
  font-size: 16px;
  color: #fff;
}

.fnt-xs {
  font-family: 'Quicksand', sans-serif;
  line-height: 32px;
  color: #ffffff80;
  margin-bottom: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.h1 {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 30px;
}

.h2 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 30px;
}

.h3-sub {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

.h2-sm {
  font-size: 40px;
  line-height: 48px;
}

.prgph {
  font-family: 'Quicksand', sans-serif;
  line-height: 32px;
  color: #ffffff80;
  margin-bottom: 30px;
}

.prgrph-sm {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.mini-h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.btn-fnt {
  font-family: 'Quicksand', sans-serif;
  size: 14px;
  line-height: 16.8px;
  letter-spacing: 1;
  text-align: center;
  text-transform: uppercase;
}

.h2-mob {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 32px;
}


.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.sp-btwn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txt-center {
  text-align: center;
}

.half-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#4D4F95), to(#2B2D66));
  background: linear-gradient(180deg, #4D4F95 0%, #2B2D66 100%);
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  -webkit-box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
          box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.half-card:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2D66), to(#4D4F95));
  background: linear-gradient(#2B2D66, #4D4F95);
}

.card-caption {
  padding: 26px 32px 42px 32px;
}

.section-title {
  padding: 0 15px;
}

.hover {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
}

.hover:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

*img {
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .nav_btn--hamburger {
    display: none;
  }
  #nav .nav-menu,
  #nav .nav_btn {
    display: inherit;
  }
  #nav .nav-menu li {
    margin-right: 30px;
  }
  .hero_card-text h3 {
    width: 350px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row .row {
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  padding: 0 15px;
  width: 100%;
}

.column-1 {
  width: calc(1 / 12 * 100%);
}

.column-2 {
  width: calc(2 / 12 * 100%);
}

.column-3 {
  width: calc(3 / 12 * 100%);
}

.column-4 {
  width: calc(4 / 12 * 100%);
}

.column-5 {
  width: calc(5 / 12 * 100%);
}

.column-6 {
  width: calc(6 / 12 * 100%);
}

.column-7 {
  width: calc(7 / 12 * 100%);
}

.column-8 {
  width: calc(8 / 12 * 100%);
}

.column-9 {
  width: calc(9 / 12 * 100%);
}

.column-10 {
  width: calc(10 / 12 * 100%);
}

.column-11 {
  width: calc(11 / 12 * 100%);
}

.column-12 {
  width: calc(12 / 12 * 100%);
}

@media screen and (min-width: 576px) {
  .column-sm-1 {
    width: calc(1 / 12 * 100%);
  }
  .column-sm-2 {
    width: calc(2 / 12 * 100%);
  }
  .column-sm-3 {
    width: calc(3 / 12 * 100%);
  }
  .column-sm-4 {
    width: calc(4 / 12 * 100%);
  }
  .column-sm-5 {
    width: calc(5 / 12 * 100%);
  }
  .column-sm-6 {
    width: calc(6 / 12 * 100%);
  }
  .column-sm-7 {
    width: calc(7 / 12 * 100%);
  }
  .column-sm-8 {
    width: calc(8 / 12 * 100%);
  }
  .column-sm-9 {
    width: calc(9 / 12 * 100%);
  }
  .column-sm-10 {
    width: calc(10 / 12 * 100%);
  }
  .column-sm-11 {
    width: calc(11 / 12 * 100%);
  }
  .column-sm-12 {
    width: calc(12 / 12 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .column-md-1 {
    width: calc(1 / 12 * 100%);
  }
  .column-md-2 {
    width: calc(2 / 12 * 100%);
  }
  .column-md-3 {
    width: calc(3 / 12 * 100%);
  }
  .column-md-4 {
    width: calc(4 / 12 * 100%);
  }
  .column-md-5 {
    width: calc(5 / 12 * 100%);
  }
  .column-md-6 {
    width: calc(6 / 12 * 100%);
  }
  .column-md-7 {
    width: calc(7 / 12 * 100%);
  }
  .column-md-8 {
    width: calc(8 / 12 * 100%);
  }
  .column-md-9 {
    width: calc(9 / 12 * 100%);
  }
  .column-md-10 {
    width: calc(10 / 12 * 100%);
  }
  .column-md-11 {
    width: calc(11 / 12 * 100%);
  }
  .column-md-12 {
    width: calc(12 / 12 * 100%);
  }
}

@media screen and (min-width: 992px) {
  .column-lg-1 {
    width: calc(1 / 12 * 100%);
  }
  .column-lg-2 {
    width: calc(2 / 12 * 100%);
  }
  .column-lg-3 {
    width: calc(3 / 12 * 100%);
  }
  .column-lg-4 {
    width: calc(4 / 12 * 100%);
  }
  .column-lg-5 {
    width: calc(5 / 12 * 100%);
  }
  .column-lg-6 {
    width: calc(6 / 12 * 100%);
  }
  .column-lg-7 {
    width: calc(7 / 12 * 100%);
  }
  .column-lg-8 {
    width: calc(8 / 12 * 100%);
  }
  .column-lg-9 {
    width: calc(9 / 12 * 100%);
  }
  .column-lg-10 {
    width: calc(10 / 12 * 100%);
  }
  .column-lg-11 {
    width: calc(11 / 12 * 100%);
  }
  .column-lg-12 {
    width: calc(12 / 12 * 100%);
  }
}

@media screen and (min-width: 1200px) {
  .column-xl-1 {
    width: calc(1 / 12 * 100%);
  }
  .column-xl-2 {
    width: calc(2 / 12 * 100%);
  }
  .column-xl-3 {
    width: calc(3 / 12 * 100%);
  }
  .column-xl-4 {
    width: calc(4 / 12 * 100%);
  }
  .column-xl-5 {
    width: calc(5 / 12 * 100%);
  }
  .column-xl-6 {
    width: calc(6 / 12 * 100%);
  }
  .column-xl-7 {
    width: calc(7 / 12 * 100%);
  }
  .column-xl-8 {
    width: calc(8 / 12 * 100%);
  }
  .column-xl-9 {
    width: calc(9 / 12 * 100%);
  }
  .column-xl-10 {
    width: calc(10 / 12 * 100%);
  }
  .column-xl-11 {
    width: calc(11 / 12 * 100%);
  }
  .column-xl-12 {
    width: calc(12 / 12 * 100%);
  }
}

@media screen and (min-width: 1400px) {
  .column-xxl-1 {
    width: calc(1 / 12 * 100%);
  }
  .column-xxl-2 {
    width: calc(2 / 12 * 100%);
  }
  .column-xxl-3 {
    width: calc(3 / 12 * 100%);
  }
  .column-xxl-4 {
    width: calc(4 / 12 * 100%);
  }
  .column-xxl-5 {
    width: calc(5 / 12 * 100%);
  }
  .column-xxl-6 {
    width: calc(6 / 12 * 100%);
  }
  .column-xxl-7 {
    width: calc(7 / 12 * 100%);
  }
  .column-xxl-8 {
    width: calc(8 / 12 * 100%);
  }
  .column-xxl-9 {
    width: calc(9 / 12 * 100%);
  }
  .column-xxl-10 {
    width: calc(10 / 12 * 100%);
  }
  .column-xxl-11 {
    width: calc(11 / 12 * 100%);
  }
  .column-xxl-12 {
    width: calc(12 / 12 * 100%);
  }
}

section {
  overflow-x: hidden;
}

header {
  padding: 10px 15px;
  background: #000;
}

.nav_btn {
  padding: 15px 26.73px 16px 25.27px;
}

.nav-menu,
.nav_btn {
  display: none;
}

.nav_btn--hamburger {
  height: 48px;
  width: 48px;
  padding: 16px;
}

header {
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.logo {
  height: 80px;
  width: 80px;
  margin-left: 16px;
}

header .link-txt {
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header .link-txt:hover {
  color: rgba(191,60,138);
  -webkit-text-decoration: underline 5px;
          text-decoration: underline 5px;
}

#navbar {
  height: 80px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
  max-height: 80px;
}


#navbar.navbar--scroll {
  background: #5143f0;
}

.logo:hover {
  -webkit-animation: bounce ease-in-out 400ms infinite alternate;
          animation: bounce ease-in-out 400ms infinite alternate;
  -webkit-transform-origin: center -20px;
          transform-origin: center -20px;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

.player_box {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.player_box img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.no-float {
  width: 100%;
  height: 100%;
}

.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  margin-top: 5px;
  width: 100%;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

#hero .row {
  padding-bottom: 0;
}


.logo {
  height: 50px;
  width: 180px;
  margin-top: 5px;
}

.column {
  margin-bottom: 30px;
}

#hero .row {
  padding: 30px 0;
}

#hero .hero_btn {
  padding: 15px 37.36px 16px 37.64px;
}

.about_content_btn-main {
  padding: 15px 30.32px 16px 30.68px !important;
}

#about img {
  border-radius: 12px;
}





#about .about_img {
  background-image: url("./../img/about-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#about .floating {
  width: 100%;
  height: 100%;
  z-index: 777;
  margin: 0;
}

#explore .card--2x {
  min-height: 320px;
}

#explore .btn {
  padding: 15px 44px 16px 45px;
  margin-top: 27px;
}

#explore .row .prgph {
  margin-bottom: 14px;
}

.explore_card-sm {
  height: 320px;
  max-width: 342px;
}

.explore_card .card-img {
  border-radius: 12px 12px 0 0;
}

.explore_card-caption-icon {
  background: #6357F6;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.explore_card-caption-icon img {
  width: 24px;
  height: 24px;
}

.explore_content_btn {
  width: 100%;
}

#banner .banner_row {
  background: -webkit-gradient(linear, right top, left top, from(#6357F6), to(rgba(191,60,138))), -webkit-gradient(linear, left top, left bottom, from(#4D4F95), to(#2B2D66));
  background: linear-gradient(270deg, #6357F6 0%, rgba(191,60,138) 100%), linear-gradient(180deg, #4D4F95 0%, #2B2D66 100%);
  -webkit-box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
          box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.157184);
  padding: 58px 28px 58px 28px;
  height: 384px;
  border-radius: 12px;
}

#banner .container {
  padding: 0 15px;
}

#banner .banner_col-content {
  z-index: 1;
  padding: 0;
  margin: 0;
}

#banner .banner_btn-box,
#banner .banner_row-txt {
  padding: 0 28px;
}

#banner .banner_col-img {
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  z-index: 1;
}

#banner .banner_btn-box {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#articles .articles-btn-main {
  padding: 15px 50px 16px 50px;
  margin-top: 27px;
}

#banner .btn-solid-pink {
  padding: 15px 40px 16px 41px;
}


footer {
  text-align: center;
  padding-bottom: 30px;
}

footer .container {
  padding: 0 22px;
}

footer .txt-prgph-s {
  color: #fff;
}

.footer-bottom {
  width: 100%;
  padding-top: 10px;
}

.footer-bottom h3 {
  margin-bottom: 26px;
}

#footer .row:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.205);
  margin-bottom: 50px;
}

.footer-box {
  padding-bottom: 50px;
}

.footer-row {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 64px;
  margin-bottom: 41px;
}

.footer-row a {
  line-height: 32px;
}

footer .prgph {
  color: #fff;
  margin-bottom: 0;
}

.circle_icon {
  border-radius: 50%;
  background: #bf3f89;
  width: 48px;
  height: 48px;
}

.circle_icon .socmed_icon {
  color: #fff;
  font-size: 16px;
  line-height: 48px;
}

.circle_icon:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(191,60,138)), to(#6357F6));
  background-image: linear-gradient(to right, rgba(191,60,138), #6357F6);
}

.circle_icon:not(:last-child) {
  margin-right: 8px;
}

footer a.prgph,
.footer-bottom li {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

footer a.prgph:hover,
.footer-bottom li:hover {
  font-size: 18px;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  #explore .card-img {
    height: 203.75px;
  }
  .double_img--lg {
    height: 450px;
    width: 400px;
    top: 50px;
  }
  .double_img--sm {
    width: 200px;
    height: 250px;
    left: 250px;
  }
  .reviews_polygon-box .polygon_img {
    width: 120px;
    height: 115px;
  }

  #banner .banner_img-box {
    width: 50%;
    height: 80%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .about_cyborg {
    width: 400px;
    height: 450px;
  }
  .about_keyboard {
    height: 300px;
    width: 250px;
    right: 90px;
    top: 350px;
  }
  #about .about_img {
    background-image: url("./../img/about-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  #about .floating {
    width: 100%;
    height: 100%;
    z-index: 777;
    margin: 0;
  }
  .double_img--lg {
    height: 420px;
    width: 424px;
    top: 150px;
    left: 50px;
  }
  .double_img--sm {
    width: 197px;
    height: 207px;
    left: 380px;
  }
  #reviews .h2 {
    max-width: 288px;
  }

  #articles .card-img {
    height: 203.75px;
  }
  .banner_col-content {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    top: 0;
    left: 0;
  }
  .banner_row-txt {
    width: 50%;
    padding-left: 64px;
  }
  .banner_row-txt .prgph {
    margin-bottom: 0;
  }
  #banner .banner_btn-box {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #banner .btn-solid-pink {
    height: 48px;
  }
  #banner .row div:nth-child(2) {
    right: 0;
    top: 10%;
    height: 80%;
  }
  #banner img {
    width: 60%;
    right: 0;
    height: 80%;
  }
  .footer-box--logo,
  .footer-box-icons {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  #hero {
    margin-top: 100px;
  }
  .container {
    max-width: 960px;
  }
  .mgl-s {
    padding: 30px 0 30px 30px;
  }
  .mgr-s {
    padding: 30px 30px 30px 0;
  }
  .nav_btn--hamburger {
    display: none;
  }
  #navbar .nav-menu,
  #navbar .nav_btn {
    display: inherit;
  }
  #navbar .nav-menu li:not(:last-child) {
    margin-right: 30px;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #hero .row {
    padding: 30px 0;
  }
  .about_img {
    padding-top: 30px;
  }
  .about_cyborg {
    width: 250px;
    height: 21.25rem;
  }
  .about_keyboard {
    height: 12.9375rem;
    width: 150px;
    right: 90px;
    top: 217px;
  }
  #about .about_img {
    background-image: url("./../img/about-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  #about .floating {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .double_img--lg {
    height: 340px;
    width: 324px;
    top: 70px;
    left: 20px;
  }
  .double_img--sm {
    width: 197px;
    height: 207px;
    left: 230px;
    top: 50px;
  }
  #reviews .reviews_polygon-box {
    width: 60%;
  }

  #articles .card-img {
    height: 240px;
  }
  #banner img {
    width: 50%;
  }
  footer {
    text-align: left;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 15px;
  }
  .footer-bottom li:nth-child(2) {
    margin-left: 48px;
  }
  .footer-box--logo,
  .footer-box-icons {
    padding-bottom: 0;
    height: 100%;
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .mgr-lg {
    padding: 30px 100px 30px 0;
  }
  .mgl-lg {
    padding: 30px 0 30px 100px !important;
  }
  .about_img {
    padding-top: 0px;
  }
  .about_cyborg {
    width: 324px;
    height: 340px;
    top: 30px;
    left: 100px;
  }
  .about_keyboard {
    height: 207px;
    width: 197px;
    left: 281px;
    top: 247px;
  }
  #about .about_img {
    background-image: url("./../img/about-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 580px;
    height: 100%;
  }
  #about .floating {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #explore .extension {
    display: none;
  }
  #explore .big-card {
    height: 670px;
  }
  #explore .big-card .card-img {
    height: 498px;
  }
  #explore .row .card--1x {
    height: 320px;
  }
  #explore .row .card--1x .card-img {
    height: 176px;
  }
  .double_img--lg {
    height: 340px;
    width: 324px;
    top: 120px;
    left: 100px;
  }
  .double_img--sm {
    width: 197px;
    height: 207px;
    left: 330px;
    top: 70px;
  }
  .extension {
    display: none;
  }
  .reviews_box {
    padding: 96px 35px 54px 35px;
  }
  .reviews_polygon-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 72%;
  }
  .reviews_box-quote {
    width: 96px;
  }
  .reviews_polygon-box .polygon_img {
    width: 150px;
    height: 145px;
    margin-left: -22px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.btn {
  font-size: 14px !important;
  border: 1px solid #ffffff80 !important;
  border-radius: 5px !important;
}

.btn:hover {
  background: #6357F6;
}

.btn-solid,
.btn-solid-pink {
  padding: 16px 37px;
  background-color: #bf3f89 !important;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-solid.disconnect-wallet{
  padding-top: 1px;
  padding-bottom: 1px;
}

.connect-wallet{
  color: white !important;
  border: none !important;
}

.btn-solid:hover {
  background-color: #6357F6;
}

.btn-solid-pink {
  background-color: #eb525f;
}

.btn-solid-pink:hover {
  background-color: #6357F6;
}

#hero .play-btn {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(191,60,138)), to(#6357F6));
  background-image: linear-gradient(to right, rgba(191,60,138), #6357F6);
}

#hero .play-btn img {
  width: 16px;
  height: 16px;
}

#hero .hero_content_btns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hero .hero_content_btns .btn-solid {
  margin-right: 30px;
}

#hero .hero_content_btns .play-btn {
  margin-right: 10px;
}

#hero .hero_content_btns span {
  margin-top: 32px;
}

#footer .circle_icon {
  border-radius: 50%;
}

.btn-color {
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.btn-color:before {
  content: '';
  background: linear-gradient(45deg, #d502f1, #00b7ff, #7a00ff, #ff00c8);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -webkit-animation: glowing 20s linear infinite;
          animation: glowing 20s linear infinite;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.play-btn:before,
.circle_icon:before {
  border-radius: 50%;
}

.btn-color:active:after {
  background: transparent;
}

.btn-color:hover:before {
  opacity: 1;
}

.btn-color:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.card {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  border-radius: 12px;
}

.card--2x {
  min-height: 630px;
}

section:not(#section-1) {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #hero .container,
  #hero .row {
    height: 100%;
  }
  #hero .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  #hero {
    max-height: calc(100vh + 30px);
    min-height: 900px;
  }
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

#section-negative-top {
  margin-top: -175px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 30px;
}

/* Converter */
.background{
  background-color: #070336;
}

.title{
  color: white;
}   

.title-border{
  width: 70px !important;
  border-bottom: 4px solid 
  #b63488;
}

.unit-converter-container{
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
}

.unitprice{
  border-bottom: 4px solid 
  #b63488;
}

.textBelow{
  color: rgb(167, 167, 167);
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #b63488 !important;
}

.selection{
  width: 100% !important;
}

.select2{
  width: 100% !important;
}

.select2-results__options{
  color: #000 !important;
}

.button-convert{
  color: white !important;
  width: 75px !important;
  height: 75px !important;
  border-radius: 50% !important;
  background-color: #07ced4 !important;
  border-width: 2px !important;
}

.card {
  --bs-card-border-color: #00000000 !important;
  --bs-card-bg: #00000000 !important;
}
.h2 {
  color : #fff !important;
  font-weight: 300 !important;
}

.dropdown-menu {
  --bs-dropdown-bg: #120850 !important;
  --bs-dropdown-padding-x: 0.75rem !important;
}

a.wallet-balance {
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
}

.offcanvas {
  --bs-offcanvas-bg: #5143f0;
  --bs-body-bg:  #5143f0;
}

.navbar {
  top: -27px;
}

#footerLogo {
  display: grid;
  justify-content: center;
  align-items: start;
}

.carousel-caption {
  background-color: #000000db;
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg style='color: white' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z' fill='white'%3E%3C/path%3E%3C/svg%3E") !important;
}

.offcanvas.offcanvas-end {
  width: 70% !important;
}

ul.navbar-nav.d-flex {
  align-items: flex-end;
}

ul.sp-btwn {
  justify-content: space-around;
}

.textBelow {
  font-size: 12px;
}


