/*
Theme Name: Aion Coin
Template: oan-august
Author: August Digital Inc.
Author URI: https://alwaysaugust.co
Description: Child theme of "OAN Main Theme" for the Aion coin site.
Version: 0.0.1
*/


section.page-title {
  padding-top: 150px;
  padding-bottom: 94px;
  background-color: #272726;
  color: #E1DCCD;
}

section.page-title h2 {
  font-family: "Aeonik Bold";
  font-size: 100px;
  letter-spacing: 1.04px;
  margin: 0;
}

/**
 * HEADER STYLES
 *  
 */
header img.custom-logo {
  width: 106px;
  height: auto;
}

header ul.nav li:last-child img {
  position: relative;
  top: -2px;
}

body.page-metrics header:not(.scroll) { 
  background-color: transparent;
}

@media all and (max-width: 575px) {
  header ul.nav li:last-child img {
    position: static;
    padding: 10px 0;
  }
}

/**
 * HOME PAGE STYLES
 */
body.home section.top {
  padding-bottom: 50px;
  background-position: center bottom;
}

body.home section.top h1 {
  font-size: 75px;
  max-width: 80%;
  margin: 0 0 20px;
  line-height: 0.95;
}

body.home section.top p {
  max-width: 75%;
  margin: 0;
  line-height: 1.25;
}

body.home section.top div.button-col a.btn.btn-light {
  opacity: 0;
}

body.home section.top div.button-col a.btn.btn-light.show {
  animation-name: slideUpFade;
  animation-duration: 500ms;
  animation-delay: 500ms;
  animation-fill-mode: forwards;
}

body.home section.where {
  padding-bottom: 120px;
}

body.home section.where div.stripes {
  width: 100%;
  height: 34px;
  background-color: #FFB901;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 120px;
}

body.home section.where div.stripes span {
  width: 12.5%;
  height: 100%;
  opacity: 0;
}

body.home section.where div.stripes.show span {
  animation-name: fadeIn;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}

body.home section.where div.stripes.show span:nth-child(1) {
  animation-delay: 0;
}

body.home section.where div.stripes.show span:nth-child(2) {
  animation-delay: 250ms;
}

body.home section.where div.stripes.show span:nth-child(3) {
  animation-delay: 500ms;
}

body.home section.where div.stripes.show span:nth-child(4) {
  animation-delay: 750ms;
}

/*body.home section.where img {
  max-width: 100%;
  width: 547px;
  height: auto;
}*/

body.home section.where div.graphic {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

body.home section.where div.graphic img:nth-child(1) {
  width: 132px;
  max-width: 30%;
  height: auto;
  opacity: 0;
}

body.home section.where div.graphic img:nth-child(2) {
  width: 138px;
  max-width: 30%;
  height: auto;
  opacity: 0;
}

body.home section.where div.graphic img:nth-child(3) {
  width: 138px;
  max-width: 30%;
  height: auto;
  opacity: 0;
}

body.home section.where div.graphic.show img:nth-child(1) {
  animation-name: animateStateGraphicIn, animateGraphicFade;
  animation-fill-mode: forwards, forwards;
  animation-duration: 2s, 1s;
  animation-delay: 0.275s, 3.5s;
}

body.home section.where div.graphic.show img:nth-child(2) {
  animation-name: animateStateGraphicIn, animateGraphicFade;
  animation-fill-mode: forwards, forwards;
  animation-duration: 2s, 1s;
  animation-delay: 1.725s, 3.5s;
}

body.home section.where div.graphic.show img:nth-child(3) {
  animation-name: animateOAGraphicIn;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 3s;
}

@keyframes animateStateGraphicIn {
  0% {
    transform: translate(33%, 100px);
    opacity: 0;
  }
  50% {
    transform: translate(33%, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0px);
    opacity: 1;
  }
}

@keyframes animateGraphicFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes animateOAGraphicIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

body.home section.where div.text-col h3 {
  margin-bottom: 30px;
}

body.home section.where div.text-col p:last-child {
  margin-bottom: 0;
}

body.home section.where div.text-col ol {
  list-style: none;
  padding: 0 0 0 41px;
  margin: 0;
}

body.home section.where div.text-col ol li {
  font-size: 16px;
  letter-spacing: 0.17px;
  line-height: 1.625;
  padding-bottom: 30px;
  position: relative;
  opacity: 0;
}

body.home section.where div.text-col ol.show li {
  animation-name: slideFromRight;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}

body.home section.where div.text-col ol.show li:nth-child(2) {
  animation-delay: 200ms;
}

body.home section.where div.text-col ol.show li:nth-child(3) {
  animation-delay: 400ms;
}

body.home section.where div.text-col ol.show li:nth-child(4) {
  animation-delay: 600ms;
}

body.home section.where div.text-col ol.show li:nth-child(5) {
  animation-delay: 800ms;
}

body.home section.where div.text-col ol.show li:nth-child(6) {
  animation-delay: 1000ms;
}

body.home section.where div.text-col ol li:last-child {
  padding-bottom: 0;
}

body.home section.where div.text-col ol li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -41px;
}

