@import url(css/responsive.css);
@font-face {font-family: 'vazir';src: url('fonts/Vazir.woff') format("woff");}
@font-face {font-family: shabnam;src: url("fonts/Shabnam-FD-WOL.woff") format("woff");}

*{margin: 0;padding: 0;box-sizing: border-box;}
body {font-family: shabnam;}
a{text-decoration: none;}
::-webkit-scrollbar {
    width: 10px;
  }
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #240866; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #240866; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #240866; 
}
.plyr--video{
    height: 100% !important;
}
video#player{
   height: 100% !important;
}

/* ------------------------- Satrt Header ------------------------- */
    header{
        /* background-color: cyan; */
        width: 100%;
        height: 100px;
        position: fixed;
        z-index: 10;
    }
    header .header{
        width: 100%;
        height: 80px;
        background-color: #fff;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    header .header ul{
        margin: 0;
        padding: 0;
    }
    header .header ul li{
        margin-right: 10px;
        list-style: none;
        float: right;
        padding: 30px 20px;
    }
    header .header ul li .fa-home{
        font-size: 30px;
        padding-left: 10px;
        float: right;
        line-height: 20px;
        color: #240766;
    }
    header .header ul li a{
        color: #240766;
        font-size: 16px;
        font-weight: bold;
    }
    header .header ul li .instagram{
        background-color: #240866;
        padding: 10px;
        color: #fff;
        font-size: 18px;
        border-radius: 20px;
    }
/* ------------------------- End Header ------------------------- */



