@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");

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

body {
  font-family: "Poppins", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
}

.header {
  background: linear-gradient(to right, #78c778, #77c8dc);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-container {
  width: 100%;
  height: 75px;
  background: #8ce1f0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 15px 5px 35px;
}

.nav span {
  display: inline-block;
  font-weight: 700;
  font-size: 60px;
  color: gray;
}

.nav span:hover {
  color: #5e61f7ee;
}

.nav div {
  position: relative;
  display: inline-block;
  font-size: 25px;
  bottom: 10px;
  color: antiquewhite;
  text-shadow: 0.5px 0.5px 2px #0796f5;
}

.nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-right: 25px;
  font-size: 18px;
  letter-spacing: 3px;
  z-index: 2;
}

.nav a {
  display: block;
  padding-right: 25px;
  font-weight: 700;
  text-decoration: none;
  color: gray;
  transition: all 0.5s ease-out;
}

#project {
  color: #ff5656;
}

.nav a:hover {
  color: black;
  transform: scale(1.2);
}

.nav li a:hover {
  transform: rotate(3deg);
}

.main {
  height: 100%;
  width: 100%;
}

.mobile-container {
  display: none;
  width: 100%;
  height: 50px;
  background: #daf4f8;
}

.mobile-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 15px 5px 35px;
}

.mobile-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-right: 25px;
  font-size: 18px;
  letter-spacing: 3px;
  z-index: 2;
}

.mobile-nav a {
  text-decoration: none;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #8ce1f0;
}

.project-container h1 {
  text-align: center;
  padding: 120px 25px;
  text-shadow: 5px 5px 10px rgb(236, 83, 129);
  font-size: 48px;
  color: antiquewhite;
}

._1shape {
  width: 250px;
  height: 250px;
  background: #b88ae4;
  opacity: 0.4;
  border-radius: 50px;
  position: absolute;
  bottom: 60px;
  left: 100px;
  transform: skewY(15deg);
  z-index: -1;
}

._2shape {
  width: 400px;
  height: 100px;
  background: #342d50;
  opacity: 0.5;
  border-radius: 50px;
  position: absolute;
  bottom: 440px;
  left: 550px;
}

._3shape {
  width: 100px;
  height: 100px;
  background: #6d064e;
  opacity: 0.4;
  border-radius: 50px;
  position: absolute;
  top: 60px;
  left: 520px;
  z-index: -1;
}

._4shape {
  width: 150px;
  height: 150px;
  background: #534749;
  opacity: 0.4;
  border-radius: 75px;
  position: absolute;
  top: 60px;
  left: 590px;
  z-index: -1;
}

._5shape {
  width: 250px;
  height: 75px;
  background: #640d3d;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  bottom: 200px;
  right: 120px;
  transform: rotate(4deg);
}

._6shape {
  width: 100px;
  height: 100px;
  background: #e99d55;
  opacity: 0.4;
  border-radius: 50px;
  position: absolute;
  bottom: 450px;
  right: 770px;
  transform: 5s;
}

._6shape:hover {
  transform: scale(2);
}

._7shape {
  width: 50px;
  height: 50px;
  background: #9c979e;
  opacity: 0.4;
  border-radius: 50px;
  position: absolute;
  top: 30px;
  left: 40px;
}

.footer-container {
  display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-container ul {
  max-width: 100%;
  margin: 45px 25px 15px 25px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container li {
  list-style: none;
}

.footer-container li a {
  text-decoration: none;
  margin-right: 15px;
  margin-left: 15px;
  color: black;
  transition: all 0.5s;
  z-index: 2;
}

.footer-container ul li a .fa-facebook:hover {
  color: blue;
  transition: 0.5s ease-out;
  transform: scale(1.5);
  z-index: 2;
}

.footer-container ul li a .fa-linkedin:hover {
  color: #4d80ec;
  transition: 0.5s ease-out;
  transform: scale(1.5);
}

.footer-container ul li a .fa-github:hover {
  color: black;
  transition: 0.5s ease-out;
  transform: scale(1.5);
}

.footer-container p {
  text-align: center;
  font-size: small;
  padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .f3 {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .f2 {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .f1 {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .nav ul {
    display: none;
  }

  .mobile-container {
    display: flex;
  }
}

@media screen and (max-width: 720px) {
  .nav a {
    display: block;
    margin: auto;
  }
}