body.home section.where div.text-col ol li:first-child::before {
  width: 17px;
  height: 17px;
  background-image: url('./assets/images/square.svg');
}

body.home section.where div.text-col ol li:nth-child(2)::before {
  width: 17px;
  height: 17px;
  background-image: url('./assets/images/square-hollow.svg');
}

body.home section.where div.text-col ol li:nth-child(3)::before {
  width: 19px;
  height: 19px;
  background-image: url('./assets/images/triangle.svg'); 
}

body.home section.where div.text-col ol li:nth-child(4)::before {
  width: 19px;
  height: 19px;
  background-image: url('./assets/images/triangle-hollow.svg'); 
}

body.home section.where div.text-col ol li:nth-child(5)::before {
  width: 18px;
  height: 18px;
  background-image: url('./assets/images/circle.svg');
}

body.home section.where div.text-col ol li:last-child::before {
  width: 18px;
  height: 18px;
  background-image: url('./assets/images/circle-hollow.svg');
}

body.home section.where div.image-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body.home section.boxes {
  overflow-x: hidden;
}

body.home section.boxes section.box:nth-child(even) div.row {
  justify-content: flex-end;
}

body.home section.boxes section.box {
  background-color: #262625;
  color: #E1DCCD;
  position: relative;
}

body.home section.boxes section.box div.text-col {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 458px;
  opacity: 0;
  transform: translateX(-300px);
  transition: transform 750ms, opacity 750ms;
}

body.home section.boxes section.box:nth-child(even) div.text-col {
  padding-right: 15px;
  padding-left: 100px;
  transform: translateX(300px);
}

body.home section.boxes section.box.show div.text-col {
  transform: translateX(0);
  opacity: 1;
}

body.home section.boxes section.box div.text-col > div {
  width: 100%;
}

body.home section.boxes section.box div.text-col > div > img {
  max-width: 178px;
  height: auto;
  max-height: 52px;
  width: auto;
  margin: 0 0 30px;
}

body.home section.boxes section.box div.text-col > div > h4 {
  font-family: "Aeonik Bold";
  font-size: 34px;
  letter-spacing: -0.1px;
  margin: 0 0 30px;
}

body.home section.boxes section.box div.background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

body.home section.boxes section.box:nth-child(even) div.background {
  left: 0;
  right: auto;
}

body.home section.boxes section.box div.background img {
  opacity: 0;
  transform: translateX(300px);
  transition: opacity 750ms, transform 750ms;
}

body.home section.boxes section.box:nth-child(even) div.background img {
  transform: translateX(-300px);
}

body.home section.boxes section.box.show div.background img {
  opacity: 1;
  transform: translateX(0);
}

body.home section.tabs {
  padding-top: 78px;
  padding-bottom: 115px;
  background-color: #FFB901;
  color: #1C1C1C;
  font-size: 22px;
  position: relative;
  overflow-x: hidden;
}

body.home section.tabs div.tab-contents div.tab[data-tab="Buy"],
body.home section.tabs div.tab-contents div.tab[data-tab="Store"] {
  min-height: 300px;
}

body.home section.tabs > div.container > div.row > div.col {
  position: static;
}

body.home section.tabs ul.tabs,
body.page-metrics section.metrics ul.tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  border-bottom: 3px solid #1C1C1C;
}

body.home section.tabs ul.tabs li a,
body.page-metrics section.metrics ul.tabs li a {
  display: block;
  text-align: left;
  font-family: "Aeonik Regular";
  font-size: 22px;
  color: #1C1C1C;
  padding: 25px 0;
  margin: 0 60px 0 0;
}

