@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");

body {
    overflow-x: hidden;
    font-family: 'Cairo', sans-serif;
    text-align: right !important;
    direction: rtl !important;
    background: #f1f1f1
}

body * {
    font-family: 'Cairo', sans-serif
}

* {
    text-transform: capitalize
}

a {
    color: unset
}

a hover {
    color: unset
}

.custom-input {
    padding: 7px 12px;
    border-radius: 7px;
    border: none;
    border: 1px solid #EEE;
    background: #FFF
}

input {
    outline: none !important
}

.custom-file-label::after {
    content: 'إختيار ملف';
    right: unset;
    left: 0
}

.btn-n {
    padding: 6px 25px
}

.btn {
    border: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0
}

.btn img {
    width: 20px
}

.btn-block {
    width: 100%
}

.btn-primary {
    background-color: #6ec1e4
}

.btn-primary:hover {
    background-color: #227cf6
}

.btn-bg {
    padding: 16px 39px
}

.btn-help {
    background-color: #48b774;
    color: #FFF
}

.btn-help:hover {
    background-color: #3da366;
    color: #FFF
}

.btn-white {
    background-color: #FFF;
    color: #000
}

.btn-white:hover {
    background-color: #EEE
}

.btn-secondary {
    background-color: #4a4848;
    color: #FFF
}

.btn-primary-outline {
    border: 1px solid #6ec1e4;
    color: #6ec1e4
}

.btn-primary-outline:hover {
    background-color: #227cf6;
    color: #FFF
}

.btn-a {
    padding: 14px 26px;
    font-size: 14px;
    color: #464646
}

.btn-a:hover {
    background: #F3F3F3
}

.padd {
    padding: 120px 0
}

.padd-sm {
    padding: 50px 0
}

.fit-img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

body {
    background: #2d2d2d
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2d2d2d;
    z-index: 9999
}

.colored {
    color: #6ec1e4
}

.dropdown-menu {
    left: 0;
    text-align: right;
    background: #1b1b1b
}

.dropdown-menu a {
    color: #6ec1e4 !important
}

.padd {
    padding: 40px 0
}

.section-title-container {
    padding: 60px 0
}

.section-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 2px;
    background: #6ec1e4
}

.section-title p {
    display: inline-block;
    color: #6ec1e4;
    padding: 0px 15px;
    background: #2d2d2d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 620px) {
    .section-title {
        font-size: 14px
    }

    .section-title p {
        padding: 0px 15px
    }
}

input, textarea {
    border: none !important;
    border-radius: 0px !important;
    padding: 9px !important
}

select {
    border-radius: 0px !important;
    background-position: left .75rem center !important
}

label {
    color: #FFF;
    margin-bottom: 12px
}

label.required {
    position: relative
}

label.required:before {
    content: "*";
    position: absolute;
    top: 3px;
    left: -11px;
    color: red
}

nav {
    background: #4a4848
}

nav .navbar-toggler {
    background: #6ec1e4;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important
}

.ul-navbar-menu .nav-link {
    color: #6ec1e4 !important;
    font-size: 17px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 3px
}

.ul-navbar-menu .nav-link.active {
    color: #FFF !important
}

.ul-navbar-menu .nav-link:hover, .ul-navbar-menu .nav-link.active {
    background: rgba(250, 250, 250, 0.1)
}

@media (min-width: 992px) {
    .ul-navbar-menu .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
}

@media (max-width: 980px) {
    .ul-navbar-menu .navbar-nav {
        margin-top: 30px
    }

    .ul-navbar-menu .navbar-nav .nav-item a {
        padding: 11px
    }
}

.internal-navbar {
    background: #4a4848;
    padding: 14px 0 14px 0
}

.internal-navbar .ul-navbar-menu .nav-link.active {
    background: #55595c
}

.internal-navbar .dropdown-toggle::after {
    display: none
}

