/*============= Fonts =============*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?tujzzz");
  src: url("../fonts/icomoon.eot?tujzzz#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?tujzzz") format("truetype"), url("fonts/icomoon.woff?tujzzz") format("woff"),
    url("../fonts/icomoon.svg?tujzzz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-uniE911:before {
  content: "\e911";
}
.icon-uniE900:before {
  content: "\e900";
}
.icon-Bitcoin:before {
  content: "\e901";
}
.icon-Calendar:before {
  content: "\e902";
}
.icon-Card:before {
  content: "\e903";
}
.icon-Discord:before {
  content: "\e904";
}
.icon-Dots:before {
  content: "\e905";
}
.icon-Dribble:before {
  content: "\e906";
}
.icon-Email:before {
  content: "\e907";
}
.icon-Figma:before {
  content: "\e908";
}
.icon-Github:before {
  content: "\e909";
}
.icon-Landmark:before {
  content: "\e90a";
}
.icon-Linkedin:before {
  content: "\e90b";
}
.icon-Play:before {
  content: "\e90c";
}
.icon-Style-Outline:before {
  content: "\e90d";
}
.icon-Telegram:before {
  content: "\e90e";
}
.icon-Twitter:before {
  content: "\e90f";
}
.icon-Union:before {
  content: "\e910";
}

/*============= Body =============*/
* {
  font-family: "Fira Code", monospace;
  font-weight: 400;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: var(--white);
  background-color: var(--background);
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  max-width: 1054px;
  padding: 0 16px;
  position: relative;
}

.container::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 16px;
  right: 16px;
  background-color: var(--background-content);
  z-index: -1;
}

a {
  text-decoration: none;
  color: var(--white);
}

.no-scroll {
  overflow: hidden;
}

ul {
  list-style-type: none;
}

/*============= Main =============*/
.banner--title {
  margin-top: -50px;
}

.banner--title h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 32px;
}

.banner--title h1 span {
  color: var(--primary);
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}

.banner--title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--gray);
  margin-bottom: 24px;
}

.banner {
  padding: 38px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.banner-small {
  margin-bottom: -65px;
}

.banner-small .banner--title {
  margin-top: 0;
}

.banner--picture {
  position: relative;
}

.banner--picture img {
  z-index: 1;
  position: relative;
}

.banner--logo,
.banner-dots {
  position: absolute;
}

.banner--logo {
  top: 83px;
  left: -12px;
  width: 100%;
  height: 100%;
}

.banner-dots {
  right: 5px;
  bottom: 48px;
  z-index: 1;
}

.banner--currently {
  max-width: 402px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 10px;
  color: var(--gray);
  background: var(--background);
  border: 1px solid var(--gray);
  position: relative;
  padding-left: 34px;
  transform: translate(18px, -5px);
}

.banner--currently::before {
  position: absolute;
  content: "";
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: var(--primary);
}

.banner--currently p span {
  font-weight: 500;
  color: var(--white);
}

.animated-path {
  stroke: var(--primary);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: draw 8s ease forwards 0.4s;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.circle {
  opacity: 0;
  animation: drawCircle 2s ease forwards 3s;
}

.circle:nth-child(1) {
  animation-delay: 0s;
}
.circle:nth-child(2) {
  animation-delay: 0.1s;
}
.circle:nth-child(3) {
  animation-delay: 0.2s;
}
.circle:nth-child(4) {
  animation-delay: 0.3s;
}
.circle:nth-child(5) {
  animation-delay: 0.4s;
}
.circle:nth-child(6) {
  animation-delay: 0.5s;
}
.circle:nth-child(7) {
  animation-delay: 0.6s;
}
.circle:nth-child(8) {
  animation-delay: 0.7s;
}
.circle:nth-child(9) {
  animation-delay: 0.8s;
}
.circle:nth-child(10) {
  animation-delay: 0.9s;
}
.circle:nth-child(11) {
  animation-delay: 1s;
}
.circle:nth-child(12) {
  animation-delay: 1.1s;
}
.circle:nth-child(13) {
  animation-delay: 1.2s;
}
.circle:nth-child(14) {
  animation-delay: 1.3s;
}
.circle:nth-child(15) {
  animation-delay: 1.4s;
}
.circle:nth-child(16) {
  animation-delay: 1.5s;
}
.circle:nth-child(17) {
  animation-delay: 1.6s;
}
.circle:nth-child(18) {
  animation-delay: 1.7s;
}
.circle:nth-child(19) {
  animation-delay: 1.8s;
}
.circle:nth-child(20) {
  animation-delay: 1.9s;
}
.circle:nth-child(21) {
  animation-delay: 2s;
}
.circle:nth-child(22) {
  animation-delay: 2.1s;
}
.circle:nth-child(23) {
  animation-delay: 2.2s;
}
.circle:nth-child(24) {
  animation-delay: 2.3s;
}
.circle:nth-child(25) {
  animation-delay: 2.4s;
}

@keyframes drawCircle {
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}

.dots {
  animation: showSvg 0s forwards 2s;
  opacity: 0;
}

@keyframes showSvg {
  to {
    opacity: 1;
  }
}

/*============= Footer =============*/
footer {
  border-top: 1px solid var(--gray);
}

footer .container {
  padding: 32px 16px;
}

.footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  margin-bottom: 48px;
}

.footer-about ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 24px;
  list-style-type: none;
  margin-bottom: 16px;
}

.footer-about ul li:last-child a {
  color: var(--gray);
}

.footer-about p {
  line-height: 21px;
}

.media p {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 12px;
}

.media-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.media-links a span {
  font-size: 32px;
  color: var(--gray);
  transition: var(--transform-04);
}

.media-links a span:hover {
  color: var(--white);
}

.copyright {
  color: var(--gray);
  text-align: center;
}

/*============= Media =============*/
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }

  .container::before {
    left: 0;
    right: 0;
  }

  .banner--picture {
    width: 50%;
  }

  .banner--currently {
    max-width: 350px;
  }

  .banner--picture img {
    width: 100%;
  }

  .banner {
    padding: 84px 0 38px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .banner {
    padding: 38px 0;
    flex-direction: column;
  }

  .banner--title {
    margin-top: 0;
  }

  .banner--picture {
    width: 80%;
  }

  .banner--currently {
    max-width: max-content;
  }
}

@media (max-width: 600px) {
  .footer-info {
    flex-wrap: wrap;
  }

  .footer-about {
    margin-bottom: 30px;
  }
}
