@import "../assets/fonts/font-face.css"; /* Using a string */


body {
    direction: rtl;
    text-align: right;
    background-color: #f3f3f3;
    font-family: sahel, serif;
}

a, a:hover {
    text-decoration: none;
}

/* Home Page */

header {
    background-image: url(../assets/images/header.jpg);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;
    background-size: cover;
}

.header-content {
    max-width: 85%;
}

.header-content .user-profile-name {
    padding-top: 2px;
    padding-right: 10px;
    color: #fff;
}

.header-content .user-profile-name .btn-logout a {
    color: #fff !important;
    border: solid 1px #fff;
    padding: 0px 25px;
    border-radius: 25px;
    line-height: 22px;
    padding-bottom: 3px;
    font-size: 14px;
}

.header-content .nav-bar > .right-menu > ul {
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding: 10px 15px;
    font-size: 0;
}


.header-content .nav-bar > .left-menu > ul {
    background: #fff;
    border-radius: 20px 0 0 20px;
    padding: 10px 15px;
    font-size: 0;
}

.header-content .nav-bar > .right-menu ul > li {
    margin-right: 2rem;
    padding-bottom: 1.5px;
}

.header-content .nav-bar > .left-menu ul > li {
    margin-left: .8rem;
    padding-bottom: 1.5px;
}

.header-content .nav-bar ul > li > a {
    color: #8b8b8b;
    font-weight: 500;
    font-size: .9rem;
    position: relative;
}

.header-content .nav-bar > .right-menu > ul > li:not(:last-child) > a::after,
.header-content .nav-bar > .left-menu > ul > li:not(:last-child) > a::after {
    content: "";
    width: 2px;
    height: 19px;
    background: #f7d00d;
    position: absolute;
    left: -1rem;
    top: 3px;
}

.header-content .nav-bar ul > li > a.active {
    color: #141414;
}

.main-content {
    max-width: 85%;
}

#my-works .my-works-title-number > .my-works-title::before {
    content: url(../assets/images/ellipse.png);
    position: absolute;
    right: 0;
    top: 3px;
}

#my-works .my-works-title-number .my-works-title {
    font-size: 19px;
    padding-right: 30px;
    padding-left: 3px;
}

#my-works .my-works-title-number .my-woks-number {
    font-size: 14px;
    color: #787878;
}

#my-works .work-image {
    height: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: none;
    padding-bottom: 74%;
}

#my-works .work-image > img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    height: auto;
}


#my-works .my-work-content .owl-stage-outer .owl-stage .owl-item {
    background-color: #fff;
    border-radius: 20px;

}

#my-works .my-work-content .my-work-content-info {
    padding: 0 2rem;
}

#my-works .my-work-content .work-title h1 {
    font-size: 21px;
}

#my-works .my-work-content .work-title span {
    color: #787878;
    font-size: 14px;
}

#my-works .my-work-content .work-type h2,
#my-works .my-work-content .work-category h2 {
    font-size: 15px;
    color: #828282;
    padding-right: 25px;
}

#my-works .my-work-content .work-type span,
#my-works .my-work-content .work-category span {
    color: #959494;
    font-size: 12px;
}

#my-works .my-work-content .work-description {
    color: #9d9d9d;
    font-size: 15px;
    text-align: justify;
}

#my-works .my-work-content .work-type h2::before {
    content: url(../assets/images/icons8-sorting-96.svg);
    position: absolute;
    right: 0;
    top: 2px;
    width: 15px;
}

#my-works .my-work-content .work-category h2::before {
    content: url(../assets/images/warning.svg);
    position: absolute;
    right: 0;
    top: 2px;
    width: 15px;
}

#my-works .my-work-content .work-status-pending {
    background: linear-gradient(90deg, rgba(85, 66, 147, 1) 0%, rgba(51, 91, 161, 1) 100%);
    color: #fff;
    padding: 15px 0;
    border-radius: 0 0 20px 20px;
    width: 100.5%;
}

