@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Fira Sans";
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.typo-sub-header {
  font-weight: 500;
}

.typo-header-main {
  font-weight: 800;
}

.typo-header-util {
  font-size: 1.8rem;
}

.typo-para-type {
  font-weight: 700;
  color: #555454;
}

.typo-projects-title {
  color: #E08F62;
  padding-block: 0.4em;
  font-size: 1.2rem;
}

.typo-projects-semititle {
  color: #cfcfcf;
  font-weight: 400;
}


.highlight {
  font-weight: 700;
  color: #E08F62;
}

.navigation-cta {
  color: white;
  text-decoration: none;
  padding: 0.9em;
  background: #E08F62;
  border-radius: 8px;
}
.navigation-cta:hover {
  background: #f6ac84;
}

.social-icon {
  color: white;
  font-size: 1.5rem;

}
.social-icon :hover{
  color: #E08F62;
}

.skill-icon {
  width: 2.6em;
}

.btn-outline-light {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .btn-outline-light:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 191, 255, 0.6);
  }

  .nav-link.active {
  border-bottom: 3px solid var(--accent-color);
  font-weight: bold;
  color: skyblue;
}

.holder-image {
  width: 14em;
}

.wrapper > * {
  padding: 1.2em;
  padding-block: 4em;
}
.wrapper > *:nth-of-type(odd) {
  background: #383838;
  color: white;
}

.lead-page {
  padding-block: 3em;
}
.lead-page .main-profile {
  color: white;
  display: grid;
  place-items: center;
  margin-bottom: 1.2em;
}
.lead-page .main-profile .profile-img {
  border-radius: 50%;
  width: 320px;
  height: auto;
  margin-bottom: 2.4em;
}
.lead-page .main-profile .typo-sub-header {
  font-weight: 400;
}
.lead-page .social-links {
  text-align: center;
}

.about-me {
  color: #383838;
  align-items: center;
  padding-block: 2em;
}
.about-me .side-container:nth-of-type(1) {
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  max-width: 36ch;
  margin: 0 auto;
}
.about-me .side-container:nth-of-type(1) p {
  text-align: center;
  padding-block: 1em;
}
.about-me .side-container:nth-of-type(2) {
  text-align: center;
  margin-top: 0.9em;
  justify-content: center;
}
.about-me img{
  width: 50px;
  height: auto;
}

.about-me .side-container:nth-of-type(2) .service-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  flex-wrap: wrap;
  margin-top: 1em;
}
.about-me .side-container:nth-of-type(2) .service-wrap .services {
  max-width: 24ch;
  padding: 0.6em;
  text-align: center;
  font-weight: 500;
  border-radius: 15px;
  background: #E08F62;
  color: white;
  padding-block: 1em;
}
.about-me .side-container:nth-of-type(2) .service-wrap .services i {
  margin-right: 0.4em;
}

.skills {
  background: orange;
  padding-block: 2em;
}
.skills h5 {
  text-align: center;
}
.skills .skills-wrap {
  display: flex;
  gap: 2em;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.2em;
}
.skills .skills-grid {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.skills .skills-grid .skills-cover {
  display: flex;
  align-items: center;
  gap: 0.4em;
}

.projects {
  color: #383838;
  padding-block: 3em;
}
.projects > h5 {
  text-align: center;
}
.projects .projects-grid {
  margin-top: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
.projects .projects-grid .projects-cover {
  background: #383838;
}
.projects .projects-grid .projects-cover .projects-body {
  color: white;
  padding: 1em;
}

.contact {
  text-align: center;
  display: block;
  flex-direction: column;
}
.contact a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 0.5em;
}
.footer .social-links .social-icon {
  color: #383838;
}


@media (min-width: 37.5em) {
  .about-me .side-container:nth-of-type(1) {
    max-width: 50ch;
  }

  .skills-wrap {
    display: flex;
    gap: 4em !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#btnScrollToTop{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #E08F62;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 40px;
}

#btnScrollToTop:active{
  background: #f6ac84;
}


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