*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}


.list{
    justify-content: center;
}

.list ul li a{
   margin-left: 50px;
}

.list ul li a{
    color: aliceblue;
    font-size: bolder;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 800;
}

.header1{
    background-color:rgb(207, 230, 8);
}

#third{
    background-image:url("image/image8.jpg");
    height:500px;
    background-position: center;
    background-attachment:fixed;
   

   
}

.overlay{
    background-color: rgba(10, 10, 10, 0.3);
    min-height:500px;
}

.contact{
    padding-top: 200px;
    padding-left: 20px;
}

.contacts h2{
    font-family: Bahnschrift SemiLight Condensed;
    font-size: 50px;
    color: rgba(78, 12, 12, 0.973);
}

.contacts h5{
    color: gray;
    font-family: 'Times New Roman', Times, serif;
}

.contacts p{
    font-size: 19px;
    color: gray;
    line-height: 2.0em;
}

.body{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-container{
    max-width: 960;
    height: 500px;
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    background: rgba(78, 12, 12, 0.973);
    box-shadow: 0 0 1rem hsla(0 0 0 /16%);
    overflow: hidden;
    border-radius: 0.5rem;
}

.form-container{
    padding: 20px;
}

.form-container h3{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-form{
    display: grid;
    row-gap: 1rem;
}

.contact-form input, .contact-form textarea{
    width: 100%;
    border: none;
    outline: none;
    background:rgba(78, 12, 12, 0.973) ;
    padding: 10px;
    font-size: 0.9rem;
    color: #fff;
    border-radius: 0.4rem
}

.contact-form textarea{
    resize: none;
    height: 200px;
}

.contact-form .send-button{
    border: none;
    outline: none;
    background: #14ff72;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.map iframe{
    width: 100%;
    height: 100%;
}

.footer{
    min-height: 200px;
    margin-left:1px;
    margin-right:1px;
    padding-top: 200px;
}

.line{
    border: 1px solid #14ff72cb;
    width: 70px;
    margin-left: 20px;
}

.footers{
    padding-top: 20px;
    text-align: center;
    color: #14ff72cb;
    background-color:rgba(78, 12, 12, 0.973) ;
}

.footers1{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #14ff72cb;
    background-color:rgba(78, 12, 12, 0.973) ;
    
}

.footers1 a{
    margin-left: 20px;
    text-decoration: none;
    color: #14ff72cb;
}

.footers1 h4{
    margin-left: 15px;
}

.footers1 i{
    padding-left: 20px;
}

.footers1 h5{
    margin-left: 20px;
}

.footerss{
    text-align: center;
    background-color: #14ff72;
    color: rgba(78, 12, 12, 0.973) ;
    padding-top: 15px;
}

@media screen and (max-width:678px){
    .header1{
        margin-right: 10px;
    }
    .contact-container{
        display: block;
    }
}
