@import url(fonts.css);
@import url(grid.css);
@import url(global.css);
@import url(header.css);

.breadcrumb-menu {
    display: flex;

}

.breadcrumb-menu::before {
    content: " ";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 16C15 15.2044 14.6839 14.4413 14.1213 13.8787C13.5587 13.3161 12.7957 13 12 13C11.2044 13 10.4413 13.3161 9.87868 13.8787C9.31607 14.4413 9 15.2043 9 16V20H4L4 10L8 6.5M12 3L20 10L20 20H15' stroke='%23D61C4E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-block;
    margin-left: 5px;
}

.breadcrumb__item {
    font-family: var(--font-yekan-regular);
    font-size: var(--font-size-1);
}

.breadcrumb__item.active {
    color: var(--color-red-primary);
    font-family: var(--font-yekan-medium);
}

.breadcrumb__item:not(:last-child):after {
    content: "/";
    margin: 0 3px;
}

.page-title {
    padding: 9px 22px;
    background-color: #F9F9F9;
    border-radius: 200px;
    color: var(--color-red-primary);
    font-size: 16px;
}

/* ------------------------- sidebar -------------------------- */
.side-category__title {
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--primary-color);
    display: table;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    min-width: 190px;
}

.side-category__list-item a {
    font-size: 14px;
    color: #9FA2A3;
    line-height: 35px;
}

.side-category__list-item a::before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-category__list-item:hover a {
    color: var(--primary-color);
}

.side-category {
    padding: 16px 16px 50px;
    position: sticky;
    top: 53px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px 0 #d8d8d8;
    box-shadow: 0 5px 20px 0 #d8d8d8;
}

.tags-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.tags-list__item a {
    font-weight: 400;
    font-size: 13px;
    color: #9FA2A3;
    text-decoration: none;
}

.tags-list__item a:hover {
    color: var(--primary-color);
}

.side-category__img-wrapper {
    text-align: center;
}

.side-category__img-wrapper img {
    border-radius: 17px;
}

/* ----------------------- blogs ------------------- */
.single-blog__text span,
.single-blog__text strong {
    color: inherit !important;
    font-weight: inherit !important;
    margin: inherit !important;
}

.single-blog__text h1 {
    color: var(--primary-color) !important;
    font-weight: bold !important;
    margin: 2rem 0 0.2rem !important;
    font-size: 28px !important;
}

.single-blog__text h2 {
    color: var(--primary-color) !important;
    font-weight: bold !important;
    margin: 2rem 0 0.2rem !important;
    font-size: 24px !important;
}

.single-blog__text h3 {
    color: var(--primary-color) !important;
    font-weight: bold !important;
    margin: 2rem 0 0.2rem !important;
    font-size: 20px !important;
}

.single-blog__text h4 {
    color: var(--primary-color) !important;
    font-weight: bold !important;
    margin: 2rem 0 0.2rem !important;
    font-size: 15px !important;
}

.single-blog__text p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
    color: var(--color-text);
    text-align: justify;
}

.single-blog__text ul,
.single-blog__text li {
    font-size: unset;
    color: var(--primary-color);
}

.single-blog__text ul,
.single-blog__text ol {
    margin: 10px;
}

.single-blog__text ul li {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 8px;
}

.single-blog__text ol li {
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: 8px;
}

.single-blog__text label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.single-blog__text input[type="radio"] {
    opacity: 1;
    visibility: visible;
    display: unset;
}

.single-blog__text input[type="checkbox"],
.single-blog__text input[type="radio"] {
    width: 15px;
    height: 15px;
    accent-color: var(--primary-color);
}

.single-blog__text img {
    max-width: 100%;
}

.single-blog__text * {
    font-size: 19px;
    font-weight: 300;
}

