@import url('https://fonts.googleapis.com/css2?family=Alata&family=Josefin+Sans:wght@300&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  
}
:root{
    --White: hsl(0, 0%, 100%);
--Black: hsl(0, 0%, 0%);
--Dark-Gray: hsl(0, 0%, 55%);
--Very-Dark-Gray: hsl(0, 0%, 41%);
}
.head{
    height:70vh;
    width: 100%;
    background-image: url("/images/desktop/image-hero.jpg");
    background-size: cover;
    background-position: center;
}
nav{
    
    width: 90%;
    height: 100px;

    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav img{
height:50px;
width: auto;
z-index: 3;

}
.menu a{
    text-decoration: none;
    font-size: 20px;
    margin: 0 10px;
    color:white;
    font-family: 'Alata';
    letter-spacing: 1px;
    
}
.menu a:hover{

  text-decoration:underline 2px;
}
/*big letter*/
.bgl{
    margin-top: 50px;
    width: 90%;
    margin: auto;
  

}
.bgl p{
    text-transform: uppercase;
    height:250px;
    width:600px;
    font-size: 70px;
    overflow: hidden;
    border: 1.5px solid rgb(248, 247, 247);
    font-family: 'Josefin Sans';
   color:var(--White);

margin-top: 150px;
display: flex;
justify-content: center;
align-items: center;
padding-left: 40px;
padding-top: 10px;
}

.inter{
   padding: 100px;
    width:1300px;

    height:auto;

   margin: auto;
   display: flex;
   justify-content:center;
   align-items:flex-end;
 
}
.interimg{
    background-image: url("/images/desktop/image-interactive.jpg");
    height: 500px;
    width: 700px;
    background-repeat: no-repeat;
   

   
   
}
.interp{
  
    font-size: 20px;
    background: white;
    height: 400px;
    min-width:500px;
    max-width: 500px;

    padding: 0 40px;
    font-family: 'Alata';
    color: grey;
    
}
.inter h1{
    font-size: 50px;
    margin: 50px 0;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 100;
    color: black;
}
/*our creations*/
.creation{
    margin:auto;
 width: 1300px;
 height:100px;

 display: flex;
 justify-content: space-between;
 align-items: center;
}
.creation h1{
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
}
.creation a{
    text-decoration: none;
    font-size: 20px;
    height: 50px;
    width: 150px;
    border: 2px solid grey;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.gallery{
    margin:  auto;
    height:1200px;
    width: 1300px;
    display: grid;
    grid-template-columns:repeat(4,1fr);
    gap: 30px;
    color: aliceblue;
    padding-top: 100px;
}
.gallery div{
    height:450px;
    width: 250px;

}
.deep{
    background-image: url("/images/desktop/image-deep-earth.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.deep p,.arcade p,.grid p,.up p,.pocket p,.curiosity p,.fisheye p,.soccer p{
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Josefin Sans';
    position: absolute;
    bottom: 0;

}
.arcade{
    background-image: url("/images/desktop/image-night-arcade.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.soccer{
    background-image: url("/images/desktop/image-soccer-team.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.grid{
    background-image: url("/images/desktop/image-grid.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.up{
    background-image: url("/images/desktop/image-from-above.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.pocket{
    background-image: url("/images/desktop/image-pocket-borealis.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.curiosity{
    background-image: url("/images/desktop/image-curiosity.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.fisheye{
    background-image: url("/images/desktop/image-fisheye.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;

}
.footer{
    margin: 0  0 0;
    width:100%;
    height:100px;
    
    background: black;
    display: flex;
    justify-content:space-between;
   align-items: center;
   padding:0 100px;
}
.footer img{
    height:30px;
}
footer{

    width:100%;
    height:100px;
    
    background: black;
    display: flex;
    color: white;
    padding: 0 100px;
 
}
footer a{
   margin-right: 20px;
    font-family: 'Alata';
}
.icons img{
margin-left: 20px;
}
/*hamburger*/
.ham{
    cursor: pointer;
    width: 50px;
    height: 30px;
     position: relative;
    display:none;
    flex-direction: column;
    justify-content: space-between;
    z-index:1;

}
span{
    height:3px;
    width:40px;
    background: white;
    transition: all .4s;
}
@media(max-width:800px){
    .gallery{
        height: 2400px;
        margin: 50px;
       width: 500px;
        display: flex;
        flex-direction: column;
      

    }
    .gallery div{
        min-height:250px;
        width:500px;
      
        

    }
    .creation{
        width:500px;
    }
    .arcade{
        background-image: url("/images/mobile/image-night-arcade.jpg");
     
    }
    .soccer{
        background-image: url("/images/mobile/image-soccer-team.jpg");
     
    }
    .grid{
        background-image: url("/images/mobile/image-grid.jpg");
     
    }
    .up{
        background-image: url("/images/mobile/image-from-above.jpg");
     
    }.pocket{
        background-image: url("/images/mobile/image-pocket-borealis.jpg");
     
    }.curiosity{
        background-image: url("/images/mobile/image-curiosity.jpg");
     
    }.fisheye{
        background-image: url("/images/mobile/image-fisheye.jpg");
     
    }.deep{
        background-image: url("/images/mobile/image-deep-earth.jpg");
     
    }
    .footer{
        margin:0  0 0;
        padding:0 50px;
        
    }
    footer{
     padding:0 50px;
    }
    .inter{
        flex-direction: column;
        width: 700px;
        align-items: center;
    }
    .interp{
  
       
    width:700px;
        padding: 0 ;
        
        
    }
    .menu {
        
     display: none;
    justify-content:center;
     width:100vw;
        height:100vh;
        background: black;
        flex-direction: column;
        
        z-index:1;
        position:absolute;
        top:0;
        left:0;
        padding: 60px 30px;
    
    }
    .menu a{
        display: block;
        font-family: 'Josefin Sans';
        font-size: 50px;
        margin:20px 10px;
    }
    .ham{
     
  display:flex;
    }
  #x1.ac{
    transform: rotate(45deg) translateY(10px) translateX(10px);
  
  }
  #x2.ac1{
    display: none;
  }
  #x3.ac2{
    transform: rotate(-45deg) translateY(-10px) translateX(9px);

  }
  .bgl{
    margin-top: 50px;
    width:100%;
  
  }


 .bgl p{
    text-transform: uppercase;
    height:250px;
    width:600px;
    font-size: 70px;
    overflow: hidden;
    border: 1.5px solid rgb(248, 247, 247);
    font-family: 'Josefin Sans';
   color:var(--White);

 margin-top: 150px;

 }
        
    
    .menu.active{
       
       
        display: flex;
        
      
    

    }
    .deep p,.arcade p,.grid p,.up p,.pocket p,.curiosity p,.fisheye p,.soccer p{
        font-size: 30px;
    }
   
}