/* ------------------------- Satrt Main ------------------------- */
    .main{
        width: 100%;
        height: 700px;
    }
    .main .main-left{
        width: 100%;
        height: 700px;
        margin-top: 100px;
    }

    .box-main{
        width: 100%;
        height: auto;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        margin-bottom: 30px;
    }

    .box-main .box-image{
        width: 100%;
    }
    .box-main .box-image img{
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .box-main .box-content{
        height: 80px;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .box-main .box-content h2{
        direction: rtl;
        text-align: right;
        padding-right: 10px;
        padding-top: 10px;
        color: #240766;
        font-size:16px
    }
    .box-main .box-content span.fa-eye{
        float: left;
        padding-left: 20px;
        font-size:16px;
        color: darkcyan;
    }
    box-main .box-content .fa-heart{
        float: left;
        padding-left: 20px;
        font-size:16px;
        color: crimson !important;
    }
    .box-main .box-content .fa-comment{
        float: left;
        padding-left: 20px;
        font-size:16px;
        color: #01579B;
    }
    .box-main .box-content .views{
        font-family: 'vazir';
    }    
.main .main-right{
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
        width: 100%;
        height: auto;
        border-radius: 20px;
        position: fixed;
        width: 17%;
        margin-top: 100px;
    }
    .main .main-right .filter{
        width: 100%;
        height: 70px;
        text-align: center;
        padding-top: 30px;
    }
    .main .main-right .filter p{
        background-color: #fde32a;
        width: 164px;
        font-size: 19px;
        margin: 0 auto;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        padding: 10px 0;
        border-radius: 25px;
    }
    .main-right .menu-filter{
        margin: 100px auto !important;
        text-align: center;
    }
    .main-right .menu-filter ul{
        list-style: none;
        padding: 0;
    }
    .main-right .menu-filter ul li {
        margin: 40px 0;
    }
    .main-right .menu-filter ul li a{
        color: #240866;
        font-size: 19px;
    }
    .main-right .contact{
        text-align: center;
        font-size: 18px;
        background: #240866;
        width: 188px;
        width: 164px;
        margin: 0 auto;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        padding: 10px 0;
        border-radius: 25px;
        margin-bottom: 30px;
    }
    .main-right .contact a{
        display: block;
        color: #fff;
    }
/* ------------------------- End Main ------------------------- */





/* ------------------------- Start single -------------------------*/

    .single-main{
        width: 100%;
        height: 800px;
    }
    .single-main .single-left{
        width: 100%;
        height: 800px;
        float: left;
        margin-top: 100px;
    }
    .single-main .single-right{
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border-radius: 30px;
        margin-top: 100px;
    }
    span.carousel-control-next-icon{
        background-image: url('images/next.png');
        transform: scale(1.6);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    span.carousel-control-prev-icon{
        background-image: url('images/prev.png');
        transform: scale(1.6);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: 10px;
    }
    .single-right .single-header{
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .single-header .header-info{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
        .single-header .header-info .eye, .heart{
        font-size: 21px;
    }
    .single-header .header-info .fa-eye{
        padding-right: 10px;
        padding-right: 10px;
        font-size: 24px;
        color: #c1c1c1;
    }
    .single-header .header-info .fa-heart{
        vertical-align: middle;
        padding-right: 10px;
        font-size: 24px;
        color: crimson;
        cursor: pointer;
        margin-top: 5px;
    }
    .single-header .header-info .fa-heart-o{
        vertical-align: middle;
        padding-right: 10px;
        font-size: 24px;
        color: crimson;
        cursor: pointer;
    }
    .single-right .single-header h1{
        text-align: right;
        font-size: 21px;
        font-weight: bold;
        margin-right: 40px;
    }
    .single-right .single-header h1:after{
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        background-color: #240866;
        vertical-align: middle;
        margin-left: 20px;
    }
    .single-right .single-content{
        width: 100%;
        height: 570px;
    }
    .single-right .single-content .box-content{
        overflow: auto;
        width: 90%;
        height: auto;
        margin: 0 auto;
        text-align: right;
        direction: rtl;
        padding: 0 40px;
        border-radius: 30px;
    }
    .single-right .single-content .box-content p{
        line-height: 40px !important;
        text-align: justify;
    }
    .single-footer p{
        margin-left: 40px !important;
        font-family: 'vazir';
        cursor: pointer;
    }
    .single-footer .fa-comment{
        padding-right: 10px;
        font-size: 25px;
        vertical-align: middle;
    }
    .single-footer form{
        position: relative;
        width: 100%;
    }
    .single-footer form .comment-text{
        width: 90% !important;
        height: 60px;
        margin: 0 30px;
        border-radius: 30px;
        border: 1px solid #c2c2c2;
        padding-right: 53px;
    }
    .single-footer form button.fa-send{
        position: absolute;
        left: 39px;
        top: 5px;
        font-size: 25px;
        width: 50px;
        height: 50px;
        background: transparent;
        border-radius: 50%;
        transform: scaleX(-1);
        color: black;
        border: none;
    }
    #carousel{
        height: 100%;
    }
    .menu-mobile{
        display: none;
    }
    #control{
        display: none;
    }
    .control{
        position: relative;
        font-size: 40px;
        float: right;
        line-height: 90px;
        margin-right: 20px;
        color: #240866;
        cursor: pointer;
    }
    .menu-mobile li{
        float: none !important;
    }
    .box-menu{
        display: none;
        right: -100px;
    }
    #control:checked~.box-menu{
        display: block;
        right: 0;
    }

    .comment-box{
        width: 100%;
        height: 88%;
        background: #fff;
        display: none;
        position: absolute;
        border-radius: 20px;
        z-index: 1;
    }
    .comment-box .comment-header{
        display: flex;
        justify-content: space-between;
        margin: 20px 30px;
        font-family: 'vazir'
    }
    .comment-box .comment-header .fa-comment{
        cursor: pointer;
        font-size: 20px;
        line-height: 33px;
        color: #240866;
    }
    .comment-box .comment-header .fa-arrow-left{
        cursor: pointer;
        font-size: 20px;
        line-height: 33px;
    }
    .comment-box .comment-header .title{
        line-height: 33px;
    }
    .comment-box .comment-body{
        width: 100%;
        overflow: auto;
        height: 85%;
    }
    .comment-box .comment-text{
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
        margin: 10px 20px;
        border-radius: 10px;
    }
    .comment-box .comment-text .text{
        padding: 10px 20px;
        text-align: right;
    }
    .comment-box .comment-text p{
        font-weight: bold;
    }

    .post_images:hover{
        cursor: grab;
    }
    .backlink_image img{
        transform: scale(0.85);
    }
       .mobile_description{
        cursor: pointer;
        line-height: 40px;
    }
    .mobile_description .description_content{
        line-height: 35px;
     }
      .show_hide{
        border: 1px solid #ccc;
        width: 119px;
        border-radius: 33px;
        padding-right: 19px;
      }
.col_count_view{
        padding: 0;
        width: auto;
        margin-left: 30px;
    }
    .count_view{
        margin-top: 10px !important;
        font-family: 'vazir';
        font-size: 13px;
    }
    .col_count_like{
        width: auto;
    }
    .count_like{
        margin-top: 10px !important;
        font-family: 'vazir';
        font-size: 13px;
    }
    p.desktop_description{
        padding-top: 25px;
    }
/* ------------------------- End single -------------------------*/