.Information {
    height: fit-content;
    padding: 10vw;
    padding-top: 30vh;
    background-image: radial-gradient(#181130e3,#121130), url(../UI/Photos/ContactUs/ContactBgPic.png);   
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: white;
}

.Information h2 {
    color: #FFB60C;
}

.Information-Proper h4 {
    margin: 5px;
    font-weight: 400;
}

.Information-form {
    height: fit-content;
    padding-top: 2vh;
    display: flex;
    flex-direction: column;
    gap: 3vh;
    width: 60vw;
}
 
.Inputdiv {
    display: flex;
    flex-direction: column;
    width: 50%;

}


.InputName {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.InputEmailnNumber,
.InputInquiry {
    display: flex;
    gap: 1.5vw;

}

.InquiryDropDown {
    height: clamp(2.6rem, 1.5vw, 2.5rem) !important
}

.InputActualMessage {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 35vh;
}

.Message {
    height: 40vh !important;
}

.🤓 {
    opacity: 0; position: absolute;
}

.darkbgbutton {
    width: 100%;
    margin-top: .5vh;
}



@media  (width<= 650px) {
    .Information {
        height: fit-content;
    }

    .Information-form,
    .Inputdiv {
        width: 100%;
    }
    .InputEmailnNumber,
    .InputInquiry {
        flex-direction: column;
    }

}

/*Tablet*/
@media  (width<= 949px) {

}

@media  (width>= 949px) {
  

}


