@font-face {
    font-family: 'Ah-moharram';
    src: url('../fonts/Ah-moharram-bold.ttf') format('woff'),
        url('../fonts/Ah-moharram-bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'couture';
    src: url('../fonts/couture-bld.ttf') format('woff'),
        url('../fonts/couture-bld.ttf') format('truetype');
    font-display: swap;
}
:root{
    --dark-blue:#2D2E7D;
    --white:#ffffff;
    --black: #000000;
    --color-primary: #D7592F;
}
.btn-primary {
    --color-primary: #D7592F;
    --white: #ffffff;

    --bs-btn-bg: #D7592F;
    --bs-btn-border-color: #D7592F;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #be461d;
    --bs-btn-hover-border-color: #be461d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D7592F;
    --bs-btn-active-border-color: #D7592F;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: #D7592F;
    --bs-btn-disabled-border-color: #D7592F;
    --bs-btn-border-radius:0;
}
.btn-secondary {
    --color-primary: #2D2E7D;
    --white: #ffffff;

    --bs-btn-bg: #2D2E7D;
    --bs-btn-border-color: #2D2E7D;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #202268;
    --bs-btn-hover-border-color: #202268;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2D2E7D;
    --bs-btn-active-border-color: #2D2E7D;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: #2D2E7D;
    --bs-btn-disabled-border-color: #2D2E7D;
    --bs-btn-border-radius: 0;
    --bs-btn-font-family: 'Ah-moharram', 'san-serif';
    --bs-btn-font-size: 1.4em;
    --bs-btn-padding-x: 1.3em;
    --bs-btn-line-height: 1.5;
    padding-bottom: 0.3em;
    padding-top: 0.2em;
}
.contact-form .form-group{
    margin-bottom: 3rem;
}
.form-control{
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    text-align: start;
    font-family: 'Ah-moharram', 'san-serif';
    font-size: 1.3rem;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
body, main{
    overflow-x: hidden;
}
header {
    overflow-x: hidden;
}
.ah-moharram{
    font-family: 'Ah-moharram', 'san-serif';
}
p{
    font-family: arial, sans-serif;
}
/* Nav Bar */
.navbar-brand img{
    transition: all 0.3s;
}
#navbar_top.fixed-top .navbar-brand img{
    max-width: 145px;
}
#navbar_top.bg-light{
    background-color: #fff !important;
}
#navbar_top.fixed-top.bg-light{
    border-bottom: 1px solid #ddd;
}
.navbar-toggler .icon-bar {
    background-color: var(--black);
    transition: all 0.2s;
    display: block;
    width: 33px;
    height: 2px;
    border-radius: 1px;
    margin: 9.5px 0;
}
.navbar-container{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}
#navbar_top.fixed-top .navbar-container{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
    z-index: 10009;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler .icon-top-bar {
    transform: rotate(45deg);
    transform-origin: 0;
}

.navbar-toggler .icon-middle-bar {
    opacity: 0;
}

.navbar-toggler .icon-bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0;
}

.navbar-toggler.collapsed .icon-top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bottom-bar {
    transform: rotate(0);
}
.navbar-nav .nav-link{
    padding-right: 0;
    padding-left: 0;
    margin-left: 1.4em;
    color: var(--black);
    transition: all 0.3s;
    font-family: 'Ah-moharram', 'san-serif';
    font-size: 1.6em;;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
    color: var(--dark-blue);
}
.navbar-nav .nav-link::after{
    content: " ";
    height: 1px;
    background-color: var(--dark-blue);
    transition: all 0.3s;
    width: 0;
    display: block;
    top:3px;
    position: relative;
    margin:auto;
}
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link.show::after,
.navbar-nav .nav-link:hover::after {
    width: 100%;;
}

.page-title-section{
    background-color: var(--dark-blue);
    padding:1.3em 0;
    color: var(--white);
    
}
.page-title,
.page-year{
    font-size:4em;
    font-family: 'Ah-moharram', 'san-serif';
}

/* Hero Section */
.hero-section{
    margin-top:8em;
    margin-bottom: 8em;
}
.hero-section h2{
    font-size: 4em;
}
.hero-read-more{
    position: absolute;
    right: -1em;
    bottom: 2em;
    color: var(--white);
    background-color: var(--color-primary);
    border-radius: 5em;
    width: 3em;
    height: 3em;
    text-align: center;
    font-size: 3em;
    line-height: 0.8;
    padding: 0.6em 0;
    font-family: 'Ah-moharram', 'san-serif';
}
.hero-arrow{
    position: absolute;
    left: 0;
    bottom: 0;
}


/* About Section */
.about-section{
    background-color: #F4F4F4;
    padding-top: 6em;
    padding-bottom: 6em;
}
.about-section h2{
    font-size: 5em;
}
.video-play-btn{
    top: 50%;
    left: 50%;
    margin-top: -5em;
    margin-left: -5em;
    width: 10em;
    height: 10em;
    border-radius: 100px;
    background-color: var(--dark-blue);
    position: absolute;
    transition: all 0.5s;
}
.video-play-btn:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.video-play-btn::after{
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -40px;
    width: 0;
    height: 0;
    border-left: 50px solid #ffffff;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    transition: all 0.5s;
}
.video-play-btn:hover::after {
    opacity: 0.7;
}

