@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;
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #4C0000;
}

::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

body {
  background-color: black;
}

.home-body {
  position: relative;
}

.home-navigation {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  -webkit-animation: menuAppear 2s linear infinite;
  -moz-animation: menuAppear 2s linear infinite;
  -ms-animation: menuAppear 2s linear infinite;
  -o-animation: menuAppear 2s linear infinite;
  animation: menuAppear 2s;
}
.home-navigation nav {
  display: flex;
  justify-content: space-between;
  background-color: #000000;
  padding: 30px;
  z-index: 99999;
  /*    .lang-span {
    ul {
      li {
        list-style-type: none;

        a {
          text-decoration: none;
          background-color: $black;
          color: $beige;
        }
      }
    }
  } */
}
.home-navigation nav .logo-span a {
  text-decoration: none;
}
.home-navigation nav .logo-span a .logo {
  width: 30px;
  height: auto;
}
.home-navigation nav .social-span {
  align-self: center;
}
.home-navigation nav .social-span ul li {
  list-style-type: none;
  display: inline;
  padding: 0 10px;
}
.home-navigation nav .social-span ul li a {
  text-decoration: none;
}
.home-navigation nav .social-span ul li a img {
  width: 25px;
  height: auto;
}
.home-navigation nav .menu-span {
  align-self: center;
}
.home-navigation nav .menu-span .burger {
  text-decoration: none;
  color: #EFD6AC;
  font-family: "Poiret One", cursive;
  font-size: 25px;
  font-weight: normal;
  align-self: center;
  transition: all 0.3s;
  padding: 0 10px;
  cursor: pointer;
  z-index: 999;
  display: none;
}
.home-navigation nav .menu-span .burger::after {
  display: block;
  content: "";
  border-bottom: 1px solid #EFD6AC;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 50% 0%;
  padding-top: 5px;
}
.home-navigation nav .menu-span .burger:hover {
  border-color: #EFD6AC;
}
.home-navigation nav .menu-span .burger:hover::after {
  transform: scaleX(1);
}
.home-navigation nav .menu-span .menu-normal {
  display: flex;
  justify-content: space-around;
  transition: 0.1s;
}
.home-navigation nav .menu-span .menu-normal a {
  text-decoration: none;
  color: #EFD6AC;
  font-family: "Poiret One", cursive;
  font-size: 20px;
  padding: 0 30px;
  transition: all 0.3s;
}
.home-navigation nav .menu-span .menu-normal a::after {
  display: block;
  content: "";
  border-bottom: 1px solid #EFD6AC;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 50% 0%;
  padding: 5px;
}
.home-navigation nav .menu-span .menu-normal a:hover {
  border-color: #EFD6AC;
}
.home-navigation nav .menu-span .menu-normal .li1:hover::after {
  transform: scaleX(1);
}
.home-navigation nav .menu-span .menu-normal .li2:hover::after {
  transform: scaleX(1);
}
.home-navigation nav .menu-span .menu-normal .li3:hover::after {
  transform: scaleX(1);
}
.home-navigation nav .menu-span .menu-normal .li1active::after {
  transform: scaleX(1);
}
.home-navigation nav .menu-span .menu-normal .li1active:hover::after {
  transform: scaleX(0);
}
.home-navigation nav .menu-span .menu-normal .li2active::after {
  transform: scaleX(1);
}
.home-navigation nav .menu-span .menu-normal .li2active:hover::after {
  transform: scaleX(0);
}
.home-navigation nav .menu-span .menu-normal .li3active::after {
  transform: scaleX(1);
}
.home-navigation nav .menu-span .menu-normal .li3active:hover::after {
  transform: scaleX(0);
}