body.home section.tabs ul.tabs li a.active,
body.home section.tabs ul.tabs li a:hover,
body.page-metrics section.metrics ul.tabs li a.active,
body.page-metrics section.metrics ul.tabs li a:hover {
  font-family: "Aeonik Bold";
  position: relative;
  text-decoration: none;
  letter-spacing: -0.75px;
  outline: none;
  box-shadow: none;
}

body.home section.tabs ul.tabs li a.active::after,
body.page-metrics section.metrics ul.tabs li a.active::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  background-color: #FF5500;
}

body.home section.tabs h3 {
  margin: 0 0 40px;
}

body.home section.tabs div.tab-contents > div.tab {
  display: none;
}

.slick-tab-slider {
  opacity: 0;
}
#arr_l{
  right: 60px !important;
}
.arrow{
z-index: 5;
width: 45px;
height: 45px;
background: #1c1c1c;
position:absolute;
right:15px;
cursor:pointer;
}

.arrow svg{
  vertical-align: middle;
  margin:10px;

}



body.home section.tabs div.tab-contents > div.tab.active {
  display: block;
}

body.home section.tabs div.siema {
  position: absolute;
  bottom: 115px;
  right: -350px;
  left: 44%;
}

body.home section.tabs div.nav-container {
  position: relative;
}

body.home section.tabs a.prev,
body.home section.tabs a.next {
  position: absolute;
  right: 15px;
  bottom: -115px;
  width: 75px;
  height: 75px;
  background-color: #1C1C1C;
  color: #E1DCCD;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  display: flex;
  transition: background-color 250ms, color 250ms;
}

body.home section.tabs a.prev.show,
body.home section.tabs a.next.show {
  display: flex;
}

body.home section.tabs a.prev:hover,
body.home section.tabs a.next:hover {
  text-decoration: none;
  background-color: #F54119;
  color: #000000;
}

body.home section.tabs a.prev span,
body.home section.tabs a.next span {
  position: relative;
  top: -3px;
}

body.home section.tabs a.prev {
  right: 93px;
}

body.home section.tabs div.item {
  width: 90%;
  float: left;
  display: flex;
  flex-direction: column;
}

body.home section.tabs div.item div.logo {
  background-color: #E1DCCD;
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border-top-right-radius: 40px;
  margin: 0 0 30px;
}

body.home section.tabs div.item div.logo img {
  max-width: 60%;
  max-height: 75%;
  height: auto;
}

body.home section.tabs div.item span.category {
  font-size: 14px;
  letter-spacing: -0.32px;
  display: block;
  margin: 0 0 20px;
}

body.home section.tabs div.item span.title {
  font-size: 30px;
  letter-spacing: -0.1px;
  display: block;
  margin: 0 0 20px;
  line-height: 1.35;
}

body.home section.tabs div.item a {
  font-family: "Aeonik Bold";
  letter-spacing: 0.23px;
  color: #1C1C1C;
}

body.home section.tabs div.item a span.arrow {
  font-family: "Aeonik Regular";
  font-size: 29px;
  display: inline-block;
  padding: 0 10px 0 0;
}

body.home section.tabs div.stake-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home section.tabs div.tab[data-tab="Stake"] div.text-col a.btn {
  margin-top: 1em;
  color: #E1DCCD;
}

body.home section.tabs div.tab[data-tab="Stake"] div.text-col a.btn:hover {
  color: #1C1C1C;
}

body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon span.title {
  font-family: "Aeonik Bold";
  font-size: 3.27rem;
  letter-spacing: -1.5px;
  line-height: 0.88;
  margin: 0 0 30px;
  display: block;
  position: relative;
}

