@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}
body {
  background-color: #081b20;
  color: whitesmoke;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 10%;
  display: flex;
  justify-content: space-between;

}
.logo {
  font-size: 25px;
  color: #ededed;
  text-decoration: none;
  font-weight: 600;
  cursor: default;
  opacity: 0;
  animation: slideright 1s ease forwards;
}
/*keyframes animation*/
@keyframes slideright {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.navbar a {
  display: inline-block;
  color: #ededed;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  margin-left: 35px;
  transition: .3s;
  padding-left: 50px;
  opacity: 0;
  animation: slidetop .5s ease forwards;
  animation-delay: calc(.2s * var(--i));
}
/*keyframes animation*/
@keyframes slidetop {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.navbar a:hover,
.navbar .active {
  font-size: 22px;
  color: #0ef;
}
.end hr {
  display: flex;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 0;
}
.endlo {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  margin-bottom: 22px;
}
.endlo a {
  color: whitesmoke;
  text-decoration: underline;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 10px;
  border-right: whitesmoke 0.5px solid;
}
.endlo a:last-child {
  padding-left: 10px;
  border: 0;
}
/* home_pagina */
.home1 {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 70px 10% 0;
  border-radius: 40px;
  border: aquamarine;
  position: relative;
  justify-content: space-between;
}
.home1 .home-content {

  max-width: 600px;
  padding: 10px;

}
.home1 .home-content h3 {
  font-size: 32px;
  font-weight: 700;

}
.home1 .home-content h3:first-child {
  opacity: 0;
  animation: slideRight 1s ease forwards;
  animation-delay: .7s;
}
/*keyframes animation*/
@keyframes slideRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.home1 .home-content h3:nth-of-type(2) {
  margin-bottom: 30px;
}
.home1 .typing {
  color: #0ef;
}
@keyframes blink {

  0%,
  100% {
    border-color: transparent;
  }

  100% {
    border-color: #291980;
  }
}
.home1 .home-content h1 {
  font-size: 56px;
  font-weight: 700;
}
.home1 .home-content p {
  font-size: 16px;
}
.home1 .photo .my-photo {
  max-width: 350px;
  border: #0ef solid 5px;
  margin-right: -20px;
  rotate: 45 edg;
}
.home1 .social-media a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: #0ef 2px solid;
  color: #0ef;
  border-radius: 50%;
  font-size: 20px;
  text-decoration: none;
  margin: 30px 15px 30px 0;
  transition: 0.5 ease;
  animation: slidetop .5s ease forwards;
  animation-delay: calc(.2s * var(--i));
}
.home1 .social-media a:hover {
  background-color: #0ef;
  color: #1f242d;
  box-shadow: 0 0 20px #0ef;
}
.home1 .btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #0ef;
  border-radius: 40px;
  box-shadow: 0 0 10px #0ef;
  font-size: 16px;
  color: #1f242d;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
}
/*overmij*/
.home2 {
  margin-bottom: 100px;
}
.home2 .intro {
  padding: 70px 10% 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home2 .intro h1 {
  margin-top: 90px;
  margin-bottom: 20px;
  color: #0ef;
  font-weight: 900;
  font-size: 40px;
  opacity: 0;
  animation: slideRight 1s ease forwards;
  animation-delay: .7s;
}
@keyframes slideRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.home2 .intro b {
  font-size: 25px;
  font-weight: 600;
}
.home2 .intro p {
  max-width: 60%;
  padding: 20px;
}
.home2 .intro img {
  max-width: 350px;
  border: #0ef solid 5px;
  margin-right: 40px;
}
/*__________________________projecten_________________________*/
div.intro3{
  padding: 70px 10% 0;
  display: flex;
  flex-direction: column;
}
div.intro3 h1 {
  margin-top: 90px;
  margin-bottom: 20px;
  color: #0ef;
  font-weight: 900;
  font-size: 40px;
  opacity: 0;
  animation: slideRight 1s ease forwards;
  animation-delay: .7s;
}
div.intro3 p {
  max-width: 60%;
  padding: 10px;
  font-size: 20px;
  padding-bottom: 50px;
}

.pro {
  display: flex;
  justify-content: center;
  padding: 30px 10% 0;
}
.protech {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: #0ef 5px solid;
  box-shadow: #0ef;
  width: 42%;
  padding: 15px;
  margin-bottom: 100px;
  margin-right: 1%;
  margin-left: 1%;
}
.ligi1 {
  width: 25%;
  aspect-ratio: 3/2;
  object-fit: contain;
  mix-blend-mode: lighten;
  /* mix-blend-mode:color-dodge; */
}
.protech hr {
  width: 100%;
}
.teksti {
  font-size: 22px;
  font-weight: 500;
}
.tarih {
  font-size: 14px;
}
.protech .btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #0ef;
  border-radius: 40px;
  box-shadow: 0 0 10px #0ef;
  font-size: 16px;
  color: #1f242d;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
}


