.contact {
    height: 100vh;
    color: #fff;
    background: #0c1240;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-text h1{
	font-size: 1.5rem;
}
.m-t-2{
	margin-top: 2rem;
}
.formpage .form-control {
    display: block;
    width: 100%;
    font-size:15px !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    background-color: transparent;
    background-clip: padding-box;
    border :none;
    border-bottom: 1px solid #ced4da;
   	border-radius: inherit;
    transition:none;
     font-family: "Inter", sans-serif;
}
#header {
    background: #e6ebf400 !important;
    position: absolute;
    z-index: 999;
    width: 99%;
}
ul.navmenu li a {
    color: #fff;
   
}
input, textarea {
  color: #fff;
}
.moonmainmo img {
    width: 450px;
    
}
.moonmainmo {
    position: relative;
}
.moareacontact {
    position: absolute;
    width: 100%;
    left: -42%;
    z-index: 0;
    top: -36%;
}
.cotactblkarea {
    justify-content: end;
    padding: 8% 0;
}
.confromarea{
    float:right;
}
input:placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.form-control  input{
	color: #fff;
	font-size:15px !important;
}
.form-control:hover{
	background: transparent;
	border :none;
    border-bottom: 1px solid #ced4da;
}
.btn-primary{
    color: #000;
    background-color: #fff;
    border-color: #ced4da;
    padding: 5px 30px;
    font-size: 1.2rem;
}.form-group textarea {
    width: 100%;	font-size:15px  !important;
    height: 90px !important;
    background: none !important;
    color: #000;
    outline: none !important;
}
.form-control:active{
	background: transparent;
	border :none;
    border-bottom: 1px solid #ced4da;
}
.contact-text form{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.form-check-label{
	width: 40%;
}
.m-t-10{
	margin-top: 10rem;
}
.col-md-6.moon {
    position: absolute;
    left: -16%;
    top: 35%;
}
.moareacontact{
    position:absolute;
}
footer {
    background-color: #0c1240;

}
.confromarea {
    float: right;
    position: relative;
    top: 6rem;
    background: #14102B;
    padding: 30px;
    border-radius: 10px;
}
@media(min-width:1400px){
    .col-md-6.moon {
    position: absolute;
    left: -8%;
    top: 35%;
}
.moareacontact {
    position: absolute;
    width: 100%;
    left: -22%;
    z-index: 0;
    top: -43%;
}
}
@media(max-width:1400px){
   
}
@media(max-width:992px){
    .contact {
    height: 100vh;
    color: #fff;
    background: #0c1240;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0%;
}
#header {
    background: #e6ebf400 !important;
    position: relative;
    z-index: 999;
    width: 99%;
}
    .confromarea {
    float: none;
    position: relative;
    top: 0rem;
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    background: #00000036;
    padding: 40px;
    border-radius: 30px;
}.moareacontact {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    top: -36%;
}.col-md-6.moon {
    position: absolute;
    left: 0px;
    top: 35%;
    right: 0;
}
.moonmainmo {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.moonmainmo img {
    width: 180px;
}
.moareacontact img {
    width: 100%;
}
.cotactblkarea {
    justify-content: end;
    padding: 0% 0;
}
}
@media(max-width:680px){
   
    .form-check-label {
    width: 40%;
    font-size: 11px;
}
    .confromarea {
    float: none;
    position: relative;
    top: 5rem;
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    background: #00000036;
    padding: 40px;
    border-radius: 30px;
}
}
@media(max-width:480px){
    .col-md-6.moon {
    position: absolute;
    left: 0px;
    top: 40%;
    right: 0;
}
.moonmainmo img {
    width: 129px;
}
}