/* 

=== CORES PARADISE INC ===
#F0D852 - Amarelo 
#CA9C3B - Amarelo escuro

*/

body {
  background-color: #000;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
}

.hero {
  background-image: url("../images/hero-paradiseinc.jpg");
  background-size: cover;
  background-position: top;
  height: calc(100vh - 113px);
}

.release {
  color: white;
}

footer {
  color: rgb(151, 151, 151);
}

h1 {
  color: white;
  font-size: 4rem;
}

section {
  padding: 60px 0;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  .hero {
    background-size: contain;
    height: calc(60vh - 113px);
    background-repeat: no-repeat;
  }

  section {
    padding: 30px 0;
  }
}

.menu a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  margin: 0 12px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .menu {
    margin-bottom: 30px;
  }
}

.rede-sociais a {
  display: inline-block;
  margin: 0 8px;
}

@media (max-width: 850px) {
  .menu a {
    margin: 0 5px;
  }

  .logo-paradise {
    width: 70%;
  }

  .rede-sociais a {
    margin: 0 5px;
  }

  .rede-sociais a img {
    width: 18px;
  }

  .brazil {
    margin: 0 0 0 20px;
  }
}

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: rgb(37, 37, 37);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

#scrollToTop:hover {
  background-color: black;
  transform: scale(1.1);
}

iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

.brazil {
  margin-left: 60px;
}
