@charset "UTF-8";
/*============================================ 
Template Name: Gooland
Version: 1.0
Author: pixelaxis
Author URI: https://themeforest.net/user/pixelaxis/portfolio
Description: Bitcoin Investment HTML Template


/*======== Table of Css Content ==========*/
/* Typography */
/* variables */
/* Normalize */
/* input and button type focus outline disable */
/* Global style */
/* Preloader Css */
/* Banners Start */
/* Main-menu Start */
/* Banners Start */
/* Hero_area Start */
/* Compare Start */
/* Feature Start */
/* upper-content Start */
/* Deposit Start */
/* Earningpartners Start */
/* Deposit Amount Start */
/* Earning Start */
/* Transaction Start */
/* How-use Start */
/* Counter Start */
/* Process Start */
/* testomonial Start */
/* Footer Start */
/* Scroll To Top Start *
/* 
=========================
=============================
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&amp;family=Open+Sans:wght@300;400;600;700;800&amp;display=swap");
/* 
=========================
font-family: 'Josefin Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
=============================
 */
/* Typography */
/* Normalize  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font: inherit;
  padding: 0;
  margin: 0;
}

body {
  font: inherit;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 70px;
  line-height: 100px;
  font-weight: 700;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 1.167;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

p, a, li, span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding: 0;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
  font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=date]:focus,
input[type=submit]:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Global style */
.button-1 {
  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;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  width: 160px;
  height: 50px;
  text-transform: uppercase;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
}
.button-1:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #3e19ff 0%, #903eff 100%);
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler:focus {
  outline: 0px;
}

h1.head {
  font-family: "Josefin Sans", sans-serif;
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
}

h2.title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 70px;
}

h3.subtitle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

