@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

section {
  z-index: 0;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3 {
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

body {
  background: #000814;
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}

.whitebar {
  background: #F1F1F1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 8vw;
  z-index: -1;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
header .navbar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1vw;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
  z-index: 1;
}
header .navbar nav ul {
  display: flex;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
header .navbar nav ul li a {
  float: left;
}
header .navbar nav ul li a .logo {
  margin-left: 0.2vw;
  width: 1.4vw;
  height: 1.4vw;
  float: right;
}
header .navbar nav ul li a:after {
  content: "";
  display: block;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  border-bottom: 2px solid #237E79;
}
header .navbar nav ul li a:hover:after {
  transform: scaleX(1);
  transition: transform 0.2s ease-in-out;
}
header .navbar nav ul li:nth-child(1) a {
  margin-left: 10vw;
  margin-right: 55vw;
}
header .navbar nav ul li:nth-child(3) a {
  margin-left: 2.5vw;
  margin-right: 2.5vw;
}
header .navbar:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}

.navbar-background {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: none;
}
.navbar-background .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 7.2vh;
  background: rgba(0, 0, 0, 0.5);
}

.home-screen {
  padding: 0;
  height: 49.3vw;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.home-screen .decoration1 {
  width: 10vw;
  height: 10vw;
  position: absolute;
  z-index: 5;
  top: 5vw;
  right: 25vw;
  animation: diagonal 3s ease-in-out infinite alternate;
}
.home-screen .decoration2 {
  width: 7vw;
  height: 7vw;
  position: absolute;
  z-index: 5;
  top: 37vw;
  right: 20vw;
  animation: diagonalright 4s ease-in-out infinite alternate;
}
.home-screen .decoration3 {
  width: 10vw;
  height: 10vw;
  position: absolute;
  z-index: 5;
  top: 7vw;
  left: 15vw;
  animation: diagonal 5s ease-in-out infinite alternate;
}
.home-screen .decoration4 {
  width: 7vw;
  height: 7vw;
  position: absolute;
  z-index: 5;
  top: 30vw;
  left: 20vw;
  animation: diagonalright 5s ease-in-out infinite alternate;
}
.home-screen .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-screen .profile-picture {
  width: 25vw;
  height: auto;
  display: block;
  margin: auto;
  position: relative;
  top: 6vw;
  transition: transform 1s;
}
.home-screen .profile-picture:hover {
  transform: scale(1.05);
  transition: transform 1s;
}
.home-screen .title-box {
  background: rgba(112, 112, 112, 0.1);
  border-radius: 4vw;
  width: 29vw;
  height: 13vw;
  margin: auto;
  position: relative;
  top: 5vw;
  z-index: 0;
}
.home-screen .title-box .title-content {
  position: relative;
}
.home-screen .title-box .title-content h1 {
  margin: 0;
  padding-top: 1.5vw;
  padding-bottom: 0px;
  font-size: 3.2vw;
}
.home-screen .title-box .title-content p {
  margin: 0;
  font-size: 1.6vw;
  font-weight: 300;
}
.home-screen .title-box .title-content a {
  text-align: center;
  font-size: 1.4vw;
  padding: 0.3vw 0.8vw;
  background-color: #237E79;
  border-radius: 0.5vw;
  position: relative;
  top: 0.5vw;
  left: 33.3333333333%;
  transition: background-color 0.3s ease-in-out;
}
.home-screen .title-box .title-content a:hover {
  transition: background-color 0.3s ease-in-out;
  background-color: #1d6966;
}
.home-screen .dropdown {
  height: 1.5vw;
  width: 2.4vw;
  position: absolute;
  bottom: 0.3vw;
  left: 48.8vw;
  animation: drop-down-anim 1s ease-in-out infinite alternate;
}
.home-screen .dropdown img {
  width: 100%;
  height: 100%;
}

.portfolio {
  position: relative;
  top: 0;
  left: 0;
  height: 49.3vw;
  width: 100%;
}
.portfolio .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.portfolio h1 {
  padding-top: 5vw;
  font-size: 3.5vw;
}
.portfolio div {
  background: rgba(112, 112, 112, 0.3);
  border-radius: 6vw;
  position: absolute;
  width: 30vw;
  height: 20vw;
  transition: transform ease-in-out 0.2s;
  transform: scale(1);
}
.portfolio div h2 {
  text-align: center;
  font-size: 1.5vw;
  margin-top: 1.5vw;
}
.portfolio div p {
  position: relative;
  left: 3vw;
  top: 3.25vw;
  float: left;
  text-align: left;
  width: 13vw;
  font-size: 1vw;
  font-weight: 300;
}
.portfolio div img {
  position: relative;
  left: 5vw;
  top: 2.5vw;
  width: auto;
  height: 10vw;
  background: rgba(255, 255, 255, 0.1);
}
.portfolio div:hover {
  transition: transform ease-in-out 0.2s;
  transform: scale(1.05);
}
.portfolio .assink {
  top: 20vw;
  left: 10%;
}
.portfolio .definity-webhookapi {
  top: 20vw;
  left: 60%;
}

.about {
  background: #192023;
  padding: 0;
  height: 49.4vw;
  width: 100%;
  position: relative;
  top: -0.2vh;
  left: 0;
}
.about .decoration {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.about .decoration .circle1 {
  position: absolute;
  top: 5vw;
  left: 10vw;
  width: auto;
  height: 2vw;
}
.about .decoration .circle2 {
  position: absolute;
  top: 20vw;
  left: 4vw;
  width: auto;
  height: 1.2vw;
}
.about .decoration .circle3 {
  position: absolute;
  top: 20vw;
  left: 42vw;
  width: auto;
  height: 2vw;
}
.about .decoration .circle4 {
  position: absolute;
  top: 23vw;
  left: 29vw;
  width: auto;
  height: 3vw;
}
.about .decoration .circle5 {
  position: absolute;
  top: 40vw;
  left: 26vw;
  width: auto;
  height: 2.5vw;
}
.about .decoration .circle6 {
  position: absolute;
  top: 42vw;
  left: 15vw;
  width: auto;
  height: 2.2vw;
}
.about .decoration .circle7 {
  position: absolute;
  top: 12vw;
  left: 60vw;
  width: auto;
  height: 3.4vw;
}
.about .decoration .circle8 {
  position: absolute;
  top: 29vw;
  left: 55vw;
  width: auto;
  height: 2.5vw;
}
.about .decoration .circle9 {
  position: absolute;
  top: 42vw;
  left: 90vw;
  width: auto;
  height: 4.2vw;
}
.about .decoration .circle10 {
  position: absolute;
  top: 45vw;
  left: 65vw;
  width: auto;
  height: 2.5vw;
}
.about .decoration .circle11 {
  position: absolute;
  top: 26vw;
  left: 92vw;
  width: auto;
  height: 2.5vw;
}
.about .decoration .circle12 {
  position: absolute;
  top: 6vw;
  left: 91vw;
  width: auto;
  height: 4.2vw;
}
.about .decoration .triangle1 {
  position: absolute;
  top: 14vw;
  left: 6vw;
  width: auto;
  height: 3vw;
}
.about .decoration .triangle2 {
  position: absolute;
  top: 23vw;
  left: 18vw;
  width: 3.2vw;
  height: auto;
}
.about .decoration .triangle3 {
  position: absolute;
  top: 25vw;
  left: 43vw;
  width: auto;
  height: 2.2vw;
}
.about .decoration .triangle4 {
  position: absolute;
  top: 10vw;
  left: 80vw;
  width: auto;
  height: 1.5vw;
}
.about .decoration .triangle5 {
  position: absolute;
  top: 44vw;
  left: 79vw;
  width: 2vw;
  height: auto;
}
.about .decoration .triangle6 {
  position: absolute;
  top: 30vw;
  left: 87vw;
  width: 2vw;
  height: auto;
}
.about .decoration .triangle7 {
  position: absolute;
  top: 39vw;
  left: 39vw;
  width: 4.2vw;
  height: auto;
}
.about .decoration .square1 {
  position: absolute;
  top: 6vw;
  left: 25vw;
  width: auto;
  height: 3vw;
}
.about .decoration .square2 {
  position: absolute;
  top: 35vw;
  left: 3vw;
  width: auto;
  height: 3.5vw;
}
.about .decoration .square3 {
  position: absolute;
  top: 42vw;
  left: 55vw;
  width: auto;
  height: 3.1vw;
}
.about .decoration .square4 {
  position: absolute;
  top: 8vw;
  left: 70vw;
  width: auto;
  height: 3.4vw;
}
.about .decoration .square5 {
  position: absolute;
  top: 17vw;
  left: 92vw;
  width: auto;
  height: 3.4vw;
}
.about .h1-box {
  margin: auto;
  background: none;
  float: none;
  width: 30%;
  height: 5vw;
  position: relative;
  top: -5.33vw;
}
.about .main-line {
  width: 0.15vw;
  height: 27vw;
  background: #F1F1F1;
  margin: auto;
  float: none;
  position: relative;
  top: -5.35vw;
}
.about .introduction-line {
  width: 12vw;
  height: 0.15vw;
  background: #F1F1F1;
  margin: auto;
  float: none;
  position: relative;
  top: -25.5vw;
  left: -6vw;
}
.about .tools-line {
  width: 12vw;
  height: 0.15vw;
  background: #F1F1F1;
  margin: auto;
  float: none;
  position: relative;
  top: -21vw;
  right: -6vw;
}
.about .spare-time-line {
  width: 12vw;
  height: 0.15vw;
  background: #F1F1F1;
  margin: auto;
  float: none;
  position: relative;
  top: -11vw;
  left: -6vw;
}
.about .learning-line {
  width: 12vw;
  height: 0.15vw;
  background: #F1F1F1;
  margin: auto;
  float: none;
  position: relative;
  top: -5.95vw;
  right: -6vw;
}
.about .border {
  border: #F1F1F1 solid 0.15vw;
}
.about h1 {
  padding-top: 5vw;
  font-size: 3.5vw;
}
.about div {
  background: #1E262A;
  width: auto;
  float: left;
  border-radius: 1.5vw;
  text-align: left;
}
.about div h2, .about div p {
  text-align: left;
  margin-left: 1vw;
}
.about div p {
  font-weight: 300;
  margin-top: 1vw;
  margin-bottom: 0.5vw;
  font-size: 1.07vw;
}
.about .introduction {
  position: absolute;
  top: 13vw;
  left: 12.5vw;
  width: 25vw;
}
.about .introduction h2 {
  margin-top: 0.5vw;
  font-size: 1.2vw;
}
.about .tools {
  position: absolute;
  top: 17vw;
  right: 12.5vw;
  width: 25vw;
}
.about .tools h2 {
  margin-top: 0.5vw;
  font-size: 1.2vw;
}
.about .tools .icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-self: center;
}
.about .tools .icons a img {
  width: 3vw;
  height: 3vw;
  margin: 0.2vw;
}
.about .spare-time {
  position: absolute;
  top: 27vw;
  left: 12.5vw;
  width: 25vw;
}
.about .spare-time h2 {
  margin-top: 0.5vw;
  font-size: 1.2vw;
}
.about .learning {
  position: absolute;
  top: 32vw;
  right: 12.5vw;
  width: 25vw;
}
.about .learning h2 {
  margin-top: 0.5vw;
  font-size: 1.2vw;
}

.contact {
  padding: 0;
  height: 45.4vw;
  width: 100%;
  position: relative;
  left: 0;
  background: #000814;
}
.contact h1 {
  padding-top: 3vw;
  font-size: 3.5vw;
}
.contact .contact-form {
  position: absolute;
  width: 25vw;
  top: 8.75vw;
  left: 37.5vw;
}
.contact .contact-form h3 {
  margin-top: 1vw;
  text-transform: uppercase;
  letter-spacing: 0.05vw;
  font-size: 1vw;
}
.contact .contact-form h3 span {
  font-weight: 300;
  font-size: 0.75vw;
  text-transform: initial;
}
.contact .contact-form input {
  width: 100%;
  height: 2vw;
  background-color: #1F282B;
  border: #1F282B;
  color: #F1F1F1;
  font-family: "Poppins";
  transition: border 0.2s ease-in-out;
  outline: none !important;
}
.contact .contact-form input:focus {
  border: 1px solid #237E79;
  transition: border 0.2s ease-in-out;
}
.contact .contact-form #message {
  color: #F1F1F1;
  font-family: "Poppins";
  height: 20vw;
  width: 100%;
  background-color: #1F282B;
  border: #1F282B;
  resize: none;
  transition: border 0.2s ease-in-out;
  outline: none !important;
}
.contact .contact-form #message:focus {
  border: 1px solid #237E79;
  transition: border 0.2s ease-in-out;
}
.contact .contact-form #send {
  background-color: #237E79;
  width: auto;
  height: auto;
  font-size: 1vw;
  padding: 0.25vw 1vw;
  border-radius: 2vw;
  text-align: center;
  margin-left: 41%;
  margin-top: 1vw;
  transition: background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.contact .contact-form #send:hover {
  cursor: pointer;
  background-color: #1d6966;
  transition: background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transform: scale(1.1);
}
.contact .social-media {
  position: absolute;
  top: 10vw;
  left: 10vw;
}
.contact .social-media .text {
  width: 20vw;
  text-align: left;
}
.contact .social-media .text h2 {
  text-align: left;
  font-size: 1.5vw;
}
.contact .social-media .text p {
  margin-top: 0.75vw;
  text-align: left;
  font-size: 1vw;
}
.contact .social-media .icon-list {
  margin-top: 2vw;
}
.contact .social-media .icon-list div {
  width: auto;
  height: 5vw;
}
.contact .social-media .icon-list div a {
  display: flex;
}
.contact .social-media .icon-list div a span {
  margin-left: 0.5vw;
  font-size: 1vw;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
}
.contact .social-media .icon-list div a img {
  display: flex;
  width: auto;
  height: 2.5vw;
}

