/* GOOGLE FONT */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

/* START GLOBAL */
html,
body {
  font-family: "Tajawal", sans-serif;
}
/* END GLOBAL */

/* START HEADER */
header {
  text-align: center;
  margin: auto;
  padding: 15px 0;
  box-shadow: 0px 0px 10px #e2e2e2;
}
header img {
  width: 140px;
  height: 140px;
}
/* END HEADER */

/* START FOOTER */
footer {
  text-align: center;
  margin: auto;
  padding: 15px 0;
  background-color: #f5f5f5;
}
footer span {
  color: #ce6566;
}
/* END FOOTER */

/* START CONTENT */
.page_content {
  padding: 20px 0;
}
.page_content img {
  width: 100%;
  height: 650px;
}
input::placeholder {
  font-size: 13px;
  color: #353535;
}
textarea::placeholder {
  font-size: 13px;
  color: #353535;
}
.page_content .contact_us {
  width: 400px;
  position: absolute;
  right: 680px;
  top: 300px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #e2e2e2;
  padding: 20px 30px;
}
.page_content .contact_us input {
  display: block;
  box-shadow: 0px 4px 10px #e2e2e2;
  margin-bottom: 30px;
  border: none;
}
.page_content .contact_us textarea {
  box-shadow: 0px 4px 10px #e2e2e2;
  border: none;
  resize: none;
}
.page_content .image_bg {
  width: 700px;
}
.page_content .contact_us .contact_title {
  margin-bottom: 20px;
}
.page_content .contact_us .contact_title .msg_img {
  width: 15px;
  height: 15px;
}
.page_content .contact_us .contact_title .title {
  font-size: 15px;
  font-weight: 500;
}
.page_content .contact_us .contact_title .border_msg_img {
  box-shadow: 0px 0px 10px #e2e2e2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
  background: #fff;
  text-align: center;
  margin-left: 10px;
}
.page_content .contact_us .contact_title .chevron_img {
  width: 10px;
  height: 7px;
}
.page_content .contact_us .send_button {
  background-color: #ce6566;
  border: 1px solid #ce6566;
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.page_content .contact_us .send_button:active,
.page_content .contact_us .send_button:focus {
  box-shadow: none;
}
.page_content .contact_us_2 {
  width: 400px;
  position: absolute;
  right: 680px;
  top: 180px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #e2e2e2;
  padding: 20px 30px;
}
.page_content .contact_us_2 .meun_item {
  text-decoration: none;
  color: #353535;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
.page_content .contact_us_2 .meun_item .border_msg_img {
  box-shadow: 0px 0px 10px #e2e2e2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
  background: #fff;
  text-align: center;
  margin-left: 10px;
}
.page_content .contact_us_2 .meun_item .msg_img {
  width: 15px;
  height: 15px;
}
.page_content .contact_us_2 .meun_item .chevron_img {
  width: 9px;
  height: 15px;
  margin-top: 12px;
}
hr {
  background-color: #e9e9e9;
  display: none;
}
/* END CONTENT */

/* RESPONSIVE */
@media (max-width: 576px) {
  hr {
    display: block;
  }
  .page_content .contact_us_2 .meun_item {
    margin-bottom: 20px;
  }
  .image_bg {
    display: none;
  }

  .page_content .contact_us {
    position: initial;
    margin: auto;
  }

  .page_content .contact_us_2 {
    position: initial;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .image_bg {
    display: none;
  }

  hr {
    display: block;
  }
  .page_content .contact_us_2 .meun_item {
    margin-bottom: 20px;
  }
  .page_content .contact_us {
    position: initial;
    margin: auto;
  }

  .page_content .contact_us_2 {
    position: initial;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .image_bg {
    display: none;
  }
  .page_content .contact_us_2 .meun_item {
    margin-bottom: 20px;
  }
  hr {
    display: block;
  }
  .page_content .contact_us {
    position: initial;
    margin: auto;
  }

  .page_content .contact_us_2 {
    position: initial;
    margin: auto;
  }
}

@media (max-width: 1200px) {
  .page_content .contact_us {
    right: 450px;
  }

  .page_content .contact_us_2 {
    right: 450px;
  }
}

@media (max-width: 1400px) {
}
