/* header image */
.header {
  width: 100%;
  height: 250px;
  background-image: url("images/ibackground.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
  padding: 0;
}

/* YELLOW STRIPE */
.yellow-stripe {
  width: 100%;
  height: 20px;
  background-color: #f0e60f;
}

/* BACKGROUND */
body {
  background-color: #000;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*-----------------------------perf^---------------------------------------*/
/* left logo */
.image-comics {
  position: absolute;
  top: -20px;
  left: -100px;
  display: block;
  margin: 0;
  padding: 0;
}
.image-comics img {
  width: 650px;
  height: auto;
}
.image-comics {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (max-width: 800px) {
  .image-comics {
    opacity: 0;
    transform: translateX(-40px);
  }
}
/*---------------------------perf^-----------------------------------------*/
.header-center-image {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 200px;
}
.header-center-image a img {
  display: block;
  width: 800px;
  height: auto;
  max-width: 100%;
}

.header-center-image {
  transition: width 0.3s ease, height 0.3s ease;
}

@media (max-width: 800px) {
  .header-center-image {
    width: 480px;
    height: 120px;
  }
}
/*----------------------------perf logo not a switch^---------------------------------------*/
.main-container {
  width: 100%;
  margin: 10px auto;
  padding: 50px 30px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

/* og white text box */
.text-box {
  background-color: #fff;
  color: #d60605;
  padding: 10px;
  width: 730px;
  height: 680px;
  max-width: 100%;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

/*----------------------------main container^---------------------------------------*/
.footer {
  width: 100%;
  height: 20px;
  background-color: #f0e60f;
  box-sizing: border-box;
}
/* -------------------footer^------------------------------ */
.yellow-btn {
  position: absolute;
  top: 25px;
  left: 25px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.yellow-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
/* -------------------tv button^------------------------------ */
.yellow-btn2 {
  position: absolute;
  bottom: 25px;
  right: 25px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.yellow-btn2:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
/*---------------------comic button^------------------------*/
.yellow-btn3 {
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translate(-120%, -50%);
  background-color: #f0e60f;
  color: #d60605;
  padding: 2px 22px;
  font-size: 30px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 6px 6px 0px #000;
  cursor: pointer;
  white-space: nowrap;
}

.yellow-btn3:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.yellow-btn3.active {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  box-shadow: 6px 6px 0 #000;
}

.yellow-btn4 {
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translate(20%, -50%);
  background-color: #f0e60f;
  color: #d60605;
  padding: 2px 22px;
  font-size: 30px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 6px 6px 0px #000;
  cursor: pointer;
  white-space: nowrap;
}

.yellow-btn4:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.yellow-btn4.active {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  box-shadow: 6px 6px 0 #000;
}

.eve-btn {
  position: absolute;
  top: 620px;
  left: 50px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.eve-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}

.mark-btn {
  position: absolute;
  top: 620px;
  left: 50px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 1px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.mark-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.omni-btn {
  position: absolute;
  top: 620px;
  left: 50px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.omni-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.omni-btn.active {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  box-shadow: 6px 6px 0 #000;
}
.allen-btn {
  position: absolute;
  top: 620px;
  left: 80px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.allen-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.allen-btn.active {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  box-shadow: 6px 6px 0 #000;
}

.eve2-btn {
  position: absolute;
  top: 260px;
  left: 50px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.eve2-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.eve2-btn.active {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  box-shadow: 6px 6px 0 #000;
}
.mark2-btn {
  position: absolute;
  top: 260px;
  left: 50px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.mark2-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.mark2-btn.active {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  box-shadow: 6px 6px 0 #000;
}
.allen2-btn {
  position: absolute;
  top: 260px;
  left: 50px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.allen2-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.allen2-btn.active {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  box-shadow: 6px 6px 0 #000;
}
.omni2-btn {
  position: absolute;
  top: 260px;
  left: 50px;
  box-shadow: 6px 6px 0px #000;

  background-color: #f0e60f;
  color: #d60605;
  padding: 1px 18px;
  border: none;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}

.omni2-btn:hover {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  cursor: pointer;
}
.omni2-btn.active {
  background-color: #3b99e1;
  color: white;
  border-radius: 45px;
  box-shadow: 6px 6px 0 #000;
}
/*---------------------lot of buttons^------------------------*/

.image-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1px;
  margin-top: 20px;
  gap: 25px;
}
.image-box {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.image-box img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
html,
body {
  overflow-x: auto;
  overflow-y: auto;
}

.header-center-image a:hover img {
  transform: scale(1.05);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.image-row2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 1px;
  margin-top: 20px;
  gap: 25px;
}
.image-box2 {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.image-box2 img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

/*---------------------------------*/
.main-container2 {
  width: 100%;
  margin: 50px auto;
  padding: 40px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding: 20px;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.right-column {
  flex: 1;
}

.image-box2 {
  position: relative;
  width: 300px;
  border-radius: 10px;
  padding: 2px;
  box-sizing: border-box;
}

.image-box2 img {
  width: 100%;
  height: auto;
  display: block;
  border: 3px solid #f0e60f;
  border-radius: 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.image-box2 img.active {
  border-color: #3b99e1;
  box-shadow: 0 0 15px #3b99e1;
}

.text-box2 {
  background-color: #fff;
  color: #d60605;
  padding: 10px;
  width: 1030px;
  height: 650px;
  max-width: 100%;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.heading {
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
}
.main-container-inner {
  transform: scale(0.9);
  transform-origin: top center;
}
.image-row {
  position: relative;
}
.text-box2 {
  position: relative;
}

.change .yellow-btn3 {
  top: calc(-4.5% - 5px);
  left: 23%;
  transform: translate(-50%, -50%);
}

.change .yellow-btn4 {
  top: calc(-4.5% - 5px);
  left: 44%;
  transform: translate(-50%, -50%);
}
body:not(.home) .header-center-image img:hover {
  filter: drop-shadow(4px 4px 10px rgba(255, 255, 0, 0.8));
  transform: scale(1.05);
  transition: all 0.3s ease;
}

body.home .header-center-image img {
  display: block;
  width: 700px;
  height: auto;
  max-width: 100%;
  filter: drop-shadow(4px 4px 10px rgba(255, 255, 0, 0.8));
  transform: scale(1.05);
  transition: none;
}

@media (max-width: 1400px) {
  .main-container,
  .main-container2 {
    transform: scale(0.95);
    transform-origin: top center;
  }
}

@media (max-width: 1200px) {
  .main-container,
  .main-container2 {
    transform: scale(0.85);
  }
}

@media (max-width: 1000px) {
  .main-container,
  .main-container2 {
    transform: scale(0.75);
  }
}
