/**
* Template Name: Gp - v4.6.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  --primary: #0a0a0a;
  --secondary: rgba(0, 0, 0, 0.8);
  --secondary-dark: #0a0a0a;
  --token: #EACE09;
  --button: linear-gradient(55deg, #E9CE18, var(--token));;
  --containers: #333333;
}

body {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(00deg, #592464 0%, #00000070 100%), url("../images/scminer-hero.jpg") top center no-repeat;
    background-color: #192225;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
  }

  #hero {
    background-size: fill;
  }

  a {
    color: #ffc451;
    text-decoration: none;
  }

  a:hover {
    color: #ffd584;
    text-decoration: none;
  }

  h1 {
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
  }

h3, h4 {
  font-family: "Archivo Black", sans-serif !important;
  text-transform: uppercase;
}


#ref-percent {
  font-family: "Archivo Black", sans-serif !important;
}

#drip-airdropped {
  font-family: "Archivo Black", sans-serif !important;
}

  h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
  }

.launch-div {
  background-color: #25101956;
  padding: 7px;
}

.launch-text {
    margin-top: 30px;
    color: #ff6300;
    font-size: 2rem;
    text-align: center;
}
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ffc451;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .back-to-top i {
    font-size: 28px;
    color: #151515;
    line-height: 0;
  }
  .back-to-top:hover {
    background: #151515;
  }
  .back-to-top:hover i {
    color: #ffc451;
  }
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }


  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }	
  }
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0;
    background: transparent;
  }

  #header.header-scrolled, #header.header-inner-pages {
    background: #192225c0;
    backdrop-filter: blur(10px);
  }


  #header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  #header .logo a {
    color: #fff;
  }
  #header .logo a span {
    color: #ffc451;
  }

  #header .logo img {
    max-height: 100%;
    width: 100px;
  }

  /*--------------------------------------------------------------
  #  Get Started Button
  --------------------------------------------------------------*/
  .connect-btn {
    color: #fff;
    border-radius: 6px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    border: 2px solid #ff7900;
  }
  .connect-btn:hover {
    background: #ffbb38;
    color: #343a40;
  }
  
    #reflink {
        font-size: 22px;
        display: block;
        width: auto;
        margin-top: 10px;
        text-align: center;
    }
    
  @media (max-width: 800px) {
    .connect-btn {
      padding: 7px 15px 8px 20px;
    }
    #reflink {
        font-size: 13px;
        display: block;
        width: auto;
        margin-top: 10px;
    }
  }

  .deposit-btn {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: bold;
    border: 1px solid #E84142;
    border-radius: 14px;
    width: 245px;
    height: 50px;
    padding: 9px 10px 9px 10px;
    white-space: nowrap;
    font-size: 21px;
    margin-bottom: 60px;
    margin-top: 50px;
    background-color: #e84141e0;
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);
    display: inline-block;
  }

  .youtube {
    position: relative;
    padding-bottom: 80px;
    margin-top: 50px;
    display: flex;
  }

  .deposit-btn:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #E84142;
  }

  .timer {
    margin: 0 auto;
    text-align: center;

  }

  .team-btn {
    color: white;
    border-radius: 6px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    border: 2px solid #EACE09;
    z-index: 99;
  }
  .team-btn:hover {
    background: linear-gradient(55deg, #E9CE18, var(--token));
    color: white;
  }

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation
  */

  .nav-logo {
    width: 22px;
    padding-right: 5px;
  }


  .navbar .mine {
    /* width: auto; */
    margin: 20px auto 20px auto;
    justify-content: center;
    padding: 10px;
    max-width: 120px;
    border-radius: 6px;
    border: 1px solid #EACE09;
    background-color: transparent;
    /* text-align: center; */
  }
  .navbar .mine:hover {
    color: #fff;
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);
    background-color: #EACE09;
  }

  .navbar .bnb-miner {
    /* width: auto; */
    background-color: var(--token);
    border-radius: 6px;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #000;
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);
    max-width: 200px;
    margin: 20px auto 20px auto;
  }


  #navbar .bnb-miner:hover {
    color: #fff;
    background-color: #EACE09;
  }
  #withdraw-tax {
    color: red;
    font-size: 12px;
  }
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
  }
  .navbar li {
    position: relative;
    padding-left: 15px;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #ff7900;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #151515;
    font-weight: 400;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    background-color: #ffc451;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  @media (max-width: 1280px) {
    .wheelbarrow {
      max-width: 450px;
    }
  }  

  @media (max-width: 1076px) {
    .wheelbarrow {
      max-width: 380px;
    }
  }

  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }

  /**
  * Mobile Navigation
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }

  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }

    .navbar ul {
      display: none;
    }
	
	.displayed {
		width: 100%;
	}	
  }
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
  }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: whitesmoke;
    background-color: transparent;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #ffc451;
  }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #151515;
  }
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    background-color: lightgray;
  }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

  /*--------------------------------------------------------------
  # Dropdown
  --------------------------------------------------------------*/

  /* Style The Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0a0a0aba;
  min-width: 180px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: rgba(0, 0, 0, 0.8)}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background: #ff7900;
  color: white;
}

  /*--------------------------------------------------------------
  # Hero Section

  --------------------------------------------------------------*/


  #hero h4 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
  }

  #hero .buttons-list
  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #hero .atf-btn{
    margin: 20px;
    padding: 20px;
    background: linear-gradient(to bottom, #EACE09,#ff7900);
    color: #592464 !important;
    border: 0px solid #303b35;
    border-radius: 22px;
    text-align: center;
    max-height: 60px;
    min-width: 150px;
  }

