:root {
    --black: #333;
    --light-black: #555;
    --white: #fff;
    --primary-color: #fdbd00
}

* {
    font-size: 16px;
}

@font-face {
    font-family: "Alhurra";
    font-style: normal;
    font-weight: normal;
    src: local("Alhurra"),
    url("../fonts/Alhurra.ttf") format("ttf");
}

address, dl, ol, ul {
    margin: 0;
    padding: 0 20px 0 0;
}


.project-view-page p, .project-view-page ul li, .project-view-page span, .project-view-page a,
.blog-view address, .blog-view dl, .blog-view ol, .blog-view ul, .blog-view li, p, span, a {
    font-size: 22px;
    line-height: 150%;
}

strong {
    font-size: 16px;
}

.h2, h2 {
    font-size: 2.5rem;
}

/* Begin::navbar */
.navbar-home i {
    color: #ccc;
    margin-right: 10px;
}

/* End::navbar */

/* Begin::site-header */
.site-header {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
}

.site-header .site-header-logo img {
    width: auto;
    height: 72px;
    margin-right: 5px;
}

.site-header .site-header-category-brand {

    font-size: 22px;
    color: var(--black);
}

.site-header .site-header-category {
    position: relative;
    font-size: 22px;
    margin-left: 5px;
    margin-right: 15px;
}

.site-header .right-header-actions {
    text-align: left;
}

/* End::site-header */

/* Begin::home-page-slider */


.home-page-slider .slider-content {
    height: 40vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}

.home-page-slider .slider-context {
    color: var(--white);
    width: 100%;
    max-width: 750px;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    padding: 25px 0;
    text-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}

.home-page-slider .slider-context a:hover {
    text-decoration: none;
}

.home-page-slider .slider-context h1,
.home-page-slider .slider-context p {
    color: var(--white);
}

.home-page-slider .slider-context h1 {
    font-size: 60px;
    font-family: "Myriad Pro Condensed";
    text-transform: uppercase;
}

.home-page-slider .slider-context p {
    font-size: 18px;
    line-height: 1.45;
}

.home-page-slider .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    right: 15%;
}

.home-page-slider .owl-dots .owl-dot span {
    margin: 5px 3px;
}

/* End::home-page-slider */

/* Begin::home-page-about */

.home-page-about .about-content h2 {
    text-transform: uppercase;
    font-family: "Alhurra Condensed";
    margin-bottom: 15px;
    font-size: 32px;
    color: #333;
    letter-spacing: 1px;
}

.home-page-about .about-content p {
    font-size: 18px;
    line-height: 1.45;
    font-family: "Alhurra";
    color: var(--light-black);
}

/* End::home-page-about */

/* Begin::home-page-explore-projects */

.category-container {
    padding: 20px 20px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-bottom: 30px;
}

.category-container-without-border {
    border: none;
}

.category-info p {
    font-size: 18px;
    line-height: 1.45;
    font-family: "Alhurra";
    color: var(--light-black);
}

.category-info img {
    border-radius: 10px;
    border: 1px solid #ddd;
}

.explore-projects .category-name {
    font-size: 20px;
    font-family: "Alhurra";
    color: var(--light-black);
}

.explore-projects .project-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.explore-projects .project-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.explore-projects .project-card a {
    font-size: 1.1rem;
}

.explore-projects .project-card a,
.explore-projects .project-card i {
    color: #76736e;
}

.explore-projects .project-card a:hover, .explore-projects .project-card a:hover i {
    color: #feb615;
}

.explore-projects .project-card .title {
    font-size: 16px;
    font-family: "Alhurra", sans-serif;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.explore-projects .project-card .context-box {
    padding: 10px 15px;
}

.explore-projects .project-card .task-bar span {
    margin-right: 10px;
    font-family: "Alhurra", sans-serif;
    font-size: 15px;
}

.explore-projects .project-card-footer {
    background-color: #f6f6f6;
    color: #76736e;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;;
}

/* End::home-page-explore-projects */

/* Begin::channels-slider */
.channels-slider {
    position: relative;
}

.channels-slider .channel-content {
    position: relative;
    overflow: hidden;
    height: 116px;
}

.channels-slider .channel-content h2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 5px;
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Myriad Pro Condensed";
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 35px;
    width: 35px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFF;
    color: #333;
}

/* End::channels-slider */


/* Begin::index-of-projects-by-channel */
.quick-filter-by-links {
    text-align: right;
}

.quick-filter-by-links a {
    margin-left: 10px;
    color: var(--light-black);
}

.filter-project-dropdown {
    width: 180px;
}

.filter-project-dropdown .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-project-dropdown .dropdown-menu,
.filter-project-dropdown .btn {
    font-family: "Alhurra";
    font-size: 14px;
}

