/**	Write your changes below 
Version 10
	**/

/*--------------------------------------------------------*/
/*	2. UTILITIES */
/*--------------------------------------------------------*/

.partner  {
  margin-left: 30%;
  width: 100%
} 


@media (max-width: 1220px) {
.partner img {
    width: 70%;
  }
}
@media (max-width: 55em) {
.partner {
	margin-left: -5%;
}
.partner img {
	width: 65%;
}
}
/*--------------------------------------------------------*/
/*	3. FONTS */
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/*	6. SECTIONS */
/*--------------------------------------------------------*/
section {
  padding-block: 1rem;
  overflow-x: clip;
}

/*--------------------------------------------------------*/
/*	Slider
/*--------------------------------------------------------*/

#slider {
  min-height: 95vh;
}

/*	Slider size and image position */
@media (max-width: 86em) {
  #slider {
    min-height: 110vh;
  }
  #slider .container img {
	width: 60%;
  }
  #slider h1 {
	  font-size: 2rem;
  }
  #slider h2, b{
	  font-size: 0.9rem;
  }
  #slider .space-vortex {
	  width: 80%;
	  margin-top: 5%;
  }
}

/*	Slider size and image position */
@media (max-width: 55em) {
  #slider {
    min-height: 170vh;
    line-height: 1;
  }
  #slider .container {
    margin-top: -8rem;
  }
  #slider .container img {
    margin-bottom: 1rem;
	padding-bottom: 5%;
  }
  .space-vortex {
	  width: 80%;
	  margin-top:5%;
  }

}

/*	Slider size and image position */
@media (max-width: 85em) {
   button, a.btn {
   font-size: 0.9rem;
   padding: 0.8rem 2.5rem;
   }
}

#main-title {
  margin-bottom: 2rem;
}




/*	Tokenomics size and image position */
.bg-dark-circle .container {
	min-height: 71vh;
}

.bg-dark-circle .container > img {
  margin-top: -4rem;
  margin-left: 5rem;  
}

@media (max-width: 85em) {
  .bg-dark-circle {
    min-height: 105vh;
	background-position: 7.5% 45%, center;
  }
  .bg-dark-circle img {
	  padding-top: 50%;
	  padding-bottom: 30%;
	  padding-right: 20%;
  }

}

@media (max-width: 55em) {
  .bg-dark-circle {
    min-height: 145vh;
	background-position: 100% 0%, center;
  }
  .bg-dark-circle img {
	  padding-top: 30%;
	  padding-bottom: 30%;
	  padding-right: 20%;
  }
}

/*--------------------------------------------------------*/
/*	Contract address index page
/*--------------------------------------------------------*/
.contract-address {
	margin: 3rem 0 1rem;
}

#more-button {
  margin-top: 1rem;
}

#indexStats {
  margin: 3rem 0 2rem 0;
}

#indexStats h2 {
  font-size: 1.1rem;
}


@media (max-width: 55em) {
	.contract-address {
		font-size: 0.8rem;
		float: left;
		Display: block
	}
}

/*--------------------------------------------------------*/
/*	7. Control stats Display */
/*--------------------------------------------------------*/

.statsDisplay {
	display: inline-block;
}

.cardTest .statsCard h4 {
  padding: 0.4rem;
  font-size: 1.2rem;
}

/*	StatsDisplay 85em */
@media (max-width: 55em) {
  .sliderStats h2 {
	font-size: 1.2rem;
  }
  .sliderStats b {
	font-size: 0.8rem;
  }
}

/*--------------------------------------------------------*/
/*	8. TIMELINE */
/*--------------------------------------------------------*/