#hero .atf-btn:hover {
  background: linear-gradient(to bottom, #ff7900,#EACE09);
  color: #592464 !important;
}



  #hero .atf-btn2{
    padding: 20px;
    background: linear-gradient(to bottom, #ff7900,#EACE09);
    color: #592464 !important;
    border: 0px solid #303b35;
    margin: 20px;
    border-radius: 22px;
    text-align: center;
    max-height: 60px;
    min-width: 150px;
  }

  #hero .atf-btn2:hover {
    background: linear-gradient(to bottom, #EACE09,#ff7900);
    color: #592464 !important;
  }

  #hero:before {
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .hero-logo {
    padding-left: 14px;
    padding-bottom: 10px;
    max-width: 350px;
  }

  .audit-logo{
    width: 120px;
    align-items: left;
    margin-left: 15px;
  }

  .hero-logo {
    padding-left: 0px;
    padding-bottom: 30px;
    max-width: 700px;
  }

  #hero h1 {
    margin: 0;
    padding-bottom: 20px;
    padding-top: 80px;
    font-weight: bold;
    line-height: 64px;
    color: #fff;
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    text-align: left;
  }

  @media (min-width: 1200px) {
    .col-xl-6 {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  #hero h1 span {
    color: #EACE09;
    text-align: left !important;
    align-items: left;
    line-height: 1.3em;
    font-size: 45px;
  }

  #hero h2 {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 50px;
    text-align: left;
  }



   .fof-bnb{
    text-align: right;
    width: 150px;
    opacity: 0.48;
    margin-top: -50px;
    float: right;
  }

  .fof-planimg{
    text-align: center;
    justify-items: center;
    justify-content: center;
    width: 90%;
    opacity: 0.78;
  }

  .wheelbarrow{
    width: 520px;
    display: block;
    margin: auto;
    margin-top: 100px;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    padding-left: 35px;
  }



  #dashboard .fof-bnb{
    width: 120px;
  }

  .box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box-mam-dashboard {
    width: 100%;
    margin: 10px;
    background-color: #111111;
    backdrop-filter: blur(10px);
    border: 3px solid #EACE09;
    text-align: left;
    padding: 20px 30px 0px 30px;
    border-radius: 18px;
    max-width: 340px;
    min-width: 260px;
  }

