@charset "UTF-8";
/**
Author: Nolimitbuzz
Website URL: https://nolimitbuzz.net
Developer: Engr. Segun
CSS Framework: SASS

*/
/* GLOBAL PARTIALS */
/* COLOR PALLETE*/
/* Text*/
/* BG*/
.txt-green {
  color: #44F1A6;
}

.header-scrolled {
  background: #1d3f30;
}

/* 
  ##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
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir LT Pro" !important;
  font-weight: 400 !important;
}

body {
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  background-color: #000000;
  color: #fff;
  overflow-x: hidden;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .visible-sm {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 2000px) {
  .visible-sm {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .visible-sm {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .visible-sm {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

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

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

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

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/* 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
*/
/*Navigation*/
.header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  top: 0px;
}
.header-container {
  width: 1300px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .header-container {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header-container {
    padding: 10px;
  }
}
.header-container .logo img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .header-container .logo img {
    width: 150px;
  }
}
.header-container .right-side {
  display: flex;
  align-items: center;
}
.header-container .right-side .menu {
  transition: all 1s ease-in-out;
}
.header-container .right-side .menu ul {
  display: inline-flex;
}
@media screen and (max-width: 480px) {
  .header-container .right-side .menu ul {
    display: block;
    margin-top: 50px;
  }
}
.header-container .right-side .menu ul li {
  list-style-type: none;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .header-container .right-side .menu ul li {
    line-height: 4em;
  }
}
.header-container .right-side .menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .header-container .right-side .menu ul li a {
    font-size: 16px;
  }
}
.header-container .right-side .menu ul li a:hover {
  color: #F0B90B;
}
.header-container .right-side .menu span {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .header-container .right-side .menu {
    position: absolute;
    background: #30986B;
    padding: 20px;
    top: 0;
    left: -480px;
    height: 100vh;
    width: 100%;
  }
  .header-container .right-side .menu span {
    content: "<span> </span>";
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
    display: block;
  }
}
.header-container .right-side .connect a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .header-container .right-side .connect a {
    display: none;
  }
}
.header-container .right-side .connect a div.button {
  background: #fff;
  padding: 14px 35px;
  border-radius: 25px;
  text-align: center;
  font-weight: 500;
  height: 45px;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.header-container .right-side .connect a div.button h5 {
  font-size: 16px;
  font-weight: 400;
  color: #1D3F30;
}
.header-container .right-side .connect a div.button:hover {
  background-image: #f8f8f8;
}
.header-container .right-side .hamburger {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .header-container .right-side .hamburger {
    display: block;
  }
}

/*Hero*/
.hero {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("../../img/bg-trans.png");
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: "";
  position: absolute;
  background: url("../../img/bg-bubbles.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  opacity: 0.6;
}
.hero-container {
  width: 1300px;
  padding: 160px 0 200px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  z-index: 5;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .hero-container {
    padding: 170px 0 100px 40px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .hero-container {
    padding: 100px 20px 50px 20px;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.hero-container .left a {
  text-decoration: none;
  color: #fff;
}
.hero-container .left .button-heading {
  display: flex;
  background-color: #252540;
  padding: 0px;
  border-radius: 25px;
  width: 316px;
  font-size: 12px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .hero-container .left .button-heading {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .left .button-heading {
    width: 83%;
    font-size: 10px;
    margin: 0 auto;
  }
}
.hero-container .left .button-heading div {
  border-radius: 25px;
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .hero-container .left .button-heading div {
    padding: 10px 20px;
  }
}
.hero-container .left .button-heading .launch {
  background-color: #fff;
  color: #0D0D2B;
}
.hero-container .left .button-heading .token {
  background-color: transparent;
  color: white;
}
.hero-container .left h1 {
  font-size: 50px;
  margin: 40px 0 20px 0;
  font-weight: bold;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .hero-container .left h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .left h1 {
    font-size: 25px;
    text-align: center;
  }
}
.hero-container .left p {
  font-family: "Avenir LT Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 50px;
}
.hero-container .left .button-group {
  display: flex;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .hero-container .left .button-group {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .left .button-group {
    justify-content: space-between;
  }
}
.hero-container .left .button-group div {
  border-radius: 25px;
  margin-right: 25px;
  width: 160px;
  height: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
}
@media screen and (max-width: 480px) {
  .hero-container .left .button-group div {
    width: 150px;
    margin-right: 0px;
  }
}
.hero-container .left .button-group .buy {
  background: linear-gradient(90deg, #E57506 27.75%, #F0B921 100%);
}
.hero-container .left .button-group .staking {
  background: #0D0D2B;
  background-clip: padding-box;
  /* !importanté */
  border: 3px solid transparent;
  /* !importanté */
  position: relative;
}
.hero-container .left .button-group .staking::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(90deg, #E57506 27.75%, #F0B921 100%);
}
.hero-container .right {
  text-align: right;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .hero-container .right {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .right {
    padding-top: 0px;
    text-align: center;
    padding-bottom: 50px;
  }
}
.hero-container .right img {
  width: 500px;
}
@media screen and (max-width: 480px) {
  .hero-container .right img {
    width: 60%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .hero-container .right img {
    width: 90%;
  }
}

/*About*/
.about {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.about-container {
  width: 800px;
  padding: 50px;
  background: #1D3F30;
  align-items: center;
  z-index: 5;
  border-radius: 20px;
  border-radius: 20px;
  margin-top: -150px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .about-container {
    margin-top: -50px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .about-container {
    margin-top: -50px;
    width: 85%;
    padding: 25px;
  }
}
.about-container .content {
  position: relative;
}
@media screen and (max-width: 480px) {
  .about-container .content {
    text-align: center;
  }
}
.about-container .content p {
  line-height: 1.5em;
  margin-bottom: 25px;
  font-size: 13px;
}
.about-container .content::before {
  content: "";
  position: absolute;
  background: url("../../img/dia.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100%;
  height: 100%;
  z-index: 99;
  bottom: -15px;
  left: 0%;
}
@media screen and (max-width: 480px) {
  .about-container .content::before {
    bottom: -32px;
  }
}

/*Features*/
.features {
  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) {
  .features {
    padding-top: 50px;
  }
}
.features-container {
  width: 1300px;
  display: flex;
  padding: 100px 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .features-container {
    padding: 50px 20px;
  }
}
.features-container h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .features-container h1 {
    text-align: center;
  }
}
.features-container div {
  flex-basis: 100%;
}
.features-container .feature-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(30%, max-content));
  gap: 20px;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .features-container .feature-boxes {
    grid-template-columns: repeat(auto-fit, minmax(40%, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(40%, max-content));
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .features-container .feature-boxes {
    grid-template-columns: repeat(auto-fit, minmax(40%, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(40%, max-content));
  }
}
@media screen and (max-width: 480px) {
  .features-container .feature-boxes {
    grid-template-columns: repeat(auto-fit, minmax(100%, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(100%, max-content));
  }
}
.features-container .feature-boxes .feature {
  background: #1D3F30;
  box-shadow: 0px 3.6416px 22.76px rgba(193, 193, 193, 0.15);
  border-radius: 27.312px;
  padding: 25px;
}
.features-container .feature-boxes .feature .head {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.features-container .feature-boxes .feature .head h4 {
  font-size: 16px;
  margin: 20px 0 10px 0;
  font-weight: 300;
}
.features-container .feature-boxes .feature .head img {
  width: 50px;
}
.features-container .feature-boxes .feature .line {
  width: 70px;
  height: 2px;
  background: #F5B407;
}
.features-container .feature-boxes .feature .body p {
  font-size: 13px;
  text-align: justify;
  line-height: 29px;
  margin-top: 20px;
  color: #fff;
}
.features-container .feature-boxes .feature:first-child {
  background: #30986B;
}

/*Explainer*/
.lucky-reflection {
  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) {
  .lucky-reflection {
    padding-top: 50px;
  }
}
.lucky-reflection-container {
  width: 1300px;
  display: flex;
  padding: 50px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.lucky-reflection-container div {
  flex-basis: 50%;
}
@media screen and (max-width: 480px) {
  .lucky-reflection-container div {
    flex-basis: 90%;
    text-align: center !important;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .lucky-reflection-container {
    justify-content: center;
    text-align: center;
    padding: 0px;
  }
}
.lucky-reflection-container .left h1 {
  margin: 20px 0;
}
.lucky-reflection-container .left img {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .lucky-reflection-container .left img {
    width: 200px;
  }
}
.lucky-reflection-container .left.tokenomics {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .lucky-reflection-container .left.tokenomics {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .lucky-reflection-container .left.tokenomics-text {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .lucky-reflection-container .right h1 {
    margin-top: 20px;
  }
}
.lucky-reflection-container .right p {
  line-height: 25px;
  font-weight: 400;
  margin: 30px 0;
  font-size: 12px;
  text-align: justify;
  font-weight: 500 !important;
}
.lucky-reflection-container .right button {
  background: linear-gradient(264.48deg, #79F1A4 -45.37%, #0E5CAD 88.97%);
  box-shadow: 0px 13.7981px 22.5788px rgba(50, 174, 137, 0.25);
  color: #fff;
  border: 0;
  padding: 15px 40px;
  border-radius: 25px;
  transition: all 0.2s ease;
}
.lucky-reflection-container .right button:hover {
  transform: translateY(-5px);
}

/*Alllocation & Distribution*/
.allocation {
  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) {
  .allocation {
    padding-top: 50px;
  }
}
.allocation-container {
  width: 1300px;
  display: flex;
  padding: 100px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.allocation-container .allocate {
  flex-basis: 28%;
}
@media screen and (max-width: 480px) {
  .allocation-container .allocate {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .allocation-container .allocate img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .allocation-container .allocate.text {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .allocation-container .allocate.text h1 {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .allocation-container .allocate.presale {
    flex-basis: 50%;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .allocation-container .allocate.lmds {
    flex-basis: 50%;
    order: 3;
  }
}
.allocation-container .allocate img {
  width: 100%;
}
.allocation-container .allocate.text {
  text-align: right;
}
.allocation-container .allocate.center {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .allocation-container {
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
  }
}

.automation {
  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) {
  .automation {
    padding-top: 0px;
  }
}
.automation-container {
  width: 1300px;
  display: flex;
  padding: 100px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .automation-container .automate.left h1 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .automation-container .automate.right {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .automation-container .automate.right img {
    width: 90%;
  }
}
.automation-container .automate.text {
  text-align: right;
}
.automation-container .automate.center {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .automation-container {
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
  }
}

/*deposit*/
.deposit {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .deposit {
    padding-top: 50px;
  }
}
.deposit-container {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 481px) and (max-width: 1024px) {
  .deposit-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .deposit-container {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.deposit-container .stake-box {
  padding: 20px;
  margin: 10px;
  background: #1D3F30;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .deposit-container .stake-box {
    padding: 40px 20px;
  }
}
.deposit-container .stake-box .wallet-apy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.deposit-container .stake-box .wallet-apy .wallet {
  font-size: 15px;
}
.deposit-container .stake-box .the-stake {
  text-align: left;
}
.deposit-container .stake-box .the-stake h4 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}
.deposit-container .stake-box .the-stake form .form {
  display: flex;
  flex-direction: column;
}
.deposit-container .stake-box .the-stake form .form-content {
  display: flex;
  flex-direction: column;
  background: #30986B;
  padding: 19px;
  padding-top: 19px;
  padding-top: 70px;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .deposit-container .stake-box .the-stake form .form-content {
    padding: 10px;
  }
}
.deposit-container .stake-box .the-stake form .form-content .select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.deposit-container .stake-box .the-stake form .form-content .select-box .select-token select {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
}
.deposit-container .stake-box .the-stake form .form-content .select-box .token-icon img {
  width: 70px;
}
@media screen and (max-width: 480px) {
  .deposit-container .stake-box .the-stake form .form-content .select-box .token-icon img {
    width: 50px;
  }
}
.deposit-container .stake-box .the-stake form .form-content .input-box input {
  width: 100%;
  background: #1D3F30;
  border-radius: 5px;
  padding: 12px;
  border: none;
  color: white;
  font-weight: normal;
  position: relative;
}
.deposit-container .stake-box .the-stake form .form-content .input-box .line {
  background: linear-gradient(90deg, #E57506 27.75%, #F0B921 100%);
  height: 1px;
  margin-left: 3px;
  width: 60%;
  z-index: 2;
}
.deposit-container .stake-box .the-stake form .form-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .deposit-container .stake-box .the-stake form .form-actions {
    flex-direction: column-reverse;
  }
}
.deposit-container .stake-box .the-stake form .form-actions .steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.deposit-container .stake-box .the-stake form .form-actions .steps div:last-child {
  margin-left: 20px;
}
.deposit-container .stake-box .the-stake form .form-actions .steps .step1, .deposit-container .stake-box .the-stake form .form-actions .steps .step2 {
  background: linear-gradient(90deg, #E57506 27.75%, #F0B921 100%);
  background-clip: padding-box;
  /* !importanté */
  border: 3px solid transparent;
  /* !importanté */
  border-radius: 25px;
  position: relative;
  padding: 2px;
  height: 45px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deposit-container .stake-box .the-stake form .form-actions .steps .step1 .title, .deposit-container .stake-box .the-stake form .form-actions .steps .step2 .title {
  background: #0D0D2B;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: n;
}
.deposit-container .stake-box .the-stake form .form-actions .claim-reward {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.deposit-container .stake-box .the-stake form .form-actions .claim-reward .step1, .deposit-container .stake-box .the-stake form .form-actions .claim-reward .step2 {
  background: #30986B;
  background-clip: padding-box;
  /* !importanté */
  border: 3px solid transparent;
  /* !importanté */
  border-radius: 25px;
  position: relative;
  padding: 2px;
  height: 45px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deposit-container .stake-box .the-stake form .form-actions .claim-reward .step1 .title, .deposit-container .stake-box .the-stake form .form-actions .claim-reward .step2 .title {
  background: #1D3F30;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: n;
}
@media screen and (max-width: 480px) {
  .deposit-container .stake-box .the-stake form .form-actions .claim-reward .approve {
    font-size: 12px;
  }
}
.deposit-container .stake-box .the-stake form .form-actions .claim-reward .confirm {
  background: #30986B;
  border-radius: 25px;
  height: 45px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deposit-container .stake-box .the-stake form .form-actions .claim-reward .confirm button {
  background: none;
  color: #fff;
  border: none;
}
.deposit-container .stake-box .the-stake form .form-actions .claim-reward div:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .deposit-container .stake-box .the-stake form .form-actions .claim-reward div:last-child {
    margin-bottom: 20px;
  }
}
.deposit-container .stakes {
  border-radius: 10px;
  padding: 20px 10px;
  margin: 10px;
}
.deposit-container .stakes .investor-stake {
  border-radius: 15px !important;
  border: 3px solid #30986B;
  height: 313px;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 480px) {
  .deposit-container .stakes .investor-stake {
    overflow-x: auto;
    width: 20em;
  }
}
.deposit-container .stakes .investor-stake table {
  font-size: 11px;
  width: 100%;
  text-align: left;
  background: #000;
  padding: 15px;
  border-collapse: collapse;
}
.deposit-container .stakes .investor-stake table th {
  color: #44F1A6;
  font-size: 10px;
}
.deposit-container .stakes .investor-stake table td, .deposit-container .stakes .investor-stake table th {
  padding: 7px 15px !important;
}
.deposit-container .stakes .investor-stake table td {
  font-size: 10px;
}
.deposit-container .stakes .investor-stake table td .button {
  background: linear-gradient(180deg, #30986B 0%, #44F1A6 100%);
  border-radius: 11.1413px;
  width: 80px;
}
.deposit-container .stakes .investor-stake table .button {
  padding: 8px 10px;
  border-radius: 25px;
  width: 140px;
  text-align: center;
  color: #ffffff;
}
.deposit-container .stakes .investor-stake table tr:hover {
  background: #1D3F30;
}
.deposit-container .stakes form {
  display: flex;
}
@media screen and (max-width: 480px) {
  .deposit-container .stakes form {
    flex-direction: column;
  }
}
.deposit-container .stakes form .stake-value {
  width: 60%;
  margin-right: 20px;
  border-radius: 25px;
}
.deposit-container .stakes form .stake-button {
  width: 20%;
  color: #ffffff;
}
.deposit-container .stakes form input {
  border-radius: 25px;
  font-size: 14px #F0B90B;
  padding: 13px;
  border: 1px solid #F0B90B;
  color: #8095A9;
}
@media screen and (max-width: 480px) {
  .deposit-container .stakes form input {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.deposit-container .stakes form input:focus {
  outline: none;
}
.deposit-container .stakes form input::-moz-placeholder {
  color: #8095A9;
  border-radius: 25px;
}
.deposit-container .stakes form input:-ms-input-placeholder {
  color: #8095A9;
  border-radius: 25px;
}
.deposit-container .stakes form input::placeholder {
  color: #8095A9;
  border-radius: 25px;
}

.footer {
  background-color: #1A1A1A;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-container {
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .footer-container {
    padding-left: 10px;
    padding-right: 10px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer-container .left img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .footer-container .left img {
    width: 150px;
  }
}
.footer-container .right p {
  font-size: 12px;
  color: #30986b;
}
@media screen and (max-width: 480px) {
  .footer-container .right p {
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
  }
}
.footer-container .right p a {
  color: #30986b !important;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */