@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:active {
  text-decoration: none;
}

.navbar {
  border-bottom: 1px solid #C0BFC1;
  padding: 16px;
  font-family: "Advent Pro", sans-serif;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0px 10px 5px 0px whitesmoke;
  width: 100%;
  z-index: 999;
}
.navbar .navbar-brand {
  margin-left: 80px;
  font-family: "Island Moments", cursive;
  font-size: 32px;
  color: #A087BC;
  font-weight: 300;
}
.navbar .nav-link {
  color: #29252D;
  margin-right: 120px;
}
.navbar .navbar-toggler-icon {
  background-image: url("/assets/icons/forge-icon (2).svg");
}
.navbar .contact-button {
  padding: 8px 24px;
  background-color: #FFF468;
  color: white;
  border-radius: 20px;
  border: none;
  font-weight: 900;
  font-size: 16px;
  margin-right: 120px;
  max-width: 100px;
  width: 100%;
}
.navbar .navbar-collapse {
  margin-left: 16px;
}

.socials-container {
  display: flex;
  align-items: center;
}
.socials-container .social-links {
  background-color: #A087BC;
  height: 120px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.socials-container .social-links .logo-icon {
  color: white;
  width: 32px;
  height: 32px;
}

.intro-section h1 {
  width: 22ch;
  animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid #FFF468;
  font-family: monospace;
  font-size: 2em;
  letter-spacing: 0.15rem;
}

.intro-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
}
.intro-section h1 {
  color: #A087BC;
  font-family: "Advent Pro", sans-serif;
  line-height: 40px;
  font-weight: 700;
  font-size: 40px;
  width: 250px;
}
.intro-section h3 {
  color: #D9CCE8;
  font-family: "Advent Pro", sans-serif;
  line-height: 40px;
  font-weight: 700;
  font-size: 30px;
}
.intro-section p {
  color: #29252D;
  font-family: "Anek Odia", sans-serif;
  line-height: 30px;
  font-weight: 700;
  font-size: 16px;
}
.intro-section .projects-button {
  padding: 16px;
  width: 250px;
  border: none;
  background-color: #A087BC;
  font-family: "Anek Odia", sans-serif;
  color: white;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  z-index: 998;
}
.intro-section .projects-button .arrow-icon {
  color: white;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  font-weight: 700;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .socials-container {
    display: none;
  }

  .intro-section {
    margin-top: 60px;
    order: 1;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .socials-container {
    display: none;
  }

  .intro-section {
    margin-top: 60px;
    order: 1;
    height: 300px;
  }
}
.area {
  width: 100%;
  height: 20vh;
}
.area .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.area .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #D9CCE8;
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.area .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.area .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.area .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.area .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.area .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.area .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.area .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.area .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.area .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.area .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.about-section {
  margin: 70px 0 80px 200px;
}
.about-section .about-side {
  font-family: "Anek Odia", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.about-section .about-side h2 {
  font-family: "Advent Pro", sans-serif;
  color: #D9CCE8;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}
.about-section .about-side p span {
  color: #A087BC;
}
.about-section .about-side .tech-stack {
  display: inline-block;
  padding: 8px 16px;
  background-color: #A087BC;
  color: white;
  border-radius: 50px;
  margin: 10px 10px 10px 0;
}
.about-section .img-side {
  display: flex;
  align-items: center;
  height: 400px;
  margin-left: 160px;
}
.about-section .img-side img {
  width: 100%;
  max-width: 260px;
  height: 260px;
}

@media (max-width: 768px) {
  .about-section {
    margin: 70px 0 80px 0;
  }
  .about-section .img-side {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .about-section {
    margin: 70px 0 80px 0;
  }
  .about-section .img-side {
    margin-left: 0;
  }
}
.experience-section {
  margin: 100px 0 70px 200px;
}
.experience-section h2 {
  font-family: "Advent Pro", sans-serif;
  color: #D9CCE8;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}
.experience-section .location {
  text-transform: uppercase;
  color: white;
  background-color: #A087BC;
  font-weight: 700;
  padding: 10px 0 10px 0;
  width: 200px;
  border: none;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
}
.experience-section .location:hover {
  background-color: #D9CCE8;
}
.experience-section .location:focus {
  background-color: #D9CCE8;
}
.experience-section .tabcontent {
  display: none;
  font-family: "Anek Odia", sans-serif;
}
.experience-section .tabcontent .date {
  text-transform: uppercase;
  font-family: "Advent Pro", sans-serif;
  font-weight: 500;
  color: #C0BFC1;
}
.experience-section .tabcontent p, .experience-section .tabcontent li {
  font-weight: 700;
  font-size: 16px;
  color: #5C595F;
}
.experience-section .tabcontent li::marker {
  color: #A087BC;
}
.experience-section .tab-one {
  display: block;
}

@media (max-width: 768px) {
  .experience-section {
    margin: 70px 0 80px 0;
  }
  .experience-section .tabcontent {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .experience-section {
    margin: 70px 0 80px 0;
  }
  .experience-section .tabcontent {
    margin-left: 10px;
  }
}
.projects-section {
  margin: 100px 0px 80px 200px;
}
.projects-section h2 {
  font-family: "Advent Pro", sans-serif;
  color: #D9CCE8;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 48px;
}
.projects-section .project-img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  margin-bottom: 80px;
}
.projects-section .test-ing {
  margin-bottom: 130px;
}
.projects-section .project-details h4 {
  text-transform: uppercase;
  color: #A087BC;
  font-family: "Advent Pro", sans-serif;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 500;
}
.projects-section .project-details p {
  font-family: "Anek Odia", sans-serif;
  color: #29252D;
  font-weight: 700;
  font-size: 16px;
}
.projects-section .project-details .tech-stack {
  background-color: #A087BC;
  padding: 8px 16px;
  border-radius: 50px;
  width: 100px;
  color: white;
  display: inline;
}

@media (max-width: 768px) {
  .projects-section {
    margin: 70px 0 80px 0;
  }
  .projects-section .project-details {
    margin-bottom: 60px;
    order: 2;
  }
  .projects-section .project-img {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .projects-section {
    margin: 70px 0 80px 0;
  }
  .projects-section .project-details {
    margin-bottom: 60px;
    order: 2;
  }
  .projects-section .project-img {
    order: 1;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .projects-section {
    margin: 70px 0 80px 0;
  }
  .projects-section .project-details {
    margin-bottom: 60px;
    order: 2;
  }
  .projects-section .project-img {
    order: 1;
    margin-bottom: 10px;
  }
}
.contact-section {
  margin: 100px 0 70px 200px;
  max-width: 1000px;
  width: 100%;
}
.contact-section h2 {
  font-family: "Advent Pro", sans-serif;
  color: #D9CCE8;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 48px;
}
.contact-section p {
  text-align: center;
  font-family: "Anek Odia", sans-serif;
  color: #29252D;
  font-weight: 700;
  font-size: 16px;
}
.contact-section p span {
  color: #A087BC;
}
.contact-section .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  width: 100%;
}
.contact-section .contact-form .form-input {
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #A087BC;
  border-radius: 10px;
  color: #29252D;
  font-family: "Anek Odia", sans-serif;
}
.contact-section .contact-form .submit-button {
  width: 200px;
  padding: 16px 0;
  border: none;
  border-radius: 10px;
  background-color: #FFF468;
  color: white;
  font-weight: 700;
}

@media (max-width: 768px) {
  .contact-section {
    margin: 70px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .contact-section {
    margin: 70px 0 80px 0;
  }
}
.footer-section p {
  font-family: "Anek Odia", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #D9CCE8;
}

/*# sourceMappingURL=style.css.map */
