
  @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700;800&display=swap");
 /* 
 =========================
 font-family: 'Josefin Sans', sans-serif;
 font-family: 'Quicksand', 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: "Quicksand", sans-serif;
   font-size: 16px;
   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: "Quicksand", sans-serif;
   font-size: 16px;
   line-height: 1.556;
   font-weight: 400;
   padding: 0;
   margin: 0 0 10px;
 }
 
 a {
   display: inline-block;
   font-family: "Quicksand", 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: "Quicksand", sans-serif;
   font-size: 16px;
   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: 72px;
   line-height: 1.3;
   font-weight: 700;
 }
 
 h2.title {
   font-family: "Josefin Sans", sans-serif;
   font-size: 16px;
 }
 
 h3.subtitle {
   font-family: "Josefin Sans", sans-serif;
   font-size: 28px;
   line-height: 36px;
   font-weight: 600;
 }
 
 h4.lasthead {
   font-family: "Josefin Sans", sans-serif;
   font-size: 24px;
   line-height: 1;
   font-weight: 600;
 }
 
 p.text {
   font-family: "Quicksand", 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(2);
             transform: scale(2);
   }
   100% {
     -webkit-transform: scale(3);
             transform: scale(3);
     opacity: 0;
   }
 }
 @keyframes pulsani {
   0% {
     -webkit-transform: scale(1);
             transform: scale(1);
   }
   50% {
     -webkit-transform: scale(2);
             transform: scale(2);
   }
   100% {
     -webkit-transform: scale(3);
             transform: scale(3);
     opacity: 0;
   }
 }
 @-webkit-keyframes rotate {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg);
   }
   50% {
     -webkit-transform: rotate(180deg);
             transform: rotate(180deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg);
   }
 }
 @keyframes rotate {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg);
   }
   50% {
     -webkit-transform: rotate(180deg);
             transform: rotate(180deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg);
   }
 }
 @-webkit-keyframes upornis {
   0% {
     -webkit-transform: translateY(-40px);
             transform: translateY(-40px);
   }
   50% {
     -webkit-transform: translateY(0px);
             transform: translateY(0px);
   }
   100% {
     -webkit-transform: translateY(-40px);
             transform: translateY(-40px);
   }
 }
 @keyframes upornis {
   0% {
     -webkit-transform: translateY(-40px);
             transform: translateY(-40px);
   }
   50% {
     -webkit-transform: translateY(0px);
             transform: translateY(0px);
   }
   100% {
     -webkit-transform: translateY(-40px);
             transform: translateY(-40px);
   }
 }
 @-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);
   }
 }
 /*  Main-menu Start */
 .main-menu {
   width: 100%;
   z-index: 9999;
   padding: 20px 0 20px;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   transition: all 0.2s linear;
 }
 .main-menu:not(.boutique-header_sticky) .navbar {
    background-color: transparent;
    transition: all 0.2s linear;
  }
 .main-menu.boutique-header_sticky .navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  z-index: 4;
  opacity: 1;
  transition: all 0.2s linear;
}
 .main-menu .navbar {
   padding: 0px 0px;
   padding: 0px 0px;
   padding: 0px 0px;
   padding: 0px 0px;
   padding: 0rem 0rem;
   background: #000000d6;
 }
 .main-menu .navbar #navbarNavDropdown {
   margin: 0;
 }
 .main-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;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item {
   margin-left: 40px;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item:first-child {
   margin-left: 0;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
   font-size: 18px;
   line-height: 28px;
   font-weight: 600;
   color: #fff;
   text-transform: capitalize;
   padding-right: 0;
   padding-left: 0;
   position: relative;
 }
 .main-menu.boutique-header_sticky .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
   margin-bottom: 0;
 }
 .main-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;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:hover:before {
   width: 100%;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.active::before {
   width: 100%;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
   border: 0;
   width: 65px;
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 600 !important;
   color: #33276a;
   height: auto;
   padding: 3px 0px 0px;
   background: transparent;
 }
 .main-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;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select span {
   font-weight: 600 !important;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list {
   width: 100px;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list li {
   text-align: center;
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 600 !important;
   color: #33276a;
 }
 .main-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;
 }
 .main-menu.boutique-header_sticky .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1 {
   color: #fff;
 }
 .main-menu.boutique-header_sticky .navbar #navbarNavDropdown ul.navbar-nav li.nav-item {
   margin-bottom: 0;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1:hover, .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1.active {
   color: #fff;
 }
 .main-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1:before {
   display: none;
 }
 .main-menu.navbar-dark .navbar-brand {
   transition: all 0.2s linear;
 }
 .main-menu.boutique-header_sticky .navbar-dark .navbar-brand {
    max-width: 210px;
    margin: 5px 0;
  }
 .main-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;
 }
 
 .main-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link,
 .main-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
   color: #fff;
 }
 
 .main-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;
 }
 
 .main-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;
 }
 
 .main-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-size: cover;
   background-position: top center;
   background-repeat: no-repeat;
   padding: 520px 0 225px;
   position: relative;
 }
 .banner .illustration .one {
   position: absolute;
   top: 15%;
   right: -5%;
   z-index: 1;
   -webkit-animation: trantani 6s ease-in-out infinite;
           animation: trantani 6s ease-in-out infinite;
 }
 .banner .illustration .two {
   position: absolute;
   top: 21%;
   left: -5%;
   z-index: 1;
   -webkit-animation: upornis 6s ease-in-out infinite;
           animation: upornis 6s ease-in-out infinite;
   max-width: 16%;
 }
 .banner .illustration .three {
   position: absolute;
   left: 0%;
   bottom: 0%;
   z-index: 1;
 }
 .banner .hero-area {
   position: relative;
   z-index: 2;
 }
 .banner .hero-area .banner-content h3.subtitle {
   color: #fff;
   border-bottom: 1px solid #ffc107;
   padding-left: 0;
   display: inline-block;
 }
 .banner .hero-area .banner-content h1.head {
   color: #fff;
   font-weight: 700;
   margin: 5px 0 15px 0;
   font-size: 48px;
 }
 .banner .hero-area .banner-content p.text {
   font-size: 16px;
   line-height: 1.6;
   font-weight: 500;
   color: #d9d9d9;
    margin-bottom: 10px;
 }
 .banner .hero-area .banner-content a.button {
   margin-top: 38px;
 }
 .banner .hero-area .exchange {
   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: 40px 40px 40px 40px;
   background-image: url("/assets/img/exchange-bg.png");
   background-repeat: no-repeat;
   background-size: 100% 144px, cover;
   background-position: left 0px top 0px;
 }
 .banner .hero-area .exchange h5.ex-head {
   font-size: 28px;
   font-family: "Josefin Sans", sans-serif;
   color: white;
   font-weight: 700;
   line-height: 1.357;
   text-align: center;
   padding-bottom: 40px;
 }
 .banner .hero-area .exchange .exchange-box {
   padding-top: 20px;
 }
 .banner .hero-area .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 .exchange .exchange-box .selector p.text {
   font-size: 18px;
   font-family: "Quicksand", sans-serif;
   color: #6342ff;
   line-height: 1.556;
 }
 .banner .hero-area .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 .exchange .exchange-box .selector .coin img {
   margin-right: 5px;
 }
 .banner .hero-area .exchange .exchange-box .selector .coin .language-select .nice-select {
   border: 0;
   width: 85px;
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 600;
   color: #777777;
   height: auto;
   padding: 3px 0px 0px;
   background: transparent;
 }
 .banner .hero-area .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 .exchange .exchange-box .selector .coin .language-select .nice-select .list {
   width: 100px;
 }
 .banner .hero-area .exchange .exchange-box .selector .coin .language-select .nice-select .list li {
   text-align: center;
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 600;
   color: #777777;
 }
 .banner .hero-area .exchange .exchange-box .selector .coin span.current {
   color: #777777;
 }
 .banner .hero-area .exchange .exchange-box .form-group input {
   border: 1px solid #d2c8ec;
   background-color: white;
   border-radius: 30px;
   padding: 10px 20px 10px;
   font-size: 24px;
   font-family: "Quicksand", sans-serif;
   color: #4938a2;
 }
 .banner .hero-area .exchange .exchange-box .form-group input::-webkit-input-placeholder {
   font-size: 24px;
   font-family: "Quicksand", sans-serif;
   color: #4938a2;
 }
 .banner .hero-area .exchange .exchange-box .form-group input::-moz-placeholder {
   font-size: 24px;
   font-family: "Quicksand", sans-serif;
   color: #4938a2;
 }
 .banner .hero-area .exchange .exchange-box .form-group input:-ms-input-placeholder {
   font-size: 24px;
   font-family: "Quicksand", sans-serif;
   color: #4938a2;
 }
 .banner .hero-area .exchange .exchange-box .form-group input::-ms-input-placeholder {
   font-size: 24px;
   font-family: "Quicksand", sans-serif;
   color: #4938a2;
 }
 .banner .hero-area .exchange .exchange-box .form-group input::placeholder {
   font-size: 24px;
   font-family: "Quicksand", sans-serif;
   color: #4938a2;
 }
 .banner .hero-area .exchange .exchange-box span {
   display: block;
   font-size: 16px;
   font-family: "Quicksand", sans-serif;
   color: #4938a2;
   text-transform: uppercase;
   line-height: 1.75;
   padding-top: 6px;
 }
 .banner .hero-area .exchange a.rotate {
   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;
   margin-top: 10px;
 }
 .banner .hero-area .exchange a.button.button-1 {
   width: 100%;
   margin-top: 30px;
   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;
   font-family: "Quicksand", sans-serif;
   line-height: normal;
 }
 
 /* Compare Start */
 .compare {
   /* padding: 0px 0 30px; */
   margin-top: -95px;
   /* margin-top:0; */
   z-index: 3;
   position: relative;
   background: #000;
 }
 .compare .coin-box .compare-box .single {
   text-align: center;
   background: #00000021;
   margin: 30px 15px 30px;
   padding: 20px 30px 20px;
   border-radius: 20px;
   -webkit-box-shadow: 0px 0px 27px 0px rgba(104, 67, 255, 0.2);
           box-shadow: 0px 0px 27px 0px rgba(104, 67, 255, 0.2);
   position: relative;
 }
 .compare .coin-box .compare-box .single .icon {
   position: absolute;
   top: -18%;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
 }
 .compare .single p.text-1 {
   font-size: 16px;
   line-height: 1;
   font-weight: 400;
   color: #fff;
 }
 .compare .single p.text-1 span {
   color: #ffd515;
   font-weight: 600;
   font-size: 16px;
   line-height: 26px;
 }
 .compare .coin-box .compare-box .single h4.lasthead {
   font-size: 28px;
   font-family: "Josefin Sans", sans-serif;
   color: #d1dea8;
   font-weight: 700;
   line-height: 1;
 }
 .compare .coin-box .compare-box .single span {
   font-size: 18px;
   color: #fff;
   line-height: 1.556;
   text-align: center;
 }
 .compare .coin-box .compare-box .single span i {
   margin: 0px 5px;
 }
 .compare .coin-box .compare-box .single .text-2 {
   font-size: 18px;
   line-height: 1.556;
   text-align: center;
   color: #d1dea8;
 }
