/**
Author: Nolimitbuzz
Website URL: https://nolimitbuzz.net
Developer: Engr. Segun
CSS Framework: SASS

*/
/* GLOBAL PARTIALS */
/* COLOR PALLETE*/
/* Text*/
/* BG*/
/* Gradient Button*/
/*Widget Colors*/
.bg-fade-yellow {
  background-color: #E1CFA0;
}

.bg-light-navy {
  background-color: #002B53;
}

.text-grey {
  color: #8095A9;
}

.text-navy {
  color: #001529;
}

.text-white {
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Avenir LT Pro" !important;
  font-weight: 400 !important;
  background-color: #001529;
  color: #8095A9;
}

html {
  scroll-behavior: smooth;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xlg {
  font-size: 22px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #8095A9;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8095A9;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #D09410;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url("../../img/spinning-circles.svg") center no-repeat #001529;
}

/*Social Follow*/
.follow-pd-staking {
  position: fixed;
  z-index: 999;
  right: -60px;
  top: 50%;
  transform: rotate(270deg);
  background: #001B36;
  padding: 15px 25px;
  border-radius: 20px 20px 0 0px;
}
@media screen and (max-width: 480px) {
  .follow-pd-staking {
    display: none;
  }
}
.follow-pd-staking a {
  color: #8095A9;
  text-decoration: none;
}
.follow-pd-staking a:hover {
  color: #F0B90B;
}
.follow-pd-staking a h5 {
  color: #8095A9;
}
.follow-pd-staking a h5:hover {
  color: #F0B90B;
}
.follow-pd-staking-social {
  position: fixed;
  transition: right 1s ease;
  z-index: 999;
  right: -70px;
  top: 35%;
  background: #001B36;
  padding: 15px 17px;
  border-radius: 20px 0px 0 20px;
}
@media screen and (max-width: 480px) {
  .follow-pd-staking-social {
    display: none;
  }
}
.follow-pd-staking-social ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.follow-pd-staking-social ul li img {
  width: 30px;
}

/* DASHBOARD PARTIALS */
/*Header*/
.header {
  background-color: #001529;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99;
  top: 0px;
}
.header-container {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .header-container {
    padding: 10px;
  }
}
.header-container .left-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
.header-container .left-header .nav {
  margin-left: 50px;
  width: 200px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .header-container .left-header .nav {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .header-container .left-header .nav {
    display: none;
  }
}
.header-container .left-header .nav h3 {
  font-size: 13px;
  font-weight: 400;
}
.header-container .left-header .nav h3 span {
  font-weight: 200;
  font-family: "Avenir LT Pro";
  color: rgba(249, 249, 249, 0.2901960784);
}
.header-container .left-header .nav h1 {
  font-size: 20px;
}
.header-container .right-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  margin-right: 180px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .header-container .right-header {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .header-container .right-header {
    margin-right: 0px;
    grid-gap: 0px;
  }
}
.header-container .right-header .signin-setting-notif {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .header-container .right-header .signin-setting-notif {
    display: none;
  }
}
.header-container .right-header .signin-setting-notif .settings-notif {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.header-container .right-header .signin-setting-notif .settings-notif .notif {
  position: relative;
}
.header-container .right-header .signin-setting-notif .settings-notif .notif span {
  font-size: 12px;
  background-color: red;
  border-radius: 100%;
  padding: 3px 8px;
  color: #fff;
  position: absolute;
  top: -14px;
  left: 16px;
}
.header-container .right-header .connect a {
  color: #002B53;
  text-decoration: none;
}
.header-container .right-header .connect a div.button {
  background-image: linear-gradient(to right, #DEA909, #D09410, #E3CF5C);
  padding: 10px;
  border-radius: 25px;
  width: 140px;
  text-align: center;
}
.header-container .right-header .connect a div.button:hover {
  background-image: linear-gradient(to right, #E3CF5C, #D09410, #DEA909);
}
.header-container .right-header .hamburger {
  display: none;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .header-container .right-header .hamburger {
    display: block;
  }
}

/*Dashboard navigation/sidemenu */
/*NAVIGATIONS*/
@media screen and (max-width: 480px) {
  .mobile-hide {
    display: none !important;
  }
}

.navigation {
  position: fixed;
  width: 18%;
  display: flex;
  justify-content: flex-start;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .navigation {
    width: 100%;
    bottom: 0px;
  }
}
.navigation-container {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 100vh;
  overflow: hidden;
  background: #001529;
}
@media screen and (max-width: 480px) {
  .navigation-container {
    width: 100%;
    height: 70px;
    align-items: center;
    flex-direction: column;
  }
}
.navigation-container div.navigations-mobile {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
@media (min-width: 1281px) {
  .navigation-container div.navigations-mobile {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .navigation-container div.navigations-mobile {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 2000px) {
  .navigation-container div.navigations-mobile {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .navigation-container div.navigations-mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .navigation-container div.navigations-mobile {
    align-items: center;
  }
}
.navigation-container div.navigations-mobile-item {
  cursor: pointer;
  font-family: "Avenir LT Pro";
  font-weight: 500;
}
@media screen and (max-width: 320px) {
  .navigation-container div.navigations-mobile-item {
    font-size: 13px;
  }
}
.navigation-container div.navigations-mobile-item:hover {
  color: #F0B90B;
  cursor: pointer;
}
.navigation-container div.navigations-mobile div:last-child, .navigation-container div.navigations-mobile div.home {
  text-align: center;
}
.navigation-container div.navigations-mobile div.home a, .navigation-container div.navigations-mobile div.stake a, .navigation-container div.navigations-mobile div.giveaway a, .navigation-container div.navigations-mobile div.follow a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #8095A9;
  text-decoration: none;
  font-size: 12px;
}
.navigation-container div.navigations-mobile div.home a svg, .navigation-container div.navigations-mobile div.stake a svg, .navigation-container div.navigations-mobile div.giveaway a svg, .navigation-container div.navigations-mobile div.follow a svg {
  margin-bottom: 8px;
}
.navigation-container div.navigations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  text-align: center;
  align-items: center;
  row-gap: 0px;
  overflow-y: auto;
  height: 90vh;
  padding: 40px 20px;
  width: 100%;
  padding-bottom: 30px;
}
.navigation-container div.navigations span.close {
  display: none;
}
@media screen and (max-width: 480px) {
  .navigation-container div.navigations span.close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .navigation-container div.navigations {
    display: none;
    height: 90vh;
    padding-top: 50px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .navigation-container div.navigations {
    padding: 0px;
    overflow: hidden;
  }
}
.navigation-container div.navigations a {
  color: #8095A9;
  text-decoration: none;
}
.navigation-container div.navigations div.support {
  padding: 10px;
  text-align: left;
  margin: 0 10px;
}
.navigation-container div.navigations div.support h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.navigation-container div.navigations div.support h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0;
}
.navigation-container div.navigations div.support .doc {
  border-radius: 10px;
  background: #67748E;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.navigation-container div.navigations-item {
  cursor: pointer;
  font-family: "Avenir LT Pro";
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 1s ease;
  padding: 10px;
  border-radius: 10px;
}
.navigation-container div.navigations-item span.icon-bg {
  background: #002B53;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 10px;
  margin-right: 5px;
  width: 36px;
  height: 34px;
}
@media screen and (max-width: 480px) {
  .navigation-container div.navigations-item {
    padding: 5px;
  }
}
.navigation-container div.navigations-item:hover:not(.my-account) {
  background-color: #67748E;
}
@media screen and (max-width: 480px) {
  .navigation-container div.navigations-item:hover:not(.my-account) {
    background-color: transparent;
  }
}
.navigation-container div.navigations-item h4.my-account {
  color: rgba(177, 177, 177, 0.2117647059);
}
@media screen and (max-width: 320px) {
  .navigation-container div.navigations-item {
    font-size: 17px;
  }
}
.navigation-container div.navigations-item:hover {
  color: #fff;
  cursor: pointer;
}
.navigation-container div.navigations .switcher {
  text-align: left;
  padding: 40px 0 40px 10px;
}
.navigation-container div.navigations .switcher img {
  transition: width 6s ease-in-out;
}
.navigation-container div.navigations div:not(:last-child).active {
  color: #F0B90B;
}
.navigation-container div.navigations .support {
  background: linear-gradient(135deg, #002B53 0%, #627594 100%);
  mix-blend-mode: normal;
  border-radius: 16px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .navigation-container div.navigations .support {
    display: none;
  }
}

/* Stake Dashboard Content*/
/* COLOR PALLETE*/
/* Text*/
/* BG*/
/* Gradient Button*/
/*Widget Colors*/
.bg-fade-yellow {
  background-color: #E1CFA0;
}

.bg-light-navy {
  background-color: #002B53;
}

.text-grey {
  color: #8095A9;
}

.text-navy {
  color: #001529;
}

.text-white {
  color: #fff;
}

/* COLOR PALLETE*/
/* Text*/
/* BG*/
/* Gradient Button*/
/*Widget Colors*/
.bg-fade-yellow {
  background-color: #E1CFA0;
}

.bg-light-navy {
  background-color: #002B53;
}

.text-grey {
  color: #8095A9;
}

.text-navy {
  color: #001529;
}

.text-white {
  color: #fff;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*CONTENT*/
.header-container .left-header .nav {
  margin-left: 0px;
  width: 114px;
}
.header-container .right-header {
  display: flex;
  grid-gap: 50px;
  align-items: center;
  margin-right: 0;
}
.header-container .right-header a {
  color: #8095A9;
  text-decoration: none;
}
.header-container .right-header a:hover {
  color: #fff;
}
.header-container .right-header .head-menu {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .header-container .right-header .head-menu {
    display: none;
  }
}
.header-container .right-header .head-menu .icon-bg {
  background: #002B53;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 10px;
  margin-right: 5px;
  width: 36px;
  height: 34px;
}

@media screen and (max-width: 480px) {
  .navigation {
    display: block !important;
  }
}

.content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 90px;
  overflow: hidden;
  z-index: 9;
}
@media screen and (max-width: 480px) {
  .content {
    margin-bottom: 0px;
  }
}
.content-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-container-wrapper {
  display: grid;
  padding: 20px;
  width: 1300px;
}
@media screen and (max-width: 480px) {
  .content-container-wrapper {
    padding: 10px 10px 50px 10px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .content-container-wrapper {
    padding: 60px 50px 50px 20px !important;
  }
}
@media (min-width: 1025px) and (max-width: 2000px) {
  .content-container-wrapper {
    padding: 60px 20px 50px 20px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .content-container-wrapper {
    padding: 60px 20px 50px 20px;
  }
}
.content-container-wrapper canvas {
  height: auto !important;
}
@media screen and (max-width: 480px) {
  .content-container-wrapper canvas {
    height: auto !important;
  }
}
.content-container-wrapper .pd-staking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #002B53;
  border-radius: 7.93113px;
  padding: 20px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .content-container-wrapper .pd-staking {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .content-container-wrapper .pd-staking {
    grid-template-columns: 1fr;
    border-radius: 20px;
    padding: 50px 10px;
    font-size: 12;
    font-weight: 700;
  }
}
.content-container-wrapper .pd-staking h4 {
  padding: 7px;
  display: flex;
  flex-direction: column;
}
.content-container-wrapper .pd-staking .stats p {
  color: #fff;
  line-height: 26px;
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .content-container-wrapper .pd-staking .stats p {
    font-size: 12px;
  }
}
.content-container-wrapper .pd-staking .stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  row-gap: 36px;
  background: #001529;
  padding: 50px 20px;
  border-radius: 34.34px;
}
@media screen and (max-width: 480px) {
  .content-container-wrapper .pd-staking .stats-container {
    padding: 50px 0px;
  }
}
.content-container-wrapper .pd-staking .stats-container .stat {
  text-align: center;
}
.content-container-wrapper .pd-staking .stats-container .stat h5 {
  font-size: 15px;
  color: #fff;
}
.content-container-wrapper .pd-staking .stats-container .stat h5.drip {
  color: #D09410;
  font-style: italic;
}
.content-container-wrapper .pd-staking .deposit {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-container-wrapper .pd-staking .deposit h3 {
  color: #D09410;
}
.content-container-wrapper .pd-staking .deposit .deposit-container {
  background: #001B36;
  border-radius: 34.3438px;
  padding: 20px;
}
.content-container-wrapper .pd-staking .deposit .deposit-container .deposit-form-label {
  display: flex;
  justify-content: space-between;
}
.content-container-wrapper .pd-staking .deposit .deposit-container .deposit-form-label .drip-balance {
  color: #D09410;
}
.content-container-wrapper .pd-staking .deposit .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-container-wrapper .pd-staking .deposit .price .drip-price h4 span {
  color: #fff;
}
.content-container-wrapper .pd-staking .deposit .price .drip-price h4 span span {
  color: #8095A9;
}
.content-container-wrapper .pd-staking .deposit .price .drip-price h4 span.token {
  color: #D09410;
}
.content-container-wrapper .pd-staking .deposit .price .get-drip span:hover {
  color: #fff;
  cursor: pointer;
}
.content-container-wrapper .pd-staking .deposit .price .get-drip span.seperation {
  color: #D09410;
}
.content-container-wrapper .pd-staking .deposit-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-container-wrapper .pd-staking .deposit-container p {
  color: #fff;
  font-size: 13px;
}
.content-container-wrapper .pd-staking .deposit-container .connects {
  display: flex;
  justify-content: space-between;
  gap: 3px;
}
.content-container-wrapper .pd-staking .deposit-container .connects .connect {
  background-image: linear-gradient(to right, #DEA909, #D09410, #E3CF5C);
  padding: 10px;
  border-radius: 25px;
  width: 140px;
  text-align: center;
  transition: all ease-in-out 0.3s;
  font-weight: 800;
  font-size: 15px;
}
.content-container-wrapper .pd-staking .deposit-container .connects .connect a {
  color: #002B53;
  text-decoration: none;
}
.content-container-wrapper .pd-staking .deposit-container .connects .connect a:hover {
  color: #fff;
}
.content-container-wrapper .pd-staking .deposit-container .connects .connect:hover {
  transform: translateY(-10px);
  background-image: linear-gradient(to right, #E3CF5C, #D09410, #DEA909);
}
.content-container-wrapper .pd-staking .deposit-container .drip-form input.input {
  width: 78%;
  border: 1px solid #F0B90B;
  background: transparent;
  border-radius: 25px 0 0 25px;
  height: 46px;
  padding: 10px 30px;
  color: #D09410;
}
.content-container-wrapper .pd-staking .deposit-container .drip-form input.submit {
  background: linear-gradient(293.87deg, #DEA909 -19.09%, #D09410 51.71%, #E3CF5C 113.9%);
  border-radius: 0px 23.6235px 23.6235px 0px;
  border: 1px solid;
  height: 48px;
  color: #002B53;
  text-transform: uppercase;
  font-weight: 600;
  width: 20%;
}
.content-container-wrapper .pd-staking .deposit .hydrate-cliam {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  /* background: red; */
  background: #001B36;
  border-radius: 25px;
  padding: 16px;
}
@media screen and (max-width: 480px) {
  .content-container-wrapper .pd-staking .deposit .hydrate-cliam {
    padding: 10px 3px;
    gap: 10px;
  }
}
.content-container-wrapper .pd-staking .deposit .hydrate-cliam .compound {
  background: linear-gradient(135deg, #001B36 0%, #08447C 100%);
  border-radius: 23.6235px;
  padding: 8px 28px;
  color: #fff;
  cursor: pointer;
}
.content-container-wrapper .pd-staking .deposit .hydrate-cliam .compound:hover {
  color: #F0B90B;
}
@media screen and (max-width: 480px) {
  .content-container-wrapper .pd-staking .deposit .hydrate-cliam .compound {
    padding: 13px 18px;
  }
}
.content-container-wrapper .pd-staking .deposit .hydrate-cliam .claim {
  background: linear-gradient(135deg, #001B36 0%, #08447C 100%);
  border-radius: 23.6235px;
  padding: 8px 48px;
  color: #fff;
  cursor: pointer;
}
.content-container-wrapper .pd-staking .deposit .hydrate-cliam .claim:hover {
  color: #F0B90B;
}
@media screen and (max-width: 480px) {
  .content-container-wrapper .pd-staking .deposit .hydrate-cliam .claim {
    padding: 13px 28px;
  }
}

/* Private Sales Dashboard Content*/
/* COLOR PALLETE*/
/* Text*/
/* BG*/
/* Gradient Button*/
/*Widget Colors*/
.bg-fade-yellow {
  background-color: #E1CFA0;
}

.bg-light-navy {
  background-color: #002B53;
}

.text-grey {
  color: #8095A9;
}

.text-navy {
  color: #001529;
}

.text-white {
  color: #fff;
}

/* COLOR PALLETE*/
/* Text*/
/* BG*/
/* Gradient Button*/
/*Widget Colors*/
.bg-fade-yellow {
  background-color: #E1CFA0;
}

.bg-light-navy {
  background-color: #002B53;
}

.text-grey {
  color: #8095A9;
}

.text-navy {
  color: #001529;
}

.text-white {
  color: #fff;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
.ps-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 90px;
  overflow: hidden;
  z-index: 9;
}
@media screen and (max-width: 480px) {
  .ps-content {
    margin-bottom: 0px;
  }
}
.ps-content-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ps-content-container-wrapper {
  display: grid;
  padding: 40px 200px 50px 19%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper {
    padding: 10px 20px 50px 20px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .ps-content-container-wrapper {
    padding: 60px 50px 50px 19% !important;
  }
}
@media (min-width: 1025px) and (max-width: 2000px) {
  .ps-content-container-wrapper {
    padding: 60px 200px 50px 19%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .ps-content-container-wrapper {
    padding: 60px 200px 50px 19%;
  }
}
.ps-content-container-wrapper canvas {
  max-height: 300px !important;
  max-width: 400px !important;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper canvas {
    max-height: 180px !important;
    max-width: 280px !important;
  }
}
.ps-content-container-wrapper .widgets-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
}
.ps-content-container-wrapper .widgets-group .widget {
  background: #002B53;
  box-shadow: 0px 18.2554px 24.6448px rgba(0, 0, 0, 0.05);
  border-radius: 14.6044px;
}
.ps-content-container-wrapper .widgets-group .widget-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px 30px;
  height: 150px;
}
.ps-content-container-wrapper .widgets-group .widget-1 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ps-content-container-wrapper .widgets-group .widget-1 .text h4.title {
  color: #67748E;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group .widget-1 .text h4.title {
    font-size: 16px;
  }
}
.ps-content-container-wrapper .widgets-group .widget-1 .text h4.value {
  color: #fff;
  font-size: 23px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group .widget-1 .text h4.value {
    font-size: 20px;
  }
}
.ps-content-container-wrapper .widgets-group .widget-1 .text h4 span {
  color: #82D616;
  margin-left: 20px;
}
.ps-content-container-wrapper .widgets-group .widget-1 .img {
  text-align: right;
}
.ps-content-container-wrapper .widgets-group .widget-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px 30px;
  height: 150px;
}
.ps-content-container-wrapper .widgets-group .widget-2 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ps-content-container-wrapper .widgets-group .widget-2 .text h4.title {
  color: #67748E;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group .widget-2 .text h4.title {
    font-size: 16px;
  }
}
.ps-content-container-wrapper .widgets-group .widget-2 .text h4.value {
  color: #fff;
  font-size: 23px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group .widget-2 .text h4.value {
    font-size: 20px;
  }
}
.ps-content-container-wrapper .widgets-group .widget-2 .text h4 span {
  color: #82D616;
  margin-left: 20px;
}
.ps-content-container-wrapper .widgets-group .widget-2 .img {
  text-align: right;
}
.ps-content-container-wrapper .widgets-group2 {
  display: grid;
  grid-template-columns: 58% 40%;
  grid-gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) and (max-width: 2000px) {
  .ps-content-container-wrapper .widgets-group2 {
    grid-template-columns: 58% 40%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .ps-content-container-wrapper .widgets-group2 {
    grid-template-columns: 58% 40%;
  }
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group2 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
.ps-content-container-wrapper .widgets-group2 .widget {
  box-shadow: 0px 18.2554px 24.6448px rgba(0, 0, 0, 0.05);
  border-radius: 14.6044px;
}
.ps-content-container-wrapper .widgets-group2 .widget:not(.widget-4) {
  background: #002B53;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #001B36;
  padding: 20px;
  height: 220px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group2 .widget-3 {
    grid-template-columns: 1fr;
    height: 300px;
  }
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .left {
  background-image: url("../../img/lg-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .left .img {
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group2 .widget-3 .left .img {
    text-align: center;
    padding: 10px;
  }
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .left .img img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group2 .widget-3 .left .img img {
    width: 85px;
    width: 30%;
  }
}
@media (max-width: 360px) {
  .ps-content-container-wrapper .widgets-group2 .widget-3 .left .img img {
    width: 60px;
  }
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right {
  display: grid;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right h4 {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group2 .widget-3 .right h4 {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
  }
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right .icon-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  grid-gap: 20px;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right .icon-box div {
  padding: 8px;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right .icon-box .total-users h6 {
  border-bottom: 1px solid #8095A9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #CECECE;
  font-weight: 200;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right .icon-box .total-users h5 {
  color: #CECECE;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right .icon-box .total-deposit {
  background: #0A253F;
  border-radius: 10px;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right .icon-box .total-deposit h6 {
  border-bottom: 1px solid #8095A9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #CECECE;
  font-weight: 200;
}
.ps-content-container-wrapper .widgets-group2 .widget-3 .right .icon-box .total-deposit h5 {
  color: #CECECE;
}
.ps-content-container-wrapper .widgets-group2 .widget-4 {
  display: grid;
  grid-template-columns: 1fr;
  height: 220px;
  background-image: url("../../img/token-sales.jpeg"), linear-gradient(50deg, rgba(0, 21, 41, 0.8274509804) 90%, rgba(193, 195, 197, 0) 93.33%) !important;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
}
.ps-content-container-wrapper .widgets-group2 .widget-4 .token-sales .date-countdown #timer {
  text-align: left;
  color: #fff;
  font-size: 35px;
  font-weight: "Anenir LT Pro 65";
  font-weight: 600;
  display: grid;
  grid-gap: 20px;
  padding-top: 20px;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group2 .widget-4 .token-sales .date-countdown #timer {
    grid-gap: 5px;
  }
}
@media (max-width: 360px) {
  .ps-content-container-wrapper .widgets-group2 .widget-4 .token-sales .date-countdown #timer {
    grid-gap: 0px !important;
  }
}
.ps-content-container-wrapper .widgets-group2 .widget-4 .token-sales .date-countdown #timer span {
  font-size: 15px;
  font-weight: "Anenir LT Pro" !important;
  font-weight: 200 !important;
  text-align: left;
}
.ps-content-container-wrapper .widgets-group3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .ps-content-container-wrapper .widgets-group3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group3 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px !important;
    grid-column-gap: 0px;
  }
}
.ps-content-container-wrapper .widgets-group3 .widget {
  background: #002B53;
  box-shadow: 0px 18.2554px 24.6448px rgba(0, 0, 0, 0.05);
  border-radius: 14.6044px;
}
.ps-content-container-wrapper .widgets-group3 .widget-5 {
  height: 250px;
  grid-column: 1/span 1;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .ps-content-container-wrapper .widgets-group3 .widget-5 {
    grid-row: 4/span 2;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group3 .widget-5 {
    grid-column: 1/span 1;
    height: auto;
  }
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount {
  padding: 18px;
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount h5.title {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div .design {
  width: 60%;
  height: 6px;
  background-color: #8095A9;
  border-radius: 25px;
  text-align: center;
  margin-top: 15px;
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div .design div {
  background-color: #001529;
  border-radius: 25px;
  width: 50%;
  height: 6px;
  margin: 0 auto;
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div .claim-btn {
  margin: 25px 0 0 0px;
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div .claim-btn h6 {
  background: #E1CFA0;
  border-radius: 22.8193px;
  width: 70%;
  height: 38px;
  color: #002B53;
  text-align: center;
  font-size: 14px;
  padding: 13px;
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div h2 {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div h2 {
    font-size: 20px;
  }
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div div.icon-box {
  display: flex;
  justify-content: flex-start;
  grid-gap: 10px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div div.icon-box {
    flex-direction: column;
    justify-content: center !important;
    grid-gap: 0px;
  }
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div div.icon-box img {
  margin-left: -4px;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div div.icon-box img {
    width: 50px;
  }
}
.ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div div.icon-box h5 {
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group3 .widget-5 .claim-amount .claim div div.icon-box h5 {
    margin: 0 0 10px 0;
  }
}
.ps-content-container-wrapper .widgets-group3 .widget-6 {
  grid-row: 1/span 3;
  padding: 15px;
  height: 490px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .ps-content-container-wrapper .widgets-group3 .widget-6 {
    grid-row: 1/span 3;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group3 .widget-6 {
    grid-column: 1/span 3;
    height: auto;
  }
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 70px;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .total-target {
  width: 100%;
  text-align: center;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .total-target h6 {
  color: #fff;
  font-weight: 200;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .total-target h4 {
  color: #fff;
  font-weight: 500;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated {
  width: 100%;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated form .range-wrap {
  position: relative;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated form .range-wrap input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 5px;
  padding: 0;
  margin-top: 21px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  margin-bottom: 5px;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated form .range-wrap .top-min, .ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated form .range-wrap .bottom-min {
  position: absolute;
  left: 0;
  font-size: 12px;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated form .range-wrap .top-max, .ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated form .range-wrap .bottom-max {
  position: absolute;
  right: 0;
  font-size: 12px;
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated form .range-wrap .bubbled {
  display: flex;
  background-color: #fff;
  border-radius: 6px;
  padding: 2px 11px;
  position: absolute;
  font-size: 12px;
  left: 50%;
  top: 49px;
  transform: translateX(-50%);
}
.ps-content-container-wrapper .widgets-group3 .widget-6 .sales-status .bottom .accumulated form .range-wrap .bubbled::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.ps-content-container-wrapper .widgets-group3 .widget-7 {
  height: 220px;
  grid-row: 2/span 2;
  grid-column: 1/span 1;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .ps-content-container-wrapper .widgets-group3 .widget-7 {
    grid-row: 6/span 2;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 480px) {
  .ps-content-container-wrapper .widgets-group3 .widget-7 {
    grid-column: 1/span 1;
    grid-row: 4;
    height: auto;
  }
}
.ps-content-container-wrapper .widgets-group3 .widget-7 .amount {
  padding: 20px;
}
.ps-content-container-wrapper .widgets-group3 .widget-7 .amount form label {
  color: #8095A9;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.ps-content-container-wrapper .widgets-group3 .widget-7 .amount form input {
  background: #3c5e7e;
  border-radius: 18.2554px;
  padding: 9px;
  margin-bottom: 15px;
  width: 100%;
  border: 0;
  color: #fff;
}
.ps-content-container-wrapper .widgets-group3 .widget-7 .amount form ::-moz-placeholder {
  color: #8095A9;
}
.ps-content-container-wrapper .widgets-group3 .widget-7 .amount form :-ms-input-placeholder {
  color: #8095A9;
}
.ps-content-container-wrapper .widgets-group3 .widget-7 .amount form ::placeholder {
  color: #8095A9;
}
.ps-content-container-wrapper .widgets-group3 .widget-7 .amount form .buy-btn {
  margin: 5px 0 0 0px;
}
.ps-content-container-wrapper .widgets-group3 .widget-7 .amount form .buy-btn h6 {
  background: #E1CFA0;
  border-radius: 22.8193px;
  width: 35%;
  height: 38px;
  color: #002B53;
  text-align: center;
  font-size: 14px;
  padding: 13px;
}

/* Footer Section */
.footer-dashboard {
  position: relative;
  color: #8095A9;
  background-color: #001529;
  width: 100%;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .footer-dashboard {
    margin-bottom: 100px;
  }
}
.footer-dashboard-container {
  width: 1140px;
  padding: 20px;
  text-align: center;
  font-size: 12px;
}
.footer-dashboard-container p a {
  color: #8095A9;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .footer-dashboard-container {
    padding: 10px;
  }
}

/* LANDING PAGE PARTIALS*/
/* Header*/
.header-home {
  background-color: #001529;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  top: 0px;
}
.header-home-container {
  width: 1140px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .header-home-container {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header-home-container {
    padding: 10px;
  }
}
.header-home-container .menu {
  transition: all 1s ease-in-out;
}
.header-home-container .menu ul {
  display: inline-flex;
}
@media screen and (max-width: 480px) {
  .header-home-container .menu ul {
    display: block;
    margin-top: 50px;
  }
}
.header-home-container .menu ul li {
  list-style-type: none;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .header-home-container .menu ul li {
    line-height: 4em;
  }
}
.header-home-container .menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .header-home-container .menu ul li a {
    font-size: 16px;
  }
}
.header-home-container .menu ul li a:hover {
  color: #F0B90B;
}
.header-home-container .menu span {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .header-home-container .menu {
    position: absolute;
    background: #001529;
    padding: 20px;
    top: 0;
    left: -480px;
    height: 100vh;
    width: 100%;
  }
  .header-home-container .menu span {
    content: "<span> </span>";
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
    display: block;
  }
}
.header-home-container .connect a {
  color: #002B53;
  text-decoration: none;
}
.header-home-container .connect a div.button {
  background-image: linear-gradient(to right, #DEA909, #D09410, #E3CF5C);
  padding: 14px 35px;
  border-radius: 25px;
  width: 140px;
  text-align: center;
  font-weight: 500;
  height: 45px;
}
.header-home-container .connect a div.button h5 {
  font-size: 16px;
  font-weight: 400;
}
.header-home-container .connect a div.button:hover {
  background-image: linear-gradient(to right, #E3CF5C, #D09410, #DEA909);
}
.header-home-container .hamburger {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .header-home-container .hamburger {
    display: block;
  }
}

/* Hero Section*/
.banner_effect {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.5;
}

.home-hero {
  background-image: linear-gradient(177.04deg, #001529 22.72%, #012C54 97.54%);
  margin-top: 90px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .home-hero {
    margin-top: 70px;
  }
}
.home-hero-container {
  width: 1300px;
  padding: 20px 20px;
  text-align: center;
  height: 80vh;
  padding-top: 100px;
  background-image: url("../../img/home/flower.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .home-hero-container {
    padding-top: 50px;
    background-size: 100%;
    background-position: 100% 73%;
  }
}
.home-hero-container div.group-btn {
  display: flex;
  justify-content: center;
}
.home-hero-container div.group-btn a {
  z-index: 99;
  text-decoration: none;
}
.home-hero-container div.group-btn a div {
  border-radius: 25px;
  padding: 16px 35px;
  display: flex;
  height: 45px;
}
@media screen and (max-width: 480px) {
  .home-hero-container div.group-btn a div {
    height: 40px;
    padding: 14px 35px;
  }
}
.home-hero-container div.group-btn a div h5 {
  margin: 0;
}
.home-hero-container div.group-btn a .get-started {
  background-color: #E1CFA0;
  margin-right: 10px;
  transition: all 0.3s ease;
  font-weight: 400;
}
.home-hero-container div.group-btn a .get-started h5 {
  color: #001529 !important;
  font-size: 16px;
  line-height: 13.3px;
}
@media screen and (max-width: 480px) {
  .home-hero-container div.group-btn a .get-started h5 {
    font-size: 14px;
  }
}
.home-hero-container div.group-btn a .get-started:hover {
  transform: translateY(-4px);
}
.home-hero-container div.group-btn a .contact-sales {
  background: #000;
  margin-left: 10px;
  color: #fff;
  transition: all 0.3s ease;
  font-weight: 400;
}
.home-hero-container div.group-btn a .contact-sales h5 {
  font-size: 16px;
  line-height: 13.3px;
}
@media screen and (max-width: 480px) {
  .home-hero-container div.group-btn a .contact-sales h5 {
    font-size: 14px;
  }
}
.home-hero-container div.group-btn a .contact-sales:hover {
  transform: translateY(-4px);
  color: #001B36;
}
.home-hero-container h1 {
  font-size: 100px;
  color: #fff;
  background-image: -webkit-linear-gradient(#001529, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 480px) {
  .home-hero-container h1 {
    font-size: 45px;
  }
}
.home-hero-container h3 {
  color: #F0B90B;
  margin: 0px 0;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .home-hero-container h3 {
    font-size: 22px;
  }
}
.home-hero-container h5 {
  color: #fff;
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .home-hero-container h5 {
    font-size: 16px;
  }
}
.home-hero-container h5 span {
  color: #E1CFA0;
}

/* About Section*/
.about {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .about {
    padding: 20px;
  }
}
.about-container {
  background-color: #FAF8F2;
  width: 1140px;
  padding: 20px 20px;
  text-align: center;
  padding: 90px;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  margin-top: -230px;
}
@media screen and (max-width: 480px) {
  .about-container {
    margin-top: -190px;
    padding: 20px 15px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .about-container {
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-container h6 {
  color: #F39A8B;
}
.about-container h1 {
  color: #001B36;
  margin-bottom: 30px;
  font-family: "Avenir LT Pro 65";
  font-size: 30px;
}
.about-container .details {
  color: #001B36;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .about-container .details {
    grid-template-columns: 1fr;
  }
}
.about-container .details .left {
  text-align: justify;
  font-size: 18px;
  line-height: 1.8em;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .about-container .details .left {
    padding-right: 0px;
    margin-bottom: 50px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.about-container .details .right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.about-container .details .right .option-box {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 20px;
  align-items: start;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .about-container .details .right .option-box {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .about-container .details .right .option-box .icon {
    text-align: justify;
  }
}
.about-container .details .right .option-box .icon img {
  width: 50px;
}
@media screen and (max-width: 480px) {
  .about-container .details .right .option-box .desc {
    text-align: center;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .about-container .details .right .option-box .desc {
    text-align: justify;
  }
}
.about-container .details .right .option-box .desc h3 {
  color: #001529;
}
.about-container .details .right .option-box .desc p {
  color: rgba(0, 27, 54, 0.7215686275);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

/* Features Section*/
.features {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .features {
    padding: 0;
  }
}
.features-container {
  width: 1140px;
  padding: 20px 80px;
  text-align: center;
  padding-top: 50px;
  border-radius: 15px;
  background-image: url("../../img/home/feature-particles.svg");
  background-position: 100% 84%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .features-container {
    padding: 20px 20px;
  }
}
.features-container h6 {
  color: #D2B770;
}
.features-container h1 {
  color: #001529;
}
.features-container .action-btn {
  text-align: center;
  width: 100%;
  margin: 20px 0 100px 0;
}
.features-container .action-btn .group-btn {
  display: grid;
  justify-self: center;
  width: 380px;
  margin: 0 auto;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 480px) {
  .features-container .action-btn .group-btn {
    width: 320px;
  }
}
.features-container .action-btn .group-btn div {
  display: grid;
  grid-template-columns: 50px 120px;
  justify-content: center;
  align-items: center;
  padding: 4px 5px;
  width: 190px;
}
@media screen and (max-width: 480px) {
  .features-container .action-btn .group-btn div {
    justify-content: normal;
  }
}
@media screen and (max-width: 480px) {
  .features-container .action-btn .group-btn div {
    width: 160px;
  }
}
.features-container .action-btn .group-btn div .icon img {
  width: 35px;
}
.features-container .action-btn .group-btn div .heading {
  font-family: "Avenir LT Pro 65";
}
@media screen and (max-width: 480px) {
  .features-container .action-btn .group-btn div {
    font-size: 15px;
  }
}
.features-container .action-btn .group-btn a {
  text-decoration: none;
}
.features-container .action-btn .group-btn a .bscscan {
  background-color: #FAF8F2;
  color: #001529;
  border-radius: 35px 0 0 35px;
}
.features-container .action-btn .group-btn a .pancakeswap {
  color: #FAF8F2;
  background-color: #8095A9;
  border-radius: 0 35px 35px 0;
}
.features-container .feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 150px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .features-container .feature {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .features-container .feature:nth-of-type(even) .content-img {
    order: 1;
  }
  .features-container .feature:nth-of-type(even) .content-box {
    order: 2;
  }
}
.features-container .feature:nth-of-type(even)::after {
  background: url("../../img/home/dot-particles.svg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 35%;
  height: 37%;
  content: "";
  position: absolute;
  top: -37px;
  left: -28px;
  z-index: 1;
}
.features-container .feature:nth-of-type(odd)::after {
  background: url("../../img/home/dot-particles.svg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 35%;
  height: 37%;
  content: "";
  position: absolute;
  bottom: -28%;
  left: 94%;
  z-index: 1;
}
.features-container .feature .content-box {
  text-align: left;
  box-shadow: 5px 10px 30px rgba(181, 224, 255, 0.25);
  padding: 50px 50px 70px 50px;
  width: 400px;
  height: 480px;
  color: #001529;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .features-container .feature .content-box {
    text-align: center;
    width: auto;
    height: auto;
    margin-bottom: 30px;
    padding: 40px 30px;
  }
}
.features-container .feature .content-box img {
  width: 40px;
}
.features-container .feature .content-box h2 {
  font-family: "Avenir LT Pro 65";
  margin: 20px 0;
  font-size: 27px;
}
.features-container .feature .content-box p {
  font-size: 16px;
  line-height: 1.7em;
}
.features-container .feature .content-img {
  display: flex;
  justify-content: auto;
}
@media screen and (max-width: 480px) {
  .features-container .feature .content-img {
    justify-content: center;
  }
}
.features-container .feature .content-img img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .features-container .feature .content-img img {
    width: 90%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .features-container .feature .content-img img {
    width: 300px;
  }
}

/* FAQs Section */
.faqs {
  position: relative;
  background-color: FAF8F2;
  width: 100%;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .faqs {
    padding: 0;
  }
}
.faqs-container {
  width: 1140px;
  padding: 100px 100px;
  border-radius: 15px;
  background-image: url("../../img/home/feature-particles.svg");
  background-position: 100% 84%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .faqs-container {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .faqs-container {
    padding: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 2000px) {
  .faqs-container {
    padding: 50px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .faqs-container {
    padding: 50px;
  }
}
.faqs-container .left {
  color: #001529;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .faqs-container .left {
    text-align: center;
  }
}
.faqs-container .left h6 {
  font-weight: 500;
}
.faqs-container .left h1 {
  margin-top: 20px;
  font-size: 35px;
  width: 50%;
  font-weight: 700;
  font-family: "Avenir LT Pro 65" !important;
}
@media screen and (max-width: 480px) {
  .faqs-container .left h1 {
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.faqs-container .right {
  color: #001529;
  text-align: left;
  font-size: 14px;
  text-align: left;
}
.faqs-container .right .faqs {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.faqs-container .right .faqs .faq .accordion {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  border: 0;
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #001529;
  position: relative;
  font-size: 16px;
  font-family: "Avenir LT Pro" !important;
}
.faqs-container .right .faqs .faq .accordion::after {
  content: url("../../img/home/plus.svg");
  right: 20px;
  position: absolute;
  top: 14px;
}
.faqs-container .right .faqs .faq .accordion.active {
  background-color: #fff;
  border: none;
}
.faqs-container .right .faqs .faq .accordion.active::after {
  content: url("../../img/home/minus.svg");
  right: 20px;
  position: absolute;
  top: 23px;
}
.faqs-container .right .faqs .faq .panel {
  background-color: #001B36;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: none;
}

/* Roadmap Section */
.roadmap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url("../../img/home/half-gold.svg");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px;
  text-align: left;
  padding-bottom: 200px;
}
.roadmap::before {
  background-image: url("../../img/home/half-silver.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
@media screen and (max-width: 480px) {
  .roadmap {
    padding-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.roadmap-container {
  width: 1140px;
  padding: 20px 20px;
  padding-top: 50px;
  border-radius: 15px;
  overflow: hidden;
  color: #001B36;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .roadmap-container {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 480px) {
  .roadmap-container {
    padding: 50px 0 0 0px;
  }
}
.roadmap-container h1 {
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .roadmap-container h1 {
    font-size: 30px;
  }
}
.roadmap-container .roadmap_list {
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 40px;
  margin-bottom: 400px;
  padding: 50px 50px 0px 50px;
  position: relative;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .roadmap-container .roadmap_list {
    padding: 20px;
    margin-bottom: 0;
    grid-gap: 120px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .roadmap-container .roadmap_list {
    padding: 20px;
    margin-bottom: 0;
  }
}
.roadmap-container .roadmap_list::before {
  border-bottom: 1px dashed #002B53;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  border-color: #002B53;
}
@media screen and (max-width: 480px) {
  .roadmap-container .roadmap_list::before {
    border-bottom: none;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .roadmap-container .roadmap_list::before {
    border-bottom: none;
  }
}
.roadmap-container .roadmap_list .roadmap-single-container img.flow {
  width: 70px;
}
@media screen and (max-width: 480px) {
  .roadmap-container .roadmap_list .roadmap-single-container img.flow {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .roadmap-container .roadmap_list .roadmap-single-container img.flow {
    margin-bottom: 30px;
  }
}
.roadmap-container .roadmap_list .roadmap-single-container .single_roadmap.even {
  margin-bottom: -35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.roadmap-container .roadmap_list .roadmap-single-container .single_roadmap.even img {
  order: 1;
  margin-top: 120px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .roadmap-container .roadmap_list .roadmap-single-container .single_roadmap.even img {
    order: 0;
    margin-top: 0px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .roadmap-container .roadmap_list .roadmap-single-container .single_roadmap.even img {
    order: 0;
  }
}
.roadmap-container .roadmap_list .roadmap-single-container .single_roadmap.odd {
  position: absolute;
  bottom: -250px;
}
@media screen and (max-width: 480px) {
  .roadmap-container .roadmap_list .roadmap-single-container .single_roadmap.odd {
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .roadmap-container .roadmap_list .roadmap-single-container .single_roadmap.odd {
    position: relative;
    bottom: 0;
  }
}
.roadmap-container .roadmap_list .roadmap-single-container .single_roadmap {
  width: 300px;
}
@media screen and (max-width: 480px) {
  .roadmap-container .roadmap_list .roadmap-single-container .single_roadmap {
    width: auto;
  }
}
.roadmap-container .roadmap_list .roadmap-single-container .single_roadmap h6 {
  font-weight: 600;
  font-size: 20px;
}
.roadmap-container .roadmap_list .roadmap-single-container .single_roadmap p {
  font-size: 16px;
  height: 95px;
  line-height: 1.6em;
}
.roadmap-container .small_space {
  margin-top: 20px;
}

/* Footer Section */
.footer {
  position: relative;
  color: #fff;
  background-color: #001529;
  width: 100%;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
}
.footer-container {
  width: 1140px;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .footer-container {
    padding: 5px;
  }
}
.footer-container .top {
  display: grid;
  grid-template-columns: 100px auto;
  padding: 20px;
  color: #001529;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .footer-container .top {
    grid-template-columns: 1fr;
    top: 0px;
    padding: 5px;
  }
}
.footer-container .top .logo img {
  width: 70px;
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .footer-container .top .logo {
    order: 2;
    display: none;
  }
}
.footer-container .top .about {
  padding: 20px;
  margin-top: -300px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 480px) {
  .footer-container .top .about {
    order: 1;
    padding: 0px;
  }
}
.footer-container .top .about .content {
  background: #FAF8F2;
  padding: 50px 50px 80px 50px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .footer-container .top .about .content {
    padding: 20px 20px 80px 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .content {
    padding: 20px 25px 50px 25px;
  }
}
.footer-container .top .about .content .info {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .footer-container .top .about .content .info {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .content .info {
    grid-template-columns: 1fr;
  }
}
.footer-container .top .about .content .info .text h1 {
  font-size: 50px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .footer-container .top .about .content .info .text h1 {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .content .info .text h1 {
    font-size: 15px;
    text-align: center;
  }
}
.footer-container .top .about .content .info .text h5 {
  font-weight: 300;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .footer-container .top .about .content .info .text h5 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .content .info .text h5 {
    text-align: center;
  }
}
.footer-container .top .about .content .info .button {
  text-align: right;
  padding-top: 30px;
  transition: all 0.3s ease;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .footer-container .top .about .content .info .button {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .content .info .button {
    text-align: center;
  }
}
.footer-container .top .about .content .info .button:hover {
  transform: translateY(-10px);
}
.footer-container .top .about .content .info .button a {
  border-radius: 25px;
  border: 1px solid #001529;
  width: 150px;
  padding: 10px;
  text-decoration: none;
  color: #001529;
  transition: all 0.3s ease;
}
.footer-container .top .about .content .contracts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid rgba(128, 149, 169, 0.6509803922);
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .content .contracts {
    font-size: 14px;
  }
}
.footer-container .top .about .content .contracts .contract:nth-of-type(even) {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .content .contracts .contract:nth-of-type(even) {
    text-align: center;
  }
}
.footer-container .top .about .content .contracts .contract a {
  color: #001529;
  text-decoration: none;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .footer-container .top .about .content .contracts {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .content .contracts {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 20px;
  }
}
.footer-container .top .about .social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -30px;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .social {
    margin-top: -70px;
  }
}
.footer-container .top .about .social span {
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .footer-container .top .about .social span {
    margin-right: 10px;
  }
}
.footer-container .top .about .social span img {
  width: 60px;
  transition: all 0.3s ease;
}
.footer-container .top .about .social span img:hover {
  transform: translateY(-10px);
}
.footer-container .bottom {
  font-size: 12px;
  font-weight: 300;
  border-top: 1px solid rgba(235, 220, 220, 0.3215686275);
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 480px) {
  .footer-container .bottom {
    padding: 15px;
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
  .footer-container .bottom .disclaimer {
    padding: 15px;
  }
}
.footer-container .bottom .disclaimer p {
  font-weight: 300 !important;
  font-family: 'Avenir LT Pro" ';
}
.footer-container .bottom .label {
  display: grid;
  border-top: 1px solid rgba(136, 136, 136, 0.1450980392);
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .footer-container .bottom .label {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer-container .bottom .label .copyright {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .footer-container .bottom .label .copyright {
    line-height: 1.7em;
    text-align: center;
  }
}
.footer-container .bottom .label .copyright a.copyright {
  color: #8095A9;
  text-decoration: none;
}
.footer-container .bottom .label .copyright p {
  line-height: 1.7em;
}
.footer-container .bottom .label .privacy {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .footer-container .bottom .label .privacy {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */