/*
Theme Name: Towhid
Theme URI: https://rasef.co/
Author: Rasef team
Author URI: https://rasef.co/
Requires at least: 5.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: towhid

*/
/*
1.  Global Section CSS
2.  Header Section CSS
3.  Slider Section CSS
4.  About Section CSS
5.  Service Section CSS
6.  Gallery Section CSS
7.  Posts Section CSS
8.  Newsletter Section CSS
9.  Footer Section CSS

*/

/*------------------------ 1.  Global Section CSS ------------------------*/

@charset "UTF-8";

@font-face {
    font-family: 'NotoKufiArabic-Light';
    src: url('assets/fonts/NotoKufiArabic-Light.ttf');
}

@font-face {
    font-family: 'NotoKufiArabic-Medium';
    src: url('assets/fonts/NotoKufiArabic-Medium.ttf');
}

@font-face {
    font-family: 'NotoKufiArabic-Bold';
    src: url('assets/fonts/NotoKufiArabic-Bold.ttf');
}

@font-face {
    font-family: 'NotoKufiArabic-Black';
    src: url('assets/fonts/NotoKufiArabic-Black.ttf');
}

@font-face {
    font-family: 'IranNastaliq';
    src: url('assets/fonts/IranNastaliq.woff');
}

:root {
    --Primary-Color: rgb(55, 115, 125);
}

body {
    direction: rtl;
    font-family: 'NotoKufiArabic-Medium';
    font-size: 1rem;
    line-height: 2;
    background: rgb(255, 255, 255);
    color: rgb(75, 75, 75);
    padding: 0 !important;
    overflow: auto !important;
}

a {
    text-decoration: none;
    transition: all .25s ease;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: rgb(15, 65, 55);
    font-family: 'NotoKufiArabic-Bold';
    font-weight: normal;
    line-height: 1.5
}

h1 {
    font-size: 1.85rem;
}

h2 {
    font-size: 1.65rem;
}

h3 {
    font-size: 1.45rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.15rem;
}

h5 {
    font-size: 1rem;
}

hr {
    background: rgb(235, 235, 235);
    opacity: 1;
}

img {
    max-height: 100%;
}

/*------------------------ 2.  Header Section CSS ------------------------*/

.a-offcanvas-section ul li {
    width: 100%;
    display: inline-block;
}

.a-offcanvas-section ul li a {
    display: block;
    padding: 5px;
}

.a-offcanvas-section button:focus {
    outline: 0;
    box-shadow: none;
}

.a-offcanvas-section nav ul li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.a-offcanvas-section nav ul li a {
    display: block;
    padding: 10px;
    position: relative;
    color: rgb(75, 75, 75);
    border-radius: 5px;
}

.a-offcanvas-section nav ul li.menu-item-has-children>a:after {
    content: '\f117';
    position: absolute;
    top: 20px;
    left: 0;
    font-family: 'Icon-Straight';
    font-size: .75rem;
    line-height: 1;
}

.a-offcanvas-section nav ul ul {
    display: none;
    padding: 0 15px 0 0;
    position: relative;
    font-size: .90rem;
}

.a-offcanvas-section ul li ul li a {
    display: block;
    padding: 5px 25px 5px 10px;
    position: relative;
}

.a-offcanvas-section ul li ul li a:before {
    content: '';
    width: 15px;
    height: 1.5px;
    position: absolute;
    top: 20px;
    right: 0;
    background: rgb(75, 75, 75);
}

.a-header-section {
    width: 100%;
    float: right;
    padding: 15px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 25
}

.a-header-section.a-page {
    background: var(--Primary-Color);
}

.a-header-section img {
    max-width: 150px;
}

.a-header-section .a-actions {
    display: flex;
    justify-content: flex-end;
}

.a-header-section .a-actions ul li {
    display: inline-block;
}

.a-header-section .a-actions ul li a {
    display: block;
    padding: 10px;
    position: relative;
    color: rgb(255, 255, 255);
}

.a-header-section .a-actions ul li .a-responsive {
    display: none;
}

.a-header-section .a-actions ul li .a-responsive button {
    background: transparent;
    border: 0;
    color: rgb(255, 255, 255);
}

.a-header-section .a-menu-section {
    width: 100%;
}

