body {
  margin: 0;
  height: 100vh;
  background: url("../../stares/1920-1080Baran.png") no-repeat center
    center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  cursor: url("../../stares/corsourbaran32.png") 0 0, auto;
}

.box {
  position: relative;
  width: 600px;
  height: 600px;
  background: rgba(0, 0, 0, 0.5);
  border: 5px solid;
  border-image: linear-gradient(
      45deg,
      red,
      orange,
      yellow,
      green,
      blue,
      indigo,
      violet
    )
    1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  color: white;
  text-align: center;
  animation: borderShift 5s linear infinite;
  font-size: 14px;
}

#view-counter {
    position: absolute;
    margin-bottom: 650px;
    margin-right: 185px;
}

#faq-button { 
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  margin-bottom: -655px;
  margin-right: 560px
}

#faq-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: 90%;
  padding: 20px;
  background: white;
  border: 2px solid black;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  z-index: 1000;
}

.discord{
  position: absolute;
  width: 94px;
  margin-left: 140px;
  margin-bottom: 695px;
}

#dvd img{
  width: 80px;
  cursor: pointer;
  position: absolute;
  top: 210px;
  left: 30px;
}

#faq-box h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.faq-answer {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.faq-answer:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#close-faq {
  margin-top: 15px;
  padding: 5px 10px;
  cursor: pointer;
}

#Back {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  margin-bottom: -655px;
  margin-left: 440px
}

#home img {
  width: 80px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 30px;
}

#video img {
  width: 80px;
  cursor: pointer;
  position: absolute;
  top: 120px;
  left: 30px;
}

.foto1 {
  margin-bottom: 400px;
  margin-right: 447px;
}

#visitor-count {
  position: absolute;
}

.foto2 {
  margin-bottom: 400px;
  margin-right: 257px;
}

.foto3 {
  margin-bottom: 400px;
  margin-right: 107px;
}

.foto4 {
  margin-bottom: 400px;
  margin-left: 63px;
}

.foto5 {
  margin-bottom: 400px;
  margin-left: 235px;
}

.foto6 {
  margin-bottom: 400px;
  margin-left: 405px;
}

.foto7 {
  margin-bottom: 230px;
  margin-right: 447px;
  scale: 0.88;
}

.foto8 {
  margin-bottom: 230px;
  margin-right: 257px;
}

.foto9 {
  margin-bottom: 230px;
  margin-right: 107px;
  scale: 1.2
}

.foto10 {
  margin-bottom: 230px;
  margin-left: 63px;
}

.foto11 {
  margin-bottom: 230px;
  margin-left: 235px;
}

.foto12 {
  margin-bottom: 230px;
  margin-left: 405px;
}

.foto13 {
  margin-bottom: 60px;
  margin-right: 447px;
}

.foto14 {
  margin-bottom: 60px;
  margin-right: 277px;
}

.foto15 {
  margin-bottom: 60px;
  margin-right: 107px;
}

.foto16 {
  margin-bottom: 60px;
  margin-left: 63px;
}

.foto17 {
  margin-bottom: 60px;
  margin-left: 235px;
}

.foto18 {
  margin-bottom: 60px;
  margin-left: 405px;
}

.foto19 {
  margin-top: 110px;
  margin-right: 447px;
}

.foto20 {
  margin-top: 110px;
  margin-right: 277px;
}

.foto21 {
  margin-top: 110px;
  margin-right: 107px;
}

.foto27 {
  margin-top: 110px;
  margin-left: 63px;
}

.foto23 {
  margin-top: 110px;
  margin-left: 235px;
}

.foto24 {
  margin-top: 110px;
  margin-left: 405px;
}

.foto25 {
  margin-top: 280px;
  margin-right: 447px;
}

.foto26 {
  margin-top: 280px;
  margin-right: 277px;
}

.foto22 {
  margin-top: 280px;
  margin-right: 107px;
}

.foto28 {
  margin-top: 280px;
  margin-left: 63px;
}

