@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.woff2') format('woff2'),
        url('../fonts/DroidArabicKufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi-Bold.woff2') format('woff2'),
        url('../fonts/DroidArabicKufi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Droid Arabic Kufi';
    font-size: 14px;
    background-color: #f7f0eb;

    /*background-color: #fff1e5;*/

}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    margin-bottom: 10px;
}

ul li:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 200ms ease-in-out;
    margin: auto;
}

a {
    text-decoration: none;
    color: #362d16;
    transition: all 200ms ease-in-out;
}

.mrgt-3 {
    margin-top: 50px;
}

.mrgb-2 {
    margin-bottom: 30px;
}

.head {
    margin-bottom: 25px;
    position: relative;
}

.head h2 {
    width: fit-content;
    background: #fff1e5;
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
}

.head:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #d4a639;
    width: 100%;
    top: 11px;
}

header {
    background-color: transparent;
}

header .top {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

header .top ul>li>a {
    color: #362d16;
    display: block;
    padding: 3px 0;
}

header .top ul>li:not(:last-child) {
    margin-left: 15px;
}

header .top ul>li {
    margin: 0;
}

header .top .left-box {
    margin-right: auto;
    overflow: hidden;
}

header .top .left-box ul.social li a {
    color: #a4a4a4;
}

header .top ul li a:hover {
    color: #d4a639;
}

header .bottom strong {
    color: red;
    margin-right: auto;
}

header nav {
    margin-bottom: 40px;
    border-top: 2px solid #d4a639;
    margin-top: 15px;
    font-weight: 700;
    background: #f2dfce;
}

.navbar-site.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    margin-top: 0;
}

header nav ul {
    display: flex;
}

header nav ul li {
    margin: 0;
    margin-top: 10px;
}

header nav ul li a {
    display: block;
    padding: 11px 10px;
    border-radius: 10px 10px 0 0;
}

header nav ul li a.active,
header nav ul li a:hover,
header nav ul li a.sport:hover {
    background: #d4a639;
    color: #fff;
}

header nav ul li a.sport {
    background: #C00;
    color: #FFF;
}

header .top .left-box .search {
    position: relative;
    min-width: 240px;
    display: flex;
}

header .top .left-box .search .form-box {
    display: flex;
    align-items: center;
    position: relative;
    transform: translate3d(100%, 0px, 0px);
    opacity: 0;
    transition: 300ms;
    visibility: hidden;
}

header .top .left-box .search .form-box input {
    border: 1px solid #ddd;
    min-height: 35px;
    padding: 0 10px;
    border-radius: 50px;
    min-width: 245px;
    outline: 0;
}

header .top .left-box .search .form-box button {
    background: #d4a639;
    color: #FFF;
    border-radius: 50px;
    border: 0;
    min-height: 35px;
    position: absolute;
    left: 0;
    min-width: 60px;
    top: 0;
}

header .top .left-box .search>a {
    color: #d4a639;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 10px;
}

header .top .left-box .search .form-box.opened {
    visibility: visible;
    transform: none;
    opacity: 1;
}

.slider-news {
    display: flex;
}

.slider-news .thumbs {
    height: 494px;
    width: 145px;
    flex: 0 0 auto;
    margin-left: 20px;
}

.slider-news .mySwiper2 figure {
    margin: 0;
}

.slider-news .mySwiper2 figure a {
    display: block;
    height: 487px;
    overflow: hidden;
    border-radius: 5px;
}

.slider-news .mySwiper2 figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-news .mySwiper2 .swiper-slide {
    position: relative;
}

.slider-news .mySwiper2 .swiper-slide .caption-news {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
}

.slider-news .thumbs figure {
    height: 75px;
    overflow: hidden;
    border-radius: 6px;
    margin: 0;
}

.slider-news .thumbs figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-news .mySwiper2 .swiper-slide .caption-news a:not(.cat) {
    background: rgb(0 0 0 / 76%);
    color: #fff;
    min-height: 60px;
    margin: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 5px;
}