#my-works .my-work-content .work-status-pending .number-of-step {
    color: #c4c4c4;
    font-size: 13px;
}

#my-works .my-work-content .work-status-error {
    background: linear-gradient(90deg, rgba(216, 24, 34, 1) 0%, rgb(223, 40, 49) 100%);
    color: #fff;
    padding: 15px 0;
    border-radius: 0 0 20px 20px;
    width: 100.5%;
}

#my-works .my-work-content .work-status-error .number-of-step a {
    color: #c4c4c4;
    font-size: 12px;
    padding-right: 5px;
}

#my-works .my-work-content .work-status-not_sent {
    background: linear-gradient(90deg, rgba(216, 24, 34, 1) 0%, rgb(223, 40, 49) 100%);
    color: #fff;
    padding: 35px 0;
    border-radius: 0 0 20px 20px;
    width: 100.5%;
}

#my-works .my-work-content .work-status-not_sent .text {
    padding: 25px 40px;
}


#my-works .my-work-content .work-status-not_sent .number-of-step a {
    color: #c4c4c4;
    font-size: 13px;
    padding-right: 5px;
}

#my-works .my-work-content .work-status-not_choosen {
    background: #cfcfcf;
    color: #1b1b1b;
    border-radius: 0 0 20px 20px;
    width: 100.5%;
    padding: 15px 0;
    font-size: 13px;
}


#my-works .owl-carousel .owl-stage-outer {
    border-radius: 20px;
}

#my-works .owl-dots .disabled {
    opacity: 1;
}

#my-works .owl-dots {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: -34px;
    left: 32px;
}

#my-works .owl-dots .owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #cbcdcc;
    margin: 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none;
}

#my-works .owl-dots .owl-dot.active {
    background: #7469ae;
}


#festival-statistics .festival-statistics-title > span::before {
    content: url(../assets/images/ellipse.png);
    position: absolute;
    right: 0;
    top: 3px;
}

#festival-statistics .festival-statistics-title span {
    font-size: 19px;
    padding-right: 30px;
    padding-left: 3px;
}

#festival-statistics .festival-content {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(0 0 0 / 16%), 0 4px 6px rgb(0 0 0 / 15%);
}

#festival-statistics .festival-announcements ul {
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    margin: 25px 20px;
}


#festival-statistics .festival-announcements ul li {
    padding-top: 8px;
}

#festival-statistics .festival-announcements ul li.active {
    border-bottom: 1px solid #f3f3f3 !important;
    border-top: 1px solid #f3f3f3 !important;
    padding-top: 12px;
    padding-bottom: 5px !important;
}

#festival-statistics ul li.passed h4 {
    color: #e3e3e3;
    font-size: 14px;
    text-decoration: line-through;
}

#festival-statistics ul li.passed h5 {
    color: #e3e3e3;
    font-size: 11px;
    font-weight: 300 !important;
}

#festival-statistics ul li.active h4 {
    color: #623791;
    font-size: 1.2rem;
}

#festival-statistics ul li.active h5 {
    color: #6f6f6f;
    font-size: 13px;
    font-weight: 300 !important;
}

#festival-statistics ul li.upcoming h4 {
    color: #d0d0d0;
    font-size: 14px;
}

#festival-statistics ul li.upcoming h5 {
    color: #d0d0d0;
    font-size: 11px;
    font-weight: 300 !important;
}

#festival-statistics .sent-works {
    padding: 0 1.5rem 0 2rem;
    margin-top: 25px;
}

#festival-statistics .sent-works > h5 {
    font-size: 15px;
    color: #6f6f6f;
    margin-bottom: 0;
    margin-right: -15px;
}

#festival-statistics .sent-works > span {
    color: #d2d2d2;
    font-size: 11px;
    margin-right: -15px;
}

#festival-statistics .sent-works ul .works-type {
    padding-left: 6rem;
    color: #787878;
    font-size: 14px;
}