.compare .item {
  background: #231f2dd9;
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff;
}
 /* section-head Start */
 .section-head {
   padding-bottom: 27px;
 }
 .section-head h4.lasthead {
   color: #33276a;
 }
 .section-head h2.title {
   color: #33276a;
   font-weight: 700;
   padding: 0 0 16px;
 }
 .section-head p.text {
   color: #5d5779;
 }
 .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);
 }
 
 /* Feature Start */
 .fature {
   background-color: #000;
   background-image: url('/assets/img/home_bg-2.png');
   background-position: center left;
   background-repeat: no-repeat;
   background-size:contain;
 }
 .fature .feature-box {
   margin-top: 30px;
 }
 .fature .feature-box .thumb img {
   -webkit-transition: 0.3s;
   transition: 0.3s;
 }
 img.img {width: 100%;}
 .fature .feature-box p.text {
   font-size: 24px;
   font-family: "Josefin Sans", sans-serif;
   color: #5d5779;
   font-weight: 700;
   line-height: 1.417;
   padding-top: 24px;
 }
 .fature.text-main p {
   color: #a1a1a1;
 }
 
 /* platfrom Start */
 .platfrom {
   padding: 420px 0px 0px;
   background: -webkit-gradient(linear, left bottom, left top, from(#c2c7ff), to(#fff));
   background: linear-gradient(0deg, #c2c7ff 0%, #fff 100%);
   position: relative;
 }
 .platfrom .bg img {
   width: 100%;
   position: absolute;
   top: 0%;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
 }
 .platfrom .content {
   background: #fff;
   padding: 55px 30px 0px;
   position: relative;
   margin-bottom: -2px;
 }
 .platfrom .content .section-head {
   padding: 0;
 }
 
 /* Footer Start */
 .footer {
   padding: 30px 0px 0;
   background: #f1f1f1;
 }
 .footer .top-footer {
   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: 60px;
   border-bottom: 1px solid rgba(148, 139, 191, 0.274);
 }
 .footer .top-footer a.button-1 {
   padding: 0px 30px 0px;
   width: auto;
   height: 60px;
   -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);
 }
 .footer .footer-box {
   padding: 30px 0 0px;
 }
 .footer .footer-box h4.lasthead {
   color: #33276a;
   padding-bottom: 12px;
   font-size: 24px;
 }
 .footer .footer-box .footer-link {
   color: #5d5779;
   margin: 0 0 5px;
 }
 .footer .text {
   color: #33276a;
 }
 .footer .footer-box .footer-link a {
   font-size: 16px;
   line-height: 1;
   font-weight: 500;
   color: #5d5779;
   -webkit-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
 }
 .footer .footer-box .footer-link a:hover {
   color: #481dff;
 }
 .footer .footer-box .form-group {
   position: relative;
   margin-top: 14px;
 }
 .footer .footer-box .form-group input {
   width: 100%;
   border-radius: 30px;
   background: transparent;
   height: 62px;
   border: 1px solid rgba(98, 66, 255, 0.8);
   padding: 10px 130px 10px 30px;
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   color: #5d5779;
 }
 .footer .footer-box .form-group input::-webkit-input-placeholder {
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   color: #5d5779;
 }
 .footer .footer-box .form-group input::-moz-placeholder {
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   color: #5d5779;
 }
 .footer .footer-box .form-group input:-ms-input-placeholder {
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   color: #5d5779;
 }
 .footer .footer-box .form-group input::-ms-input-placeholder {
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   color: #5d5779;
 }
 .footer .footer-box .form-group input::placeholder {
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   color: #5d5779;
 }
 .footer .footer-box .form-group button {
   position: absolute;
   top: 0;
   right: 0;
   outline: none;
   width: auto;
   padding: 0px 30px 0px;
   height: 62px;
   border: none;
 }
 .footer .footer-box .social-style {
    display: inline-block;
 }
 .footer .footer-box .social-style a {
   margin-right: 8px;
   color: #1c4ca1;
   width: 36px;
   height: 36px;
   border-radius: 50%;
   text-align: center;
   border: 1px solid #1c4ca1;
   line-height: 36px;
   display: inline-block;
   -webkit-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
 }
 .footer .footer-box .social-style a:hover {
   background: linear-gradient(24deg, #903eff 0%, #1c4ca1 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);
 }
 .footer .footer-bottom {
   padding: 20px 0 20px;
   background-color: #280f5c;
   color: #fff;
 }
 .footer .footer-bottom p {
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   color: rgba(255, 255, 255, 0.9);
 }
 .footer .footer-bottom a {
   font-family: "Quicksand", sans-serif;
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   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 */

#hero_bg_vanta {
  height: 100px;
  width: 1000px;
  left:0;
  right:0;
  bottom:0;
  top:0;
}

#projector {
  position: absolute; 
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
} 

.center-div {
	width:580px;
    height:374px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -290px;
    margin-top:  -187px;
}

#preloaderDiv
{
	position:absolute;
	left:50%;
    top:50%;
    margin-left: -27px;
    margin-top:  -27px;
}

#logo{
	opacity:0;
    filter: alpha(opacity=0);
}

.text-main, .text-main p,.text-main .section-head h4.lasthead{
  color: #fff;
}
.text-main .section-head h4.lasthead {
  font-size: 40px;
  color: #fff200;
}
.text-main .section-head h2.title {
  color: #a1a1a1;
}
.divider {
  max-width: 160px;
  margin: 0 0 15px;
  background: #ffd517;
  opacity: 1;
}
.invest {
  font-size: 38px;
  letter-spacing: 0;
  font-weight: bold;
  border-left: 1px solid #d1dea838;
  line-height: 1;
  margin: 20px 0 1px;
  padding: 0 15px;
  display: inline-block;
}
.invest.amount {
  background: url('/assets/img/bg_invest_amount.png');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.list-items .item {
  margin: 0 0 8px;
}
.list-items .item i {
  font-size: 10px;
}
.fature .list-items .item {
  width: 50%;
  display: inline-block;
  color: #a1a1a1;
}
.package {
  background:#000;
  background-image: url('/assets/img/home-bg-3.jpg');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.package h4.lasthead {

}
.package .right-col {
  border-left: 2px solid #fff200;

}
.package-item {
  background: linear-gradient(90deg, rgb(211 175 97 / 52%) 0%, rgb(215 75 88 / 52%) 100%);
  /* border: 2px solid #d4a86070; */
  box-shadow:3px 5px 15px #242424;
  border-radius: 15px;
  margin-bottom: 30px;
}
.package-item .avatar {
  min-width: 128px;
  text-align: center;
  border-right: 1px solid #d4a86026;
  margin-right: 15px;
}
.package .avatar img{
  height: 100px;
}
.package-item .description h4,.package-item .description p > span {
  font-size: 16px;
  color:rgb(206, 206, 206);
  line-height: 1;
  font-weight: 600;
}
.package-item .description p {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.package-item .description small {
  color: #d5cc5e;
  font-size: 5px;
}
.package-item .name a {
  color: #ffeb3b;
  text-decoration: underline;
}
.package-item .name h3 {
  font-size: 16px;
}
.package-item .name h3 > span {
  font-size: 38px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #ffffff1a;
  display: inline-block;
  line-height: 50px;
  border-radius: 99px;
  color: #d1dea0;
}
.home_about {
  background-color: #000;
  background-image: url('/assets/img/home_bg-5.jpg');
  background-size: 100% 100%;
}
.heading {

}
/* .heading:after {
  background: #f58220;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
} */
.overlay {
  position: absolute;
  left: 0;
  right:0;
  top:0;
  bottom:0;
}
.home_about .overlay {
  background: url('/assets/img/home_bg_about.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35;
}
.list-box-item .icon {
  border-right: 1px solid #efdb83;
  padding-right: 15px;
  color: #efdb83;
}
.list-box-item .icon .fa {
  font-size: 28px;
}
.list-box-item .title {
  color:#ffd519;
  font-size: 28px;
}
.list-box-item .text p {
  margin: 0;
  color: #efdb83;
}
#pack_2 .package-item .avatar img {
  width: 92px;
}
#pack_4 .package-item .avatar img {
  width: 92px;
}
#pack_5 .package-item .avatar img {
  width: 96px;
}
.btn-koi {
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  color: #fff;
  border-radius: 99px;
  font-weight: 600;
  padding: 12px 35px;
}
.btn-koi.shadow {
  box-shadow: 0px 16px 38px 0px rgb(34 6 89 / 59%);
}
.btn-koi:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #3e19ff 0%, #903eff 100%);
}
.section_padding {
  padding: 90px 0;
}
.home_partners {
  background: #f7f7f7;
}
.home_partners .list-partners {
  margin: auto;
  max-width: 1000px;
}
.home_partners .list-partners .item {
  margin-bottom: 45px;
  padding: 0 15px;
}
.home_partners .list-partners img {
  /* filter: grayscale(1); */
  opacity: 0.8;
  transition: all 0.2s linear;
  cursor: pointer;
}
.home_partners .list-partners img:hover {
  filter: grayscale(0);
  opacity: 1;
}
#page .banner {
  padding: 200px 0 45px 0;;
}
#page h1.heading{
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-size: 36px;
  line-height: 1;
  position: relative;
}
.bg_dark {
  background-image: url('/assets/img/bg_dark.jpg');
  background-repeat:no-repeat;
  background-size: cover;
}
.page-content {
  padding: 90px 0;
}
.page-content ol,.page-content li {
  padding: 0;
  list-style-position: inside;
}
.page-content p, .page-content li{
  text-align: justify;
}
.login-section .inner-box {
  border: 1px dashed #ccc;
  border-radius: 15px;
  padding: 25px;
}
#home_compare_coin.owl-carousel .owl-item img {
  width: auto;    
  display: inline-block;
  vertical-align: baseline;
  max-width: 48px;
}
.ratio_square .thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.ratio_square .thumb:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.game-section .inner {
  position: relative;
}
.game-section .inner h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #0000008a;
  padding: 10px 20px;
}
.game-section .inner h3 a {
  font-size: 24px;
  font-family: Quicksand;
  color: #fff;
  font-weight: 600;
  margin: 0;
  display: block;
}
.link-more {
  color: #ffd517;
}
.btn-invest {
  background: #fff200;
  padding: 8px 35px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  border-radius: 99px;
  margin: 0;
}
.package .col {
}
.package .col .item {
  padding: 15px;
  background-image: url('/assets/img/home_bg-4.png');
  border-radius: 8px;
}
.package .title {
  font-size: 26px;
  font-weight:bold;
}
.package .right-col .title {
  font-size: 14px;
  font-family: 'Quicksand';
}
.package .title > span {
  font-size: 26px;
  color: #fff200;
  font-weight:bold;
}
.info p {
  font-size: 18px;
  margin: 0 0 5px;
  line-height: 1;
}
.info p > span {
  color: #fff200;
}