@import url('https://fonts.googleapis.com/css2?family=Bungee+Shade&family=Fredericka+the+Great&family=Orbitron&display=swap');
*{
    padding: 0;
    margin: 0;
    transition: all .2s linear;
}
header {
    background-color: white;
}
body {
    background-color: #141114;
    background-image: linear-gradient(335deg, black 23px, transparent 23px),
      linear-gradient(155deg, black 23px, transparent 23px),
      linear-gradient(335deg, black 23px, transparent 23px),
      linear-gradient(155deg, black 23px, transparent 23px);
    background-size: 58px 58px;
    background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
} 

/* Media */
/* #menu {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: #262626;
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 1rem 1rem; 
    z-index: 1000;
    display: none;
}
#menu:hover {
    background-color: #cec2c2;
    border-radius: 50%;
}
header {
    top: 0;
    left: 0;
    height: 7rem;
    background: #262626;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 4px 6px black;
    
}
header .Profile img {
    float: left;
    height: 4rem;
    margin-top: 1rem;
    margin-left: 11rem;
    object-fit: cover;
}

header .Home_NavBar {
    width: 85%;
}
header .Home_NavBar ul {
    list-style: none;
    padding: 1.2rem 0rem;   
}
header .Home_NavBar ul li a {
    text-decoration: none;
    float: right;
    display: block;
    padding: 0.7rem;
    margin: 1.0rem 1rem;
    background: gray;
    color: rgb(233, 229, 229);
    font-size: 1rem;
    border-radius: 5rem;
    box-shadow: 2px 3px rgb(95, 91, 91);
    
}
header .Home_NavBar ul li a:hover{
    background-color: #262626;
    color: white;
    box-shadow: 1px 1px wheat;
} */


#con-head {
    color: wheat;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    font-size: 2.6em;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    margin: 40px;
    text-shadow: 1px 1px 0 grey, 1px 2px 0 grey, 1px 3px 0 grey, 1px 4px 0 grey,
      1px 5px 0 grey, 1px 6px 0 grey, 1px 7px 0 grey, 1px 8px 0 grey,
      5px 13px 15px black;
}

#contact-form {  
    background-image: url("/image/Bg_main.jpg");
    background-size: cover;
    opacity: 0.8;
    height: 610px;
    max-width: 80vw;
    margin: auto;
    padding: 10px;
    margin-top: 80px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 2px 2px 8px rgb(241, 221, 183);
} 
#contact-form::after {
    content: "";
    position: absolute;
    width: 80vw;
    top: 0%;
    height: inherit;
    opacity: 0.2;
    z-index: -1;
}

#C-F {
    margin: 20px 40px;
    
}
#form1 {
    width: 400px;
    height: 26px;
    margin: 10px;
    font-size: 16px;
    padding: 0px 5px;
    border: 2px solid wheat;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(83, 17, 17);
    color: black;
}
#email {
    width: 400px;
    height: 26px;
    margin: 10px;
    font-size: 16px;
    padding: 0px 5px;
    border: 2px solid wheat;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(83, 17, 17);
}
#form3 {
    width: 400px;
    height: 26px;
    margin: 10px;
    font-size: 16px;
    padding: 0px 5px;
    border: 2px solid wheat;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(83, 17, 17);
}
#form4 {
    width: 400px;
    height: 26px;
    margin: 10px;
    font-size: 16px;
    padding: 0px 5px;
    border: 2px solid wheat;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(83, 17, 17);
}
#form5 {
    width: 600px;
    margin: 10px;
    font-size: 18px;
    padding: 0px 5px;
    border: 2px solid wheat;
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(83, 17, 17);
}
#btn {
    margin: 25px;
    margin-left: 270px;
    font-size: 20px;
    padding: 8px 15px;
    /* border: 2px solid wheat; */
    border-radius: 5px;
    box-shadow: 4px 4px 6px rgb(83, 17, 17);
    cursor: pointer;
}
#btn:hover {
    background-color: #141114;
    color: wheat;
}
#Msg_number {
    color: red;
    font-size: 17px;
    margin-left: 20px;
}
#result_email {
    color: red;
    font-size: 17px;
    margin-left: 20px;
}
#result_Name {
    color: red;
    font-size: 17px;
    margin-left: 20px;
}




/* Mobile Menu  */
/* .topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}
.topnav #myLinks {
    display: none;
}
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    text-align: center;
}
a.icon {
    background: black;
    display: block;
    position: absolute;
    color:white;
    right: 20px;
    top: 3%;
    padding: 10px;
    display: none;
}
a.icon:hover {
    background-color: #cec2c2;
    border-radius: 50%;
    color: #080808;
} */