.a-header-section .a-menu-section nav ul {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.a-header-section .a-menu-section nav ul li {
    display: inline-block;
    position: relative;
}

.a-header-section .a-menu-section nav ul li a {
    display: block;
    padding: 15px 5px;
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
}

.a-header-section .a-menu-section nav ul li a:hover {
    opacity: .90;
}

.a-header-section .a-menu-section nav ul li a.a-active:before {
    content: '\f32c';
    font-family: 'Icon-Straight';
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
}

.a-header-section .a-menu-section nav ul li a:hover,
.a-header-section .a-menu-section nav ul li a.a-active {
    color: rgb(255, 255, 255);
}

.a-header-section .a-menu-section nav ul li.menu-item-has-children>a {
    padding: 15px 0 15px 20px;
    position: relative;
}

.a-header-section .a-menu-section nav ul li.menu-item-has-children>a:before {
    content: '\f117';
    position: absolute;
    top: 25px;
    left: 0;
    font-family: 'Icon-Straight';
    font-size: .75rem;
    line-height: 1;
}

.a-header-section .a-menu-section nav ul li ul li.menu-item-has-children>a {
    padding: 5px 15px;
}

.a-header-section .a-menu-section nav ul li ul li.menu-item-has-children>a:before {
    top: 15px;
    left: 15px;
}

.a-header-section .a-menu-section nav ul li ul {
    max-width: 100%;
    min-width: 250px;
    display: none;
    margin: 15px 0;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    right: 0;
    font-size: .95rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    animation: rotateY 300ms ease-in-out forwards;
    transform-origin: top center;
    perspective: 1000px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 1090;
}

.a-header-section .a-menu-section nav ul li ul ul {
    top: 0;
    right: 100%;
}

.a-header-section .a-menu-section nav ul li:hover>ul {
    display: block;
    margin: 0;
}

.a-header-section .a-menu-section nav ul li ul li {
    width: 100%;
    font-size: .75rem;
}

.a-header-section .a-menu-section nav ul li ul li a {
    display: block;
    padding: 5px 15px;
    line-height: 1.5;
    text-align: right;
    color: rgb(75, 75, 75);
}

.a-header-section .a-menu-section nav ul li ul li a:hover {
    color: var(--Primary-Color);
}

@-moz-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@-webkit-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

.a-search-section {
    position: relative;
}

.a-search-section form input {
    width: 100%;
    height: 45px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    background: #fff;
    color: rgb(15, 65, 55);
    border: 1px solid rgb(15, 65, 55);
    border-radius: 5px;
}

.a-search-section form input::placeholder {
    color: rgb(15, 65, 55);
}

.a-search-section form input:focus {
    outline: 0;
}

.a-search-section form button {
    padding: 0;
    position: absolute;
    top: 15px;
    left: 5px;
    background: transparent;
    color: rgb(15, 65, 55);
    border: 0;
}

@media screen and (max-width: 991px) {

    .a-header-section {
        position: relative;
        background: var(--Primary-Color);
    }

    .a-header-section .a-actions {
        text-align: center;
    }

    .a-header-section .a-actions ul li .a-responsive {
        display: block;
    }
}

@media screen and (max-width: 576px) {

    .a-header-section img {
        max-width: 100px;
    }

    .a-header-section .a-actions ul li a.a-profile {
        display: none;
    }
}

/*------------------------ 3.  Slider Section CSS ------------------------*/

.a-slider-section img {
    width: 100%;
}

.a-slider-section .svg {
    display: none;
}

@media screen and (max-width: 991px) {

    .a-slider-section {
        width: 100%;
        display: inline-block;
        padding: 60px 0;
        position: relative;
        background: var(--Primary-Color);
    }

    .a-slider-section .svg {
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .a-slider-section .svg img {
        display: block;
    }

    .a-slider-section img {
        display: none;
    }
}

/*------------------------ 4.  About Section CSS ------------------------*/

.a-about-section {
    width: 100%;
    float: right;
    padding: 90px 0;
    position: relative;
}

.a-about-section .a-section {
    margin: 0 auto;
    padding: 0 0 15px;
    position: relative;
}

.a-about-section .a-section h2 {
    display: inline-block;
    margin: 0;
    position: relative;
    font-family: 'IranNastaliq';
    font-size: 2.5rem;
    color: var(--Primary-Color);
}

.a-about-section .a-section h2:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: -60px;
    background: url(assets/img/Heading-Right.png) no-repeat;
    background-size: contain;
}

.a-about-section figure {
    display: flex;
    justify-content: end;
}

.a-about-section .a-content p {
    text-align: justify;
}

.a-about-section .a-content a {
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 30px 0;
    padding: 10px 0;
    font-size: .90rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
    border-radius: 300px;
    outline: 2px solid var(--Primary-Color);
    outline-offset: 5px;
}

.a-about-section .a-content a:hover {
    opacity: .90;
}

@media screen and (max-width: 991px) {

    .a-about-section {
        margin: -190px 0 0;
        padding: 0 0 60px;
        position: relative;
        z-index: 15;
    }

    .a-about-section .a-content h1 {
        margin: 15px 0;
    }

    .a-about-section .row {
        flex-direction: column-reverse;
    }

    .a-about-section figure {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {

    .a-about-section .a-about {
        padding: 0 0 15px;
    }
}

@media screen and (max-width: 576px) {

    .a-about-section {
        margin: -130px 0 0;
    }
}

/*------------------------ 5.  Category Section CSS ------------------------*/

.a-category-section {
    width: 100%;
    display: inline-block;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.a-category-section:before {
    content: '';
    width: 335px;
    height: 190px;
    position: absolute;
    top: -15px;
    right: 0;
    background: url(assets/img/Flower-Top-Right.png) no-repeat;
    opacity: .75;
}

.a-category-section:after {
    content: '';
    width: 335px;
    height: 190px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: url(assets/img/Flower-Left.png) no-repeat;
    opacity: .75;
}

.a-category-section li .a-category {
    width: 100%;
    display: inline-block;
    padding: 90px 15px;
    background: url('assets/img/Category.svg') no-repeat;
    background-size: contain;
    background-position: center;
    color: rgb(255, 255, 255);
    transition: all .25s ease-in-out;
    text-align: center;
}

.a-category-section .a-category h3 {
    display: block;
    margin: 75px 0 30px;
    color: rgb(255, 255, 255);
}

.a-category-section .a-category img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    outline: 1px solid rgba(255, 255, 255, .5);
    outline-offset: 10px;
}

.a-category-section .a-category p {
    margin: 30px 0;
    font-size: .90rem;
}

.a-category-section .a-pagination {
    bottom: -30px;
}

@media screen and (max-width: 1070px) {

    .a-category-section .a-category h3 {
        margin: 90px 0 45px;
    }
}

@media screen and (max-width: 991px) {

    .a-category-section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 767px) {

    .a-category-section:before,
    .a-category-section:after {
        width: 150px;
        height: 90px;
        background-size: contain;
    }

    .a-category-section li .a-category {
        transform: scale(.95);
    }
}

@media screen and (max-width: 576px) {

    .a-category-section li .a-category h3 {
        margin: 125px 0 45px;
    }

    .a-category-section .a-category p {
        margin: 30px 0 15px;
    }
}

/*------------------------ 6.  Books Section CSS ------------------------*/

.a-books-section {
    width: 100%;
    display: inline-block;
    padding: 0 0 90px;
}

.a-books-section figure {
    margin: 0;
    padding: 0 0 0 90px;
}

.a-books-section .a-section {
    margin: 0 auto;
    padding: 0 0 15px;
    position: relative;
}

.a-books-section .a-section h2 {
    display: inline-block;
    margin: 0;
    position: relative;
    font-family: 'IranNastaliq';
    font-size: 2.5rem;
    color: var(--Primary-Color);
}

.a-books-section .a-section h2:after {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: -60px;
    background: url(assets/img/Heading-Left.png) no-repeat;
    background-size: contain;
}

.a-books-section .a-content {
    text-align: justify;
}

@media screen and (max-width: 991px) {

    .a-books-section figure {
        padding: 0;
    }
}

@media screen and (max-width: 576px) {

    .a-books-section .a-section h2:after {
        display: none;
    }
}

/*------------------------ 7.  Events Section CSS ------------------------*/

.a-events-section {
    width: 100%;
    display: inline-block;
    padding: 90px 0 0;
    position: relative;
    z-index: 15;
}

.a-events-section .a-section {
    margin: 0 auto;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
}

.a-events-section .a-section h2 {
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
    font-family: 'IranNastaliq';
    font-size: 2.5rem;
    color: var(--Primary-Color);
}

.a-events-section .a-section h2:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: -60px;
    background: url(assets/img/Heading-Right.png) no-repeat;
    background-size: contain;
}

.a-events-section .a-section h2:after {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: -60px;
    background: url(assets/img/Heading-Left.png) no-repeat;
    background-size: contain;
}

.a-events-section .a-section p {
    margin: 0 0 15px;
    padding: 0 30px;
}

.a-events-section .a-post {
    margin: 0 0 30px;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
    transition: all .25s ease;
    z-index: 1
}

.a-events-section .a-post:hover {
    box-shadow: 0 0 10px 0 rgb(30 25 30 / 15%);
}

.a-events-section .a-post figure {
    position: relative;
    border-radius: 20px;
}

.a-events-section .a-post figure img {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
}

.a-events-section .a-post .a-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(15, 65, 55) 100%);
    border-radius: 20px;
    z-index: 1;
}

