@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Regular.ttf");
}
body {
  background-color: #3f51b5;
}

* {
  font-family: "Comfortaa";
}

html {
  scroll-behavior: smooth;
}

hr {
  margin: 0.8rem 0;
}

.app {
  position: relative;
}

.content {
  padding-top: 12.8px;
  padding-bottom: 12.8px;
}

.navbar .nav-item .nav-link {
  transition: 0.3s;
}

.navbar .nav-item .nav-link:hover {
  color: #fff;
}

.cardAboutMe {
  padding: 40px 0;
  background-color: #343a40;
  color: #ecf0f1;
}

.cardAboutMe .card-img img {
  max-width: 122px;
  transition: 0.3s;
}

.cardAboutMe .card-img img:hover {
  opacity: 80%;
}

.cardAboutMe .card-txt p {
  margin-bottom: 4px;
}

.cardAboutMe .card-txt .icona {
  color: #f1c40f;
}

.cardAboutMe .card-txt .jobTitle span {
  color: #f1c40f;
}

.cardAboutMe .card-txt .email span {
  text-decoration: underline;
}

.mySkills {
  padding: 40px;
  background-color: #ecf0f1;
}

.mySkills .skills-head {
  margin: 1rem 0;
}

.mySkills .progress {
  background-color: #fff;
  border-radius: 0;
}

.mySkills .progress .progress-bar {
  font-size: 18px;
  color: #333;
  font-style: italic;
  background-color: #f1c40f;
  border-radius: none;
}

.myExp {
  padding: 40px;
  background-color: #343a40;
  color: #ecf0f1;
}

.myExp .exp-head {
  margin-bottom: 40px;
}

.myExp .exp-head span {
  color: #f1c40f;
}

.myExp .exp-field {
  margin-top: 40px;
}

.myExp .exp-field .icona {
  color: #f1c40f;
}

.works {
  padding: 40px;
  background-color: #ecf0f1;
}

.works .work-head {
  margin-bottom: 40px;
}

.works .line-right,
.works .line-left {
  overflow: hidden;
}

.works .line-right img,
.works .line-left img {
  max-height: 500px;
  transition: all 0.6s;
}

.works .line-right img:hover,
.works .line-left img:hover {
  transform: scale(1.2);
}

.works .line-right .el-right,
.works .line-right .el-left,
.works .line-left .el-right,
.works .line-left .el-left {
  position: relative;
}

.works .line-right .el-right:after,
.works .line-right .el-left:after,
.works .line-left .el-right:after,
.works .line-left .el-left:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #f1c40f;
}

.works .line-right .el-right:before,
.works .line-right .el-left:before,
.works .line-left .el-right:before,
.works .line-left .el-left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
}

.works .line-right {
  border-right: 2px solid #f1c40f;
}

.works .line-right img {
  margin-bottom: 100px;
}

.works .line-right .el-right:after {
  top: 100px;
  right: -24px;
  background-color: #343a40;
}

.works .line-right .el-right:before {
  border-color: transparent transparent transparent #f1c40f;
  top: 100px;
  right: -16px;
}

.works .line-left img {
  margin-top: 100px;
}

.works .line-left .el-left:after {
  top: 200px;
  left: -24px;
  background-color: #343a40;
}

.works .line-left .el-left:before {
  border-color: transparent #f1c40f transparent transparent;
  top: 200px;
  left: -16px;
}

footer {
  background-color: #343a40;
  color: #fff;
}

footer p {
  margin: 0;
}

footer a {
  color: #fff;
  padding-left: 10px;
}

footer a:hover {
  color: #f1c40f;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }

  .navbar .nav-item {
    padding: 14px 6px;
  }
}
@media (max-width: 991.98px) {
  .ml-auto {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .myExp .exp-field h5 {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .cardAboutMe .card-img img {
    display: block;
    margin: 0 auto 22px;
  }

  .cardAboutMe .card-txt {
    text-align: center;
  }

  .mySkills h4,
.mySkills h5,
.myExp h4,
.myExp h5 {
    text-align: center;
  }

  .works .line-right .el-right:after, .works .line-right .el-right:before {
    top: 50px;
  }

  .works .line-left .el-left:after, .works .line-left .el-left:before {
    top: 100px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

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