.theme6 button {
    border-width: 0px;
}

.theme6 .update-head {
    text-indent: 10px;
}

body.theme6 {
    margin: 0 auto;
    padding: 0;
    background-image:url('../images/theme6/ocean-loop.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

.theme6 .page-title {
    font-size: 60px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 2%;
    margin-bottom: 30px;
      }

.theme6 #home-title {
    font-family: skeleton;
    color: #fff;
}

.theme6 #shop-title {
    font-family: skeleton;
    color: #fff;
}

.theme6 #archive-title {
    font-family: skeleton;
    color: #fff;
}

.theme6 #games-title {
    font-family: skeleton;
    color: #fff;
}

.theme6 #prev-theme-button {
    background-image:url('../images/theme6/last-theme.png');
   }

   .theme6 #prev-theme-button:hover {
    background-color: rgba(157, 216, 255, 0.5);
    border-radius: 25px;
    box-shadow: 0px 0px 50px rgba(157, 216, 255, 0.3), 0px 0px 25px rgba(157, 216, 255, 0.5), 0px 0px 12px rgba(157, 216, 255, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.2s ease, background-image 0.2s ease;
    background-image:url('../images/theme6/last-theme-2.webp');
   }
     
.theme6 #next-theme-button {
    background-image:url('../images/theme6/next-theme.png');
    transform: translateX(212%);
   }

   .theme6 #next-theme-button:hover {
    background-color: rgba(157, 216, 255, 0.5);
    border-radius: 25px;
    box-shadow: 0px 0px 50px rgba(157, 216, 255, 0.3), 0px 0px 25px rgba(157, 216, 255, 0.5), 0px 0px 12px rgba(157, 216, 255, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.2s ease, background-image 0.2s ease;
    background-image:url('../images/theme6/next-theme-2.webp');
   }


.theme6 li {
    font-family: skeleton;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25)
}

.theme6 h1 {
    font-family: skeleton;
    font-weight: 200;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25)
}

.theme6 h2 {
    font-family: skeleton;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25)

}

.theme6 h3 {
	font-family: skeleton;
    color: #fff;
	font-size: 30px;
	text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25)
}

p.theme6 {
        font-family: skeleton;
        font-size: 14pt;
        text-indent: 1.5em;
}

.theme6 p {
    color: rgba(255, 255, 255);
    text-shadow: 1px 1px 1px #000;
}

.theme6 a:not(.nav-item){
    font-family: skeleton;
    color: rgb(160, 249, 255);
    font-weight: 200;
    text-shadow: 4px 4px 2px rgba(90, 90, 90, 0.8);
}

.theme6 a:hover:not(.nav-item){
    color: rgb(255, 0, 0);
    transition-duration: 0.1s;
    cursor: pointer;
}

.theme6 div.header::before {
    content:url('../images/theme6/underwater-header.webp');
    width: 1000px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 0px;

}

.theme6 .nav-item {
    margin: 8px auto;
    margin-bottom: 20px;
    font-family: skeleton;
    font-size: 30px;
    color: rgba(255, 255, 255, 0);
	text-decoration: none;
    background-color: rgba(255, 131, 234, 0.0);
    text-transform: capitalize;
}

.theme6 .nav-item:hover {
	text-decoration: none;
    background-color: rgba(255, 131, 234, 0.0);
    transition-duration: 0.1s;
    cursor: pointer;
}

.theme6 .nav-item::after {
    content: ''; /* Ensure the ::after element is generated */
    display: block; /* Ensure the ::after element takes up space */
    background-color: rgba(255, 131, 234, 0.0);
    font-size: 30px;
    transition: background-color 0.1s; /* Apply transition to the base state */
}

.theme6 .nav-item:hover::after {
    background-color: rgba(255, 131, 234, 0.0);
}


.theme6 .home {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    width: 182px; /* Adjust to your needs */
    height: 69px; 
    scale: 90%;
    background-image:url('../images/theme6/home.png');
    transition: background-image 0.1s ease-in-out;
}