.a-events-section .a-post .a-content {
    width: 100%;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(40, 75, 90) 100%);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 1
}

.a-events-section .a-post .a-content .a-category {
    color: rgb(255, 255, 255);
    opacity: .65
}

.a-events-section .a-post .a-content h3 {
    font-size: 1.15rem;
    letter-spacing: -1.15px;
    color: rgb(255, 255, 255);
}

.a-events-section .a-post .a-content p {
    margin: 0;
    color: rgb(255, 255, 255);
    font-family: 'NotoKufiArabic-Light';
    line-height: 1.75;
    text-align: justify;
    opacity: .75
}

.a-events-section .a-post .a-content .a-plus {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -15px;
    left: 30px;
    background: rgb(255, 255, 255);
    color: var(--Primary-Color);
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
}

@media screen and (max-width: 576px) {

    .a-events-section .a-section p {
        padding: 0 15px;
    }

    .a-events-section .a-section h2:before,
    .a-events-section .a-section h2:after {
        display: none;
    }

    .a-events-section .a-post .a-content p {
        display: none;
    }
}

/*------------------------ 8.  Newsletter Section CSS ------------------------*/

.a-newsletter-section {
    width: 100%;
    display: inline-block;
    padding: 60px 0 90px;
    position: relative;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    text-align: center;
}

.a-newsletter-section .svg-primary {
    width: 100%;
    position: absolute;
    bottom: 95%;
    right: 0;
    left: 0;
    z-index: 1;
}

.a-newsletter-section .svg-secondary {
    width: 100%;
    position: absolute;
    bottom: -55px;
    right: 0;
    left: 0;
    z-index: 1;
}

.a-newsletter-section .svg-primary img,
.a-newsletter-section .svg-secondary img {
    width: 100%;
}

.a-newsletter-section .a-section {
    margin: 0 auto;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
}

.a-newsletter-section .a-section h2 {
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
    font-family: 'IranNastaliq';
    font-size: 2rem;
    color: rgb(255, 255, 255);
}

.a-newsletter-section .a-section h2:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: -60px;
    background: url(assets/img/Heading-Right-Light.png) no-repeat;
    background-size: contain;
}

.a-newsletter-section .a-section h2:after {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: -60px;
    background: url(assets/img/Heading-Left-Light.png) no-repeat;
    background-size: contain;
}

.a-newsletter-section .a-form {
    max-width: 600px;
    margin: 5px auto;
}

.a-newsletter-section .a-form form {
    width: 100%;
    position: relative;
}

.a-newsletter-section .a-form form p {
    margin: 0;
}

.a-newsletter-section .a-form form .a-input {
    position: relative;
}

.a-newsletter-section .a-form form .a-input br {
    display: none;
}

.a-newsletter-section .a-form form .a-input input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    font-family: 'Arial';
    background: rgb(255, 255, 255);
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 15px rgb(255 255 255 / 15%);
}

.a-newsletter-section .a-form form .a-input i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.15rem;
    color: rgb(200, 200, 200);
    z-index: 15;
}

.a-newsletter-section .a-form form input:focus {
    outline: 0;
}

.a-newsletter-section .a-form form button,
.a-newsletter-section .a-form form input[type='Submit'] {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, .075);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 300px;
    transition: all .25s ease-in-out;
}

.a-newsletter-section .a-form form button:hover,
.a-newsletter-section .a-form form input[type='Submit']:hover {
    background: rgb(255, 255, 255);
    color: var(--Primary-Color);
}

.a-newsletter-section .a-content {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    font-family: 'NotoKufiArabic-Light';
    font-size: .95rem;
}

.a-newsletter-section .a-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.a-newsletter-section .a-content ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.a-newsletter-section .a-content ul li i {
    color: rgb(245, 235, 55);
}

.a-newsletter-section .wpcf7-not-valid-tip {
    display: block;
    padding: 5px 0;
    font-size: .75rem;
    color: rgb(245, 235, 55);
}

