/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	margin: 0px;
    font-family: "Poppins", serif;
	font-size: 14px;
	color: #fff;
	line-height: 1;
    background-color: #030e1d;
}
body, html {
    width: 100%;
    height: 100%;
}
html {
    scroll-behavior: smooth;
}
a {
	 
	font-size: 14px;
	color: #333;
        transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #d258b5;
}
a:active {
	text-decoration: none;
}
.wtext {
    color: #fff !important;
}
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: auto;
}

.split {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.leftcolm {
    float: left;
    width: 49%;
}
.rightcolm {
    float: right;
    width: 49%;
}
#mainscreen {
    width: 100%;
    height: 100%;
}
.topbar {
    width: 100%;
    height: 34px;
    background: rgb(177,133,61);
    background: linear-gradient(180deg, rgba(177,133,61,1) 0%, rgba(218,181,95,1) 100%); 
    color: #050e22;
    
}
.topbar span {
    padding: 10px;
    display: inline-block;
}
.topbar a {
    padding: 10px;
    display: inline-block;
}
.topbar a:hover {
    color: #fff;
}
header {
    width: 100%;
    position: absolute;
    z-index: 99;
}
.logo {
    width: 105px;
    float: left;
    margin: 20px 0 0 0px;
}
.logo img {
    width: 100%;
}
.accounts {
    width: auto;
    margin: 48px 0 16px 0px;
    text-align: right;
}
.accounts ul {
    width: auto;
}
.accounts ul li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}
.accounts ul li a {
      background-image: linear-gradient(to bottom, #a98244, #b69251, #c4a25f, #d1b26d, #dec37c, #e0c57d, #e2c87f, #e4ca80, #dcbf74, #d4b368, #cda85c, #c59d51);
    padding: 8px 24px;
    font-family: "Poppins", serif;
    color: #050e22;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}
.accounts ul li a:hover {
    color: #fff;
}
.sociallink {
    background: none !important;
    color: #efd98f !important;
    padding: 0px 8px !important;
    font-size: 20px !important;
}
:hover.sociallink {
    color: #fff !important;
}
nav {
    float: right;
    margin: 10px 0 0 0px;
}
nav ul {
    width: auto;
}
nav ul li {
    float: left;
}
nav ul li a {
    padding: 10px 15px;
    display: block;
    color: #f5f2e2;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    font-family: "Palanquin Dark", serif;
}
nav ul li a:hover {
    color: #d2aa58;
}
.trading {
    position: absolute;

    width: 100%;
    overflow-x: hidden;
       transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;
   
}
.tradanim {
      animation: 120s ba;
	-webkit-animation: 120s ba;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes ba {
   0% {
    margin-left: 0;
  }
  50% {
    margin-left: -790px;
     
  }
  100% {
    margin-left: 0;
  }
}
.airob {
    position: absolute;
    z-index: 77;
    transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 60%;
}
.mhead {
     position: absolute;
    width: 100%;
    z-index: 77;
  left: 0%;
  top: 80%;
   
    text-align: center;
}
.mhead h1 {
    font-family: "Palanquin Dark", serif;
    font-size: 82px;
    text-transform: uppercase;
    color: #dcd5c6;
    margin-bottom: 10px;
    text-shadow: 0 4px 16px #000;
}
.mhead h2 {
    font-family: "Palanquin Dark", serif;
    font-size: 31px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    letter-spacing: 25px;
    text-shadow: 0 4px 8px #000;
}
#aboutc {
    width: 100%;
    min-height: 600px;
    padding: 75px 0px;
    text-align: center;
}
#l1 {	
	visibility:hidden;
}
.l1 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
.laptop {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 55;
    margin-bottom: 70px;
}

#lrob {	
	visibility:hidden;
}
.lrob {
    position: absolute;
    margin-left: -150px;
    margin-top: 90px;
    z-index: 77;
    animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
.coina {
    position: absolute;
    z-index: 99;
    margin-left: 180px;
    margin-top: 70px;
    animation: 5s tsa infinite;
	-webkit-animation: 5s tsa infinite;
   
}
#rrob {	
	visibility:hidden;
}
.rrob {
    position: absolute;
    margin-left: -160px;
    margin-top: 70px;
    z-index: -1;
    animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
@-webkit-keyframes lsa {
0% {
    -webkit-transform: translateX(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}
}
@keyframes lsa {
0% {
    transform: translateX(50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}
@-webkit-keyframes rsa {
0% {
    -webkit-transform: translateX(-50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes rsa {
0% {
    transform: translateX(-50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}


@-webkit-keyframes bta {
0% {
    -webkit-transform: translateY(25%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes bta {
0% {
    transform: translateY(25%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}

@-webkit-keyframes tsa {
0% {
    -webkit-transform: translateY(10%);
}
50% {
    -webkit-transform: translate(0px,0px);
}
100% {
    -webkit-transform: translateY(10%);
}
}

@keyframes tsa {
0% {
    transform: translateY(10%);
	
}
50% {
	transform:translate(0px, 0px);
	
}
100% {
    transform: translateY(10%);

}    
}
#aboutc h2 {
    color: #ffc14f;
    text-transform: uppercase;
    font-family: "Poppins", serif;
    font-size: 25px;
    margin-bottom: 15px;
}
#aboutc h3 {
    color: #f5ecba;
    font-family: "Poppins", serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 15px;
}
#aboutc p {
    color: #cccccc;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
}
.aboutc {
    width: 80%;
    margin: auto;
}
#benefits {
    background-color: #010612;
    width: 100%;
    padding: 75px 0px;
}
#benefits h2 {
    text-align: center;
    font-size: 50px;
    font-family: "Palanquin Dark", serif;
    text-transform: uppercase;
}
#benefits ul {
    width: auto;
}
#b1 {	
	visibility:hidden;
}
.b1 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#b2 {	
	visibility:hidden;
}
.b2 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#b3 {	
	visibility:hidden;
}
.b3 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#t0 {	
	visibility:hidden;
}
.t0 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#t1 {	
	visibility:hidden;
}
.t1 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#t2 {	
	visibility:hidden;
}
.t2 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#t3 {	
	visibility:hidden;
}
.t3 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#t4 {	
	visibility:hidden;
}
.t4 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#t5 {	
	visibility:hidden;
}
.t5 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#benefits ul li {
    width: 32.3%;
    float: left;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}
