.container-cards {
  width: 90%;
  display: grid;
  height: 100vh;
  grid-template-columns: repeat(auto-fit, 320px);
  border-radius: 5%;
  justify-content: center;
}


.card-alex {
  margin: auto;
  width: 80%;
  height: 85%;
  backdrop-filter: blur(5.5px);
  backdrop-filter: brightness(1);
  background: url(../img/ALEX.png); 
  background-size: cover;
  padding-bottom: -10px;
}

.p-alex {
  color: #FFFDFA;
  padding-top: 25vh;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}

.container{
  background: #F8F9FA;
  min-width: 120%;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 30px grey;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  width: 45%;
  justify-content: center;
  margin-inline: auto;
  position: relative;
  align-items: left;
  float: right;
}

i.bx.bx-envelope {color: coral;}

i.bx.bx-home, 
i.bx.bx-door-open, 
i.bx.bx-bomb, 
i.bx-chair, 
i.bx.bx-camera, 
i.bx-dots-horizontal-rounded {
  color: #fcfbf4; line-height: 8px; font-size: 1.19em; padding: 0 1rem 0.6rem 0;}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

form {
  padding: 4.5px;
  margin: 0;

}

input[type='text'], [type='email'], select, textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #1f2e46;
  color: black;
  font-size: 0.85em;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0em 0 1.4em 0;
  padding: 0 0 0.375em 0;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
  outline: none;
  padding: 0 0 0.375em 0;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

textarea {
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

placeholder{
  color: black;
}

::-webkit-input-placeholder {
  color: black;
}

:-moz-placeholder { 
  color: black;
  opacity: 1;
}

::-moz-placeholder {
  color: black;
  opacity: 1;
}

:-ms-input-placeholder {
  color: black;
}

#form_button {
  background: #1F2E46;
  border: solid 2px #1f2e46;
    font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  border-radius: 20PX;
  color: #FCF9ED;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;
  outline: none;
  margin-top: 1rem;
  padding: 5px 25px 8px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#form_button:hover {
  background: #FCF9ED;
  color: #1F2E46;
}