.a-newsletter-section .wpcf7 form.invalid .wpcf7-response-output,
.a-newsletter-section .wpcf7 form.unaccepted .wpcf7-response-output,
.a-newsletter-section .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 15px 0;
    font-size: .75rem;
    border-radius: 300px;
    background: rgba(245, 235, 55, .15);
    border-color: rgba(245, 235, 55, .5);
}

.a-newsletter-section .wpcf7 form.sent .wpcf7-response-output {
    margin: 15px 0;
    font-size: .75rem;
    border-radius: 300px;
    background: rgba(70, 180, 80, .15);
    border-color: rgba(70, 180, 80, .5);
}

.a-newsletter-section .wpcf7-spinner {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 0;
    opacity: .25;
}

@media screen and (max-width: 991px) {

    .a-newsletter-section .svg-secondary {
        bottom: 0;
    }
}

@media screen and (max-width: 576px) {

    .a-newsletter-section .a-section h2:before,
    .a-newsletter-section .a-section h2:after {
        display: none;
    }

    .a-newsletter-section .a-form {
        max-width: 100%;
    }

    .a-newsletter-section .a-form .col-3,
    .a-newsletter-section .a-form .col-9 {
        width: 100%;
    }

    .a-newsletter-section .a-form form .a-input {
        margin: 0 0 15px;
    }

    .a-newsletter-section .a-form form button,
    .a-newsletter-section .a-form form input[type='Submit'] {
        padding: 10px;
    }

    .a-newsletter-section .a-content ul {
        flex-direction: column;
    }
}

@media screen and (max-width: 335px) {

    .a-newsletter-section .svg-secondary {
        bottom: -5px;
    }
}

@media screen and (max-width: 235px) {

    .a-newsletter-section .svg-secondary {
        bottom: -10px;
    }
}

/*------------------------ 9. Footer Section CSS ------------------------*/

.a-footer-section {
    width: 100%;
    display: inline-block;
    padding: 60px 0 0;
    position: relative;
    background: url('assets/img/Flower-Right.png') right bottom no-repeat;
    z-index: 15;
}

.a-footer-section:before {
    content: '';
    width: 190px;
    height: 355px;
    position: absolute;
    top: -135px;
    left: 35px;
    background: url('assets/img/Flower-Down.png') no-repeat;
    z-index: 15;
}

.a-footer-section .a-menu strong {
    display: block;
    margin: 0 0 15px;
    font-family: 'NotoKufiArabic-Black';
    font-size: 1rem;
    letter-spacing: -1.5px;
    color: rgb(15, 65, 55);
}

.a-footer-section .a-menu ul li {
    width: 100%;
    display: inline-block;
}

.a-footer-section .a-menu ul li a {
    display: block;
    padding: 5px 25px 5px 10px;
    position: relative;
    line-height: 2;
    color: rgb(15, 65, 55);
}

.a-footer-section .a-menu ul li a:before {
    content: '';
    width: 15px;
    height: 1.5px;
    position: absolute;
    top: 20px;
    right: 0;
    background: rgb(15, 65, 55);
}

.a-footer-section .a-menu ul li a:hover {
    padding: 5px 35px 5px 10px;
}

.a-footer-section .a-about {
    padding: 0 0 0 30px;
    position: relative;
    text-align: justify;
    z-index: 1;
}

.a-footer-section .a-about p {
    margin: 0 0 10px;
    font-size: .90rem;
}

.a-footer-section .a-section {
    margin: 0 auto;
    padding: 0 0 15px;
    position: relative;
}

.a-footer-section .a-section strong {
    display: inline-block;
    margin: 0;
    position: relative;
    font-family: 'IranNastaliq';
    font-size: 2.5rem;
    color: var(--Primary-Color);
}

.a-footer-section .a-section strong:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: -60px;
    background: url('assets/img/Heading-Right.png') no-repeat;
    background-size: contain;
}

.a-footer-section .a-social {
    width: 100%;
    display: inline-block;
}

.a-footer-section .a-social strong {
    display: block;
    margin: 0 0 15px;
    font-family: 'NotoKufiArabic-Black';
    font-size: 1rem;
    letter-spacing: -1.5px;
    color: rgb(15, 65, 55);
}

.a-footer-section .a-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0 0;
}

.a-footer-section .a-social ul li {
    display: inline-block;
}

.a-footer-section .a-social ul li a {
    display: block;
}

.a-footer-section .a-social ul li a img {
    width: 45px;
}

.a-footer-section .a-social ul li a:hover {
    transform: scale(.75);
}

.a-footer-section .a-copyright {
    padding: 90px 0 15px;
    position: relative;
    font-family: 'NotoKufiArabic-Light';
    text-align: center;
}

.a-footer-section .a-copyright p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@media screen and (max-width: 991px) {

    .a-footer-section {
        text-align: center;
    }

    .a-footer-section .a-menu strong,
    .a-footer-section .a-social strong {
        margin: 15px 0;
    }

    .a-footer-section .a-menu ul li a:before {
        display: none;
    }

    .a-footer-section .a-about {
        padding: 0 0 15px;
    }

    .a-footer-section .a-social ul {
        justify-content: center;
    }

    .a-footer-section .a-copyright {
        padding: 15px 0;
        font-size: .90rem;
    }

    .a-footer-section .a-menu ul li a {
        padding: 5px 25px;
    }
}

.a-signup-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.a-signup-section .row {
    width: 100%;
}

.a-signup-section .a-form-section {
    width: 100%;
    display: inline-block;
    padding: 30px 160px;
}

.a-signup-section .a-form-section img {
    max-width: 100px;
    margin: 0 auto;
}

.a-signup-section .a-form-section form {
    margin: 0;
}

.a-signup-section .a-form-section label {
    display: block;
    color: rgb(15, 65, 55);
}

.a-form-section .a-input input,
.a-form-section .a-select select,
.a-form-section .a-textarea textarea {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-size: .95rem;
    color: rgb(125, 135, 155);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
}

