
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Dynamic alternative: 100dvh */
   font-family: "Quantico", sans-serif;
}
  
button, input, select, textarea {
  font-family: inherit; /* Forces elements to use the parent's font family */
 
}.top{
    background-color: black;
    display: flex;
    color: white;
    gap: 25px;
    text-decoration: none;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-items: center;
    top: 5px;
    padding: 5px 5px;
}

.top a{
    background-color: hsla(0, 53%, 64%, 0);
    margin-right: 3px; color: var(--muted); 
    padding: 5px 5px;
    display: flex;
    align-items: center;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: bolder;
    font-size: 18px;
}

.brand-logo{
   align-items: center;
    display: flex; width: 40px; height: 40px; margin-left: 50px;
     padding: 2px 2px;
}
.brand-logo:hover{
   align-items: center;
    display: flex; width: 40px; height: 40px; margin-left: 50px;
    border: 1px solid white;
   
}
.top .links .a{
   
    background-color: hsla(0, 53%, 64%, 0);
    margin-right: 3px; color: var(--muted); 
    padding: 5px 5px;
    
    align-items: center;
    color: white;
    border: none;
    cursor: pointer;
   
    font-weight: bolder;
    font-size: 18px;
}
 .links a:hover{
    color: aquamarine;

}
/*----------DropDown Meny------------*/

.dropdown{
    display: inline-block;
    border-radius: 3px;
    z-index: 999;
   
}
.dropdown button{
    background-color: hsla(0, 53%, 64%, 0);
    margin-right: 3px; color: var(--muted); 
    padding: 5px 5px;
    
    align-items: center;
    color: white;
    border: none;
    cursor: pointer;
   
    font-weight: bolder;
    font-size: 18px;
}
.dropdown button:hover{
     color: aquamarine;
}
.dropdown .contentb c{
    display: block;
    color: antiquewhite;
    border: 1px solid rgba(255, 255, 255, 0.671);
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 10px;
    gap: 2px;
}
.dropdown .contentb c:hover{
    display: block;
    color:  aquamarine;
    
    text-decoration: none;
    padding: 12px 12px;
}
.dropdown .contentb{
    display: none;
    padding: 15px 15px;
    border-radius: 10px;
    position: absolute;
    color: black;
    min-width: 100px;
    background-color: hsl(242, 27%, 20%);
}
.dropdown:hover .contentb{
    display: block;
    
     filter: drop-shadow(10px 10px  rgba(0, 0, 0, 0.562));
}
/*---------------------------------------------------------------------------------------------------------------------*/

.section1{
    
    display: flex;
    background-color: rgba(165, 42, 42, 0);
    position: relative;
    top:15px;
    flex-wrap: wrap;
    width: 90%;
    gap: 10px;
    align-items: flex-end;
   
    
}
.section2{
    background-color: black;
    display: flex;
   
   
    width: 90%;
    padding: 25px 25px;
    gap: 10px;
    border: 5px solid white;
    border-radius: 10px;
    flex-direction: row;
   
  
    
}

.start{
    
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
   flex-wrap: wrap;
   gap:25px;
    
    
}

.box{
    background-color: black;
    position: relative;
    width: 300px;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    gap: 25px;
    display: flex;
    border: 5px solid white;
    border-radius: 10px;
    color: white;
     
}

.box3{
  
    gap: 25px;
    color: white;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    position: relative;
   
    
}
.box4{
  
    gap: 25px;
    color: white;
     justify-content: right;
    display: flex;
   position: relative;
   margin-left: auto;
   align-items: center;
   flex-wrap: wrap;
   
    
}
.box5{
  
    gap: 25px;
    color: white;
    flex-wrap: wrap;
    display: flex;
    background-color: black;
    flex-direction: row;
    position: relative;
    padding: 25px 25px;
    border: 5px solid white;
    border-radius: 10px;
    bottom: 5px;
    justify-content: center;
    
}
.box5 img{
    display: flex;
    position: relative;
    width: 200px;
    height: auto;
}
.boximg .img2{
    width: 256px;
    display: flex;
    flex-wrap: wrap;
}
.box3 .ikon{
    width: 250px;
    display: flex;
    flex-wrap: wrap;
}
.box4 .googleplay{
   
    width: 250px;
    align-items: center;
   
     display: flex;
}
.box3 h1{
    width: 50%;
    height: auto;
    align-items: left;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: left;
   
}
.box3 h1 p{
    width: 80%;
    height: auto;
    font-size: 20px;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
  
}
.bottom{
    background-color: black;
    display: flex;
    position: relative;
    justify-content: center;
     flex-direction: row;
     gap: 25px;
     padding: 5px 5px;
   
}
.foot{
    color: white;
   gap: 25px;
    
    display: flex;
  
    
}
.foot a{
    color: white;
    text-decoration: none;
   
    display: flex;
   
}