.slider-news .mySwiper2 .swiper-slide .caption-news a.cat {
    display: inline-block;
    background: #d4a639;
    margin-right: 20px;
    color: #141619;
    padding: 6px 10px;
    border-radius: 50px;
    margin-left: 10px;
}

.slider-news .mySwiper2 .swiper-slide .caption-news .datetime {
    background: rgb(0 0 0 / 76%);
    margin: 0 5px;
    display: inline-flex;
    min-width: 40px;
    border-radius: 50px;
    color: #FFF;
    justify-content: center;
    align-items: center;
}

.grid-news {
    margin-top: 50px;
}

.grid-news .item {
    margin: 0 0 30px;
    position: relative;
}

.grid-news .item .cat {
    position: absolute;
    border-radius: 12px;
    background: #daa92c;
    color: #362d16;
    padding: 3px 15px;
    line-height: 20px;
    display: inline-block;
    opacity: .5;
    transition: 0.4s;
    right: 10px;
    top: 10px;
    font-weight: 600;
}

.grid-news .item .cat:hover {
    opacity: 1;
    color: #daa92c;
    background: #362d16;
}

.grid-news .item figure a {
    display: block;
    /* Fady */
    height: 100px;
    /* height: 170px; */
    border-radius: 5px;
    overflow: hidden;
}

.grid-news .item figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.article-title {
    color: #004db3;
    font-weight: 900;
    line-height: 24px;
    min-height: fit-content;
    display: block;
    margin-bottom: 5px;
}

a.article-title:hover {
    color: #c00;
}

.article-meta>span:nth-child(1) {
    color: #ef7965;
    font-weight: 800;
    font-size: 12px;
}


.article-meta>span {
    margin-left: 10px;
}

.text-primary {
    color: darkturquoise !important;
}

.text-danger {
    color: red !important;
}

.list-news .item {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}

.article-image>a {
    width: 135px;
    display: block;
    height: 108px;
    border-radius: 5px;
    overflow: hidden;
}

.article-image>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-news .article-details {
    margin-right: 20px;
}

.list-news .article-details a.article-title {
    min-height: auto;
    margin-bottom: 8px;
}

.article-image {
    margin: 0;
}

.list-news.home {
    margin-top: 16px;
}

.card-site {
    border-radius: 5px;
}

.body-card-site {
    padding: 0 15px;
}

.body-card-site .comments .item {
    margin: 0 0 30px;
}

.body-card-site .comments .item .article-image {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 5px;
    flex: 0 0 auto;
    margin-left: 10px;
}

.body-card-site .comments .item .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-card-site .comments .item .comment-content {
    flex: 1;
}

.body-card-site .comments .item .comment-content a.name {
    color: #d4a639;
    font-weight: 600;
}

.body-card-site .comments .item .comment-content a.name:hover {
    color: #362d16;
}

.body-card-site .comments .item .comment-content>div a {
    border-radius: 10px;
    background: #fbebde;
    padding: 15px;
    color: #727272;
    display: block;
    margin-top: 7px;
}

.opinion-book .item {
    text-align: center;
    margin-bottom: 20px;
}

.opinion-book .item a.img {
    display: block;
    height: 90px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.opinion-book .item a.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opinion-book .item a.title {
    font-size: 13px;
    display: block;
    line-height: 22px;
    color: #004db3;
}

.opinion-book .item a.title:hover {
    color: #c00;
}

.opinion-book .item span {
    display: block;
    color: #ef7965;
}

.card-body-site {
    padding: 0;
}

.sport .card-body-site .item {
    margin: 0 0 30px;
}

.sport .card-body-site .item .article-image {
    width: 155px;
    flex: 0 0 auto;
    margin-left: 30px;
}

.sport .card-body-site .item .article-image a {
    width: 100%;
    height: 115px;
}

/* .card-site.sport {
    background: #f2ddc3;
    border-color: #f2ddc3;
}

.card-site.sport .head h2 {
    background: #f2ddc3;
}

.card-site.sport .head h2 a {
    color: #de9967;
} */

.btn-site {
    background-color: #daa92c;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    display: inline-block;
}

.btn-site:hover {
    background-color: #b48714;
    color: #FFF;
}

.card-site .btn-site {
    margin-bottom: 20px;
}

.card-site .grid-news .item figure a {
    height: 133px;
}

a#load_more_articles {
    font-weight: 800;
    font-size: 16px;
}

