* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
}

body{
  font-family: "PT Sans", sans-serif;
}










Html {
scroll-behavior: smooth;

}

nav{
  background: #181818;
  margin-top: -120px;
  height: 80px;
  width: 100%;
}

.container {
  padding: 100px 100px 0 100px;
}

nav ul {
  float: right; 
  margin-right: 200px;
}

nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}

nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  text-transform: uppercase;
  cursor: pointer;
}

nav ul li a:hover{
  background: #707070;
  border-radius: 30px;
  transition: .5s;
}

body {
  background-color: #252627;
  margin: center;
}

header h1, header a, .text p, .about h1, .skills h1, .work h1, .container-wrapper h1, .contact h1 {
  color: #707070;
}


li {
  list-style: none;
}

a {
text-decoration: none;
font-size: 19px;
text-transform: uppercase;
position: relative;
top: 85%;
bottom: 0%;
transform: translateY(-50%);
}












.text {
margin-top: 60px;
margin-left: 400px;
position: center;
}

.text h1 {
  color: whitesmoke;
font-size: 3rem;
cursor: pointer;
}


.text span {
  display: inline-block;
}

span:hover {
color: whitesmoke;
transition: all .5s;
}

span.name {
color: #ED5565;
}

span.m-lef {
  font-size: 120px;
  height: 50px;
  margin-right: -10px;
}
span.m-left {
  margin-left: -10px;
}

.text p {
  letter-spacing: 3px;
  word-spacing: 26px;
  font-size: 18px;
}

.text a {
  padding: 12px 100px;
  background-color: none;
  border: 3px solid #ED5565;
  color: whitesmoke;
  font-size: 15px;
  letter-spacing: 5px;
  margin-left: 30px;
  top: 60px;
  overflow: hidden;
  transition: .5s;
  display: inline-block;
}

.text a:hover {
  color: #fff;
}

.text a::before {
  content: '';
  background-color: #ed5565;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: .5s;
}

.text a:hover::before {
  height: 100%;
}


.showreel {
  width: 500px;
  height: 300px;
  margin-top: -300px;
  margin-left: 700px;
}

.showreel p{
  font-size: 45px;
  color: #fff;
  opacity: 0%;
  margin-left: 90px;
  margin-top: 20%;
}

.skills h1,
.about h1,
.work h1,
.contact h1 {
  text-align: right;
  font-size: 10rem;
  opacity: 75%;
}


body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 9px;
  margin-top: 100px;
}








.tommie, 
.LowPolyDeer, 
.PumpkinBro, 
.treintje {
  cursor: normal;
}


.imggg img {
  border-radius: 30px;
  padding: 0 5px;
  background-size: cover;
  display: inline-block;
transition: .3s;
}

.Paragraaf  {
  font-size: 30px;
  color: #ed5565;
  position: relative;

  text-align: center;
}

.Work__Item {
  text-transform: capitalize;
  border: 3px solid #ED5565;
  padding: 15px 30px;
  border-radius: 50px;
  color: #ED5565;
  font-size: 1.1rem;
  letter-spacing: 1px;
  background-color: #252627;
  outline: none;
  background: none;
  outline-color: #252627;
  cursor: pointer;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
  justify-self: center;
  position: center;
  display: inline-block;
  color: #ED5565;
  background: none;
}


.zootroop:hover, .loop:hover, .Jungle:hover, .CandyJar:hover, .greenscreen:hover, .dragon4:hover, .bubb:hover, .Loki:hover, .child:hover,
.toddler:hover, .aero:hover {
  color: #ED5565;
   transform: scale(1.06);
border-color: #fff;
cursor: pointer;

}


.zootroop:hover::before, .loop:hover::before, .Jungle:hover::before, .CandyJar:hover::before, .greenscreen:hover::before,
.dragon4:hover::before, .bubb:hover::before, .Loki:hover::before, .child:hover::before, .toddler:hover::before, .aero:hover::before {
  animation: iii 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes iii {
  0%{
left: -110%;
top: 90%;
  } 50% {
left: 10%;
top: 30%;
  } 100% {
   top: -10%;
  left: -10%;
  }
}



.tommie:hover, .LowPolyDeer:hover, .PumpkinBro:hover, .treintje:hover {
  color: #ED5565;
   transform: scale(1.3);
border-color: #fff;
}

.tommie:hover::before, .LowPolyDeer:hover::before, .PumpkinBro:hover::before, .treintje:hover::before {
  animation: rrr 0.7s 1;
  top: -10%;
  left: -10%;
}


@keyframes rrr {
  0%{
left: -110%;
top: 90%;
  } 50% {
left: 10%;
top: 30%;
  } 100% {
   top: -10%;
  left: -10%;
  }
}














.skills{
  height: 100px;
  width: 1075px;
  margin-top: 100px;
  margin-bottom: 10px;
  margin: 200px auto;
    margin-left: 420px;
  color: white;
}

.skills p{
  margin-top: 70px;
  margin-left: -500px;
}

.skills-info {
  font-size: 50px;
  color: #ed5565;
  max-width: 800px;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50);
  text-align: center;
  margin-bottom: 5px;
}

