@import url('http://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');

body {
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	
  background-color: #000813;
  background-image: url(background2-3.png);
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
  background-size: 20px 100%;
 	color: #ffffff;
	margin: 40px auto 40px auto;
	width: 1120px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pclogo, #mobilelogo{
  margin: 0 0 0 0;
}

#mobilelogo {
  display: none;
}


nav, footer {
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-size: 40px;
	font-weight: 600;
  transition: all 0.3s;
}
h1{
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-size: 40px;
	font-weight: 600;
  transition: all 0.2s;
} 

h2 {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-size: 24px;
	font-weight: 500;
  line-height: 150%;
  color: black;
}

section.tagline h1 {
  grid-column: 2/ span 10;
  text-align: center;
}

a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 0 0 40px;
  transition: color 0.3s;
}

a:hover {
  color: #00488A;
} 

/* menu buttons styling */
nav a {
  background-color: #ffffff;
  color: #000000;
  padding: 0px 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  margin: 0 0 0 20px;
  line-height: 1.3;
  transition: all 0.3s;
}

nav a:hover {
 	background-color:black !important;
  color: white;
}

nav a.selected {
  background-color: black;
  color: white;
}


/* end of menu buttons styling */


section {
  margin: 80px 0 80px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px 32px;
}

/* project gallery styling */
.projectGallery {
  grid-column: 1/ span 12;
  color: black;
}

.leftProject, .rightProject {
  box-sizing: border-box;
  border: 21px solid #ffffff;
  background-color: white;
  border-radius: 50px;
  transition: all 0.5s;
  cursor: pointer;
  
}

.leftProject {
  grid-column: 1/ span 6;
}

.rightProject {
  grid-column: 7/ span 6;
}

.leftProject img,.rightProject img{
  width: 100%;
  border-radius: 30px 30px 0 0;
  padding: 0 0 11px 0;
  object-fit: cover;
/*   max-height: 350px; */
} 
.leftProject h1,.rightProject h1 {
  margin: 0 0 -5px 0;
}

	/* fia a in order to have linjks to the projects */
.leftProject a,.rightProject a {
  color: black;
  text-decoration: none;
  margin: 0;
}



/* hover state for projects gallery */
#n1:hover, #n2:hover, #n3:hover, #n4:hover, #n5:hover, #n6:hover, #n7:hover, #n8:hover, #n9:hover {
  background-color: #000000;
  border: 21px solid #000000;
}

#n1:hover a {
  color: white;
}
#n2:hover a {
  color: white;
}
#n3:hover a {
  color: white;
}
#n4:hover a {
  color: white;
}
#n5:hover a {
  color: white;
}
#n6:hover a {
  color: white;
}
#n7:hover a {
  color: white;
}
#n8:hover a {
  color: white;
}
#n9:hover a {
  color: white;
}
/* end of project gallery styling */



/* about styling */
.aboutSec {
  position: relative;
  margin: 40px 0 40px 0;
}

.meProject {
  grid-column: 2/ span 10;
  color: black;
  border: 21px solid #ffffff;
  background-color: white;
  border-radius: 50px;
  transition: all 0.5s;
}
.meProject img {
	max-height: 400px;
/*   border-radius: 30px 30px 0 0; */
}

.meProject video {
  display: block;
  width: 100%;
  max-height: 400px;
}

.content {
  display: flex;
  justify-content: center;
  background-color: lightgrey;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}

.content2 {
  padding: 11px 0 0 0;
  margin: 0 21px 0 21px;
}

.content2 h1{
  display: flex;
}

.content2 img {
  height: 40px;
  margin: 10px 0 0 0;
}

.separator {
  width: 100%;
  height: 2px;
  background-color: black;
  opacity: 0.5;
  margin: 11px 0 11px 0;
}

.content3 {
  display: flex;
  justify-content: space-around;
  margin: 2px 0 0 0;
}

.content3 div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50px;
  margin: 10px 0 10px 0;
  box-shadow: 5px 10px 18px #888888;
}
.content3 div a {
  margin: 5px 30px 5px 30px;
  
}

#plus-btn img {
  width: auto;
  height: 54px;
}
#plus-btn:hover {
  background-color: black;
}

#plus-btn:hover img{
  filter: invert(100%) brightness(118%);
  object-fit: cover;
}

#hi-btn:hover {
  background-color: black;
}
/* end of about styling */





/* contact styling */
section.contact div.form {
  grid-column: 3 / span 8;
/*   text-align: center; */
}



/* hover styling try failed */
/* .lefthover {
  margin: 0 0 0 95px;
  position: absolute;
  top: 0; 
	left: 0;
  width: 25%;
  height: 100%;
  border-radius: 50px;
  opacity: 0;
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
  transition: all 0.3s;
}

.lefthover:hover {
  opacity: 0.5;
}

.righthover {
  position: absolute;
  top: 0; 
	right: 0;
  margin: 0 95px 0 0;
  width: 25%;
  height: 100%;
  border-radius: 50px;
  opacity: 0;
  background-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
  transition: all 0.3s;
}

.righthover:hover {
  opacity: 0.5;
} */