#festival-statistics .sent-works > ul li {
    padding-bottom: 8px;
}

#festival-statistics .sent-works ul .works-type::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #69459d;
    position: absolute;
    right: -1rem;
    top: 8px;
}

#festival-statistics .sent-works ul .works-number {
    color: #787878;
    font-size: 14px;
}


#banner {
    border-radius: 20px;
    overflow: hidden;
}

#banner .banner-holder {
    height: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: none;
    padding-bottom: 23%;
    display: none;
}

.banner-holder-active {
    display: block;
}

#banner .banner-holder > img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

#festival-news {
    background-color: #fff;
    min-height: 45px;
}

#festival-news .col-12 {
    padding-top: 8px;
}

#festival-news .footer-content {
    max-width: 75%;
}

#festival-news .footer-content::before {
    content: url(../assets/images/ellipse.png);
    position: absolute;
    right: 10%;
    top: 1rem;
}

#festival-news .footer-content::after {
    content: url(../assets/images/ellipse.png);
    position: absolute;
    left: 10%;
    top: 1rem;
}

#festival-news .footer-content #festival-news-title {
    min-width: 150px;
}

#festival-news .footer-content a {
    color: #6f6f6f;
    font-size: 12px;
}

#festival-news ul.festival-news-list {
    color: #6f6f6f;
    font-size: 12px;
    padding: 0 25px;
    margin-top: 3px;
}

#festival-news ul.festival-news-list > span {
    font-size: 18px;
    color: #000;
    vertical-align: middle;
    padding-right: 7px;
}

#festival-news ul.festival-news-list li::before {
    content: url(../assets/images/lozenge.svg);
    position: absolute;
    right: -2px;
    top: 0;
}

#festival-news ul.festival-news-list #first-li::before {
    content: '';
}


#festival-news ul.festival-news-list li {
    margin-right: .3rem;
}

#festival-news ul.festival-news-list li:hover {
    color: #0f0f0f;
}

#festival-news ul.festival-news-list li a {
    padding-right: 12px;
    color: #6f6f6f;
    transition: 0.7s;
}

#festival-news ul.festival-news-list li a:hover {
    color: #444444;
    font-size: 14px;
    transition: 0.7s;

}


/* login page */

#login-register-page {
    background-image: url(../assets/images/Background-loginPage.png);
    width: 100%;
    height: 100vh;
    padding: 120px 0;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

#login-register-page::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, rgba(225, 238, 244, 0.9780287114845938) 41%, rgba(209, 222, 228, 0.8379726890756303) 100%);
}

#login-page {
    border-radius: 20px;
    max-width: 980px;
    margin: auto;
}

#login-page .login-page-content {
    border-radius: 25px;
}

#login-page .login-register-form {
    background: #fff;
    border-radius: 0 20px 20px 0;
    max-width: 992px;
    min-height: 370px;
}

#login-page .login-register-form > ul {
    padding-top: 2.5rem;
}

#login-page .login-register-form > ul li {
    margin: 0;
}

#login-page .login-register-form > ul li a {
    font-size: .7rem;
    color: #0094da;
    margin-right: 15px;
}

#login-page .login-register-form > ul li:first-child a {
    font-size: 15px;
    background-color: #f2fafd;
    color: #000;
    padding: 1px 45px 2px 20px;
    border-radius: 5px 0 0 5px;
    margin: 0;
}

#login-page .login-register-form > div {
    padding: 30px 40px;
}


#login-page .login-register-form > div .form-group {
    margin-bottom: 0.5rem;
}


#login-page .login-register-form > div label {
    font-size: 12px;
    color: #646565;
    margin-top: 3px;
    font-family: Sahel;
}

#login-page .login-register-form > div input {
    background-color: #eaeaea;
    border-radius: 20px;
    height: 28px;
    border-color: #f9f9f9;
    direction: ltr;
    direction: ltr;
    text-align: left !important;
}

