@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,700;1,900&display=swap");
/* @import "footer.css"; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: lato;
}

#greenBox {
  width: 100%;
  height: 6px;
  background-color: #00ae84;
}
:root {
  --y: 20px;
  --x: 50px;
}

.contact-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* margin: 50px 0; */
  color: white;
  height: 82vh;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 0px 60px;
  background: rgb(55, 180, 135);
  background: linear-gradient(90deg,
      rgba(55, 180, 135, 1) 15%,
      rgba(183, 232, 220, 1) 85%);
}

.contact-us div {
  width: 50%;
}

.contact-us div:last-child {
  display: flex;
  justify-content: end;
}

.contact-us h1 {
  font-size: 50px;
  font-weight: bold;
}

.contact-us h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: white;
  margin: 15px 0px;
}

.contact-us h2 {
  font-size: 35px;
  font-weight: bold;
}

.contact-us p {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: justify;
  margin-top: 15px;
  padding-right: 20px;
}

.contact-us img {
  width: 100%;
}

.get-in-touch {
  text-align: center;
  margin: 120px 0;
  color: #4a4a4a;
}

.get-in-touch h2 {
  font-size: 26px;
  font-weight: 600;
}

.get-in-touch h1 {
  margin: 20px 0;
  font-size: 40px;
  font-weight: bold;
}

.get-in-touch h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #4a4a4a;
  margin: 10px auto;
}

.get-in-touch p {
  font-size: 22px;
  text-transform: capitalize;
}

.form-wrapper {
  background: #62d6ac20;
  padding: 20px 60px;
  border-radius: 50px;
  border: 1px solid #00c07d;
  margin: 0px 60px;
}

.form-wrapper h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #4a4a4a;
  margin: 10px auto;
}

.form-wrapper h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #4a4a4a;
}

.form-wrapper p {
  /* margin-top: 10px; */
  text-align: center;
  font-size: 18px;
  color: #4a4a4a;
}

.form {
  margin-top: 20px;
}

.form input,
textarea {
  border: none;
  outline: none;
  height: 60px;
  width: 100%;
  margin: 6px 6px;
  border-radius: 5px;
  border: 1px solid rgb(231, 231, 231);
  /* box-shadow: 1px 1px 3px rgb(214, 214, 214); */
  padding: 0px 20px;
  font-size: 16px;
}

.form ::placeholder {
  font-size: 16px;
  /* padding-left: 20px; */
  /* line-height: 50px; */
  font-weight: 500;
}

.form textarea {
  padding: 10px 20px;
  height: auto;
}

.form button {
  width: 150px;
  margin: 30px 0;
  border: none;
  display: block;
  cursor: pointer;
  margin-left: auto;
}

.form .form-field {
  display: flex;
  justify-content: space-between;
}

.customer-care {
  padding-right: 0;
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* height: 100vh; */
}

.customer-care {
  background: url("../img/customer.png") no-repeat;
  background-size: contain;
  background-position: right;
  height: 80vh;
  width: 100%;
  padding: 30px 60px;
  /* background-color: #000000; */
  /* opacity: 0.8; */
}

.customer-care div h1 {
  font-size: 34px;
  text-transform: capitalize;
  color: #4a4a4a;
}

.customer-care div h2 {
  color: #4a4a4a;
  font-size: 28px;
  margin-top: 10px;
  text-transform: capitalize;
}

.customer-care .info div>#emailID {
  text-decoration: underline !important;
}

.customer-care .info {
  margin-top: 100px;
}

.customer-care .info div {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  margin: 20px 0;
}

.customer-care .info div i {
  color: #00472ed9;
  margin-right: 10px;
}

.btn {
  background-color: #62d6ac;
  text-decoration: none;
  /* padding: 15px 20px; */
  border-radius: 50px;
  font-weight: 600;
  font-size: 1em;
  box-shadow: 0 2px 10px 0 #0005;
  transition: 0.5s;
  border: none;
}

.btn:hover {
  transform: scale(0.9) !important;
}

.primary {
  color: white;
}

.active {
  left: 0;
}

.search-field {
  display: block !important;
  margin-top: 60px !important;
}

.search-field input {
  padding: 10px;
  width: 300px;
  height: 8vh;
  font-size: 16px;
  outline: none;
  border: 1px solid #e9e9e9;
  box-shadow: 1px 1px 3px rgb(214, 214, 214);
}

.search-field button {
  font-size: 16px;
  width: 100px;
  height: 8vh;
  padding: 10px;
  background-color: #62d6ac;
  border: none;
  box-shadow: 1px 1px 3px rgb(214, 214, 214);
  color: white;
}

@media screen and (max-width: 1200px) {
  .contact-us {
    height: 90vh;
  }

  .contact-us div {
    margin: 10px 0px;
  }

  .contact-us div:last-child {
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  :root {
    --x: 20px;
  }

  .contact-us {
    text-align: center;
    background-image: url(../img/about_us_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 60vh;
    /* background-color: none; */
  }

  .contact-us h1 {
    font-size: 30px;
    margin: 50px 0px;
  }

  .contact-us h2::after {
    margin: 15px auto;
  }

  .contact-us h2 {
    font-size: 25px;
  }

  .contact-us p {
    font-size: 20px;
    text-align: center;
  }

  .form-field {
    flex-wrap: wrap;
  }

  .customer-care {
    /* text-align: center; */
    background-image: none;
    height: fit-content;
  }

  .contact-us #imgBg img,
  #imgBg {
    display: none;
  }

  .form-wrapper {
    margin: 0%;
    border-radius: 0px;
    padding: 15px 10px;
  }

  .contact-us div {
    width: 100% !important;
  }

  .contact-us {
    border-radius: 0px;
  }
}

@media screen and (max-width: 700px) {
  .customer-care {
    width: 100%;
    padding: 0px 20px;
  }

  .customer-care .info div {
    align-items: center;
  }

  .customer-care>div>h1 {
    font-size: 22px;
    /* text-decoration: underline; */
    margin-bottom: 14px;
  }

  .customer-care>div>h2 {
    font-size: 18px !important;
  }

  .searchbar {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .searchbar button {
    height: 50px;
  }

  .contact-us p {
    font-size: 16px;
  }

  .contact-us h1 {
    margin: 8px 0px;
    font-size: 24px;
  }
  .contact-us h2 {
    font-size: 20px;
  }

  .contact-us {
    height: 40vh;
    justify-content: center;
    align-items: center;
    padding: 0px 15px !important;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  :root {
    --x: 0;
  }

  .form button {
    margin-right: auto;
  }
}