/* .link__start::after{
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    margin-left: 10px;
    background-color: black;
    
    
} 

.link__start::before{
    content: '';
    display: block;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 3px;
    margin-left: 10px;
    background-color: transparent;    
} */

@font-face{
    font-family: 'At aero';
    src:url("/assets/fonts/at-aero-font-family-1743326293-0/AtAero-Air.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
body {
  margin: 0;
  font-family: 'At aero';
  background-color: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

h1 {
  margin-top: 0;
  color: #202020;
}

p {
  color: #0f0f0f;
}

.label_form {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #252525;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.btn-upload,
.btn-submit {
  background-color: #000000;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-upload:hover,
.btn-submit:hover {
  background-color: #7f8081;
  transform: translateY(-2px);
}

#fileName {
  font-size: 14px;
  color: #666;
}

#content__start {
  margin-top: 97px;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}


 
#content__start{
    margin-top: 97px;
}   

@media (max-width: 1100px){
    
    #content__start{
        margin-top: 146px;
    }    
} 

@media (max-width:800px){
    #content__start{
        margin-top: 146px;
    }

}