.social-links a {
    color: #FFF;
    background: #6ec1e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 0 3px 0 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.social-links a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 992px) {
    .social-links a {
        width: 25px;
        height: 25px;
        border-radius: 4px
    }

    .social-links a.facebook {
        background: #3b5998
    }

    .social-links a.twitter {
        background: #1da1f2
    }

    .social-links a.instagram {
        background: #5f00db
    }

    .social-links a.pinterest {
        background: #bd081c
    }

    .social-links a.linkedin {
        background: #0077b5
    }
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.banner a:hover {
    opacity: 0.8
}

@media (max-width: 650px) {
    .stretch img {
        min-height: 100px
    }
}

.widgets .article {
    margin-bottom: 35px !important
}

.widgets .marginer {
    margin-right: 25px
}

@media (max-width: 920px) {
    .widgets .marginer {
        margin: 0
    }
}

.widgets .marginer .public-shares-widget .s-widget-article .img-container {
    width: 51%;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block !important;
    height: 80px !important
}

.widgets .marginer .public-shares-widget .s-widget-article .img-container img {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.widgets .marginer .public-shares-widget .s-widget-article .img-container img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.widgets .marginer .public-shares-widget .s-widget-article .info {
    color: #FFF;
    width: 80%
}

.widgets .marginer .public-shares-widget .s-widget-article .info a {
    text-decoration: unset;
    width: 100%;
    display: block;
    height: 50px;
    overflow: hidden
}

.widgets .marginer .public-shares-widget .s-widget-article .info .date {
    font-size: 11px
}

.article {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 2px 2px 12px #292929;
    box-shadow: 2px 2px 12px #292929;
    margin-bottom: 22px !important
}

.article .categories {
    position: absolute
}

.article:hover img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.8
}

.article .img-container {
    height: 100%
}

.article .overlay {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(0, 0, 0, 0.5)), color-stop(25%, transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 5%, transparent 25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    color: #FFF
}

.article .article-info {
    position: absolute;
    z-index: 9;
    bottom: 12px;
    right: 12px;
    color: #FFF
}

.article .article-info .title {
    font-weight: bold;
    text-decoration: unset;
    text-shadow: 1px 1px 0px #000;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: block
}

footer p, footer a {
    color: #6ec1e4
}

footer a {
    text-decoration: unset;
    -webkit-transition: .3s;
    transition: .3s
}

footer .link {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .link a {
    display: block;
    width: 100%
}

footer .link .expander {
    position: absolute;
    width: 0%;
    height: 100%;
    background: #6ec1e4;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    right: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

footer .link:hover a {
    color: #2d2d2d
}

footer .link:hover .expander {
    width: 100%
}

footer .copyright {
    background: #4a4848;
    padding: 20px 0
}

footer .copyright .social-links a.facebook {
    background: #3b5998
}

footer .copyright .social-links a.twitter {
    background: #1da1f2
}

footer .copyright .social-links a.instagram {
    background: #5f00db
}

footer .copyright .social-links a.pinterest {
    background: #bd081c
}

footer .copyright .social-links a.linkedin {
    background: #0077b5
}

@media (max-width: 560px) {
    footer .copyright {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    footer .copyright .social-links {
        margin: auto !important;
        margin-top: 15px !important
    }
}

.page-pagination {
    background: transparent !important
}

.page-pagination .pagination .page-item .page-link {
    border-radius: 0;
    margin: 0 4px 0;
    background: #4d4d4d;
    border: none;
    color: #FFF;
    -webkit-transition: .4s;
    transition: .4s
}

.page-pagination .pagination .page-item .page-link:hover {
    background: #0e0e0e
}

.page-pagination .pagination .page-item .page-link.active {
    cursor: unset;
    background: #6e6e6e
}

.page-pagination .pagination .page-item .page-link.dots {
    cursor: unset;
    background: #383838
}

.breadnavigator {
    background: transparent !important;
    color: #FFF;
    font-size: 12px
}

.breadnavigator a {
    text-decoration: unset !important
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
    color: #a8a8a8
}

.article .categories, .article-widget .categories {
    z-index: 9;
    top: 2px;
    right: 4px;
    color: #FFF
}

.article .categories .category, .article-widget .categories .category {
    width: auto !important;
    height: auto !important;
    text-decoration: unset;
    font-size: 12px;
    padding: 5px 7px;
    background: #6ec1e4;
    border-radius: 2px;
    margin: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.article .categories .category:hover, .article-widget .categories .category:hover {
    background: #1c1c1c;
    color: #FFF
}

.article-widget .categories .category {
    font-size: 9px !important
}

.article .info div, .article-widget .info div {
    color: #FFF;
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px
}

.article .info div p, .article-widget .info div p {
    margin: 0;
    margin-right: 3px
}

.article .info .com a, .article-widget .info .com a {
    height: auto !important
}

.homepage .trending .perspective {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.homepage .trending .perspective .rotating-image {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.homepage .trending .perspective .rotating-image .face-image-rotate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.homepage .trending .perspective .rotating-image .back-theme-image {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.homepage .trending .perspective:hover .rotating-image {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.homepage .trending .section-cat {
    width: 100%;
    height: 60px;
    background: #6ec1e4;
    color: #2d2d2d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.homepage .trending .section-cat .section-title {
    background: #2d2d2d
}

.homepage .trending .section-cat .section-title p {
    background: #6ec1e4;
    color: #2d2d2d
}

.homepage .trending .section-cat div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homepage .trending .section-cat .hrefed {
    background: #227cf6
}

.homepage .trending .section-cat .hrefed a {
    color: #FFF;
    text-decoration: unset;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homepage .trending .trending-slicker {
    height: 100% !important
}

.homepage .trending .trending-slicker * {
    height: 100% !important
}

.homepage .search-bar {
    background: #FFF;
    height: 50px
}

.homepage .search-bar input {
    width: 100%
}

.homepage .search-bar button {
    height: 100%;
    width: 49px;
    border: none
}

.article-page .content {
    border: 1px solid #FFF;
    padding: 15px;
    color: #FFF
}

.article-page .more-articles {
    padding: 30px 0;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac
}

.article-page .more-articles .small {
    color: #6ec1e4
}

.article-page .more-articles .more .arrow {
    width: 122px;
    height: 70px;
    background: #6ec1e4;
    border-radius: 7px;
    font-size: 10px
}

.article-page .more-articles .more .arrow span::before {
    color: #fff
}

.article-page .more-articles .more .tit {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 80%;
    display: block;
    height: 28px;
    overflow: hidden
}

.article-page .more-articles .more a:hover {
    opacity: .8
}

.article-page .more-articles .text-left {
    margin-right: auto;
    direction: ltr !important;
    text-align: left
}

@media (max-width: 800px) {
    .article-page .more-articles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.article-page .comments-section {
    padding: 60px 0
}

.article-page .comments-section .comm-head {
    font-size: 20px;
    font-weight: bold;
    color: #FFF
}

.article-page .comments-section .comment {
    border-bottom: 1px solid #535353;
    padding-top: 20px
}

.article-page .comments-section .comment img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.article-page .comments-section .comment .name {
    font-weight: bold;
    color: #FFF
}

.article-page .comments-section .comment .date {
    font-size: 12px;
    color: #b4b4b4
}

.article-page .comments-section .comment .comment-content {
    color: #FFF
}

.article-page .comments-section textarea {
    resize: unset;
    margin-bottom: 14px;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #EEE
}
