html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

@media (max-width: 324px) {
  html {
    font-size: 40%;
  }
}

.heading-primary {
  font-size: 3.8rem;
  font-weight: 700;
}

.heading-secondary {
  font-size: 2.4rem;
  font-weight: 700;
}

.heading-tertiary {
  font-size: 1.8rem;
  font-weight: 700;
}

.text-cont {
  font-size: 1.6rem;
}

.add-bold {
  font-weight: 700;
}

@media (min-width: 769px) {
  .small-img {
    display: none;
  }
}

@media (max-width: 768px) {
  .big-img {
    display: none;
  }
}

.section-hero {
  position: relative;
}

.hero-img {
  width: 100%;
  margin-bottom: -5px;
}

.section-hero h1 {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  color: white;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-img {
    aspect-ratio: 3/4;
    object-fit: cover;
  }
}

.section-specs {
  background-color: black;
  color: white;
  padding: 5rem 0;
}

.section-specs h2 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
}

.specs-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.specs-logo {
  width: 30%;
}

@media (max-width: 768px) {
  .specs-grid {
    grid-template-columns: 1fr;
  }
}

.section-oled {
  position: relative;
}

.oled-img {
  width: 100%;
  margin-bottom: -5px;
}

.oled-text {
  position: absolute;
  color: white;
  top: 5vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
}

.oled-text2 {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
}

.oled-text-out {
  background-color: black;
  color: white;
}

.oled-text-out p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .oled-img {
    aspect-ratio: 3/4;
    object-fit: cover;
  }

  .oled-text-out p {
    text-align: left;
  }
}

.pomeha-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 0;
}

.pomeha-img {
  width: 100%;
}

.pomeha-head {
  width: 80%;
  margin-left: 5vw;
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .pomeha-text {
    text-align: left;
  }
}

.section-games {
  position: relative;
}

.games-img {
  width: 100%;
  margin-bottom: -5px;
}

.games-text {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto 0;
  width: 45%;
  left: 5vw;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.games-text2 {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto 0;
  width: 45%;
  right: 3vw;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 768px) {
  .games-text,
  .games-text2 {
    top: 20vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }
}

.section-last {
  background-color: black;
  color: white;
}

/* carousel */

.carousel-containerrr {
  position: relative;
  width: 70%;
  margin-left: 5vw;
  overflow: hidden;
  border-radius: 10px;
  padding: 5rem 0;
}

.carouselll {
  display: flex;
  transition: transform 0.5s ease;
  min-width: 100%;
}

.carousel-itemmm {
  min-width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.5rem;
  flex: 0 0 100%;
  padding-bottom: 2rem;
}

.carousel-itemmm:last-child {
  border-right: none;
}

.carousel-img {
  width: 100%;
}

button {
  position: absolute;
  top: 30vw;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}

.dots-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #333;
}

@media (max-width: 768px) {
  .carousel-containerrr {
    width: 90%;
    margin: 0 auto;
  }
}

/* carousel */
