@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}

a {
  text-decoration: none;
}

#contactDiv textarea:focus,
input:focus {
  outline: none;
}

#submit {
  width: 80%;
  font-size: 25px;
  margin-left: 10%;
  border-radius: 10px;
  border: none;
  font-weight: 100;
  background-color: #191a1f;
  box-shadow: 12px 17px 51px #121316;
  color: #dddddd;
}

.inputContact {
  width: 80%;
  font-size: 25px;
  margin-left: 10%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #36383b;
  color: #dddddd;
}

#contactDiv {
  border-radius: 30px;
  margin-top: 30vh;
  float: right;
  margin-right: 3%;
  width: 40%;
  height: 40%;
  box-shadow: 12px 17px 51px #121316;
  background-color: #15161a;
}

#mySkill {
  display: flex;
}

#skillText {
  margin-top: 70vh;
  position: absolute;
  left: 3%;
  border-radius: 30px;
  width: 800px;
  height: 150px;
  box-shadow: 12px 17px 51px #121316;
  background-color: #15161a;
}

#skillText p {
  margin-top: 2%;
  margin-left: 2%;
  color: #dddddd;
  font-weight: 100;
  font-size: 23px;
}

#skillIcons {
  overflow-x: hidden;
  overflow-y: hidden;
  display: grid;
  grid-template-columns: 133px 133px 133px 133px 133px 133px;
  margin-top: 8%;
  position: absolute;
  right: 3%;
  border-radius: 30px;
  width: 800px;
  height: 230px;
  box-shadow: 12px 17px 51px #121316;
  background-color: #15161a;
  transition: all 1s;
}

#skillIcons:hover {
  transform: scale(1.1);
  height: 410px;
}
#skillIcons:hover > .skillItem {
  height: 200px;
  transition: all 1s;
}

#skillIcons label {
  position: absolute;
  margin-top: 1%;
  margin-left: -0.5%;
  text-align: center;
  font-weight: 100;
  color: #dddddd;
}

#skillIcons i {
  padding-left: 14%;
  margin-top: 40%;
  color: #dddddd;
  transform: scale(3.5);
}

#projects {
  width: 107px;
  color: #dddddd;
  font-weight: 100;
  text-shadow: 5px 5px 2px #1b1d22;
}
#projects:hover {
  text-shadow: 2px 2px 4px #ffffff;
}

#project {
  height: 150vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container {
  height: 1250px;
  display: grid;
  grid-template-columns: auto auto auto;
  overflow: hidden;
}
#container .item {
  overflow: hidden;
  margin-top: 10%;
  margin-left: 10%;
}

.item:hover {
  transform: scale(1.05);
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
}

.item:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

.item p {
  padding: 5%;
  color: #dddddd;
}

.item {
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  height: 500px;
  width: 75%;
  border-radius: 17px;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
  overflow-y: hidden;
}

.item img {
  width: 100%;
}

#contact {
  margin-left: 27%;
  color: #dddddd;
  width: 140px;
  font-weight: 100;
  text-shadow: 5px 5px 2px #1b1d22;
}
#contact:hover {
  text-shadow: 2px 2px 4px #ffffff;
}

#mySkills {
  margin-left: 27%;
  color: #dddddd;
  width: 162px;
  font-weight: 100;
  text-shadow: 5px 5px 2px #1b1d22;
}
#mySkills:hover {
  text-shadow: 2px 2px 4px #ffffff;
}

#nav {
  z-index: 100;
  width: 500px;
  margin-top: 1%;
  right: -3%;
  position: fixed;
  display: flex;
}

* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

#home {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#middle {
  overflow-y: hidden;
  height: auto;
  text-align: center;
}

#middle p {
  width: 100%;
}

#top {
  height: 0vh;
}

html {
  scroll-behavior: smooth;
}

.logo:hover {
  text-shadow: 2px 2px 4px #ffffff;
}

.logo {
  z-index: 100;
  width: 80px;
  color: #dddddd;
  margin-top: 1%;
  font-weight: 900;
  margin-left: 1.5%;
  font-size: 20px;
  position: fixed;
}

