body{
    color: white;
}


/*Nav Bar Starts Here*/

.nav{
     display: flex;
  justify-content: space-between; /* THIS pushes left & right */
  align-items: center;
  padding: 16px 32px;
    background: rgba(10, 10, 15, 0.6);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  height:30px;
  transition: 0.8s;
  
}

.nav:hover{
    background: rgba(255, 255, 255, 0.08);
}

.logo{
    width: 62px;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px #7c5cff);
}

.navbar ul li{
    display: inline-flex;
    margin-left: 50px;
    font-size: larger;
     transition: 1s; 
    
}

.navbar a{
    text-decoration: none;
    color: #EAEAF0;
    transition: 0.7s;
    

}

.navbar ul li a:hover{
    filter: drop-shadow(0 0 2px #6c5bae);
     color: #7c5cff;
     transform: translateY(2px);
      
filter: drop-shadow(0 0 10px rgb(169, 105, 188));
    

     
    
}
/* navbar ends here */

.head{
    text-align: center;
    width: 800px;
    border: solid 2px rgba(255, 255, 255, 0.299);
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border-radius: 10px;
    background: #2c3e50;
      color: #fff;
      font-weight: bold;
       background: radial-gradient(
    circle at center,
    rgba(255, 114, 248, 0.15),
    transparent 60%
  );
    backdrop-filter: blur(6px);
  
}

.pre{
     width: 800px;
    border: solid 3px rgba(255, 255, 255, 0.311);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    height:450px;
    
}

.pre iframe{
    width: 100%;
      height: 100%;
      border: none;
      border-radius: 10px;
      
}

.pdf{
    filter: drop-shadow(0 0 10px rgb(173, 106, 203));
    
}

.but button{
      background:#7c5cff;
    border-width: 0px;
    border-radius: 8px;
    height: 60px;
    width: 200px;
    transition: 0.8s;
    color: rgb(201, 196, 196);
    text-align: center;
    font-weight: bold;
    
}

.but button:hover{
  transform: translateY(5px);
  cursor: pointer;
  filter: drop-shadow(0 0 20px #5b4a9e);
    
}

.FAQ{
    border-top: #7d5cff67 2px solid;
    display: inline-block;
    
}

footer a{
    color: white;
    text-decoration: none;

}

footer a:hover{
    border-bottom: #EAEAF0 1px solid;
}
p{
    line-height: 40px;
}
h1{
    line-height: 20px;
}

.lol{
    align-items: center;
    text-align: center;
}

.main{
    text-align: center;
    align-items: center;
}

.his{
   border: white solid 2px;
   width: 240px;
   height: 260px;
   display: inline-flex;
   margin-top: 50px;
   border-radius: 10px;
   gap: 100px;
   margin: 20px;   
   color: white; 
   line-height: 100px;
   transition: 0.5s;
   filter: drop-shadow(0 0 5px  #5b4a9e);
}

.his:hover{
    transform: translateY(10px);
    filter: drop-shadow(0 0 10px  #5b4a9e);
}

.his1{
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("french.png");
    background-size: cover;
}

.his2{  
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("the\ cover\ for\ russia.png");
    background-size: cover;
}

.his3{  
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("Nazi\ germany.png");
    background-size: cover;
}



.his h1{
    line-height: 50px;
}

.sec a{
    text-decoration: none;
}

.sec{
    align-items: center;
    text-align: center;
}

.sec h2{
    font-size: 80px;
}


.but button{
    width: 170px;
    height: 70px;
    border-radius: 10px;
    border: none;
    background-color: #7c5cff;
    transition: 0.5s;
    color: white;
    margin-top: 20px;
    
}


.but button:hover{
    transform: translateY(10px);
    filter: drop-shadow(0 0 10px  #7c5cff);
}

.civ{
     border: 2px solid white;
   width: 240px;
   height: 260px;
   border-radius: 10px;
   color: white;
   line-height: 100px;
   transition: 0.5s;
   filter: drop-shadow(0 0 5px #5b4a9e);
   display: flex; /* align content inside */
   align-items: center;
   justify-content: center;
}

.civ1{
         background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("civics1.png");
    background-size: cover;
}
.civ2{
         background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("civics2.png");
    background-size: cover;
}

.civ3{
         background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("civics3.png");
    background-size: cover;
}

.civ4{
         background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("civics4.png");
    background-size: cover;
}

.civ5{
         background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("civics5.png");
    background-size: cover;
}

.civ6{
         background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("civics6.png");
    background-size: cover;
}

.civ:hover{
    transform: translateY(10px);
    filter: drop-shadow(0 0 10px #5b4a9e);
}

.civ h1{
    line-height: 40px;
}

.sto{
        border: white solid 2px;
   width: 240px;
   height: 260px;
   display: inline-flex;
   margin-top: 50px;
   border-radius: 10px;
   gap: 100px;
   margin: 20px;   
   color: white; 
   line-height: 100px;
   transition: 0.5s;
   filter: drop-shadow(0 0 5px#5b4a9e);
}

.sto1{
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("haunt.png");
    background-size: cover;
}

.sto2{
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("detective.png");
    background-size: cover;
}

.sto3{
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("rob.png");
    background-size: cover;
}

.sto4{
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("haunted.png");
    background-size: cover;
}

.sto:hover{
    transform: translateY(10px);
    filter: drop-shadow(0 0 10px #5b4a9e);
}


.contact{
    color: white;
    font-size: 20px;
    margin-top: 10px;
}

.col{
    display: grid;
   grid-template-columns: repeat(3, 240px); /* 3 per row */
   gap: 90px; /* spacing between boxes */
   justify-content: center;
   margin-top: 50px;
}

.sec h2{
    font-size: 50px;
}

.sub{
    border: 1px solid white;
    width: 250px;
    height: 260px;
    margin-top: 50px;
    border-radius: 10px;
    color: white;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    font-size: x-large;
    transition: 0.5s;
}

.sub1{
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("his.png");
     background-size: cover;
}

.sub2{
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("civics.png");
    background-size: cover;
}

.sub3{
     background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("detective.png");
     background-size: cover;
}

.sub:hover{
    transform: translateY(10px);
    filter: drop-shadow(0 0 10px #7c5cff);
    cursor: pointer;

}


.upload {
  text-align: center;
  padding: 50px 20px;
  color: white;
}

.upload h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.upload p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #ccc;
}

.upload-form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.upload-form input,
.upload-form textarea {
  padding: 12px;
  border: 1px solid #555;
  border-radius: 6px;
  background: #1a1a1a;
  color: white;
  font-size: 16px;
}

.upload-form input:focus,
.upload-form textarea:focus {
  outline: none;
  border-color: #7a3cff;
  box-shadow: 0 0 8px rgba(122, 60, 255, 0.5);
}

.upload-form button {
  background: #7a3cff;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.upload-form button:hover {
  background: #9b5cff;
  transform: scale(1.05);
}