footer {
    margin-top: 20px;
    background-color: #2f3243;
    color: #FFF;
    padding: 50px 0 30px;
}

footer .head h2 {
    background: #2f3243;
}

footer .item-footer ul li a {
    color: #FFF;
}

footer .item-footer ul.link-flex {
    display: flex;
    flex-wrap: wrap;
}

footer .item-footer ul.link-flex li {
    width: 50%;
    flex: 0 0 auto;
}

.news-sample .card-body-site .item {
    margin: 0 0 20px;
    border-radius: 5px;
    padding: 10px;
    background-color: #e9e9e9;
}

footer .item-footer .social {
    display: flex;
    justify-content: center;
}

footer .item-footer .social li:not(:last-child) {
    margin-left: 15px;
}

footer .item-footer .social li a {
    font-size: 16px;
}

footer strong.copyright {
    font-weight: 100;
    margin-top: 50px;
    display: block;
    font-size: 16px;
}

footer .item-footer ul li a:hover {
    color: goldenrod;
}

.user-area,
.search-mobile-box {
    display: none;
}

.head-category>h2 {
    font-size: 20px;
    font-weight: 700;
    color: #daa92c;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 15px;
}

.category .article-image>a {
    width: 182px;
    height: 136px;
}

.social-sharing {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-sharing .social-inner {
    display: flex;
}

.social-sharing .social-inner a {
    display: block;
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 7px;
}

.social-sharing .social-inner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-single h2 {
    font-size: 18px;
    line-height: 30px;
    color: red;
    margin-bottom: 24px;
    font-weight: 700;
}

.container {
    max-width: 1140px;
}

.content-single {
    margin-top: 25px;
    font-size: 19px;
    line-height: 2;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.single .sport .card-body-site .item .article-image {
    width: 217px;
}

#comment .user {
    position: relative;
    width: fit-content;
}

#comment .user>a {
    opacity: .7;
}

#comment .user>ul {
    position: absolute;
    background: #FFF;
    min-width: 140px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    right: 0;
    display: none;
}

#comment .user>ul>li {
    margin-bottom: 0
}

#comment .user>ul>li>a {
    display: block;
    padding: 3px 6px;
}

#comment .user:hover ul {
    display: block;
}

#comment h3 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    background: #f3f3f3;
    color: #daa92c;
    padding: 15px 0;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#comment .box-comment {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 15px;
}

#comment .box-comment .user {
    float: left;
}

.form-comment input,
.form-comment textarea {
    display: block;
    width: 100%;
    min-height: 37px;
    background: #fff1e5;
    border: 1px solid #daa92c;
    outline: none;
    padding: 5px 10px;
}

.form-comment strong.text-danger {
    display: block;
    margin-bottom: 5px;
}

.form-comment button {
    background: #daa92c;
    color: #FFF;
    border: 0;
    padding: 7px 10px;
    border-radius: 50px;
}

#comment h5 {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 0 5px;
}

#comment h5 span {
    display: block;
    width: fit-content;
    position: relative;
}

#comment h5 span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    background: #4e4e4e;
}

#comment .comments .item {
    margin: 0 0 30px;
}

#comment .comments .item .image-user {
    width: 50px;
    flex: 0 0 auto;
    height: 50px;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 50%;
}

#comment .comments .item .image-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#comment .comments .item .caption-comment {
    flex: 1;
}

#comment .comments .item .caption-comment p.mb-0 {
    color: #000
}