#box-container .number{
  font-size: 40px !important;
  padding-top: 0px;
  margin-top: -20px !important;
  margin-bottom: -10px !important;
}

#box-container .busd{
margin-top: -20px !important;
}


.centered-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: -35px;
  font-size: 42px;
  font-weight: 600;
  color: #EACE09;
}

#box-container .stats-icon{
  width: 35px;
  padding-top: 10px;
  padding-bottom: 15px;
  }


  .box-mam-dashboard h2 {
    margin-top: 20px;
    font-size: 24px;
  }

  .box-mam-dashboard p {
    margin-top: 10px;
    font-size: 16px;
  }

  .box-mam-dashboard img {
    width: 60%;
    object-fit: cover;
  }

  @media screen and (min-width: 480px) {
    .box-mam-dashboard {
      width: calc(25% - 20px);
    }
  }



  #hero .container {
    padding-bottom: 50px;
    padding-left: 5px;
    color: #fff;
    position: relative;
    text-align: left;
  }

  .content-box {
    padding: 10px;
    margin: 0 auto;
   /*border: 2.5px solid #b8860b;*/
    border-radius: 7px;
    background-color: var(--secondary);
    /*box-shadow: 5px 10px 25px rgb(255 255 255 / 45%);*/
    max-width: 500px;
    height: auto;
    width: auto;
    overflow-wrap: anywhere;
  }





  #main .container {
    max-width: 1130px;
    margin-top: 0px;
  }
  #mam .container {
    max-width: 500px;
    margin-top: 0px;
  }

  #main .content-box {
    max-width: unset;
    /*padding: 15px;*/
    /*background-color: transparent;*/
    background-color: #333333;
backdrop-filter: blur(10px);
border: 2px solid #FFFFFF26;
padding-left: 20px;
padding-right: 20px;
  }


  @media (min-width: 800px){
    #main .col-xl-6 {
      width: 50% !important;
    }
  }

  #main .flexi {
    width: fit-content;
    margin-bottom: 10px;
  }

  .top-info>:not(:first-child) {
    margin-left: 10px;
  }

  #main .top-info {
    display: inline-flex;
    flex-wrap: wrap;
  }

  #hero .content-box .info-container {
    color: #fff;
    width: auto;
    padding: 10px 6px 5px 6px;
    margin: 0 auto;
  }

  #lottery .info-container {
    background: #333333;
