@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel/Cinzel-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel/Cinzel-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel/Cinzel-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel/Cinzel-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'copperplate-gothic';
    src: url('../fonts/copperplate-gothic/copperplategothic_bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'myriad';
    src: url('../fonts/myriad/myriad-pro-semi-extended.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
  
@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/noto_kufi_arabic/static/NotoKufiArabic-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'myriad', 'copperplate-gothic', 'Cinzel', sans-serif !important;
    color: #222f3e !important;
}

.font-arabic{
    font-family: 'NotoKufiArabic', sans-serif !important;
}

.font-myriad {
    font-family: 'myriad', sans-serif !important;
}

.font-special {
    font-family: 'copperplate-gothic', sans-serif !important;
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px !important
    }
}

a {
    text-decoration: none !important
}

.mercury-color {
    color: #26262f
}

.top {
    padding: 10px;
    background-color: #26262f;
    color: #fff;
    font-size: 14px;
    z-index: 9999;
    position: relative;
}

.top img {
    width: 70%
}

.top a i,
.top i {
    color: #fed330
}

.border-bottom-yellow {
    border-bottom: 1px solid #ab8c15
}

.top-triangle {
    width: 100%;
    height: 400px;
    background: linear-gradient(
        to right,
        #c5ab63,
        #b6933c,
        #c5ab63
    );
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 88.5%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 88.5%, 0 70%);
    margin-top: -392px;
    z-index: 1;
    position: relative;
}

.top-triangle-1 {
    width: 100%;
    height: 400px;
    background: linear-gradient(
        to right,
        #b6933c,
        #c5ab63,
        #b6933c
    );
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 88%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 88%, 0 70%);
    margin-top: -390px;
    z-index: 0;
    position: relative;
}

.top-triangle-2 {
    width: 100%;
    height: 400px;
    background: linear-gradient(
        to right,
        #373744,
        #212728,
        #373744
    );
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 88%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 88%, 0 70%);
    margin-top: -333px;
    z-index: 2;
    position: relative;
}

.logo-bar {
    background-color: #26262f;
    padding: 20px 0 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 48%, 50% 100%, 0 48%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 48%, 50% 100%, 0 48%);
    z-index: 9999;
    position: relative;
    margin-top:-1px;
}

.navbar {
    /* background-color: #26262f; */
    /* border-bottom: 5px solid #ab8c15; */
    padding: 20px 0;
}

.navbar-logo-container {
    float: left
}

.navbar-menu-container {
    float: right
}

.navbar-collapse {
    flex-grow: 0;
    align-items: center;
}

#navbar-logo {
    height: 120px;
}

.no-background{
    background: none !important;
    background-color: #fff !important;
}

.navbar-nav .nav-item {
    margin-right: 3px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff !important;
    background-color: #26262f;
    padding:10px 15px 7px 15px;
    font-size:12px;
    letter-spacing: 1px;
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: #ad8525;
    transition: .5s
}

.navbar-nav .nav-item.active .nav-link {
    background-color: #ad8525;
}

.navbar-toggler {
    border: 1px solid #ad8525 !important;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    font-size: 24 !important;
    color: #ad8525 !important
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.btn-search {
    color: #fff;
    background-color: #26262f;
    border-color: #26262f;
    border-radius: 0 !important
}

.btn-search:hover {
    color: #26262f;
    background-color: #fff;
    border-color: #26262f
}

.content-title {
    position: relative;
    display: inline-block;
    color: #222f3e;
    font-weight: bold;
}

.cat-card{
    border:none;
    font-weight: bold;
}

.cat-card:hover {
    background-color: #ab8c15 !important;
}

.card-link {
    color: #212529 !important
}

.card-title {
    color: #26262f !important;
    font-size: 15px !important;
    font-weight:bold;
}

.card-text {
    color: #555;
    font-size: small !important
}

/* upcoming */
.upcoming-card:hover .card-img-top {
    opacity: .7;
}

.upcoming-card .card-img-top {
    border:1px solid #fff;
}

.event-city-image{
    border:1px solid #fff;
    width:100%;
    margin:auto;
}

.upcoming-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06)
}

@media (min-width: 768px) {
    .upcoming-card:hover {
        transform: scale(1.05);
    }
}

.upcoming-card-title {
    color: #fff !important;
    font-size: 16px !important;
    min-height:75px;
    max-height: 75px;
}