#comment .comments .item .caption-comment p.mb-0>span {
    color: #FF7802;
    display: inline-block;
    margin-left: 3px;
}

#comment .comments .item .caption-comment p.mb-0>em {
    background: #f5f5f5;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    padding: 2px 7px;
    color: #888;
}

#comment .comments .item .caption-comment .content {
    background: #ebebeb;
    border-radius: 5px 5px 0 0;
    padding: 15px;
}

#comment .comments .item .caption-comment .foot {
    background-color: #f3f3f3;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

#comment .comments .item .caption-comment .foot .d-flex {
    justify-content: space-between;
}

#comment .comments .item .caption-comment .foot .d-flex>a {
    background: #daa92c;
    color: #FFF;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 50px;
}

a.thumbs-up {
    color: #3ebc6b;
    display: inline-block;
    margin-left: 15px;
}

a.thumbs-down {
    color: #fd5c40;
}

@media (max-width: 767.98px) {

    .category .article-image>a {
        width: 140px;
        height: 120px;
    }
}

.mobile-logos {
    display: none;
}

@media (max-width: 991.98px) {

    header .top,
    header .bottom strong {
        display: none;
    }

    header .bottom .logos {
        display: none;
        justify-content: center;
    }

    header .bottom .mobile-logos a img {
        width: 60px;
        height: 45px;
        object-fit: scale-down;
    }


    .mobile-logos a {
        padding: 0 10px;
    }

    .logos {
        display: none;
    }

    .mobile-logos {
        display: flex;

    }

    a.sbtn-mobile {
        position: relative;
        top: 2px;
        right: -5px;
    }

    .mobile-logos .logo {
        padding: 0 10px;
    }

    header .bottom {
        border-bottom: 3px solid #d4a639;
        padding: 10px 0;
        background: #fff1e5;
        margin: 0 0 30px;
        position: relative;
        z-index: 3;
    }

    .logo-sport,
    .user-area,
    .search-mobile-box {
        display: block;
    }

    header .bottom .main-block {
        justify-content: space-between;
    }

    header .bottom .logos a {
        display: block;
        height: 60px;
    }

    header .bottom .logos a img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    header .bottom .logos a:first-child {
        margin-left: 5px;
    }

    .user-area a {
        color: #d4a639;
        display: block;
        font-size: 20px;
    }

    .user-area a:first-child {
        margin-left: 16px;
    }

    .mobile-btn {
        height: 14px;
        width: 17px;
    }

    .mobile-btn>div {
        position: relative;
        height: 14px;
        width: 17px;
    }

    .mobile-btn>div:before,
    .mobile-btn>div:after {
        content: '';
        height: 3px;
        width: 17px;
        background: #d4a639;
        display: block;
        position: absolute;
    }

    .mobile-btn>div:after {
        bottom: 0;
    }

    .mobile-btn>div:before {
        box-shadow: 0 5px 0px #d4a639;
    }

    .search-mobile-box form {
        position: relative;
    }

    .search-mobile-box form input {
        width: 100%;
        border: 1px solid #ddd;
        background: #f1f1f1;
        border-radius: 50px;
        padding: 9px 15px;
    }

    .search-mobile-box form button {
        position: absolute;
        background: #d4a639;
        color: #FFF;
        border: 0;
        border-radius: 30px;
        min-height: 33px;
        min-width: 80px;
        top: 4px;
        left: 4px;
    }

    .search-mobile-box {
        padding: 10px;
        position: relative;
        transform: translate3d(0px, -60px, 0);
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: 300ms;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        background: #FFF;
        box-shadow: 1px 1px 1px rgb(0 0 0/15%);
        top: 83px;
    }

    .search-mobile-box.opened {
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    header nav {
        border: 0;
        position: fixed;
        margin: 0;
        min-width: 250px;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        transition: 300ms;
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px);
        z-index: 300;
    }

    header nav ul {
        flex-direction: column;
    }

    header nav ul li {
        margin: 0;
    }

    header nav ul li a {
        border-radius: 6px;
    }

    header nav.opened {
        opacity: 1;
        transform: none;
    }

    .slide-mobile {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: 300ms;
    }

    .slide-mobile.active {
        opacity: .3;
        visibility: visible;
    }

    .slider-news .mySwiper2 figure a {
        height: 300px;
    }

    .slider-news .thumbs figure {
        height: 49px;
    }

    .slider-news .thumbs {
        width: 70px;
        height: 300px;
        margin-left: 10px;
    }

    .slider-news .mySwiper2 .swiper-slide .caption-news a:not(.cat) {
        font-size: 13px;
    }

    .slider-news .mySwiper2 .swiper-slide .caption-news a.cat {
        font-size: 12px;
    }

    .slider-news .mySwiper2 .swiper-slide .caption-news .datetime {
        font-size: 11px;
    }

    .grid-news .item figure a {
        height: 140px;
    }

    a.article-title {
        /* font-size: 12px; */
        /* line-height: inherit; */
    }

    .article-meta {
        font-size: 12px;
    }

    .article-meta>span:nth-child(1) {
        font-weight: 100;
    }

    .article-image>a {
        width: 100px;
        height: 85px;
    }

    .body-card-site .comments .item .comment-content>div a {
        font-size: 12px;
    }

    .body-card-site .comments .item .comment-content a.name {
        font-size: 12px;
    }

    .head h2 {
        font-size: 14px;
    }

    .head::before {
        top: 6px;
    }

    .opinion-book .item a.title {
        font-size: 11px;
    }

    .opinion-book .item span {
        font-size: 11px;
    }

    .news-sample {
        background: #fff1e5;
        border-color: #fff1e5;
    }

    .news-sample .head h2 {
        background: #fff1e5;
    }

    .news-sample .head h2 a {
        color: #de9967;
    }

    .sport .card-body-site .item .article-image {
        width: 110px;
        margin-left: 15px;
    }

    .sport .card-body-site .item .article-image a {
        height: 90px;
    }

    footer .item-footer .logo+p {
        font-size: 12px;
        line-height: inherit;
    }

    footer strong.copyright {
        font-size: 12px;
        margin-top: 15px;
    }

    footer {
        font-size: 13px;
    }
}