border: 3px solid #EACE09;
color: white !important;
    border-radius: 10px;
    width: auto;
    padding: 20px;
    margin: 0 auto;
  }

  #main .stats-row-container {
    padding-top: unset;
    margin-bottom: 8px;
  }

  #main h4 {
    font-size: 20px;
    padding: 5px 0 5px 5px;
    display: flex;
    font-weight: 700;
    flex-wrap: wrap;
    color: white;
  }


  .stats-row-container {
    /* width: auto; */
    padding-top: 8px;
    margin: 0 auto;
    justify-content: center;
    font-weight: 600;
    text-align: center;
  }

  .stats-row-title {
    color: black;
    padding: 10px;
    display: block;
  }

  .stats-row-container>:not(:first-child) {
    margin-left: 7px;
  }

  .stats-row-container .stat {
    color:rgba(0, 0, 0, 0.8);
    background: #FAFFFE;
    border: 1px solid #000;
    border-radius: 10px;
    width: auto;
    min-width: 152px;
    padding: 5px;
  }

  #main .stats-row-container .stat {
    min-width: 208px;
  }

  #mam .stats-row-container .stat {
    min-width: 308px;
    padding-top: 30px;
    color: white;
  }

  #main .stats-row-container .header {
    font-size: 15px;
    font-weight: 500;
  }

  .stats-row-container .header {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    transition: ease-in-out 0.3s;
    overflow-wrap: anywhere;
  }

  .stats-row-container .number {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    padding: 5px;
    text-align: center;
  }

  @media (max-width: 768px) {
    .stats-row-container .stat {
      padding: 10px 5px 10px 5px;
      margin-top: 3px;
      margin-left: 0;
    }
  }

  @media (max-width: 768px) {
    #hero .container {
      margin: auto;
      padding: 15px;
    }
  }

  .first-box {
    padding-right: unset;
  }

  @media (max-width: 768px) {
    .first-box {
      padding-right: 10px;
    }
  }

  .mine-btn {
    width: auto;
    margin-top: 10px;
    min-width: 120px;
    color: #fff;
    border-radius: 10px;
    white-space: nowrap;
    margin-right: 0px;
    font-size: 21px;
    font-weight: 600;
    padding: 12px 32px;
    line-height: 30px;
    background: linear-gradient(to bottom, #EACE09,#EACE09);
    text-align: center;

  }
  .mine-btn:hover {
    color: #fff;
    background: var(--button);
  }



  @media (max-width: 768px) {
    .mine {
      padding: 7px 20px 8px 20px;
    }
  }

  @media (max-width: 768px) {
    .mine-btn {
      width: 92%;
    }
  }



  #hero .icon-box {
    padding: 10px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);
    border-radius: 10px;
    height: auto;
    overflow-wrap: anywhere;
    text-align: center;
  }
  #hero .icon-box i {
    font-size: 32px;
    line-height: 1;
    color: #fff;
  }
  #hero .icon-box h2 {
    padding: 0;
    margin-bottom: 20px;
    line-height: 10px;
    font-size: 18px;
  }

  .hero-row {
    margin-top: 15px;
  }

  #hero .busd {
    color: #8247e5;
    font-weight: bold;
  }

  .busd-icon {
    color: var(--token);
    font-size: 22px;
  }

  #hero .icon-box h3 a {
    color: rgba(255,255,255,0.5);
    transition: ease-in-out 0.3s;
  }

  @media (max-width: 768px) {
    #hero {
      height: auto;
      padding-bottom: 100px;
    }

    #hero .container {
      padding-top: 100px;
    }
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #hero h2 {
      font-size: 20px;
      line-height: 30px;
    }
  }

  .busd {
    color: #8247e5;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
  }

  .totals-text {
    color: #fff;
    font-size: 15px;
  }

  .totals {
    line-height: 1;
    padding: 5px;
  }

  .disclaimer {
    font-size: 13px;
    padding: 15px 10px 15px 10px;
    transition: ease-in-out 0.3s;
    height: auto;
    color: rgba(253, 250, 250, 0.904);
    margin-left: 35px;
    margin-right: 20px;
    border-radius: 10px;
    max-width: 1300px;
  }

  .disclaimer i {
    padding-right: 1px;
    font-size: 15px;
    color: #ffc451;
    line-height: 2;
  }

  .usd {
    font-size: 12px;
    font-weight: 500;
    color: white;
    width: auto;
    text-align: center;
  }

  .big-timer {
    margin: 0px auto 25px auto;
    background-color: var(--secondary);
    width: fit-content;
    padding: 10px;
    font-weight: 700;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #b8860b;
    padding-bottom: 10px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);
  }


  /* Stats */

  .stats-container {
    font-size: 18px;
    transition: ease-in-out 0.3s;
    height: 100%;
    width: auto;
    text-align: center;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* border: 1px solid #E84142; */
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);
  }

  .stats-container ul {
    list-style: none;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    padding-left: unset;
    width: auto;
    margin-bottom: 40px;
  }

  .stats-referral-container {
    padding-bottom: unset;
  }

  .stats-referral-container ul {
    margin-bottom: unset;
  }

  .referral-link {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 15px;
    margin: 10px auto 10px auto;
    width: auto;
    overflow-wrap: anywhere;
   }

  .referral-link i {
    padding-left: 10px;
    padding-right: 5px;
  }

  .stats-icon-box {
    padding: 2px 5px 2px 5px;
    transition: ease-in-out 0.3s;
    height: 100%;
    width: 175px;
    min-width: 100px;
    border-radius: 10px;
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.4);
    text-align: center;
  }

  @media only screen and (max-width: 480px) {
    .stats-icon-box {
      border: none;
      margin-bottom: 25px;
    }
  }

  .overview {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    display: inline-flex;
    margin-left: 15px;
    margin-bottom: 20px;
  }

  .overview strong {
    padding-right: 5px;
  }

  .overview i {
    display: inline-flex;
    padding-right: 5px;
    font-size: 17px;
    color: #ffc451;
    line-height: 1.5;
  }

  .overview #user-balance {
    color: #ffc451;
    padding-left: 5px;
    padding-right: 5px;
  }

  .overview #max-investment {
    color: #ffc451;
    padding-left: 5px;
    padding-right: 5px;
  }

  .stats-icon-box #user-total-compoundss {
    color: #fff;
  }

  .stats-icon-box #user-dividends-and-referrals {
    color: #fff;
  }

  .stats-icon-box #user-total-withdrawn {
    color: #fff;
  }

  .stats-icon-box #user-total-referrals {
    color: #fff;
  }

  .stats-icon-box strong {
    font-size: small;
  }

  .stats-referral-box {
    padding: 20px 15px 20px 15px;
    transition: ease-in-out 0.3s;
    height: 100%;
    font-size: 15px;
    width: 150px;
    color: rgba(255,255,255,0.6);
    text-align: center;
  }

  .stats-icon-box:hover {
    border-color: #E84142;
  }
  .stats-referral-box:hover {
    border-color: #E84142;
  }

  .stats-icon-box h4 {
    font-weight: 700;
    line-height: 1;
    font-size: 20px;
    line-height: 26px;
  }

  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
    /*padding: 60px 0; */
    overflow: hidden;
  }

  .section-title-lottery {
    padding-bottom: 20px;
    padding-top: 40px;
    color:   rgba(255,255,255,0.5);
  }

  .section-title {
    padding-bottom: 20px;
    color:   rgba(255,255,255,0.5);
  }
  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
  }
  .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #fff;
    margin: 4px 10px;
  }
  .section-title p {
    margin: 0;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color:  rgba(255,255,255,0.8);
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/

  .services {
    padding-top: 40px;
    background-color: #000;
  }

  .services .lottery-container {
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);

    border-radius: 10px;
    /* height: 100%; */
    /* min-width: 300px; */

    justify-content: space-around;
    padding: 20px 25px 15px 25px;
  }

  .deposit-container {
    color:rgba(0, 0, 0, 0.8);
    background: #333333;
    border: 3px solid #EACE09;
    border-radius: 10px;
    height: 100%;
    font-size: 16px;
    justify-content: space-around;
    padding: 25px 25px 15px 25px;
  }

  @media only screen and (max-width: 480px) {
    .deposit-container {
      margin-top: 5px;
    }
  }

  .deposit-container .miners-info {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
  }

  #main .content-box h4 {
    padding: unset;
    font-size: 36px !important;
    font-weight: 400;
    line-height: 20px;
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 40px;
    transition: ease-in-out 0.3s;
    overflow-wrap: anywhere;
  }

  .form-control {
    margin-top: 5px;
    line-height: 2px;
    color:rgba(0, 0, 0, 0.8);
    background: #FAFFFE;
    border: 3px solid #EACE09;
    border-radius: 7px;
  }

  .form-control:focus {
    color:rgba(0, 0, 0, 0.8);
    background: #FAFFFE;
  }

  .example {
    margin-bottom: 25px;
  }

  .wallet {
    border: 1px double rgba(0, 0, 0, 0.5);;
    border-radius: 7px;
    padding: 7px;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
  }

  @media only screen and (max-width: 480px) {
    .wallet {
      margin-top: 25px;
    }
  }

  .services .icon-box {
    text-align: center;
    font-weight: bold;
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
    padding: 25px 30px 25px 30px;
    color: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* border: 1px solid #E84142; */
  }

  .services .icon-box .icon .img-fluid {
    width: 75px;
    height: 75px;
    max-width: 100%;
    margin-right: 10px;
  }
  .services .icon-box .icon {
    margin: 0 auto;
    border-radius: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  .services .icon-box .icon i {
    color: #151515;
    font-size: 28px;
    transition: ease-in-out 0.3s;
  }

  .services .icon-box .icon h5 {
    margin-bottom: 0;
    line-height: 1.6;
    text-align: left;
  }
  .services .icon-box .icon h4 {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left;
  }

  .services .icon-box h4 {
    font-weight: 700;
    font-size: 20px;
  }

  .services .icon-box h5 {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
  }

  .services .icon-box h4 a {
    color: #fff;
    transition: ease-in-out 0.3s;
  }

  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .services .icon-box:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);
    transition: .1s ease-in;
  }

  .approve-container {
    margin-bottom: 15px;
  }

  .btn-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .btn-invest {
    color: white;
    border-radius: 7px;
    width: 100%;
    max-height: 50px;

    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
    /* transition: 0.3s; */
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid black;
    background: linear-gradient(to bottom, #EACE09,#EACE09);
  }

  .btn-invest:hover {
    color: white;
    background: var(--button);
  }


  .btn-reinvest {
    color: #fff;
    border-radius: 7px;
    width: 100%;
    /* max-height: 40px; */
    border: 1px solid black;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
    /* transition: 0.3s; */
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    background: linear-gradient(to bottom, #EACE09,#EACE09);

  }

  .btn-reinvest:hover {
    color: #fff;
    background-color: var(--button);
  }

  .btn-compound {
    color: #fff;
    border-radius: 7px;
    width: 100%;
    /* max-height: 40px; */
    border: 1px solid black;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
    /* transition: 0.3s; */
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    background: linear-gradient(to bottom, #EACE09,#EACE09);

  }

  .btn-compound:hover {
    color: #fff;
    background-color: var(--button);
  }

  .compound {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }

  .withdraw {
    text-align: center;
    color: #EACE09;
    font-size: 18px;
    font-weight: 700;
  }

  .withdraw:hover {
    color: #fff;
    background-color: #EACE09;
  }

  .btn-withdraw {
    color: #EACE09;
    border-radius: 7px;
    width: 100%;
    max-height: 42px;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
    /* transition: 0.3s; */
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid black;
    background-color: transparent;
  }



  .btn-withdraw:hover {
    color: #fff;
    background-color: #EACE09;
    box-shadow: 0px 5px 20px rgb(255 255 255 / 30%), inset 0px 0px 0px rgb(0 0 0 / 32%);
  }

  .cooldown {
    font-size: 13px;
    font-weight: 700;
  }

  .cooldown:hover {
    color: #fff;
  }

  /* .main {
    margin: 5px auto;
    width: auto;
    min-width: 460px;
  } */

  .deposits {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  @media only screen and (max-width: 480px) {
    /* horizontal scrollbar for tables if mobile screen */
    .table-dark {
        overflow-x: auto;
        display: block;
    }
  }

  .img-fluid {
    width: 64px;
    height: 64px;
    max-width: 100%;
    margin-right: 5px;
  }

  .table-dark {
    --bs-table-bg: #000;
    border-color: rgba(170, 151, 151, 0.3);
    padding: 30px;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
  }

  .table>:not(:first-child) {
    border-top: unset;
  }

  .half {
	  width: 50%;
	  float: left;
  }

  .bottom-border-row {
	  border-bottom: 1px solid black;
  }

  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumbs {
    padding: 15px 0;
    background: whitesmoke;
    min-height: 40px;
    margin-top: 74px;
  }
  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
  }
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .breadcrumbs ol li + li {
    padding-left: 10px;
  }
  .breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #2f2f2f;
    content: "/";
  }
  @media (max-width: 992px) {
    .breadcrumbs {
      margin-top: 68px;
    }
    .breadcrumbs .d-flex {
      display: block !important;
    }
    .breadcrumbs ol {
      display: block;
    }
    .breadcrumbs ol li {
      display: inline-block;
    }
  }



  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: transparent;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  #footer .footer-top {
    padding: 10px 0 10px 0;
  }
  #footer .footer-top .footer-info {
    margin-bottom: 10px;
  }
  #footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
  }
  #footer .footer-top .footer-info h3 span {
    color: #ffc451;
  }
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
  }
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  #footer .footer-top .social-links a:hover {
    background: #ffc451;
    color: #151515;
    text-decoration: none;
  }
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffc451;
    font-size: 18px;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul a:hover {
    color: #ffc451;
  }
  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }
  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ffc451;
    color: #151515;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ffcd6b;
  }
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

  /*--------------------------------------------------------------
  # Frequently Asked Questions
  --------------------------------------------------------------*/



  .faq .faq-list {
    padding: 0 100px;
  }
  .faq .faq-list ul {
    padding: 0;
    list-style: none;
  }
  .faq .faq-list li + li {
    margin-top: 15px;
  }
  .faq .faq-list li {
    padding: 20px;
    border-radius: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
  }
  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
  }
  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #e6bb66;
  }
  .faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  .faq .faq-list .icon-show {
    display: none;
  }
  .faq .faq-list a.collapsed {
    color: rgba(255, 255, 255, 0.8);
    ;
  }
  .faq .faq-list a.collapsed:hover {
    color: #e6bb66;
  }
  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }
  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }
  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }




  .content-box {
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 7px;
    background-color: var(--secondary);
    box-shadow: 5px 10px 25px rgb(255 255 255 / 45%);
    max-width: 500px;
    height: auto;
    width: auto;
    overflow-wrap: anywhere;
  }