/* End::index-of-projects-by-channel */

/* Begin::footer */
footer {
    background-color: var(--light-black);
    padding: 50px 0 25px;
    margin-top: 80px;
}

footer h4 {
    color: var(--primary-color);
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: "Alhurra", sans-serif;
    text-transform: capitalize;
}

footer .footer-navbar a,
footer p {
    color: #FFF;
}

footer p {
    line-height: 175%;
}

footer .footer-navbar li {
    margin-bottom: 8px;
}

footer .footer-navbar a:hover {
    color: var(--white);
}

.footer-social-media a {
    margin-left: 10px;
}

.footer-social-media a i {
    font-size: 25px;
}

/* End::footer */


/* Start Login-Register */
.login-register-bg {
    background-image: url('../images/login-register-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: -80px;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-register-card {
    max-width: 450px;
    width: 100%;
    background-color: #ffffffb0;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DDD;
}

.login-register-card h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    /* text-align: center; */
}

.login-register-bg label {
    font-weight: normal;
    font-size: 18px;
    font-family: "Alhurra", sans-serif;
}

/* End Login-Register */

/* start page-404 */
.page-404 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.page-404 h1 {
    font-size: 100px;
    font-weight: bold;
    color: #F34141;
}

.page-404 a, .page-404 span {
    font-size: 30px;
    line-height: 150%;
    color: #000;
    font-weight: bold;
}

.page-404 img {
    max-width: 400px;
    margin-bottom: 35px;
}

/* end page-404 */


/* start project-view-page */
.project-view-page {
    background: #f3f3f3;
    padding-bottom: 50px;
    margin-bottom: -80px;
}

.project-view-page section {
    margin-bottom: 0px;
    padding: 20px;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

/*.project-view-page section::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100px;*/
/*    margin: 30px auto 0;*/
/*    border-top: 1px solid #d6d6d6;*/
/*}*/

.step-toolbar {
    margin: 10px 0;
}

.step-toolbar button {
    background-color: transparent;
    color: #bbb;
    border: none;
    font-size: 16px;
    margin: 10px;
    line-height: 42px;
}

.step-toolbar button i {
    font-size: 24px;
    padding-right: 10px;
}

.step-toolbar button:hover {
    color: #feb614;
    text-decoration: underline;
}

/* end project-view-page */

/* Start search */
.filter-tabs {
    margin-top: 30px;
}

.filter-tabs a {
    font-size: 16px;
    padding: 10px 15px;
    color: #999;
}

.filter-tabs a.active,
.filter-tabs a:hover {
    color: #333;
}

/* End search */

/* Start Auth Pages */
.profile-image {
    width: 150px;
    margin: 20px auto 0;
    border-radius: 50%;
    height: 150px;
    object-fit: cover;
}

.auth-tabs-container {
    background-color: #ddd;
    padding: 10px;
}

.auth-tabs-container .nav-link {
    color: #999;
}

.auth-tabs-container .active {
    color: #000;
}

.draft-card {
    position: relative;
}

.draft-card:hover .edit-btn {
    display: block;
}

.draft-card .nav-link {
    padding: 0;
    color: #000;
}

.edit-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 12px;
}

.setting-card .card-title {
    font-size: 18px;
    color: #333;
    font-family: "Myriad Pro Condensed";
}

.email-settings-box {
    margin-bottom: 20px;
}

.email-settings-box:last-child {
    margin-bottom: 0;
}

.project-editor {
    padding: 40px 0;
    background: #fafafa;
    margin-bottom: -80px;
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 26px;
}

.project-gallery img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    display: inline-block;
}


.media-container .media-thumbnail {
    /*height: 90px;*/
    /*width: 90px;*/
    position: relative;
    margin-left: 10px;
}

.media-container .media-thumbnail img {
    height: 100%;
    object-fit: cover;
}

.pdf-file-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 48px;
    color: #62626233;
}

.search-page-logo {
    width: 100%;
    max-width: 500px;
    margin-top: 50px;
    opacity: 0.2;
}

.add-to-favorite {
    border: 1px solid #ddd;
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #333;
    display: inline-block;
    font-size: 22px;
}

.add-to-favorite i.is-favorite {
    color: #F34141;
    margin-right: 5px;
    font-size: 17px;
}

.remove-from-favorite {
    border: 1px solid #ddd;
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #333;
    display: inline-block;
}

.remove-from-favorite i {
    color: #F34141;
    margin-right: 5px;
    font-size: 17px;
}

.btn, .btn-light {
    font-size: 18px;
}

.static-pages h2 {
    font-weight: bold;
}

.static-pages h3 {
    margin-bottom: 30px;
}

.static-pages h3, .static-pages h2 {
    line-height: 150%;
}

/* End Auth Pages */

