@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;400;700&display=swap');

body {
  font-family: 'Noto Sans', sans-serif;
  overflow: hidden;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  user-select: none;
}

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

#gradient-canvas {
  width:100%;
  height:100%;
  --gradient-color-1: #ffffff; 
  --gradient-color-2: #ffffff; 
  --gradient-color-3: #e0faff;  
  --gradient-color-4: #e0f0ff;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.nav--bar{
  position: absolute;
  display: flex;
  align-content: space-between;
  width: 100%;
  justify-content: flex-start;
  margin-top: 30px;
  align-items: center;
  z-index: 2;
}

.loader{
  height: 115vw;
  width: 115vw;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  /* box-shadow: 0 0 5px gray; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  background: #011965;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-loader{
  filter: invert(1) brightness(2.5);
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
  scale: 0.5;
}

.logo{
  margin-left: 40px;
  width: 70px;
  margin-right: 60px;
}

.section{
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  pointer-events: all;
}

.section--one--container{
  width: 70%;
  margin-left: 10%;
}

.section--one--container >  h1{
  font-size: 8.6rem;
  line-height: 8rem;
  letter-spacing: -0.3rem;
  width: 100%;
  margin: 0 0 30px -10px;
  color: #001965;
}

.section--one--container > p{
  width: 40%;
}

.button{
  background: #001965;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 24px;
  margin-right: 10px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.8s ease;

}

.button--hero{

}

.button--customize{
  background: #F2CE6E;
  color: black;
  border: none;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 24px;
  margin-right: 40px;
  font-size: 0.6rem;
  cursor: pointer;
  transition: all 0.8s ease;
}
.button:hover{
  background: #1438a6;
  color: white;
  padding: 15px 60px;
}

.button--navbar{
  background: #5270cb;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  margin-right: 40px;
  font-size: 0.6rem;
  text-decoration: none;
  transition: all 0.8s ease;

}

.button--navbar:hover{
  background: rgb(40, 62, 129);
}

.second{
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  align-items: end;
  /* margin-bottom: 15vh; */
}

.section--two--container{
  width: 460px;
  margin-right: 8%;
  z-index: 1;
  margin-bottom: 15vh;
  position: absolute;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

.title2{
  font-size: 3rem;
  letter-spacing: -1px;
  line-height: 2.8rem;
  color: #001965;
  font-kerning: none;
  margin-bottom: 0.8em;
}

.text2{
  font-kerning: none;
}


/*  */

.section--three--container{
  /* margin-right: 5%; */
  z-index: 1;
  /* margin-bottom: 10vh; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  visibility: hidden;
}

.wrapper3{
  margin-top: 13%;
  margin-left: 5%;
}

.title3{
  font-size: 9rem;
  font-weight: 600;
  letter-spacing: -0.3rem;
  line-height: 7.5rem;
  margin: 0;
  color: #001965;
  width: 470px;
  margin-bottom: 0.2em;
}

/*  */

.section--four--container{
  width: 460px;
  margin-right: 5%;
  z-index: 1;
  margin-bottom: 10vh;
  position: absolute;
  left: 10%;
  top: 23%;
  visibility: hidden;
}

.title4{
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.1rem;
  color: #001965;
  width: 350px;
  margin-bottom: 0.8em;
}

.instructions{
    margin-top: auto;
    margin-bottom: 80px;
    margin-right: 80px;
}

.instructions > ul{
  list-style: none;
  display: flex;
  padding-left: 30%;
  gap: 2em;
  font-size: 0.8rem;
}

.text3{
  width: 400px;
}

.button-instructions{
  background: transparent;
  border: 1px solid #001965;
  color: #001965;
}

.button-instructions:hover{
  background: #001965;
  border: 1px solid #001965;
  color: white;
}



footer{
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    justify-self: center;
    right: 20px;
    font-size: 0.5rem;
    color: #a0b3e4;
}

footer a{
  color: #a0b3e4;
}

#webgi-canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

#webgi-canvas-container{
  width: 100vw;
  height: 100vh;
  pointer-events: all;
  position: fixed;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}

.button--exit{
  width: 90px;
  margin-bottom: 5%;
  z-index: 5;
  position: fixed;
  bottom: 0;
  visibility: hidden;
}

.customizer--container{
  position: fixed;
  top: 50%;
  visibility: hidden;
}

.strap--colors{
  list-style: none;
}

.button--colors{
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid white;
  padding: 0;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.8s ease;
}

.button--colors:hover{
  filter: drop-shadow(0 0 0.75rem rgba(28, 17, 52, 0.704));
  transform: scale(1.5);
}

.yellow{
  background-color: #F0D56C;
}

.red{
  background-color: rgb(231, 34, 34);
}

.black{
  background-color: rgb(74, 76, 79);
}

@media (max-width: 850px) {
  .section--one--container > h1 {
    font-size: 3.6rem;
    line-height: 3rem;
    letter-spacing: -0.1rem;
    width: 100%;
    margin: 0 0 30px;
    color: #001965;
  }

  .section--one--container > p {
    width: 100%;
  }

  .section--one--container {
    width: 80%;
    margin-left: 10%;
  }

  .section--two--container {
    width: 80%;
    margin-right: 8%;
    margin-bottom: 7vh;
  }

  .title3 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    line-height: 3.5rem;
    margin: 0;
    color: #001965;
    width: 100%;
    margin-bottom: 0.2em;
  }

  .wrapper3 {
    margin-top: 35%;
    margin-left: 9%;
  }

  .text3 {
    width: 80%;
  }

  .instructions {
    margin-top: auto;
    margin-bottom: 50px;
    margin-right: 0;
    /* width: 100%; */
  }

  .instructions > ul {
    list-style: none;
    display: flex;
    padding: 0 30px 0 30px;
    gap: 2em;
    font-size: 0.7rem;
    flex-direction: column;
  }

  .section--four--container {
    width: 80%;
  }
  
  .text4{
    font-size: 0.8rem;
  }

}

/*# sourceMappingURL=index2.dc604da3.css.map */