/* contact styling */
input, textarea {
  width: 100%;
  background-color: #111118;
  border: 2px solid #ffffff;
  color: white;
  padding: 8px 16px 8px 18px;
}

label {
  display: block;
  margin: 16px 0 16px 0;
}

textarea {
  height: 320px;
}

button {
  background-color: white;
  border: none;
  border-radius: 20px;
  font-size: 24px;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 600;
  padding: 8px 16px 8px 16px;
}

button:hover {
  background-color: #00488a;
  color: white;
}

input:focus, textarea:focus {
  border: 2px solid #00488a;
  outline: none;
}
/* end of contact styling */

/* footer */
footer{
  display: flex;
  align-items: center;
  justify-content: center;
}

footer a {
  margin: 0 20px 0 20px;
}

/* project open styleeee */
/* #projectopenbody{
  background-image: url(background2-3.png);
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
  background-size: 20px 100%;
  
	margin: 0 auto 0 auto !important;
	width: 100%;
} */

.projectOpen {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  gap: 0;
  border-radius: 30px;
  overflow: hidden;
}



.separation img {
  margin: 0 5px 5px 5px;
  
  
}

.gifs{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.gifs3 img{
  width: 30%;
}
.gifs2 img{
  width: 40%;
}
.gifs3s img {
  width: 100%;
  
}
.toobig {
  width: 60%;
}

.exit{
  position: fixed;
  top: 2%;
  right: 2%;
  width: 10vw;
}
.exit:hover{
  filter: invert(100%) brightness(118%);
}



















/* media querys hereeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */
@media (max-width: 1288px) {
  body {
    width: auto;
    margin: 80px 64px 48px 64px;
    font-size: 14px;
  }
   h2{
   font-size: 18px; 
  }
  h1, nav, footer {
    font-size: 24px;
  }
  
  
 
  nav a {
    padding: 0 25px 0 25px;
    line-height: 2;
    border-radius: 50px;
  }
  .content2 img {
 	 	height: 30px;
  	margin: 4px 0 0 0;
	}
  
}

@media (max-width: 890px) {
  header {
    flex-direction: column;
  }
  section {
    margin: 40px 0 40px 0;
  }
  nav {
    margin: 20px 0 0 0;
  }
  nav a {
    padding: 0 25px 0 25px;
    line-height: 2;
    border-radius: 50px;
    margin: 0 15px 0 15px;
  }
  
  #pclogo {
    display: none;
  }
  #mobilelogo {
    display: inline-block;
    max-width: 200px;
  }
  body {
    margin: 40px 64px 40px 64px;
  }
}

@media (max-width: 640px) {
  h1, footer{
    font-size: 12px;
  }
  
  nav {
    font-size: 18px;
  } 
  
  h2{
    font-size: 11px;
  }
   body {
    margin: 40px 12px 40px 12px;
    font-size: 10px;
  }
  #mobilelogo img{
    max-height: 100px;
  }
   nav a {
    padding: 0 15px 0 15px;
    line-height: 2;
    border-radius: 50px;
    margin: 0 10px 0 10px;
  }
  .leftProject, .rightProject {
  	border: 8px solid #ffffff;
  	background-color: white;
  	border-radius: 20px;
  }
  .leftProject h1,.rightProject h1 {
  	margin: 2px 0 0 0;
	}
  .leftProject img,.rightProject img{
  	border-radius: 20px 20px 0 0;
  	padding: 0;
	}
  section {
  	grid-template-columns: repeat(12, 1fr);
  	gap: 10px 10px;
  }
 
  #n1:hover, #n2:hover, #n3:hover, #n4:hover, #n5:hover, #n6:hover {
  	border: 8px solid #000000;
	}
  
  .content3 div{
    box-shadow: 5px 8px 12px #888888;
  }
  
  .content3 img{
    max-height: 30px;
  }
  
  
  .meProject {
    border: 15px solid #ffffff;
  }
  
  .content2 img {
 	 	height: 15px;
  	margin: 1px 0 0 0;
	}
  .exit{
  position: fixed;
  top: 12%;
  right: 4%;
/*   top: 80%;
  right: 50%; */
  width: 16vw; 
  padding: 10px;
    
    
  }
  .exit img {
/*     margin: 0 0 0 7vw; */
/*     padding: 10px; */
    
  }
  
}

@media (max-width: 380px) {
  header nav a{
  	margin: 0 8px 0 8px;
    font-size: 16px;
    padding: 0 10px 0 10px;
    
  }
  section{
    margin: 25px 0 25px 0;
  }
  
}






