:root {
    --primary-color: #1b8354;
    --primary-color-hover: #249b65;
    --secondary-color: #D2A880;
    --secondary-color-hover: #D2A880;
    --success-color: var(--primary-color);
    --success-color-hover: #249b65;
    --danger: #E82D2D;
    --danger-hover: #E82D2D;
    --warning: #F4D03F;
    --warning-hover: #F4D03F;
    --info: var(--primary-color);
    --info-hover: #249b65;
    --dark: #000;
    --dark-hover: #000;
    --light: #FFF;
    --light-hover: #FFF;
    --Deep-Dark-Green: #225602;
    --Great-Light-Gray: #EEE;
}

* {
    font-family: 'Cairo';
    background-repeat: no-repeat;
}

html[dir=rtl] body{
    direction: rtl;
    text-align: right;
}
html[dir=rtl] ul.dropdown-menu{
    text-align: right;
}
html[dir=rtl] .navbar-expand-lg .navbar-nav {
    justify-content: flex-start;
    padding-right: 10rem;
}
.rtl{
    direction: rtl;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0%;
}

a {
    text-decoration: none !important;
}

.is-invalid {
    border: 1px solid #E82D2D !important;
}


.dropdown .dropdown-menu {
    position: absolute;
} 

.main-title {
    width: 50%;
    background-color: #D2A880;
    color: #FFF;
    padding: 2rem;
    margin-bottom: 3rem;
}
.main-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
}

.instructions-modal {
    position: absolute;
    width: 100%;
}

.modal-backdrop{
    opacity: 0.3;
}

.modal-content{
    z-index: 3000;
    width: 70%;
    padding: 2%;
    border:none;
    margin: auto;
}

/* .shehab-input-container::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #E82D2D transparent transparent transparent;
    z-index: 1;
} */