.swal2-styled.swal2-confirm {
    background-color: #daa92c !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid #ffc107 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #daa92c !important;
}

.d-flex.article-meta {
    margin-top: 10px;
}

.text-primary {
    color: #17a2b8 !important;
}

.text-danger {
    color: red !important;
}

.text-info {
    color: #007bff !important;
}

.head h3 {
    background: #fff1e5;
}

footer .copyright {
    background: #444756;
}

.head h1 {
    background: #fff1e5;
}

.comment h3 {
    background: #fff1e5;
}

@media (max-width: 991.98px) {
    .list-news .item {
        background: transparent;
    }
}

button#add_comment {
    background-color: #FBEBDE !important;
}

.comment .comments .item .caption-comment .content {
    background: #FBEBDE !important;
    margin-top: 0rem !important;
}

.comment .comments .item .caption-comment .foot {
    background: #FBEBDE !important;
    padding: 0.5px !important;
}


#commentsSection>.comments>.visitor-comment {
    border: 0.1px solid #d3a53c !important;
    background: #FBEBDE !important;
    border-radius: 12px !important;
    padding: 8px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

hr {
    color: #d3a53c;
    border: 0.1px solid #d3a53c !important;
    margin: 1px !important;
    margin-bottom: 0.2rem !important;
}

.comment-date {
    font-size: 10px;
    font-weight: bold;
}

.user-guest,
.replay {
    font-size: 12px !important;
}

.replies {
    border-radius: 50% !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    background-color: #d3a53c;
    color: white;
    text-align: center !important;
    line-height: 26px !important;
    font-weight: bold !important;
    font-size: 10px !important;
}
