@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;800&display=swap");
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #1f2933;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

h3 {
  font-size: 1.5rem;
}

h2 {
  letter-spacing: 0.3rem;
  line-height: 80%;
  text-align: center;
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 300;
}

.title {
  position: fixed;
  bottom: 5%;
  padding: 15px;
}

.title #title {
  color: #f5f7fa;
  opacity: 0.9;
  letter-spacing: 0.5vh;
  text-transform: uppercase;
  margin: 0;
}

.title .start {
  font-size: clamp(3.125rem, 1.7857rem + 7.1429vw, 6.25rem);
  line-height: 0.8;
}

.aviDiv {
  -webkit-clip-path: ellipse(41% 31% at 50% 50%);
  clip-path: ellipse(41% 31% at 50% 50%);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  position: fixed;
  right: 0;
  margin-right: 0.5rem;
  z-index: 100;
}

.avi {
  height: 7rem;
  margin: 0.5rem;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  margin-top: 1rem;
}

#copy {
  font-size: calc(15px + (15 - 13) * ((100vw - 250px) / (1000 - 300)));
  background-color: #9aa5b1;
  color: #1f2933;
}

#copy:hover {
  opacity: 0.8;
}

.social {
  margin: 1em 0;
}

.social .iconify {
  font-size: 2rem;
  color: #9aa5b1;
  margin-right: 0.5em;
  height: 30px;
}

.social .iconify:hover {
  color: #02dac5;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
