@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Eksell Display Stencil";
  src: url(../font/Eksell-Display-Stencil.ttf) format("truetype");
}

@font-face {
  font-family: "Eksell Display Large";
  src: url(../font/Eksell-Display-Large.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Eksell Display Medium";
  src: url(../font/Eksell-Display-Medium.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Eksell Display Small";
  src: url(../font/Eksell-Display-Small.ttf) format("truetype");
  font-weight: normal;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  color: #5a5a5a;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

h1 {
  color: #474544;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  border-bottom: solid 2px #474544;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
  float: right;
  width: 45%;
}

input[type="text"],
[type="email"],
select,
textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #474544;
  color: #474544;
  font-size: 1em;
  font-weight: 400;
  margin: 0em 0 1.875em 0;
  padding: 0 0 0.875em 0;
  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.875em 0;
}

.message {
  float: none;
}

.name {
  float: left;
  width: 45%;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
  line-height: 150%;
  height: 150px;
  resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #474544;
}

:-moz-placeholder {
  color: #474544;
  opacity: 1;
}

::-moz-placeholder {
  color: #474544;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  -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: #474544;
  color: #f2f3eb;
}

#form_button {
  padding: 15px 25px;
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }

  .icon {
    height: 35px;
    width: 35px;
  }

  .underline {
    width: 53px;
  }

  input[type="text"],
  [type="email"],
  select,
  textarea {
    font-size: 0.875em;
  }
}

.contact-info {
  padding-left: 5%;
  padding-top: 10%;
}

p {
  font-size: 14px;
  padding-top: 3%;
  padding-left: 0%;
  width: 90%;
}

ul {
  padding-left: 0%;
  padding-top: 10%;
  padding-bottom: 50%;
}

li {
  padding-bottom: 7%;
}

i {
  padding-right: 4%;
}

.contact-form {
  flex: 1;
}

.div-h1-contact-us {
  width: 100%;
}

.div-h1-contact-us p {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 5%;
}

@media (max-width: 992px) {
.submit{
  display: flex;
  justify-content: center;
}

  .div-h1-contact-us {
    padding: 10% 0 5% 0;
  }
  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-info ul p {
    width: 50%;
  }

  #contact_form {
    padding: 0;
    margin: 0;
  }

  .contact-info ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10%;
    padding-top: 7%;
  }

  .contact-info {
    padding-left: 0;
    padding-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .p1 {
    text-align: center;
  }

  .contact-form {
    padding-bottom: 10%;
  }
}

@media (max-width: 768px) {
  .div-h1-contact-us {
    padding: 10% 0 5% 0;
  }
}

@media (max-width: 756px) {
  .contact-info ul{
    width: 100%;
  }
}

@media (max-width: 529px) {
  .contact-info ul{
    width: 100%;
  }

  .contact-info ul p{
    font-size: 13px;
  }
}

@media(max-width: 491px){
  .contact-info ul p {
    font-size: 13px;
    display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
  }
}

@media (max-width: 425px) {
  .div-h1-contact-us {
    padding: 15% 0 10% 0;
  }

  .h1-contact-us {
    font-size: 30px;
  }

  .div-h1-contact-us p {
    font-size: 13px;
  }

  .contact-info ul p {
    font-size: 13px;
    display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
  }

  .contact-info ul  {
   width: 100%;
   
  }


  .contact-info {
    padding: 15% 5% 15% 5%;
  }

  .contact-form {
    padding: 0 5% 0 5%;
  }

  .p1 {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .div-h1-contact-us {
    padding-top: 10%;
    padding-bottom: 7%;
  }

  .h1-contact-us {
    font-size: 25px;
  }

  .div-h1-contact-us p {
    font-size: 10px;
  }

  .contact-info ul p {
    font-size: 10px;
  }

  .p1 {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  footer {
    padding: 5%;
    gap: 8px;
    flex-direction: column;
  }

  footer p {
    width: 100%;
  }
}
