/* General Styles */
* {
    box-sizing: border-box;
}

button {
    max-width: 301px;
    max-height: 61px;
}

.theme1 button {
    border-width: 2px;
}

.theme1 .page-title {
        font-size: 50px;
        padding-bottom: 0;
        margin-bottom: 30px;
        text-transform: uppercase;
          }

  @font-face {
    font-family: hutaner;
    src: url('Hutaner-vmzBO.otf') format("opentype");
  }

    @font-face {
        font-family: jambo;
        src: url('DK\ Jambo.otf') format("opentype");
        }

    @font-face {
        font-family: skeleton;
        src: url('DK\ Closet\ Skeleton.otf') format("opentype");
                }

@font-face {
    font-family: sim;
    src: url('simheittf.ttf') format("truetype");
}

@font-face {
    font-family: frutiger;
    src: url('Frutiger.ttf') format("truetype");
}

@font-face {
    font-family: frutiger-bold;
    src: url('Frutiger_bold.ttf') format("truetype");
}

@font-face {
    font-family: noto-sans;
    src: url('NotoSans-ExtraCondensedBlack.ttf') format("truetype");
}

@font-face {
    font-family: trajan;
    src: url('TrajanPro-Regular.ttf') format("truetype");
}

body.theme1 {
    margin: 0;
    padding: 0;
    background-image: url('background.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}


/* Text Styles */
li, h1, h2, a.theme1 {
    font-family: trajan;
    color: #000;
}

.theme1 .update-head {
    text-indent: 10px;
}

h1, h2 {
    margin: 0;
}

h1 {
    padding: 1% 0px 5% 0px;
    font-size: 36px;
	text-align: center;
}

h2 {
    text-decoration: underline;
}

p {
    font-size: 14pt;
    text-indent: 1.5em;
}

p.theme1 {
    font-family: Cambria;
}

a {
    text-decoration: none;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

/* Header and Navigation */

.theme1 div.header::before {
    content:url('../images/3d-fiend-8.webp');
    width: 1000px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


/* Main Content */
.theme1 .main {
    width: 990px;
    min-height: 1000px;
    margin: 0 auto;
    padding: 30px 5px;
    background-color: rgba(255, 255, 255, 0.90);
    border: 5px none #000;
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: left;
    position: relative;
    overflow: hidden;
}


/* Sidebar Ads */

.sidebar {
    position: fixed;
    width: 24%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    height: 100%;  /* Ensures the sidebar spans the full height of the viewport */
    overflow-y: none;  /* Adds scrolling if content overflows */
}

.left-sidebar {
    left: 0;
}

.right-sidebar {
    right: 0;
}

.ad {
    position: relative;
    width: 80%;
    margin: 10px 0;
}

.ad img {
    width: 100%;
    display: block;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: white;
    color: gray;
    border: 1px solid gray;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 1750px) {
    .left-sidebar, .right-sidebar {
        display: none;
    }
}


/* Footer */
.theme1 .footer {
    max-width: 990px;
    margin: 0 auto;
    padding: 1em 0.25em;
    background-color: #4E4E4E;
    display: flex;
    justify-content: space-around;
}

.theme1 .footer-link {
    color: #fff;
    text-decoration: underline;
}

.footer-link:hover {
    color: #9C95FF;
    font-style: italic;
}

/* Specific Elements */
.main-product {
    max-width: 650px;
    margin: 7.5em auto 0;
    display: flex;
    justify-content: space-around;
    border: 1px solid #272727;
    border-radius: 15%;
}

.product-info, .product-price {
    margin: 0 auto;
    padding: 0.25em;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.85em;
}

.check {
    color: green;
    font-size: 150%;
}

.mailman {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 400px;
    width: 100%;
}

.lock-title {
    text-align: center;
}

.payment-button {
    margin: 0 auto;
    width: 250px;
    display: flex;
    justify-content: space-around;
}

.break {
    flex-basis: 100%;
    height: 0;
}


.button-container {
    display: block;
    justify-content: center;
   margin: 0 auto;
   left: 50%
}

.theme1 .theme-button {
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 99;
    font-size: 20px;
    font-family: Trajan;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

#volume-icon {
    max-width: 75px;
    top: 89%;
    left: 50%;
    transform: translate(480%, -130%);
    position: fixed;
    z-index: 99;
    cursor: pointer;
}

#volume-toggle-button {
    overflow: hidden;
    background: none;
border: none;
padding: 0;
margin: 0;
}

div.volume-control {
background-image: none;
margin: -100%;
}

.invisible {
    width: 0; /* Make the button width zero */
    height: 0; /* Make the button height zero */
    position: absolute; /* Position the button absolutely */
    overflow: hidden; /* Hide overflow content */
    border: none; /* Remove button border */
    padding: 0; /* Remove button padding */
    margin: 0; /* Remove button margin */
}

.theme1 .theme-button:hover {
    background-color: rgba(0, 255, 0, 0.5);
  }

  #prev-theme-button {
transform: translateX(-325%);
  }

  #next-theme-button {
    transform: translateX(210%);
  }

  .no-bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .theme1 .home {
background-image: none;
  }

  .theme1 .shop {
    background-image: none;
  }

  .theme1 .archive {
    background-image: none;
  }

  .theme1 .games {
    background-image: none;
  }
  
  .theme1 .last-theme {
    background-image: none;
  }

    
  .theme1 .next-theme {
    background-image: none;
  }

 

.theme1 .mouse-container {
visibility: hidden;
}

#mouseGif {
    position: absolute;
    pointer-events: none;
    width: 80px; /* Adjust the size as needed */
    height: auto;
    z-index: 2;
    transition: transform 0.2s; /* Smooth flipping */
}

