* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Archive", sans-serif;
  color: white;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  background: #000;
}

body::-webkit-scrollbar {
  display: none;
}

.header {
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  background-color: #000;
  --tw-bg-opacity: 1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.header .container .plataform ul {
  display: flex;
  align-items: center;
}
.header .container .plataform ul a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
}
.header .container .plataform ul a:hover {
  background-color: black;
}
.header .container .plataform ul a li {
  padding: 4px 8px;
  border: 1.5px solid #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5rem;
}
@media (max-width: 560px) {
  .header {
    height: 6rem;
  }
  .header .container {
    justify-content: center;
  }
  .header .container .sony {
    display: none;
  }
  .header .container .logo {
    max-width: 140px;
    margin: 0 auto;
  }
  .header .container .plataform {
    display: none;
  }
}

.section-hero {
  padding-top: 16.4rem;
  padding-bottom: 10.3rem;
  background-image: url(../assets/bg-hero.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 80rem;
}
.section-hero .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 143.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-hero .container .left {
  width: 100%;
  max-width: 78.2rem;
}
.section-hero .container .left h1 {
  margin-top: 2.4rem;
  margin-bottom: 1.8rem;
  font-size: 11.8rem;
  line-height: 97.5%;
}
.section-hero .container .left p {
  font-size: 2rem;
  line-height: 150%;
  margin-bottom: 4rem;
}
.section-hero .container .left .buy {
  background-color: #3265ea;
  color: #000;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  transition: background-color 0.3s ease;
}
.section-hero .container .right {
  position: relative;
  top: 9.7rem;
  width: 100%;
  max-width: 44.3rem;
}
.section-hero .container .right span {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 2.3rem;
}
.section-hero .container .right button {
  position: relative;
  width: 100%;
  height: 24.7rem;
  border: 2px solid #3265ea;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 5.1rem;
}
.section-hero .container .right button a {
  text-decoration: none;
}
.section-hero .container .right button .thumbnail {
  width: 100%;
}
.section-hero .container .right button .play {
  position: absolute;
  bottom: 2.5rem;
  left: 3.2rem;
}
.section-hero .container .right .idade {
  display: flex;
  align-items: center;
}
.section-hero .container .right .idade p {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7rem;
  max-width: 27.4rem;
  margin-left: 1.5rem;
}
@media (max-width: 560px) {
  .section-hero {
    padding-top: 4rem 0;
    background-size: cover;
  }
  .section-hero .container {
    flex-direction: column;
    align-items: center;
  }
  .section-hero .container .left {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 64rem;
    width: 100%;
  }
  .section-hero .container .left h1 {
    font-size: 6rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .section-hero .container .left p {
    font-size: 1.4rem;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .section-hero .container .right {
    max-width: 31rem;
    top: 0.7rem;
  }
  .section-hero .container .right span {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 2.3rem;
  }
  .section-hero .container .right button {
    height: 17.7rem;
    margin-bottom: 3rem;
  }
  .section-hero .container .right button .thumbnail {
    width: 100%;
  }
  .section-hero .container .right button .play {
    position: absolute;
    bottom: 2.5rem;
    left: 3.2rem;
  }
  .section-hero .container .right button .idade {
    flex-direction: column;
  }
  .section-hero .container .right button .idade p {
    line-height: 2.4rem;
  }
}

.section-functions {
  background-color: #000;
  padding: 50px 0;
}
.section-functions .container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
.section-functions .container ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-functions .container ul li {
  margin: 0 15px;
  text-align: center;
}
.section-functions .container ul li img {
  display: block;
  margin: 0 auto 5px;
}
.section-functions .container ul li span {
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 560px) {
  .section-functions .container {
    padding: 0 10px;
  }
  .section-functions .container ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
  .section-functions .container ul li {
    margin: 10px 0;
  }
  .section-functions .container ul li span {
    font-size: 1.2rem;
  }
}

.section-synopsis {
  padding: 2rem;
  height: 80rem;
  background-image: url(../assets/bg-story.png);
  background-repeat: no-repeat;
  background-position: center;
}
.section-synopsis .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 143.5rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-synopsis .container .resume {
  width: 100%;
  max-width: 60rem;
}
.section-synopsis .container .resume h1 {
  margin-top: 12rem;
  margin-bottom: 1.8rem;
  font-size: 4rem;
  line-height: 97.5%;
}
.section-synopsis .container .resume p {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 160%;
  color: #fff;
}
.section-synopsis .container .resume .logo {
  margin-top: 4rem;
}
.section-synopsis .container .promotional-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 560px) {
  .section-synopsis {
    padding: 1rem 0;
    height: auto;
  }
  .section-synopsis .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .section-synopsis .resume h1 {
    font-size: 2rem;
  }
  .section-synopsis .resume p {
    font-size: 1.4rem;
  }
  .section-synopsis .resume .logo {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.section-adventure {
  padding: 2rem;
  background-image: url(../assets/bg-characters.png);
  background-repeat: no-repeat;
  background-position: center;
}
.section-adventure h1 {
  font-size: 4rem;
  margin-bottom: 6.4rem;
  text-align: center;
}
.section-adventure .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-adventure .container ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4rem;
}
.section-adventure .container ul .box {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 45rem;
  padding: 1rem;
}
.section-adventure .container ul .box img {
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-adventure .container ul .box img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.section-adventure .container ul .box span {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 3rem;
  text-align: left;
}
.section-adventure .container ul .box p {
  margin-top: 1rem;
  font-size: 1.6rem;
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 560px) {
  .section-adventure .container {
    flex-direction: column;
    align-items: center;
  }
  .section-adventure .container ul {
    flex-direction: column;
    gap: 2rem;
  }
  .section-adventure .container ul .box {
    max-width: 100%;
  }
  .section-adventure .container ul .box span {
    text-align: center;
  }
}

.section-video {
  position: relative;
  height: 80rem;
  overflow: hidden;
  margin-top: 10rem;
}
.section-video .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
}
.section-video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 25rem;
  box-sizing: border-box;
}
.section-video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video .video-wrapper img {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-video .description {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 60rem;
  padding: 2rem;
  margin-right: 25rem;
}
.section-video .description h1 {
  margin-top: 12rem;
  margin-bottom: 1.8rem;
  font-size: 6rem;
  line-height: 97.5%;
  text-transform: uppercase;
}
.section-video .description p {
  margin-top: 4rem;
  font-size: 2.6rem;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .section-video .video-wrapper {
    padding: 0 15rem;
  }
  .section-video .description {
    margin-right: 15rem;
    max-width: 40rem;
  }
  .section-video .description h1 {
    font-size: 5rem;
  }
  .section-video .description p {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .section-video .video-wrapper {
    padding: 0 10rem;
  }
  .section-video .description {
    margin-right: 10rem;
    max-width: 35rem;
  }
  .section-video .description h1 {
    font-size: 4rem;
  }
  .section-video .description p {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .section-video .video-wrapper {
    padding: 0 5rem;
  }
  .section-video .description {
    margin-right: 5rem;
    max-width: 30rem;
  }
  .section-video .description h1 {
    font-size: 3.5rem;
  }
  .section-video .description p {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .section-video {
    height: auto;
    padding: 2rem 0;
    margin-top: 10px;
  }
  .section-video .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }
  .section-video .video-wrapper {
    position: relative;
    padding: 0;
    height: auto;
  }
  .section-video .video-wrapper video {
    display: none;
  }
  .section-video .video-wrapper img {
    display: block;
    width: 36rem;
    margin: 0 auto;
    border-radius: 8px;
  }
  .section-video .description {
    margin: 2rem 0 0 0;
    max-width: 90%;
    padding: 0;
    text-align: center;
  }
  .section-video .description h1 {
    font-size: 2rem;
    line-height: 110%;
    margin-top: 0;
  }
  .section-video .description p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.section-weapon .container {
  position: relative;
  margin: 0 auto;
}
.section-weapon .container .overlay {
  position: relative;
}
.section-weapon .container .overlay img {
  width: 100%;
  display: block;
}
.section-weapon .container .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.section-weapon .container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  margin: 0 auto;
}
.section-weapon .container .text h1 {
  color: white;
  font-size: 6.4rem;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .section-weapon .container .overlay img {
    height: 50rem;
    object-fit: cover;
  }
  .section-weapon .container .text {
    width: 80%;
  }
  .section-weapon .container .text h1 {
    font-size: 2rem;
    line-height: 120%;
  }
}

.section-characters {
  background-image: url("/assets/section5a-intro-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10rem;
  height: 100%;
}
.section-characters .container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-characters .container .description {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.section-characters .container .description h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  width: 40%;
  text-align: center;
  text-transform: uppercase;
}
.section-characters .container .description img {
  border-radius: 8px;
}
.section-characters .carroussel {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.section-characters .carroussel .swiper {
  width: 90%;
  padding-bottom: 3rem;
  overflow: hidden;
}
.section-characters .carroussel .swiper-slide {
  height: 48rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.section-characters .carroussel .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.section-characters .carroussel .swiper-slide:hover img {
  transform: scale(1.1);
  opacity: 1;
}
@media (max-width: 600px) {
  .section-characters {
    height: auto;
  }
  .section-characters .container {
    overflow-x: hidden;
  }
  .section-characters .container .description {
    flex-direction: column;
    padding: 0 2rem;
    gap: 2rem;
  }
  .section-characters .container .description h1 {
    font-size: 2rem !important;
    width: 100% !important;
    padding: 0 2rem;
  }
  .section-characters .container .carroussel {
    padding: 0 2rem;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .section-characters .container .carroussel .swiper {
    overflow: hidden;
    width: 100%;
  }
}

.section-dualsense {
  background-image: url("/assets/dualsense-god-of-war-ragnarok-background-block-desktop-01-en-20sep22.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 20rem;
  height: 100%;
}
.section-dualsense .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
}
.section-dualsense .container .description {
  width: 50%;
  margin: 0 auto;
}
.section-dualsense .container .description span {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.section-dualsense .container .description p {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  padding: 2rem 0;
}
.section-dualsense .container .image {
  width: 50%;
  margin: 0 auto;
}
.section-dualsense .container .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .section-dualsense {
    padding: 5em 2rem;
    margin-top: 5rem;
    height: auto;
  }
  .section-dualsense .container {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .section-dualsense .container .description {
    width: 100%;
    text-align: center;
  }
  .section-dualsense .container .description span {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
  .section-dualsense .container .description p:nth-of-type(1) {
    font-size: 1.6rem;
    padding-top: 4rem;
  }
  .section-dualsense .container .description p:nth-of-type(2) {
    font-size: 1.6rem;
    padding-top: 0;
  }
  .section-dualsense .container .image {
    width: 100%;
    margin: 0 auto;
  }
  .section-dualsense .container .image img {
    width: 100%;
    height: auto;
  }
}

.footer {
  background: #000;
  color: #fff;
  padding: 2rem 1.5rem;
  font-family: Arial, sans-serif;
}
.footer .footer-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .footer-container .footer-specs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer .footer-container .footer-specs ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.footer .footer-container .footer-specs ul li p {
  margin: 0;
  font-weight: 600;
  white-space: nowrap;
}
.footer .footer-container .footer-specs ul li span {
  font-weight: 400;
}
.footer .footer-container .footer-description {
  font-size: 1.2rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .footer-copy {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  opacity: 0.8;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .footer .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer .footer-container .footer-specs li {
    justify-content: center;
  }
  .footer .footer-container .footer-specs li p {
    font-weight: 700;
  }
}
@media (max-width: 500px) {
  .footer {
    padding: 1.5rem 1rem;
  }
  .footer .footer-description {
    font-size: 0.85rem;
  }
  .footer .footer-copy {
    font-size: 0.7rem;
  }
}

/*# sourceMappingURL=main.css.map */
