* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: white;
  color: #21243d;
  font-family: 'Heebo', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
nav .portfolio--nav {
  width: 100%;
  background-color: white;
  height: 50px;
  padding: 30px 0px;
}
nav .portfolio--nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-left: 20px;
}
nav .portfolio--nav ul li {
  margin-right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  cursor: pointer;
}
nav .portfolio--nav ul li::after {
  content: '';
  height: 2px;
  width: 0%;
  background-color: #21243d;
  display: block;
}
nav .portfolio--nav ul li:hover {
  -webkit-animation: navHover 1s linear forwards;
  animation: navHover 1s linear forwards;
}
nav .portfolio--nav ul li:hover::after {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 900px) {
  nav .portfolio--nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px;
    margin-left: 0px;
  }
}
nav .portfolio-desktop-nav {
  display: none;
}
header {
  margin-top: 100px;
  margin-bottom: 100px;
}
header .portfolio-header-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  header .portfolio-header-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
header .portfolio-header-hero .hero-header__image {
  height: 170px;
  width: 170px;
}
@media screen and (min-width: 900px) {
  header .portfolio-header-hero .hero-header__image {
    margin-left: 106px;
    height: 243px;
    width: 243px;
  }
}
header .portfolio-header-hero .hero-header__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
header .portfolio-header-hero .hero-header__text {
  text-align: center;
  margin-top: 34px;
}
@media screen and (min-width: 900px) {
  header .portfolio-header-hero .hero-header__text {
    max-width: 600px;
  }
}
header .portfolio-header-hero .hero-header__text .header-bold {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  max-width: 600px;
  margin: auto;
}
@media screen and (min-width: 900px) {
  header .portfolio-header-hero .hero-header__text .header-bold {
    padding: 0;
  }
}
header .portfolio-header-hero .hero-header__text .header-sub-header {
  margin-top: 40px;
  font-size: 16px;
  line-height: 23px;
  padding: 0px 24px;
  text-align: center;
}
header .portfolio-header-hero .hero-header__text .view-resume-div {
  margin-top: 50px;
}
header
  .portfolio-header-hero
  .hero-header__text
  .view-resume-div
  .header-button {
  width: 208px;
  height: 47px;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
  background: #ff6464;
  padding: 10px 20px;
  border-radius: 12px;
}
main {
  margin-top: 20px;
}
main .featured-works {
  background: #edf7fa;
  padding: 12px;
  height: auto;
}
main .featured-works__title {
  font-size: 19px;
  line-height: 40px;
  text-align: center;
}
main .featured-works .each-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 18px 10px;
  margin: 15px 0px;
}
@media screen and (min-width: 900px) {
  main .featured-works .each-works {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px;
  }
}
@media screen and (min-width: 1250px) {
  main .featured-works .each-works {
    padding: 30px 140px;
  }
}
main .featured-works .each-works .work__img {
  width: 100%;
  height: 230px;
}
@media screen and (min-width: 900px) {
  main .featured-works .each-works .work__img {
    width: 500px;
    height: 295px;
  }
}
main .featured-works .each-works .work__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
main .featured-works .each-works .work__text {
  margin-top: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  main .featured-works .each-works .work__text {
    margin-left: 50px;
    width: 800px;
  }
}
main .featured-works .each-works .work__text .work-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0px;
}
main .featured-works .each-works .work__text .work-date-tags {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
main .featured-works .each-works .work__text .work-date-tags .work-date {
  background: #142850;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 25px;
  width: auto;
  margin-right: 30px;
}
main .featured-works .each-works .work__text .work-date-tags .work-date span {
  font-weight: 900;
  font-size: 16px;
  line-height: 60px;
  color: #ffffff;
  padding: 5px 12px;
}
main .featured-works .each-works .work__text .work-date-tags .work-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .featured-works .each-works .work__text .work-date-tags .work-tags span {
  margin-right: 10px;
  font-size: 16px;
  line-height: 23px;
  color: #8695a4;
}
main .featured-works .each-works .work__text .work-descripton {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin-top: 20px;
}
main .featured-works .each-works .work__text .work-view {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: normal;
}
main .featured-works .each-works .work__text .work-view__line::before {
  content: '';
  width: 1px;
  height: 25px;
  color: #21243d;
  background-color: #21243d;
  display: block;
}
main .featured-works .each-works .work__text .work-view a {
  font-size: 15px;
}
main .featured-works .each-works .work__text .work-view a::after {
  content: '';
  height: 2px;
  width: 0%;
  background-color: #21243d;
  display: block;
}
main .featured-works .each-works .work__text .work-view a:hover {
  -webkit-animation: navHover 1s linear forwards;
  animation: navHover 1s linear forwards;
}
main .featured-works .each-works .work__text .work-view a:hover::after {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
footer .portfolio-footer {
  padding: 50px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .portfolio-footer .footer__logos img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
footer .portfolio-footer .footer__copyright {
  text-align: center;
}
.skills-section {
  background: #00a8cc;
  padding: 20px;
}
.skills-section h1 {
  text-align: center;
  color: White;
  padding: 20px;
}
.skills-section .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}
.skills-section .skills span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  height: 100px;
  width: 100px;
  color: #21243d;
  font-size: 15px;
  line-height: 20px;
  margin-left: 10px;
  border-radius: 20%;
  margin-bottom: 10px;
}
section.featured-posts-section {
  background: #edf7fa;
  margin: 20px 0px;
  padding: 20px 50px;
}
section.featured-posts-section .featured-posts__title {
  font-size: 19px;
  padding: 10px;
  text-align: start;
}
section.featured-posts-section .featured-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  overflow-x: scroll;
}
section.featured-posts-section .featured-posts::-webkit-scrollbar {
  display: none;
}
section.featured-posts-section .featured-posts .each-posts {
  width: 300px;
  height: 300px;
  padding: 20px;
  padding-top: 30px;
  background: white;
  border-radius: 8px;
}
section.featured-posts-section .featured-posts .each-posts .post-title {
  font-size: 17px;
  color: #ff6464;
  margin-bottom: 20px;
  display: block;
}
section.featured-posts-section .featured-posts .each-posts .post__line {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #21243d;
  margin-bottom: 10px;
}
section.featured-posts-section .featured-posts .each-posts .post-subtitle {
  color: #21243d;
  font-size: 15px;
}
@-webkit-keyframes navHover {
  10% {
    color: #ffe4e4;
  }
  30% {
    color: #ffcaca;
  }
  60% {
    color: #ffb1b1;
  }
  70% {
    color: #ff9797;
  }
  100% {
    color: #ff6464;
  }
}
@keyframes navHover {
  10% {
    color: #ffe4e4;
  }
  30% {
    color: #ffcaca;
  }
  60% {
    color: #ffb1b1;
  }
  70% {
    color: #ff9797;
  }
  100% {
    color: #ff6464;
  }
}
/*# sourceMappingURL=index.css.map */
