* {
    margin: 0;
    padding: 0;
}

body {
    color: antiquewhite;
    background: url(images/BG.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;
}

.headder {
    width: 100%;
    height: 540px;
}

.container {
    padding: 10px 10%;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 201px;
}

.logo {
    width: 200px;
    padding-top: 20px;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 5px 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 28px;
    font-family: 'Courier New', Courier, monospace;
    position: relative;
}

nav ul li a::after {
    content: '';
    width: 0%;
    height: 5px;
    background: red;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.5s;
}

nav ul li a:hover::after {
    width: 100%;
}

.container nav ul li span {
    color: red;
}

.main {
    height: 100vh;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.6);
    margin: 36px 0px 1px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.text {
    text-align: center;
    font-size: 22px;
}

.box{
    height: 606px;
    width: 97%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#e66465, #9198e5);
    border-radius: 36px;
}

.form{
    border: 0px solid black ;
    border-radius: 36px;
    height: 500px;
    width: 500px;
    color: #080808;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: antiquewhite;
    margin: auto;
}

.form form{
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding-left: 36px;
}

.item{
    height: 540px;
    width: 720px;
    /* border:1px solid #080808; */
    margin: auto;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.textt{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 18px 0px 18px 0px
}

.map{
    height: 360px;
    width: 360px;
    border-radius: 12px;
    margin: 36px;
}

.cont{
    margin: 12px;
}

.name{
    margin: 0px 12px 4px 12px;
    border-bottom: 2px solid#adadad;
    width: 360px;
}

.name input{
    border: none;
    background: none;
    outline: none;
    width: 360px;
    font-size: 24px;
    font-style: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.name label{
    color: #0110b7;
}

.email{
    margin: 0px 12px 4px 12px;
    border-bottom: 2px solid#adadad;
    width: 360px;
}

.email input{
    border: none;
    background: none;
    outline: none;
    width: 360px;
    font-size: 24px;
    font-style: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.email label{
    color: #0110b7;
}

.message{
    margin: 0px 12px 4px 12px;
}
.message textarea{
    border: none;
    outline: none;
    border-radius: 24px;
    padding: 12px;
    font-size: 18px;
    height: 120px;
    width: 360px;
}

.message label{
    color: #0110b7;
}

.submit{ 
   margin: 0px 12px 0px 12px;
}

.submit input{
    color: black;
    background-color: #9198e5;
    width: 144px;
    height: 60px;
    border: none;
    border-radius: 18px;
}

.form h1{
    text-align: center;
    padding: 0px 0px 36px 0px ;
}


































.footer {
    background: #080808;
    width: 100%;
    height: 480px;
    display: inline-flex;
}

.right {
    height: 360px;
    width: 640px;
    border: 2px solid black;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;
    padding: 30px;
    padding-top: 60px;
}

.middle {
    height: 360px;
    width: 640px;
    border: 2px solid red;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;
    margin: 30px;
}

.left {
    height: 360px;
    width: 640px;
    border: 2px solid black;
    padding: 20px;
    align-items: center;
    text-align: center;
}

.bottom {
    width: 99%;
    height: 144px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 20px;
    border: 2px solid black;
    justify-items: middle;
}

.middle ul li a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-family: 'Courier New', Courier, monospace;
}

.middle ul li {
    list-style: none;
    padding: 10px;
    margin-top: 40;
}

.btmlogo {
    margin: 10px;
}

.bottom p {
    padding-top: 54px;
}

.bottom span {
    color: red;
}

.left h3 {
    padding: 20px;
    padding-top: 20px;

}

.left h4 {
    padding: 20px;
    padding-top: 26px;

}

.left h2 {
    color: red;

}

.left h3 span {
    color: red;
}