body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

nav {
  background-color: #333;
  color: white;
  width: 100%;
  padding: 0;
}
.container-fluid {
  width: 100%;
  background-color: darkslateblue;
  padding-top: 10px;
}
.container {
  width: 100%;
  margin: 0px auto;
  max-width: 1800px;
  padding-left: 10px;
}
.nav-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  gap: 20px;
  background-color: #333;
}

.nav-header img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.nav-text {
  max-width: 500px;
  line-height: 1.6;
}

.nav-text h2 {
  margin: 0;
}

.nav-text p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.social-icon {
  width: 20px;
}

@media (min-width: 1024px) {
  .nav-header {
    flex-direction: row;
    text-align: left;
    gap: 40px;
  }
}

.email a {
  color: #fff;
}

.quote {
  background-color: #eeeeee;
  text-align: center;
  padding: 60px 0px;
}

.quote p {
  font-size: 38.5px;
  color: #111;
  font-style: italic;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  padding: 0px 65px;
}

@media (max-width: 1024px) {
  .quote {
    padding: 60px 100px;
  }
  .quote p {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .quote {
    padding: 50px 40px;
  }
  .quote p {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .quote {
    padding: 40px 20px;
  }
  .quote p {
    font-size: 18px;
  }
}

section {
  text-align: center;
}

#section-hero,
#section-inri,
#section-contact {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#section-hero {
  padding: 1px;
  margin-top: 0;
  background-color: #eeeeee;
}

#section-inri {
  background-image: url("../img/background2.jpg");
  padding: 60px 0px;
}

#section-contact {
  background-image: url("../img/background1.jpg");
  padding: 80px 20px;
}

section h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.section-row-inri {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-row {
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
}
.section-row-inri {
  margin: 0 20px;
}

.column-half,
.column-half-contact {
  flex-basis: 45%;
  margin-bottom: 20px;
}

.column-half {
  height: 100vh;
}

.column-half img,
.column-half-contact img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.column-half img.deadend {
  height: 80%;
  max-height: 80vh;
}

.column-half img.sudoku {
  height: 32%;
}

.column-full {
  width: 100%;
}

.column-full img {
  max-width: 100%;
}

.column-third,
.column-third-inri {
  flex-basis: 33%;
  text-align: center;
}

.column-third-inri {
  padding-left: 20px;
  padding-right: 20px;
}

.column-third img.gelegeert {
  margin: 0 auto;
  display: block;

  max-width: 68%;
  height: 100%;
}

.column-third img.deadend {
  width: 100%;
  max-width: 80%;
}
.sudoku-container img {
  width: 100%;
  max-width: 67%;
}
.excavator-container img {
  width: 71.8%;
}
.column-third img.deadend {
  height: 100%;
  height: 828px;
}

.sudoku-container img {
  height: 100%;
  max-height: 358px;
}
.column-half-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}
.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-form {
  width: 60%;
  background-color: #3056a3;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: all 0.3s ease;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

button {
  background-color: #cccccc;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #eeeeee;
  color: #333;
}

@media (max-width: 1024px) {
  .contact-form {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .contact-form {
    width: 90%;
    padding: 15px;
  }

  input,
  textarea {
    font-size: 14px;
  }

  button {
    width: 100%;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .contact-form {
    width: 95%;
    padding: 12px;
  }
}

#recaptcha-container {
  justify-content: center;
}
.recaptcha-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
}

.universe-wrapper {
  margin: 0px auto;
}

.universe-text {
  background-color: #eeeeee;
  color: black;
  font-style: italic;
  padding: 20px 30px;
  display: inline-block;
  margin: 5px;
  border-radius: 8px;
}

footer {
  background-color: #333;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

footer a:hover {
  color: #ddd;
}

.inri-layout {
  padding: 60px 56px;
  display: flex;
  justify-content: center;
}

.inri-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 112px;
}

.inri-column {
  flex: 1 1 1;
  text-align: center;
}

.inri-column img {
  width: 90%;
  max-width: 466px;
  height: auto;
}

@media (max-width: 1599px) {
  .inri-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }

  .inri-column img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .section-row {
    flex-direction: column;
  }
  .column-third {
    flex-basis: 100%;
  }
  .inri-row {
    flex-direction: column;
    gap: 25px;
  }
  .column-third img.deadend {
    height: 100%;
  }
}

@media (max-width: 576px) {
  .mobile-only {
    display: block;
  }
  .phone,
  .email {
    font-size: 13px;
  }
  .excavator-container img {
    width: 100%;
  }
  .column-third img.deadend {
    max-width: 100%;
  }
}

.mobile-only {
  display: none;
}

.recaptcha-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background-color: #0e0047;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;

}

@media (max-width: 1599px) {
  .sudoku-container img {
    width: 100%;
    max-width: 67%;
  }
  .video-container {
    padding-bottom: 60%;
  }

  .video-container video {
    height: 60vh;
  }
}

@media (max-width: 1024px) {
  .video-container {
    padding-bottom: 60%;
  }

  .video-container video {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .video-container {
    padding-bottom: 100%;
  }

  .video-container video {
    height: 100%;
  }
}

.artwork-layout {
  display: flex;

  gap: 40px;

  margin: 0 auto;
  padding: 80px 40px 0px;
}

.artwork-main {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.artwork-main img {
  width: 100%;

  height: auto;
}

.artwork-caption {
  text-align: center;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.artwork-description {
  flex: 1.5;

  text-align: center;
  display: flex;
  flex-direction: column;

  gap: 14px;
}

.artwork-gallery {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-item {
  width: 100%;
  /* max-width: 415px; */
  text-align: center;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;

  margin-bottom: 10px;
}

.artwork-caption strong {
  display: block;
  margin: 3px 0;
}

@media (max-width: 1024px) {
  .artwork-layout {
    gap: 50px;
    padding: 60px 30px;
  }

  .artwork-description {
    max-width: 90%;
  }
}

@media (max-width: 900px) {
  .artwork-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 60px;
  }

  .artwork-main img,
  .gallery-item img {
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  .artwork-layout {
    padding: 40px 20px;
    gap: 40px;
  }

  .artwork-main img,
  .gallery-item img {
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .artwork-description h1 {
    font-size: 26px;
  }
}

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

.inri-column {
  position: relative;
  flex: 1 1 30%;
  max-width: 33%;
}

.inri-column img {
  width: 100%;

  display: block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 46%; 
  transform: translate(-50%, -50%);
  font-size: 17px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 20px 25px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon:hover {
  background: rgba(0, 0, 0, 0.7);
}


.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  justify-content: center;
  align-items: center;
}


.video-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9; 
}

video,
.video-content iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  border-radius: 8px;
}


.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
}


@media (max-width: 768px) {
  .inri-column {
    max-width: 100%;
  }

  .play-icon {
    font-size: 22px;
    padding: 12px 15px;
  }

  .video-content {
    width: 95%;
  }
}
