/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&family=Inter:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;500&display=swap");

:root {
  --color-blue-900: #004aad;
  --color-blue-700: #0277bd;
  --color-blue-400: #29b6f6;
  --color-magenta-600: #c837ab;
}

/* Global */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: black;
  color: white;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

hr {
  width: 100%;
  border-color: #ffffff59;
}

button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  gap: 10px;

  height: 41px;

  background: none;

  border-radius: 53px;

  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;

  color: #ffffff;

  outline: none;
  border: 0;

  transition: all 0.4s ease-in-out;
}

.ico-btn {
  padding: 5px 5px 5px 20px;
}

.btn-shadow {
  box-shadow: 0 6px 20px 0 rgba(255, 196, 250, 0.19);
}

button:hover {
  transform: scale(105%);
  box-shadow: 0 6px 20px 0 rgba(255, 196, 250, 0.19);
}

button:hover::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);

  border-radius: 53px;

  animation: 0.4s ease-in 0s border-fade-in forwards;
}
/* Component Styles */
.gr-fill {
  background: linear-gradient(103.07deg, #0277bd -8.17%, #ec407a 97.39%);
  position: relative;
}

.bv1 {
  background:
    linear-gradient(
      183.81deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(76, 175, 80, 0.076) 107.03%
    ),
    linear-gradient(
      183.94deg,
      rgba(41, 182, 246, 0.2) -15.47%,
      rgba(0, 0, 0, 0) 107.01%
    ),
    #000000;
  border: 1px solid #ffffff3f;
}

.bv2 {
  background:
    linear-gradient(
      293.32deg,
      rgba(0, 0, 0, 0) -105.28%,
      rgba(236, 64, 122, 0.2) 226.18%
    ),
    #000000;
  border: 1px solid #ffffff3f;
}

.bv3 {
  background:
    radial-gradient(
        22.33% 78.95% at 38.66% 100%,
        rgba(76, 175, 80, 0.028) 0%,
        rgba(76, 175, 80, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        63.64% 152.88% at -12.41% 15.6%,
        rgba(0, 74, 173, 0.1) 0%,
        rgba(0, 74, 173, 0) 81.42%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        100% 131.64% at 100% 1.96%,
        rgba(41, 182, 246, 0.15) 0%,
        rgba(41, 182, 246, 0) 62.95%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    #000000;
  border: 2px solid #122b36;
  box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.12);
}

.bv4 {
  background:
    radial-gradient(
      36.63% 162.25% at -5.26% 141.09%,
      rgba(41, 182, 246, 0.2) 0%,
      rgba(41, 182, 246, 0) 100%
    ),
    radial-gradient(
      70.48% 265.76% at 89.71% -138.46%,
      rgba(236, 64, 122, 0.2) 0%,
      rgba(236, 64, 122, 0) 94.94%
    ),
    #000000;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.12);
}

.bv5 {
  background:
    radial-gradient(
        38.22% 169.26% at -6.85% 66.53%,
        rgba(84, 23, 72, 0.2) 0%,
        rgba(84, 23, 72, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        59.84% 487.66% at 109.84% 208.19%,
        rgba(76, 175, 80, 0.2) 0%,
        rgba(76, 175, 80, 0) 94.94%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    #000000;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.12);
}

.bv6 {
  background:
    radial-gradient(
        41.83% 185.45% at -4.58% -5.94%,
        rgba(84, 23, 72, 0.2) 0%,
        rgba(84, 23, 72, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        60.32% 236.17% at 80.67% 204.84%,
        rgba(76, 175, 80, 0.2) 0%,
        rgba(76, 175, 80, 0) 94.94%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    #000000;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 0px 20px rgba(80, 80, 80, 0.12);
}

h1 {
  font-family: "Poppins";
  font-style: normal;
  font-size: 56px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;

  color: #ffffff;
  margin: 0;
}

h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;

  color: #ffffff;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: xx-large;
    line-height: normal;
  }
}
