.contact-section-1 {
  background-color: black;
  /* padding: 10rem 0 5rem 0 !important; */
}
.contact-section-1 h2 {
  font-weight: 700;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 108px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.contact-section-1 p {
  font-weight: 300;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
.contact-section-1 h1 {
    font-weight: 700;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 2rem;
  }
.contact-section-1 h3 {
  font-weight: 700;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.contact-section-1 h3 a {
  color: #e00231;
  transition: all 0.3s;
  text-decoration: none;
}
.contact-section-1 h3 a:hover {
  color: #ffffff;
}
.contact-section-1 h6 {
  font-weight: 700;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0px;
  line-height: 2;
}
.contact-section-1 .timing {
  display: flex;
  gap: 2rem;
}
.contact-section-1 .timing p {
  margin-bottom: 0;
  line-height: 2;
}
.contact-section-1 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.contact-section-1 .content .address {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.contact-section-1 .content .address .address-cities::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  background-color: white;
  border-radius: 20px;
}
.contact-section-1 .content .address .address-cities:last-child::before{
    display: none;

}
.contact-section-1 .content .address .address-cities {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.contact-section-1 .content .address span {
  font-weight: 700;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #e00231;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0px;
  line-height: 2;
}
.contact-section-1 .content .address address {
  font-weight: 700;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0px;
  line-height: 2;
}
.contact-section-1 .contact-form {
  width: 100%;
}
.contact-section-1 .contact-form .error {
  color: red;
}
.contact-section-1 .contact-form .input-box {
  width: 50%;
  margin: auto;
  margin-bottom: 2rem;
}
.contact-section-1 .contact-form .input-box label {
  color: white;
  font-weight: 900;
  letter-spacing: 2px;
}

.contact-section-1 .contact-form .input-box input {
  width: 100%;
  color: #ffffff;
  background-color: transparent;
  font-style: normal;
  font-weight: 300;
  border-color: #e00231;
  font-size: 14px;
  padding: 0 0 12px;
  line-height: normal;
  outline: none;
  border-width: 0 0 2px;
  border-style: solid;
  -webkit-appeareance: none;
  height: 37px;
}
.contact-section-1 .contact-form .input-box textarea {
  width: 100%;
  color: #ffffff;
  background-color: transparent;
  font-style: normal;
  font-weight: 300;
  border-color: #e00231;
  font-size: 14px;
  padding: 0 0 12px;
  line-height: normal;
  outline: none;
  border-width: 0 0 2px;
  border-style: solid;
  -webkit-appeareance: none;
}

.contact-section-1 .contact-form button {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  background-color: #e00231;
  border-color: #e00231;
  padding: 16.5px 29px;
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  transition: all 0.3s;
  letter-spacing: 0.72px;
  font-size: 14px;
}

.contact-section-1 .contact-form button:hover {
  color: #e00231;
  background-color: #ffffff;
  border-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .contact-section-1 .contact-form .input-box {
    width: 100%;
  }

  .contact-section-1 h2 {
    font-size: 90px;
  }
}

@media screen and (max-width: 475px) {
  .contact-section-1 h2 {
    font-size: 60px;
  }
  .contact-section-1 h3 {
    font-size: 20px;
  }
}