.home-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.home-content .portfolio-container {
  position: fixed;
  display: block;
  bottom: 0;
  -webkit-animation: slideAppear 1.3s linear infinite;
  -moz-animation: slideAppear 1.3s linear infinite;
  -ms-animation: slideAppear 1.3s linear infinite;
  -o-animation: slideAppear 1.3s linear infinite;
  animation: slideAppear 1.3s;
}
.home-content .portfolio-container .portfolio-item {
  width: auto;
  height: 50vh;
  border: 1px solid #000000;
  display: inline-block;
  text-decoration: none;
}
.home-content .portfolio-container .slide {
  -webkit-animation: slideMove 10s linear infinite !important;
  -moz-animation: slideMove 10s linear infinite !important;
  -ms-animation: slideMove 10s linear infinite !important;
  -o-animation: slideMove 10s linear infinite !important;
  animation: slideMove 10s linear infinite !important;
  display: inline-block;
  white-space: nowrap;
}
.home-content .home-intro {
  position: fixed;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  padding: 70px 120px 60px 110px;
  margin-bottom: 0;
  -webkit-animation: introductionAppear 30s linear infinite;
  -moz-animation: introductionAppear 30s linear infinite;
  -ms-animation: introductionAppear 30s linear infinite;
  -o-animation: introductionAppear 30s linear infinite;
  animation: introductionAppear 1.5s;
}
.home-content .home-intro .home-text-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.home-content .home-intro .home-text-container .logo-letter-container {
  width: 270px;
  height: auto;
  margin-bottom: 20px;
  margin-left: -20px;
  align-self: center;
  position: relative;
}
.home-content .home-intro .home-text-container .logo-letter-container .logo-letter {
  width: 55px;
  height: auto;
  display: inline-block;
  position: absolute;
}
.home-content .home-intro .home-text-container .logo-letter-container .logo-letter-o {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-animation: introOOAppear ease-in-out 1.9s;
  -moz-animation: introOOAppear ease-in-out 1.9s;
  -ms-animation: introOOAppear ease-in-out 1.9s;
  -o-animation: introOOAppear ease-in-out 1.9s;
  animation: introOOAppear ease-in-out 1.9s;
}
.home-content .home-intro .home-text-container .logo-letter-container .logo-letter-l {
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  -webkit-animation: introLLAppear ease-in-out 1.9s;
  -moz-animation: introLLAppear ease-in-out 1.9s;
  -ms-animation: introLLAppear ease-in-out 1.9s;
  -o-animation: introLLAppear ease-in-out 1.9s;
  animation: introLLAppear ease-in-out 1.9s;
}
.home-content .home-intro .home-text-container .logo-letter-container .logo-letter-g {
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-animation: introGGAppear ease-in-out 1.9s;
  -moz-animation: introGGAppear ease-in-out 1.9s;
  -ms-animation: introGGAppear ease-in-out 1.9s;
  -o-animation: introGGAppear ease-in-out 1.9s;
  animation: introGGAppear ease-in-out 1.9s;
}
.home-content .home-intro .home-text-container .logo-letter-container .logo-letter-a {
  top: 50%;
  left: 75%;
  transform: translateY(-50%);
  -webkit-animation: introAAAppear ease-in-out 1.9s;
  -moz-animation: introAAAppear ease-in-out 1.9s;
  -ms-animation: introAAAppear ease-in-out 1.9s;
  -o-animation: introAAAppear ease-in-out 1.9s;
  animation: introAAAppear ease-in-out 1.9s;
}
.home-content .home-intro .home-text-container .description {
  text-align: left;
  color: #EFD6AC;
  font-size: 30px;
  font-family: "Poiret One", cursive;
  margin-bottom: 20px;
  margin-left: 33px;
  border-left: 2px solid #EFD6AC;
  padding: 10px 30px;
  width: 270px;
  height: 170px;
  white-space: nowrap;
  line-height: 50px;
  -webkit-animation: introPhrasesAppear 2.3s;
  -moz-animation: introPhrasesAppear 2.3s;
  -ms-animation: introPhrasesAppear 2.3s;
  -o-animation: introPhrasesAppear 2.3s;
  animation: introPhrasesAppear 2.3s;
}
.home-content .home-intro .home-text-container .description .p1 {
  -webkit-animation: pAppear 2.3s;
  -moz-animation: pAppear 2.3s;
  -ms-animation: pAppear 2.3s;
  -o-animation: pAppear 2.3s;
  animation: pAppear 2.3s;
}
.home-content .home-intro .home-text-container .description .p2 {
  -webkit-animation: pAppear 2.5s;
  -moz-animation: pAppear 2.5s;
  -ms-animation: pAppear 2.5s;
  -o-animation: pAppear 2.5s;
  animation: pAppear 2.5s;
}
.home-content .home-intro .home-text-container .description .p3 {
  -webkit-animation: pAppear 2.7s;
  -moz-animation: pAppear 2.7s;
  -ms-animation: pAppear 2.7s;
  -o-animation: pAppear 2.7s;
  animation: pAppear 2.7s;
}
.home-content .home-intro button {
  border: none;
  background: none;
  margin: 20px;
}
.home-content .home-intro button a {
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  font-family: "Megrim", cursive;
  font-weight: bold;
}
.home-content .home-intro .skills-button a {
  color: #4C0000;
  background-color: #EFD6AC;
  padding: 30px;
  border: 3px solid transparent;
  transition: all 0.3s;
}
.home-content .home-intro .skills-button a:hover {
  background-color: transparent;
  border-color: #EFD6AC;
  color: #EFD6AC;
}
.home-content .home-intro .portfolio-button a {
  color: #EFD6AC;
  background-color: #4C0000;
  padding: 30px;
  border: 3px solid transparent;
  transition: all 0.3s;
}
.home-content .home-intro .portfolio-button a:hover {
  background-color: #EFD6AC;
  border-color: #4C0000;
  color: #4C0000;
}

