@media screen and (max-width: 992px) {
  #main_slider_wrap {
    margin-top: 72px;
  }
}
#main_slider_wrap .text_heading {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #main_slider_wrap .text_heading {
    max-width: unset;
  }
}
#main_slider_wrap .main_slider_item {
  position: relative;
}
#main_slider_wrap .main_slider_item img {
  display: block;
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1200px) {
  #main_slider_wrap .main_slider_item img {
    height: 580px;
  }
}
@media screen and (max-width: 992px) {
  #main_slider_wrap .main_slider_item img {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  #main_slider_wrap .main_slider_item img {
    height: 424px;
  }
}
#main_slider_wrap .main_slider_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4235294118);
  z-index: 1;
}
#main_slider_wrap .main_slider_item .slider_caption {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
}
#main_slider_wrap .main_slider_item .text_heading {
  position: relative;
  z-index: 2;
}
#main_slider_wrap .main_slider_item .text_heading .subtitle,
#main_slider_wrap .main_slider_item .text_heading .title {
  color: #FFFFFF;
}
#main_slider_wrap .owl-dots {
  display: none;
}
@media screen and (max-width: 768px) {
  #main_slider_wrap .owl-dots {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
  }
}
#main_slider_wrap .owl-dots .owl-dot span {
  margin: 5px 5px;
}
#main_slider_wrap .owl-dots .owl-dot.active span, #main_slider_wrap .owl-dots .owl-dot:hover span {
  background: #a8797f;
}
#main_slider_wrap .owl-nav {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #main_slider_wrap .owl-nav {
    display: none;
  }
}
#main_slider_wrap .owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5490196078);
  border-radius: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#main_slider_wrap .owl-nav button.owl-prev {
  right: 24px;
}
@media screen and (max-width: 1200px) {
  #main_slider_wrap .owl-nav button.owl-prev {
    right: 18px;
  }
}
#main_slider_wrap .owl-nav button.owl-next {
  left: 24px;
}
@media screen and (max-width: 1200px) {
  #main_slider_wrap .owl-nav button.owl-next {
    left: 18px;
  }
}
#main_slider_wrap .owl-nav button:hover {
  background: #a8797f;
  border-color: #a8797f;
}

.category_section .text_heading .title,
.category_section_two .text_heading .title,
#newsletter_section .text_heading .title,
.editor_suggestion .text_heading .title,
.last_posts .text_heading .title {
  margin-bottom: 36px;
}
.category_section .text_heading .title span,
.category_section_two .text_heading .title span,
#newsletter_section .text_heading .title span,
.editor_suggestion .text_heading .title span,
.last_posts .text_heading .title span {
  font-family: "DastNevis";
  font-style: italic;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 36px;
  color: #a8797f;
}
@media screen and (max-width: 576px) {
  .category_section .text_heading .title span,
  .category_section_two .text_heading .title span,
  #newsletter_section .text_heading .title span,
  .editor_suggestion .text_heading .title span,
  .last_posts .text_heading .title span {
    font-size: 26px;
  }
}