.single-blog__img img {
    max-width: 100%;
    border-radius: 27px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

.more {
    background-color: var(--primary-color);
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
    margin: auto;
    display: table;
    font-size: 23px;
    min-width: 230px;
    font-weight: 600;
    transition: all 0.3s;
}

.more:hover {
    box-shadow: 0 10px 20px var(--color-three);
}

.single-blog__sidebar {
    position: sticky;
    top: 51px
}

.single-blog__sidebar-top {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 2px dashed #9FA2A3;
}

.single-blog__top-image img {
    border-radius: 27px;
    margin-bottom: 20px;
    max-width: 100%;
}

.articles .title-box {
    color: var(--secondary-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.articles .title-box h2 {
    font-size: 28px;
    font-weight: 900;
}

.articles .title-box a {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 80px;
    box-shadow: 0 5px 20px rgba(149, 149, 149, 0.2);
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.articles .caption-box {
    display: flex;
    flex-direction: column;
    color: #686464;
    line-height: 35px;
}

.articles .caption-box .title {
    font-size: 48px;
    font-weight: 900;
    color: #6C7680;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .articles .caption-box .title {
        font-size: 36px;
    }
}

.articles .card-box {
    transition: 0.3s all ease-in-out;
}

.articles .card-box:hover {
    scale: 1.03;
}

.articles .article-card .internal-card {
    padding: 1.5rem;
    background-color: white;
    box-shadow: 0 5px 25px #0000003b;
    border-radius: 20px;
    color: #6C6C6C;
    font-size: 10px;
    position: absolute;
    bottom: -20%;
    width: 75%;
}

.articles .article-card .internal-card h4 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.articles .article-card .internal-card .details li {
    list-style-type: disc;
    color: #7B7D7E;
}

.articles .article-card .internal-card .details a {
    font-size: 10px;
    margin-right: -5px;
}

.articles .article-card .internal-card .read-more {
    color: var(--color-red-primary);
    font-size: 10px;
    font-weight: bold;
}

.blogs-section .articles .row {
    row-gap: 110px;
    margin-bottom: 110px;
}

.articles .article-card img {
    height: 350px;
    border-radius: 30px;
}

@media (max-width: 1200px) {

    .articles .article-card .internal-card,
    .internal-card a {
        font-size: 11px;
    }

    .articles .article-card .internal-card h4 {
        font-size: 13px;
    }

    .articles .article-card .internal-card a {
        font-size: 13px;
    }

    .articles .article-card img {
        height: 350px;
    }

    .articles .article-card .internal-card svg {
        width: 15px;
    }

    .articles .row {
        row-gap: 70px;
    }

    .articles .card-box {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .articles .article-card img {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .articles .article-card .internal-card {
        width: 90%;
    }

    .articles .card-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width: 830px) {

    .articles .article-card .internal-card,
    .internal-card a {
        font-size: 9px;
    }

    .articles .article-card .internal-card h4 {
        font-size: 11px;
    }

    .articles .article-card .internal-card a {
        font-size: 11px;
    }
}

/*articles-sections-end*/

/* ---------------------------------------- comment-section ----------------------- */
.comments__section {

    position: relative;
    height: 100%;
    padding: 16px 16px 50px;
    border-radius: 30px;
    /* border: 0.5px solid var(--secondary-color); */
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px 0 #d8d8d8;
    box-shadow: 0 5px 20px 0 #d8d8d8;
}

.comments__section-title {
    color: var(--color-text);
    text-align: center;
}

.comment-item {
    padding: 30px 40px;
    border-radius: 10px;
}

.comment-item__img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.comment-item__author {
    font-weight: 500;
    color: var(--color-text);
    font-size: 20px;
    text-align: center;
}

.comment-item__text {
    color: #616364;
    font-size: var(--font-size-1);
    line-height: 20px;
    text-align: justify;
}

.comments__section .owl-stage {
    display: flex;
}

.comments__section .owl-stage-outer {
    overflow: hidden;
}

.owl-item.bg-white .comment-item {
    background-color: #fff;
    border-bottom: 6px solid;
}

.comments__section .owl-nav {
    display: flex;
    justify-content: center;
}

.comments__section .owl-nav button {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

/* .comments__section .owl-nav button.disabled{
    background-color: #fff;
} */
/* .owl-item.active:nth-child(2){
    background-color: #fff;
} */
/* ---------------------------------------- comment-section ----------------------- */


/* ------------------------------------------- comment-send ------------------------- */
.comment-send__wrapper .comments__section-title {
    margin-bottom: 25px;
}

.comment-send__wrapper {

    position: relative;
    padding: 16px 16px 16px;
    border-radius: 20px;
    /* border: 0.5px solid var(--secondary-color); */
    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px 0 #d8d8d8;
    box-shadow: 0 5px 20px 0 #d8d8d8;
}

.form__textarea {
    min-height: 180px;
    resize: none;
}

.form__send-btn {
    border: 0;
    min-width: 150px;
    display: table;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    height: 48px;
}

.form__star {
    color: var(--primary-color);
    font-size: 20px;
}

/* ------------------------------------------- comment-send ------------------------- */
.side-category__img-wrapper .owl-stage {
    display: flex;
}

.side-category__img-wrapper .owl-stage-outer {
    overflow: hidden;
}

.side-category__img-wrapper .owl-nav {
    display: none;
}

.side-category__img-wrapper .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    margin: 0 2px;
}

/* ----------------------------------------- writer section */

.writer__logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px rgba(15, 115, 132, 0.8);
    margin-left: 30px;
    flex-shrink: 0;
}

@media only screen and (max-width: 1200px) {
    .blog__image-wrapper {
        height: auto;
    }

    .more {
        margin: 40px auto;
    }
}

@media only screen and (max-width: 992px) {
    .side-category {
        top: 5px
    }

    .writer__logo {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .single-blog__top-image img {
        display: block;
    }

    .single-blog__sidebar-top {
        display: none;
    }

    .writer__logo {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .main-section__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }

    .main-section__filter-title {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .more {
        width: 80%;
        min-width: auto;
        font-size: 20px;
    }

    .comment-send__wrapper {
        padding: 10px;
    }

    .download-box__wrapper svg {
        width: 36px;
        height: 36px;
    }

    .download-box__wrapper .main-btn {
        min-width: auto;
        font-size: 14px;
    }

    .link__wrapper {
        justify-content: center;
    }

    .comment-item {
        padding: 20px 16px;
        border: none;
    }

    .comments__section {
        padding: 16px;
    }
}


.blogs-blog .blog-content {
    width: auto;
}

.blogs-blog .blog-image {
    flex-shrink: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EC1F27' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EC1F27' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next {
    margin-left: -30px;
}

.carousel-control-prev {
    margin-right: -30px;
}

/*--------------------swiper--------------------*/
.swiper {
    width: 100%;
    height: 85%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-section .articles .row {
    row-gap: 110px;
    margin-bottom: 110px;
}

@media (max-width: 768px) {
    .blogs-section .articles .article-card .internal-card {
        width: 80%;
    }
}