@media screen and (max-width: 940px) {
  .navigation-section {
    z-index: 19000 !important;
  }

  nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 19000 !important;
  }
  nav .menu-span .burger {
    display: block !important;
  }
  nav .menu-span #menu-normal.show {
    -webkit-transition: all 1.1s !important;
    -moz-transition: all 1.1s !important;
    -ms-transition: all 1.1s !important;
    -o-transition: all 1.1s !important;
    transition: all 1.1s !important;
    opacity: 1;
    z-index: 9999 !important;
    left: 50%;
  }
  nav .menu-span #menu-normal {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    bottom: -45% !important;
    left: -600%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 87vh;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 1.1s !important;
    -moz-transition: all 1.1s !important;
    -ms-transition: all 1.1s !important;
    -o-transition: all 1.1s !important;
    transition: all 1.1s !important;
    opacity: 0;
    z-index: -999;
  }
  nav .menu-span #menu-normal a {
    width: 100%;
    text-align: center;
    font-size: 30px !important;
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .home-intro {
    text-align: center;
  }
  .home-intro .home-text-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-top: 50px;
  }
  .home-intro .home-text-container .description {
    border-left: none !important;
    border-top: 2px solid #EFD6AC;
    margin-top: 50px;
    margin-left: 0 !important;
    width: 100% !important;
    font-size: 25px !important;
    -webkit-animation: introPhrasesMobileAppear 2.3s;
    -moz-animation: introPhrasesMobileAppear 2.3s;
    -ms-animation: introPhrasesMobileAppear 2.3s;
    -o-animation: introPhrasesMobileAppear 2.3s;
    animation: introPhrasesMobileAppear 2.3s;
  }
  .home-intro .home-text-container .description .p1 {
    -webkit-animation: pMobileAppear 2.3s !important;
    -moz-animation: pMobileAppear 2.3s !important;
    -ms-animation: pMobileAppear 2.3s !important;
    -o-animation: pMobileAppear 2.3s !important;
    animation: pMobileAppear 2.3s !important;
  }
  .home-intro .home-text-container .description .p2 {
    -webkit-animation: pMobileAppear 2.5s !important;
    -moz-animation: pMobileAppear 2.5s !important;
    -ms-animation: pMobileAppear 2.5s !important;
    -o-animation: pMobileAppear 2.5s !important;
    animation: pMobileAppear 2.5s !important;
  }
  .home-intro .home-text-container .description .p3 {
    -webkit-animation: pMobileAppear 2.7s !important;
    -moz-animation: pMobileAppear 2.7s !important;
    -ms-animation: pMobileAppear 2.7s !important;
    -o-animation: pMobileAppear 2.7s !important;
    animation: pMobileAppear 2.7s !important;
  }
  .home-intro .home-text-container .logo-letter-container {
    margin-left: 40px !important;
  }
  .home-intro .home-button-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .home-intro .home-button-container .home-button {
    margin-top: -20px !important;
  }
  .home-intro .home-button-container .home-button a {
    font-size: 25px;
    font-family: "Megrim", cursive;
    padding: 25px;
  }
}
@media screen and (max-width: 650px) {
  .home-intro {
    position: fixed;
    top: 50% !important;
  }
  .home-intro .home-text-container .description {
    margin-bottom: 50px !important;
  }

  .home-content .portfolio-container {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .social-span {
    margin-left: 5px;
  }
  .social-span ul li {
    padding: 3px !important;
  }
  .social-span ul li a img {
    width: 25px;
    height: auto;
  }

  .home-intro {
    position: fixed;
    top: 60% !important;
  }
}

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