.header {
  padding: 30px;
  text-align: center;
  background:  #282C35;
  color: red;
  font-size: 30px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.home {
  height: 100vh;
  background-image: url('../img_folder/backgound_home.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; /* Using 'cover' to scale the background image */
  background-position: center;
  overflow: hidden; /* Disable scrolling */
}

.header-products{
  padding: 30px;
  text-align: center;
  background:  #282C35;
  color: red;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
  font-size: 30px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.collectibles-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto; /* Center the collectibles list */
  max-width: 100px; /* Set a maximum width for the collectibles list */
}

.item {
  text-align: center;
  margin: 15px;
  background-color: #282C35; /* Background color for each item */
  font-family: sans-serif;
  font-size: 45px;

  padding: 125px; /* Increased padding for wider boxes */
}

.item:first-child {
  margin-top: 225px; /* Add extra margin to the first item */
}

.item a {
  text-decoration:none;
  color: red; /* Change the color of the text links to a different color*/
}

.item img {
  padding: 20px;
  width: 600px; /* Set the width of the images to 90% for wider pictures */
  height: 600px;
}

.item2 {
  text-align: center;
  margin: 10px;
  background-color: #282C35; /* Background color for each item */
  font-family: sans-serif;
  font-size: 45px;
  padding: 125px; /* Increased padding for wider boxes */
}

.item2:first-child {
  margin-top: 225px; /* Add extra margin to the first item */
}

.item2 a {
  text-decoration: none;
  color: red; /* Change the color of the text links to a different color*/
}

.item2 img {
  padding: 10px;
  width: 600px;
  height: 600px; /* Set the height of the images to 300px for bigger pictures */
}

.body-products-robot{
  height: 100vh;
  background-image: url('../img_folder/background_robot.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; /* Using 'cover' to scale the background image */
  background-position: center;
  overflow: hidden; /* Disable scrolling */
  max-width: 100vw;
  overflow:scroll;
}

.body-products-Marvel{
  height: 100vh;
  background-image: url('../img_folder/marvel_backgrond.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; /* Using 'cover' to scale the background image */
  background-position: center;
  overflow: hidden; /* Disable scrolling */
  max-width: 100vw; 
  overflow:scroll;
}

.body-products-Space{
  height: 100vh;
  background-image: url('../img_folder/space.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; /* Using 'cover' to scale the background image */
  background-position: center;
  overflow: hidden; /* Disable scrolling */
  max-width: 100vw; 
  overflow:scroll;
}

.product-description {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh; /* Adjust the height as needed */
    max-width: 300px; /* Adjust the width as needed */
    margin: 255px auto 0; /* Adjust the margin-top value to bring the box down */
    background-color: #282C35;
    color: red;
    text-align: center;
    box-sizing: border-box;
}

.product-description-background{
  height: 100vh;
  background-image: url('../img_folder/marvel_backgrond.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; /* Using 'cover' to scale the background image */
  background-position: center;
  overflow: hidden; /* Disable scrolling */
  max-width: 100vw; 
  overflow:hidden;
}

.content-box {
  background-color: #282C35;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

.product-video {
  max-width: 100%;
  perspective: 500px; /* Adjust perspective value */
  position: relative;
}

.product-link {
  padding: 8px; /* Adjust padding for the link */
  font-size: 1.2em; /* Adjust font size for the link */
}

h11 {
  text-decoration: underline;
  font-size: 30px;
}

.product-video {
  max-width: 100%;
  perspective: 1000px;
  position: relative;
}

.product-text {
  margin-top: 20px;
}

.product-link {
  display: block;
  background-color: #282C35;
  color: red;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  font-size: 1.5em; /* Adjust font size to make it bigger */
}

.flip-card {
  left: 25px;
  width: 1000px;
  margin-top: 225px;
  width: 1000px;
  height: 200px;
  perspective: 1000px;
  margin: 0 auto; /* Center the flip card horizontally */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 150%;
  text-align: left;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 150%;
  backface-visibility: hidden;
  z-index: -3;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-back {
  background-color: #282C35;
  color: red;
  transform: rotateY(180deg);
}

.flip-card-front {
  background-color: #333A73;
  color: #282C35;
}

.flip-card-back {
  background-color: #282C35;
  color: red;
  transform: rotateY(180deg);
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  position: relative;
  width: 1000px;
  margin-top: 225px;
  text-align: center;
  color: red;
  font-size: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #282C35;
}


.link_tab {
  position: relative; 
  right: -1300px; 
  width: 100px;
  margin-top: -150px;
  text-align: justify;
  color: white;
  font-size: 30px;
}

.under {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
.mid-level {
  color: #282C35;
  position: absolute;
  left: 400px;
  top: 150px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 50px;
  z-index: 1;
}
.over {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}


.vertical-menu {
  width: 200px;
  right:10px;
  margin-top: -150px;
  position:fixed;
}

.vertical-menu a {
  background-color: #eee;
  color: #282C35;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #282C35;
  color: red ;
}

.vertical-menu2 {
  width: 200px;
  right:10px;
  margin-top: 265px;
  position:fixed;
}

.vertical-menu2 a {
  background-color: #eee;
  color: #282C35;
  display: block; 
  padding: 12px;
  text-decoration:none;
}

.vertical-menu2 a:hover {
  background-color: #ccc;
}

.vertical-menu2 a.active {
  background-color: #282C35;
  color: red ;
}

.vertical-menu3 {
  width: 200px;
  right:10px;
  margin-top: 265px;
  position:fixed;
}

.vertical-menu3 a {
  background-color: #eee;
  color: #282C35;
  display: block;
  padding: 12px;
  text-decoration:none;
}

.vertical-menu3 a:hover {
  background-color: #ccc;
}

.vertical-menu3 a.active {
  background-color: #282C35;
  color: red ;
}

iframe {
  border: 0;
}