*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Finlandica", sans-serif;
  /* font-family: "Montserrat", sans-serif; */
}

.home {
  color: aliceblue;
  background-color: #6a19ff;
  background-image: url("../images/future-grid.75d130b0.webp");
  /* height: 100vh; */
  height: 100%;
  background-size: 100% 100%;
}
.home-body {
  padding-top: 35vh;
  text-align: center;
}
.home-body h1 {
  line-height: 1.1;
  font-weight: 700;
  font-size: 8rem;
}
.home-skills {
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .home-body h1 {
    line-height: 1.1;
    font-weight: 600;
    font-size: 6rem;
  }
  .home-body {
    padding-top: 30vh;
  }
  .home-skills {
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .home-body h1 {
    line-height: 1.1;
    font-weight: 700;
    font-size: 3.8rem;
  }
  .home-body {
    padding-top: 30vh;
  }
  .home-skills h2 {
    font-size: 1rem;
  }
}

.about {
  font-family: "Finlandica", sans-serif;
  color: aliceblue;
  height: 100vh;
}

.about-content {
  padding-top: 30vh;
}

.about h1 {
  line-height: 1.1;
  font-weight: 700;
  font-size: 6rem;
}

.about-me {
  margin-top: 25px;
  width: 600px;
  max-width: 92%;
}
.about p {
  font-size: 1.3rem;
  color: antiquewhite;
  padding-top: 10px;
}

.typewriter h2 {
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: left;
  overflow: hidden;
  font-family: "Anonymous Pro", monospace;
  /* border-right: 3px solid; */
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.75);
}

.typed-text {
  font-size: 2.3rem;
}

@media (max-width: 768px) {
  .about-content {
    padding-top: 20vh;
  }
  .about p {
    font-size: 1.1rem;
  }
  .typed-text {
    font-size: 1.6rem;
  }
  .about h1 {
    font-size: 5rem;
  }
}

@media (max-width: 500px) {
  .about-content {
    padding-top: 20vh;
  }
  .about p {
    font-size: 0.9rem;
  }
  .typed-text {
    font-size: 1.2rem;
  }
  .about h1 {
    font-size: 4rem;
  }
}

.work {
  color: #fff;
  height: 100vh;

  /* background-image: -webkit-linear-gradient(90deg,#fff 89%,  #6a19ff 11% ); */
}

.circle-img {
  border-radius: 50%;
  width: 90%;
  height: 100%;
}

.contain-col {
  padding-top: 20vh;
}
@media (min-width: 768px) {
  .s-col {
    padding-left: 6rem;
    margin: auto;
  }
}

.work h1 {
  line-height: 1.1;
  font-weight: 900;
  font-size: 7rem;
}
/* 
.s-col h2 {
  margin-top: 50px;
  line-height: 1.1;
  font-weight: 900;
  font-size: 3.5rem;
  font-style: oblique;
} */
.s-col p {
  margin-top: 20px;
  font-size: 1.3rem;
  max-width: 90%;
}

.s-col .btn:hover,
.btn:active {
  background-color: #fff;
  color: #6a19ff;
}

@media (max-width: 768px) {
  .row .f-col {
    display: none;
  }
  .work {
    background-size: 100% 100%;
    padding-top: 10vh;
  }
  /* .s-col h2 {
    font-size: 2.8rem ;
    margin-top: 55px ;
  } */

  .s-col p {
    font-size: 1.1rem;
  }

  .work h1 {
    line-height: 1.1;
    font-weight: 900;
    font-size: 6rem;
  }
}

@media (max-width: 500px) {
  .s-col h2 {
    font-size: 2rem;
    margin-top: 40px;
  }

  .work h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    line-height: 1.1;
    font-weight: 600;
    font-size: 3rem;
  }
  .s-col p {
    font-size: 1rem;
  }
  .btn {
    font-size: large;
  }
}

.contact {
  font-family: "Finlandica", sans-serif;
  color: aliceblue;
  background-image: url("../images/future-grid.75d130b0.webp");
  background-size: 100% 100%;
  height: 100vh;
  position: relative;
}

.for-rel {
  position: relative;
}
.contact-content {
  padding: 25vh 0 0;
}

.contact h1 {
  line-height: 1.1;
  font-weight: 700;
  font-size: 6rem;
}

.contact p {
  font-size: 1.7rem;
  color: #faebd7;
  padding-top: 10px;
}

.contact .fa-brands {
  margin: 0 15px;
}
.contact-me .fa-brands {
  font-size: 15px;
  color: aliceblue;
}
.contact-me {
  max-width: 600px;
}
.foot-div {
  position: sticky;
}

#footer {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  padding-bottom: 5vh;
  text-align: center;
  color: #faebd7;
  width: 100vw;
}

@media (max-width: 768px) {
  .contact h1 {
    font-size: 4rem;
  }
}

@media (max-width: 500px) {
  .contact h1 {
    font-size: 3rem;
  }

  .contact p {
    font-size: 0.9rem;
    padding-top: 15px;
    max-width: 95%;
  }
}

#fp-nav ul li a span {
  background: rgb(255, 255, 255) !important;
}

.fa-brands {
  text-decoration: none !important;
}

#footer i {
  font-size: 2rem;
  color: aliceblue;
}

#footer i:hover {
  color: #f6c688;
  font-size: 2.1rem;
}