.theme1 .video::after, .wave::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video:hover::after {
    opacity: 1;
    outline: 2px solid #f00;
}













/* DESKTOP VIEWPORT EXCLUSIVES*/























@media screen and (min-width: 800px) {
    .theme1 #scrollToTopBtn {
        display: none; /* Hide the button by default */
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed;
        z-index: 99;
        font-size: 30px;
        font-family: Trajan;
        font-weight: bold;
        cursor: pointer;
        border-radius: 10px;
        padding: 10px 10px;
        background-color: rgba(255, 255, 255, 0.5);
    }

.theme1 #scrollToTopBtn:hover {
    background-color: rgba(0, 255, 0, 0.5);
  }

  .nav-bar {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(0);
}

.nav-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.theme1 .nav-item {
    margin: 15px;
    margin-top: 0;
    font-size: 25px;
    border: 3px solid #272727;
    border-radius: 10px;
    color: white;
	text-decoration: none;
    padding: 17px 50px;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.theme1 .nav-item:hover {
    color: rgb(0, 255, 0);
    background-color: rgba(255, 255, 255, 0.30);
    transition-duration: 0.3s;
    cursor: pointer;
}

.nav-link:hover {
    color: white;
}

.lock {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.theme1 .wave:hover:after {
    opacity: 1;
    outline: 2px solid red;
}

.archive-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.theme1 .wave {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    outline: 2px solid #000;
}

.theme1 .wave-subhead {
	text-align: center;
	padding: 0;
    font-family: trajan;
    font-size: 30px;
}


.wave-text {
    display: flex;
    justify-content: space-evenly;
    font-size: 30px;
    width: 200px;
    margin: 1% 0px 10% 0px;
    color: #000;
}

.wave-text:hover {
	text-decoration: underline;
}


.wave-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 25px;
}

.wave-contents-final {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 25px;
	padding: 0 0 5% 0;
}

.center-art {
	display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

h3 {
	font-family: trajan;
	font-size: 20px;
	text-align: center;
}

model-viewer {
    width: 600px;
    height: 600px;
margin: 0 auto;
}

.dropdown {
    width: 300px;
    height: 50px;
    font-size: 30px;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.game-row {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .game-title-row {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
  }

.theme1 .game-thumb {
    position: relative;
    display: inline-block;
max-width: 200px;
background-color: #fff;
  }

.theme1 .game-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid black;
}

.theme1 .game-title {
    position: relative;
    display: inline-block;
    max-width: 200px;
    font-size: 30px;
margin-bottom: 20px;
text-decoration: underline;
}

  .js-paint {
    width: 95%;
    height: 600px;
    margin: 0 auto;
  }

.theme1 .game-thumb .gloss {
position: absolute;
top: 0;
left: 00;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
border: 2px solid red;
opacity: 0;
transition: opacity 0.3s ease;
  }

 .theme1 .game-thumb:hover .gloss {
    opacity: 1;
}

.game-page-title {
    align-items: center;
    text-transform: capitalize;
}

/* Video and Waves */
.video, .vid-container {
    width: 700px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

  }



























/* MOBILE VIEWPORT SETTINGS */











@media screen and (max-width: 800px) {
    .theme-button {
        display: none; /* Hides the element */
        pointer-events: none; /* Prevents any interaction */
        opacity: 0;
    }
    #next-theme-button {
      display: none; /* Hides the element */
      pointer-events: none; /* Prevents any interaction */
      opacity: 0;
    }
    #prev-theme-button {
        display: none; /* Hides the element */
        pointer-events: none; /* Prevents any interaction */
        opacity: 0;
      }

    #scrollToTopBtn {
        display: block;
        position: fixed;
        z-index: 99;
        font-family: Trajan;
        font-weight: bold;
        cursor: pointer;
        padding: 0px 1000px;
        padding-top: 420px;
        background-color: rgba(0, 0, 0, 0.5);
        top: 100%; /* Position the top of the button at 50% of the viewport height */
        left: 50%; /* Position the left of the button at 50% of the viewport width */
        transform: translate(-50%, -50%); /* Offset by 50% to truly center the button */

    }

    .scroll-btn {
        width: 990px;
    }
      
    #scrollToTopBtn:hover {
        background-color: rgba(0, 0, 0, 0.5);
      }

      #volume-icon {
        display: none; /* Hides the element */
        pointer-events: none; /* Prevents any interaction */
        opacity: 0;
    }
    
    #volume-toggle-button {
        display: none; /* Hides the element */
        pointer-events: none; /* Prevents any interaction */
        opacity: 0;
    }
    
    div.volume-control {
        display: none; /* Hides the element */
        pointer-events: none; /* Prevents any interaction */
        opacity: 0;
    }

    footer {
        display: none;
    }
    
    .theme1 .update-head {
        margin-top: 80px;
        font-size: 40px;
        text-align: center;
    }
    
    .theme1 .wave:hover:after {
        opacity: 1;
        outline: 2px solid red;
    }
    
    .archive-item {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    
    .theme1 .wave {
        position: relative;
        display: block;
        width: 900px;
        margin: 0 auto;
        outline: 2px solid #000;
    }
    
    .theme1 .wave-subhead {
        text-align: center;
        padding: 0;
        font-family: trajan;
        font-size: 60px;
    }
    
    
    .wave-text {
        display: flex;
        font-family: trajan;
        font-weight: 600;
        justify-content: space-evenly;
        font-size: 60px;
        margin: 5% 0px 15% 0px;
        color: #000;
    }
    
    .wave-text:hover {
        text-decoration: underline;
    }
    
    
    .wave-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 40px;
    }
    
    .wave-contents-final {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 40px;
        padding: 0 0 5% 0;
    }
    
    .center-art {
        display: inline-block;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    
    h3 {
        font-family: trajan;
        font-size: 45px;
        text-align: center;
        margin-top: 80px;
    }
    
    .dropdown {
        width: 400px;
        height: 100px;
        font-size: 50px;
        font-family: trajan;
        text-align: left;
        padding-top: 10px;
        padding-left: 20px;
        margin: 0 auto;
        margin-bottom: 80px;
    }
    
    model-viewer {
        width: 600px;
        height: 800px;
    margin: 0 auto;
    }
    
    h1, h2 {
        margin: 0;
    }
    
    h1 {
        padding: 1% 0px 5% 0px;
        font-size: 50px;
        text-align: center;
    }
    
    h2 {
        text-decoration: underline;
    }
    
    p {
        font-size: 25pt;
        text-align: center;
        margin: 0px 20px;
        margin-top: 10px;
    }

#home-title {
    font-size: 80px;
    text-decoration: underline;
}

