* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
  --color-text: #ffffff;
  --primary-color: #364c59;
  --secondary-color: #41a5cd;
  --gradient: linear-gradient(45deg, #41a5cd, #215367);
  --bg-green: #ffffff;
  --bg-blue: #00081d;
  --bege: linear-gradient(45deg, #d9b573, #d9b573);
  --nav-height: 7.2rem;
  --bg: #010f14;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
  text-align: center;
}

body {
  background: var(--bg);
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
}

::selection {
  color: #000000;
  background: #d8d8d8;
}

.wrapper {
  width: min(50rem, 100%);
  margin-inline: auto;
  padding-inline: 2.4rem;
}

section {
  padding-block: 7rem;
}

img.bgsection {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  z-index: -1;
}

::-webkit-scrollbar {
  width: 0.6rem;
  background-color: #0f0f0f;
}

::-webkit-scrollbar-thumb {
  width: 0.6rem;
  background: var(--secondary-color);
  border-radius: 1rem;
}

a {
  width: 100%;
  text-decoration: none;
}

button {
  width: 100%;
  padding: 2.5rem 2rem;
  font-size: 1.6rem;
  border-radius: 4rem;
  border: none;
  font-weight: 500;
  transition: filter 300ms ease-in-out, box-shadow 300ms ease-in-out;
  background: linear-gradient(45deg, #2bff88, #067a44);
  color: #fefefe;
  position: relative;
  box-shadow: 0 0 20px rgba(43, 255, 135, 0.32);
}

button:hover {
  filter: brightness(1.1);
  cursor: pointer;
  box-shadow: 0 0 24px rgba(43, 255, 135, 0.4);
}

#home {
  height: auto;
  overflow: hidden;
  background: #000017;
  position: relative;
  z-index: 25;
  margin-bottom: 0;
  padding-bottom: 10%;
}

#home.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#home .wrapper {
  position: relative;
  z-index: 3;
  height: 100%;
}

#home h3 {
  background: rgba(219, 245, 255, 0.84);
  margin-bottom: 1rem;
  font-weight: 600;
  color: #010f14;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1rem;
  border-radius: 0.5rem;
}

#home .content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 15%;
}

#home .text {
  position: relative;
  z-index: 4;
}

#home img.logo {
  width: 15rem;
  height: auto;
  margin-bottom: 2rem;
}

#home h1 {
  color: #ffffff;
  font-weight: 200;
  line-height: 1;
  font-size: 2.7rem;
  margin-bottom: 1rem;
}

#home h1 span {
  font-weight: 400;
  color: var(--secondary-color);
  text-shadow: 0 0 12px rgba(65, 165, 205, 0.72);
}

#home p {
  font-size: 1.6rem;
  font-weight: 200;
  color: #b4c0c5;
  margin-bottom: 2rem;
}

#home p span {
  font-weight: 400;
  color: #ced8dc;
}

#home img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}

#home img.bg.desktop {
  display: none;
}

#home a button {
  margin-top: 2rem;
}

#home .video {
  width: 100%;
  border: 2px solid #41a5cd;
  border-radius: 2rem;
  overflow: hidden;
  contain: layout paint;
  box-shadow:
    0 0 0 1px rgba(65, 165, 205, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(65, 165, 205, 0.16);
}

#home .video img,
#home .video video {
  width: 100%;
  border-radius: 2rem;
}

#home button.desktop {
  display: none;
}

@media (max-width: 1079px) {
  #home h1 span {
    text-shadow: 0 0 9px rgba(65, 165, 205, 0.6);
  }

  #home .video {
    box-shadow:
      0 0 0 1px rgba(65, 165, 205, 0.16),
      0 8px 22px rgba(0, 0, 0, 0.3),
      0 0 20px rgba(65, 165, 205, 0.14);
  }
}

@media (min-width: 1080px) {
  .wrapper {
    width: min(110rem, 100%);
  }

  section {
    padding-block: 10rem;
  }

  a {
    width: initial;
  }

  button {
    font-size: 2rem;
    width: initial;
    padding: 2.5rem 4.5rem;
  }

  header#home {
    background: #000000;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 0;
    box-shadow: initial;
    padding-block: 0;
    height: 90vh;
  }

  header#home button.desktop {
    display: inherit;
  }

  header#home button.mobile {
    display: none;
  }

  header#home img.bg.mobile {
    display: none;
  }

  header#home img.bg.desktop {
    display: inherit;
  }

  header#home img.logo {
    height: auto;
    width: 17rem;
    margin-bottom: 2rem;
    margin-top: 0;
  }

  header#home .content .text {
    margin-bottom: initial;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  header#home .content h1 {
    font-size: 4rem;
    line-height: 0.9;
  }

  header#home .content .text h3 {
    width: max-content;
  }

}

@media (min-width: 1200px) {
  .wrapper {
    width: min(120rem, 100%);
  }
}

@media (min-width: 1400px) {
  .wrapper {
    width: min(130rem, 100%);
  }

  :root {
    font-size: 65%;
  }
}

@media (min-width: 1700px) {
  .wrapper {
    width: min(140rem, 100%);
  }

  header#home .content h1 {
    font-size: 5.2rem;
    line-height: 0.9;
    padding-bottom: 0.5rem;
  }

  header#home .content p {
    font-size: 1.8rem;
  }
}
