.arz-main-post-box__child-1 .arz-main-post__title,
.arz-main-post-box__child-6 .arz-main-post__title {
    font-size: 1.5rem;
}
.arz-main-post-box__child-1,
.arz-main-post-box__child-2,
.arz-main-post-box__child-3 {
    margin-bottom: 3px;
}
.arz-main-post-box__child-1,
.arz-main-post-box__child-6 {
    width: calc(50% - 2px);
}
.arz-main-post-box__child-2,
.arz-main-post-box__child-3,
.arz-main-post-box__child-4,
.arz-main-post-box__child-5{
    width: calc(25% - 2px);
}
#main-posts .arz-owl-carousel-nav {
    display: none;
}

.arz-iran-last-post__image-box{
    max-height: 110px;
}

.arz-last-post:first-child{
    padding-top: 0!important;
}
/* Start: Selected Post card Classes */
.arz-selected-posts {
    min-height: 320px;
    position: relative;
}
.arz-selected-posts__title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-bottom: 1rem;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arz-selected-posts .arz-owl-carousel-nav {
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    height: 140px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
    width: 140px;
}
.arz-selected-posts .arz-owl-carousel-next {
    right: -85px;
}
.arz-selected-posts .arz-owl-carousel-prev {
    left: -85px;
}
.arz-selected-posts .arz-owl-carousel-nav .arz-icon {
    fill: #666;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.arz-selected-posts .arz-owl-carousel-next .arz-icon {
    left: 20px;
}
.arz-selected-posts .arz-owl-carousel-prev .arz-icon {
    right: 20px;
}
.arz-selected-posts .owl-stage {
    padding-bottom: 10px;
}
.arz-selected-post {
    background-color: #FFF!important;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px #0000002b;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #333!important;
    height: 100%;
    transition: all 0.2s;
    width: 255px;
    font-size: 14px!important;
}
.arz-selected-post__image-box {
    height: 145px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.arz-selected-post__image {
    height: 100%;
    object-fit: cover;
    transition: transform .4s linear;
    display: block;
    width: 100%;
}
.arz-selected-post:hover {
    box-shadow: 1px 1px 10px #00000047;
}
.arz-selected-post:hover .arz-selected-post__image {
    transform: scale(1.1);
}
.arz-selected-post__title {
    padding: .5rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: justify;
    color: #333;
    font-size: 14px;
}
.arz-selected-post__footer {
    align-items: center;
    color: #999;
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    margin-top: auto;
    padding: .5rem;
    padding-top: 0;
}
.arz-selected-post__author-link {
    color: #707070;
    display: flex;
    align-items: center;
}
.arz-selected-post__author-link .arz-avatar {
    margin-left: 5px;
}
/* End: Selected Post card Classes */
/* Start: tools section */
.arz-tools {
    position: relative;
    padding: 1.1rem;
    height: 100%;
}
.arz-tool__item {
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: inset 0 0 0 #fff;
    box-sizing: content-box;
    height: 120px;
    margin: 5px 0;
    padding: 1rem;
    text-align: center;
    transition: all 0.2s linear;
    position: relative;
    width: 120px;
}
.arz-tool__item:hover {
    box-shadow: inset 0 0 44px #84d0ea;
}
.arz-tool__item.arz-text-overflow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffa50000;
    border-radius: 100%;
    transform: scale(2);
    transition: all 0.7s;
    z-index: 1;
    right: -300px;
    top: -300px;
}
.arz-tool__item:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #cef2ff;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.5s;
}
.arz-tool__item-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.arz-tool__item:hover:before {
    transform: scale(1);
}
.arz-tool__item.arz-text-overflow:hover:after {
    top: -120px;
    right: -160px;
    background: #ffffff47;
}
.arz-tool__item-link{
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: .5rem;
}
.arz-tools .arz-owl-carousel-nav {
    fill: #FFF;
}
.arz-tools .arz-owl-carousel-nav.arz-owl-carousel-next {
    right: -20px;
}
.arz-tools .arz-owl-carousel-nav.arz-owl-carousel-prev {
    left: -20px;
}
/* End: tools section */

