@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');

* {
    box-sizing: border-box;
}

.contact-section {
    padding: 80px 0;
    text-align: center;
    margin-top: 100px;
}

.inner-width {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
}

.contact-section h1 {    
    font-family: 'Garamond', serif;
    font-size: 3.6vw;
    color: #666;
    margin-bottom: 40px;
    letter-spacing: 4px;
    font-weight: 550;
}

@media screen and (max-width:800px){
    .contact-section h1 {
        font-size: 2em;
    }
}


.name,.company,.email,.message {
    background: rgba(170,180,225,.05);
    border: none;
    color: #666;
    outline: none;
    border-bottom: 1px solid;
    padding: 10px 6px;
    font-size: 14px;
    margin-bottom: 40px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: .3px;    
}

.inputs {
    width: 100%;
    margin: 10px;
}
.name,.company,.email{
    margin: 10px;
    display: inline-block;
    width: 200px;
}

.message {
    min-width: 100%;
    max-width: 100%;
    font-family: 'Nunito', sans-serif;
    letter-spacing: .3px;
    margin-top: 20px;
    height: 80px;
}

.contact-section .send_message {
    background: none;
    color: darkred;
    opacity: .8;
    padding: 12px 40px;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-size: 15px;
    cursor: pointer;
    transition: .4s linear;
    margin: 20px auto;
    border: rgba(66,66,66,.4);
}
.contact-section .send_message:hover{
    background: darkred;
    color: #fff;
    opacity: .7;
  }



@media screen and (max-width:600px){
  .name,.company,.email{
      width: 100%;
      margin: 20px 0 20px 0;
      display: block;
    }
    
   .inputs {
       margin: 0;
       width: 100%;
    }
}


.map {
    display: block;
    width: 100%;
    height: 25vw
}

.map-wrapper {
    display: block;
    width: 80%;
    margin: auto;
}

.law {
    color: black;
    opacity: .25;
    font-family: 'Nunito';
    font-size: 12px;
    max-width: 800px;
    display: block;
    margin: auto;
    margin-top: -20px;
    text-align: justify;
}

@media screen and (max-width:600px){
    .law {
        font-size: 10px;
    }
}

.sendedContent {
    display:block;
    width: 100%;
    height:600px;
    padding-top:150px;
    text-align:center;
    font-family: 'Nunito', sans-serif;
    color: darkred;
    opacity: .9;
    background-image: url(https://gtshomecollection.it/beta/dev/media/Thanks-bedroom-2.gif);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sendedContent h1 {

}

.sendedContent p {
    margin-top: 20px;
}