@media screen and (prefers-reduced-motion: no-preference) {
  html, body {
    scroll-behavior: smooth; 
  }
}

a { -webkit-tap-highlight-color: transparent; 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; text-decoration:none;  transition: all 0.5s ease;}
  
a:hover { transition: all 0.5s ease;}

html, body {
    padding:0;
    margin: 0;
    clear: both;
    width: 100%;
    	font-size: 100%;
	
vertical-align: baseline; font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  height: 100%;
  display: grid;

}

h2 {
    font-size: 1.5em;
    line-height: 2em;
    letter-spacing: 1.5;
    text-transform: uppercase;
    font-weight: 600}

#navbar {background-color: #1e1f31f2;z-index:10;
    padding: 30px 20px 10px 20px;
    border-bottom: 2px solid #38adad;
      padding: 30px 20px 10px 20px;
    color: white;
  position: fixed;
  
  top: -80px;
  width: 100%;
  display: block;
  transition: top 0.7s ease-out;}

#navbar span {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: -12;color:white;
    font-weight: 600;
    left: 5px}



section {
  padding: 6rem 15px;
  position: relative;
  max-width: 80rem;
  margin: 2rem auto;
}
section *:last-child {
  margin-bottom: 0;
}

.home-logo {max-width:320px; height:auto;}

.plus {
    font-size: 5em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: -70px;color: #04cccc;
}


#home, #cardano-staking, #cardano-price, #about-us {
  display: grid;
  place-items: center; margin:0;
background-image: linear-gradient(to bottom, #121326, #151629, #202241);
  color: #fff;
}

#cardano-price section {
    text-align: center;
    position: relative;
    width: 80%;
    max-width: 600px;
   }
   
#price-holder {  height: 300px;  display: inline-block}

#price-holder img {
    width: 100px;
    margin-top: 70px;
    height: 100px;
    padding-bottom: 20px;
}
    
#price-holder.hide {display:none}
#footer {background: #121326;text-align: center;margin-top: -1px;color:#fff;}
#footer section {padding: 30px 0;position: relative;margin: 0;max-width: 100%}
#cardano-epoch {color:#04cccc;text-align: center;background-image: linear-gradient(to bottom, #121326, #151629, #202241);}


#about-us {background: #fff; text-align: center;color:#82828c}

  
#about-us h2 {color:#121326} #about-us h3 {font-weight: 600}

#cardano-staking a, #footer a,#cardano-price a, #about-us a {
    color: #04cccc;
    font-weight: bold;
}

#about-us a:hover, #footer a:hover { color: #00ffff}

a.more.sequence.fadeInBottom h3 {font-size:30px}

#home {
height: 100vh;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    text-align: center;
      -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
      text-shadow: 0 0 15px #121326

}

.home-banner p {
    color: #00ffff;
    letter-spacing: 2;
    margin: 0;
    font-size: 18px;
}

#home h1 {margin:0;font-size:3.2rem;letter-spacing: 2;}

h1 {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 3
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
}




img.side-logo:hover {transition:all 0.5s ease;opacity:1}

img.side-logo {
    position: relative;
    transition: all 0.5s;
    width: auto;
    height: 36px;
    border-radius:50%;
    left: 0
}

aside span {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    left: 8px;
    top: -10px;
    color: #fff;
}

aside {position: fixed;z-index:50;
display:inline-block;
  width: 300px;box-shadow: 0px 0px 20px black;
  height: 100%;color:#fff;
  background-color: #404150;
  right: -350px; 
  text-align:left;
  top: 0;  bottom: 0;
  padding-top: 70px;
  transition: all 0.4s ease;
}
aside.active {
  right: 0px;
}
.menu a {
  display: block;
  padding: 1.2rem;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #38adad;

}

.menu a:hover {font-weight:bolder; text-shadow:0 0 10px #00ffff}


.button i {
    color: white;
    float: left;
    border: 2px solid #fff;
    opacity: 0.3;
    width: 36;
    height: 36;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.5s ease;
    margin: 40px 0px 0px 15px;
}

.button i.fab.fa-twitter:hover, .button i.fab.fa-telegram-plane:hover {
    background: #38adad;border-color:#38adad;opacity:1;transition:all 0.5s ease;
}

.toggle-wrap {
    z-index: 100;
    position: fixed;
    text-align: right;
    cursor: pointer;
    width: 95px;
    height: 17px;
    padding-top: 15px;
    right: 20;
    top: 22px;
  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform:scale(0.6)
}

.menu-logo {opacity:0.3;     transition: all 0.5s ease;
   padding: 10px 15px; color:white;
}

.menu-logo:hover {
    opacity: 1;
    transition: all 0.5s ease;
}

.menu-logo a {
    display: inline-block;
    margin-left: 15px;
}

.menu-label {
    position: fixed;
    right: 60;
    top: 31px;
    letter-spacing: 2.5;
    font-size: 12px;
    color: white;
    z-index: 10;
}

.toggle-bar {
    width: 38px;
    position: relative;
    border-top: 6px solid #fff;
    display: inline-block;
    top: -2;
    left: 0
  
}

.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #fff;
  height: 6px;
  width: 38px;
  position: absolute;
  top: -16px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


h3 {letter-spacing: 1.5;font-weight:300;}

#logo {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin: 0;
 
}


img.logo {
    width: 26px;
    height: 26px;
    position: relative;
    top: -5px;
    border-radius: 50%;
}