.upcoming-card-text{
    color: #fff !important;
    font-size: 0.7rem !important;
    letter-spacing:1px;
}

/* end upcoming */

.acc-img:hover img {
    filter: grayscale(0%)
}

.acc-img img {
    filter: grayscale(90%);
    transition: all .3s ease-in-out
}

.footer-top-triangle {
    width: 100%;
    height: 400px;
    background: linear-gradient(
        to right,
        #b6933c,
        #c5ab63,
        #b6933c
    );
    clip-path: polygon(0 28%, 50% 0%, 100% 28%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 28%, 50% 0%, 100% 28%, 100% 100%, 0 100%);
    z-index: 0;
    position: relative;
}

.footer-top-triangle-1 {
    width: 100%;
    height: 400px;
    background: linear-gradient(
        to right,
        #c5ab63,
        #b6933c,
        #c5ab63
    );
    clip-path: polygon(0 28%, 50% 0%, 100% 28%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 28%, 50% 0%, 100% 28%, 100% 100%, 0 100%);
    z-index: 1;
    margin-top:-392px;
    position: relative;
}

.footer-top-triangle-2 {
    width: 100%;
    height: 400px;
    background: linear-gradient(
        to right,
        #373744,
        #212728,
        #373744
    );
    clip-path: polygon(0 28%, 50% 0%, 100% 28%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 28%, 50% 0%, 100% 28%, 100% 100%, 0 100%);
    margin-top: -392px;
    z-index: 2;
    position: relative;
}

.footer-section {
    background-color: #26262f;
    padding: 20px 0;
    clip-path: polygon(0 20%, 50% 0%, 100% 20%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 20%, 50% 0%, 100% 20%, 100% 100%, 0 100%);
    z-index: 9999;
    position: relative;
    margin-top:-390px;
}

@media (max-width: 768px) {
    .footer-top-triangle {
        clip-path: polygon(0 14%, 50% 0%, 100% 14%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 14%, 50% 0%, 100% 14%, 100% 100%, 0 100%);
    }
    
    .footer-top-triangle-1 {
        clip-path: polygon(0 14%, 50% 0%, 100% 14%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 14%, 50% 0%, 100% 14%, 100% 100%, 0 100%);
    }
    
    .footer-top-triangle-2 {
        clip-path: polygon(0 14%, 50% 0%, 100% 14%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 14%, 50% 0%, 100% 14%, 100% 100%, 0 100%);
    }
    
    .footer-section {
        clip-path: polygon(0 7%, 50% 0%, 100% 7%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 7%, 50% 0%, 100% 7%, 100% 100%, 0 100%);
    }
}

.footer-section ul {
    list-style-type: none !important;
    padding-left: 0 !important
}

.footer-section ul li {
    padding: 5px 0 !important
}

.footer-section ul li a {
    color: #d8d8d8 !important;
    font-size: 13px !important;
    -webkit-transition: .5s !important;
    -moz-transition: .5s !important;
    -o-transition: .5s !important;
    transition: .5s !important
}

.footer-section ul li i {
    color: #fff;
    margin-right: 15px;
    font-size: 13px;
    padding-top:2px;
}

.title-color {
    color: #26262f !important
}

.font-10 {
    font-size: 10px !important
}

.font-12 {
    font-size: 12px !important
}


.font-14 {
    font-size: 14px !important
}

.font-18 {
    font-size: 18px !important
}

.font-16 {
    font-size: 16px !important
}

.font-20 {
    font-size: 20px !important
}

.font-40 {
    font-size: 40px !important
}

.cat-img-size {
    width: 100%;
    height: 100%;
}

.bg-dark{
    background-color: #000;
}

.btn-primary {
    color: #fff !important;
    background-color: #26262f !important;
    border-color: #26262f !important;
}

.btn-primary:hover {
    color: #26262f !important;
    background-color: #fff !important;
    border-color: #26262f !important;
}

.btn-main {
    color: #fff !important;
    background-color: #26262f !important;
    border-color: #26262f !important;
}

