@font-face {
  font-family: "San Francisco";
  font-weight: 900;
  font-style: normal;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-black-webfont.woff") format("woff");
}

@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  font-style: normal;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff") format("woff");
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 24px;
  background-color: #fff;
  min-height: 100%;
  font-family: "San Francisco", Helvetica, sans-serif;
  color: #fff;
  background-color: #000;
}

main {
  min-height: 100%;
  border-radius: 58px;
  padding: 0 8vw;
}

.container {
  padding: 4vw;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content {
  position: absolute;
  bottom: 100px;
}

header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 2vw;
  position: absolute;
  top: 0;
}

.tds-icon {
  width: 100px;
  height: auto 0;
}

/***************
Cybertruck
***************/
.cybertruckContainer {
  display: flex;
  justify-content: end;
}

#cybertruck {
  padding-top: 10vh;
  width: 60vw;
  min-width: 400px;
  height: auto;
}

h1 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 1;
}

p {
  font-weight: 100;
  font-size: 1rem;
  max-width: 500px;
  margin-bottom: 50px;
}

/***************
Button
***************/
#referral-btn {
  height: 100%;
  margin-top: 20px;
  background-color: transparent;
  border-radius: 35px;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: thin;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
#referral-btn .arrow {}
#referral-btn:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.05);
}

.cssbuttons-io-button {
  background: transparent;
  max-width: 240px;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  border: 1px solid #fff;
  text-decoration: none;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}


/***************
Footer
***************/
footer {
  width: 100vw;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

#copyright {
  font-size: 10px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

/***************
Mobile
***************/
@media (max-width: 800px) {
  .cybertruckContainer {
    justify-content: center;
  }
  h1 {
    font-size: 10vw;
    padding-bottom: 5px;
  }
}