.skilz {
position: relative;
  font-size: 30px;
  color: #fff;
  bottom: 40px;
  left: 150px;
    transform: translateX(-50);
  text-align: center;
}

.skills li{
  margin: 30px 0;
  margin-left: -150px;
}

.bar{
  background: whitesmoke;
  display: block;
  height: 2px;
  border: 1px solid rgba(0, 0, 0, 0, 3);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px #ca7cb0;
}
.skills h4 {
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.bar span{
  height: 20px;
  float: left;
  background: #ED5565;
}

.Premiere {
  width: 85%;
  animation: Premiere 4s;
  animation-iteration-count: infinite;
}


.Aftereffects {
  width: 90%;
  animation: Aftereffects 4s;
  animation-iteration-count: infinite;
}

.indesign {
  width: 50%;
  animation: indesign 4s;
  animation-iteration-count: infinite;
}

.illustrator {
  width: 75%;
  animation: illustrator 4s;
  animation-iteration-count: infinite;
}

.photoshop {
  width: 67%;
  animation: photoshop 4s;
  animation-iteration-count: infinite;
}

.animate {
  width: 55%;
  animation: animate 4s;
  animation-iteration-count: infinite;
}

.Aero {
  width: 30%;
  animation: Aero 4s;
  animation-iteration-count: infinite;
}

.characteranimation {
  width: 45%;
  animation: characteranimation 4s;
  animation-iteration-count: infinite;
}


.XD {
  width: 15%;
  animation: XD 4s;
  animation-iteration-count: infinite;
}

.cinema4d {
  width: 65%;
  animation: cinema4d 4s;
  animation-iteration-count: infinite;
}

.VSC {
  width: 40%;
  animation: VSC 4s;
  animation-iteration-count: infinite;
}

.blender {
  width: 20%;
  animation: blender 4s;
  animation-iteration-count: infinite;
}


@keyframes Premiere {
  0%{
    width: 0%;
  }
  100%{
    width: 85%;
    

  }
}

@keyframes Aftereffects {
  0%{
    width: 0%;
  }
  100%{
    width: 90%;
  }
}

@keyframes indesign {
  0%{
    width: 0%;
  }
  100%{
    width: 50%;
  }
}

@keyframes illustrator {
  0%{
    width: 0%;
  }
  100%{
    width: 75%;
  }
}

@keyframes photoshop {
  0%{
    width: 0%;
  }
  100%{
    width: 67%;
    
  }
}

@keyframes animate {
  0%{
    width: 0%;
  }
  100%{
    width: 55%;
  }
}

@keyframes Aero {
  0%{
    width: 0%;
  }
  100%{
    width: 30%;
  }
}

@keyframes characteranimation {
  0%{
    width: 0%;
  }
  100%{
    width: 45%;
  }
}

@keyframes XD {
  0%{
    width: 0%;
  }
  100%{
    width: 15%;
  }
}

@keyframes cinema4d {
  0%{
    width: 0%;
  }
  100%{
    width: 65%;
  }
}

@keyframes VSC {
  0%{
    width: 0%;
  }
  100%{
    width: 40%;
  }
}

@keyframes blender {
  0%{
    width: 0%;
  }
  100%{
    width: 20%;
  }
}







.about {
  height: -100px;
  margin-top: 900px;
  margin-left: 675px;
}

.about h1
.work h1 {
  font-size: 30px;
  z-index: 5;
  opacity: 10%;
}


.about img {
  width: 400px;
  height: 500px;
  position: relative;
  top: 20px;
  right: 400px;
  opacity: 85%;
  transform: translateX(calc(100% + 100px));
  isolation: isolate;
}

.about .ACA {
width: 250px;
height: 100px;
position: center;
position: relative;
}

.about h2{
  font-size: 50px;
  color: #ed5565;
  max-width: 1000px;
  transform: translateX(-50);
  text-align: center;
  margin-left: -650px;
  top: 20px;
}

.about .selfie {
  margin-bottom: -200px;
  opacity: 80%;
}


.about p{
  font-size: 30px;
  color: #ed5565;
  max-width: 1000px;
  transform: translateX(-50);
  text-align: center;
  margin-left: -650px;
  top: 20px;
}











.container-wrapper h1 {
  font-weight: lighter;
  font-size: 100px;
  color: #707070;
  text-align: center;
  margin-top: 50px;
  padding: 0px;
  margin-right: -500px;
  opacity: 75%;
}

.media {
  position: relative;
  margin-top: 40px;
  transition: translate(-53% -50%);
  cursor: pointer;
}

.container-wrapper ul li p a  {
    color: #fff;
      font-size: 40px;
      position: center;
}


.container-wrapper li p{
  list-style: none;
  margin: 10px 30px;
  display: inline-block;
  padding: 50px 50px;
  border: 1px solid #ed5565;
  border-radius: 50%;
  transition: .5s;
} 


.container-wrapper li p:hover {
  transform: scale(1.3);
border-color: #fff;
}

.container-wrapper li p a i:hover {
  color: #ED5565;
   transform: scale(1.3);
border-color: #fff;
}


.container-wrapper li p a i:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0%{
left: -110%;
top: 90%;
  } 50% {
left: 10%;
top: 30%;
  } 100% {
   top: -10%;
  left: -10%;
  }
}