.category_section {
  padding: 50px 0;
  overflow: hidden;
}
.category_section .category_section_in::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 86%;
  border: 1px solid #a8797f;
  right: -24px;
  top: -22px;
  z-index: 0;
}
.category_section .category_section_in::after {
  content: "";
  width: 32%;
  height: 80%;
  position: absolute;
  left: -28px;
  bottom: -28px;
  background: #f1e7e6;
  z-index: -1;
}
.category_section .category_item {
  background-color: #a8797f;
  overflow: hidden;
  box-shadow: 4px 2px 14px 0px rgba(0, 0, 0, 0.2);
}
.category_section .category_item img {
  transition: opacity 0.2s cubic-bezier(0, 1, 0.75, 1), transform 2.5s cubic-bezier(0, 1, 0.75, 1);
}
.category_section .category_item .caption {
  top: 16px;
  bottom: 16px;
  right: 16px;
  left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_section .category_item .caption .caption_in {
  width: 180px;
  border: 1px solid #FFFFFF;
  padding: 6px;
}
@media screen and (max-width: 576px) {
  .category_section .category_item .caption .caption_in {
    width: 100%;
  }
}
.category_section .category_item .caption .p_caption {
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.7490196078);
}
.category_section .category_item .caption .category_name {
  font-size: 14px;
  font-family: "yekanbold", "arial";
  color: #a8797f;
  margin-bottom: 2px;
}
.category_section .category_item .caption .title {
  font-size: 14px;
  line-height: 24px;
  font-family: "yekanbold", "arial";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .category_section .category_item .caption .title {
    -webkit-line-clamp: 2;
    font-size: 13px;
  }
}
.category_section .category_item:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.category_section.post_big {
  padding: 100px 0;
  background: url(../assets/img/HB-BG.jpg) center;
}
.category_section.post_big .category_item .caption_in {
  width: 90%;
}
.category_section.post_big .category_item img {
  aspect-ratio: 1/1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .category_section.post_big .category_item img {
    aspect-ratio: 1/1.2;
  }
}
.category_section.post_big .category_item .p_caption {
  padding: 16px;
}
.category_section.post_big .category_item .title {
  font-size: 18px;
  margin-top: 10px;
  line-height: 30px;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 576px) {
  .category_section.post_big .category_item .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.category_section.post_big .btn_page2 {
  font-family: "yekanbold", "arial";
  font-size: 24px;
  margin-top: 28px;
  padding-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .category_section.post_big .btn_page2 {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

#newsletter_section {
  padding: 80px 26px;
  background-color: #f5f0f0;
}
.newsletter_section_inner{
  max-width: 500px;
}
#newsletter_section form {
  margin-top: 34px;
  gap: 12px;
}
#newsletter_section form input {
  border-color: #dddddd;
  border-radius: 0;
  padding: 9px 10px;
  height:auto;
}
#newsletter_section form input:focus {
  box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.1);
}
#newsletter_section form .btn_page {
  background-color: #000000;
  padding: 10px 32px;
}
@media screen and (max-width: 576px) {
  #newsletter_section form .btn_page {
    width: 100%;
  }
}
#newsletter_section form .btn_page:hover {
  box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.1);
}

.editor_suggestion {
  padding: 80px 0;
  background: url(/css/User/img/bg-6.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .editor_suggestion {
    background-position: right bottom;
  }
}
.editor_suggestion .owl-stage-outer {
  padding: 14px 0;
}
.editor_suggestion .post_blog {
  padding: 0 24px;
}
.editor_suggestion .post_blog .post_img {
  position: relative;
  padding-bottom: 30px;
}
.editor_suggestion .post_blog .post_img::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 80%;
  border: 1px solid #a8797f;
  right: -24px;
  bottom: 0;
  z-index: 0;
}
.editor_suggestion .post_blog .post_img .post_img_in {
  background: #a8797f;
  box-shadow: 4px 2px 14px 0px rgba(0, 0, 0, 0.2);
}
.editor_suggestion .post_blog .post_img .post_img_in img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s cubic-bezier(0, 1, 0.75, 1), transform 2.5s cubic-bezier(0, 1, 0.75, 1);
  aspect-ratio: 1/1;
}
.editor_suggestion .post_blog .post_img .post_img_in:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .editor_suggestion .post_blog .post_content {
    margin-top: 60px;
  }
}
.editor_suggestion .post_blog .post_content .category {
  font-family: "DastNevis";
  font-style: italic;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 36px;
  color: #a8797f;
}
.editor_suggestion .post_blog .post_content .title_post {
  font-size: 16px;
  margin: 0 0 12px;
  line-height: 32px;
  font-family: "yekanbold", "arial";
}
.editor_suggestion .post_blog .post_content .description {
  font-size: 16px;
  line-height: 28px;
}
.editor_suggestion .post_blog .post_content .btn_page {
  margin-top: 28px;
  padding: 10px 20px 10px 20px;
  background-color: #FFFFFF;
  color: #a8797f;
  border: 1px solid #a8797f;
}
.editor_suggestion .post_blog .post_content .btn_page:hover {
  background-color: #a8797f;
  color: #FFFFFF;
}
.editor_suggestion .post_blog .post_content .social {
  margin-top: 28px;
  gap: 10px;
}
.editor_suggestion .post_blog .post_content .social li {
  transition: all 0.3s;
}
.editor_suggestion .post_blog .post_content .social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #a8797f;
  color: #FFFFFF;
  font-size: 18px;
}
.editor_suggestion .post_blog .post_content .social li a i {
  line-height: 40px;
}
.editor_suggestion .post_blog .post_content .social li:hover {
  transform: scale(1.1);
}
.editor_suggestion .owl-dots,
.editor_suggestion .owl-nav {
  display: none;
}

.last_posts {
  padding: 80px 0 60px;
}
.last_posts .blog_post {
  margin-bottom: 24px;
}/*# sourceMappingURL=blog-page.css.map */