.btn-main:hover {
    color: #26262f !important;
    background-color: #fff !important;
    border-color: #26262f !important;
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

@media (max-width:991px) {
    .navbar-nav .nav-item .nav-link {
        padding:10px 15px;
    }
}

@media(min-width:767px) {
    .text-md-justify {
        text-align: justify;
    }
}

@media(max-width:575px) {

    .btn-sm,
    .form-control-sm {
        font-size: 1.25rem;
    }

    .form-select-sm {
        font-size: 1.25rem;
    }
}

.search-input{
    height:70px;
    background-color: #d2d2d4;
    border:none;
    padding:10px;
    padding-left:20px;
    border-radius:0px;
}

.search-input::placeholder{
    color:#26262f;
}

.fw-semibold{
    font-weight:600 !important;
}

.custom-dropdown {
    background-color: #000;
    color: #fff;
    width: 100%;
    height:100%;
    position: relative;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.dropdown-header {
    text-align:center;
    padding:.7rem 1rem;
    color:#ffff;
    width:100%;
    overflow-x: hidden;
}

.dropdown-title {
    margin-top:5px;
    font-size: 1rem;
}

.dropdown-list {
    list-style: none;
    padding: 0;
    display: none;
    background-color: #000;
    border: 1px solid white;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    width:100%;
    z-index: 1000;
    max-height:250px;
    overflow-y: scroll;
}

.dropdown-item {
    padding: 0.7rem 1rem;
    cursor: pointer;
    transition: background 0.2s;
    color:#fff;
    font-size:0.7rem;
    text-align: left;
}

.dropdown-item:hover {
    background-color: #444;
    color:#fff;
}

.btn-search{
    background-color: #ad8525;
    color:#fff;
    height:100%;
    border:none;
    padding:0px 7px;
}

.btn-search:hover{
    background-color: #26262f;
    color:#fff;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.line {
    flex: 1;
    height: 2px;
    background-color: #ad8525;
}
  
.star {
    margin: 0 1rem;
    color: #ad8525;
    font-size: 1.5rem;
}

.btn-yellow{
    background-color: #ad8525;
    bordeR:none;
    color:#fff;
    font-size:0.7rem;
}

.btn-yellow:hover{
    color:#fff;
    background-color: #7a5d1a;
}

.more-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
  }

  .line {
    flex-grow: 1;
    height: 2px;
    background-color: #ad8525;
  }

  .more-text {
    display: flex;
    align-items: center;
    color: #50596a;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
  }

  .arrow {
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ad8525;
  }

  .text-grayish{
    color: #50596a;
  }

  a.text-grayish:hover{
    color: #ad8525;
  }

  .bg-bb-light{
    background-color: #b3b3b3 !important;
  }

  .bg-darker-light{
    background-color: #e7e7e7 !important;
  }

  .border-radius-0{
    border-radius: 0px !important;
  }

  .swiper-container {
    width: 100%;
}

.swiper {
    width: 100%;
    margin: 0 auto;
}

.swiper-slide {
    width: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide h3{
    border-radius:0px 0px 5px 5px;
    padding:5px;
    color:#fff;
    font-size:16px;
}

.bg-dark-grey{
    background-color: #586675 !important;
}

.swiper-slide-active h3{
    background-color: #ad8525 !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.light-grey-color{
    color:#828c98;
}

.city-list{
    list-style-type: none;
}

.city-list li a{
    font-size:14px;
    color:#4e535a;
    font-weight:600;
}

.city-list li span{
    font-size:14px;
    color:#a6a9ab;
}

.city-list li.active a{
    color: #ad8525;
    font-weight: bold;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    height: 97% !important;
}

.association-img{
    width:100%;
    height:50px;
}

.text-yellow{
    color: #ad8525 !important
}

.text-dark{
    color: #26262f !important
}

.btn-bigben{
    border:1px solid #ad8525;
    background-color:#ad8525;
}
 
.btn-bigben:hover{
    border:1px solid #26262f;
    background-color:#26262f;
    color:#fff;
}

.copyright{
    font-size:10px;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ad8525;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transition: all 0.4s;
    color:#fff;
}
  
.back-to-top i {
    font-size: 20px;
    color: #fff;
    line-height: 0;
    float:left;
  }
  
.back-to-top:hover, .back-to-top:hover i {
    background: #26262f;
    color: #fff;
}
  
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.pages-top-content{
    background-color: #a38614;
}

.bg-yellow{
    background-color: #a38614 !important;
    color:#26262f !important;
}


.topbar-title{
    font-size:1.7rem;
}

.about-section :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'copperplate-gothic', 'myriad', sans-serif;
    color: #a38614;
}

.topbar-dark-area{
    height: 100%;
    width: 100%;
    background-color: #26262f;
}

.ml-minus-5{
    margin-left:-5px;
}

.mr-minus-5{
    margin-right:-5px;
}

.sidebar-category-item{
    width:100%;
    background: radial-gradient(circle, #eae8e8, #c8c4c4);
    margin-bottom: 5px;
    padding:7px 10px 9px 10px;
}

.sidebar-category-item a{
    color:#26262f;
    width: 100%;
    cursor: pointer;
}

.sidebar-category-item a:hover,
.sidebar-category-item a:hover i {
    color: #a38614;
}

.sidebar-category-item a.active,
.sidebar-category-item a.active i {
    color: #a38614;
    font-weight:bold;
}

.sidebar-category-item i {
    color:#a4a4a4;
    margin-top:6px;
    margin-right:5px;
}

.border-right-dark{
    border-right:2px solid #b3b3b3 !important;
}

.border-left-dark{
    border-left:2px solid #b3b3b3 !important;
}

@media (max-width: 990px) {
    .border-right-dark{
        border-right:none !important;
    }
    
    .border-left-dark{
        border-left:none !important;
    }

    .small-font{
        font-size:20px !important;
        padding-right:5px;
    }
}


.course-card {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    padding-left:0px;
}

.course-date {
    min-width: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #26262f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:1rem;
}

.course-details {
    flex-grow: 1;
}

.course-title {
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 600;
}

.course-events-info span i{
    color:#a38614;
}

.course-info{
    background-color: #26262f;
    color:#fff;
    padding:4px 10px;
    margin-left:5px;
}

.course-info span {
    display: inline-block;
    margin-right: 15px;
    font-size: 0.8rem;
}

.grayscale .course-date {
    background-color: #939299;
    color: #fff;
}

.grayscale .course-info{
    background-color: #939299;
}

.no-border-bottom{
    border-bottom:none !important;
}

.course-events-info{
    padding:4px 0px;
    font-size:0.7rem;
    border-bottom:1px solid #bcbcbc;
}

@media (max-width: 576px) {
    .course-card {
      flex-direction: column;
      text-align: center;
      box-shadow:0px 0px 5px 5px #26262f;
      border:1px solid #939393;
      border-radius:5px;
    }

    .course-date {
        width: 100%;
        flex-direction: column;
        justify-content: space-around;
        padding-top:10px;
    }

    .course-info {
      flex-direction: column;
      margin-left:0px;
      background-color: #26262f;
    }

    .course-date{
        background-color: #26262f;
        padding-top:10px;
    }

    .course-details{
        background-color: #26262f;
        color:#fff;
    }

    .grayscale .course-info{
        background-color: #e2e2e2;
        color: #000;
    }

    .grayscale .course-date {
        background-color: #e2e2e2;
        color: #000;
        padding-top:10px;
    }

    .grayscale .course-title {
        background-color: #e2e2e2;
        color:#000;
    }

    .course-info-last-item{
        padding-bottom: 10px;
    }

    .course-events-info{
        border-bottom:1px solid #a38614;
    }

    .category-courses .course-details{
        background-color: #fff;
    }
}

.pagination .page-item .page-link {
    background-color: #e0e0e0; 
    color: #26262f; 
    border: none;
    margin: 0 3px;
}

.pagination .page-item .page-link:hover{
    background-color: #26262f; 
    color: #e0e0e0; 
}

.pagination .page-item.active .page-link {
    background-color: #26262f;
    color: #fff;
    font-weight: bold;
}

.pagination .page-item.disabled .page-link {
    background-color: #e0e0e0;
    color: #888;
}

[dir="rtl"] .arabic-pagination-shorten .pagination .page-item .page-link {
    display: flex;
    flex-direction: row-reverse !important;
}

[dir="rtl"] .arabic-pagination-shorten .pagination {
    display: flex;
    flex-direction: row-reverse !important;
}

[dir="rtl"] .arabic-pagination-shorten .pagination .page-item .page-link .icon{
    padding-left: 5px;
    padding-right: 5px;
}

@media print {
    .no-print, 
    .no-print *, 
    .zsiq_theme1.zsiq_floatmain {display: none !important;}
}

.hidden{
    display: none !important;
}

.text-white{
    color:#fff !important;
}

.course-outline h2{
    font-size:1.3rem;
}

.small-category-items-search{
    width:auto !important;
    float:left;
    margin-right:5px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
    gap: 5px; 
}

.small-category-items-search {
    text-align: center;
}