

@font-face {
    font-family: 'Fonarto';
    src: url('fonts/Fonarto.eot');
    src: url('fonts/Fonarto.eot?#iefix') format('embedded-opentype'),
        url('fonts/Fonarto.woff2') format('woff2'),
        url('fonts/Fonarto.woff') format('woff'),
        url('fonts/Fonarto.ttf') format('truetype'),
        url('fonts/Fonarto.otf') format('opentype');
       
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body{
	width: 100%;
	height:100%;
	min-height:700px;
	/*background-image: url('../custom/img/retrobg.png');*/
	background-color:#fff;
    font-family: 'Fonarto', sans-serif;
	font-size: 14px;
		
}





h3 {
	font-size: 18px;
	line-height: 40px;
	color: #7D0C84;
	font-family: 'Fonarto', sans-serif;
	font-weight: normal;
	padding-left: 10px;
}

h5 {
font-family: 'Fonarto', sans-serif;
}
a {color: #262d34;
font-family: 'Fonarto', sans-serif;}

a:hover {text-decoration: none; color: #262d34;}


.img16 {
   width:16px;
   height:16px;
}

.img32 {
  width:32px;
  height:32px;
}


/*Layout*/

.account-bar a {color: #ffffff;}



.wrapper {
	margin: 0px auto;
	overflow: hidden;
   background-color: #fff;
	/*background-image: url('../custom/img/retrobg.png');*/
	min-height:700px;
}

.header-top {
	width: 100%;
	min-height: 100px;
	margin: 0px auto;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
       
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
	
	
}

.header-inner {
	width: 100%;
	min-height: 100px;
	margin: 0px;
	position: relative;
	
}


.header-container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

.sub-pages {margin-top: 20px;}





.fl-l {

	float: left;

}

.fl-r {

	float: right;

}


.logo {
background:  url(../custom/img/logo.png) no-repeat;
background-size: contain;
	width: 300px;
	height: 80px;
	margin-top: 10px;
	margin-left: 0px;
	
	
	
	
}

.top-navigation {
	color: #048f50;
font-family: 'Fonarto', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	top: 12px; 
	right: 5px;
}



.top-navigation .fa {
	width: 16px;
}

.top-navigation a {
	display: inline-block;
	padding: 0px 6px;
	color: #048f50;
}

.top-navigation a:hover {
	text-decoration: none;
	color: #037c45;
}

.navigation {
	width: 600px;
	height: 32px;
	float: right;
	margin-bottom: 12px;
	margin-top: 42px;
	padding-top: 10px;
	border-top: 1px solid #494949;
}




.navigation .nav-pills > li > a { 
	color: #ffffff;
	font-size: 14px;
	padding: 0px 20px;
	margin: 0px 4px;
	line-height: 40px;
	font-family: 'Fonarto', sans-serif;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius:25px;
	font-weight: 400;
	background: rgba(4,182,102, 0.9);
	text-decoration:none;
	
}  

.navigation .nav-pills > li > a:hover {
	background: #039050;
	color: #ffffff;
}

.navigation .nav-pills > li > a i {margin-right: 4px;}

.navigation .nav > li > a:hover {
	background: #039050;
	color: #ffffff;
}

.navigation .nav-pills > li > a.active {
	background-color: #039050;
	color: #ffffff;
	border: 1px solid #3065A3;
	text-shadow: 1px 1px 1px #3065A3;

}












.footerContainer {
	
		width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	
	margin: 0px auto;
	background: #fff;
	
	
	
}

.footerInner {
	max-width: 1100px;
	min-height: 150px;
	margin: 0px;
	position: relative;
	border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
	
}




.ft-row{
	float: left;
	width: 17%;
	
}
.ft-row h3{
	width: 100%;
	display: inline-block;
	color: #2a2a2a;
	font-family: 'Fonarto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}
.ft-row ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left:10px;
}

.ft-row ul li a{
	width: 100%;
	display: inline-block;
	color: #048f50;
	font-family: 'Fonarto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin: 0;
	line-height: 25px;
}


.ft-row ul li a:hover {
	
	color: #037c45;
}

.solid a {
    background: url('img/processors.png') no-repeat;
    /*text-indent: -9999px; */
    overflow: hidden;
    display: inline-block;
    width: 250px;
    height: 50px;
    margin-right: 10px;
    margin-bottom:-20px;
}

.solid a.polygon {
    background-position: 0 0; 
}

.solid a.payeer {
    background-position: 0 -25px; 
}

.solid a.faucetpay {
    background-position: 0 -50px; 
}

.ft-solid{
	overflow: hidden;
	width: 32%;
	float: right;
}
.ft-solid p{
	width: 100%;
	display: inline-block;
	color: #303236;
font-family: 'Fonarto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin: 0;
	line-height: 25px;
	margin-top: 10px;
}








@media (max-width: 1000px){
.footerContainer
	{
		width: 1000px !important;
	}
	}




/*Homepage*/

.home-top-container {
	width: 100%;
	min-height: 65px;
	margin: 0px auto;
	margin-top: 0px;
}

.slider-middle {
	background: url(../custom/img/home.png) no-repeat right center;
	width: 100%;
	height: 450px;
	margin: 0px;
}




.statistics {
	height: 93px;
	line-height: 26px;
	font-family: 'Fonarto', sans-serif;
color:#262d34;
	font-size: 14px;
	font-weight: normal;
	background: transparent;
	text-transform: uppercase;
	padding-left: 30px;

	padding-top: 3px;
}

.stat-ic1 {
	background: url(../custom/img/7.png) no-repeat left center;
	
	width: 90px;
	height: 93px;
	float: left;
}

.stat-ic2 {
	background: url(../custom/img/8.png) no-repeat left center;
	width: 90px;
	height: 93px;
	float: left;
}

.stat-ic3 {
	background: url(../custom/img/9.png) no-repeat left center;
	width: 90px;
	height: 93px;
	float: left;
}

.stat-text {
	width: 220px;
	float: left;
	text-align: left;
	font-family: 'Fonarto', sans-serif;
}


.statistics span {
	font-size: 30px;
	font-weight: 900;
	padding: 0px 4px;
	display: block;
	margin-top: 18px;
	margin-bottom: 7px;
	font-family: 'Fonarto', sans-serif;
}

.slider-text {
	width: 500px;
	float: left;
	text-align: center;
	margin-top: 32px;
}


.slider-text h1 {
	color: #152443;
	font-size: 36px;
	font-family: 'Fonarto', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.slider-text p {
	color: #5d5d5d ;
	font-size: 22px;
	font-family: 'Fonarto', sans-serif;
	font-weight: 600;
	line-height: 28px;
}



.home-slider {
	background: #fdda47;
	width: 100%;
	height: 263px;

}

.slider-container {
	background: url(../custom/img/header-bg.png) repeat-y;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}



.main-content {
	max-width: 1000px;

	margin: 0px auto 20px;
	padding-top: 20px;

}

.main-content2 {
	max-width: 1000px;

	margin: 0px auto 20px;
}


.clear {clear: both;}



.main-login {
	width: 470px;
	margin: 40px auto 20px;
}

.login-top {
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-family: 'Fonarto', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #56595e;

}

.login-content {
	padding: 20px;
	background: white;
	position: relative;
	border: 5px solid #fff;
	border-top: 0px;
}



.register-content {
	background: url(../custom/img/register-bg.png) no-repeat left 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
}

.register-content .widget-title {
	background: #346C95;
	color: white;
	padding: 7px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 5px;
	font-size: 18px;
	margin-top: -28px;
	width: 230px;
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.register-content .widget-content {
	margin-bottom: 35px;
	padding: 10px 10px 20px 20px;
	border: 2px solid #D7D7D7;
}

.register-content .register-table {
	overflow: hidden;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-family: Arial, sans-serif;
	background: #EAEDED;
	font-size: 13px;
	padding: 30px 20px 20px;
	width: 550px;
	margin-left: 40px;
}

.register-content label {
	font-size:13px;
}
/*
.register-content input[type="checkbox"] {margin: 0px;}
*/

.text-retro {color: #02693b; 
  font-family: 'Fonarto', sans-serif;}
a.text-retro:hover,
a.text-retro:focus {color: #025630;}

.text-retro-muted {color: #8c8c8c; 
  font-family: 'Fonarto', sans-serif;}
a.text-retro-muted:hover,
a.text-retro-muted:focus {color: #828282;}

.text-retro-active {color: #5d5d5d;
  font-family: 'Fonarto', sans-serif;}
a.text-retro-active:hover,
a.text-retro-active:focus {color: #494949;}

.text-retro-burgundy {color: #048f50;
  font-family: 'Fonarto', sans-serif; }
a.text-retro-burgundy:hover,
a.text-retro-burgundy:focus {color: #037c45;}


.text-retro-navy {color: #2c2c2c; 
  font-family: 'Fonarto', sans-serif;}
a.text-retro-navy:hover,
a.text-retro-navy:focus {color: #181818;}


.btn-retro-burgundy {
    background-color:  #037c45; 
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 28px;
   
    border: 2px solid #fff;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.btn-retro-burgundy:hover {
    background-color: #048f50; 
    color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
    transform: translateY(-2px);
}

.live-feed {
  width: 100%;
  max-height: 200px;        
  overflow: hidden;
  position: relative;
  font-family: 'Fonarto', sans-serif;
  background: transparent;  
}

.feed-list {
  display: flex;
  flex-direction: column;
  animation: scrollUp 15s linear infinite;
}

.feed-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eaeaea;  
  color: #048f50;      
  padding: 8px 12px;
  margin-bottom: 6px;
  border-radius: 8px;
  font-size: 14px;
}

.feed-item strong {
  font-weight: 700;
  color:#5d5d5d;
  
}

.feed-item small {
  font-size: 12px;
  opacity: 0.8;
   color: #02693b;    
}


@keyframes scrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-100%); }
}




.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
	background: #fff;
	color: #048f50;
	font-family: 'Fonarto', sans-serif;
}

.dropdown-menu {
	background:  #fff;
	font-family: 'Fonarto', sans-serif;
	width: 170px;
	border: 0px;
	top: 100%;
	left: 2px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


.navbar .nav > li > .dropdown-menu:after{
	border-bottom: 6px solid #262d34;
}

.dropdown-menu > li > a{
	color:  #02693b;
	font-size: 14px;
	font-family: 'Fonarto', sans-serif;
	padding: 8px 0px 0px 15px;
	margin: 0;
	width: 155px;
	height: 25px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	text-align: left;
	border-bottom: 1px solid #048f50;
}

.dropdown-menu > li > a:hover {
	background: #f5f5f5;
	color:#025630;

}

.navigation .nav .dropdown-toggle .caret {
border-top-color: #048f50;
border-bottom-color: #048f50;
margin-top: 12px;
margin-left: 5px;
}

.navigation .nav-tabs .open .dropdown-toggle, .navigation .nav-pills .open .dropdown-toggle, .navigation .nav > li.dropdown.open.active > a:hover {
color: #037c45;
background: #fff;
border-color: #048f50;
	font-family: 'Fonarto', sans-serif;
}


.navigation ul > li > .dropdown-menu > li > a.firstChild{
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius:  0px;
	border-top-left-radius:  0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius:  0px;
}
.navigation ul > li > .dropdown-menu > li > a.lastChild{
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-left-radius:  0px;
	-webkit-border-bottom-right-radius:  0px;
	-moz-border-bottom-right-radius:  0px;
	border-bottom-right-radius: 0px;
}






.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(20,10,10,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}
.popup-box {
  background: linear-gradient(145deg, #fff8f3, #ffe3d6);
  border-radius: 20px;
  max-width: 650px;
  width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 3px solid #d13c49;
}
.popup-content {
  overflow-y: auto;
  padding-right: 5px;
  flex: 1 1 auto;
}
.popup-title { font-size:26px; font-weight:700; color:#d13c49; margin-bottom:15px; text-transform:uppercase; }
.popup-subtitle { font-size:20px; font-weight:600; color:#d13c49; margin-bottom:10px; }
.popup-text { font-size:15px; line-height:1.6; margin-bottom:20px; }
.highlight { color:#ff5e37; font-weight:700; }
.popup-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  flex-shrink: 0;
}
.btn-close, .btn-action {
  flex: 1;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-close { background:#ccc; color:#222; }
.btn-close:hover { background:#aaa; }
.btn-action { background:#d13c49; color:#fff; box-shadow:0 3px 0 #a82e39; }
.btn-action:hover { background:#e94e5c; box-shadow:0 3px 0 #b83442; }
.btn-membership { background:#3b1c1c; box-shadow:0 3px 0 #241010; }
.btn-membership:hover { background:#5a2a2a; }




.ticker-container {
  background: #1e282c;
  color: #fff;
  padding: 8px 0;
  overflow: hidden;
  border-top: 2px solid #00c0ef;
  border-bottom: 2px solid #00c0ef;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}

.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: ticker-scroll 25s linear infinite;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.ticker-item {
  display: inline-block;
  margin: 0 40px;
}

.ticker-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
  border-radius: 50%;
}

.ticker-up {
  color: #00a65a;
}
.ticker-down {
  color: #dd4b39;
}





.faucetpay-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    max-width: 350px;
    box-shadow: 0 0 10px #000;
    z-index: 9999;
    animation: fadeInUp 0.5s ease-out;
}
.faucetpay-popup img {
    vertical-align: middle;
    margin: 0 3px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}










.blocks-box {
      background: #fff6f2;
      border-radius: 20px;
      box-shadow: 0 4px 10px rgba(160, 70, 70, 0.25);
      border: 2px solid #d13c49;
      padding: 25px;
      text-align: center;
      width: 260px;
      font-family: 'Poppins', sans-serif;
      transition: all 0.3s ease;
    }
    .blocks-box:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 15px rgba(154, 28, 47, 0.35);
    }

    .blocks-icon img {
      width: 70px;
      height: 70px;
      margin-bottom: 10px;
    }
    .blocks-title {
      font-size: 20px;
      font-weight: 700;
      color: #9a1c2f;
      margin-bottom: 15px;
    }
    .blocks-info {
      background: #fdfdfd;
      border-radius: 15px;
      padding: 12px 0;
      box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
      color: #333;
      font-weight: 600;
      margin-bottom: 18px;
    }
    .blocks-info span {
      color: #9a1c2f;
      font-weight: 700;
    }
    .action-btn {
      background: #9a1c2f;
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 600;
      letter-spacing: 0.5px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .action-btn:hover {
      background: #c24c5a;
      box-shadow: 0 0 8px rgba(154, 28, 47, 0.4);
    }




.contract-box {
  background: #fff6f2;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(160, 70, 70, 0.25);
  padding: 20px;
  max-width: 600px;
  margin: 25px auto;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #d13c49;
}

.contract-label {
  font-weight: 700;
  font-size: 18px;
  color: #9a1c2f;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contract-content {
  background: #fdfdfd;
  border-radius: 15px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

#contract-address {
  font-family: monospace;
  font-size: 14px;
  color: #333;
  overflow-wrap: anywhere;
}

.contract-content button {
  background: #9a1c2f;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 6px 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contract-content button:hover {
  background: #c24c5a;
  box-shadow: 0 0 8px rgba(154, 28, 47, 0.4);
}