/* Articls */
.articles-section{
    margin-top:6em;
    margin-bottom: 6em;
}
.articles-section h2{
    font-size: 4em;
    margin-bottom: 0.6em;
}
.articles-large-content{
    border-top: 1px solid #000000;
    padding-top:3em;
    padding-bottom: 3em;
    padding-left: 8em;
}
.articles-grid{
    margin-top: 8em;
}
.article-grid-item{
    padding-bottom: 3em;
    margin-bottom: 6em;
    border-bottom: 1px solid #000;
    position: relative;
    padding-left: 7em;
}

.articles-grid .col-lg-4:nth-last-child(-n+3) .article-grid-item{
    border-bottom:0;
}

.article-image{
    padding-bottom: 0.5em;
}
.article-image img{
    max-width: 85%;
}
.article-date{
    font-family: 'Ah-moharram', 'san-serif';
    font-size: 1.6em;
    margin-bottom: 0;
}
.article-title{
    font-family: 'Ah-moharram', 'san-serif';
    font-size: 2.6em;
    margin-bottom: 0.4em;
}
.article-desc{
    margin-bottom: 2em;
    font-size: 0.9em;
}
.read-more-section{
    border-top: 1px solid #000;
    padding-top: 3em;
}
.read-more-arrow{
    margin-right: 0.4em;
    max-width: 1em;
    margin-top: 0.2em;
}

/* Archive Section */
.archive-section{
    background-color: #F4F4F4;
}
.archive-section h2{
    font-size: 4em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.archive-item-content{
    padding-left:10em;
    padding-right:10em;
}
.archive-item-content .article-date{
    font-size: 2.8em;
}
.archive-section .carousel-control-prev, .archive-section .carousel-control-next {
    top: unset;
    bottom: -4em;
    background-color: #2D2E7D;
    width: 3em;
    opacity: 1;
    color: #fff;
    padding: 1em 2em;
    transition: all 0.5s;
    height: 51px;
}
.archive-section .carousel-control-prev{
    right: 10em;
}
.archive-section .carousel-control-next {
    right: 15em;
}
.archive-section .carousel-control-prev:hover {
    margin-right: 0.5em;
}
.archive-section .carousel-control-next:hover {
    margin-right: -0.5em;
}
/* Categories */
.categories-section {
    margin-top: 6em;
}

.categories-section h2 {
    font-size: 4em;
    margin-bottom: 0.6em;
}
.categoriy-item{
    border-top: 2px solid #2D2E7D;
    color: var(--white);
}
.categoriy-item a{
    transition: all 0.3s;
    display: block;
    color: var(--black);
    text-decoration: none;
    font-family: 'Ah-moharram', 'san-serif';
    font-size: 3em;;
    padding-top:0.5em;
    padding-bottom: 0.5em;
}
.categoriy-item a:hover {
    background-color: #2D2E7D;
    color: var(--white);
}
.categoriy-item .category-title{
    float: right;
}
.categoriy-item .category-articles-count {
    float: left;
}


/* Articles page */
.articles-filter-list{
    padding: 0;
    margin-bottom: 0;
    margin-top: 0.5em;
}
.articles-filter-list li{
    display: inline-block;
    list-style: none;
    margin-right:1.5em;
}
.articles-filter-list li a{
    font-family: 'Ah-moharram', 'san-serif';
    font-size: 2.5em;
    text-decoration: none;
    color: var(--white);
    transition: all 0.3s;
}
.articles-filter-list li a.active, .articles-filter-list li a:hover {
    border-bottom: 1px solid var(--white);
}

/* Article Page */
.article-hero-section{
    position: relative;
    color: var(--white);
}
.article-hero-section h1{
    font-size: 3em;
    margin-bottom: 0.8em;
}
.hero-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-bg::after {
    content: " ";
    /* background-color: rgba(43, 43, 43, 0.49); */
    background-image: url(../imgs/banner-overlay.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.prev-btn{
    background-image: url('../imgs/back-btn.png');
    background-repeat: no-repeat;
    width: 92px;
    height: 92px;
    display: inline-block;
    padding: 33px;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 4.5em;
    margin-bottom: 8em;
}
.prev-btn:hover {
    transform: scale(0.9);
}
.share-btn{
    font-family: 'Ah-moharram', 'san-serif';
    font-size: 1.6em;
    padding-top: 0em;
    padding-left: 1.4em;
    padding-right: 1.4em;
}
.article-content-section{
    margin-top: 3em;
    margin-bottom: 6em;
}
.article-content-section h1, .article-content-section h2, .article-content-section h3, .article-content-section h4{
    font-family: 'Ah-moharram', 'san-serif';
}
.article-content-section h2{
    font-size:3em;
}
.article-content-section p{
    font-size: 0.9em;
}

.navigation-section{
    background-color: #F4F4F4;
    padding-top: 4em;
    padding-bottom: 4em;
}
.navigation-section a{
    color: var(--black);
    font-size: 1.6em;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.navigation-section .article-date{
    font-size: 1.2em;
    margin: 0;
    line-height: 1;
}
.navigation-section .article-title {
    font-size: 1.6em;
    margin: 0;
    line-height: 1;
}
.navigation-book{
    max-width: 80%;
}
.navigation-arrow{
    transition: all 0.3s;
    margin-top: -100%;
}
.navigation-section a:hover .navigation-arrow{
    transform: scale(0.9);
}

#article-content-tabs{
    border: none;
    float: left;
}
#article-content-tabs.nav-tabs .nav-item a{
    cursor: pointer;
    box-shadow: none !important;
    color: #000;
    padding-right: 1rem;
    text-decoration: none;
    transition: all 0.3s;
}
#article-content-tabs.nav-tabs .nav-item a.active{
    color:#D7592F;
}
.article-head-ar{
    font-family: 'Ah-moharram', "Arial", 'san-serif';
    font-size: 1.7rem;
    line-height: 0;
}
.article-head-en{
    font-family: Arial, Helvetica, sans-serif;   
    border-right: 1px solid #000 !important;
    margin-right:1rem;
}
#article-content-en{
    direction:ltr;
}