section {
  width: 100%;
  height: 100vh;
}

body {
  background-color: #1b1d22;
}

#white {
  background-color: white;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-left: 25%;
  margin-top: -15%;
  filter: blur(15.5rem);
  -webkit-filter: blur(15.5rem);
  z-index: 1;
  position: absolute;
}

#white2 {
  background-color: white;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-left: -38%;
  margin-top: 72%;
  filter: blur(15.5rem);
  -webkit-filter: blur(15.5rem);
  z-index: 1;
  position: absolute;
}

.mail {
  width: 40px;
  height: 40px;
  color: #dddddd;
}
.mail:hover {
  text-shadow: 2px 2px 4px #ffffff;
}

.linkedin {
  width: 40px;
  height: 40px;
  color: #dddddd;
}
.linkedin:hover {
  text-shadow: 2px 2px 4px #ffffff;
}

.github {
  width: 40px;
  height: 40px;
  color: #dddddd;
}
.github:hover {
  text-shadow: 2px 2px 4px #ffffff;
}

#icons {
  z-index: 100;
  overflow-y: hidden;
  width: 40px;
  margin-left: 3.5%;
  position: fixed;
  bottom: 2%;
}

#topText {
  font-weight: 100;
  width: 200px;
  margin-left: -9%;
  color: #dddddd;
  text-shadow: 5px 5px 2px #1b1d22;
}

.bottomText {
  font-weight: 100;
  width: 200px;
  color: #dddddd;
  margin-left: 5%;
  text-shadow: 5px 5px 2px #1b1d22;
}
.two {
  margin-left: 7.5%;
}

#icons i {
  padding-top: 28%;
}

h1 {
  z-index: 2;
  color: #dddddd;
  font-size: 150px;
  text-shadow: 5px 10px 40px #080808;
  font-weight: 900;
}

i {
  margin-right: 10px;
}

#overMijText p {
  padding: 17px;
}

#overMijText {
  margin: 15% 5%;
  position: absolute;
  height: auto;
  max-width: 40%;
  max-height: 70%;
  width: auto;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 41px 41px 82px #c9c9c9, -41px -41px 82px #ffffff;
}

#overMijImg img {
  border-radius: 50px;
  width: 400px;
}

#overMijImg {
  margin: 14% 70%;
  position: absolute;
  height: auto;
  width: auto;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 20px 20px 43px #9c9c9c, -20px -20px 43px #ffffff;
}

.tools {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 27px;
}

.circle {
  padding: 0 4px;
}

.box {
  display: inline-block;
  align-items: center;
  width: 10px;
  height: 10px;
  padding: 1px;
  border-radius: 50%;
}

.red {
  background-color: #ff605c;
}

.yellow {
  background-color: #ffbd44;
}

.green {
  background-color: #00ca4e;
}

#navPhone {
  display: none;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 75px;
  }

  #topText {
    font-size: 13px;
  }

  .bottomText {
    font-size: 13px;
  }

  #nav {
    display: none;
  }

  #navPhone {
    display: block;
  }
}
@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}

.skillItem {
  height: 100px;
  overflow-x: hidden;
overflow-y: hidden;
}

.pie {
  --p: 20;
  --b: 22px;
  --c: darkred;
  --w: 150px;

  width: var(--w);
  transform: scale(0.4);
  aspect-ratio: 1;
  position: relative;
  margin-left: -19%;
  display: inline-grid;
  place-content: center;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
}
.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b)
      var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
  -webkit-mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
  mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
}
.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg))
    translateY(calc(50% - var(--w) / 2));
}
.animate {
  animation: p 1.5s 2s both;
}
.no-round:before {
  background-size: 0 0, auto;
}
.no-round:after {
  content: none;
}
@keyframes p {
  from {
    --p: 0;
  }
}
#fotoOfMe img {
  border-radius: 5%;
  width: 47%;
  box-shadow: 32px 37px 51px rgba(0, 0, 0, 0.432);
}

#fotoOfMe{
  position: absolute;
  height: 60%;
  margin-top: 21%;
  margin-left: 12%;
}
