.cta_menu{
	border-color: red;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
}

.cta_menu:hover{	
	background-image: radial-gradient(circle at 30% 107%, #e63946 0%, #f1faee 5%, #a8dadc 45%,#457b9d 60%,#1d3557 90%);
	border-width: 0px;
}

.contactus {
  text-align: center;
  width: 95%;
  margin-left: 10px;
}

.contactus form {
  padding: 3em;
  border-radius: 20px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  backdrop-filter: blur(10px);
  box-shadow: 20px 20px 40px -6px rgba(0,0,0,0.2);
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.contactus label {
  color: white;
  font-weight: bold;
}

.contactus input {
  background: transparent;
  max-width: 200px;
  width: 85%; 
  padding: 1em;
  margin-bottom: 2em;
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-radius: 5000px;
  backdrop-filter: blur(5px);
  box-shadow: 4px 4px 60px rgba(0,0,0,0.2);
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.contactus textarea {
  background: transparent;
  max-width: 260px;
  width: 85%; 
padding: 1em;
  margin-bottom: 2em;
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  box-shadow: 4px 4px 60px rgba(0,0,0,0.2);
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.contactus input:focus{
	background: -webkit-linear-gradient(right, #000000, #0c1821, #1b2a41, #324a5f);
}
.contactus textarea:focus{
	background: -webkit-linear-gradient(right, #000000, #0c1821, #1b2a41, #324a5f);
}

.contactus button {
  background: transparent;
  padding: 1em;
  margin-bottom: 2em;
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-radius: 5000px;
  backdrop-filter: blur(5px);
  box-shadow: 4px 4px 60px rgba(0,0,0,0.2);
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  margin-top: 10px;
  width: 150px;
  font-size: 1rem;
}

.contactus button:focus, .contactus button:hover, .contactus button:active{
	background: -webkit-linear-gradient(right, #000000, #0c1821, #1b2a41, #324a5f);
}

@media screen and (max-width: 738px) {
	/* THIS IS THE DEFINITION FOR MOBILE DEVICES */
}