@import url("https://fonts.googleapis.com/css2?family=Megrim&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
/* Animations */
@keyframes menuAppear {
  0% {
    opacity: 0;
    margin-top: -50px;
  }
  50% {
    opacity: 0;
    margin-top: -50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes slideAppear {
  0% {
    opacity: 0;
    margin-left: -1100px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes slideMove {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes img1Appear {
  from {
    opacity: 0;
    margin-top: -500px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes img2Appear {
  from {
    opacity: 0;
    margin-top: 500px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes introductionAppear {
  0% {
    opacity: 0;
    margin-bottom: -100px;
  }
  50% {
    opacity: 0;
    margin-bottom: -100px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0px;
  }
}
@keyframes introOOAppear {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
  }
  15% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  25% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  75% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  100% {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 55px;
  }
}
@keyframes introLLAppear {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
  }
  15% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  25% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  75% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  100% {
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    width: 55px;
  }
}
@keyframes introGGAppear {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
  }
  15% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  25% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  75% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  100% {
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 55px;
  }
}
@keyframes introAAAppear {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
  }
  15% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  25% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  75% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }
  100% {
    top: 50%;
    left: 75%;
    transform: translateY(-50%);
    width: 55px;
  }
}
@keyframes introPhrasesAppear {
  0% {
    color: transparent;
    height: 0px;
    font-size: 0px;
  }
  25% {
    color: transparent;
    height: 0px;
    font-size: 0px;
  }
  75% {
    color: transparent;
    height: 170px;
    font-size: 30px;
    letter-spacing: -10px;
  }
  100% {
    color: #EFD6AC;
    height: 170px;
    font-size: 30px;
    letter-spacing: 0;
  }
}
@keyframes introPhrasesMobileAppear {
  0% {
    color: transparent;
    width: 0px;
    font-size: 0px;
  }
  25% {
    color: transparent;
    width: 0px;
    font-size: 0px;
  }
  75% {
    color: transparent;
    width: 270px;
    font-size: 25px !important;
    letter-spacing: -10px;
  }
  100% {
    color: #EFD6AC;
    width: 270px;
    font-size: 25px !important;
    letter-spacing: 0;
  }
}
@keyframes pAppear {
  0% {
    color: transparent;
    font-size: 0px;
  }
  25% {
    color: transparent;
    font-size: 0px;
  }
  75% {
    color: transparent;
    font-size: 30px;
    letter-spacing: -10px;
  }
  100% {
    color: #EFD6AC;
    font-size: 30px;
    letter-spacing: 0;
  }
}
@keyframes pMobileAppear {
  0% {
    color: transparent;
    font-size: 0px;
  }
  25% {
    color: transparent;
    font-size: 0px;
  }
  75% {
    color: transparent;
    font-size: 25px;
    letter-spacing: -10px;
  }
  100% {
    color: #EFD6AC;
    font-size: 25px;
    letter-spacing: 0;
  }
}
@keyframes bDelay {
  0% {
    position: fixed;
  }
  20% {
    position: fixed;
  }
  50% {
    position: fixed;
  }
  70% {
    position: fixed;
  }
  100% {
    position: static;
  }
}
@keyframes aboutImageContainerDivAppear {
  0% {
    border: 1px solid transparent;
  }
  60% {
    border-right: 1px solid black;
  }
  100% {
    border: 1px solid black;
  }
}
@keyframes aboutImageAppear {
  0% {
    border: 1px solid black;
    border-radius: 0%;
    height: 0;
    width: 0px;
    object-fit: cover;
    background-color: black;
  }
  30% {
    width: 200px;
    object-fit: cover;
  }
  70% {
    height: 0;
    border-radius: 0%;
    object-fit: cover;
  }
  100% {
    height: 200px;
    border-radius: 100%;
    border-right: 1px solid black;
    object-fit: cover;
    background-color: #EFD6AC;
  }
}
@keyframes aboutHiTitleAppear {
  0% {
    opacity: 0;
    font-size: 0;
  }
  100% {
    opacity: 1;
    font-size: 50px;
  }
}
@keyframes aboutPappear {
  0% {
    opacity: 0;
    letter-spacing: -10px;
  }
  20% {
    opacity: 0;
    letter-spacing: -10px;
  }
  50% {
    opacity: 1;
    letter-spacing: 0px;
  }
  70% {
    opacity: 1;
    letter-spacing: 0px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aboutMainAppear {
  0% {
    opacity: 0;
    margin-top: 300px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes pieBorder {
  0% {
    outline: 1px solid transparent;
    outline-offset: 0px;
    width: 500px;
    height: 500px;
  }
  5% {
    outline: 1px solid rgba(0, 0, 0, 0.5);
    outline-offset: 0px;
    width: 500px;
    height: 500px;
  }
  100% {
    outline: 1px solid transparent;
    outline-offset: 30px;
    width: 500px;
    height: 500px;
  }
}
/*  Portfolio  */
@keyframes portfolioAppear {
  0% {
    opacity: 0;
    margin-left: -500px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes portfolioItemAppear {
  0% {
    opacity: 0;
    margin-top: 500px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
/*  Portfolio-item  */
@keyframes pItemTitleAppear {
  0% {
    opacity: 0;
    margin-top: 100px;
  }
  20% {
    opacity: 0;
    margin-top: 100px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes itemDivAppear {
  0% {
    opacity: 0;
    margin-top: 300px;
  }
  20% {
    opacity: 0;
    margin-top: 300px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes arrowMove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  Contattami  */
@keyframes contactAppear {
  0% {
    opacity: 0;
    margin-left: -500px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes formFeedbackAppear {
  from {
    opacity: 0;
    margin-right: -50px;
  }
  to {
    opacity: 1;
    margin-right: 0px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #EFD6AC;
  font-family: "Poiret One", cursive;
}

.home-navigation {
  -webkit-animation: menuAppear 1s;
  -moz-animation: menuAppear 1s;
  -ms-animation: menuAppear 1s;
  -o-animation: menuAppear 1s;
  animation: menuAppear 1s;
}

.about-section {
  margin: 130px 70px 100px 70px;
}
.about-section .about-hi {
  margin-bottom: 50px;
  text-align: center;
}
.about-section .about-hi .img-container {
  text-align: center;
  margin-bottom: 30px;
  border-right: 1px solid transparent;
}
.about-section .about-hi .img-container .img-container-div {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: aboutImageContainerDivAppear 1.5s;
  -moz-animation: aboutImageContainerDivAppear 1.5s;
  -ms-animation: aboutImageContainerDivAppear 1.5s;
  -o-animation: aboutImageContainerDivAppear 1.5s;
  animation: aboutImageContainerDivAppear 1.5s;
}
.about-section .about-hi .img-container .img-container-div img {
  text-align: center;
  border-radius: 50%;
  border: 1px solid black;
  background-color: #EFD6AC;
  width: 200px;
  height: 200px;
  z-index: 99;
  -webkit-animation: aboutImageAppear linear 1s;
  -moz-animation: aboutImageAppear linear 1s;
  -ms-animation: aboutImageAppear linear 1s;
  -o-animation: aboutImageAppear linear 1s;
  animation: aboutImageAppear linear 1s;
}
.about-section .about-hi .main-title {
  font-family: "Poiret One", cursive;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  display: inline;
  -webkit-animation: aboutHiTitleAppear 0.5s;
  -moz-animation: aboutHiTitleAppear 0.5s;
  -ms-animation: aboutHiTitleAppear 0.5s;
  -o-animation: aboutHiTitleAppear 0.5s;
  animation: aboutHiTitleAppear 0.5s;
}
.about-section .about-hi .main-p {
  font-family: "Poiret One", cursive;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 50px 10px;
  display: inline;
  letter-spacing: 0;
  -webkit-animation: aboutPappear 2.5s;
  -moz-animation: aboutPappear 2.5s;
  -ms-animation: aboutPappear 2.5s;
  -o-animation: aboutPappear 2.5s;
  animation: aboutPappear 2.5s;
}
.about-section .arrow-move {
  background-image: url("../../assets/img/portfolio/arrow.svg");
  background-size: 40px;
  background-position: center;
  width: 40px;
  height: 40px;
  margin: 30px auto;
  -webkit-animation: menuAppear 1s;
  -moz-animation: menuAppear 1s;
  -ms-animation: menuAppear 1s;
  -o-animation: menuAppear 1s;
  animation: menuAppear 1s;
}
.about-section .arrow-move-1 {
  -webkit-animation: arrowMove 1s infinite;
  -moz-animation: arrowMove 1s infinite;
  -ms-animation: arrowMove 1s infinite;
  -o-animation: arrowMove 1s infinite;
  animation: arrowMove 1s infinite;
}
.about-section .arrow-move-2 {
  margin-top: -45px;
  -webkit-animation: arrowMove 1s infinite;
  -moz-animation: arrowMove 1s infinite;
  -ms-animation: arrowMove 1s infinite;
  -o-animation: arrowMove 1s infinite;
  animation: arrowMove 1s infinite;
  animation-delay: 0.1s;
}
.about-section .arrow-move-3 {
  margin-top: -45px;
  -webkit-animation: arrowMove 1s infinite;
  -moz-animation: arrowMove 1s infinite;
  -ms-animation: arrowMove 1s infinite;
  -o-animation: arrowMove 1s infinite;
  animation: arrowMove 1s infinite;
  animation-delay: 0.2s;
}
.about-section .about-main-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-animation: aboutMainAppear ease-out 1.5s;
  -moz-animation: aboutMainAppear ease-out 1.5s;
  -ms-animation: aboutMainAppear ease-out 1.5s;
  -o-animation: aboutMainAppear ease-out 1.5s;
  animation: aboutMainAppear ease-out 1.5s;
}
.about-section .about-main-div h2 {
  font-family: "Poiret One", cursive;
  font-size: 55px;
  font-weight: bold;
  margin: 50px;
}
.about-section .about-main-div div {
  width: 50%;
}
.about-section .about-main-div .aboutme-container {
  z-index: 109;
}
.about-section .about-main-div .pie-section h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.about-section .about-main-div .pie-section .pie {
  margin: 0 auto;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  padding: 0;
  background-image: conic-gradient(white 120deg, #4C0000 0 240deg, black 0deg);
  position: relative;
  transition: all 0.3s;
  animation-name: pieBorder;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.about-section .about-main-div .pie-section .pie .pie-div ul, .about-section .about-main-div .pie-section .pie .pie-div h3, .about-section .about-main-div .pie-section .pie .pie-div .altervista {
  transition: all 0.3s;
}
.about-section .about-main-div .pie-section .pie:hover {
  border-radius: 0%;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.about-section .about-main-div .pie-section .pie:hover .pie-frontend h3 {
  top: 7%;
  left: 6%;
}
.about-section .about-main-div .pie-section .pie:hover .pie-frontend ul {
  display: block;
  font-size: 20px;
  font-weight: bold;
  z-index: 999;
  top: 30%;
  left: 9%;
}
.about-section .about-main-div .pie-section .pie:hover .pie-frontend ul li {
  line-height: 33px;
}
.about-section .about-main-div .pie-section .pie:hover .pie-frontend ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/about/skills/arrow-beige.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-left: -19.3px;
}
.about-section .about-main-div .pie-section .pie:hover .pie-cms h3 {
  top: 10%;
  left: 67%;
}
.about-section .about-main-div .pie-section .pie:hover .pie-cms ul {
  display: block;
  font-size: 20px;
  font-weight: bold;
  z-index: 999;
  top: 25%;
  left: 67%;
  line-height: 33px;
}
.about-section .about-main-div .pie-section .pie:hover .pie-cms ul li {
  line-height: 33px;
  white-space: nowrap;
}
.about-section .about-main-div .pie-section .pie:hover .pie-cms ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/about/skills/arrow-darkred.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-left: -19.3px;
}
.about-section .about-main-div .pie-section .pie:hover .pie-cms ul li .altervista {
  font-size: 17px;
}
.about-section .about-main-div .pie-section .pie:hover .pie-languages h3 {
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
}
.about-section .about-main-div .pie-section .pie:hover .pie-languages ul {
  display: block;
  font-size: 20px;
  font-weight: bold;
  z-index: 999;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 33px;
}
.about-section .about-main-div .pie-section .pie:hover .pie-languages ul li {
  line-height: 33px;
}
.about-section .about-main-div .pie-section .pie:hover .pie-languages ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/about/skills/arrow-white.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-left: -19.3px;
}
.about-section .about-main-div .pie-section .pie .pie-div h3 {
  position: absolute;
  font-weight: bold;
  font-size: 35px;
}
.about-section .about-main-div .pie-section .pie .pie-div ul {
  position: absolute;
  display: hidden;
  font-size: 0px;
}
.about-section .about-main-div .pie-section .pie .pie-frontend {
  color: #EFD6AC;
}
.about-section .about-main-div .pie-section .pie .pie-frontend h3 {
  top: 29%;
  left: 9%;
}
.about-section .about-main-div .pie-section .pie .pie-frontend ul {
  top: 60%;
  left: 13%;
}
.about-section .about-main-div .pie-section .pie .pie-frontend ul li {
  list-style-type: none;
}
.about-section .about-main-div .pie-section .pie .pie-cms {
  color: #4C0000;
}
.about-section .about-main-div .pie-section .pie .pie-cms h3 {
  top: 33%;
  left: 67%;
}
.about-section .about-main-div .pie-section .pie .pie-cms ul {
  top: 33%;
  right: 19%;
}
.about-section .about-main-div .pie-section .pie .pie-cms ul li {
  list-style-type: none;
}
.about-section .about-main-div .pie-section .pie .pie-cms ul li .altervista {
  font-size: 0px;
  font-weight: bold;
}
.about-section .about-main-div .pie-section .pie .pie-languages {
  color: white;
}
.about-section .about-main-div .pie-section .pie .pie-languages h3 {
  bottom: 17%;
  left: 50%;
  transform: translateX(-50%);
}
.about-section .about-main-div .pie-section .pie .pie-languages ul {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.about-section .about-main-div .pie-section .pie .pie-languages ul li {
  list-style-type: none;
}
.about-section .about-main-div .what-i-do-container {
  width: 100%;
}
.about-section .about-main-div .what-i-do-container h2 {
  text-align: center;
}
.about-section .about-main-div .what-i-do-container ul {
  margin: 100px 50px 50px 50px;
}
.about-section .about-main-div .what-i-do-container ul li {
  list-style-type: none;
  font-family: "Poiret One", cursive;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.about-section .about-main-div .what-i-do-container ul li::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 15px auto;
}
.about-section .about-main-div .what-i-do-container ul .what-i-do-code::before {
  background-image: url(../img/about/code.svg);
}
.about-section .about-main-div .what-i-do-container ul .what-i-do-editor::before {
  background-image: url(../img/about/editor.svg);
}
.about-section .about-main-div .what-i-want-container {
  width: 40%;
  margin-top: 100px;
  border-left: 2px solid black;
}
.about-section .about-main-div .what-i-want-container h2 {
  padding: 10px;
  color: #EFD6AC;
  background-color: black;
  font-size: 50px;
}
.about-section .about-main-div .what-i-want-container ul {
  margin: 50px 50px 50px 70px;
}
.about-section .about-main-div .what-i-want-container ul li {
  list-style-type: none;
  font-family: "Poiret One", cursive;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
}
.about-section .about-main-div .what-i-want-container ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/about/skills/rombo-black.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-left: -19.3px;
}
.about-section .about-main-div .what-i-love-container {
  width: 40%;
  margin-top: 100px;
  border-left: 2px solid #4C0000;
}
.about-section .about-main-div .what-i-love-container h2 {
  padding: 10px;
  color: #EFD6AC;
  background-color: #4C0000;
}
.about-section .about-main-div .what-i-love-container ul {
  margin: 50px 50px 50px 70px;
}
.about-section .about-main-div .what-i-love-container ul li {
  list-style-type: none;
  font-family: "Poiret One", cursive;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
}
.about-section .about-main-div .what-i-love-container ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/about/skills/rombo-black.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-left: -19.3px;
}
.about-section .about-main-div .bio-container {
  width: 70%;
}
.about-section .about-main-div .bio-container h2 {
  text-align: center;
}
.about-section .about-main-div .bio-container ul {
  margin: 50px;
}
.about-section .about-main-div .bio-container ul li {
  list-style-type: none;
  font-family: "Poiret One", cursive;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}
.about-section .about-main-div .bio-container ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/about/skills/rombo-black.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-left: -19.3px;
}
.about-section .about-main-div .bio-container ul li span {
  color: #4C0000;
}
.about-section .about-main-div .bio-container ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #4C0000;
  font-family: "Megrim", cursive;
}

@media only screen and (max-width: 1050px) {
  .about-main-div {
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
  }
  .about-main-div div {
    width: 100% !important;
  }
  .about-main-div .aboutme-container {
    width: 100%;
  }
  .about-main-div .aboutme-container h2 {
    text-align: center;
  }
  .about-main-div .pie {
    width: 500px !important;
  }
  .about-main-div .what-i-do-container {
    margin: 0 auto;
  }
  .about-main-div .what-i-do-container h2 {
    text-align: center;
  }
  .about-main-div .what-i-do-container ul {
    margin: 0 auto;
    text-align: center;
  }
  .about-main-div .what-i-do-container ul li {
    display: inline-block;
    text-align: center;
    margin: 0px 30px;
  }
  .about-main-div .what-i-do-container ul li::before {
    content: "";
    display: block;
    background-image: url(../img/about/skills/rombo-black.svg);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px auto;
  }
  .about-main-div .what-i-want-container {
    width: 100%;
  }
  .about-main-div .what-i-love-container {
    width: 100%;
  }
  .about-main-div .bio-container {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .about-section {
    margin-left: auto;
    margin-right: auto;
  }
  .about-section .about-hi .main-title {
    font-size: 40px !important;
  }
  .about-section .about-hi .main-p {
    font-size: 20px !important;
    margin: 50px 0px;
  }
  .about-section .about-main-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-section .about-main-div h2 {
    font-size: 45px !important;
    margin: 30px !important;
  }
  .about-section .about-main-div div {
    width: 100%;
  }
  .about-section .about-main-div .pie-section {
    margin-left: 0;
    margin-right: 0;
  }
  .about-section .about-main-div .pie-section h2 {
    margin-bottom: 30px !important;
  }
  .about-section .about-main-div .pie-section .pie {
    border-radius: 0%;
    background-image: none;
    position: static !important;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap !important;
    font-weight: bold;
    line-height: 33px;
    width: 100% !important;
    margin-bottom: 50px;
  }
  .about-section .about-main-div .pie-section .pie:hover .pie-languages h3 {
    transform: translateX(0%);
  }
  .about-section .about-main-div .pie-section .pie:hover .pie-languages ul {
    transform: translateX(0%);
  }
  .about-section .about-main-div .pie-section .pie .pie-div {
    width: 45% !important;
    padding: 25px;
    margin: 10px;
    position: static;
  }
  .about-section .about-main-div .pie-section .pie .pie-div h3 {
    position: static !important;
    font-size: 25px !important;
    padding: 20px 0px 10px 0px;
    border-bottom: 2px solid #EFD6AC;
    margin: -25px -25px 25px -25px;
    text-align: center;
  }
  .about-section .about-main-div .pie-section .pie .pie-div ul {
    margin-left: 10px;
    position: static !important;
    display: block !important;
    font-size: 16px !important;
  }
  .about-section .about-main-div .pie-section .pie .pie-frontend {
    color: #EFD6AC;
    background-color: black;
  }
  .about-section .about-main-div .pie-section .pie .pie-frontend ul li {
    white-space: nowrap;
  }
  .about-section .about-main-div .pie-section .pie .pie-frontend ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/about/skills/arrow-beige.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-left: -19.3px;
  }
  .about-section .about-main-div .pie-section .pie .pie-cms {
    color: #4C0000;
    background-color: white;
  }
  .about-section .about-main-div .pie-section .pie .pie-cms ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/about/skills/arrow-darkred.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-left: -19.3px;
  }
  .about-section .about-main-div .pie-section .pie .pie-cms ul li .altervista {
    font-size: 17px !important;
  }
  .about-section .about-main-div .pie-section .pie .pie-languages {
    color: white;
    background-color: #4C0000;
    position: static;
  }
  .about-section .about-main-div .pie-section .pie .pie-languages h3 {
    transform: translateX(0%);
  }
  .about-section .about-main-div .pie-section .pie .pie-languages ul {
    transform: translateX(0%);
  }
  .about-section .about-main-div .pie-section .pie .pie-languages ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/about/skills/arrow-white.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-left: -19.3px;
  }
  .about-section .about-main-div .what-i-do-container {
    width: 100%;
  }
  .about-section .about-main-div .what-i-do-container h2 {
    text-align: center;
  }
  .about-section .about-main-div .what-i-do-container ul {
    margin: 50px;
  }
  .about-section .about-main-div .what-i-do-container ul li {
    list-style-type: none;
    font-family: "Poiret One", cursive;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: center;
  }
  .about-section .about-main-div .what-i-do-container ul li::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px auto;
  }
  .about-section .about-main-div .what-i-do-container ul .what-i-do-code::before {
    background-image: url(../img/about/code.svg);
  }
  .about-section .about-main-div .what-i-do-container ul .what-i-do-editor::before {
    background-image: url(../img/about/editor.svg);
  }
  .about-section .about-main-div .what-i-want-container {
    position: static;
    margin-left: 20px;
  }
  .about-section .about-main-div .what-i-want-container h2 {
    font-size: 45px !important;
  }
  .about-section .about-main-div .what-i-want-container ul {
    margin: 20px 20px 20px 70px;
  }
  .about-section .about-main-div .what-i-want-container ul li {
    font-size: 20px;
  }
  .about-section .about-main-div .what-i-love-container {
    margin-left: 20px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .about-section .about-main-div .what-i-love-container h2 {
    font-size: 45px !important;
  }
  .about-section .about-main-div .what-i-love-container ul {
    margin: 20px 20px 20px 70px;
  }
  .about-section .about-main-div .what-i-love-container ul li {
    font-size: 20px;
  }
  .about-section .about-main-div .bio-container h2 {
    font-size: 45px !important;
  }
  .about-section .about-main-div .bio-container ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .about-section {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pie-section .pie {
    width: 100% !important;
  }
  .pie-section .pie .pie-div {
    width: 100% !important;
  }
}
@media screen and (max-width: 412px) {
  h2 {
    font-size: 30px !important;
  }

  li {
    white-space: normal !important;
  }

  .what-i-want-container {
    margin-top: 400px !important;
  }
}

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