.foto29 {
  margin-top: 280px;
  margin-left: 235px;
}

.foto30 {
  margin-top: 280px;
  margin-left: 405px;
}

.foto31 {
  margin-top: 450px;
  margin-right: 447px;
}

.foto32 {
  margin-top: 450px;
  margin-right: 240px;
}

.foto33 {
  margin-top: 450px;
  margin-right: 45px;
}

.foto34 {
  margin-top: 450px;
  margin-left: 105px;
}

.foto35 {
  margin-top: 450px;
  margin-left: 270px;
}

.foto36 {
  margin-top: 450px;
  margin-left: 410px;
}

[class^="foto"] {
  position: absolute;
  transition: transform 0.3s ease;
}

[class^="foto"]:hover {
  transform: scale(0.9);
}

@keyframes borderShift {
  0% {
    border-image-source: linear-gradient(
      45deg,
      red,
      orange,
      yellow,
      green,
      blue,
      indigo,
      violet,
      red
    );
  }
  50% {
    border-image-source: linear-gradient(
      225deg,
      red,
      orange,
      yellow,
      green,
      blue,
      indigo,
      violet,
      red
    );
  }
  100% {
    border-image-source: linear-gradient(
      45deg,
      red,
      orange,
      yellow,
      green,
      blue,
      indigo,
      violet,
      red
    );
  }
}

h1,
p {
  margin: 0.5rem 0;
}

#playAnthem {
  position: absolute;
  cursor: pointer;
  color: blue;
  font-size: 24px;
  text-decoration: underline;
  margin-bottom: 670px;
  margin-right: 450px;
}
#playAnthem:hover {
  color: darkblue;
}

.tiktok {
  position: absolute;
  scale: 0.33;
  margin-bottom: 785px;
  margin-left: 270px
}

body {
margin: 0;
padding: 0;
position: relative;
background-size: cover;
animation: fadeIn 1s ease-in-out forwards;
font-family: 'Arial', sans-serif;
}

body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
z-index: 9999;
opacity: 1;
animation: fadeOut 1.5s ease-in-out forwards;
animation-delay: 2.5s;
pointer-events: none;
}

@keyframes fadeOut { 0% { opacity: 1; pointer-events: all; } 100% { opacity: 0; pointer-events: none; }}

body::after {
content: "BaranStare Museum!";
white-space: pre;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 2em;
font-family: 'Comic Sans MS', 'Arial', sans-serif;
z-index: 10001;f
opacity: 1;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
background: url('../../stares/3dgifmaker04559.gif') no-repeat center top;
background-size: 300px 300px;
padding-top: 320px;
text-align: center;
animation: fadeOut 1.5s ease-in-out forwards;
animation-delay: 2.5s;
}

@media only screen and (max-width: 1000px) {
  body {
  margin: 0;
  height: 100vh;
  background: url("../../stares/Baran_20260315181028.png") no-repeat center
    center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  }

  .box {
  position: relative;
  width: 900px;
  height: 950px;
  background: rgba(0, 0, 0, 0.5);
  border: 5px solid;
  border-image: linear-gradient(
      45deg,
      red,
      orange,
      yellow,
      green,
      blue,
      indigo,
      violet
    )
    1;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  color: white;
  text-align: center;
  animation: borderShift 5s linear infinite;
  font-size: 25px;
  }

  #view-counter{
    margin-bottom: 1010px;
    margin-right: 270px;
    height: 29px;
  }
  
  #playAnthem {
  position: absolute;
  cursor: pointer;
  color: blue;
  font-size: 34px;
  text-decoration: underline;
  margin-bottom: 1030px;
  margin-right: 680px;
  }

  #faq-button { 
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  margin-bottom: -655px;
  margin-right: 560px
}

#faq-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  max-width: 90%;
  padding: 20px;
  background: white;
  border: 2px solid black;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  z-index: 1000;
  font-size: 34px;
}