.theme6 .home:hover {
    background-image:url('../images/theme6/home-2.webp');
    background-color: rgba(157, 216, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0px 0px 50px rgba(157, 216, 255, 0.3), 0px 0px 25px rgba(157, 216, 255, 0.5), 0px 0px 12px rgba(157, 216, 255, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
}
    
 .theme6 .shop {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    width: 171px; /* Adjust to your needs */
    height: 69px; 
    scale: 90%;
    background-image:url('../images/theme6/shop.png');
    transition: background-image 0.1s ease-in-out;
      }

.theme6 .shop:hover {
    background-image:url('../images/theme6/shop-2.webp');
    background-color: rgba(157, 216, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0px 0px 50px rgba(157, 216, 255, 0.3), 0px 0px 25px rgba(157, 216, 255, 0.5), 0px 0px 12px rgba(157, 216, 255, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
          }
    
.theme6 .archive {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    width: 204px; /* Adjust to your needs */
    height: 69px; 
    scale: 120%;
    background-image:url('../images/theme6/archive.png');
    transition: background-image 0.1s ease-in-out;
      }

.theme6 .archive:hover {
    background-image:url('../images/theme6/archive-2.webp');
    background-color: rgba(157, 216, 255, 0.5);
    border-radius: 25px;
    box-shadow: 0px 0px 50px rgba(157, 216, 255, 0.3), 0px 0px 25px rgba(157, 216, 255, 0.5), 0px 0px 12px rgba(157, 216, 255, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
          }

.theme6 .games {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    width: 194px; /* Adjust to your needs */
    height: 69px; 
    background-image:url('../images/theme6/games.png');
    transition: background-image 0.1s ease-in-out;
      }

.theme6 .games:hover {
    background-image:url('../images/theme6/games-2.webp');
    background-color: rgba(157, 216, 255, 0.5);
border-radius: 20px;
box-shadow: 0px 0px 50px rgba(157, 216, 255, 0.3), 0px 0px 25px rgba(157, 216, 255, 0.5), 0px 0px 12px rgba(157, 216, 255, 0.5);
transition: background-color 0.3s ease, box-shadow 0.2s ease;
          }
      


.theme6 .main {
    width: 990px;
    min-height: 1000px;
    margin: 0 auto;
    padding: 30px 5px;
    background-color: rgba(51, 77, 99, 0.39);
    display: flex;
    flex-direction: column;
    align-items: left;
    position: relative;
    overflow: hidden;
}

.theme6 .wave {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    outline: 1px solid  rgb(160, 249, 255);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.theme6 .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;

}

.theme6 .wave:hover:after {
    opacity: 1;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    outline: 2px solid red;
}

.theme6 .wave-subhead {
	text-align: center;
    color: #fff;
	padding: 0;
    font-family: skeleton;
    font-size: 30px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.theme6 #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;
    color: rgba(0, 0, 0, 0.0);
    background-color: rgba(0, 0, 0, 0.0);
    background-color: none;
    background-image:url('../images/theme6/backtotop.png');
    cursor: pointer;
    padding: 10px 13px;
}
  
.theme6 #scrollToTopBtn:hover {
    transition: background-image 0.2s ease;
    background-image:url('../images/theme6/backtotop-2.webp');
    background-color: rgba(157, 216, 255, 0.5);
    border-radius: 25px;
    box-shadow: 0px 0px 50px rgba(157, 216, 255, 0.3), 0px 0px 25px rgba(157, 216, 255, 0.5), 0px 0px 12px rgba(157, 216, 255, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
  }

  .theme6 .theme-button {
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 99;
    content:url();
    font-size: 20px;
    font-family: Trajan;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.0);
    cursor: pointer;
    padding: 12px 12px;
    background-color: rgba(0, 0, 0, 0.0);
}

.theme6 .footer {
    width: 990px;
    margin: 0 auto;
    background-color: rgba(15, 19, 37, 0.562);
    display: flex;
    justify-content: space-evenly;
}

.theme6 .footer-link {
    padding: 10px 30px;
    font-family: skeleton;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.theme6 .footer-link:hover {
    color: rgb(255, 0, 0);
}


.theme6 .game-thumb {
    position: relative;
    display: inline-block;
max-width: 200px;
background-color: rgba(182, 255, 249, 0.6);
outline: 2px solid  rgb(160, 249, 255);
    box-shadow: rgba(0, 0, 0, 0.25);
  }

.theme6 .game-thumb img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.theme6 .game-title {
    position: relative;
    display: inline-block;
    max-width: 200px;
    font-size: 30px;
    margin-top: 10px;
margin-bottom: 20px;
text-decoration: underline;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.theme6 .game-thumb .gloss {
    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;
      }

.theme6 .game-thumb:hover .gloss {
        opacity: 1;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    outline: 2px solid red;
    }

    .theme6 .mouse-container {
        visibility: visible;
        }