.elk-box{
  background: linear-gradient(0deg, rgb(0, 159, 85) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 0px 1px 1px;
}


  #main .container {
    max-width: 1130px;
    margin-top: 0px;
  }

  #main .content-box {
    max-width: unset;
    padding: 15px;
    box-shadow: none;
    border: 0px solid;
    background-color: transparent;
  }


  #mam .stat {
    background-color: #333333;
    backdrop-filter: blur(10px);
    border: 3px solid #EACE09;
  }



  .stats-row-container .stat {
    background: #333333;
    border: 1px solid #303b35;
    color: white;
    padding: 5px;
  }

  .deposit-container {
    background: #333333;
    border: 1px solid #303b35;
    color: white !important;

  }


  .wallet {
    border: 1px double #303b35;
    border-radius: 7px;
    padding: 7px;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    background-color: #272727;
  }

  .table{
    color: white;
  }

  #hero h5 {
    color: #ff7900;
    font-size: 22px;
    font-weight: 300;
    text-align: left !important;
  }

  #mine {
    background: linear-gradient(180deg, #192225 0%, #192225dd 50%, #192225 100%), url("../images/scminer-hero.jpg") bottom center no-repeat;
    background-size: cover;

  }

  #topdeposit {
    background: linear-gradient(180deg, #192225 0%, #19222573 50%, #192225 100%), url("../images/vector-bg-dark.png") bottom center no-repeat;
    background-size: cover;

  }


  .mark{
background-color: transparent;
}



  .drip-icon{
    text-align: center;
    width: 220px;
    opacity: 0.48;
    margin-top: -55px;
    float: center;
  }


  .drip-icon2{
    text-align: center;
    width: 170px;
    opacity: 0.48;
    margin-top: -18px;
    float: center;
  }


  #mam .stats-row-container > :not(:first-child) {
    margin-left: 27px;
  }





  .faq .faq-list {
    padding: 0 100px;
  }
  .faq .faq-list ul {
    padding: 0;
    list-style: none;
  }
  .faq .faq-list li + li {
    margin-top: 15px;
  }
  .faq .faq-list li {
    padding: 20px;
    border-radius: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
  }
  .faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
  }
  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #ffc451;
  }
  .faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  .faq .faq-list .icon-show {
    display: none;
  }
  .faq .faq-list a.collapsed {
    color: rgba(255, 255, 255, 0.8);
    ;
  }
  .faq .faq-list a.collapsed:hover {
    color: #ffc451;
  }
  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }
  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }
  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }



