.hr-blog {
    background: #f6f5ef;
}
.hr-single-news {
    margin-bottom: 24px;
    overflow: hidden;
    transition: .4s;
    padding: 24px;
    border-radius: 20px;
    background-color: #fffdf8;
    border: 1px solid #000;
}
.type-btn::after {
    content: '\f002';
    font-family: "Font Awesome 6 PRO";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    position: absolute;
}
.hr-single-news .hr-news-img {
    overflow: hidden;
    border-radius: 20px;
}
.hr-single-news .hr-news-img a img {
    width: 100%;
    transition: all 0.3s ease;
    transform: scale(1);
    border-radius: 20px;
}
.hr-single-news .hr-news-img:hover a img {
    transform: scale(1.1);
}
.hr-single-news .hr-news-img .hr-top-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.hr-single-news .hr-news-img .hr-top-icon a {
    height: 55px;
    width: 55px;
    background: var(--color-4);
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.hr-single-news .hr-news-img:hover .hr-top-icon a {
    background:var(--color-3);
}
.hr-single-news .hr-news-category {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-top: 24px;
}
.hr-single-news .hr-news-category .hr-category {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 26px;
    background:var(--color-3);
    color: #fff;
    transition: all 0.3s ease;
}
.hr-single-news .hr-news-img:hover .hr-news-category .hr-category {
    background: var(--color-4);
}
.hr-single-news .hr-news-img .hr-news-category li {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.hr-single-news .hr-news-img .hr-news-category .hr-category-date {
    font-size: 14px;
    color: #636363;
    background: #fff;
}
.hr-news-info-details .hr-news-title {
    padding: 20px 0px;
}
.hr-top-icon a span {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    font-family: var(--font-02);
    display: flex;
    column-gap: 10px;
}
.hr-news-info-details .hr-news-title a {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    color: #333333;
    padding: 0;
    transition: all 0.3s ease;
    font-family: var(--font-01);
}
/*.hr-news-info-details .hr-news-info {
    font-size: 17px;
    line-height: 26px;
    color: #636363;
    margin-bottom: 25px;
    padding: 0 30px;
}*/
.hr-coment-review {
    padding: 20px 30px;
    border-top: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hr-coment-review .hr-comment {
    font-size: 16px;
    color: #636363;
}
.hr-coment-review .hr-review-start {
    display: flex;
    align-items: center;
    margin: 0;
    list-style-type: none;
}
.hr-coment-review .hr-review-start li {
    color: var(--color-4);
    font-size: 16px;
    margin-right: 6px;
}
.hr-coment-review .hr-review-start .hr-review-count {
    margin-left: 4px;
}
.hr-coment-review .hr-review-start li:last-child {
    margin-right: 0;
}
.hr-coment-review .hr-review-start li:nth-last-child(-n+3) {
    color: #636363;
}

.hr-single-news .hr-news-category li {
  list-style: none;
}
.hr-category-name {
  padding: 9px 23px;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  margin-right: 24px;
  letter-spacing: .5px;
  transition: all .4s;
  color: #000;
  border: 1px solid #000;
}
.hr-category-date {
    font-size: 16px;
    letter-spacing: .5px;
    font-family: var(--font-02);
}

.recent-post-wapper img {
  width: 100%;
}
.type-keyword input {
  font-weight: 400;
  letter-spacing: .5px;
  color: #000;
  border: 1px solid #000;
  margin: 0;
  width: 100%;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  background-color: transparent;
  padding: 15px 24px !important;
  transition: all .4s;
}
.type-keyword input::placeholder {
  color: #000;
  opacity: 1;
  z-index: 2;
  font-weight: 400;
}
.type-keyword {
    position: relative;
    margin-bottom: 30px;
}
.type-btn i {
  color: #000;
}
.type-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #000;
  border: none;
  color: #000;
}
.blog-right .hr-list-widget {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fffdf8;
    border: 1px solid #000;
}
.blog-right .hr-widget-head h5 {
  font-size: 30px;
  line-height: 1.4em;
  font-family: var(--font-01);
  font-weight: 700;
}
.blog-right .hr-simple-nav span {
  font-size: 21px;
  transition: all .4s;
  color: #000;
  font-family: var(--font-02);
}
.blog-right .hr-widget-nav .nav-link {
  padding: 10px 0;
}

.recent-post {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fffdf8;
    border: 1px solid #000;
}
.recent-post-head h5 {
  font-size: 30px;
  line-height: 1.4em;
  font-family: var(--font-01);
  font-weight: 700;
  margin-bottom: 24px;
}
.recent-post-wapper {
  display: flex;
  column-gap: 10px;
}
.recent-post-wapper figure {
  max-width: 155px;
  border-radius: 10px;
}
.recent-post-wapper figure img {
  border-radius: 10px;
}
.recent-post-date {
  font-size: 16px;
  letter-spacing: .5px;
  font-family: var(--font-02);
  margin-bottom: 20px;
  display: inline-block;
}
.recent-post-content h6 {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  font-family: var(--font-01);
}
.recent-post-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media(max-width:1400px){
    .recent-post-wapper figure {
    max-width: 100px;
    border-radius: 10px;
}
.recent-post-date {
    margin-bottom: 10px;    
}
.recent-post-content h6 {
    font-size: 18px;
}
}
@media (max-width: 1200px) {
    .hr-single-news .hr-news-img .hr-news-category .hr-category-date {
        font-size: 11px;
    }
}
@media(max-width:575px){
    .hr-news-info-details .hr-news-title a {
    font-size: 20px;
    line-height: 24px;
}
.hr-news-info-details .hr-news-title {
    padding: 10px 0px;
    margin: 0;
}
}