ul.timeline li {
  position: relative;
  width: 35rem;
  margin-left: 2rem;
  padding: 2rem 1.2rem;
  border-radius: 1.5rem;
  background: linear-gradient(45deg, #01013f, #02c0ca 80%);
}

@media (max-width: 55em) {
  ul.timeline li {
    width: 20rem;
    margin-left: 0.8rem;
  }
}

/*--------------------------------------------------------*/
/*	7. Swap */
/*--------------------------------------------------------*/

.swap img {
	width: 30%;
	display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------*/
/*	8. Site colours */
/*--------------------------------------------------------*/
::-webkit-scrollbar-track {
  background: #130228;
}

::-webkit-scrollbar-thumb {
  background: #02c0ca;
}

html {
  scrollbar-color: #01013f #130228;
}

body {
  background-color: #091e31;
}

hr {
  border-top: 0.12rem solid rgba(255, 255, 255, 0.6);
}

#preload {
  background-image: linear-gradient(45deg, #01013f, #02c0ca 80%);
  color: rgba(255, 255, 255, 0.9);
}

.skip-to-content {
  background: rgba(255, 255, 255, 0.9);
}

.bg-primary {
  background: #01013f;
}

.bg-primary-rgba {
  background: rgba(214, 24, 138, 0.6);
}

.bg-secondary {
  background: #02c0ca;
}

.bg-secondary-rgba {
  background: rgba(2, 192, 202, 0.6);
}

.space-vortex .arc::before, .space-vortex .arc::after {
  border-color: #01013f transparent transparent transparent;

}
.space-vortex .arc::after {
  border-color: transparent transparent #02c0ca transparent;
}

/* fonts */

h1, h2, h3, h4 {
  color: rgba(255, 255, 255, 0.9);
}

a {
  color: #01013f;
}

button, a.btn {
  color: rgba(255, 255, 255, 0.9);
}

footer {
  color: rgba(255, 255, 255, 0.9);
}

.txt-white {
  color: rgba(255, 255, 255, 0.9);
}

.txt-gradient {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(45deg, #7DF9FF, #02c0ca 80%);
  background-clip: inherit;
  -webkit-background-clip: text;
  display: inline-block;
}

.txt-secondary {
  color: #02c0ca;
}

/* Buttons */
button.btn-cta, a.btn.btn-cta {
  background-color: #01013f;
}
button.btn-cta:hover, a.btn.btn-cta:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #02c0ca;
}
button.btn-border, a.btn.btn-border {
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
}
button.btn-border:hover, a.btn.btn-border:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #01013f;
}

button#goTop, a.btn#goTop {
  background: linear-gradient(45deg, #01013f, #02c0ca 80%);
}
button#goTop svg, a.btn#goTop svg {
  fill: rgba(255, 255, 255, 0.9);
}

/*	5. HEADER AND NAVIVATION */

header {
  color: rgba(255, 255, 255, 0.9);
}
header.bg {
  background-color: #130228;
}
@media (max-width: 85em) {
	header.bg {
	  background-color: transparent;
	}
}


/*	6. SECTIONS */