/*contact*/
.home4 {
  margin-bottom: 100px;
  display: flex;
}
.home4 div.intro {
  padding: 70px 10% 0;
  display: flex;
  flex-direction: column;
}
.home4 div.intro h1 {
  margin-top: 90px;
  margin-bottom: 20px;
  color: #0ef;
  font-weight: 900;
  font-size: 40px;
  opacity: 0;
  animation: slideRight 1s ease forwards;
  animation-delay: .7s;
}
@keyframes slideRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.home4 .intro p {
  max-width: 60%;
  padding: 20px;
  font-size: 22px;
}
.home4 .intro p a {
  text-decoration: none;
  font-weight: 600;
  color: lightskyblue;
}
.home4 .intro p a:hover {
  border-bottom: #0ef 1px solid;
  text-shadow: 0 0 10px #0ef;
}
/* phone */

@media screen and (max-width:600px) {


  .header {
    display: flex;
    flex-direction: row;
  }
  .navbar {
    display: flex;
    flex-direction: column;
  }
  .navabr a {
    margin-top: 10;
    padding: 10px;
    font-size: 14px;
  }
  .navbar a:hover,
  .navbar .active {
    font-size: 16px;
    color: #0ef;
  }
  .intro p {
    max-width: 100%;
    padding: 18px;
    font-size: 22px;
  }
  .endlo {
    display: flex;
    padding-top: 20px;
    justify-content: center;
    flex-direction: column;
  }
  .pro {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .protech {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: #0ef 5px solid;
    box-shadow: #0ef;
    width: 100%;
    padding: 15px;
    margin-bottom: 80px;
  }
  .ligi1 {
    width: 28px;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
  .tarih1 {
    max-width: 80%;
    font-size: 12px;
  }
  .teksti {
    font-size: 15px;
    font-weight: 500;
    max-width: 70%;
  }
  .intro {
    padding: 70px 10% 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .intro img {
    width: 80%;
    border: #0ef solid 5px;
    margin-right: 0px;
    margin-top: 88px;
    padding: 5px;
  }
  .home2 pre {
    display: flex;
    flex-direction: column;
  }
  .home2 p {
    width: 100%;
    display: inline;
  }
  .teksten b {
    width: 20px;
  }
  .home1  {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    justify-content: space-between;
  }
  .home1 .my-photo {
    width: 95%;
    margin-left: 5px;
  }
}
/* tablet */
@media screen and (max-width:1000px) {

  .header {
    display: flex;
    flex-direction: row;
  }
  .navbar {
    display: flex;
    flex-direction: column;
  }
  .navabr a {
    margin-top: 10;
    padding: 10px;
  }
  .intro p {
    max-width: 100%;
    padding: 18px;
    font-size: 22px;
  }
  .endlo {
    padding: 20px;
  }
  .protech {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: #0ef 5px solid;
    box-shadow: #0ef;
    /* width: 50%; */
    padding: 15px;
    margin-bottom: 100px;
  }
  .ligi1 {
    width: 25%;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
  .home2 .intro {
    padding: 70px 10% 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .home2 .intro img {
    width: 80%;
    border: #0ef solid 5px;
    margin-right: 0px;
    margin-top: 88px;
    padding: 5px;
  }
  .home2 pre {
    display: flex;
    flex-direction: column;
  }
  .home2 p {
    width: 100%;
    display: inline;
  }
  .teksten b {
    width: 20px;
  }
  .home1 {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    justify-content: space-between;
  }
  .home1 .my-photo {
    width: 95%;
    margin-left: 5px;
  }
}