#benefits ul li h3 {
    font-size: 30px;
    font-family: "Poppins", serif;
    font-weight: 500;
    margin-bottom: 15px;
}
#benefits ul li p {
    font-size: 18px;
    font-family: "Poppins", serif;
    line-height: 25px;
    margin-bottom: 15px;
}
.tokend {
    width: 100%;
    padding: 75px 0px 75px 0px;
    background-image: url('../imgs/tokenbg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
.tokend h2 {
    text-align: center;
    font-size: 50px;
    font-family: "Palanquin Dark", serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.tokend p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 15px;
}
.tdata {
    background-color: rgba(1,4,12,0.7);
    padding: 20px;
    box-sizing: border-box;
    margin: 25px 0 0 0px;
    border-radius: 16px;
    box-shadow: 0 3px 4px #000;
}
.tdata table, td, th {  
  border: none;
  text-align: left;
}

.tdata table {
  border-collapse: collapse;
  width: 100%;
}

.tdata th, td {
  padding: 15px;
  font-size: 16px;
}
#tokenomics {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.tokenomics {
    width: 100%;
/*
     background: rgb(184,196,197);
    background: linear-gradient(180deg, rgba(184,196,197,1) 0%, rgba(255,255,255,1) 100%); 
*/
    background-color: #fff;
    min-height: 350px;
    border-radius: 16px;
    padding: 50px 0px;
     
}
.tokenomics h2 {
    text-align: center;
    font-size: 50px;
    font-family: "Palanquin Dark", serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #050e22;
   font-weight: 600;
}
.lefthand {
    position: absolute;
    margin-top: 120px;
    left: 100px;
    z-index: 22;
}
.righthand {
    position: absolute;
    margin-top: 120px;
    right: 100px;
    z-index: 22;
}
.anychart-credits {
  display: none;
}
#container {
  width: 70%;
  height: 400px;
  margin: 0px 0px 0px 0px;
  padding: 0;
  margin: auto; 
}
#roadmap {
    visibility:hidden;
}
.roadmap {
    width: 100%;
    padding: 75px 0px 0px 0px;
    background-image: url('../imgs/bullbg.png');
    background-repeat: no-repeat;
    background-position: center bottom 130px;
    min-height: 1024px;
        
    animation: 1s zin ;
	-webkit-animation: 1s zin;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
@-webkit-keyframes zin {
0% {
    -webkit-transform: translateX(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}
}
@keyframes zin {
0% {
    transform: scale(0.2);
	opacity: 0;
}
100% {
	transform: scale(1);
	opacity: 1;
}
}
#roadmap h2 {
    text-align: center;
    font-size: 50px;
    font-family: "Palanquin Dark", serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.rmone {
    width: 75%;
    margin: auto;
}
.rmone ul {
    width: auto;
}
.rmone ul li {
    width: 50%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.rmone ul li h3 {
    color: #5d6f95;
    font-family: "Palanquin Dark", serif;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.rmone ul li h4 {
    font-family: "Poppins", serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0.5;
}
.rmone ul li p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.rmleft {
    width: 25%;
    float: left;
    margin: 50px 0 50px 0px;
}
.rmleft h3 {
    color: #5d6f95;
    font-family: "Palanquin Dark", serif;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.rmleft h4 {
    font-family: "Poppins", serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0.5;
}
.rmleft p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.rmright {
    width: 25%;
    float: right;
    margin: 50px 0 50px 0px;
}
.rmright h3 {
    color: #5d6f95;
    font-family: "Palanquin Dark", serif;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 20px;
}
.rmright h4 {
    font-family: "Poppins", serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 0.5;
}
.rmright p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.team {
    width: 100%;
    padding: 75px 0 75px 0px;
}
.team h2 {
    text-align: center;
    font-size: 50px;
    font-family: "Palanquin Dark", serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.team ul {
    width: auto;
}
.team ul li {
    width: 20%;
    float: left;
    text-align: center;
}
.team ul li img {
    width: 60%;
}
.team ul li h4 {
    color: #e8c772;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 15px;
}
.team ul li h5 {
    color: #d0d5e0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
footer {
    background-color: #01040c;
    width: 100%;
    padding: 75px 0px 25px 0px;
    min-height: 590px;
    box-sizing: border-box;
    background-image: url('../imgs/conatct-rob.png');
    background-repeat: no-repeat;
    background-position: bottom right 10%;
}
footer h2 {
    font-size: 50px;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #e0e6d1;
}
footer h2 span {
    color: #a8a3af;
}
.touch {
    width: 33%;
    float: left;
}
.touch h3 {
    color: #e8c772;
    font-size: 30px;
    margin: 0 0 30px 0px;
    font-weight: 500;
}
.touch ul {
    width: auto;
}
.touch ul li {
    width: 100%;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
}
.form {
    width: 33%;
    float: left;
    margin-bottom: 30px;
}
.form h3 {
    color: #e8c772;
    font-size: 30px;
    margin: 0 0 30px 0px;
    font-weight: 500;
}
.form input[type="text"] {
    width: 100%;
    padding: 7px 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: #67462e solid 1px;
    background: none;
    outline: none;
    color: #989898;
    font-size: 15px;
    font-family: "Poppins", serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.form input[type="email"] {
    width: 100%;
    padding: 7px 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: #67462e solid 1px;
    background: none;
    outline: none;
    color: #989898;
    font-size: 15px;
    font-family: "Poppins", serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.form textarea {
    width: 100%;
    padding: 7px 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: #67462e solid 1px;
    background: none;
    outline: none;
    color: #989898;
    font-size: 15px;
    font-family: "Poppins", serif;
    font-weight: 400;
    resize: none;
    margin-bottom: 10px;
}
.form button {
     background-image: linear-gradient(to bottom, #a98244, #b69251, #c4a25f, #d1b26d, #dec37c, #e0c57d, #e2c87f, #e4ca80, #dcbf74, #d4b368, #cda85c, #c59d51);
    padding: 4px 24px;
    font-family: "Poppins", serif;
    color: #050e22;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}
.copyright {
    width: 80%;
    padding: 10px 0px;
}
.botlogo {
    float: left;
    margin-right: 20px;
}
.copyright h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.copyright h5 {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.social {
    width: 100%;
    padding: 0 0 10px 0px;
    font-size: 20px;
    color: #e8c772;
}
.social a {
    font-size: 20px;
    color: #e8c772;
    padding: 0 4px;
}
.social a:hover {
    color: #fff;
}
.mobmenu {
    display: none;
}
#close {
    display: none;
} 
.top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 50px;
    opacity: 0.5;
}
.maccounts {
    display: none;
}
@media screen and (max-width: 780px) {
.maccounts {
    display: block;
    width: auto;
    margin: 0px 0 16px 0px;
    text-align: right;
    padding-top: 30px;
}
.maccounts ul {
    width: auto;
}
.maccounts ul li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}
.maccounts ul li a {
      background-image: linear-gradient(to bottom, #a98244, #b69251, #c4a25f, #d1b26d, #dec37c, #e0c57d, #e2c87f, #e4ca80, #dcbf74, #d4b368, #cda85c, #c59d51);
    padding: 8px 16px;
    font-family: "Poppins", serif;
    color: #050e22;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}
.maccounts ul li a:hover {
    color: #fff;
}    
.fl {
    float: none;
}    
.fr {
    float: none;
}        
.mobmenu {
    float: right;
    margin: 20px 10px 0 0px;
    color: #fff;
    font-size: 25px;
    display: block
}  
.mobmenu a {
    color: #fff;
    font-size: 25px;
}      
.mobmenu i {
    margin: 0 6px;
}    
.topbar {
  height: auto;
  display: none;
}      
.logo {
  width: 95px;
  float: left;
  margin: 15px 0 0 10px;
}    
.accounts {
  width: auto;
  margin: 18px 0 16px 0px;
  text-align: right;
    display: none;
}    
#close {
    border-bottom: dashed 1px rgba(255,255,255,0.5);
    padding-bottom: 10px;
    display: block;
}    
nav {
  float: none;
  margin: 0px 0 0 0px;
  position: fixed;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
    display: none;
}    
nav ul li {
  float: none;
}    
nav ul li a {
  padding: 10px 10px;
  font-size: 15px;
}    
.airob {
  left: 50%;
  top: 50%;
  width: 100%;
} 
#benefits {
  padding: 25px 0px;
}    
#benefits h2 {
  text-align: center;
  font-size: 40px;
  font-family: "Palanquin Dark", serif;
  text-transform: uppercase;
}    
.airob img {
  width: 100%;
}        
.mhead h1 {
  font-size: 45px;
}    
.mhead h2 {
  font-size: 25px;
  letter-spacing: 3px;
}   
.laptop {
  overflow: hidden;
  margin-top: 50px;
  padding: 10px 0px 70px 0px;
}    
.laptop img {
    width: 100%;
}    
.coina {
  margin-left: 115px;
  width: 133px !important;
}    
.lrob {
  margin-left: -30px;
  width: 160px !important;
}    
.rrob {
  margin-left: -121px;
  margin-top: 22px;
  width: 160px !important;
}    

#benefits ul li {
  width: 100%;
  float: none;
  padding: 15px;
}    
.tdata {
  background-color: rgba(1,4,12,0.7);
  padding: 20px;
  box-sizing: border-box;
  margin: 25px 0 0 0px;
  border-radius: 16px;
  box-shadow: 0 3px 4px #000;
    overflow-x: auto;
}    
.tokend h2 {
  font-size: 30px;
  margin-bottom: 15px;
}    
.tokend p {
  font-size: 15px;
  line-height: 20px;
}    
.tokenomics h2 {
  font-size: 30px;
}    
.roadmap {
  width: 100%;
  padding: 75px 0px 0px 0px;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 1024px;
  animation: 1s zin;
  -webkit-animation: 1s zin;
    animation-iteration-count: 1;
    animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  visibility: visible !important;
  opacity: 0;
    text-align: center;
}    
#roadmap h2 {
  font-size: 30px;
  margin-bottom: 15px;
}    
.rmone {
  width: 100%;
  margin: auto;
}    
.rmone ul li {
  width: 100%;
  float: none;
  padding: 10px;
  box-sizing: border-box;
}    
.rmone ul li h3 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}    
.rmleft {
  width: 96%;
  float: none;
  margin: auto;
}    
.rmleft h3 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}    
.rmright {
  width: 96%;
  float: none;
  margin: auto;
}    
.rmright h3 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
}    
.team h2 {
  font-size: 30px;
  margin-bottom: 15px;
}    
.team ul li {
  width: 100%;
  float: none;
  text-align: center;
}    
footer {
  background-color: #01040c;
  width: 100%;
  padding: 75px 0px 25px 0px;
  min-height: 590px;
  box-sizing: border-box;
  background-image: url('../imgs/conatct-rob.png');
  background-repeat: no-repeat;
  background-position: bottom right 0%;
    background-size: 50%;
}    
footer h2 {
  font-size: 30px;
  margin-bottom: 15px;
}    
.touch {
  width: 100%;
  float: none;
}    
.form {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}    
.copyright {
  width: 60%;
  padding: 10px 0px;
}    
.botlogo {
  float: none;
  margin-right: 0px;
}
.copyright h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}    
.lefthand {
    position: absolute;
    margin-top: -60px;
    left: 20px;
    z-index: 22;
}
.lefthand img {
    width: 140px;
}
.righthand {
    position: absolute;
    margin-top: -60px;
    right: 20px;
    z-index: 22;
}   
.righthand img {
    width: 100px;
}    
}