.theme4 button {
    border-width: 0px;
}

.theme4 .update-head {
    text-indent: 10px;
}

body.theme4 {
    margin: 0 auto;
    padding: 0;
    background-image:url('../images/theme4/bliss-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

.theme4 .page-title {
    font-size: 60px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 2%;
    margin-bottom: 30px;
      }

.theme4 #home-title {
    font-family: frutiger;
    color: #fff;
}

.theme4 #shop-title {
    font-family: frutiger;
    color: #fff;
}

.theme4 #archive-title {
    font-family: frutiger;
    color: #fff;
}

.theme4 #games-title {
    font-family: frutiger;
    color: #fff;
}

.theme4 #prev-theme-button {
    background-image:url('../images/theme4/last-theme1.png');
   }

   .theme4 #prev-theme-button:hover {
    transition: background-image 0.2s ease;
    background-image:url('../images/theme4/last-theme2.png');
   }
     
.theme4 #next-theme-button {
    background-image:url('../images/theme4/next-theme1.png');
    transform: translateX(212%);
   }

   .theme4 #next-theme-button:hover {
    transition: background-image 0.2s ease;
    background-image:url('../images/theme4/next-theme2.png');
   }


.theme4 li {
    font-family: frutiger;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25)
}

.theme4 h1 {
    font-family: frutiger;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25)
}

.theme4 h2 {
    font-family: frutiger;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25)

}

.theme4 h3 {
	font-family: frutiger;
    color: #fff;
	font-size: 30px;
	text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25)
}

p.theme4 {
        font-family: frutiger;
        font-size: 14pt;
        text-indent: 1.5em;
    text-shadow: 2px 2px 3px 5px #000
}

.theme4 a {
    font-family: frutiger;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 3px 5px #000
 
}

.theme4 a:hover:not(.nav-item, .footer-link){
    color: rgb(255, 0, 0);
    transition-duration: 0.1s;
    cursor: pointer;
}

.theme4 div.header::before {
    content:url('../images/theme4/frutiger-fiend-logo.png');
    width: 1000px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -30px;
}

.theme4 .nav-item {
    margin: 8px auto;
    margin-bottom: 20px;
    font-family: frutiger-bold;
    font-size: 30px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0);
	text-decoration: none;
    background-color: rgba(255, 131, 234, 0.0);
    text-transform: capitalize;
}

.theme4 .nav-item:hover {
	text-decoration: none;
    background-color: rgba(255, 131, 234, 0.0);
    transition-duration: 0.1s;
    cursor: pointer;
}

.theme4 .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 */
}

.theme4 .nav-item:hover::after {
    background-color: rgba(255, 131, 234, 0.0);
}


.theme4 .home {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    width: 182px; /* Adjust to your needs */
    height: 69px; 
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    background-image:url('../images/theme4/home1.png');
    transition: background-image 0.3s ease-in-out;
}

.theme4 .home:hover {
    background-image:url('../images/theme4/home2.png');
}
    
 .theme4 .shop {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    width: 171px; /* Adjust to your needs */
    height: 69px; 
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    background-image:url('../images/theme4/shop1.png');
    transition: background-image 0.3s ease-in-out;
      }

.theme4 .shop:hover {
    background-image:url('../images/theme4/shop2.png');
          }
    
.theme4 .archive {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    width: 204px; /* Adjust to your needs */
    height: 69px; 
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    background-image:url('../images/theme4/archive1.png');
    transition: background-image 0.5s ease-in-out;
      }

.theme4 .archive:hover {
    background-image:url('../images/theme4/archive2.png');
          }

.theme4 .games {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    width: 194px; /* Adjust to your needs */
    height: 69px; 
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    background-image:url('../images/theme4/games1.png');
    transition: background-image 0.5s ease-in-out;
      }

.theme4 .games:hover {
    background-image:url('../images/theme4/games2.png');
          }
      


.theme4 .main {
    width: 990px;
    min-height: 1000px;
    margin: 0 auto;
    padding: 30px 5px;
    background: linear-gradient(180deg, rgba(23, 99, 110, 0.75) 0%, rgba(20, 182, 207, 0.75) 50%, rgba(186,243,255,0.75) 100%);
    border-radius: 20px;
    box-shadow: inset 0 10px 10px rgba(255, 255, 255, 0.25), inset 0 -10px 5px rgba(0, 0, 0, 0.25), 0 15px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.theme4 .wave {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.25), inset 0 -5px 5px rgba(0, 0, 0, 0.25), 0 8px 12px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
}

.theme4 .wave-subhead {
	text-align: center;
    color: #fff;
	padding: 0;
    font-family: frutiger;
    font-size: 30px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.theme4 #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: none;
    background-image:url('../images/theme4/backtotop1.png');
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 30px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
  
.theme4 #scrollToTopBtn:hover {
    transition: background-image 0.2s ease;
    background-image:url('../images/theme4/backtotop2.png');
  }

  .theme4 .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: 10px 10px;
    border-radius: 20px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.theme4 .footer {
    width: 990px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .0);
    display: flex;
    justify-content: space-evenly;
}

.theme4 .footer-link {
    background: linear-gradient(rgba(82, 245, 90, 0.7) 50%, rgba(51, 150, 42, 0.7) 100%);
    box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.25), inset 0 -5px 5px rgba(0, 0, 0, 0.25), 0 8px 12px rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
    border-radius: 50px;
    font-family: frutiger-bold;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.theme4 .footer-link:hover {
    background: linear-gradient(rgba(255, 48, 48, 0.7) 50%, rgba(255, 0, 0, 0.7) 100%);
    box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.5), inset 0 -5px 5px rgba(0, 0, 0, 0.5), 0 8px 12px rgba(0, 0, 0, 0.3);
    color: #ff0;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.theme4 .wave::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 25px;
    transition: opacity 0.3s ease;

}

.theme4 .wave:hover:after {
    opacity: 1;
    box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.5), inset 0 -5px 5px rgba(0, 0, 0, 0.5), 0 8px 12px rgba(0, 0, 0, 0.3);
    outline: 2px none red;
}

.theme4 .game-thumb {
    position: relative;
    display: inline-block;
max-width: 200px;
background-color: rgba(54, 255, 54, 0.6);
outline: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.25), inset 0 -5px 5px rgba(0, 0, 0, 0.25), 0 8px 12px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
  }

.theme4 .game-thumb img {
    display: block;
    width: 100%;
    height: auto;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.25), inset 0 -5px 5px rgba(0, 0, 0, 0.25), 0 8px 12px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
}

.theme4 .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);
}

.theme4 .game-thumb .gloss {
    position: absolute;
    top: 0;
    left: 00;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px none red;
    opacity: 0;
    border-radius: 25px;
    transition: opacity 0.3s ease;
      }

.theme4 .game-thumb:hover .gloss {
        opacity: 1;
        box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.5), inset 0 -5px 5px rgba(0, 0, 0, 0.5), 0 8px 12px rgba(0, 0, 0, 0.3);
    outline: 2px none red;
    }
    .theme4 .mouse-container {
        visibility: hidden;
        }