/*=============================
	09. Featured Post
===============================*/
.featured-post-area {
    position: relative;
}

.featured-post-wrap .row {
    --bs-gutter-x: 20px;
}

.featured-post-wrap .row [class*="col-"] {
    padding: 0 10px;
}

.featured-post-item {
    margin-bottom: 30px;
}

.featured-post-thumb {
    border-radius: 6px;
    overflow: hidden;
}

.featured-post-thumb img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.featured-post-item:hover .featured-post-thumb img {
    transform: scale(1.1);
}

.featured-post-content {
    position: relative;
    text-align: center;
    padding: 25px 0 0;
}

.featured-post-content .post-tag {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: -13px;
}

.post-tag {
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    background: var(--tg-primary-color);
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px;
    margin-bottom: 15px;
}

.post-tag:hover {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
}

.featured-post-content .post-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.post-title a:hover {
    color: var(--tg-secondary-color);
}

.post-title a {
    color: inherit;
    display: inline;
    padding-bottom: 0;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, right top, right bottom, from(currentColor), color-stop(98%, currentColor));
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: right 100%;
}

.featured-post-item:hover .post-title a {
    background-size: 100% 1px;
}

.blog-post-meta .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-post-meta .list-wrap li {
    display: flex;
    align-items: center;
    color: var(--tg-icon-color);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    gap: 5px;
}

.blog-post-meta .list-wrap li i {
    line-height: 0;
    font-size: 16px;
}

.blog-post-meta .list-wrap li a {
    color: var(--tg-icon-color);
}

.blog-post-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.featured-post-active .slick-arrow {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -80px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    line-height: 0;
    color: var(--tg-white);
    font-weight: 700;
    font-size: 20px;
    background: var(--tg-primary-color);
    border: none;
    transform: rotate(-180deg);
    z-index: 3;
    opacity: 0;
    transition: .3s linear;
}

.featured-post-active .slick-arrow:hover {
    background: var(--tg-secondary-color);
}

.featured-post-active .slick-next.slick-arrow {
    right: auto;
    left: -15px;
    transform: rotate(0);
}

.featured-post-active:hover .slick-arrow {
    opacity: 1;
}

.latest-post-item.big-post .featured-post-thumb img {
    height: 390px;
    object-fit: cover;
    width: 100%;
}

.latest-post-item.big-post .featured-post-content {
    padding: 30px 0 0;
}

.latest-post-item.big-post .featured-post-content p {
    width: 90%;
    margin: 0 auto;
}

.latest-post-item.big-post .featured-post-content .post-title {
    font-size: 28px;
}

.latest-post-item.big-post:hover .featured-post-content .post-title a {
    background-size: 100% 2px;
}

.latest-post-item.big-post .blog-post-meta .list-wrap {
    margin-bottom: 12px;
}

.latest-post-item.small-post .featured-post-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.latest-post-item.small-post .featured-post-content .post-title {
    font-size: 20px;
    line-height: 1.4;
}

.featured-post-item.healthy-post .featured-post-thumb img {
    height: 200px;
}

.featured-post-item.healthy-post .featured-post-content .post-title {
    font-size: 20px;
    line-height: 1.4;
}

.swprtl {
    direction: ltr;
}

.trending-post-active .slick-arrow {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    line-height: 0;
    color: var(--tg-white);
    font-weight: 700;
    font-size: 20px;
    background: var(--tg-primary-color);
    border: none;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    transition: .3s linear;
}

.trending-post-active .slick-prev.slick-arrow i {
    transform: rotate(-180deg);
}

.trending-post-active .slick-next.slick-arrow {
    right: auto;
    left: -15px;
}

.trending-post-active .slick-arrow:hover {
    background: var(--tg-secondary-color);
}

.trending-post-active:hover .slick-arrow {
    opacity: 1;
}

.editor-nav .slick-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #CFCFCF;
    font-size: 14px;
}

.editor-nav .slick-arrow:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}

.editor-post-active-two .slick-active:last-child .editor-post-three::before {
    display: none;
}

.editor-nav-two .slick-arrow {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #CFCFCF;
    font-size: 14px;
}

.editor-nav-two .slick-arrow:hover {
    background: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    color: var(--tg-white);
}

[tg-theme=dark] .editor-nav .slick-arrow {
    border-color: var(--tg-gray);
}

[tg-theme=dark] .editor-nav .slick-arrow:hover {
    border-color: var(--tg-primary-color);
}

[tg-theme=dark] .editor-nav-two .slick-arrow {
    border-color: var(--tg-border-dark);
}

[tg-theme=dark] .editor-nav-two .slick-arrow:hover {
    border-color: var(--tg-primary-color);
}

.select-dropdown,
.select-dropdown * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.select-dropdown {
    position: relative;
    background-color: #F6BFCB;
    border-radius: 4px;
    width: 200px;
    margin: 0 auto;

}

.select-dropdown select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}
.select-dropdown option {
    text-align: center; /* افزودن این خط */
}

.select-dropdown select:active, .select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.select-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #aaa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.desktop-sort {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.value-item {
    margin: 5px;
}

.mobile-sort-default {
    width: 200px;
}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
    .container {
        max-width: 1320px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
    .container,
    .custom-container {
        max-width: 960px;
    }

    .featured-post-thumb img {
        height: 350px;
    }

    .featured-post-content .post-title {
        font-size: 22px;
    }

    .latest-post-item.big-post .featured-post-content .post-title {
        font-size: 24px;
    }

    .latest-post-item-wrap > .row > .col-66 {
        width: 100%;
    }

    .latest-post-wrap {
        display: flex;
        margin: 0 -15px;
    }

    .latest-post-item.small-post {
        width: 50%;
        flex: 0 0 auto;
        padding: 0 15px;
    }

    .latest-post-item-wrap > .row > .col-34 {
        width: 100%;
    }

    .featured-post-item.healthy-post .featured-post-content .post-title {
        font-size: 18px;
    }

    .sidebar-img {
        text-align: center;
    }

}


/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
    .container,
    .custom-container {
        max-width: 720px;
    }

    .latest-post-item.big-post .featured-post-content p {
        width: 100%;
        margin: 0 auto;
    }

    .latest-post-item.big-post .featured-post-content .post-title {
        font-size: 26px;
    }

    .latest-post-item.small-post .featured-post-content .post-title {
        font-size: 22px;
    }

}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    .custom-container {
        max-width: 100%;
    }

    .latest-post-item.big-post .featured-post-thumb img {
        height: 350px;
    }

    .latest-post-item.big-post .featured-post-content .post-title {
        font-size: 24px;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container,
    .custom-container {
        max-width: 540px;
    }

}

@media (max-width: 992px) {
    .desktop-sort {
        display: none;

    }

    .mobile-sort {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;

    }
}

@media (min-width: 992px) {
    .mobile-sort {
        display: none;
    }
}

.widget p a {
    font-family: Tahoma;
}

.btn-showmore {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 22px;
    width: auto;
  text-transform: capitalize;
  border-radius: 20px;
  background-color: #f67280;
  color: #ffffff;
  border: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-showmore:hover, .btn-showmore:focus {
  color: #ffffff;
  background-color: #f67280;
  outline: none;
  opacity: 0.8;
}


.text-content {
    white-space: pre-line;
}

.space_fasele {
    margin-top: 20px;
    margin-bottom: 20px;
}

.widget .title h1{
    font-size: 24pt;
    padding-bottom: 15px;
}

.widget .title p{
    font-size: 14pt;
}

.navbar .logo {
    margin-left: 30px;
}