#login-page .login-register-form > div input:active,
#login-page .login-register-form > div input:focus {
    border: 1px solid #613F96;
    outline: none;
    color: #000;
}


#login-page .login-register-form > div button {
    background: linear-gradient(to right, #4058A2, #613F96);
    color: #F6F7FB;
    border-radius: 4rem;
    font-size: 12px;
    padding: 3px 38px;
    margin-top: 40px;
}

#login-page .login-register-form > div .submit-message {
    font-size: 12px;
    font-family: Sahel, serif;
    color: red;
    position: absolute;
    bottom: 180px;
    right: 0;
    left: 0;
}

#login-page .login-page-content .slider .slider-content {
    border: 1.2px solid #731F7490;
    border-left: 0;
    height: 100%;
    border-radius: 3rem;
    min-height: 340px;
    margin-top: 30px;
}

#login-page .login-page-content .slider .slider-content .slider-text {
    width: 55%;
    float: right;
    padding: 70px 50px;
}

#login-page .login-page-content .slider .slider-content .slider-text h2 {
    font-size: 17px;
    font-family: Sahel-bk;
}

#login-page .login-page-content .slider .slider-content .slider-text p {
    font-size: 12px;
    font-family: Sahel;
}

#login-page .login-page-content .slider .slider-content .slider-image {
    width: 43%;
    float: left;
}

#login-page .login-page-content .slider .slider-content .slider-image img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    position: absolute;
    top: -62px;
}

#login-page .login-page-content .slider .slider-content .text-on-image {
    position: absolute;
    bottom: 3px;
    left: 104px;
    background: #fff;
    font-weight: bold;
    padding: 4px 35px;
    border-radius: 8px 0 0 8px;
    font-family: Sahel-bk;
}

#login-page .login-page-content .slider .slider-content .text-on-image::before {
    content: '';
    position: absolute;
    right: -1px;
    top: -3px;
    width: 8px;
    height: 38px;
    border-radius: 10px 0 0 10px;
    background-color: #fff;
}


#login-page .login-page-content [class*="col-"] {
    padding: 35px 0;
    overflow: hidden;

}

#login-page .owl-carousel .owl-stage-outer {
    border-radius: 20px 0 0 20px;
    overflow: visible !important;
    background-color: #fff;
}

#login-page .owl-dots .disabled {
    opacity: 1;
}

#login-page .owl-dots {
    text-align: center;
    z-index: 9;
    position: absolute;
    bottom: -20px;
    left: 165px;
}

#login-page .owl-dots .owl-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    margin: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none;
}

#login-page .owl-dots .owl-dot.active {
    background: #ffee92;
    width: 14px;
    height: 4px;
}

#login-page .owl-nav {
    text-align: center;
    display: none;
    width: 235px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: -295px;
    margin-bottom: 30px;
    z-index: 1000;
}

#login-page .owl-nav button {
    outline: none;
}

#login-page .owl-nav .disabled {
    opacity: 1;
}

#login-page .owl-nav .owl-prev {
    position: absolute;
    right: 0;
}

#login-page .owl-nav .owl-prev i.arrowRight {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#login-page .owl-nav .owl-next {
    position: absolute;
    left: 0;
}

#login-page .owl-nav .owl-next i.arrowLeft {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

#login-register-page .ammar-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 230px;
}

#login-register-page .ammar-logo img {
    position: absolute;
    left: -60px;
    width: 100%;
    bottom: -75px;
    transform: rotate(15deg);
    opacity: .5;
    filter: grayscale(1);
}

#login-page .login-page-content #contact-us {
    font-size: 11px;
    margin-right: -120px;
    margin-top: -40px;
    font-family: Sahel;
}

#login-page .login-page-content #contact-us p {
    font-family: Sahel;
}

/*  Mozayyani css */
.add-profile-image {
    position: absolute;
    top: 50px;
    right: 0px;
    cursor: pointer;
    width: 70px;
    height: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 97px;
}
