@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
  line-height: 1.15;
}

.container {
  width: min(100%, 1120px);
  padding: 0 10px;
  margin: 0 auto;
}

.blank {
  width: 100%;
  position: relative;
}

content {
  font-size: 18px;
}
content figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
content a {
  color: #2f14da;
  font-weight: bold;
  text-decoration: none;
}
content figure img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
content figure figcaption {
  text-align: center;
  font-size: 0.88em;
  margin-top: 0.5em;
}

content .plash {
  border: 1px solid #2f14da;

  background: rgba(64, 105, 237, 0.15);
  padding: 1em;
  margin: 0 auto;
  max-width: 400px;
}
content div.plash {
  max-width: revert;
}
content .plash p {
  margin: 0;
  text-align: center;
}

content h2 {
  margin-bottom: 0.6em;
}

content .doc {
  padding: 1em;
  display: flex;
  align-items: center;
  gap: 3em;

  border: 1px solid #2f14da;

  background: rgba(64, 105, 237, 0.15);
  font-size: 20px;
}
content .doc p {
  margin: 0;
}
content .doc img {
  max-width: 150px;
}

content ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

content .extra {
  font-size: 20px;
  border: 1px solid red;

  background: rgba(255, 0, 0, 0.15);

  text-align: center;
  padding: 1em;
}

content .extra p {
  margin: 0;
}

/*comm*/

.fbcontainer {
  padding: 10px 0;
}

.fbcontainer .block {
  display: block;
}
.facebook {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 10px #eee;
}

.fbhead {
  display: flex;
  justify-content: space-between;
}
.facebook {
  padding: 0.65rem;
}

.fbtitle {
  font-size: 20px;
  font-weight: 500;
}

.stars {
  color: #5890ff;
  cursor: pointer;
}
.stars__icon {
  display: flex;
  text-decoration: none;
}
.stars__icon span {
  margin-right: 0.5rem;
}
.stars__icon i {
  margin-right: 0.25rem;
}
.stars img {
  display: block;
  width: 16px;
  align-items: center;
}
.stars i:hover {
  color: #95b5f4;
}

.stars_number {
  font-weight: bold;
  margin-right: 5px;
}

.avatar {
  margin-right: 10px;
}

.avatars {
  position: relative;
  height: 35px;
  margin-bottom: 5px;
}

.avatars img {
  width: 35px;
  border-radius: 50px;
  border: 2px solid #fff;
}

.avatars img:nth-child(1) {
  position: absolute;
  z-index: 5;
}

.avatars img:nth-child(2) {
  position: absolute;
  left: 27px;
  z-index: 4;
}

.avatars img:nth-child(3) {
  position: absolute;
  left: 54px;
  z-index: 3;
}

.avatars img:nth-child(4) {
  position: absolute;
  left: 81px;
  z-index: 2;
}

.avatars img:nth-child(5) {
  position: absolute;
  left: 108px;
  z-index: 1;
}

.fbrecommends_numbers span {
  color: gray;
  font-size: 14px;
}

.fbrecommends_numbers i {
  color: #f36b7f;
  margin-right: 5px;
}

.fbrecommends {
  margin: 10px 0;
}

.lined {
  border-bottom: 1px solid gray;
}

.fbcomments {
  padding: 10px;
  box-shadow: 0px 10px 10px #eee;
  border-radius: 0 0 10px 10px;
}

.avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.onecomment {
  background-color: #eeee;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  position: relative;
  margin-top: 10px;
}

.name,
.date {
  color: gray;
}
.date span {
  color: gray;
  font-size: 0.75rem;
  font-weight: bold;
}
.name i {
  color: #f36b7f;
  margin: 0 5px;
}

.text {
  margin-top: 10px;
}

.fb-absolute {
  position: absolute;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  line-height: 25px !important;
}

input[type="file"] {
  opacity: 0;
  width: 1px;
  height: 1px;
}

#commentForm .form__avatar {
  overflow: hidden;
}
.avatar {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.form__avatar {
  display: flex;
  width: 50px;
  height: 50px;
  background: url(../img/userpic.png);
  background-size: cover;
  border-radius: 50px;
  cursor: pointer;
}

.form__inputs {
  width: 100%;
}

#commentPush {
  width: 95%;
  background-color: #5890ff;
  color: #fff;
  border: none;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  max-width: 300px;
  margin-top: 10px;
}

#inputCommentText {
  width: 90%;
  border: 2px solid #eee;
  padding: 5px;
  margin-top: 10px;
  max-width: 290px;
  border-radius: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  resize: none;
}

#inputCommentName {
  width: 90%;
  border: 2px solid #eee;
  padding: 5px;
  max-width: 290px;
  border-radius: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  resize: none;
}

#commentPush i {
  margin-left: 5px;
}
.fbcontainer a {
  font-weight: bold;
}
body {
  position: relative;
}
.bold {
  text-decoration: none;
  color: #000fa0;
}
.block a {
  color: #000fa0;
  text-decoration: none;
}
#inputCommentName {
  display: block;
}
#inputCommentText {
  display: block;
}
.fb-absolute {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon__com img {
  width: 100%;
  max-width: 16px;
}
.fb-absolute img {
  width: 100%;
  max-width: 17px;
}
.fa-thumbs-up img {
  max-width: 16px;
}
.name__first {
  display: block;
  padding-right: 26px;
  margin-bottom: 0.35rem;
}

/*endcomm*/

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}

.btn {
  width: 100%;
  max-width: 600px;
  padding: 1em 0.5em;
  background: #3578e5;
  background: linear-gradient(
    90deg,
    #041e37 0,
    rgba(9, 70, 121, 1) 35%,
    #5181b0 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  font-size: 1.5em;
  border-radius: 1em;
  transition: transform 0.4s;
}

.btn:hover,
.btn:active {
  transform: scale(0.95);
}
@media screen and (max-width: 465px) {
  .btn {
    padding: 0.5rem;
    font-size: 1.3rem;
  }
}

.post__wrapper {
  padding-top: 0 !important;
}

content figure:first-child {
  margin-top: 0;
}
content figure {
  margin-inline: 0;
}

content p {
  margin-block: 1em;
}

content h2 {
  margin-top: revert;
}

.flex1 {
  display: flex;
  gap: 0.75em;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.flex1 * {
  box-sizing: border-box;
}
.rec {
  flex-grow: 1;
  width: 25%;
}
.content {
  flex-grow: 1;
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .flex1 {
    flex-direction: column;
  }
  .rec {
    width: 100%;
  }
  .content {
    width: 100%;
  }
}

.social {
  display: flex;
  gap: 10px;
}
.social a {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__inputs input,
.form__inputs textarea {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .content {
    padding-inline: 0px;
  }
  .blog__heading {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

.share-post {
  display: flex;
}

li {
  margin: 10px 0;
}

.comment-img {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  display: block;
}