/*---------------------------contactus--------------------------------*/
.midcontactpage{
    position: relative;
    flex-direction: row;
    display: flex;
    margin-top: 10%;
    padding: 10px 10px;
    background-color: rgba(40, 41, 70, 0);
    gap: 10px 10px;
    left: 0px;
    right: 0px;
    flex-wrap: wrap;
   

}
.contactcontainer{
  flex-wrap: wrap;
    background-color: black;
    border:solid 5px white;
    border-radius: 15px;
    width: 100%;
    align-items: center;
    
    padding: 10px 10px;
    gap: 10px;
    
    flex-direction: row;
    position: relative;

}
.contactpage{
   
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
    top: 5px;
    align-items: right;
    
    margin-left: 20%;
    margin-right: 20%;
    bottom: 5px;
    
   
}
.contactpage h1{
   
     color: white;
     padding: 8px;
     flex-direction: row;
     display: flex;
     right: 5px;
    
     z-index: 5;
     
     
}

 

.contactcontainer .env{
   flex-wrap: wrap;
    display: flex;
   
    width: 250px;
   height: auto;
   border-radius: 5px;
   bottom: 10%;
   margin-right: 1%;
   margin-left: auto;
   justify-content: right;
   flex-direction: column;
   
}

.fam{
    position: relative;
    flex-direction: column;
    align-items: center;
 }


.fam input, .fam textarea{
   position: relative;
    display: flex;
    width: 100%;
    margin-right: 5%;
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
     display: flex;
    border: 5px solid hsl(187, 4%, 55%);
    border-radius: 15px;
    flex-direction: column;
   

}
.hero-btn{
    background-clip: padding-box;
     background-image: linear-gradient(to bottom, hsl(0, 0%, 0%), hsla(229, 29%, 25%, 0.774));

     background-color:  hsl(242, 27%, 20%);
     background-size: auto;
     z-index: 5;
    width: 150px;
    height:70px;
    border: 5px solid hsl(187, 4%, 55%);
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.5s ease;

}

.hero-btn:hover{
     background-clip: padding-box;
     background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.226), hsla(229, 29%, 25%, 0.233));

     background-color:  hsl(242, 27%, 20%);
    background-color: rgb(0, 179, 0);
    color: aliceblue;
    font-size: 16px;
    font-weight: bold;
}

/*------------------------------------------POLICY PAGE------------------------------------------------*/
.policys{
    
  
   
    margin-left:20%;
    margin-right: 20%;
    display: flex;
    position: relative;
    flex-direction: column;
    bottom: 3px;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 2%;
    margin-top: 15%;
   
}
.inst{
    margin-top: 5%;
    margin-left: 0%;
    box-sizing: border-box;
    width: 200px;
    display: flex;
    background-color: black;
    padding: 1px 15px;
    border-radius: 15px;
    flex-wrap: wrap;
    border:solid 3px white;
    font-size: 10px;
    color: white;font-weight: bolder;
    position: relative;
    justify-content: center;
}
.gamesname{
    margin-top: 1%;
    background-color: black;
    display: flex;
    position: relative;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    border: solid 5px white;
    border-radius: 15px;
    color: white;
    padding: 5px 15px;
    flex-wrap: wrap;
    width: 100%;
    
   
}
.gamesname a{
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    font-weight: bolder;
    color: white;
     padding: 15px 15px;
     width: 80%;
     justify-content: center;
      font-size: xx-large;
}

.gamesname x{
    color: white;
    font-size: 22px;

}
.gamesname a:hover{
    
    color: goldenrod;
}
.content{
    min-height: 100vh;
}
.content {
  flex-grow: 1;
}

/* Optional: Prevent the footer from shrinking if content expands */
footer {
  flex-shrink: 0;
}
@media (max-width: 820px) {
    .body{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .section2{
        position: relative;
    }
   .box3 .ikon{
        display: flex;
        max-width: 70%;
    }
    .box3 h1{
        width: 90%;
    }
    .box3 h1 p{
        width: 99%;
    }
    .box4 .googleplay{
       max-width: 80%;
    }
    .policys{
    
  
   
    margin-left:5%;
    margin-right: 5%;
    display: flex;
    position: relative;
    flex-direction: column;
   
}
.gamesname p{
    width: 100%;
}
.gamesname x{
    width: 100%;
    font-size: 17px;
    font-weight: bold;
}
}