#faq {
  background: linear-gradient(0deg, #1922254c, #192225 90%), url("../images/vector-bg-dark.png") bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}



  #faq .fof-bnb{
    text-align: right;
    width: 100px;
    opacity: 0.48;
    float: right;
    padding-bottom: 100px;

  }

  .faq-container {
    width: 100%;
    margin: 0 auto;
  }

  .faq-item {
    margin-bottom: 20px;
    background-color: #333333;
    backdrop-filter: blur(50px);
    padding: 15px;
    padding-bottom: 9px;
    padding-left: 30px;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 16px;
    border: 1px solid #303b35;
  }

  .question {
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: left;
    }

    .question i {
      margin-left: auto;
      padding-top: 2px;
      padding-right: 5px;
    }


  .answer {
    display: none;
    padding-bottom: 10px;
  }

  .fa-minus-circle {
    display: none;
  }

  .centered-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .centered-subheading {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: -10px;
  }


  .question.active {
    color: var(--token) !important;
  }





.faq .faq-list {
  padding: 40px;
  border-radius: 10px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
.faq .faq-list a {
  color: #fff;
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  /* padding: 0 30px; */
  outline: none;
  cursor: pointer;
}
.faq .faq-list i {
  font-size: 19px;
  /* margin-left: 100px; */
  color: #fff;
}
.faq .faq-list span {
  color: #fff;
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.faq .faq-list h2 {
  padding-bottom: 30px;
  padding-top: 20px;
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
  color: #ffc107;
  justify-content: center;
  font-family: cursive;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffc451;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  color: #ffffff;
  margin: auto;
  display: table;
}
@media (min-width: 280) {
  .faq .faq-list p {
    padding-left: 0px;
    margin: auto;
    display: table;
  }
}

.faq .faq-list b {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #ffffff;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: rgba(255, 255, 255, 0.8);
}
.faq .faq-list a.collapsed:hover {
  color: #ffc451;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}


.faqbox {
  margin: auto;
  display: contents;

}


.faq .centered-heading {
  margin: 0px;
}



#main .stats-row-container .stat {
  min-width: 208px;
  padding-bottom: 20px !important;
  padding-top: 20px;
}


@media (max-width: 768px) {
  .stats-row-container .stat {
    padding: 10px 5px 10px 5px;
    margin-top: 12px;
    margin-left: 0;
    width: 100%;
  }

  #main .content-box h4{
    line-height: 1.3em;
    font-weight: 600 !important;
  }

  #mam .stats-row-container > :not(:first-child) {
    margin-left: 0px;
  }

  .centered-heading {
    text-align: center;
    margin-bottom: -40px;
    font-size: 32px;
  }

  .box-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mine-btn{
    margin-left: 32px;
margin-right: 32px;
  }

  .wheelbarrow {
    margin-top: 0px;
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0px;
  }

  #hero .container {
    padding-top: 0px;
  }

  #hero h1 span {
    font-size: 24px !important;
  }

  #hero h1 {
    padding-top: 60px;
  }


  .referral-link {
    margin-bottom: 30px;
  }

  #lottery .section {
    padding-top: 30px;
  }



  .drip-icon {
    margin-bottom: 0px;
  }

  .drip-icon2 {
    margin-bottom: 0px;
  }

}

#mam .stats-row-container .stat {
  padding-bottom: 0px !important;
  min-width: 288px !important;
}