.shehab-input {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.shehab-input:focus {
    outline: var(--primary-color) 0.1rem solid;
}

.shehab-textarea {
    height: 8.75rem;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.shehab-textarea:focus {
    outline: var(--primary-color) 0.1rem solid;
}

.btn {
    padding: 0.5rem!important;
}

.photo-title {
    font-size: 1.5rem;
}

.fire-instructions {
    background: transparent;
    border: none;
    color: #000;
    font-size: 1rem;
}

.fire-instructions:hover {
    color: #ba946f;
}

.navbar {
    background: #F9FAFA;
    padding: 0.8rem 0.8rem;
}

.navbar-expand-lg .navbar-nav {
    width: 96%;
    justify-content: flex-end;
}
.login {
    color: white !important;
    padding: 0 !important;
}

.list-group-item {
    border: none !important;
    background-color: transparent !important;
    position: relative !important;
}

.list-group-item:not(:first-child)::before {
    content: "";
    width: 0.2rem;
    height: 15px;
    background-color: #FFFFFF;
    position: absolute;
    left: 2px;
    top: 37%;
}

html[dir=rtl] .list-group-item:not(:first-child)::before {
    display: none;
}

html[dir=rtl] .list-group-item:not(:first-child)::after {
    content: "";
    width: 0.2rem;
    height: 15px;
    background-color: #FFFFFF;
    position: absolute;
    right: 2px;
    top: 37%;
}

.list-group-item a {
    color: white !important;
    font-weight: bold !important;
}

.flex-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.copy-rights {
    text-align: center;
    padding-top: 1rem;
    color: white;
    background-color: #383A45;
    padding-bottom: 1rem;
}

.block-1 {
    background-image: url("images/im1.png");
    color: white;
    padding-top: 4rem;
    padding-bottom: 9rem;
    position: relative;
}

.block {
    background-image: url("images/im1.png");
    color: white;
    padding-top: 4rem;
    padding-bottom: 23rem;
    position: relative;
}

.block-1 h1 {
    color: white;
    margin-bottom: 2rem;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.block-1 h2 {
    color: white;
    line-height: 1;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.block-1 p {
    width: 40%;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.block-1 .btn-booking {
    display: inline-flex;
    padding: 0.75rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.4375rem;
    background: var(--Light-Brown, #D2A880);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.27);
}

.block-1 .btn-booking:hover {
    background: var(--Light-Brown, #ba946f);;
}

.block-1 .btn-booking a {
    color: white!important;
}

.block-1 .span {
    padding: 1rem;
    width: 100%;
    display: inline-block;
    background: #d2a880;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block-2 {
    padding: 4rem;
}

.block-2 p{
    width: 50%;
}

.block-2 a:hover {
    color: white!important;
}

.block-2 h1 {
    line-height: 1;
    margin-bottom: 2rem;
}

.block-1 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.block-2 {
    padding-left: 5rem;
    padding-right: 5rem;
    background-color: #eee;
}

.block-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-bottom: 3rem;
}

.block-3 .head {
    text-align: center;
    margin-bottom: 3rem;
}

.block-3 .head h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0;
}

.block-3 .head h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D2A880;
}

.not-found {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #D2A880;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #eee;
}

.cards {
    justify-content: start;
    gap: 1rem;
    flex-wrap: wrap;
}

.card {
    flex-wrap: nowrap !important;
    min-width: 28%;
    width: 19.4rem;
    justify-content: space-between;
    border: none;
    border-radius: 0;
    overflow-y: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.card-header {
    height: 16.375rem;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
}

.card-header img {
    width: 100%;
    height: 16.375rem;
    object-fit: fill;
    object-position: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.card-body {
    display: flex;
    padding: 1.25rem 0.9375rem;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem;
    background: var(--Semi-White, #F7F7F7);
}

.title h1 {
    font-size: 1rem;
    margin-bottom: 0.313rem;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title span {
    font-family: Cairo;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    color: #D2A880;
}

.info span {
    color: var(--Medium-Gray, #999);
    font-family: Cairo;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.content .article-description {
    min-height: 7.5rem;
    color: var(--Text-Color, #464856);
    font-family: Cairo;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-bottom: 3rem;
}

.block-4 .head {
    text-align: center;
    margin-bottom: 3rem;
}

.block-4 .head h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0;
}

.block-4 .head h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D2A880;
}

.circle-cards {
    display: flex;
    gap: 1rem;
}

.circle-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
    padding: 1rem;
    width: 30%;
}

.avatar {
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0E0D0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.avatar img {
    width: auto;
    height: auto;
    padding-left: 0px;
}

.avatar label {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.avatar label::after {
    content: "+";
    position: absolute;
    background-color: var(--primary-color);
    right: -2rem;
    bottom: -1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 2rem;
    color: white;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.avatar .label-after {
    width: 100%;
    height: 100%;
}

.avatar .label-after::after {
    content: "+";
    position: absolute;
    background-color: var(--primary-color);
    right: 0rem;
    bottom: 0.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 2rem;
    color: white;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.avatar .label-after img {
    width: 100%;
    height: 100%;
}

.image-taken::after {
    right: 0rem;
    bottom: 0.5rem;
}

.circle-card-body {
    width: 80%;
}

.navbar-brand {
    position: relative;
}

.navbar-brand img {
    max-height: none;
    position: absolute;
    z-index: 3000;
    top: -40px;
}

.page_content {
    min-height: 100vb;
}

.page-content-wrapper {
    min-height:  100vb;
}

#signup-banner {
    background-size: cover !important;
}

.iti__country-list {
    width: 380% !important;
    overflow-x: hidden !important;
}

html[dir="rtl"] #phone {
    text-align: right;
}

.iti-mobile .iti__country-list {
    width: 84% !important;
}

/*Start Loader*/
#loader {
    margin: 100px auto;
    width: 120px;
    height: 120px;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite, heart-beat 2s linear infinite;
    background-color: #fff;
    text-align: center;
    line-height: 120px;
    margin-top: 40vb;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes heart-beat {
    55% { background-color: #fff; }
    60% { background-color: #3498db; }
    65% { background-color: #fff; }
    70% { background-color: #3498db; }
    100% { background-color: #fff; }
}

/*End Loader*/

.primary-color {
    color: var(--primary-color);
}

.primary-color:hover {
    color: #94b488;
}
.secondary-color {
    color: #D2A880;
}

.secondary-color:hover {
    color: #d1a276;
}

.info-color {
    color: #17171780;
}

.info-color:hover {
    color: #171717;
}
.danger-color {
    color: #E25155;
}

.danger-color:hover {
    color: #E76B6B;
}

.btn-primary-color {
    background: var(--primary-color);
    color: #FFFFFF;
}

.btn-primary-color:hover {
    background: red;
    color: #FFFFFF;
} 

.btn-primary-color-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-primary-color-outline:hover {
    box-shadow: 0 0 0 0.1rem red;
}

.btn-secondary-color {
    background: #D2A880;
    color: #FFFFFF;
}

.btn-secondary-color:hover {
    background: #d1a276;
    color: #FFFFFF;
}

.btn-secondary-color-outline {
    border: 1px solid #D2A880;
    color: #D2A880;
}

.btn-danger-color {
    background: #E25155;
    color: #FFFFFF;
}

.btn-danger-color:hover {
    background: #E76B6B;
    color: #FFFFFF;
}

.btn-danger-color-outline {
    border: #E25155 1px solid;
    color: #E25155;
}

.btn-danger-color-outline:hover {
    background-color: #E76B6B;
    color: #FFFFFF;
}

.btn-secondary-color-outline:hover {
    background-color: #D2A880;
    color: white;
}

.btn-see-all {
    max-width: 10rem;
}

.btn-primary-color-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-primary-color-outline:hover {
    box-shadow: 0 0 0 0.1rem #249b65;
}

.btn-primary-color-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-primary-color-outline:hover {
    box-shadow: 0 0 0 0.1rem red;
}

.btn-secondary-color {
    background: #D2A880;
    color: #FFFFFF;
}

.btn-secondary-color:hover {
    background: #d1a276;
    color: #FFFFFF;
}

.btn-secondary-color-outline {
    border: 1px solid #D2A880;
    color: #D2A880;
}

.btn-secondary-color-outline:hover {
    background-color: #D2A880;
    color: #FFFFFF;
}


.btn.primary-color {
    color: var(--primary-color);
}

.btn.primary-color:hover {
    color: #94b488;
}
.btn.secondary-color {
    color: #D2A880;
}

.btn.secondary-color:hover {
    color: #d1a276;
}

.info-color:hover {
    color: #171717;
}
.btn.danger-color {
    color: #E25155;
}

.btn.danger-color:hover {
    color: #E76B6B;
}

.btn.btn-primary-color {
    background: var(--primary-color);
    color: #FFFFFF;
}

.btn.btn-primary-color:hover {
    background: #249b65;
    color: #FFFFFF;
} 

.btn.btn-primary-color-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn.btn-primary-color-outline:hover {
    box-shadow: 0 0 0 0.1rem #249b65;
}

.btn.btn-secondary-color {
    background: #D2A880;
    color: #FFFFFF;
}

.btn.btn-secondary-color:hover {
    background: #d1a276;
    color: #FFFFFF;
}

.btn.btn-secondary-color-outline {
    border: 1px solid #D2A880;
    color: #D2A880;
}

.btn.btn-danger-color {
    background: #E25155;
    color: #FFFFFF;
}

.btn.btn-danger-color:hover {
    background: #E76B6B;
    color: #FFFFFF;
}

.btn.btn-danger-color-outline {
    border: #E25155 1px solid;
    color: #E25155;
}

.btn.btn-danger-color-outline:hover {
    background-color: #E76B6B;
    color: #FFFFFF;
}

.btn.btn-secondary-color-outline:hover {
    background-color: #D2A880;
    color: white;
}

.btn.btn-see-all {
    max-width: 10rem;
}

.btn.btn-primary-color-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn.btn.btn-primary-color-outline:hover {
    box-shadow: 0 0 0 0.1rem #249b65;
}

.btn.btn.btn-primary-color-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn.btn.btn-primary-color-outline:hover {
    box-shadow: 0 0 0 0.1rem #249b65;
}

.btn.btn.btn-secondary-color {
    background: #D2A880;
    color: #FFFFFF;
}

.btn.btn.btn-secondary-color:hover {
    background: #d1a276;
    color: #FFFFFF;
}

.btn.btn.btn-secondary-color-outline {
    border: 1px solid #D2A880;
    color: #D2A880;
}

.btn.btn-secondary-color-outline:hover {
    background-color: #D2A880;
    color: #FFFFFF;
}

.ojeedoo-nav-link {
    color: var(--Deep-Dark-Green, #225602)!important;
    font-family: Cairo!important;
    font-size: 0.875rem!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 1.25rem;
    border-right: 2px solid var(--Great-Light-Gray, #EEE);
}

.not-border {
    border-right: none!important;
}


.nav-link:hover {
    color: #D2A880!important;
}

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

.active .ojeedoo-nav-link {
    color: #D2A880!important;
}

.nav-login-link {
    color: white!important;
}

.dropdown-link:hover {
    background-color: #f3f3f3;
}

/* Start Pagination */
.pagination .page_btn {
    display: inline-flex;
    padding: 0.75rem;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
    border: none;
    border-radius: 0.4375rem;
    background: var(--primary-color);
}
.pagination .page_btn:hover {
    background: #249b65;
}
.pagination .active_btn {
    color: #999;
    background: #EEE;
}
.pagination .active_btn:hover {
    background: #dbd9d9;
}
/* End Pagination */

.social-icon {
    width: 34px;
    height: 34px;
}

/* Start Comments */
.comments {
    padding: 1rem;
    max-height: 60vb;
    overflow: auto;
}

.comments::-webkit-scrollbar {
    width: 0.4rem;
}

.comments::-webkit-scrollbar-thumb {
    background-color: #D2A880;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.comment {
    background-color: #DDDDDDAD;
    padding: 1.5rem;
}

.comment-head {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.comment-head h4 {
    font-size: 0.9rem;
    font-weight: bold;
}

.comment-head span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #838383;
}

.comment .content {
    font-size: 1rem;
    font-weight: 600;
    color: #171717A1;
}

@media (max-width: 768px) {
    .comment-head {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .comment-head-info {
        align-items: center;
        text-align: center;
    }
}
/* End Comments */

@media (max-width: 1024px) {
    .main-title {
        width: 95%;
        margin: 2rem auto;
    }
    .main-info {
        width: 95%;
        margin: 2rem auto;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    html[dir=rtl] .navbar-expand-lg .navbar-nav {
        padding-right: 0rem;
    }

    .navbar-nav li.nav-item {
        border-right: none!important;
        border-left: none!important;
    }

    .nav-item:not(:last-child, .not-border) {
        max-height: 2rem;
    }

    .ojeedoo-nav-link {
        border-right: none!important;
        border-left: none!important;
    }

    .list-group.list-group-horizontal {
        flex-direction: column;
    }
    .list-group-item::before {
        display: none;
    }
    .list-group-item::after {
        display: none;
    }
} 

@media (max-width: 768px) {
    /* For mobile phones: */
    .main-title {
        text-align: center;
    }
    .main-title h1 {
        font-size: 1.5rem;
    }
    .signup-banner {
        height: 70px !important;
    }
    .banner {
        height: 70px !important;
    }
    .navbar-brand {
        margin-bottom: 3rem;
    }
    .navbar-brand img {
        top: -15px;
    }
    .col-3, .col-6, .col-1, .col-2 {
        max-width: none;
    }
}

@media (max-width: 478px) {
    .modal-content {
        width: 90%;
    }
}


.cam-wrapper #canvas.img-wrapper {
    position: absolute;
    top: 6%;
    left: 25%;
}

html[dir="rtl"] .cam-wrapper #canvas.img-wrapper {
    top: 6%;
    left: 36%;
}