/* Responsive styles */
@media screen and (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: center;
  }

  .wrk-name {
    font-size: 3rem;
    letter-spacing: 3px;
    margin: 10px 0;
  }

  img {
    width: 6rem;
    height: 6rem;
  }

  .Heading {
    font-size: 1.5rem;
    margin-top: 10px;
  }

  .links {
    padding-left: 5%;
    padding-right: 5%;
  }

  h3 {
    font-size: 16px;
  }

  .subHeading {
    font-size: large;
  }

  a:link {
    font-size: medium;
  }
}

@media screen and (max-width: 480px) {
  .wrk-name {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  img {
    width: 4rem;
    height: 4rem;
  }

  .Heading {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 14px;
  }

  .subHeading {
    font-size: medium;
  }

  a:link {
    font-size: small;
  }
}

/* Make sure the body takes up full height */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Flexbox to push footer to bottom */
body {
  display: flex;
  flex-direction: column;
}

.area {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

body {
  width: 100%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.1)) 50%,
    url("../img/bg.jpeg");
  backdrop-filter: blur(10px);
  background-position: center;
  background-size: cover;
  height: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

/* Bubble Animations */
.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 30s 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: 8s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 1s;
}

.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: 6s;
  animation-duration: 11s;
}

.circles li:nth-child(11) {
  left: 30%;
  width: 80px;
  height: 80px;
  animation-delay: 17s;
}

.circles li:nth-child(12) {
  left: 20%;
  width: 20px;
  height: 20px;
  animation-delay: 14s;
  animation-duration: 12s;
}

.circles li:nth-child(13) {
  left: 60%;
  width: 20px;
  height: 20px;
  animation-delay: 12s;
}

.circles li:nth-child(14) {
  left: 50%;
  width: 60px;
  height: 60px;
  animation-delay: 18s;
  animation-duration: 18s;
}

.circles li:nth-child(15) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 5s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1.5;
    border-radius: 0;
  }

  70% {
    transform: translateY(-2000px) rotate(360deg);
    opacity: 0.7;
    border-radius: 50%;
  }

  100% {
    transform: translateY(-3000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/* Bubble Animation over */

.Heading {
  text-align: center;
  font-size: 2rem;
  color: white;
  margin-top: -3.5%;
}

.links {
  padding-left: 20%;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.subHeading {
  color: white;
  text-align: center;
  font-size: x-large;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: large;
  text-transform: capitalize;
}

a:visited {
  color: #e71c2d;
  background-color: transparent;
  text-decoration: none;
}

a {
  background-image: linear-gradient(to right, #ffdd00, #ffdd00 50%, #00fff7 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}

/* .hoverColor>a:visited {
  color: #ff0000;
  background-color: transparent;
  text-decoration: none;
} */

.hoverColor>a {
  background-image: linear-gradient(to right, #ffdd00, #ffdd00 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease-in-out;
}

a:not(.change-color):before {
  text-decoration: none;
  content: "";
  background: #ffdd00;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.2s ease-in-out;
}

a:not(.change-color):hover {
  background-position: 0;
}

a:hover::before {
  width: 100%;
}

.header {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.wrk-name {
  color: white;
  text-transform: capitalize;
  font-size: 5rem;
  letter-spacing: 6px;
  margin: 0;
  text-align: center;
}

img {
  width: 9rem;
  height: 9rem;
}

/* Footer */
/* Reset default margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Styling the footer */
footer {
  /* background-color: #002f89; */
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.footer-content p {
  margin-bottom: 10px;
  margin-top: 10px;
}

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

.footer-content a:hover {
  text-decoration: underline;
}
