@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&family=Mulish:wght@400;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;700;800&family=Poppins:wght@600&family=Roboto:wght@400;500;700&display=swap");
:root {
  --bg-color: #07d184;
  --text-color: #ffffff;
  --btn-color: #ff9936;
  --shadow-set: inset 0px 11px 8px -10px rgba(255, 255, 255, 0.5),
    inset 0px -11px 8px -10px rgba(0, 0, 0, 0.2);
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.post-share {
  width: 100%;
  height: 100px;
  margin: auto;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.search-all {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  background: #00000044;
  display: none;
  align-items: center;
  justify-content: center;
  /* display: none; */
}

.active {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;
}

.search-all-comment {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  background: #00000044;
  display: none;
  align-items: center;
  justify-content: center;
  /* display: none; */
}

.active-comment {
  display: flex;

  align-items: center;
  justify-content: center;
}

.form-search {
  background: #fff;
  width: 100%;
  height: 200px;
  /* border: 1px solid red; */
  border-radius: 0;
  display: flex;
  /* border-radius: 30px; */
  flex-direction: column !important;
  align-items: start;
  border-radius: 0;
}
.form-search .input-image {
  margin-top: 20px;
  display: flex;
  align-items: start;
  gap: 1rem;

  width: 95%;
  height: 50%;
  margin-inline: auto;
  /* border: 1px solid red; */
}
.form-search .input-image input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
.contact-form {
  background: #07d184;
  width: 80%;
  height: 200px;
  border-radius: 30px;
}
.contact-form .btn-form-search {
  width: 90px;
  border: none;
  background: rgba(7, 209, 132, 1);
  color: var(--text-color);
  height: 40px;
  border-radius: 40px;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 19px;
  word-wrap: break-word;
}
.footer-search {
  background: #fff;
  padding: 30px;

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-form {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
.text-form div h3 {
  color: white;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 600;
  word-wrap: break-word;
}
.text-form div i {
  color: white;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  word-wrap: break-word;
}
.form-search {
  width: 100%;
  margin-inline: auto;
  flex-direction: column;
  /* height: 200px; */
  height: 100%;
}
.search-all {
  z-index: 9;
}
.search-all-comment {
  z-index: 9;
}
.image-postShare img {
  padding: 10px;
  cursor: pointer;
}

.post-share img {
  margin-right: 10px;
}
.post-share input {
  border: none;
  /* padding: 15px; */
  border-radius: 16px;
  margin: auto;
  /* font-size: 22px; */
  color: #4b4a4a;
  /* font-weight: 700; */
  /* outline: 1px solid var(--btn-color); */
  /* width: 100%; */
  /* height: 100%; */
  /* box-shadow: 1px 5px 5px var(--btn-color); */
  outline: none;
}

.post-share input::placeholder {
  color: #5b7083;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 400;
  word-wrap: break-word;
}
.post-share button {
  position: absolute;
  left: 10px;
  top: 40px;

  border: none;
  border-radius: 24px;
  box-shadow: var(--shadow-set);
  width: 130px;
  height: 50px;
  color: white;
  background: var(--btn-color);
  font-size: 22px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}
.post {
  /* margin-right: 30px; */
  display: flex;
  align-items: start;
  margin-top: 100px;
  margin: auto;
  flex-direction: column;
  width: 80%;
  height: fit-content;
  border-radius: 16px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}
.imgae-post {
  /* paddin   g: 6px; */

  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.text-posts {
  display: flex;
  gap: 0.4rem;
  margin-right: 10px;
}
.p-post {
  /* padding: 6px;     */

  margin-top: 20px;
}
.icon {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.icon-heart span {
  color: #f4245e;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.icon-heart i {
  color: #f4245e;
}
/* responsive */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .form-message input {
    width: 90%;
  }
  .form-textArea textarea {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .form-message input {
    width: 90%;
  }
  .form-textArea textarea {
    margin-right: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .content {
    flex-direction: column;
  }
  .post-share {
    width: 90%;
  }
  .post {
    padding: 20px !important;
    width: 95%;
    padding-right: 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 500px) {
  .post-share {
    width: 90%;
  }
  .contact-form {
    width: 90%;
  }
  .post {
    padding: 20px !important;
    width: 95%;
    padding-right: 0;
  }
  .icon {
    margin-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .post-share {
    width: 98%;
  }
  .contact-form {
    width: 98%;
  }
  .active {
    /* margin-top: 300px; */
  }
  .post {
    padding: 10px !important;
    width: 95%;
    padding-right: 0;
  }
  .icon {
    margin-top: 0;
  }
}