#shop-title {
    font-size: 80px;
    text-decoration: underline;
}

#archive-title {
    font-size: 80px;
    text-decoration: underline;
}

#games-title {
    font-size: 80px;
    text-decoration: underline;
}

    .page-title {
        padding-bottom: 0;
        margin-bottom: 30px;
        text-transform: uppercase;
          }

.page-dash {
    display: none;
}

.nav-bar {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(0);
}

.nav-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.theme1 .nav-item {
    font-size: 60px;
    margin-bottom: 30px;
    border: 3px solid #272727;
    border-radius: 10px;
    color: white;
	text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    max-width: 407px;
}

.theme1 .nav-item:hover {
    color: rgb(0, 255, 0);
    background-color: rgba(255, 255, 255, 0.30);
    transition-duration: 0.3s;
    cursor: pointer;
}

.nav-link:hover {
    color: white;
}

.theme1 .home {
    padding: 17px 98px;
      }
    
      .theme1 .shop {
        padding: 17px 110px;
      }

      .lock {
        display: block;
        margin: 0 auto;
        max-width: 900px;
        width: 100%;
    }
    
      .theme1 .archive {
        padding: 17px 50px;
      }
    
      .theme1 .games {
        padding: 17px 100px;
      }
      .game-row {
        display: inline-flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
      }
    
      .game-title-row {
        display: inline-flex;
        flex-direction: row;
        justify-content: space-around;
      }
    
    .theme1 .game-thumb {
        position: relative;
        display: inline-block;
    max-width: 700px;
    background-color: #fff;
      }
    
    .theme1 .game-thumb img {
        display: block;
        width: 100%;
        height: auto;
        border: 2px solid black;
    }
    
    .theme1 .game-title {
        position: relative;
        display: inline-block;
        max-width: 700px;
        font-size: 80px;
    margin-bottom: 20px;
    text-decoration: underline;
    }
    
      .js-paint {
        width: 95%;
        height: 600px;
        margin: 0 auto;
      }
    
    .theme1 .game-thumb .gloss {
    position: absolute;
    top: 0;
    left: 00;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid red;
    opacity: 0;
    transition: opacity 0.3s ease;
      }
    
     .theme1 .game-thumb:hover .gloss {
        opacity: 1;
    }
    
    .game-page-title {
        font-size: 80px;
        text-decoration: underline;
        align-items: center;
        text-transform: capitalize;
    }

    /* Video and Waves */
.video, .vid-container {
    width: 800px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}


.vid-container img {
    width: 800px;
}

.center-art img {
    width: 800px;
}
}