h4.lasthead {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

p.text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  overflow: hidden;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
  }
  100% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
    opacity: 0;
  }
}
@keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
  }
  100% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
    opacity: 0;
  }
}
@-webkit-keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes ura {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes ura {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}
/* Main-menu Start */
.mein-menu {
  width: 100%;
  z-index: 9999;
  padding: 20px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mein-menu .navbar {
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0rem 0rem;
}
.mein-menu .navbar #navbarNavDropdown {
  margin: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item {
  margin-left: 40px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item:first-child {
  margin-left: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #33276a;
  text-transform: capitalize;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
  position: absolute;
  content: "";
  top: calc(100% + 22px);
  left: 0;
  width: 0%;
  height: 2px;
  background: #33276a;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:hover:before {
  width: 100%;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.active::before {
  width: 100%;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
  border: 0;
  width: 65px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #33276a;
  height: auto;
  padding: 3px 0px 0px;
  background: transparent;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
  border-bottom: 2px solid #33276a;
  border-right: 2px solid #33276a;
  width: 10px;
  height: 10px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select span {
  font-weight: 600 !important;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list {
  width: 100px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list li {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #33276a;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1 {
  -webkit-box-shadow: 0px 16px 38px 0px rgba(34, 6, 89, 0.59);
          box-shadow: 0px 16px 38px 0px rgba(34, 6, 89, 0.59);
  width: 160px;
  color: #fff;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1:hover, .mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1.active {
  color: #fff;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1:before {
  display: none;
}

.mein-menu.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  -webkit-box-shadow: 3.801px 12.432px 24px 0px rgba(150, 131, 225, 0.4);
          box-shadow: 3.801px 12.432px 24px 0px rgba(150, 131, 225, 0.4);
  z-index: 99999;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link,
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
  color: #fff;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
  background: #fff;
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.mein-menu .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Banners Start */
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 240px 0 100px;
  position: relative;
  z-index: 1;
}
.banner .bg-sape {
  position: absolute;
  bottom: 30px;
  left: 0px;
  content: "";
  width: 60%;
}
.banner .boxdot {
  position: absolute;
  top: 10%;
  left: 0%;
  content: "";
  width: 60%;
}
.banner .hero-area {
  position: relative;
  z-index: 2;
}
.banner .hero-area .banner-content {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.banner .hero-area .banner-content h3.subtitle {
  color: #6342ff;
}
.banner .hero-area .banner-content h1.head {
  color: #33276a;
  font-weight: 700;
  padding: 23px 0 13px;
}
.banner .hero-area .right-box {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: -1.361px 25.964px 40px 0px rgba(104, 67, 255, 0.2);
          box-shadow: -1.361px 25.964px 40px 0px rgba(104, 67, 255, 0.2);
  padding: 30px 20px 20px 20px;
}
.banner .hero-area .right-box .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 20px;
}
.banner .hero-area .right-box .nav .nav-item .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #594a9f;
  border-radius: 30px;
  background-color: white;
  padding: 15px 30px 15px;
  -webkit-box-shadow: 3.584px 9.336px 21px 0px rgba(160, 133, 233, 0.23);
          box-shadow: 3.584px 9.336px 21px 0px rgba(160, 133, 233, 0.23);
}
.banner .hero-area .right-box .nav .nav-item .nav-link.active {
  color: #fff;
  background: linear-gradient(-45deg, #facd68 0%, #fc76b3 100%);
  -webkit-box-shadow: 0px 13px 24px 0px rgba(252, 119, 178, 0.51);
          box-shadow: 0px 13px 24px 0px rgba(252, 119, 178, 0.51);
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box {
  margin-top: 10px;
  padding: 20px 20px 20px;
  border-radius: 20px;
  background-color: rgba(201, 205, 255, 0.2);
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector p.text {
  font-size: 18px;
  color: #6342ff;
  text-transform: capitalize;
  line-height: 1.556;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector .coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector .coin img {
  margin-right: 5px;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector .coin .language-select .nice-select {
  border: 0;
  width: 85px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #777777;
  height: auto;
  padding: 3px 0px 0px;
  background: transparent;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector .coin .language-select .nice-select:after {
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  width: 14px;
  height: 14px;
  top: 40%;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector .coin .language-select .nice-select .list {
  width: 100px;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector .coin .language-select .nice-select .list li {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #777777;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .selector .coin span.current {
  color: #777777;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .form-group input {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #beaeff;
  background-color: #dfe1fe;
  border-radius: 30px;
  padding: 10px 20px 10px;
  font-size: 24px;
  color: #4938a2;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .form-group input::-webkit-input-placeholder {
  font-size: 24px;
  color: #4938a2;
  font-family: "Open Sans", sans-serif;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .form-group input::-moz-placeholder {
  font-size: 24px;
  color: #4938a2;
  font-family: "Open Sans", sans-serif;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .form-group input:-ms-input-placeholder {
  font-size: 24px;
  color: #4938a2;
  font-family: "Open Sans", sans-serif;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .form-group input::-ms-input-placeholder {
  font-size: 24px;
  color: #4938a2;
  font-family: "Open Sans", sans-serif;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .form-group input::placeholder {
  font-size: 24px;
  color: #4938a2;
  font-family: "Open Sans", sans-serif;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .time {
  border: 1px solid #beaeff;
  background-color: white;
  background-color: #dfe1fe;
  border-radius: 30px;
  padding: 0px 20px 0px;
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .time .language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .time .language-select .nice-select {
  border: 0;
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  color: #4938a2;
  font-weight: 400;
  height: auto;
  padding: 0px 0px 0px;
  background: transparent;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .time .language-select .nice-select:after {
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  width: 14px;
  height: 14px;
  top: 40%;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .time .language-select .nice-select span.current {
  font-size: 24px;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  color: #4938a2;
  font-weight: 400;
  text-transform: lowercase;
  padding-top: 0px;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .time .language-select .nice-select .list {
  width: 100px;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .time .language-select .nice-select .list li {
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  color: #4938a2;
  font-weight: 400;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box .time span.current {
  color: #777777;
}
.banner .hero-area .right-box .tab-content .exchange .exchange-box span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 16px;
  color: #4938a2;
  text-transform: uppercase;
  line-height: 1.75;
  padding-top: 6px;
}
.banner .hero-area .right-box .tab-content .exchange .content .text-box {
  padding: 30px 0px 20px;
  border-bottom: 1px solid #beaeff;
}
.banner .hero-area .right-box .tab-content .exchange .content .text-box p.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner .hero-area .right-box .tab-content .exchange .content .text-box p.text span.one {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #4938a2;
}
.banner .hero-area .right-box .tab-content .exchange .content .text-box p.text span.two {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #4938a2;
}
.banner .hero-area .right-box .tab-content .exchange .content .earn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px 10px;
}
.banner .hero-area .right-box .tab-content .exchange .content .earn p.text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #4938a2;
}
.banner .hero-area .right-box .tab-content .exchange .button-box {
  margin-top: 20px;
}
.banner .hero-area .right-box .tab-content .exchange .button-box a.button.button-1 {
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
          box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}

/* upper-content Start */
.section-head {
  margin-bottom: 26px;
}
.section-head h4.lasthead {
  color: #6342ff;
}
.section-head h2.title {
  color: #33276a;
  font-weight: 700;
  padding: 21px 0 16px;
}
.section-head p.text {
  color: #33276a;
}
.section-head a.button.button-1 {
  margin-top: 33px;
  min-width: 220px;
  -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
          box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
}

/* platfromland Start */
.platfromland {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.platfromland .platform {
  padding: 116px 0 60px;
}
.platfromland .platform .section-head {
  margin-bottom: 26px;
}
.platfromland .platform .section-head h2.title {
  padding: 16px 0 16px;
}
.platfromland .platform .platform-box {
  margin-top: 30px;
  padding: 60px 30px 60px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 3.584px 9.336px 79px 0px rgba(93, 70, 157, 0.23);
          box-shadow: 3.584px 9.336px 79px 0px rgba(93, 70, 157, 0.23);
}
.platfromland .platform .platform-box .box-title {
  font-size: 28px;
  line-height: 38px;
  color: #33276a;
  padding: 35px 0 11px;
}
.platfromland .platform .platform-box p.text {
  color: #544a84;
}
.platfromland .lend {
  padding: 56px 0 0px;
}
.platfromland .lend .section-head {
  margin-bottom: 22px;
}
.platfromland .lend .section-head h2.title {
  padding: 22px 0 4px;
}
.platfromland .lend .lend-box {
  border-radius: 10px;
  background-color: white;
  -webkit-transform: translateY(75px);
  transform: translateY(75px);
}
.platfromland .lend .lend-box .subscribe {
  padding: 60px 0px 60px 30px;
}
.platfromland .lend .lend-box .subscribe .sub {
  text-align: right;
  position: relative;
}
.platfromland .lend .lend-box .subscribe .sub span.sub-text {
  color: #6342ff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.platfromland .lend .lend-box .subscribe .sub .arrow {
  position: absolute;
  top: 102%;
  right: 2%;
}
.platfromland .lend .lend-box .subscribe .form-group {
  margin: 70px 0px 20px;
  position: relative;
  background-color: white;
  border-radius: 30px;
}
.platfromland .lend .lend-box .subscribe .form-group:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  height: 46px;
  width: 46px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(99, 66, 255, 0.08);
          box-shadow: 0px 10px 16px 0px rgba(99, 66, 255, 0.08);
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #6342ff;
  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;
}
.platfromland .lend .lend-box .subscribe .form-group input {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #8878cf;
  line-height: 2;
  background-color: #f9f7ff;
  border-radius: 30px;
  border: 0px;
  padding: 14px 14px 15px 60px;
  height: 60px;
  width: 100%;
}
.platfromland .lend .lend-box .subscribe .form-group input::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #8878cf;
  line-height: 2;
  background-color: #f9f7ff;
}
.platfromland .lend .lend-box .subscribe .form-group input::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #8878cf;
  line-height: 2;
  background-color: #f9f7ff;
}
.platfromland .lend .lend-box .subscribe .form-group input:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #8878cf;
  line-height: 2;
  background-color: #f9f7ff;
}
.platfromland .lend .lend-box .subscribe .form-group input::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #8878cf;
  line-height: 2;
  background-color: #f9f7ff;
}
.platfromland .lend .lend-box .subscribe .form-group input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #8878cf;
  line-height: 2;
  background-color: #f9f7ff;
}
.platfromland .lend .lend-box .subscribe p.text {
  color: #3b2a88;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.platfromland .lend .lend-box .item {
  text-align: center;
  padding: 60px 30px 60px;
  position: relative;
  z-index: 1;
}
.platfromland .lend .lend-box .item h5.box-title {
  font-size: 20px;
  line-height: 32px;
  color: #6342ff;
}
.platfromland .lend .lend-box .item h3.lend-title {
  color: #33276a;
  font-size: 50px;
  line-height: 60px;
  padding: 10px 0 6px;
}
.platfromland .lend .lend-box .item p.text {
  color: #514296;
  font-size: 18px;
  line-height: 28px;
}
.platfromland .lend .lend-box .item p.text span.persent {
  color: #6342ff;
}
.platfromland .lend .lend-box .item a.button {
  margin-top: 33px;
  padding: 8px 18px 8px;
  font-size: 18px;
  color: #6342ff;
  border: 1px solid rgba(157, 175, 232, 0.44);
  border-radius: 30px;
}
.platfromland .lend .lend-box .item:hover h5.box-title {
  color: #fc76b3;
}
.platfromland .lend .lend-box .item:hover h3.lend-title {
  color: #fff;
}
.platfromland .lend .lend-box .item:hover p.text {
  color: #dee1ff;
}
.platfromland .lend .lend-box .item:hover p.text span.persent {
  color: #fc76b3;
}
.platfromland .lend .lend-box .item:hover a.button {
  color: #fff;
  -webkit-box-shadow: 0px 13px 24px 0px rgba(252, 119, 178, 0.51);
          box-shadow: 0px 13px 24px 0px rgba(252, 119, 178, 0.51);
  background: linear-gradient(-45deg, #facd68 0%, #fc76b3 100%);
}
.platfromland .lend .lend-box .item:hover:before {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 112%;
  width: 100%;
  content: "";
  background: url("../img/lend-item-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  z-index: -1;
}
.platfromland .lend .lend-box .item.active h5.box-title {
  color: #fc76b3;
}
.platfromland .lend .lend-box .item.active h3.lend-title {
  color: #fff;
}
.platfromland .lend .lend-box .item.active p.text {
  color: #dee1ff;
}
.platfromland .lend .lend-box .item.active p.text span.persent {
  color: #fc76b3;
}
.platfromland .lend .lend-box .item.active a.button {
  color: #fff;
  -webkit-box-shadow: 0px 13px 24px 0px rgba(252, 119, 178, 0.51);
          box-shadow: 0px 13px 24px 0px rgba(252, 119, 178, 0.51);
  background: linear-gradient(-45deg, #facd68 0%, #fc76b3 100%);
}
.platfromland .lend .lend-box .item.active:before {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 112%;
  width: 100%;
  content: "";
  background: url("../img/lend-item-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  z-index: -1;
}

/* Compare Start */
.Compare {
  padding: 115px 0 60px;
  position: relative;
}
.Compare .Compare-box {
  padding: 0px 15px 0px;
  border-radius: 15px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 32px 51px 0px rgba(136, 143, 207, 0.1);
          box-shadow: 0px 32px 51px 0px rgba(136, 143, 207, 0.1);
}
.Compare .Compare-box .responsive-table table.table {
  margin: 0;
}
.Compare .Compare-box .responsive-table table.table thead {
  background-color: #f9f7ff;
}
.Compare .Compare-box .responsive-table table.table thead tr th {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  border-top: 0px;
  border-bottom: 0px;
  color: #6342ff;
  padding: 30px 15px 30px;
}
.Compare .Compare-box .responsive-table table.table td,
.Compare .Compare-box .responsive-table table.table th {
  border-top: 1px solid #dcdada;
  border-bottom: 0;
}
.Compare .Compare-box .responsive-table table.table tbody tr td {
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #33276a;
  text-align: center;
  padding: 20px 10px 20px;
}
.Compare .Compare-box .responsive-table table.table tbody tr td:first-child {
  text-align: left;
}
.Compare .Compare-box .responsive-table table.table tbody tr td:last-child {
  border-bottom: 0;
}
.Compare .Compare-box .responsive-table table.table tbody tr td .name p.text {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #422ca4;
  font-weight: 600;
}
.Compare .Compare-box .responsive-table table.table tbody tr td .name span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #8676d2;
}
.Compare .Compare-box .responsive-table table.table tbody tr td .coin a {
  margin: 0px 5px 0px;
  position: relative;
}
.Compare .Compare-box .responsive-table table.table tbody tr td .coin a span {
  display: none;
  position: absolute;
  font-size: 16px;
  color: #fff;
  width: 50px;
  height: 24px;
  background-color: #6342ff;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(99, 66, 255, 0.32);
          box-shadow: 0px 10px 16px 0px rgba(99, 66, 255, 0.32);
  border-radius: 30px;
  top: -25px;
  left: -14px;
}
.Compare .Compare-box .responsive-table table.table tbody tr td .coin a span:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #6342ff;
}
.Compare .Compare-box .responsive-table table.table tbody tr td .coin a:hover span {
  display: block;
}
.Compare .Compare-box .responsive-table table.table tbody tr:nth-child(even) {
  background-color: #fdfcff;
}
.Compare .Compare-box .responsive-table table.table tbody tr:hover {
  background-color: #fdfcff;
}

/* Process Start */
.process {
  padding: 56px 0px 120px;
  position: relative;
  z-index: 1;
}
.process .maya {
  position: absolute;
  left: -5%;
  top: 0;
}
.process .plane {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20%;
  z-index: -1;
}
.process .section-head {
  margin-bottom: 27px;
  position: relative;
}
.process .section-head h2.title {
  padding: 16px 0 16px;
}
.process .process-box {
  position: relative;
  margin-top: 43px;
  padding: 30px 30px 30px;
}
.process .process-box .tumb {
  margin-bottom: 115px;
  position: relative;
}
.process .process-box .tumb:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid rgba(98, 66, 255, 0.15);
  border-radius: 50%;
  width: 215px;
  height: 215px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.process .process-box .tumb:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(98, 66, 255, 0.07);
  width: 259px;
  height: 259px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.process .process-box .tumb img {
  position: relative;
  z-index: 2;
}
.process .process-box p.text {
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  color: #86889d;
  font-weight: 600;
  line-height: 34px;
  position: relative;
}
.process .process-box p.text span.number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
  color: #f6f6f8;
  font-size: 150px;
  font-weight: 800;
  z-index: -1;
}
.process .process-box:hover .tumb:before {
  width: 230px;
  height: 230px;
}
.process .process-box:hover .tumb:after {
  width: 290px;
  height: 290px;
}

/* Process Start */
.instruction-video {
  padding: 11px 0px 120px;
}
.instruction-video .videoo {
  position: relative;
  border-radius: 15px;
  z-index: 1;
}
.instruction-video .videoo .video-ilstation {
  position: absolute;
  left: 18%;
  top: 5%;
  -webkit-animation: trantani 5s linear infinite;
  animation: trantani 5s linear infinite;
}
.instruction-video .videoo .video-bg {
  width: 100%;
  z-index: -1;
}
.instruction-video .videoo .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: white;
  -webkit-box-shadow: 20.338px 23.396px 32px 0px rgba(180, 185, 246, 0.31);
          box-shadow: 20.338px 23.396px 32px 0px rgba(180, 185, 246, 0.31);
  padding: 13px 50px 13px 13px;
}
.instruction-video .videoo .video-box .video-img {
  position: relative;
  border-radius: 50%;
  background-color: #6a4ee1;
  width: 78px;
  height: 78px;
}
.instruction-video .videoo .video-box .video-img i {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
}
.instruction-video .videoo .video-box .video-text {
  margin-left: 20px;
}
.instruction-video .videoo .video-box .video-text p.text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #6a35ff;
}
.instruction-video .videoo .video-box .video-text span {
  font-family: "Open Sans", sans-serif;
  color: #3b368c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

/* Lending Start */
.lending {
  position: relative;
  padding: 120px 0 120px;
}
.lending .landing-bggg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lending .pic {
  padding-top: 100px;
  margin-left: 30px;
}
.lending .pic .laptop-girl {
  max-width: unset;
  -webkit-animation: trantani 5s linear infinite;
  animation: trantani 5s linear infinite;
}
.lending .section-head {
  padding-top: 100px;
  margin-bottom: 0px;
}
.lending .section-head h2.title {
  padding: 21px 0 16px;
}
.lending .section-head ul.list {
  padding-top: 8px;
}
.lending .section-head ul.list li.list-item {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(98, 66, 255, 0.1);
  border-radius: 20px;
  -webkit-box-shadow: 0px 12px 2px 0px rgba(231, 226, 255, 0.08);
          box-shadow: 0px 12px 2px 0px rgba(231, 226, 255, 0.08);
  padding: 20px 20px 20px 40px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.lending .section-head ul.list li.list-item span.check {
  border-radius: 50%;
  background-color: #f6f7ff;
  -webkit-box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
          box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
  width: 40px;
  height: 40px;
  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;
  color: #6342ff;
  margin-right: 30px;
}
.lending .section-head ul.list li.list-item p.text {
  color: #5d5779;
  font-weight: 600;
}
.lending .section-head ul.list li.list-item:hover {
  -webkit-box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
          box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
}
.lending .section-head a.button.button-1 {
  margin-top: 40px;
}

/* Footer Start */
.footer {
  padding: 120px 0px 0px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.footer .footer-box .logo {
  padding-bottom: 10px;
}
.footer .footer-box p.text {
  padding-top: 8px;
  color: #5d5779;
}
.footer .footer-box h4.lasthead {
  color: #33276a;
  padding-bottom: 10px;
}
.footer .footer-box .footer-link li {
  color: #5d5779;
  padding-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5d5779;
}
.footer .footer-box .footer-link li a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5d5779;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-box .footer-link li a:hover {
  color: #6342ff;
}
.footer .footer-bottom {
  margin-top: 117px;
  padding: 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(104, 112, 197, 0.2);
}
.footer .footer-bottom .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5d5779;
}
.footer .footer-bottom .content p a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #6342ff;
}
.footer .footer-bottom .content p a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .social-style a {
  margin-left: 15px;
  background-color: #d5dafa;
  color: #8c99d6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgba(236, 239, 253, 0.73);
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-bottom .social-style a:hover {
  border: 1px solid linear-gradient(24deg, #903eff 17%, #ea07fe 100%);
  background: linear-gradient(24deg, #903eff 17%, #ea07fe 100%);
  -webkit-box-shadow: -1.816px 3.564px 10px 0px rgba(60, 49, 172, 0.29);
          box-shadow: -1.816px 3.564px 10px 0px rgba(60, 49, 172, 0.29);
  color: rgba(255, 255, 255, 0.9);
}

/* Scroll To Top Start */
#scrollUp {
  position: fixed;
  display: none;
  height: 45px;
  width: 40px;
  right: 2%;
  bottom: 3%;
  border-radius: 4px;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 500;
  color: black;
}

#scrollUp i.fas.fa-arrow-up {
  color: #fff;
  line-height: 45px;
}

/* Scroll To Top End */