.bannerContact{
    background: url('../images/cover1-min.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    position: absolute;
}
#contactForm{
    position: relative;
    top: 120px;
    height:fit-content;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 200px;
  
    
}
.contact-btn{
    border: none;
    height: fit-content;
    width: fit-content;
    background-color: transparent;
}
#adressContact{
   
    position: relative;
    top: 300px;
    height:fit-content;
    margin-bottom: 100px;
    background-color: transparent;
    padding-top: 50px;
}

.adressTitle{
    display: flex;
    gap: 3%;
}
.adressText{
    font-size: 13px;
    color: #082359;
}
.contactItem{
    outline: none;
    height: 50px;
}
#msgInput{
    outline: none;
}
.contactItem ,#msgInput{
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 13px;
    background-color: transparent;
}

@media (max-width:765px){
    #adressContact{
        border-top: 1px solid #082359;
        top: 100px;
        height: fit-content;
        padding-bottom: 100px;
    }
}
.form-group label{
    color: #082359;
    font-size: 13px;
}
.bottom-btn{
    transition: 0.4s;
    padding: 15px;
    text-decoration: none;
    background-color: #082359;
    padding-right: 35px;
    padding-left: 35px;
    color: #fff;
}
.bottom-btn{
   background-color: #082359;
}
.bottom-btn:hover{
    
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #082359;
}