.a-form-section .a-input input:focus,
.a-form-section .a-select select:focus {
    outline: 0;
}

.a-form-section .a-input input:focus,
.a-form-section .a-select select:focus,
.a-form-section .a-textarea textarea:focus {
    border-color: rgb(15, 65, 55);
    box-shadow: 0 0 0 5px rgb(15 65 55 / 5%);
    outline: 0;
}

.a-form-section .a-checkbox {
    font-size: .90rem;
}

.a-form-section .a-checkbox input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border-color: rgb(220, 225, 235);
    border-radius: 50%;
}

.a-form-section .a-checkbox input:focus {
    border-color: rgb(15, 65, 55);
    box-shadow: 0 0 0 5px rgb(15 65 55 / 5%);
}

.a-form-section .a-checkbox input[type='checkbox']:checked {
    background-color: rgb(15, 65, 55);
    border-color: rgb(15, 65, 55);
}

.a-form-section .a-textarea.lg textarea {
    height: 120px;
    padding: 10px;
    resize: none;
}

.a-form-section .a-textarea.sm textarea {
    height: 60px;
    padding: 10px;
    resize: none;
}

.a-form-section .a-button button,
.a-form-section .a-button input[type='Submit'] {
    width: 100%;
    height: 45px;
    display: inline-block;
    padding: 0 10px;
    background: rgb(15, 65, 55);
    color: rgb(245, 235, 55);
    border: 0;
    border-radius: 5px;
}

.a-form-section .a-button button:hover {
    opacity: .85;
}

.a-form-section .a-button button div {
    width: 15px;
    height: 15px;
    border-width: 2px;
}

.a-form-section .a-resend-section {
    background: transparent;
    background: transparent;
    border: 0;
}

.a-signup-section .a-cover-section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.a-signup-section .a-cover-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(15, 65, 55, .85);
}

.a-signup-section .a-cover-section img {
    width: 100%;
    height: 100%;
}

.a-signup-section .a-menu-section {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    font-family: 'Raleway-Bold';
    font-size: 1.75rem;
}

.a-signup-section .a-menu-section:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(230, 235, 245);
}

.a-signup-section .a-menu-section ul li {
    width: 100%;
    display: inline-block;
}

.a-signup-section .a-menu-section ul li a {
    display: block;
}

.a-signup-section .a-menu-section ul li a.active {
    color: var(--Color-Primary);
}

/*------------------------ 10. Cover Section CSS ------------------------*/

.a-cover-section {
    width: 100%;
    clear: both;
    margin: 0 0 30px;
    padding: 90px 0 160px;
    position: relative;
    background: var(--Primary-Color);
}

.a-cover-section .svg {
    width: 100%;
    position: absolute;
    bottom: -55px;
    right: 0;
    left: 0;
    z-index: 15;
}

.a-cover-section .svg img {
    width: 100%;
}

@media screen and (max-width: 991px) {

    .a-cover-section {
        margin: 0;
        padding: 0 0 130px;
    }

    .a-cover-section .svg {
        bottom: 0;
    }
}

@media screen and (max-width: 335px) {

    .a-cover-section .svg {
        bottom: -5px
    }
}

@media screen and (max-width: 260px) {

    .a-cover-section .svg {
        bottom: -10px
    }
}

/*------------------------ 11. Special Section CSS ------------------------*/

.a-special-section {
    width: 100%;
    float: right;
    margin: -150px 0 0;
    padding: 0 0 15px;
    position: relative;
    z-index: 15
}

.a-special-section button {
    width: 45px;
    height: 45px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.a-special-section button svg {
    opacity: .75;
}

.a-special-section .a-pagination {
    width: 100%;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    text-align: center;
    transform: inherit;
    z-index: 15;
}

.a-special-section .a-pagination li {
    display: inline-block;
}

.a-special-section .a-pagination li button {
    width: 20px;
    height: 5px;
    display: block;
    margin: 5px;
    background: rgb(225, 225, 225);
    border: 0;
    border-radius: 300px;
    text-indent: -9999px;
}

.a-special-section .a-pagination li button.active {
    width: 35px;
    background: var(--Primary-Color);
}

.a-special-section .a-special {
    padding: 0 0 30px;
    overflow: hidden;
}

.a-special-section .a-special .a-post {
    margin: 0 15px;
    position: relative;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px;
}

.a-special-section .a-special .a-post a {
    display: block;
    position: relative;
    font-size: .75rem;
    color: rgb(255, 255, 255);
}

.a-special-section .a-special .a-post a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0) linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(55, 115, 125, 0.65)) repeat scroll 0 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.a-special-section .a-special .a-post img {
    width: 100%;
    height: 450px;
    box-shadow: 5px 5px 60px 0 rgb(0 0 0 / 5%);
    object-fit: cover;
}

