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-family: "Space Grotesk", sans-serif;
  scroll-behavior: smooth;
  line-height: 1;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #000;
}

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;
}

:root {
  --theme: #d92b00;
}

.scene {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: black;
}

.box {
  position: absolute;
  width: 15%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 1056px) {
  .box {
    scale: 0.5;
  }
}
.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.box .coverImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s ease-in-out;
  filter: grayscale(100%);
}
.box .viewBtn {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 1056px) {
  .box .viewBtn {
    display: block;
  }
  .box .viewBtn img {
    width: 40px;
    height: 40px;
  }
}
.box h2 {
  position: absolute;
  top: 60%;
  left: 60%;
  font-size: 12px;
  width: 250px;
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  opacity: 0;
  display: none;
  z-index: 2;
  transition: all 1s ease-in-out;
}
.box h2 span {
  font: inherit;
  font-weight: 600;
}
.box:nth-child(1) {
  top: -3%;
  left: 10%;
  width: 25%;
}
@media screen and (max-width: 1056px) {
  .box:nth-child(1) {
    width: 40%;
    left: 5%;
  }
}
.box:nth-child(2) {
  top: 5%;
  left: 50%;
  width: 20%;
  height: 30%;
}
@media screen and (max-width: 1056px) {
  .box:nth-child(2) {
    top: 10%;
    left: 38%;
    width: 45%;
    height: 28%;
  }
}
.box:nth-child(2) h2 {
  top: 60%;
  right: 30%;
  left: unset;
}
.box:nth-child(3) {
  top: 0%;
  right: 0%;
}
@media screen and (max-width: 1056px) {
  .box:nth-child(3) {
    top: -2%;
    width: 40%;
  }
}
.box:nth-child(3) h2 {
  top: 60%;
  right: 30%;
  left: unset;
}
.box:nth-child(4) {
  top: 30%;
  left: 0%;
  width: 15%;
  height: 30%;
}
@media screen and (max-width: 1056px) {
  .box:nth-child(4) {
    top: 12%;
    width: 40%;
  }
}
.box:nth-child(4) h2 {
  top: 15%;
}
.box:nth-child(5) {
  top: 50%;
  left: 25%;
  height: 40px;
  width: 50%;
  flex-direction: column;
  pointer-events: none;
}
.box:nth-child(5) p {
  font-size: 14px;
  color: #fff;
  max-width: 600px;
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 1056px) {
  .box:nth-child(5) {
    top: 50%;
    left: unset;
    width: 100%;
    padding: 0 30px;
    height: 55px;
    pointer-events: none;
    scale: 1;
  }
}
.box:nth-child(5) img {
  filter: grayscale(0);
  max-width: 100%;
}
.box:nth-child(6) {
  top: 40%;
  right: 3%;
  width: 15%;
  height: 30%;
}
@media screen and (max-width: 1056px) {
  .box:nth-child(6) {
    top: unset;
    bottom: 15%;
    height: 20%;
    width: 45%;
  }
}
.box:nth-child(6) h2 {
  top: 50%;
  right: 30%;
  left: unset;
}
.box:nth-child(7) {
  bottom: -8%;
  left: 20%;
  width: 25%;
  height: 30%;
}
@media screen and (max-width: 1056px) {
  .box:nth-child(7) {
    bottom: -12%;
    right: -10%;
    left: unset;
    width: 68%;
  }
}
.box:nth-child(7) h2 {
  top: 15%;
}
.box:nth-child(8) {
  bottom: -10%;
  right: 10%;
  width: 30%;
  height: 25%;
}
@media screen and (max-width: 1056px) {
  .box:nth-child(8) {
    bottom: 7%;
    right: unset;
    width: 55%;
  }
}
.box:nth-child(8) h2 {
  top: -35%;
  left: 30px;
}
@media screen and (min-width: 1056px) {
  .box:hover {
    scale: 1.3;
  }
  .box:hover h2 {
    opacity: 1;
    display: block;
  }
  .box:hover img {
    filter: grayscale(0);
  }
  .box:hover:nth-child(1) {
    top: 10%;
  }
  .box:hover:nth-child(3) {
    top: 10%;
    right: 5%;
  }
  .box:hover:nth-child(4) {
    left: 3%;
  }
  .box:hover:nth-child(5) {
    scale: unset;
  }
  .box:hover:nth-child(7) {
    bottom: 5%;
  }
  .box:hover:nth-child(8) {
    bottom: 0%;
  }
}

@media screen and (max-width: 1056px) {
  .invisibleFlickerBlocker {
    display: none;
  }
}
.invisibleFlickerBlocker .blocker1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
}
.invisibleFlickerBlocker .blocker2 {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.34);
  padding: 40px;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transform: rotate(45deg);
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: #fff;
}

.modal h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
  display: block;
  opacity: 1;
}

.modal h2 span {
  font: inherit;
  font-weight: 600;
}

/* Only show modal on mobile (max-width 1056px) */
@media screen and (min-width: 769px) {
  .modal {
    display: none !important;
  }
} /*# sourceMappingURL=style.css.map */