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;
}
body {
  line-height: 1.3;
}
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: 768px) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 300px) {
  html {
    font-size: 40%;
  }
}

body > * {
  overflow: hidden;
}

.heading-primary {
  font-size: 4rem;
  font-weight: 600;
}

.heading-secondary {
  font-size: 2.4rem;
}

.text-cont {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .big-img-hero {
    display: none;
  }
}

@media (min-width: 768px) {
  .small-img-hero {
    display: none;
  }
}

.section-hero {
  background-color: #eee8da;
}

.section-hero img {
  width: 100%;
  margin-bottom: -5px;
}

.hero-text {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  padding: 5rem 0;
}

.section-light {
  background-color: #f4ede5;
}

.section-light img {
  width: 100%;
  padding-bottom: 3rem;
}

.light-text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0;
}

.section-chip {
  background-color: black;
  color: white;
}

.section-chip video {
  width: 100%;
}

.chip-text {
  padding: 5rem;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

.section-sync {
  background-color: black;
  color: white;
  padding-bottom: 5rem;
}

.section-sync h2 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0 3rem;
}

.sync-cont {
  width: 100%;
  position: relative;
}

.sync-cont video {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.sc-text {
  position: absolute;
  bottom: 2vw;
  left: 12vw;
  width: 50%;
}

@media (max-width: 599px) {
  .sc-text {
    position: absolute;
    bottom: 5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
  }

  .sync-cont video {
    aspect-ratio: 3/4;
    object-fit: cover;
  }
}

.section-night {
  background-color: black;
  color: white;
  padding-bottom: 5rem;
}

.night-img {
  width: 80%;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.night-text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5rem;
}

@media (max-width: 599px) {
  .night-img {
    border-radius: 0;
    width: 100%;
  }
}

.section-carousel {
  background-color: black;
  color: white;
}

.section-carousel h2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0 3rem;
}

.section-webos {
  background-color: black;
  color: white;
  padding: 5rem 0;
  position: relative;
}

.section-webos img {
  width: 90%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.webos-text {
  width: 60%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 7vw;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.webos-text h2 {
  font-weight: 700;
}

.section-info {
  background-color: #f0ece4;
  padding-bottom: 5rem;
}

.info-text {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 5rem 0;
}

.info-data {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.section-info2 {
  background-color: black;
}

.info-text-two {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 5rem 0;
  color: white;
}

.info-data2 {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.info-data3 {
  width: 100%;
}

@media (max-width: 650px) {
  .info-data,
  .info-data2,
  .info-data3 {
    aspect-ratio: 3/4;
    object-fit: cover;
  }

  .info-text,
  .info-text-two,
  .night-text,
  .section-sync h2,
  .chip-text,
  .light-text,
  .hero-text {
    width: 80%;
    text-align: left;
  }

  .webos-text {
    position: static;
    width: 80%;
    text-align: left;
    padding-bottom: 3rem;
  }
}

/* carousel */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-slide {
  min-width: 100%;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.carousel-slide p {
  padding: 2rem 0;
  width: 70%;
  margin: 0 auto;
}
.carousel-slide h2 {
  width: 70%;
  margin: 0 auto;
}
.carousel-slide img {
  width: 100%;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.carousel-btn.left {
  left: 10px;
}
.carousel-btn.right {
  right: 10px;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.carousel-dot.active {
  background-color: #333;
}

@media (max-width: 650px) {
  .carousel-slide img {
    aspect-ratio: 3/4;
    object-fit: cover;
  }

  .carousel-slide p {
    padding: 2rem 0;
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .carousel-slide h3 {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }

  .section-carousel h2 {
    text-align: left;
  }
}

/* carousel */