#faq-box h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.faq-answer {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 34px;
}

.faq-answer:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#close-faq {
  margin-top: 15px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 24px
}

  .tiktok {
  position: absolute;
  scale: 0.43;
  margin-bottom: 1190px;
  margin-left: 365px
  }

  [class^="foto"] {
  position: absolute;
  transform: scale(2);
  }
  
  .foto1 {
  margin-bottom: 650px;
  margin-right: 687px;
  scale: 0.8;
  }

.foto2 {
  margin-bottom: 650px;
  margin-right: 380px;
  scale: 0.8;
  }

.foto3 {
  margin-bottom: 650px;
  margin-right: 127px;
  scale: 0.9;
  }

.foto4 {
  margin-bottom: 650px;
  margin-left: 153px;
  scale: 0.9;
  }

.foto5 {
  margin-bottom: 650px;
  margin-left: 435px;
  }

.foto6 {
  margin-bottom: 650px;
  margin-left: 710px;
  }

.foto7 {
  margin-bottom: 350px;
  margin-right: 687px;
  scale: 0.8;
  }

.foto8 {
  margin-bottom: 350px;
  margin-right: 367px;
  }

.foto9 {
  margin-bottom: 350px;
  margin-right: 127px;
  }

.foto10 {
  margin-bottom: 350px;
  margin-left: 153px;
  }

.foto11 {
  margin-bottom: 350px;
  margin-left: 435px;
  }

.foto12 {
  margin-bottom: 350px;
  margin-left: 710px;
  }

.foto13 {
  margin-right: 687px;
  }

.foto14 {
  margin-right: 407px;
  }

.foto15 {
  margin-right: 127px;
  }

.foto16 {
  margin-left: 153px;
  }

.foto17 {
  margin-left: 435px;
  }

.foto18 {
  margin-left: 710px;
  }

.foto19 {
  margin-bottom: -150px;
  margin-right: 687px;
}

.foto20 {
  margin-bottom: -150px;
  margin-right: 407px;
}

.foto21 {
  margin-bottom: -150px;
  margin-right: 127px;
}

.foto27 {
  margin-bottom: -150px;
  margin-left: 153px;
}

.foto23 {
  margin-bottom: -150px;
  margin-left: 435px;
}

.foto24 {
  margin-bottom: -150px;
  margin-left: 710px;
}

.foto25 {
  margin-bottom: -250px;
  margin-right: 687px;
}

.foto26 {
  margin-bottom: -250px;
  margin-right: 407px;
}

.foto22 {
  margin-bottom: -250px;
  margin-right: 127px;
  }

  .foto28 {
  margin-bottom: -250px;
  margin-left: 153px;
  }

  .foto29 {
  margin-bottom: -250px;
  margin-left: 435px;
  }

  .foto30 {
  margin-bottom: -250px;
  margin-left: 710px;
  }

  .foto31 {
  margin-bottom: -360px;
  margin-right: 687px;
  }

  .foto32 {
  margin-bottom: -360px;
  margin-right: 327px;
  }

  .foto33 {
  margin-bottom: -360px;
  margin-right: -20px;
  }

  .foto34 {
  margin-bottom: -360px;
  margin-right: -160px;
  }

  .foto35 {
  margin-bottom: -360px;
  margin-right: -260px;
  }

  .foto36 {
  margin-bottom: -360px;
  margin-right: -360px;
  }

  #faq-button {
    margin-bottom: -1015px;
    margin-right: 845px;
    font-size: 34px;
  }

  #home img{
    width: 140px;
  }
  
  #video img{
    width: 130px;
    top: 35px;
    left: 180px
  }

  #dvd img{
    display: none;
  }

  #Back {
    margin-bottom: -1015px;
    margin-left: 665px;
    font-size: 34px;
  }
  
  .discord{
  position: absolute;
  width: 154px;
  margin-left: 198px;
  margin-bottom: 1085px;
  }
  
}
