html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    
   overflow-x: hidden; /* keep horizontal overflow hidden */
overflow-y: auto;   /* allow vertical scrolling */

    
}

canvas {
    display: block;
    position: fixed;
    inset: 0;
    z-index: -1;
}


body{

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
 color: #ffffff;
 
}

h1{
    ;
    font-size: 65px;
    color: #ffffff;
    margin-left: 40px
    
}

span{
    color: #00FFCC;
}

.child-element {
    min-width: 80px;
    flex-shrink: 0; 
}

footer {
    min-width: 250px;
    flex-shrink: 0;
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 75px;
    background-color: rgba(17, 36, 58, 0.5); 
    color: #00FFCC;
    display: flex;
    justify-content: center;
    font-size: auto;
    align-items: center;
    -webkit-backdrop-filter:   blur(15px);     
    backdrop-filter: blur(15px);             
    border: 1px solid #00FFCC33;
    border-radius: 10px;
    z-index: 1000;
}

.info-container {
    display: flex;
    gap: 5px; flex-wrap: wrap;
}

p{
    font-size: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.info {
    text-indent: 10px;
    color: #ffffff;
    background-color: #000000;
    height: 230px;
    margin: 40px;
     margin-left: auto;
    margin-right: auto;
    width: 350px;
    position: relative;
    text-align: center;
    border-radius: 50px;
    opacity: 0.6;
    border-color: #00FFCC;
    border-width: 0.5px;
    border-style: solid;
    
     min-width: 200px
    
    
}

.copyright {
position: relative;
bottom: 0px;
background-color: #0f1f33;
opacity:0.9;
color: #00FFCC;
width: 100%;
height: 500px;
text-align: center;
border-top: solid;

}

.intro{
      text-indent: 10px;
    color: #ffffff;
    background-color: #183152;
    height:AUTO;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    border-radius: 11px;
    opacity: 0.8;
    border-color: #00FFCC;
    border-width: 0.5px;
    border-style: solid;
    
     min-width: 200px
}


.info:hover {
    opacity: 1;
   transition: 0.5s;
}

button{
    background-color: #009B6B;
    color: rgb(255, 255, 255);
    border-radius: 11px;
    
    border-width: 100px;
    border-style: solid;
    cursor: pointer;
    height: 40px;
    width: 150px;
   border:2PX;
    font-size: 20px;
    
}

.intro:hover{
    opacity: 1;
 transition: 0.5s;
}
.comm:hover{
  
    opacity: 0.9;
     transition: 0.5s;
}


.wide{
 margin: auto;
 margin-top: 40px;
 margin-bottom: 40px;
     margin-bottom: 50px;
     margin-left: auto;
    height : auto;
    width: 95%;
        text-indent: 10px;
    background-color: rgba(15, 31, 51, 0.5); 
    opacity: 0.8;
    border-radius: 20px;
    border-color: #00FFCC;
    border-width: 0.8px;
    border-style: solid;
    -webkit-backdrop-filter:   blur(15px);     
    backdrop-filter: blur(15px);   
    
}

h3{
    color: #00FFCC;
    text-align: center;
    font-size: 25px;
}


.com {
        text-indent: 10px;
    color: #ffffff;
    background-color:#102035;
    height:AUTO;
    margin: 50px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    width: 90%;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    border-radius: 11px;
    opacity: 0.8;
    border-color: #00FFCC;
    border-width: 0.5px;
    border-style: solid;
   min-width: 200px
}
 .comm {
    
    text-indent: 10px;
    color: #09ffde;
    background-color: #183152;
    height:AUTO;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    width: 90%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    border-radius: 11px;
    opacity: 0.8;
    border-color: #00FFCC;
    border-width: 0.5px;
    border-style: solid;
   min-width: 200px
}



.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}

textarea{
    border-color: #00FFCC;
    border-width: 0.5px;
    font-weight: bolder;
    background-color: #878f99;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 11px;
    height:auto;
    margin: 5px;
  resize: none;
  width: 60%;
  height: 150px;
  min-height: 100px;
  max-height: 500px;
  overflow-y: auto; 
}

input[type="email"] {
    color: #000000;
    font-weight: bolder;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  border: 2px solid #00FFCC;
  border-width: 0.5px;
  background-color: #878f99;
  padding: 10px;
  border-radius: 11px;
}


.copyright a {
  display: inline-block;
  padding: 8px 14px;
  margin: 5px;
  
  border-radius: 20px;
  color: #00ffd0;
  text-decoration: none;
  transition: 0.3s;
}

.footer a {
  display: inline-block;
  size: 10px;
  padding: 8px 14px;
  margin: 5px;
  font-weight: bolder;
  border-radius: 20px;
  color: #00ffd0;
  text-decoration: none;
  transition: 0.4s;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


 .commm {
    
    text-indent: 10px;
    color: #09ffde;
    background-color: #183152;
    height:auto;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 90%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    border-radius: 11px;
    opacity: 0.8;
    border-color: #00FFCC;
    border-width: 0.5px;
    border-style: solid;
   min-width: 200px
}

a {
  text-decoration: none;
}


.tag-container {
 
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px; 
  max-width: 650px; 
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}


.tag {
   display: flex;
  justify-content: center;
  color: #000000; 
  background-color: #00FFCC; 
  padding: 10px 15px;
  border-radius: 100px; 
  font-size: 20px;
  font-weight: 600;
  user-select: none;
  transition: background-color 0.2s ease;
  opacity: 1;
  justify-content: center;
}


  
  small{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
  }
  
 .product {
  background-color: #000000;
  opacity: 0.5;
  
  border: 1px solid #00FFCC;
 border-radius: 10px;
  width: 350px;
  height: 420px;
  margin: 5px;
 position: relative;
 
  text-align: center;
  display: inline-block;
 }

.product:hover {
  opacity: 0.9;
  transition: 0.4s;
  transform: translateY(-2px);
  background-color: rgba(17, 36, 58, 0.5);

  cursor: pointer;
 
}

.product-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}


.payhip-buy-button {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: #00FFCC;
  color: black;
  padding: 12px 24px;
  
 border-radius: 30px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  width: 160px;
}

.payhip-buy-button:hover {
  
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}   


.bigbuybox {
  width: 320px;
  padding: 30px 20px;
   position: center;
  background-color: #183152;

  margin: auto;
  margin-bottom: 10px;
  border-radius: 12px;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.imagecontainer {
  display: flex;
  justify-content: center; 
  align-items: center;
  

}





