/*global*/
@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
}

@font-face {
  font-family: 'Rocher';
  src: url(https://assets.codepen.io/9632/RocherColorGX.woff2);
}


img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
  padding-bottom:0px;
  font-family: 'Kristen ITC' !important;
}
a {
  text-decoration: none !important;
  font-family: 'Kristen ITC' !important;
}
.nav-item a {
  font-size: 16px !important;
  font-family: 'Poppins' !important;
  cursor: pointer;
  font-weight: bold;
}
p, li,a {
  font-family: 'Poppins' !important;
}
span {
  font-family: 'Kristen ITC' !important;
}





.bg-red-600 {
  background: #FF2E00 !important;
}
.bg-red-500 {
  background:  #FF9680 !important;
}
.bg-blue-600 {
  background: #0038FF !important;
}
.text-red-600 {
  color: #FF2E00 !important;
}
.bg-transparent {
  background: transparent !important;
}
.bg-gray {
  background: rgba(0,0,0,0.2) !important;
}
.bg-grey {
  background: #EDEDED !important;
}
.bg-dark {
  background:  #464646 !important;
}
.color-green {
  color: #83D35D !important;
}
.bg-green {
  background: #84AB53;
}
.color-yellow {
  color:#F2D42E;
}
.color-gray {
  color: #FFFFFF;
}
.size-10 {
  height:10px !important;
  width:10px !important;
}
.p-0 {
  padding:0px;
}
.m-0 {
  margin:0px !important;
}
.m-2-r {
  margin-top:-2px;
}
.m-10-r {
  margin-top:-10px;
}
.rounded-tr-5xl {
  border-top-right-radius: 50px;
}
.rounded-br-5xl {
  border-bottom-right-radius: 50px;
}
.non-a:hover {
  color: black !important;
}
.container {
  margin: auto;
}
.dark-overlay {
  background: rgba(0,0,0,0.6);
}
.border-top {
  border-top: 2px solid lightgray;
}
.bg-green-600 {
  background:  #84AB53 !important;
}
.bg-green {
  background: #84AB53 !important;
}
.custom-link {
  color: #FF2E00 !important;
  text-decoration:true;
  cursor: pointer;
 
}
.custom-link:hover {
  border-bottom:1px solid #FF2E00;
}
.height-fill-available {
  height: -webkit-fill-available;
}
.h-content {
  height: fit-content !important;
}


@font-palette-values --Grays {
  font-family: Rocher;
  base-palette: 9;
}

@font-palette-values --Purples {
  font-family: Rocher;
  base-palette: 6;
}

@font-palette-values --Mint {
  font-family: Rocher;
  base-palette: 7;
}

.grays {
  font-palette: --Grays;
}

.purples {
  font-palette: --Purples;
}

.mint {
  font-palette: --Mint;
}

.header-intro {
  font-family: 'Rocher';
  /* text-align: center; */
  /* font-size: 120px; */
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-intro p {
  /* font-family: 'OCR A' !important; */
  font-family: "Poppins" !important;
}
.header-intro a {
  font-family: 'Kristen ITC' !important;
}
.common-text {
  font-family: "Poppins" !important;
}
ul.common-text {
  list-style-type: disc;
  margin-left:20px;
}
.common-text li{
  font-family: "Poppins" !important;
}
.deco-text {
  /* margin: auto; */
	letter-spacing: 0.0015em;
	font-size: 5em;
	text-shadow: 0 1px #8da1ff, -1px 0 #c0cbff, -1px 2px #8da1ff, -2px 1px #c0cbff,
		-2px 3px #8da1ff, -3px 2px #c0cbff, -3px 4px #8da1ff, -4px 3px #c0cbff,
		-4px 5px #8da1ff, -5px 4px #c0cbff, -5px 6px #8da1ff, -6px 5px #c0cbff,
		-6px 7px #8da1ff, -7px 6px #c0cbff, -7px 8px #8da1ff, -8px 7px #c0cbff;
	/* text-align: center; */

  font-weight: bolder;
}


#my-pie-chart-container {
  /* display: flex; */
  align-items: center;
  font-family: "Poppins" !important;
}

#my-pie-chart {
  background: conic-gradient( blue 0.7% 6.08%, green 6.08% 13.68%, yellow 13.68% 23.27%, orange 23.27% 40.47%, red 40.47%);
  border-radius: 50%;
    /* width: 300px;
    height: 300px; */
}

#legenda {
  /* margin-left: 20px; */
  background-color: white;
  padding: 5px;
}

.entry {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.entry-color {
    height: 10px;
    width: 10px;
}

.entry-text {
  margin-left: 5px;
  font-family: "Poppins" !important;
}

#color-red {
  background-color: red;
}

#color-orange {
  background-color: orange;
}

#color-yellow {
  background-color: yellow;
}

#color-green {
  background-color: green;
}

#color-blue {
  background-color: blue;
}

#color-black {
  background-color: black;
}

#color-brown {
  background-color: brown;
}


/*footer*/
section.footer {
  background: #151515;
}
section.footer .border-bottom {
  border-bottom: 2px solid rgba(255,255,255,0.2) !important;
}
section.footer .social {
  width: 56px;
  height: 56px;
  margin-right:20px;
  background: #3A3A3A;
  border-radius: 50px;
  border:1px solid transparent;
  padding:18px;
}


@keyframes enter-animation {
	0% {
		transform: translateY(100px);
    opacity: 0;
	}
	100% {
		transform: translateY(0);
    opacity: 1;
	}
}
@media (prefers-reduced-motion: no-preference) {
  .image-animation {
    animation: enter-animation 0.8s 1;
  }
}

