@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

html,
body {
  width: 100%;
  height: 100%;
  font-family: "poppins", sans-serif;
}

body {
  background-image: url("../img/gradiente.svg"), url("../img/background.svg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  /* background no body para corrigir o problema de margem branca */
  background-color: #1a1d29;
}

.header {
  padding: 15px 0px 0px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_bar {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.nav_bar .logo {
  width: 79px;
  height: 48px;
}
.nav_bar ul {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: 40px;
  gap: 30px;
}
.nav_bar a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #f9f9f9f9;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-align: left;
}
.nav_bar span {
  position: relative;
}
.nav_bar span::before {
  content: "";
  background: #f9f9f9;
  height: 2px;
  width: auto;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;

  transform: scaleX(0);
  transform-origin: left center;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav_bar span:hover::before {
  transform: scaleX(1);
}
.perfil {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 20px;
}
.perfil img {
  width: 46.54px;
  height: 48px;
  cursor: pointer;
}

.main {
  /* forma padrão */
  padding-left: 85.01px;
  /* forma do padding com calc */
  /* padding: 0px calc(3vw + 25px); */
  flex: 1 1 0;
}
.elemental {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}

.elemental img {
  width: 347px;
  height: 191.81px;
  margin-left: 80px;
  margin-top: 40px;
}

.description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.description ul {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3px;
}
.description ul li p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #f9f9f9f9;
  padding-bottom: 5px;
}
/* inutil no desktop */
.img_l {
  width: 19.83px;
  height: 20px;
  border-radius: 3px;
}
.img_ad {
  width: 38.9px;
  height: 20px;
}
.img_cc {
  width: 28.06px;
  height: 20px;
}

.description_title p {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #f9f9f9f9;
}
.play {
  padding-top: 30px;
  width: 12.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.play img:first-child {
  width: 170px;
  height: 50px;
  border-radius: 3px;
  cursor: pointer;
}
.play img:first-child:hover {
  opacity: 80%;
  transition: all 0.3s ease-in-out;
}
.play img:last-child {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.progress {
  padding-block: 20px;
}

.progress_bar {
  width: 180px;
  background-color: #ddd;
  height: 4px;
  border-radius: 5px;
}

.progress_background {
  width: 135px;
  height: 100%;
  background-color: #0970c5;
  border-radius: 5px;
}
.progress p {
  transform: translate(190px, -14px);
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #f9f9f9;
}
.article {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 40px;
}
.article p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f9f9f9;
}
.suggest_bar {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.suggest_bar ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}
.suggest_bar li {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #f9f9f9;
  cursor: pointer;
}

.suggest-bar-toggle {
  width: 140px;
  background-color: #ddd;
  height: 3px;
  border-radius: 5px;
}

.linha {
  border: 1.5px solid #fff;
}
.carousel {
  width: 100%;
  display: flex;
  padding-top: 20px;
  overflow-x: auto;
}
.carousel ul {
  list-style: none;
  display: flex;
  gap: 20px;
}
/* estilização da barra de rolagem */
.carousel::-webkit-scrollbar {
  width: 12px;
}

.carousel::-webkit-scrollbar-track {
  background: transparent;
}

.carousel::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
}

.carousel {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.carousel img {
  width: 275px;
  height: 154.69px;
  border-radius: 3px;
  box-shadow: 0px 26px 30px -10px #000000;
  padding: 0;
}
.carousel img:hover {
  border: 4px solid #f9f9f9fa;
  border-radius: 3px;
  transform: scale(1.08);
  transition: 0.5s ease-in-out;
}
/* .bg_carousel {
  width: 120.375rem;
  max-width: 100%;
  height: 150px;
  background-color: #1a1d29;
} */
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0e0b14;
}
.footer_logo {
  width: 85px;
  height: 51.65px;
  padding-top: 20px;
}
.first_ul {
  padding-top: 30px;
  padding-bottom: 20px;
}
.first_ul ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.first_ul a {
  display: flex;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.08em;
  color: #cacacaf9;
  text-decoration: none;
}
.first_ul a:hover {
  opacity: 80%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.second_ul ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.second_ul {
  padding-bottom: 10px;
}
.second_ul a {
  display: flex;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.08em;
  color: #cacacaf9;
  text-decoration: none;
}
.second_ul a:hover {
  opacity: 80%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.about {
  width: 100%;
  display: flex;
  justify-content: center;
}
address {
  width: 30%;
  padding-bottom: 10px;
}

address p {
  color: #cacacaf9;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}
.copy {
  padding-bottom: 30px;
}
.copy p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.07em;
  text-align: center;
  color: #cacacaf9;
}
@media (max-width: 379px) {
  .elemental {
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
  }
  .nav_bar {
    margin-top: -6px;
  }
  .nav_bar .icon_home {
    width: 18.4px;
    height: 16.66px;
  }
  .nav_hide {
    display: none;
  }
  .nav_bar .logo {
    width: 63px;
    height: 38px;
    margin-left: -20px;
  }

  .nav_bar ul {
    flex-direction: row;
    gap: 18px;
    margin-left: 20px;
  }
  .perfil img {
    width: 36px;
    height: 36px;
  }
  body {
    background-size: contain;
    background-position: center top;
  }
  .elemental img {
    width: 142.5px;
    height: 84.66px;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: -3px;
  }
  .main {
    padding-left: 25px;
  }
  .description_title p {
    font-size: 0.6rem;
  }
  #remaining {
    font-size: 0.72rem;
  }
  .play {
    padding-top: 45px;
    width: 65%;
  }
  .article {
    width: 90%;
  }
  .article p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0.07em;
    text-align: left;
  }
  .suggest_bar ul {
    gap: 20px;
  }
  .suggest_bar li {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .carousel {
    padding-bottom: 150px;
  }
  .carousel img {
    width: 166px;
    height: 93.38px;
    border-radius: 1.85px;
  }
  .footer_logo {
    margin-bottom: -10px;
  }
  .footer_logo img {
    width: 63px;
    height: 38px;
  }
  .first_ul ul {
    gap: 10px;
  }
  .first_ul a {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.08em;
    text-align: left;
  }
  .second_ul ul {
    gap: 18px;
  }
  .second_ul a {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.08em;
    text-align: left;
  }
  address {
    width: 75%;
  }
  address p {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.06em;
    text-align: center;
  }
}

@media (min-width: 380px) and (max-width: 480px) {
  .nav_bar {
    margin-top: -6px;
  }
  .nav_bar .icon_home {
    width: 18.4px;
    height: 16.66px;
  }
  .nav_hide {
    display: none;
  }
  .nav_bar .logo {
    width: 63px;
    height: 38px;
    margin-left: -20px;
  }

  .nav_bar ul {
    flex-direction: row;
    gap: 18px;
    margin-left: 20px;
  }
  .perfil img {
    width: 36px;
    height: 36px;
  }
  body {
    background-size: contain;
    background-position: center top;
  }
  .elemental {
    width: 100%;
    height: 100%;
  }
  .elemental img {
    width: 142.5px;
    height: 84.66px;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: -3px;
  }
  .main {
    padding-left: 25px;
  }
  .description_title p {
    font-size: 0.6rem;
  }
  #remaining {
    font-size: 0.72rem;
  }
  .play {
    padding-top: 45px;
    width: 225px;
  }
  .article {
    width: 90%;
  }
  .article p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0.07em;
    text-align: left;
  }
  .suggest_bar ul {
    gap: 20px;
  }
  .suggest_bar li {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .carousel {
    padding-bottom: 150px;
  }
  .carousel img {
    width: 166px;
    height: 93.38px;
    border-radius: 1.85px;
  }
  .footer_logo {
    margin-bottom: -10px;
  }
  .footer_logo img {
    width: 63px;
    height: 38px;
  }
  .first_ul ul {
    gap: 15px;
  }
  .first_ul a {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.08em;
    text-align: left;
  }
  .second_ul ul {
    gap: 18px;
  }
  .second_ul a {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.08em;
    text-align: left;
  }
  address {
    width: 75%;
  }
  address p {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.06em;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 884px) {
  .nav_bar {
    margin-top: 0px;
  }
  .nav_bar .icon_home {
    width: 18.4px;
    height: 16.66px;
  }
  /* .bg_mobile {
    height: 500px;
    background: linear-gradient(to top, #1a1d29 68.8%, transparent 30%);
  } */
  .nav_hide {
    display: none;
  }
  .nav_bar .logo {
    width: 79px;
    height: 48px;
  }

  .nav_bar ul {
    flex-direction: row;
    gap: 18px;
    margin-left: 40px;
  }
  .perfil img {
    width: 48px;
    height: 48px;
  }
  body {
    background-size: contain;
    background-position: center top;
  }
  .elemental {
    width: 100%;
    height: 100%;
  }
  .elemental img {
    width: 280.41px;
    height: 157.73px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: -18px;
  }
  .main {
    padding-left: 30px;
  }
  .description_title p {
    font-size: 0.6rem;
  }
  #remaining {
    font-size: 0.72rem;
  }
  .play {
    padding-top: 30px;
    width: 230px;
  }
  /* .play img:first-child {
    width: 178.81px;
    height: 52.59px;
    border-radius: 2.58px;
  }
  .play img:last-child {
    width: 47.68px;
    height: 47.68px;
    border: 2.92px;
  } */
  .article {
    margin-top: -10px;
    width: 90%;
  }
  .article p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.09em;
    text-align: left;
  }
  .suggest_bar ul {
    gap: 40px;
  }
  .suggest_bar li {
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .carousel img {
    width: 222.2px;
    height: 124.99px;
    border-radius: 2.42px;
  }
  .bg_carousel {
    height: 200px;
    background-color: #1a1d29;
  }
  .footer_logo {
    margin-bottom: -10px;
  }
  .footer_logo img {
    width: 63px;
    height: 38px;
  }
  .first_ul ul {
    gap: 15px;
  }
  .first_ul a {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.08em;
    text-align: left;
  }
  .second_ul ul {
    gap: 18px;
  }
  .second_ul a {
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.08em;
    text-align: left;
  }
  address {
    width: 58%;
  }
  address p {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.06em;
    text-align: center;
  }
}
@media (min-width: 885px) {
  .hamburguer {
    display: none;
  }
  .play {
    width: 220px;
  }
  .play img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 890px) {
  .bg_carousel {
    height: 150px;
    max-width: 100%;
    background-color: #1a1d29;
  }
}
