#landing a.l-btn, main #contact-us form .l-btn {
  font-size: 1.5rem;
  color: #f6f6f6;
  text-decoration: none;
  border: 2px solid #f6f6f6;
  padding: 10px 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.stick-to-top {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1;
}

.traso {
  padding-top: 58px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway';
  font-weight: 400;
}

#landing {
  height: 100vh;
  background-color: #252934;
  color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#landing .lcontent {
  margin: auto;
}

#landing h1 {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 2.8rem;
}

#landing h1 span {
  color: #E31B6D;
}

#landing a.l-btn:hover {
  background-color: #04C2C9;
  border-color: #04C2C9;
  color: #f6f6f6;
}

#landing a.l-btn:hover i {
  -webkit-animation: rotate-c90 1000ms linear both;
          animation: rotate-c90 1000ms linear both;
}

@-webkit-keyframes rotate-c90 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.6% {
    -webkit-transform: matrix3d(0.907, 0.422, 0, 0, -0.422, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.907, 0.422, 0, 0, -0.422, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.21% {
    -webkit-transform: matrix3d(0.723, 0.691, 0, 0, -0.691, 0.723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.723, 0.691, 0, 0, -0.691, 0.723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.31% {
    -webkit-transform: matrix3d(0.385, 0.923, 0, 0, -0.923, 0.385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.385, 0.923, 0, 0, -0.923, 0.385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.52% {
    -webkit-transform: matrix3d(0.176, 0.984, 0, 0, -0.984, 0.176, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.176, 0.984, 0, 0, -0.984, 0.176, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.62% {
    -webkit-transform: matrix3d(0.072, 0.997, 0, 0, -0.997, 0.072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.072, 0.997, 0, 0, -0.997, 0.072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.93% {
    -webkit-transform: matrix3d(0.004, 1, 0, 0, -1, 0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.004, 1, 0, 0, -1, 0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.24% {
    -webkit-transform: matrix3d(-0.004, 1, 0, 0, -1, -0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(-0.004, 1, 0, 0, -1, -0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes rotate-c90 {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.6% {
    -webkit-transform: matrix3d(0.907, 0.422, 0, 0, -0.422, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.907, 0.422, 0, 0, -0.422, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.21% {
    -webkit-transform: matrix3d(0.723, 0.691, 0, 0, -0.691, 0.723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.723, 0.691, 0, 0, -0.691, 0.723, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.31% {
    -webkit-transform: matrix3d(0.385, 0.923, 0, 0, -0.923, 0.385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.385, 0.923, 0, 0, -0.923, 0.385, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.52% {
    -webkit-transform: matrix3d(0.176, 0.984, 0, 0, -0.984, 0.176, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.176, 0.984, 0, 0, -0.984, 0.176, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.62% {
    -webkit-transform: matrix3d(0.072, 0.997, 0, 0, -0.997, 0.072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.072, 0.997, 0, 0, -0.997, 0.072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.93% {
    -webkit-transform: matrix3d(0.004, 1, 0, 0, -1, 0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.004, 1, 0, 0, -1, 0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.24% {
    -webkit-transform: matrix3d(-0.004, 1, 0, 0, -1, -0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(-0.004, 1, 0, 0, -1, -0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes rotate-ac90 {
  0% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.6% {
    -webkit-transform: matrix3d(0.422, 0.907, 0, 0, -0.907, 0.422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.422, 0.907, 0, 0, -0.907, 0.422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.21% {
    -webkit-transform: matrix3d(0.691, 0.723, 0, 0, -0.723, 0.691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.691, 0.723, 0, 0, -0.723, 0.691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.31% {
    -webkit-transform: matrix3d(0.923, 0.385, 0, 0, -0.385, 0.923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.923, 0.385, 0, 0, -0.385, 0.923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.52% {
    -webkit-transform: matrix3d(0.984, 0.176, 0, 0, -0.176, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.984, 0.176, 0, 0, -0.176, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.62% {
    -webkit-transform: matrix3d(0.997, 0.072, 0, 0, -0.072, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.997, 0.072, 0, 0, -0.072, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.93% {
    -webkit-transform: matrix3d(1, 0.004, 0, 0, -0.004, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0.004, 0, 0, -0.004, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.24% {
    -webkit-transform: matrix3d(1, -0.004, 0, 0, 0.004, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, -0.004, 0, 0, 0.004, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes rotate-ac90 {
  0% {
    -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.6% {
    -webkit-transform: matrix3d(0.422, 0.907, 0, 0, -0.907, 0.422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.422, 0.907, 0, 0, -0.907, 0.422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.21% {
    -webkit-transform: matrix3d(0.691, 0.723, 0, 0, -0.723, 0.691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.691, 0.723, 0, 0, -0.723, 0.691, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.31% {
    -webkit-transform: matrix3d(0.923, 0.385, 0, 0, -0.385, 0.923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.923, 0.385, 0, 0, -0.385, 0.923, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.52% {
    -webkit-transform: matrix3d(0.984, 0.176, 0, 0, -0.176, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.984, 0.176, 0, 0, -0.176, 0.984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.62% {
    -webkit-transform: matrix3d(0.997, 0.072, 0, 0, -0.072, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.997, 0.072, 0, 0, -0.072, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.93% {
    -webkit-transform: matrix3d(1, 0.004, 0, 0, -0.004, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0.004, 0, 0, -0.004, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.24% {
    -webkit-transform: matrix3d(1, -0.004, 0, 0, 0.004, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, -0.004, 0, 0, 0.004, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

nav {
  background-color: #1B242F;
  border-bottom: 2px solid #04C2C9;
}

nav li {
  margin-right: 20px;
}

nav li a {
  color: #f6f6f6 !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

nav li a:hover {
  color: #E31B6D !important;
}

nav .active a {
  color: #E31B6D !important;
}

nav i.fas.fa-bars {
  color: #f6f6f6;
  font-size: 2rem;
}

main h1 {
  margin-top: 7%;
  font-family: 'Raleway';
  font-weight: 700;
}

main .h-line {
  width: 60px;
  border-bottom: 4px solid #1B242F;
  margin: auto;
  margin-bottom: 7%;
}

main #about-body {
  font-family: 'Raleway';
}

main #about-body .hex-wrap {
  width: 100px;
  height: 55px;
  background: #04C2C9;
  position: relative;
  margin: auto;
  margin-top: 30%;
}

main #about-body .hex-wrap i {
  font-size: 2.8rem;
  color: #f6f6f6;
  padding-top: 5px;
}

main #about-body .hex-wrap:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #04C2C9;
}

main #about-body .hex-wrap:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #04C2C9;
}

main #about-body .hex-label {
  padding-top: 20px;
}

main #about-body .hex-label h1 {
  font-size: 1.5rem;
}

main #about-body .hex-label p {
  font-weight: 400;
  letter-spacing: 1px;
}

main #about-body .tags {
  font-size: 1.2rem;
}

main #about-body .tags span {
  background-color: #00A1A7;
  color: #f6f6f6;
}

main #projects {
  padding-top: 1%;
  padding-bottom: 7% !important;
  background-color: #f6f6f6;
}

main #projects .controls button {
  font-family: 'Raleway';
  border: none;
  padding: 5px 40px;
  margin-right: 10px;
  font-weight: 600;
  cursor: pointer;
  color: #252934;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

main #projects .controls button:focus {
  outline: none;
}

main #projects .controls .active {
  color: #f6f6f6;
  background-color: #E31B6D;
}

main #projects .container-mitu .card {
  width: 100%;
  height: 320px;
  border: none;
  border-radius: 0;
  text-align: center;
  background: url("../img/photo.jpg");
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

main #projects .container-mitu .card:hover {
  background: #f6f6f6;
}

main #projects .container-mitu .card * {
  opacity: 0;
}

main #projects .container-mitu .card:hover * {
  opacity: 1;
}

main #projects .container-mitu .card .card-body {
  font-family: 'Raleway';
  font-weight: 600;
}

main #projects .container-mitu .card .card-body .card-title {
  font-size: 2rem;
  color: #1B242F;
}

main #projects .container-mitu .card .card-body .card-text {
  color: #E31B6D;
}

main #projects .container-mitu .card .card-body a {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #E31B6D;
  border-radius: 0;
  background-color: transparent;
  color: #1B242F;
  width: 170px;
  margin: 0 auto;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

main #projects .container-mitu .card .card-body a:hover {
  background-color: #E31B6D;
  color: #f6f6f6;
}

main #projects .container-mitu .card .text {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

main #projects .container-mitu .card:hover .text {
  padding-top: 20%;
}

main #projects .container-mitu .card:hover a {
  bottom: 20%;
}

main #blogs a {
  text-decoration: none;
  color: #1B242F;
}

main #blogs .card {
  font-family: 'Raleway';
  border: none;
}

main #blogs .card .card-body {
  padding: 0;
}

main #blogs .card .h-line {
  margin: 0;
  border-bottom: 3px solid #04C2C9;
  margin-bottom: 7%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

main #blogs .card .card-title {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

main #blogs .card .img {
  width: 100%;
  height: 200px;
  background: url(../img/photo.jpg) center center/cover;
}

main #blogs a:hover .card-title {
  color: #04C2C9;
}

main #blogs a:hover .h-line {
  width: calc(100% - 100px);
}

main #contact-us {
  background-color: #1B242F;
}

main #contact-us h1 {
  color: #f6f6f6;
}

main #contact-us .h-line {
  border-color: #f6f6f6;
  margin-bottom: 4%;
}

main #contact-us p {
  color: #04C2C9;
}

main #contact-us form .form-control {
  border-radius: 0;
  border: none;
  background-color: #252934;
  margin-bottom: 10px;
  color: #E31B6D;
}

main #contact-us form .form-control:focus {
  outline: none;
}

main #contact-us form .l-btn {
  cursor: pointer;
  margin-left: auto;
  background-color: #1B242F !important;
  text-decoration: none;
  font-size: 1rem;
  padding: 5px 15px !important;
}

main #contact-us form .l-btn:hover {
  border-color: #04C2C9;
  color: #04C2C9 !important;
}

footer {
  background-color: #111820;
  color: #f6f6f6;
  position: relative;
  padding-top: 40px;
}

footer .go-top, footer .f-top a {
  color: #f6f6f6;
  font-size: 1.5rem;
}

footer .go-top .icon-wrap, footer .f-top a .icon-wrap {
  width: 60px;
  height: 60px;
  background-color: #1B242F;
  margin: auto 15px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

footer .go-top .icon-wrap i, footer .f-top a .icon-wrap i {
  margin: auto;
  position: relative;
  top: 20%;
}

footer .go-top {
  text-align: center;
  position: absolute;
  top: -25px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

footer .go-top .icon-wrap {
  background-color: #E31B6D;
}

footer .go-top:hover {
  color: #f6f6f6;
}

footer .go-top:hover .icon-wrap {
  background-color: #b40950;
}

footer .f-top a:hover .icon-wrap {
  background-color: #04C2C9;
}

footer .f-bottom span {
  color: #E31B6D;
}
/*# sourceMappingURL=main.css.map */