body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon span.title::before {
  content: "";
  background-image: url('./assets/images/right-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 32px;
  height: 29px;
  position: absolute;
  top: 20px;
  left: -45px;
}

body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon span.sub {
  font-family: "Aeonik Bold";
  font-size: 1.09rem;
  letter-spacing: 0px;
  line-height: 1.2;
}

body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon img {
  max-width: 100%;
  margin-top: 7px;
}

body.home section.tabs ul.logos {
  list-style: none;
  padding: 0;
  margin: 0.55em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

body.home section.tabs ul.logos li {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body.home section.tabs ul.logos li:nth-child(even) {
  margin-right: 0;
}

body.home section.tabs ul.logos li a {
  max-width: 60%;
}

body.home section.tabs ul.logos li a img {
  max-width: 100%;
  max-height: 35px;
  transform-origin: center;
  transition: transform 250ms;
}

body.home section.tabs ul.logos li a:hover img {
  transform: scale(1.1);
}

body.home section.tabs ul.pools {
  list-style: none;
  padding: 0;
  margin: 0.55em 0 0;
  display: flex;
  flex-wrap: wrap;
}

body.home section.tabs ul.pools li {
  width: 47.5%;
  margin-right: 5%;
}

body.home section.tabs ul.pools li:nth-child(even) {
  margin-right: 0;
}

body.home section.tabs ul.pools li a {
  display: block;
  /*border-top-right-radius: 20px;
  padding: 22px 0 22px 30px;*/
  /*border-left: 10px solid #1C1C1C;*/
  /*background-color: #E1DCCD;*/
  color: #1C1C1C;
  margin: 0 10px 21px;
  font-size: 22px;
  font-family: "Aeonik Bold";
  letter-spacing: 0.2px;
}

body.home section.tabs ul.pools li a span {
  transform-origin: center;
  transition: transform 250ms;
  display: inline-block;
}

body.home section.tabs ul.pools li a:hover span {
  transform: scale(1.1);
}

body.home section.tabs div.stake-box img {
  margin: 0 55px 0 0;
}

body.home section.tabs div.stake-box div.text span.title {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin: 0 0 10px;
}

body.home section.tabs div.stake-box div.text a {
  font-family: "Aeonik Bold";
  font-size: 22px;
  color: #1C1C1C;
}

body.home section.tabs div.stake-box div.text a span.arrow {
  display: inline-block;
  margin: 0 10px 0 0;
}

body.home section.tabs ol.pools {
  list-style: none;
  counter-reset: pools-counter;
}

body.home section.tabs ol.pools li {
  counter-increment: pools-counter;
  background-color: #E1DCCD;
  border-top-right-radius: 30px;
  font-family: "Aeonik Bold";
  font-size: 22px;
  line-height: 1;
  margin: 0 0 41px;
  position: relative;
}

body.home section.tabs ol.pools li:last-child {
  margin-bottom: 0;
}

body.home section.tabs ol.pools li::before {
  content: counter(pools-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  font-family: "Aeonik Bold";
  font-size: 22px;
  color: #E1DCCD;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

body.home section.tabs ol.pools li:nth-child(1)::before {
  background-color: #E12A00;
}

body.home section.tabs ol.pools li:nth-child(2)::before {
  background-color: #F44118;
}

body.home section.tabs ol.pools li:nth-child(3)::before {
  background-color: #FF5500;
}

body.home section.tabs ol.pools li:nth-child(4)::before {
  background-color: #FF7800;
}

body.home section.tabs ol.pools li:nth-child(5)::before {
  background-color: #FF9B01;
}

body.home section.tabs ol.pools li a {
  color: #1C1C1C;
  letter-spacing: 0.2px;
  display: block;
  padding: 22px 0 26px 94px;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px), 
(min-resolution: 192dpi)  and (min-width: 992px) {
  body.home section.top h1 {
    font-size: 65px;
    max-width: 70%;
  }
}

@media all and (max-width: 991px) {
  body.home section.top {
    padding-top: 100px;
  }

  body.home section.top h1 {
    font-size: 54px;
    line-height: 1.25;
    max-width: 100%;
  }

  body.home section.where div.image-col {
    align-items: center;
  }

  body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon span.title {
    font-size: 2.5rem;
  }

  body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon span.title::before {
    top: 9px;
  }

  body.home section.tabs ul.pools li {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 575px) {
  body.home section.top {
    padding-top: 100px;
  }

  body.home section.top h1 {
    font-size: 41px;
    line-height: 1;
    max-width: 100%;
  }

  body.home section.top p {
    font-size: 16px;
    max-width: 100%;
  }

  body.home section.top div.button-col {
    padding-top: 40px;
    justify-content: flex-start;
    align-content: flex-start;
  }

  body.home section.where div.image-col {
    padding-top: 40px;
    display: flex;
    justify-content: center;
  }

  body.home section.boxes section.box div.background {
    position: static;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
  }

  body.home section.boxes section.box div.background img {
    max-width: 50%;
    height: auto;
  }

  body.home section.boxes section.box:nth-child(even) div.text-col {
    padding-left: 15px;
  }

  body.home section.boxes section.box div.text-col {
    padding-right: 15px;
  }

  body.home section.tabs ul.tabs {
    margin-bottom: 40px;
  }

  body.home section.tabs ul.tabs li a {
    margin-right: 20px;
  }

  body.home section.tabs div.tab-contents div.tab[data-tab="Buy"],
  body.home section.tabs div.tab-contents div.tab[data-tab="Store"] {
    min-height: 420px;
  }

  body.home section.tabs div.siema {
    bottom: 60px;
    left: 15px;
    right: -200px;
  }

  body.home section.tabs div.tab[data-tab="Stake"] div.text-col {
    margin-bottom: 40px;
  }

  body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon span.title {
    font-size: 2rem;
    margin-left: 1em;
  }

  body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon span.title::before {
    top: 9px;
  }

  body.home section.tabs div.tab[data-tab="Stake"] div.coming-soon span.sub {
    display: block;
    margin-left: 1.9em;
  }

  body.home section.tabs div.stake-col {
    padding-top: 40px;
  }

  body.home section.tabs div.stake-box {
    padding: 74px 15px 63px;
  }

  body.home section.tabs div.stake-box img {
    margin-right: 20px;
    width: 120px;
    height: auto;
  }

  body.home section.tabs div.stake-box div.text span.title {
    font-size: 28px;
  }

  body.home section.tabs ol.pools {
    margin: 1em 0 0;
    padding: 0;
  }

  body.home section.tabs ul.logos li {
    width: 100%;
    margin-right: 0;
  }
}

/**
 * METRICS PAGE STYLES
 */
body.page-metrics section.metrics {
  padding-top: 150px;
  padding-bottom: 90px;
  color: #E1DCCD;
  background-color: #272726;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

body.page-metrics section.metrics h1 {
  font-family: "Aeonik Bold";
  font-size: 100px;
  line-height: 1;
  margin: 0 0 54px;
  letter-spacing: 1.04px;
}

body.page-metrics section.metrics p {
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0.23px;
  max-width: 50%;
  margin: 0 0 90px;
}

body.page-metrics section.metrics ul.tabs {
  border-color: #E0DBCC;
  margin-bottom: 80px;
  opacity: 0;
}

body.page-metrics section.metrics ul.tabs.show {
  animation-name: slideUpFade;
  animation-duration: 750ms;
  animation-delay: 250ms;
  animation-fill-mode: forwards;
}

body.page-metrics section.metrics ul.tabs li:last-child {
  margin-left: auto;
}

body.page-metrics section.metrics ul.tabs li a {
  color: #E0DBCC;
}

body.page-metrics section.metrics ul.tabs li:last-child a {
  color: #1C1C1C;
  margin-right: 0;
  padding: 12px 24px;
  font-family: "Aeonik Bold";
  letter-spacing: -0.79px !important;
}

body.page-metrics section.metrics ul.tabs li a.active,
body.page-metrics section.metrics ul.tabs li a:hover {
  color: #E0DBCC;
  letter-spacing: -0.65px;
}

body.page-metrics section.metrics ul.tabs li:last-child a:hover {
  color: #E1DCCD;
}

body.page-metrics section.metrics ul.tabs li:last-child a:hover::after {
  display: none;
}

body.page-metrics section.metrics div.charts {
  min-height: 10px;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 750ms, transform 750ms;
}

body.page-metrics section.metrics div.charts.show {
  opacity: 1;
  transform: translateX(0);
}

body.page-metrics section.metrics div.charts div.chart {
  display: none;
}

body.page-metrics section.metrics div.charts div.chart.active {
  display: block;
}

body.page-metrics section.metrics div.charts div.chart p {
  text-align: center;
  color: #E1DCCD;
  font-size: 22px;
  margin: 0.5em 0 0;
  max-width: 100%;
}

@media all and (max-width: 991px) {
  body.page-metrics section.metrics ul.tabs li a {
    margin-right: 20px;
  }
}

@media all and (max-width: 575px) {
  body.page-metrics section.metrics h1 {
    font-size: 50px;
  }

  body.page-metrics section.metrics p {
    max-width: 100%;
  }

  body.page-metrics section.metrics ul.tabs {
    flex-wrap: wrap;
    margin-left: 0;
    border-bottom: none;
  }

  body.page-metrics section.metrics ul.tabs li a {
    padding: 14px 0;
  }

  body.page-metrics section.metrics ul.tabs li a.active::after,
  body.page-metrics section.metrics ul.tabs li a:hover::after {
    display: none;
  }

  body.page-metrics section.metrics ul.tabs li:last-child {
    margin-left: 0;
  }
}