.a-special-section .a-special .a-post .a-content {
    width: 100%;
    padding: 30px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.a-special-section .a-special .a-post .a-content h2 {
    margin: 5px 0;
    font-size: 1.15rem;
    color: rgb(255, 255, 255);
}

.a-special-section .a-special .a-post .a-content .a-category li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.a-special-section .a-special .a-post .a-content .a-category li span {
    display: inline-block;
    padding: 5px 15px;
    font-size: .75rem;
    line-height: 2;
    background: rgb(5, 85, 195);
    color: rgb(255, 255, 255);
    border-radius: 300px;
}

.a-special-section .a-special .a-post .a-content .a-meta {
    width: 100%;
    float: left;
}

.a-special-section .a-special .a-post .a-content .a-meta li {
    display: inline-block;
    margin: 0 0 0 10px;
    color: rgb(225, 225, 225);
}

.a-special-section .a-special .a-post .a-content .a-meta li i {
    float: right;
    display: inline-block;
    padding: 5px 0 0 5px;
    line-height: 1;
}

@media screen and (max-width: 991px) {

    .a-special-section {
        margin: -90px 0 60px;
    }

    .a-special-section .a-special .a-post {
        margin: 0 10px;
    }

    .a-special-section .a-special .a-post .a-content h2 {
        font-size: 1rem
    }
}

/*------------------------ 12. Featured Section CSS ------------------------*/

.a-featured-section {
    width: 100%;
    float: right;
    padding: 30px 0 120px;
}

.a-featured-section .a-post {
    display: block;
    margin: 10px 0 20px;
    position: relative;
}

.a-featured-section .a-post figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.a-featured-section .a-post figure span {
    padding: 5px 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: .75rem;
    background: rgb(85, 85, 255);
    color: rgb(255, 255, 255);
    border-radius: 300px;
}

.a-featured-section .a-post figure img {
    width: 100%;
    height: 250px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
    object-fit: cover;
}

.a-featured-section .a-post .a-content {
    width: 90%;
    display: table;
    margin: -60px auto;
    padding: 25px;
    position: relative;
    font-size: 1rem;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-featured-section .a-post .a-content h3 {
    margin: 0;
    font-size: 1rem;
}

.a-featured-section .a-post .a-content .a-meta {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    font-size: .90rem;
}

.a-featured-section .a-post .a-content .a-meta ul li {
    display: inline-block;
    margin: 0 0 0 10px;
    color: rgb(100, 100, 100);
}

.a-featured-section .a-post .a-content .a-meta li i {
    float: right;
    display: block;
    padding: 5px 0 0 5px;
    line-height: 0;
    color: var(--Primary-Color);
}

.a-featured-section .a-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

.a-featured-section .a-section h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    font-family: 'NotoKufiArabic-Black';
    font-size: 1.25rem;
}

.a-featured-section .a-section h2 i {
    display: block;
    line-height: .5;
}

.a-featured-section .a-section h2 span {
    display: block;
    line-height: 1;
}

.a-featured-section .a-section .a-link {
    font-size: 1rem;
}

.a-featured-section .a-section .a-link a {
    display: inline-block;
    padding: 5px 25px;
    font-size: .75rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-featured-section .a-section .a-link a:hover {
    opacity: .90
}

@media screen and (max-width: 991px) {

    .a-featured-section {
        padding: 0 0 60px;
    }

    .a-featured-section .a-post {
        margin: 0 0 90px;
    }

    .a-featured-section .a-post .a-content {
        width: 95%;
        padding: 20px 20px 15px;
    }
}

/*------------------------ 13. Posts Section CSS ------------------------*/

.a-posts-section {
    width: 100%;
    float: right;
    display: inline-block;
    margin: 0 0 175px;
    position: relative;
    z-index: 15;
}

.a-posts-section .a-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.a-posts-section .a-section h2 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    font-family: 'NotoKufiArabic-Black';
    font-size: 1.25rem;
}

.a-posts-section .a-section h2 i {
    display: block;
    line-height: .5;
}

.a-posts-section .a-section h2 span {
    display: block;
    line-height: 1;
}

.a-posts-section .a-section .a-link {
    font-size: 1rem;
}

.a-posts-section .a-section .a-link a {
    display: inline-block;
    padding: 5px 25px;
    font-size: .75rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-posts-section .a-section .a-link a:hover {
    opacity: .90
}

.a-posts-section .a-more {
    margin: 25px 0;
    text-align: center;
}

.a-posts-section .a-more a {
    display: inline-block;
    padding: 5px 25px;
    font-size: .75rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    outline: 2px solid var(--Primary-Color);
    outline-offset: 5px;
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-posts-section .a-more a:hover {
    opacity: .85
}

.a-posts-section .a-post {
    display: block;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-posts-section .a-post figure {
    margin: 0;
    position: relative;
    background: rgb(255, 255, 255);
}

.a-posts-section .a-post figure span {
    padding: 5px 15px;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: .75rem;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(35 33 33 / 5%);
}

.a-posts-section .a-post figure img {
    width: 100%;
    height: 300px;
    padding: 10px 10px 0;
    border-radius: 20px;
    object-fit: cover;
}

.a-posts-section .a-post .a-content {
    width: 100%;
    display: inline-block;
    padding: 20px;
    position: relative;
    background: rgb(255, 255, 255);
}

.a-posts-section .a-post .a-content h2,
.a-posts-section .a-post .a-content h3 {
    margin: 0 0 10px;
    font-size: 1rem;
}

.a-posts-section .a-post .a-content p {
    margin: 0 0 10px;
    font-size: .90rem;
    text-align: justify;
}

.a-posts-section .a-post .a-content .a-meta {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.a-posts-section .a-post .a-content .a-meta ul {
    display: flex;
    gap: 5px;
}

.a-posts-section .a-post .a-content .a-meta ul li {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: .90rem;
    color: rgb(100, 100, 100);
}

.a-posts-section .a-post .a-content .a-meta li i {
    float: right;
    padding: 5px 0 0 5px;
    line-height: 1;
    color: var(--Primary-Color);
}

.a-posts-section .a-pagination {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
    padding: 0 15px;
}

.a-posts-section .a-pagination nav {
    justify-content: center;
}

.a-posts-section .a-pagination nav div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.a-posts-section .a-pagination nav div span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-posts-section .a-pagination nav div span.current {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.a-posts-section .a-pagination nav div a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .90rem;
    background: rgb(255, 255, 255);
    color: rgb(25, 25, 25);
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-posts-section .a-pagination nav div a:hover {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

/*------------------------ 14. Widgets Section CSS ------------------------*/


.a-widget-section {
    position: relative;
    z-index: 15
}

.a-widget-section .a-section {
    margin: 0 0 15px;
}

.a-widget-section .a-section h2 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
}

.a-widget-section .a-podcast {
    width: 100%;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-widget-section .a-podcast .a-content {
    width: 100%;
    float: right;
    padding: 15px;
    color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
}

.a-widget-section .a-podcast .a-content .a-thumbnail {
    width: 110%;
    height: 110%;
    position: absolute;
    top: -10px;
    right: -10px;
    background-size: cover;
    background-position: center;
    filter: blur(5px);
}

.a-widget-section .a-podcast .a-content .a-info {
    height: 100%;
    position: relative;
    justify-content: space-around;
}

.a-widget-section .a-podcast .a-content .a-info .a-text {
    justify-content: space-around;
    flex-direction: column;
    height: inherit;
    align-items: baseline;
}

.a-widget-section .a-podcast .a-content .a-info .a-text h6 {
    display: block;
    margin: 5px 0 15px;
    font-size: .90rem;
    color: rgb(255, 255, 255);
}

.a-widget-section .a-podcast .a-content .a-info .a-text .a-duration {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0 30px;
    color: rgb(255, 255, 255);
}

.a-widget-section .a-podcast .a-content .a-info .a-text .a-duration i {
    display: block;
    font-size: .85rem;
    line-height: .5;
}

.a-widget-section .a-podcast .a-content .a-info .a-text .a-duration span {
    display: block;
    line-height: 0;
}

.a-widget-section .a-widget {
    width: 100%;
    display: inline-block;
}

.a-widget-section .a-widget strong {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 1rem;
    position: relative;
    border-bottom: 1px solid rgba(200, 200, 200, .5);
}

.a-widget-section .a-widget strong:before {
    content: '';
    width: 75px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: 0;
    background: var(--Primary-Color);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.a-widget-section .a-category {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 15px;
    background: rgb(255, 255, 255);
    font-size: .90rem;
    border-radius: 15px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-widget-section .a-category ul li {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
}

.a-widget-section .a-widget ul li a {
    display: block;
    padding: 5px;
    color: rgb(100, 100, 100);
}

.a-widget-section .a-category ul li a:before {
    content: '\f118';
    font-family: 'Icon-Straight';
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: .75rem;
}

.a-widget-section .a-category ul li a:hover {
    color: var(--Primary-Color);
}

.a-widget-section .a-search {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    padding: 15px;
    background: var(--Primary-Color);
    border-radius: 15px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px
}

.a-widget-section .a-search form {
    position: relative;
}

.a-widget-section .a-search form input {
    width: 100%;
    padding: 10px;
    background: rgb(245, 245, 245);
    font-size: .75rem;
    border: 0;
    border-radius: 300px;
}

.a-widget-section .a-search form input:focus {
    outline: 0;
}

.a-widget-section .a-search form button {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 50%;
}

.a-widget-section .a-search form button i {
    display: block;
    line-height: .5;
}

.a-widget-section .a-banner a {
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: .5rem;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-widget-section .a-posts .a-content {
    width: 100%;
    height: 120px;
    display: block;
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 15%);
}

.a-widget-section .a-posts .a-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.a-widget-section .a-posts .a-content h2 {
    margin: 0;
    position: relative;
    font-size: .875rem;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

.a-widget-section .a-posts .a-content span {
    position: relative;
    font-size: .95rem;
    color: rgb(230, 230, 230)
}

.a-widget-section .a-events {
    width: 100%;
    float: left;
    margin: 0 0 45px;
    padding: 15px;
    position: relative;
    background: var(--Primary-Color);
    border-radius: 15px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px;
}

.a-widget-section .a-events.a-widget strong:before {
    background: rgb(40, 70, 70);
}

.a-widget-section .a-events p,
.a-widget-section .a-events strong {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .15);
    text-align: justify;
}

.a-widget-section .a-events h6 {
    font-size: .90rem;
    color: rgb(255, 255, 255);
}

.a-widget-section .a-events p {
    margin: 0;
    font-size: .75rem;
    opacity: .90;
}

.a-widget-section .a-events ul {
    bottom: -30px;
}

.a-widget-section .a-popular ul li {
    display: inline-block;
}

.a-widget-section .a-popular ul li a {
    display: inline-block;
    margin: 0 0 5px 5px;
    padding: 0 10px;
    font-size: .75rem;
    line-height: 2;
    color: rgb(100, 100, 100);
    border: 1px solid rgb(100, 100, 100);
    border-radius: 300px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px;
}

.a-widget-section .a-popular ul li a:hover {
    background: rgb(100, 100, 100);
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 991px) {

    .a-widget-section .a-events {
        margin: 0;
    }
}

/*------------------------ 13. Post Section CSS ------------------------*/

.a-excerpt-section {
    width: 100%;
    display: block;
    margin: 60px 0 -180px;
    position: relative;
    color: rgb(255, 255, 255);
    z-index: 15;
}

.a-excerpt-section .a-content {
    padding: 0 30px 0 0;
    font-size: 1rem;
}

.a-excerpt-section .a-content span {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: .90rem;
    line-height: 2;
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(35 33 33 / 5%);
}

.a-excerpt-section .a-content h1 {
    font-size: 1.25rem;
    line-height: 1.5;
    color: rgb(255, 255, 255);
}

.a-excerpt-section .a-content p {
    color: rgba(255, 255, 255, .75);
    line-height: 1.95;
    text-align: justify;
}

.a-excerpt-section .a-meta ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.a-excerpt-section .a-meta ul li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    padding: 0 5px 0 0;
    font-size: 1.25rem
}

.a-excerpt-section .a-meta ul li i {
    display: block;
    font-size: 1rem;
    line-height: .5;
    color: rgb(255, 160, 25)
}

.a-thumbnail-section {
    width: 100%;
    display: inline-block;
    position: relative;
}

.a-thumbnail-section img {
    width: 100%;
    height: 600px;
    display: block;
    border-radius: 30px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
    object-fit: cover;
}

.a-author-section {
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-size: .85rem;
    z-index: 15
}

.a-author-section img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.a-author-section .a-info strong {
    display: block;
    padding: 0 0 5px;
    line-height: 1.15
}

.a-author-section .a-info span {
    display: block;
    font-size: .75rem;
    color: rgb(95, 95, 95);
}

@media screen and (max-width: 767px) {

    .a-author-section {
        margin: 15px 0;
        padding: 0;
    }
}

.a-social-section {
    width: 100%;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 100
}

.a-social-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.a-social-section ul li {
    display: inline-block;
}

.a-social-section ul li img {
    max-width: 45px;
    border-radius: 50%;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%)
}

.a-content-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0 190px;
}

.a-content-section .a-description {
    width: 100%;
    float: right;
    margin: 0 0 15px;
    padding: 30px;
    position: relative;
    font-size: 1rem;
    background: rgb(255, 255, 255);
    text-align: justify;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
    z-index: 15
}

.a-content-section .a-description figure {
    margin: 0;
    padding: 15px 15px 0
}

.a-content-section .a-description figure img {
    width: 100%;
    border-radius: 20px;
}

.a-content-section .a-description h1,
.a-content-section .a-description h2,
.a-content-section .a-description h3,
.a-content-section .a-description h4,
.a-content-section .a-description h5,
.a-content-section .a-description h6 {
    text-align: right;
}

.a-content-section .a-description h1 {
    font-size: 1.5rem
}

.a-content-section .a-description h2 {
    font-size: 1.35rem
}

.a-content-section .a-description h3 {
    font-size: 1.25rem
}

.a-content-section .a-description h4 {
    font-size: 1.15rem
}

.a-content-section .a-description h5 {
    font-size: 1rem
}

.a-content-section .a-description img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 15px;
}

.a-content-section .a-description p {
    margin: 0 0 15px;
    color: rgb(60, 60, 60);
    line-height: 2;
    text-align: justify;
}

.a-content-section .a-description table {
    width: 100%;
    margin: 0 0 15px;
}

.a-content-section .a-description table th,
.a-content-section .a-description table td {
    padding: 5px;
    font-weight: normal;
    border-bottom: 1px solid rgb(250, 250, 250);
}

.a-content-section .a-description ul li {
    width: 100%;
    float: right;
    display: inline-block;
    padding: 0 15px;
    line-height: 2;
    position: relative;
}

.a-content-section .a-description ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 12px;
    right: 0;
    background: var(--Primary-Color);
    box-shadow: 0 0 0 2px rgb(250 165 15 / 50%);
    border-radius: 50%;
}

.a-content-section .a-description .a-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.a-content-section .a-description .a-links a {
    width: 215px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: .90rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-radius: 300px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 5%);
}

.a-content-section .a-description .a-links a:hover {
    background: rgb(255, 160, 25);
}

.a-content-section .a-description .a-popular {
    width: 100%;
    float: right;
    padding: 15px 0 0;
}

.a-content-section .a-description .a-popular ul li {
    width: auto;
    display: inline-block;
    padding: 0;
    line-height: normal;
}

.a-content-section .a-description .a-popular ul li:before {
    display: none;
}

.a-content-section .a-description .a-popular ul li a {
    display: inline-block;
    margin: 0 0 5px 5px;
    padding: 0 15px;
    font-size: .75rem;
    line-height: 2;
    color: rgb(100, 100, 100);
    border: 1px solid rgb(100, 100, 100);
    border-radius: 300px;
    box-shadow: rgb(30 25 30 / 15%) 0 0 5px;
}

.a-content-section .a-description .a-popular ul li a:hover {
    background: rgb(100, 100, 100);
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 991px) {

    .a-excerpt-section {
        margin: 30px 0 -60px
    }

    .a-excerpt-section .a-content {
        padding: 0 15px;
    }

    .a-excerpt-section .a-info ul {
        justify-content: center;
        margin: 0 0 15px;
    }

    .a-thumbnail-section img {
        height: auto;
        margin: 15px auto;
    }

    .web-author-section {
        justify-content: center;
        margin: 60px 0 0;
    }

    .a-social-section ul {
        justify-content: center;
        padding: 15px 0 0;
    }

    .a-content-section .a-description {
        padding: 30px 15px;
        text-align: right;
    }

    .a-content-section .a-description p {
        text-align: right;
    }
}

/*------------------------ 14. Search Section CSS ------------------------*/

.a-search-posts-sction {
    width: 100%;
    display: inline-block;
    margin: -120px 0 0;
}

/*------------------------ 15. 404 Section CSS ------------------------*/

.a-404-section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-404-section .row {
    width: 100%;
}

.a-404-section h2 {
    width: 100%;
    height: 200px;
    display: flex;
    font-family: 'NotoKufiArabic-Black';
    font-size: 12rem;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.a-404-section h2:before,
.a-404-section h2:after {
    content: attr(data-content);
    position: absolute;
    color: var(--Primary-Color);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 60%);
    clip-path: polygon(0 100%, 100% 100%, 100% 40%, 0 60%);
    -webkit-animation: transition 1.5s infinite linear;
    animation: transition 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.a-404-section h2:after {
    color: var(--Primary-Color);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 36%, 0 56%);
    clip-path: polygon(0 0, 190% 0, 100% 36%, 0 56%);
    -webkit-animation: slide 1.5s infinite linear;
    animation: slide 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.a-404-section .a-content a {
    width: 200px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    font-size: .90rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0 0 5px 0 rgb(30 25 30 / 5%);
    border-radius: 300px;
    outline: 2px solid var(--Primary-Color);
    outline-offset: 5px;
}

.a-404-section .a-content a:hover {
    opacity: .90;
}

@-webkit-keyframes transition {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(5px, -2%);
        transform: translate(5px, -2%)
    }
}

@keyframes transition {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(5px, -2%);
        transform: translate(5px, -2%)
    }
}

@media screen and (max-width: 767px) {
    .a-404-section {
        text-align: center;
    }

    .a-404-section .a-content a {
        margin: 0 auto;
    }
}