:root {
  /* Colors variables */
  --main-bg: #090915;
  --second-bg: #131327;
  --text: #fffcf5;
  --gradient: linear-gradient(45deg, rgba(122, 143, 217, 1) 0%, rgba(172, 98, 228, 1) 100%);
  --secondary: #a1a1b7;
  --hover: #23234d;

  /* Sizes variables */
  --size-xs: 0.5rem;
  --size-s: 0.75rem;
  --size-m: 1rem;
  --size-ml: 1.25rem;
  --size-l: 1.5rem;
  --size-xl: 2rem;
  --size-xxl: 3rem;
  --size-xxxl: 120px;
}
/* Reset & Base */
html {
  background-color: var(--main-bg);
  color: var(--text);
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  color: var(--text);
  font-family: 'Urbanist', sans-serif;
  font-weight: 500;
  text-decoration: none;
}
section {
  width: 100%;
}

/* Layout */
nav {
  display: flex;
  justify-content: flex-end;
  padding: var(--size-s);
  position: fixed;
  right: 0;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.button.secondary {
  background: var(--gradient);
  border-radius: 12px;
  display: flex;
  width: fit-content;
}
.button.primary {
  background: var(--gradient);
  border-radius: 12px;
  display: flex;
  margin-top: var(--size-m);
  padding: var(--size-s) var(--size-l);
  width: fit-content;
}
p {
  font-family: "Urbanist", sans-serif;
}
.emphasis {
  background: var(--gradient);
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bold {
  font-weight: 700;
}
.secondary a {
  background-color: var(--main-bg);
  border-radius: 12px;
  margin: 1px;
  padding: var(--size-xs) var(--size-s);
}
.secondary a span {
  background: var(--gradient);
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f-width-logo {
  align-items: center;
  display: flex;
  font-family: "Kodchasan", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: var(--size-xxxl);
  justify-content: center;
  letter-spacing: 5px;
  padding: var(--size-xxxl) var(--size-s) 0 var(--size-s);
  text-transform: uppercase;
  width: 100%;
}
.f-width-logo img {
  width: 200px;
  transition: all 0.5s ease-in-out;
}
.introduction {
  background: linear-gradient(45deg, rgba(122, 143, 217, 0) 0%, rgba(122, 143, 217, 0.1) 50%, rgba(172, 98, 228, 0) 75%, rgba(172, 98, 228, 0.1) 100%);
  height: 100vh;
  margin: 0 auto;
}
.subtitle {
  align-items: center;
  display: flex;
  font-size: var(--size-xl);
  gap: var(--size-s);
  justify-content: center;
}
.subtitle .logo {
  height: 65px;
}
.scroll-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--size-s);
  justify-content: center;
  margin: 0 auto;
  padding: var(--size-xxl) 0 0 0;
  text-align: center;
}
.arrows {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.arrows img {
  width: 35px;
}
.arrows:hover {
  cursor: pointer;
}
.page-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: calc(var(--size-xxxl) * 1.5);
  padding: var(--size-xxxl) var(--size-s);
  width:-webkit-fill-available;
}
.bridge {
  position: relative;
}
.bridge, .gauge {
  align-items: center;
  display: flex;
  font-size: var(--size-l);
  gap: var(--size-xl);
  justify-content: center;
  width: 100%;
  z-index: 1;
}
.bridge .content,
.gauge .content {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  max-width: 600px;
}
.bridge .decoration {
  position: relative;
}
.bridge .decoration img.usd {
  position: relative;
}
.bridge .decoration img.eth {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 150px;
}
.bridge .decoration .token {
  width: 250px;
}
.bridge .bg-decoration img {
  opacity: 0.05;
  position: absolute;
  width: 80%;
  z-index: 2;
}
.bridge .bg-decoration img.before {
  right: -60%;
  top: -20%;
  transform: rotate(90deg);
}
.bridge .bg-decoration img.after {
  left: -50%;
  top: 45%;
}
.title {
  font-size: var(--size-xxl);
}
.gauge .decoration,
.gauge .gauges-wrapper {
  display: flex;
  justify-content: space-between;
}
.gauge .gauges-wrapper {
  gap: var(--size-m);
  padding-right: var(--size-xxl);
}
.gauge .tokens-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gauge .decoration .token {
  width: 150px;
}
.gauge .decoration .slider {
  max-height: 350px;
}
.s-25 + .s-50,
.s-25 + .s-50 + .s-75 + .s-100,
.s-25 + .s-50 + .s-75 + .s-100 + .s-50 + .s-75 {
  display: none;
  transition: all 0.5s ease-in-out;
}
.gauges-wrapper .s-25:hover + .s-50,
.gauges-wrapper .s-25 + .s-50 + .s-75:hover + .s-100,
.gauges-wrapper .s-25 + .s-50 + .s-75 + .s-100 + .s-50:hover + .s-75 {
  display: block;
  transition: all 0.5s ease-in-out;
}
.gauges-wrapper > .s-25:hover,
.gauges-wrapper  > .slider + .s-75:hover,
.gauges-wrapper:hover .s-25 + .s-50 + .s-75 + .s-100 + .s-50:hover {
  display: none;
  transition: all 0.5s ease-in-out;
}
.s-100:not(.alt):hover {
  filter: brightness(1.1);
  transition: all 0.5s ease-in-out;
}

footer {
  background-color: #090915;
  background: linear-gradient(0deg, rgb(101, 113, 155) 0%, rgb(149, 104, 184) 100%);
  font-size: var(--size-l);
  padding: var(--size-m) var(--size-xxl);
  z-index: 100;
}
footer p {
  margin: 0;
}
.socials {
  display: flex;
  justify-content: center;
  gap: var(--size-l);
  padding: var(--size-xxl);
}
.socials img {
  height: 50px;
}
.socials img:hover,
.links:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
}
footer .info {
  display: flex;
  justify-content: space-between;
}
footer .links {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: var(--size-ml);
}
footer .info .logo {
  height: 80px;
  margin-bottom: var(--size-s);
}
.buildor {
  font-weight: 700;
  cursor: pointer;
}
.buildor:hover {
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
}
.coming-soon {
  position: relative;
}
.coming-soon:hover {
  cursor: not-allowed;
}
.coming-soon:hover:after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.coming-soon:after {
  background-color: rgba(35, 35, 77, 0.8);
  border-radius: 8px;
  font-size: .75rem;
  content: 'Coming soon';
  font-size: var(--size-m);
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: var(--size-xs) 0;
  width: 100%;
}