section.page-title {
  background: linear-gradient(150deg, #01013f, #02c0ca 80%);
}

section.cta {
  background: linear-gradient(45deg, #130228 30%, #091e31);
}

section.er404 {
  background: linear-gradient(150deg, #01013f, #02c0ca 80%);
}

#slider {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #01013f, #02c0ca 80%);
  color: rgba(255, 255, 255, 0.9);
}

#slider h1 {
  color: rgba(255, 255, 255, 0.9);
}

.bg-dark {
  background-image: linear-gradient(45deg, #091e31, #130228 30%);
}

.bg-dark-circle {
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(45deg, #130228 30%, #091e31);
  position: relative;  /* make sure the class is positioned */
  z-index: 1;
}
/*	7. CARDS */

.card {
	width: 80%;
}
.card h2 {
	font-size: 1.1rem;
}
.card p {
	font-size: 0.8rem;
}

@media (max-width: 85em) {
  .card {
	width: 75%;
  }
  .card h2 {
	font-size: 1rem;
  }
  .card p {
	font-size: 0.55rem;
  }
}


.card .card-overlay {
  background: linear-gradient(45deg, #01013f, #02c0ca 80%);
  font-size: 50%;
}

.card .card-overlay i {
  color: rgba(255, 255, 255, 0.9);
}

/*	8. TIMELINE */

ul.timeline:before {
  border-left: 2px dashed rgba(255, 255, 255, 0.9);
}
ul.timeline li {
  background: linear-gradient(45deg, #01013f, #02c0ca 80%);
}

ul.timeline li span.line {
  background: rgba(255, 255, 255, 0.9);
}

ul.timeline li span.line:before, ul.timeline li span.line:after {
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: #02c0ca;
}

/*	11. FOOTER */

footer {
  background-color: #130228;
}
footer::before {
  background-image: linear-gradient(45deg, #01013f, #02c0ca 80%);
}

footer .container li a {
  color: rgba(255, 255, 255, 0.9);
}


/*--------------------------------------------------------*/
/*	10. Loading */
/*--------------------------------------------------------*/


.bodyPreload {
  position: absolute;
  top: 7%;
  margin-left: -50px;
  left: 50%;
  animation: speeder 0.4s linear infinite;
}

@media (max-width: 55em) {
  .bodyPreload {
    top: 2.5%;
  }
}

.bodyPreload > span {
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #000;
  border-bottom: 6px solid transparent;
}
.base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 15%;
  background: #000;
  position: absolute;
  right: -110px;
  top: -16px;
}
.base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #000;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #000;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}
.face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #000;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.bodyPreload > span > span:nth-child(1),
.bodyPreload > span > span:nth-child(2),
.bodyPreload > span > span:nth-child(3),
.bodyPreload > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  animation: fazer1 0.2s linear infinite;
}

.bodyPreload > span > span:nth-child(2) {
  top: 3px;
  animation: fazer2 0.4s linear infinite;
}

.bodyPreload > span > span:nth-child(3) {
  top: 1px;
  animation: fazer3 0.4s linear infinite;
  animation-delay: -1s;
}

.bodyPreload > span > span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

@keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}
.longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #000;
}
.longfazers span:nth-child(1) {
  top: -4%;
  animation: lf 0.6s linear infinite;
  animation-delay: -5s;
}
.longfazers span:nth-child(2) {
  top: -2%;
  animation: lf2 0.8s linear infinite;
  animation-delay: -1s;
}
.longfazers span:nth-child(3) {
  top: 2%;
  animation: lf3 0.6s linear infinite;
}
.longfazers span:nth-child(4) {
  top: 4%;
  animation: lf4 0.5s linear infinite;
  animation-delay: -3s;
}

@keyframes lf {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf2 {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf3 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes lf4 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

/*--------------------------------------------------------*/
/*	12. Statistic cards */
/*--------------------------------------------------------*/

.cardStats {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    text-align: left;
	margin-bottom: 1rem;
    background: linear-gradient(to bottom, #003399 0%, #6699ff 100%);
    box-shadow: 10px 10px;
}

.cardStats {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    text-align: left;
	margin-bottom: 1rem;
    background-color: #02c0ca;
    box-shadow: 10px 10px;
}

.cardStats:hover {
  box-shadow: 0 8px 30px 0 rgba(0,0,0,0.2);
}

.team-leader {
	padding-top: 5%;
}

/* ---- tsParticles container ---- */


#statsSlider {
  position: relative;
  overflow: hidden;
}


#tsparticles-custom {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;

}

/* copy button tooltip */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #01013f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #01013f transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* ---- clock widget ---- */

.world-clock {
  text-align: center;
}

.city-clock {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #cccccc63;
  border-radius: 5px;
  background-color: rgba(152, 82, 267, 0.169);
  width: 180px;
  border-radius: 27%;
  
}



.city-clock h2 {
  margin: 0;
  color: rgb(255, 255, 255);
  padding-bottom: 5%;
}

.time {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  
}

#timemachine {
  margin-top: 2%;
}


/* Change the link color to red */
a {
  color: white;
}

/* ---- new stuff below ---- */



.youtube {
  min-height: 25rem;
  display: block;
  position: relative;
}

.youtube p {
  width: 58%;
  float: left;
}

#video {
  float: top;
  width: 40%;
  
}

#friendtech-price {
  float: right;
  width: 10%;
  
}

#friendtech-price-text {
  float: right;
  width: 30%;
  margin-right: -7rem;
  
}


#about, #roadmap, #team, #tokenomics, #partners{
  scroll-margin-top: 100px;
}


@media (max-width: 1100px) {
  .inline-list {
    display: none;
  }
}