.home-banner {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 15%}

canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;z-index: 0;
}
ul {list-style-type:none;padding:30px 0 10px 0;}
ul.icons.major i {
    color: #fff;
    background: #04cccc;
    padding: 20px;
    font-size: 60px;
    transition: all 0.5s ease;
    margin: 0px 15px;
    border-radius: 50%;
    line-height: 80px;
   
    height: 80px;
    width: 80px;
}
ul.icons.major i:hover {transition: all 0.5s ease;color:#00ffff;background:#292a3c;}
ul.icons.major {color: #04cccc}
li {display:inline-block}


.ADA-price-wrap {
    background-color: white;
    border-radius: 5px;
    height: 300px;
    margin: 0 -10px;
}

#ADAprice {padding:0;margin:0}


#cardano-price h3, #cardano-epoch h3 {margin: 0 0 40px 0; font-size: 1.125rem; line-height: 1;color: #00ffff; font-weight: 300}
#cardano-price h2, #cardano-epoch h2 {margin-bottom:0;color:#fff;}
#cardano-epoch h4 {
    font-weight: 300;
    letter-spacing: 1.5;
    font-size: 12px;
    color: #fff;
    margin: 20px 0 -2px;
}
    
    .chart-link {
    position: relative;
    z-index: 10;
    top: 25px;
    font-size: 10px; transition:all 0.5s ease;
}

    #epoch-wrap {position: relative;min-height: 400px}
    
 .ecurrent {text-shadow:0 0 20px #00ffff;
    height: 150px;
    width: 150px;
    border: 5px solid #00ffff;
    color:#fff;
    border-radius: 50%;
    position: relative;display:inline-block;
    margin: 20px 0 20px 0;padding:0;
    line-height: 70px;    letter-spacing: 1.5;
    font-size: 12px;    -webkit-animation: epoch-pulse 4s ease-in-out infinite;
}

@-webkit-keyframes epoch-pulse {
  0% { box-shadow:inset 0 0 5px #00ffff}
  50% { box-shadow: inset 0 0 15px #00ffff}
  100% { box-shadow: inset 0 0 5px #00ffff}
}

p#currentepoch {
     border-radius: 50%;
    line-height: 150px;
    font-size: 50px; color:#00ffff; box-shadow: 0 0 10px #00ffff;
    height: 150px; 
    position: relative;
    top: -70px;
    width: 150px;
    margin: 0;
    padding: 0;
}

p#date {letter-spacing: 1.5; font-size: 24px;color:#fff;margin-top:10px;
    min-height: 30px;}
    
    #epoch-wrap i {color:#04cccc}
    .ecountdown {text-align:center;min-height: 30px;margin-top:10px;}
    
p#countdown {
    letter-spacing: 1.5;margin-top: 2px;font-size: 16px;color: #00ffff;}
    

.lightblock {
  position: absolute;
  height: 20px;opacity: 0.4!important;
  width: 20px;
  background-color: #04cccc;
  box-shadow: #00ffff 0px 0px 20px -2px;
  top: 80vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}


 .chart-link a:hover {color:#00ffff!important}
 
.currency-selector .selection {
  margin-bottom: 1em; display:inline-block;
}

.currency-selector .selection label {
  display: inline-block; text-align:center;
  width:60px; font-size:14px;
  padding: 0.5em;
  cursor: pointer;
    background-color: #404150;
    outline: none!important;
    font-weight: bold; 
    border-radius: 3px;
    border: none;
    color: #a0a0a8;
    margin: 10px 0;
    text-align: center;
    line-height: 20px;
    height: 20px;
    cursor: pointer; transition:background-color 0.5s ease;
}

.currency-selector .selection label:hover {
  background-color: #38adad;color:white;
}

.currency-selector .selection input[type=radio] {
  display: none;
}

.currency-selector .selection input[type=radio]:checked ~ label {
  background-color: #38adad;color:white;
}

iframe#ADAprice {
   clip-path: inset(18px 18px 25px 18px);
    position: absolute;
    left: 0;
}

#cardano-epoch h3 a {
    color: #00ffff;
}
#cardano-epoch h3 a:hover {
    color: #fff;
}

a.more.sequence.fadeInBottom {
    color: white;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1.5;
    z-index: 1;
    position: absolute;
    padding: 5px;width: 100%;
}


i.fas.fa-chevron-down
{padding-top:5px;
    font-weight: 900;
color: #04cccc;
    font-size: 24px;
}


.more, .more span {
    animation-duration: 1s;
     animation-delay: 2s;
    animation-fill-mode: both;
}

.more span { display: inline-block }

.fadeInBottom {
    animation-name: fadeInBottom;
    position: absolute;
    bottom: 60px;
}
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}




@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}












		@media screen and (max-width: 768px) {
section {padding: 50px 0px} h2 {line-height: 1.7}
.home-logo {max-width:200px;padding-bottom:10px}
#home h1 {margin:0;font-size:2rem; padding-bottom:10px}
#about-us {padding:0 20px}

.home-banner p {letter-spacing: 2; font-size:11px} .home-banner {top: 10%;}
.currency-selector .selection label {  width:50px; font-size:12px}
.ADA-price-wrap {margin:0}
.plus {display:block;top:0;}
a.more.sequence.fadeInBottom h3 {font-size: 15px;font-weight:600;padding-bottom:15px;}

}