* {
  margin: 0px;
  padding: 0px;
}
body,
html {
  scroll-behavior: smooth;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: "Exo 2", sans-serif;
  box-sizing: border-box;
}
body .container,
html .container {
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  body .container,
  html .container {
    width: auto;
  }
}
body .container header,
html .container header {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media (max-width: 1366px) {
  body .container header,
  html .container header {
    padding: 0 20px;
  }
}
body .container header img,
html .container header img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
  border: 6px dotted white;
  padding: 3px;
}
body .container header h1,
html .container header h1 {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  padding: 30px 0;
  font-size: 70px;
  font-weight: bolder;
}
@media (max-width: 1366px) {
  body .container header h1,
  html .container header h1 {
    font-size: 60px;
    line-height: 79px;
  }
}
.intro {
  line-height: 40px;
}
h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.network {
  margin: 0 auto;
  max-width: 2000px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1366px) {
  .network {
    flex-direction: column;
  }
}
.item {
  border-radius: 10%;
  background: rgba(0, 0, 0, 0.192);
  margin: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid white;
  padding: 20px;
}
.item a {
  color: #898eee;
  text-decoration: none;
  cursor: pointer;
}
.item .network-div {
  text-align: center;
  width: 400px;
  color: black;
  border-radius: 50px;
}
@media (max-width: 1366px) {
  .item .network-div {
    width: auto;
  }
}
.item .network-div img {
  background: rgba(255, 255, 255, 0.336);
  padding: 7px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 40px 0;
  border: 1px solid gray;
  width: 300px;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .item .network-div img {
    height: auto;
    width: 87%;
  }
}
.item .network-div h2 {
  padding: 20px 0;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.856);
}
@media (max-width: 1366px) {
  .item .network-div h2 {
    line-height: 50px;
    font-size: 30px;
  }
}
.item .network-div p {
  color: rgba(255, 255, 255, 0.747);
  line-height: 40px;
}
.site {
  padding-top: 30px;
  padding-bottom: 0;
  display: block;
}
.socialmedia {
  text-align: center;
  padding: 50px 0;
}
.socialmedia a {
  cursor: pointer;
}
.socialmedia img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.socialmedia img:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
footer {
  text-align: center;
  padding: 10px 0;
}
footer .top {
  padding: 20px 0;
}
footer .top a {
  color: #9ca0ee;
  text-decoration: none;
}
.area {
  background: #4e54c8;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height: auto;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
