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

.contact-section {
  margin: 180px auto 0px auto;
  -webkit-animation: contactAppear 1.5s;
  -moz-animation: contactAppear 1.5s;
  -ms-animation: contactAppear 1.5s;
  -o-animation: contactAppear 1.5s;
  animation: contactAppear 1.5s;
}
.contact-section h2 {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
}
.contact-section .contact-div {
  margin: 100px auto;
  display: flex;
  justify-content: center;
}
.contact-section .contact-div .form {
  width: 60%;
}
.contact-section .contact-div .form .form-row .label {
  font-weight: bold;
  font-size: 30px;
}
.contact-section .contact-div .form .form-row .input {
  margin: 0 auto 30px auto;
  padding: 10px;
  font-size: 20px;
  font-family: inherit;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 0%;
  width: 100%;
  background-color: #EFD6AC;
  color: black;
  transition: all 0.3s;
}
.contact-section .contact-div .form .form-row .input:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-section .contact-div .form .form-row .input:focus {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
  border-radius: 0%;
  outline: none;
}
.contact-section .contact-div .form .form-row textarea {
  height: 200px;
  resize: vertical;
}
.contact-section .contact-div .form .form-row .submit {
  width: 50%;
  border-radius: 0%;
  border: none;
  margin: 30px auto;
  padding: 30px;
  color: #EFD6AC;
  background-color: #4C0000;
  background-position: right;
  font-family: inherit;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.contact-section .contact-div .form .form-row .submit:hover {
  background-image: url("../../assets/img/contact/mailsend.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
  background-color: #4C0000;
  padding: 30px;
  color: transparent;
  transition: all 0.3s;
}
.contact-section .contact-div .form .form-row .form-feedback {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.contact-section .contact-div .form .form-row #success, .contact-section .contact-div .form .form-row #failure {
  display: none;
  -webkit-animation: formFeedbackAppear 1s;
  -moz-animation: formFeedbackAppear 1s;
  -ms-animation: formFeedbackAppear 1s;
  -o-animation: formFeedbackAppear 1s;
  animation: formFeedbackAppear 1s;
}

@media screen and (max-width: 750px) {
  .contact-section h2 {
    font-size: 60px;
  }
  .contact-section .contact-div .form {
    width: 90% !important;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 40px !important;
  }

  .form .form-row .label {
    font-weight: bold;
    font-size: 20px !important;
  }
  .form .form-row .form-feedback {
    font-size: 15px !important;
  }
}

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