.tokenomics-img {
  position: absolute;
    visibility: visible;
    width: 21%;
    left: 11%;
    z-index: 10;
}

/* width: 44%;
left: 41%; */


.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 44px;
  background: rgb(255 152 9 / 99%);
  padding: 20px;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  box-shadow: 0 5px 10px #ccc;
  padding-top: 0px;
  padding-bottom: 0px;
}

.back-to-top:hover {
  background: green;
}

.copy-btn {
  position: fixed;
  bottom: 20px;
  /* right: 20px; */
  width: 100%;
  font-size: 44px;
  /* background: green; */
  padding: 20px;
  color: white;
  /* cursor: pointer; */
  /* border-radius: 50%; */
  border: none;

  
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 20px;
  text-align: center;
}
.copy-btn p{
  cursor: pointer;
  box-shadow: 0 5px 10px #ccc;
  background-color: green;
}
.post-it {
  width:250px;
 /* height:240px; */
 position:relative;
 background:#ffa !important;
 overflow:hidden;
 margin:30px auto;
 padding:20px;
 border-radius:0 0 0 30px/45px;
 box-shadow:
   inset 0 -40px 40px rgba(0,0,0,0.2),
   inset 0 25px 10px rgba(0,0,0,0.2),
   0 5px 6px 5px rgba(0,0,0,0.2);
 font-family: 'Permanent Marker', cursive;
 line-height:1.7em;
 font-size:19px;
 -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

 color:#130d6b;
}

.post-it li {
  cursor:pointer; 
}

.post-it:before {
  content:"";
 display:block;
 position:absolute;
 width:20px;
 height:25px;
 background:#ffa;
 box-shadow:
   3px -2px 10px rgba(0,0,0,0.2),
   inset 15px -15px 15px rgba(0,0,0,0.3);
 left:0;
 bottom:0;
 z-index:2;
 transform:skewX(25deg);
}

.post-it:after {
  content:"";
 display:block;
 position:absolute;
 width:75%;
 height:20px; 
 border-top:3px solid #130d6b;
 border-radius: 50% ;
 bottom:0px;
 left:10%;
}


.sticky-ul {
    height: 400px;
    padding: 15px !important;
    overflow: scroll;
    overflow-x: hidden;
    padding-left: 35px !important;
}


/*
 *  STYLE 4
 */

 .sticky-ul::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: lightgray;
 }
 
 .sticky-ul::-webkit-scrollbar
 {
   width: 5px;
   background-color: #F5F5F5;
 }
 
 .sticky-ul::-webkit-scrollbar-thumb
 {
   background-color: lightgreen;
   border: 2px solid #555555;
 }


 
@media only screen and (max-width: 380px) {
  /* STYLES HERE */
  .tokenomics-img {
    position: absolute;
    visibility: visible;
    width: 43%;
    left: 25%;
    margin-top: 44px;
    z-index: 10;
  }
  .back-to-top {
    position: fixed;
    bottom: 65px;
    right: 20px;
    font-size: 27px;
    background: rgb(255 152 9 / 99%);
    padding: 12px;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    box-shadow: 0 5px 10px #ccc;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .order-before {
    order: -1 !important;
  }
}

.order-before {
  order: 2 !important;
}

.animated-progress {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid darkgreen;
  overflow: hidden;
  position: relative;
  font-size:18px !important;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: center;
  padding-right: 5px;
  transition:all 3s;
  
}
label {
  font-family: 'Poppins' !important;
}

.progress-blue span {
  background-color: blue;
  /* width: 70%; */
}
.progress-red span {
  background-color: red;
  /* width: 16%; */
}
.progress-green span {
  background-color: lightgreen;
  /* width: 6%; */
}
.progress-yellow span {
  background-color: yellow;
  /* width: 5%; */
}

.progress-orange span {
  background-color: orange;
  /* width: 3%; */
}
.label {
  /* font-family: 'OCR A' !important; */
  font-size:17px !important;
}

.animation-buzz:hover {
  animation-name: animation-buzz;
  animation-duration: .15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  } 
  
  100% {
    transform: translateX(-3px) rotate(-2deg);
  } 
}

.coin-section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* padding: 25px 0px 25px 0px; */
  position: relative;
}
.background-overlay {
    background-image: url(../img/coin.png);
    background-repeat: repeat;
    background-size: 150px;
    opacity: 0.06;
    mix-blend-mode: difference;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.coin-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr
}

.coin-shape-top {
  top: -1px;
  z-index: 2;
  pointer-events: none;
}

.coin-shape-top:not([data-negative=false]) svg {
  z-index: -1
}

.coin-shape-bottom {
  bottom: -1px;
  z-index: 2;
  pointer-events: none;
}

.coin-shape-bottom:not([data-negative=true]) svg {
  z-index: -1
}

.coin-shape[data-negative=false].coin-shape-bottom,.coin-shape[data-negative=true].coin-shape-top {
  transform: rotate(180deg)
}

.coin-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.coin-shape .coin-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg)
}

@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}

.coin-img-animation {
  animation:spin 1s linear ;
}
.story-img {
  height: 650px;
}
@media only screen and (max-width: 380px) {
  .story-img {
    height: 450px;
  }
}


.story-img1 {
  height: 500px;
}
@media only screen and (max-width: 380px) {
  .story-img1 {
    height: 370px;
  }
}

.copy-address {
  position: absolute;
  bottom:10px;
  background-color: green;
  color: white;
  padding:10px;
}
.a-dropdown {
  position: absolute;
  top: 84px;
}

.close-btn {
  position: absolute;
    color: white;
    font-size: 40px;
    top: -10px;
    right: 10px;
    cursor: pointer;
}