@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;600;800&display=swap");

@font-face {
  font-family: tidy;
  src: url("../font/tidy.ttf");
}

* {
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
}

html,
body {
  background-attachment: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../imagens/background_night.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-around;
}

#logomarca > span {
  color: #ffcc00;
  font-family: tidy;
  font-size: 6rem;
  font-weight: 200;
  text-shadow: #000 4px 4px 4px;
}

#logomarca {
  color: #999;
  font-family: tidy;
  font-size: 6rem;
  font-weight: 200;
  text-shadow: #000 4px 4px 4px;
}

#logo {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

#illustration_nnb2 {
  border-radius: 2rem;
  width: 28rem;
}

#contact {
  flex-direction: column;
}

#slogan_nnb2 {
  color: #ffcc00;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  text-shadow: #000 4px 4px 4px;
}

#phone {
  align-items: center;
  display: flex;
  gap: 1rem;
}

#whatsapp {
  width: 2rem;
}

#phone_nnb2 {
  color: #ffcc00;
  font-size: 1.8rem;
  text-shadow: #000 4px 4px 4px;
}

#credit {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: #000 4px 4px 4px;
}

@media (max-width: 576px) {
  #logo {
    text-align: center;
  }

  #logomarca, #logomarca > span {
    font-size: 4.5rem;
  }

  #illustration {
    text-align: center;
  }

  #illustration_nnb2 {
    border-radius: 2rem;
    width: 70%;
  }

  #slogan_nnb2 {
    color: #ffcc00;
    font-size: 1.7rem;
    font-weight: 800;
    text-align: center;
    text-shadow: #000 4px 4px 4px;
  }

  #phone {
    align-items: center;
    display: flex;
    gap: 0.7rem;
  }

  #whatsapp {
    width: 2rem;
  }

  #phone_nnb2 {
    color: #ffcc00;
    font-size: 1.7rem;
    text-shadow: #000 4px 4px 4px;
  }

  #credit {
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    text-shadow: #000 4px 4px 4px;
  }
}

@media (max-width: 950px) and (orientation: landscape) {
  #logo {
    text-align: center;
  }

  #logomarca, #logomarca > span {
    font-size: 4.5rem;
  }

  #illustration {
    text-align: center;
  }

  #illustration_nnb2 {
    border-radius: 2rem;
    width: 30%;
  }

  #slogan_nnb2 {
    color: #ffcc00;
    font-size: 1.3rem;
    font-weight: 800;
    text-align: center;
    text-shadow: #000 4px 4px 4px;
  }

  #phone {
    align-items: center;
    display: flex;
    gap: 0.7rem;
  }

  #whatsapp {
    width: 1.4rem;
  }

  #phone_nnb2 {
    color: #ffcc00;
    font-size: 1.3rem;
    text-shadow: #000 4px 4px 4px;
  }

  #credit {
    color: #fff;
    font-size: 0.5rem;
    font-weight: 800;
    text-shadow: #000 4px 4px 4px;
  }
}