footer {
  position: relative;
  width: 100%;
  height: 4vw;
  overflow: hidden;
}
footer h2 {
  font-weight: 600;
  font-size: 1.5vw;
  position: relative;
  top: 1.5vw;
  z-index: 99;
  text-shadow: #000814 0px 0px 10px;
}
footer .background {
  z-index: 0;
  position: relative;
}
footer .background .svg1 {
  width: 45%;
  position: absolute;
  left: -10vw;
  z-index: 3;
}
footer .background .svg2 {
  width: 45%;
  position: absolute;
  left: 12.5vw;
  z-index: 2;
}
footer .background .svg3 {
  width: 45%;
  position: absolute;
  left: 37.5vw;
  z-index: 1;
}
footer .background .svg4 {
  width: 45%;
  position: absolute;
  left: 62.5vw;
  z-index: 0;
}

.top-button {
  position: sticky;
  bottom: 0;
  right: 0;
}
.top-button a {
  bottom: 2.25vw;
  right: 1.3vw;
  position: absolute;
  font-size: 2vw;
  z-index: 99;
}
.top-button a:hover {
  transform: scale(1.5);
}

@keyframes drop-down-anim {
  from {
    transform: translateY(0vw);
  }
  to {
    transform: translateY(-1vw);
  }
}
@keyframes diagonal {
  from {
    transform: translate(0vw);
  }
  to {
    transform: translate(1vw, 1.5vw);
  }
}
@keyframes diagonalright {
  from {
    transform: translate(0vw);
  }
  to {
    transform: translate(-2vw, 2vw);
  }
}/*# sourceMappingURL=style.css.map */