/* Start: Selected Posts Section */
#selected-posts {
    overflow: hidden;
    padding: 1rem 0;
}
#selected-posts .owl-carousel .owl-stage {
    display: flex;
}
#selected-posts .owl-carousel .owl-stage {
    flex-grow: 1;
}
/* End: Selected Posts Section */
/* Start: footer Section */
/* .arz-fundamentals-posts__container {
    background-color: #FFF;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px #0000002b;
    padding-top: 1rem;
}
.arz-fundamentals-posts__title {
    font-size: 1.2rem;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.arz-fundamentals-posts__title-link{
    color: #30505c;
}
.arz-fundamental-carousel {
    height: 144px;
    padding: 1rem 2.7rem;
    position: relative;
    direction: ltr;
    text-align: center;
}
.buysell-home-icons{
    width: 85px !important ; margin: auto; margin-bottom: 0.5rem;
}

.arz-fundamental-carousel__item {
    color: #666;
    display: inline-block;
    font-size: 12px!important;
    width: 120px;
    min-width: 120px;
    transition: color .2s linear;
}
.arz-fundamental-carousel__item-black{
    color: #000;
    font-weight: 500;
}
.arz-fundamental-carousel__item-title {
    display: block;
}
.arz-fundamental-carousel__item-title > span {
    margin: 0 5px;
    text-transform: capitalize;
}
.arz-fundamental-carousel__item-icon {
    display: block;
    fill: #999;
    height: 85px;
    width: 85px;
    margin: auto;
    margin-bottom: .5rem;
}
.arz-fundamental-carousel .arz-owl-carousel-nav.arz-owl-carousel-next {
    right: 10px;
}
.arz-fundamental-carousel .arz-owl-carousel-nav.arz-owl-carousel-prev {
    left: 10px;
}
.arz-fundamental-carousel_item-overflow-content {
    display: block;
} */
/* End: Fundamental Section */

#iran-news{
    min-height: 250px;
}
#iran-news .owl-carousel {
    min-height: 180px;
    width: calc(100% - 50px);
}
#iran-news .arz-iran-last-post__all {
    left: -53px;
    position: absolute;
    top: calc(50% + 6px);
    transform: translate(0, -50%) rotate(-90deg);
}

#multimedia {
    background-color: #FFF;
    padding: 1rem 0;
}
#multimedia .arz-row {
    height: 100%;
}
#multimedia .arz-last-more {
    margin-top: 1rem;
    text-align: center;
}
#multimedia .arz-last-more .arz-btn {
    font-size: 12px;
    padding: .5em 1.5em;
    height: 30px;
    line-height: 20px;
}

#infographic .arz-last-video-first{
    flex-direction: row-reverse;
}

@media (min-width: 1112px) {
    .arz-main-post-box__child-1,
    .arz-main-post-box__child-6 {
        width: calc(52% - 2px);
    }
    .arz-main-post-box__child-2,
    .arz-main-post-box__child-3,
    .arz-main-post-box__child-4,
    .arz-main-post-box__child-5 {
        width: calc(24% - 2px);
    }
}
@media (min-width: 1312px) {
    .arz-main-post-box__child-1,
    .arz-main-post-box__child-6 {
        width: calc(56% - 2px);
    }
    .arz-main-post-box__child-2,
    .arz-main-post-box__child-3,
    .arz-main-post-box__child-4,
    .arz-main-post-box__child-5{
        width: calc(22% - 2px);
    }
    .arz-home-coins__list {
        padding-left: 6px;
    }
    #coins-prices .arz-home-coins__info {
        width: 250px!important;
    }
    #coins-prices .arz-home-coins {
        flex-grow: 1;
    }
}