/* About US */
.about_message_section{
    margin-top: 8em;
    margin-bottom: 8em;
}
.about_message_section h3{
    font-size: 2.9rem;
    line-height: 1;
}
.quoat-auther h4{
    font-size: 30px;
    color: #00000061;
    margin-bottom: 0;
    line-height: 80%;
    font-weight: 400;
}
.about_kpis_lis {
    font-size:2rem;
    line-height: 100%;
}
.about_kpis_lis h4{
    font-size:3.3rem;
    line-height: 100%;
}



/* Records */
.records-section h1{
    font-size: 5em;
    line-height: 1;
}
.records-section{
    padding-top: 6em;
    padding-bottom: 6em;
    border-top: 1px solid #ddd;
}
.playlist-section{
    margin-bottom: 6em;

}

.playlist-section iframe{
    background-color:#f5f5f5;
}


/* Contact Us */
.contact-section{
    padding-top: 6em;
    padding-bottom: 6em;
    border-top: 1px solid #ddd;
}
.contact-section h1{
    font-size: 5em;
    line-height: 1;
}
.contact-content{
    max-width: 450px;
    margin-bottom: 3em;
}
.contact-content img{
    display: block;
}
.contact-content a{
    color: #000;
    text-decoration: none;
    margin-top: 0.6rem;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s;
}
.contact-content a:hover{
    color: var(--dark-blue)
}
.contact-content-phone{
    direction: ltr;
    text-align: start;
}
.contact-content-address{
    max-width:350px;
}
.contact-submit{
    background-image: url(../imgs/next-arrow.png);
    background-repeat: no-repeat;
    background-position: 25px;
    background-size: 22px;
}



/* Footyer */
footer{
    background-color:var(--dark-blue);
    padding-top: 6em;
    padding-bottom: 3em;
    color: var(--white);
}
footer h2, footer h3, footer h4, footer h5, footer a.moharram{
    font-family: 'Ah-moharram', 'san-serif';
}
footer h3{
    font-size: 2.2em;
}
footer h4{
    font-size: 1.8em;
}
footer a.moharram{
    font-size: 1.5em;
}
footer ul.social-icons li{
    display: inline-block;
    margin-left:1em;
}
footer ul.social-icons li a{
    font-size: 1.6em;
}
footer ul{
    padding: 0;
}
footer ul li{
    list-style: none;
}
footer ul li a{
    color: var(--white);
    text-decoration: none;
    font-size: 1em;
}
footer .subscribe-form{
    border-bottom:1px solid var(--white);
    display: flex;
    margin-top:4em;
}
footer ul.contact-list li{
    margin-top: 2em;
    margin-bottom: 2em;
}
footer ul.contact-list li a{
    font-family: Arial, Helvetica, sans-serif;
}
footer input{
    background-color: transparent;
    color:var(--white);
    padding: 1rem;
    border: 0;
    text-align: right;
    font-size: 1.2em;
    width:60%;
    font-family: Arial, Helvetica, sans-serif;
}
footer input:focus, footer input:focus-visible {
    outline: 0;
    border: 0;
}
footer input::placeholder, footer input::-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
    color: var(--white);
    direction: rtl;
}
::-ms-input-placeholder{
    color: var(--white);
    direction: rtl;
}
::placeholder{
    color: var(--white);
    direction: rtl;
}
footer .subscribe-form button{
    color: var(--black);
    background-color: var(--white);
    text-align: center;
    float: left;
    height:100%;
    padding: 1rem 1.5rem;
    border: 0;
    font-size: 1.2em;
    width:40%;
    font-family: Arial, Helvetica, sans-serif;
}
footer .bottom-footer{
    border-top:1px solid var(--white);
}

footer .bottom-footer ul li{
    display: inline-block;
    margin-left: 1em;
}
footer .bottom-footer p{
    direction: ltr;
}