body{
    background-color: #111111;
    font-family:'DINNextW1G', arial, georgia, sans-serif;
}

.logo{
  padding-top: 3%;
  padding-left: 3%;
}

menu{
  padding: 0;
}

.menu ul{
  list-style: none;
  padding: 0;
}

.menu ul li{
  display:inline-block;
  font-family:'DINNextW1G', arial, georgia, sans-serif;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin: 0;
}

.menu ul li a{
  text-decoration: none;
  color: white;
  display: block;
  font-size: 140%;
}

.menu ul li:hover{
  cursor:pointer;
  background-color: #ff4655;
  transition: 300ms;
}

.cara {
  width: 101.4%;
  height: 0;
  padding-bottom: 1%;
  background-color: #292929;
  margin: -1%;
}

.nadpis{
  color:  #ff4655;
  font-family:'DINNextW1G', arial, georgia, sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-top: 4%;
}

.form {
    margin-top: 5%;
    margin-left: 35%;
    background-color: #292929;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 410px;
    padding: 20px;
    border-radius: 10px;
  }
  
  .message {
    color: rgb(255, 0, 0);
    font-size: 14px;
  }
  
  .flex {
    display: flex;
    width: 100%;
    gap: 30px;
  }
  
  .form label {
    position: relative;
  }
  
  .form label .input {
    width: 95%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #292929;
  }
  
  .form label .input + span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #ff4655;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .form label .input:focus + span,.form label .input:valid + span {
    top: 30px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .input01 {
    width: 95%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #292929;
  }
  
  .form label .input01 + span {
    position: absolute;
    left: 10px;
    top: 50px;
    color: #ff4655;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .form label .input01:placeholder-shown + span {
    top: 40px;
    font-size: 0.9em;
  }
  
  .form label .input01:focus + span,.form label .input01:valid + span {
    top: 50px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .fancy {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 390;
    letter-spacing: 2px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 8px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
  }
  
  .fancy::before {
    content: " ";
    width: 1.7rem;
    height: 2px;
    background: #ff4655;
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform: translateX(230%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
  }
  
  .fancy .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: lowercase;
    text-decoration: none;
    color: #ff4655;
    transform: translateX(30%);
  }
  
  .fancy .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: #ff4655;
    transition: width 0.5s ease-out, left 0.3s ease-out;
  }
  
  .fancy .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: #ff4655;
    transition: width 0.5s ease-out, right 0.3s ease-out;
  }
  
  .fancy .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: #ff4655;
    transition: width 0.5s ease-out, right 0.3s ease-out;
  }
  
  .fancy:hover {
    color: white;
    background: #ff4655;
  }
  
  .fancy:hover::before {
    width: 1.5rem;
    background: white;
  }
  
  .fancy:hover .text {
    color: white;
    padding-left: 1.5em;
  }
  
  .fancy:hover .top-key {
    left: -2px;
    width: 0px;
  }
  
  .fancy:hover .bottom-key-1,
   .fancy:hover .bottom-key-2 {
    right: 0;
    width: 0;
  }

  .footer{
    width: 1900px;
    height: 0;
    padding-bottom: 3%;
    text-align: right;
    color: white;
    background-color: #292929;
    margin: -7px;
    margin-right: -50px;
    font-family: 'DINNextW1G', arial, georgia, sans-serif;
    margin-top: 5%;
}