@import url(../styles/global.css);
@import url(../styles/header.css);
.blog{
    border-radius: 23px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 22px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: calc(100% - 22px);
    display: flex;
    flex-direction: column;

}
.blog:hover{
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.blog__image-wrapper{
    padding: 9px;
    border-radius: 16px 16px 0 0;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.blog__image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.blog:hover .blog__image-wrapper {
    background-color: var(--color-blue-1);
}
.blog__content{
    padding:0 15px 15px;
}
.blog__content p{
    font-size: 15px !important;
    text-align: justify;
}
.blog__content p *{
    font-size: inherit !important;
}
.blog__content-title{
    color:var(--color-primary);
    font-weight: 800;
    margin-left: auto;
    font-size: 20px;
}
.blog__content-btn{
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 24px;
    height: 24px;
    background-color: #fff;
    cursor: pointer;
}

.blog__breadcrumb ul{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.blog__breadcrumb-item{
 
    font-weight: 500;
    color: var(--color-text-3);

}
.blog__breadcrumb-item::after{
    content: "/";
    margin: 0 1px;
}
.blog__breadcrumb-item:last-child::after{
  content: " ";
}
.blog__text{
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    color: #0F2137 !important;
}
.blog__button{
    padding: 14px;
    text-align: center;
    background-color: var(--color-primary);
    color: #fff;
    margin-top: auto;
    font-weight: 700;
}

.side-category{
    padding: 16px 16px 50px;
    background-color: #f9f9f9;
    border-radius: 23px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
}
.tags-list{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
}
.side-category__list-item{
    font-size: 15px;
}
.tags-list__item a{
   
    color: #0F2137;
    text-decoration: underline;
    font-size: 14px;
}
.tags-list__item a:hover{
    color: var(--color-blue-1);
}
.side-category__img-wrapper{
    text-align: center;
}
.side-category__img-wrapper img{
    border-radius: 17px;
}
.side-category__title {
    margin-bottom: 15px;
    color: var(--color-primary);
    font-weight: 800;
    margin-left: auto;
    font-size: 20px;
}

.side-category__list-item a::before {
    content: " ";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--color-primary);
    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 a {
    color: #0F2137;
    line-height: 35px;
}
.more {
    font-size: 18px;
    min-width: 160px !important;
    font-weight: 700;
    margin-bottom: 16px;
}






/* ----------------------- blog ------------------- */


.single-blog__text p,.single-blog__text div {
    font-size: 15px !important;
    font-family: var(--font-yekan-light);
    margin-bottom: 16px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    color: var(--color-text);
    text-align: justify !important;
}
.single-blog__text a{
    color: var(--color-primary);
    font-weight: 600 !important;
    font-size: 16px !important;
}
.single-blog__text li {
    list-style-position: inside;
    margin-bottom: 8px;
}

.single-blog__text img {
    max-width: 100%;
    height: auto !important;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.single-blog__text * {
    font-size: 19px;
    font-family: var(--font-yekan-light);
    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));
}

.single-blog__sidebar {
    position: sticky;
    top: 20px
}

.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%;
}




/* ---------------------------------------- comment-section ----------------------- */
.comments__section {
    padding: 50px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 23px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
   
    position: relative;
    height: 100%;
}

.comments__section-title {
    color: var(--color-text);
    text-align: center;
}

.comment-item {
    padding:15px;
    background-color: var(--color-three);
    border-radius: 10px 10px 2px 2px;
    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-family: var(--font-medium);
    color: var(--color-text);
    font-size: 20px;
    text-align: center;
}

.comment-item__text {
    
    font-size: 14px;
    line-height: 23px;
    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 var(--color-blue-1);
}

.comments__section .owl-nav {
    display: flex;
    justify-content: center;
}

    .comments__section .owl-nav button {
        width: 53px;
        height: 53px;
        border-radius: 50%;
        background-color: var(--color-blue-1);
        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 {
    padding: 30px;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 23px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}


.form__textarea {
    min-height: 180px;
    resize: none;
}

.form__send-btn {
    border: 0;
    min-width: 150px;
    display: table;
    margin: auto;
    cursor: pointer;
}

.form__star {
    color: red;
    font-size: 20px;
}