﻿
:root {
    --star-size: 60px;
    --star-color: #fff;
    --star-background: #fc0;
    --dark: #34495E;
    --light: #ffffff;
    --success: #0ABF30;
    --error: #E24D4C;
    --warning: #E9BD0C;
    --info: #3498DB;
}

.stars-landing {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    text-align: left;
    letter-spacing: -8px;
    padding-left: 0px;
    padding-right: 0px;
}

    .stars-landing::before {
        content: '★★★★★';
        letter-spacing: 0px;
        background: linear-gradient(-90deg, var(--star-background) 0%, var(--star-background) var(--percent), #949494 var(--percent), #949494 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /*transform: translatey(60px);*/
        display: block;
        position: relative;
        /*font-family: Times;*/
        font-family: "Zen Maru Gothic", serif;
        font-size: 20px;
    }


@font-face {
    font-family: 'AmmanV3Sans-Bold';
    src: url('../.././fonts/AmmanV3Sans-Bold.otf') format('opentype');
}


@font-face {
    font-family: 'AmmanV3Sans-Medium';
    src: url('../.././fonts/AmmanV3Sans-Medium.otf') format('opentype');
}

/* Font Face for AmmanV3Sans-Regular */
@font-face {
    font-family: 'AmmanV3Sans-Regular';
    src: url('../.././fonts/AmmanV3Sans-Regular.otf') format('opentype');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'AmmanV3Sans-Bold';
}

p, b, span, a, input, button, label, li, textarea {
    font-family: 'AmmanV3Sans-Regular';
}
.copyright-text {
    color: rgba(255,255,255,0.61);
}

* {
    direction: rtl;
}
a{
    text-decoration:none !important;
    color:black;
}

.breadcrumb a {
    color: white !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.white-text{
    color:white;
}


@media (min-width: 1180px) {
    body {
        padding-top: 0;
    }

    .mobile-navbar {
        display: none;
    }
}

@media (max-width: 1180.1px) {
    .desktop-navbar {
        display: none;
    }
}


.test-res {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: #ffffff;
    left: 0%;
    font-size: 2rem; /* Adjust the font size for smaller screens */
}

@media (max-width: 430px) {
    /* Remove fixed positioning for screens smaller than 992px */
    .navbar {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 39px;
    }
}

.fa-star:before {
    content: "\f005";
    color: darkorange
}

.h2-custom {
    text-decoration: none;
    writing-mode: vertical-rl; /* vertical right-to-left */
    transform: rotate( 180deg ); /* Rotate the text counter-clockwise by 90 degrees */
    left: 100%;
    position: relative;
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-family: 'AmmanV3Sans-Medium', sans-serif;
    font-size: 15px;
}

.navbar {
    padding: 0px 25px;
    min-height:75px;
}

.left-curs {
    left: 40px;
    top: 45rem
}

.right-curs {
    right: 56px;
    top: 45rem;
}

.btn-primary-custom {
    border-radius: 25px;
    background-color: #9daf73;
}

.btn-primary-index {
    border-radius: 25px;
    background-color: #9daf73;
}

    .btn-primary-index:hover {
        background-color: #374616; /* Change to the desired hover color */
    }

a.btn.btn-default.btn-primary-index {
    width: 120px;
}

.btn-primary-small {
    border-radius: 25px;
    background-color: #eeedec;
}

.form-control.btn-primary-small {
    border-radius: 25px;
    background-color: #eeedec;
}

.btn-space {
    margin-right: 5px;
}

.nav-link {
    color: black
}

    .nav-link:hover {
        color: #9daf73;
    }

#carouselExampleIndicators {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    top: 50%;
    left: 96%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff; /* Set the color of the indicator dots */
        margin-bottom: 10px; /* Adjust the spacing between dots */
        cursor: pointer;
    }

.aButton:hover {
    background-color: #597518 /* Your desired hover color */;
}

.carousel-indicators .active {
    background-color: #9daf73; /* Set the color of the active dot */
}

.carousel-caption {
    right: 8%;
    left: 8%;
    text-align: right;
    height: 100%;
    align-items: center;
    display: flex;
    bottom: 0px;
}

.date-container {
    display: flex;
    align-items: center;
}

#date {
    width: 160px;
    height: 43px;
    padding: 10px;
}

.custom-span {
    border: 1px solid #a4a4a4;
    align-items: center;
    display: flex;
    padding: 10px;
}

.card-text {
    text-align: right;
    letter-spacing: 0px;
    color: #171515;
    opacity: 1;
    font-size: 16px;
}

.card-title {
    text-align: right;
}

.btn-primary-card {
    background: #394E70;
    border-radius: 14px 0px 0px 14px;
    opacity: 1;
    color: #FFFFFF;
}

.btn-page-18:hover {
    background-color: #0d2b3c;
    color: #fff;
    text-decoration: none;
}

.card-curs {
    background: rgba(203, 203, 203, 0.43);
}

.card-text-p {
    text-align: right;
    letter-spacing: 0px;
    color: #171515;
    opacity: 1;
    font-size: 15px;
    color: #646464;
}

.bg {
    background-image: url("../../assets/Group18833.png");
    height: 1000px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-16 {
    background-image: url("../../assets/page16.svg");
    height: 284px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 73px;
}

.text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin-top: 25px;
}

.text2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 150px 6px 0px
}

.dropdow-list {
    height: 51.97px;
}

.options-text {
    text-align: right;
}

.formed-selected {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    opacity: 1;
    width: 318px;
    direction: rtl;
    padding: 0px 10px;
}

.dropdow-list .btn-primary-custom {
    border-radius: 5px;
    width: 112.44px;
    color: white;
    height: 34px;
}

.button-float {
    position: fixed !important;
    z-index: 100;
    top: 70%;
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    left: 0px;
}

/* ==== Cards using Bootstrap === */

#cards .card {
    border-radius: 20px;
}

#cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}



.site-footer {
    background-color: #344D61;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #737373;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #ffffff;
        font-size: 14px;
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #9daf73;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

.bg-custom {
    background-color: rgba(159, 152, 152, 0.17);
    width: 500px;
    border-radius: 13px;
}

input[type='checkbox'] {
    accent-color: rgba(157, 175, 115, 1) !important;
    width: 18px !important;
    height: 16px !important;
}

::placeholder {
    color: rgba(52, 48, 48, 1);
    text-align: right;
}


footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    background-color: #344D61;
}

.vl {
    border-left: 2px solid #646464;
    height: 50px;
}

ul {
    list-style: none;
}

.footer-col {
    width: 25%;
}

    .footer-col h4 {
        position: relative;
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 22px;
        color: #f1bc0d;
        text-transform: capitalize;
    }

        .footer-col h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -6px;
            background-color: #27c0ac;
            height: 2px;
            width: 40px;
        }

ul li:not(:last-child) {
    margin-bottom: 8px;
}

ul li a {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    color: #bdb6b6;
    text-decoration: none;
    transition: 0.4s;
}

    ul li a:hover {
        color: white;
        padding-left: 2px;
    }

.links a {
    display: inline-block;
    height: 44px;
    width: 44px;
    color: white;
    background-color: rgba(40, 130, 214, 0.8);
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: 0.4s;
}

    .links a:hover {
        color: #4d4f55;
        background-color: white;
    }

@media(max-width: 740px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }

        .footer-col h4::before {
            all: unset;
        }
}

@media(max-width: 555px) {
    .footer-col {
        width: 100%;
    }
}

.pagination > li > a {
    background-color: white;
    color: #646464;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #ffffff;
        background-color: #9DAF73;
        background-color: #9DAF73;
    }

.pagination > .active > a {
    color: white;
    background-color: #9DAF73 !Important;
    border: solid 1px #9DAF73 !Important;
}


.image6 {
    display: flex;
    justify-content: center;
    width: 100%;
}
    .image6 .detaile-card {
        padding: 0 10px;
    }

.input-with-icon {
    display: flex;
    align-items: center;
}

    .input-with-icon input {
        background: url(../../assets/pen@2x.png) no-repeat right center;
        background-position-x: left;
        background-size: 15px 15px;
    }


.input-with-icon-17 input {
    background: none;
    background-size: 15px 15px;
}

.custom-button {
    width: 190px;
    color: white;
    border: 1px solid white;
}

    .custom-button:hover {
        background-color: #9DAF73;
    }


#carouselExampleIndicators .card-body {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    border: none;
}

p {
    font-size: 16px;
}

.card-text {
    font-size: 15px;
    margin-bottom: 10px !important;
}

.card-title {
    font-size: 17px !important;
}

.card-title2 {
    font-size: 15px !important;
}

#carouselExampleIndicators1 .card {
    border: none !important;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

#carouselExampleIndicators .card {
    border-radius: 10px;
    border: none !important;
}


@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 26%;
    }
}

#cards .user-content .card-body p {
    margin-top: 0 !important;
}


#cards {
    margin-bottom: 50px;
}

footer h4 {
    font-size: 16px;
}

.bg-16 p {
    font-size: 14px;
}


.bg-16 h1 {
    font-size: 35px
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

.form-check-label {
    font-size: 14px;
}


#carouselExampleControls .card {
    width: 95% !important;
    border: 0px;
    border-radius: 10px !important;
}


.card-curs {
    background: rgba(203, 203, 203, 0.43);
    width: 98%;
    border-radius: 10px !important;
}

#carouselExampleControls .carousel-control-next {
    width: 61px;
    height: 30px;
    position: absolute;
    right: 32px;
    top: 39%;
}


#carouselExampleControls .carousel-control-prev {
    width: 61px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 39%;
}

.maintitle {
    text-align: right;
}

.marginTOP {
    margin-top: 200PX;
}

.card2 {
    position: relative;
    top: 37rem;
}

.input {
    border: 1px solid #9daf73;
    padding: 1rem;
    border-radius: 1rem;
    background: #e8e8e8;
    transition: 0.3s;
    width: 85px;
    height: 38px;
}

    .input:focus {
        outline-color: black;
        background: #e8e8e8;
        transition: 0.3s;
    }

.container-input {
    position: relative;
}

.input {
    width: 100px;
    padding: 10px 0px 10px 40px;
    border-radius: 9999px;
    border: none;
    transition: all .2s ease-in-out;
    outline: none;
    opacity: 0.8;
    margin-right: 10px;
}

.container-input svg {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
}

.input:focus {
    opacity: 1;
    width: 250px;
}

.latest-card {
    border-radius: 5px;
    border: none;
    padding: 0 2px;
}

.pointer {
    cursor: pointer;
}

.map-card {
    margin: 0 4px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 25px
}

.add-point-map {
    position: absolute;
    left: 0;
    top: 40%;
    transform: rotate(-90deg);
    white-space: nowrap;
    transform-origin: left top;
    background-color: #394e70;
    border-radius: 0px 0px 23px 23px;
    padding: 5px 15px 8px;
}

.add-point-map2 {
    position: absolute;
    left: 0;
    top: 16%;
    background-color: #394e70;
    border-radius: 0px 23px 23px 0px;
    padding: 23px 17px;
    display:none;
}

    .add-point-map .card {
        width: fit-content;
        background-color: #394e70;
        border-radius: 0px 0px 23px 23px;
        padding: 5px 10px;
    }

    .add-point-map .map-option {
        transform: rotate(90deg);
        right: 27px;
    }

    .add-point-map .collapse{
        height:170px;
    }
dropdow-list


.latest-event {
    width: 30%;
    opacity: 1;
    z-index: 15;
    top: 0px;
    left: 9%;
    bottom: 0px;
    display: flex;
    align-items: center;
}

    .latest-event .card {
        border-radius: 10px;
        background: #FFFFFF;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 3px 6px #00000029;
    }

@media (max-width: 768px) {
    .navbar-brand img {
        height: 56px !important;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        margin-left: 43px;
    }

    #carouselExampleIndicators .card {
        display: none;
    }

    #carouselExampleIndicators .carousel-item {
        height: 305px;
    }


        #carouselExampleIndicators .carousel-item img {
            height: 305px;
        }


    #carouselExampleIndicators .carousel-caption h1 {
        font-size: 30px !important;
    }

    p {
        font-size: 14px;
    }

    .carousel-caption {
        text-align: center;
    }

        .carousel-caption h1 {
            text-align: center;
        }

    .carousel-indicators {
        position: absolute;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        top: 90%;
        transform: translate(0%,0%);
    }

        .carousel-indicators li{
            margin-bottom:0px;
            margin-right:10px;
        }

        .add-point-map {
            display: none;
        }

    .removebg {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
        padding-bottom: 0;
    }

    ul li:not(:last-child) {
        margin-bottom: 0;
    }

    .text2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        text-align: right;
    }

    h1 {
        font-size: 30px;
        text-align: right;
    }

    .bg {
        background-image: url("../../assets/Group18833.png");
        height: 500px;
    }


    .card2 {
        position: relative;
        top: 127px;
    }

    .marginTOP {
        margin-top: 239PX;
    }

    #cards .card {
        margin: auto;
    }

    .footer-links {
        display: none;
    }
    .footer-bootm-div {
        flex-direction:column;
        align-items:center;
    }

    .footer-sec-menu {
        flex-direction: column;
        align-items:center;
    }

    .footer-upper-div .row{
        justify-content:center;
    }
    
}


@media (max-width: 430px) {
    /* Remove fixed positioning for screens smaller than 992px */
    .navbar {
        padding: 0 15px;
    }
}

.footer-sec-link a {
    border-left: 1px solid rgba(255,255,255,0.36);
    color: white ;
    padding: 0px 12px ;
    text-decoration:none
}

    .footer-sec-link:first-child a {
        padding-right: 0px;
    }

    .footer-sec-link:last-child a {
        border-left: none;
    }

.latest-event {
    width: 30%;
    opacity: 1;
    z-index: 15;
    top: 0px;
    left: 9%;
    bottom: 0px;
    display: flex;
    align-items: center;
}

    .latest-event .card {
        border-radius: 10px;
        background: #FFFFFF;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 3px 6px #00000029;
    }
.f-row-rev{
    flex-direction:row-reverse;
}

.owl-prev, .owl-next{
    background:none;
    border:none;
}

.project-tag {
    background-color: #ffffff;
    padding: 7px 14px;
    border-radius: 20px;
    display: flex;
}

.w3-input {
    padding: 8px 0px;
    display: block;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

    .w3-input:focus {
        outline: none;
    }


.form-check-input:checked {
    background-color: #9daf73;
    border-color: #9daf73;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}


.events-search-box {
    background: #f2f2f2;
    border-radius: 18px;
    border-right: 5px solid #9daf73;
    border-left: 5px solid #9daf73;
}

.project-accordion .accordion-item {
    background-color:transparent;
    border-radius: 15px;
}
.project-accordion .accordion-header {
    background-color: transparent;
    border-radius: 15px;
}

    .project-accordion .accordion-header .accordion-button {
        background-color: transparent;
        border-radius: 15px;
    }
        .project-accordion .accordion-header .accordion-button:focus {
            outline: none !important;
            box-shadow: none !important;
        }

.accordion-button:not(.collapsed) {
    color: #344d61;
}

.like-dislike-button:hover .like-icon {
    color: #007bff;
}

.like-dislike-button:hover .dislike-icon {
    color: #dc3545;
}

.ui-datepicker-calendar {
    display: none;
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 22px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #eeedec;
}

.user-logged .dropdown-menu::before {
    display:none;
}

.btn:focus + .dropdown-menu::before {
    visibility: visible;
}

.container-input {
    position: relative;
}

.input {
    width: 100px;
    padding: 10px 10px 10px 40px;
    border-radius: 9999px;
    border: none;
    transition: all .2s ease-in-out;
    outline: none;
    opacity: 0.8;
    margin-right: 10px;
}

.container-input button {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.input:focus {
    opacity: 1;
    width: 250px;
}

.container-input {
    position: relative;
}

.detaile-card {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column
}

.register-input{
    position:relative;
}

    .register-input i {
        position: absolute;
        top: 50%;
        left: 10px;        
    }

    .register-input svg {
        position: absolute;
        top: 25px;
        left: 10px;
        transform: translate(0, -50%);
    }

/*<style >*/
.about-card {
    background-color: #0D2B3C;
    border-radius: 6px;
    padding: 20px 30px;
    height: 100%;
}

.about-card h3 {
    font-size: 35px;
    color: #9DAF73;
}

.about-card p {
    color: #FFFFFF;
}

.value-card {
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

    .value-card .circle {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

        .value-card .circle span {
            color: white;
            font-size: 30px;
        }

        .value-card .circle.c1 {
            background-color: #B2BB1E;
        }

        .value-card .circle.c2 {
            background-color: #94AE9E;
        }

        .value-card .circle.c3 {
            background-color: #A0C3DA;
        }

        .value-card .circle.c4 {
            background-color: #C9CF61;
        }

        .value-card .circle.c5 {
            background-color: #817C00;
        }

        .value-card .circle.c6 {
            background-color: #A0C3DA;
        }

        .value-card .circle.c7 {
            background-color: #C67A26;
        }

        .value-card .circle.c8 {
            background-color: #9DAF73;
        }

/*</style >*/
.cursor-pointer{
    cursor:pointer;
}

.icon-input {
    position: relative;
}

    .icon-input img {
        position: absolute;
        top: 30%;
        left: 10px;
    }


.gellery, .gellery * {
    direction: ltr;
}



.Password-Policy-container {
    position: absolute;
    display: none;
    bottom: 82px;
    left: 94px;
}
    .Password-Policy-container .card {
        background-color: #D4D8DB;
        border-radius:18px;
    }

    .Password-Policy-container ul {
        padding:0px;
        margin:0;
    }
    .Password-Policy-container ul li {
        font-size:14px;
    }

    .Password-Policy-container #closePasswordPolicy{
        
    }


.wrapper {
    width: 200px;
    height: 60px;
    position: relative;
    z-index: 1;
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    /*background-color: #fff;*/
    background-color: #9daf73;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
}

@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}


.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.validation-summary-errors {
    color: red;
    font-size: 14px;
}

.validation-summary-errors ul {
    padding: 0px;
}

.validation-error{
    color: red;
    font-size: 14px;
}

@media (min-width: 768px) {
    .timeline .time-show {
        margin-right: -69px;
        text-align: right;
    }

    .timeline .timeline-box {
        margin-left: 45px;
    }

    .timeline .timeline-icon {
        background: #dee2e6;
        border-radius: 50%;
        display: block;
        height: 20px;
        left: -54px;
        margin-top: -10px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px;
    }

        .timeline .timeline-icon i {
            color: #98a6ad;
            font-size: 13px;
            position: absolute;
            left: 4px;
        }

    .timeline .timeline-desk {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }

    .timeline-item {
        display: table-row;
    }

        .timeline-item:before {
            content: "";
            display: block;
            width: 50%;
        }

        .timeline-item .timeline-desk .arrow {
            border-bottom: 12px solid transparent;
            border-right: 12px solid #fff !important;
            border-top: 12px solid transparent;
            display: block;
            height: 0;
            left: -12px;
            margin-top: -12px;
            position: absolute;
            top: 50%;
            width: 0;
        }

        .timeline-item.timeline-item-left:after {
            content: "";
            display: block;
            width: 50%;
        }

        .timeline-item.timeline-item-left .timeline-desk .arrow-alt {
            border-bottom: 12px solid transparent;
            border-left: 12px solid #fff !important;
            border-top: 12px solid transparent;
            display: block;
            height: 0;
            left: auto;
            margin-top: -12px;
            position: absolute;
            right: -12px;
            top: 50%;
            width: 0;
        }

        .timeline-item.timeline-item-left .timeline-desk .album {
            float: right;
            margin-top: 20px;
        }

            .timeline-item.timeline-item-left .timeline-desk .album a {
                float: right;
                margin-left: 5px;
            }

        .timeline-item.timeline-item-left .timeline-icon {
            left: auto;
            right: -56px;
        }

        .timeline-item.timeline-item-left:before {
            display: none;
        }

        .timeline-item.timeline-item-left .timeline-box {
            margin-right: 45px;
            margin-left: 0;
            text-align: right;
        }
}

@media (max-width: 767.98px) {
    .timeline .time-show {
        text-align: center;
        position: relative;
    }

    .timeline .timeline-icon {
        display: none;
    }
}

.timeline-sm {
    padding-left: 110px;
}

    .timeline-sm .timeline-sm-item {
        position: relative;
        padding-bottom: 20px;
        padding-left: 40px;
        border-left: 2px solid #dee2e6;
    }

        .timeline-sm .timeline-sm-item:after {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: -7px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #fff;
            border: 2px solid #1abc9c;
        }

        .timeline-sm .timeline-sm-item .timeline-sm-date {
            position: absolute;
            left: -104px;
        }

@media (max-width: 420px) {
    .timeline-sm {
        padding-left: 0;
    }

        .timeline-sm .timeline-sm-date {
            position: relative !important;
            display: block;
            left: 0 !important;
            margin-bottom: 10px;
        }
}

.fa-star {
    color: #63E6BE;
}

.gray-icon{
    color:gray;
}

.liked {
    color: blue;
}

.disliked{
    color:red;
}


.star {
    font-size: 5vh;
    cursor: pointer;
    color: #949494;
    font-family: "Zen Maru Gothic", serif;
}

.one {
    color: rgb(255, 0, 0);
}

.two {
    color: rgb(255, 106, 0);
}

.three {
    color: rgb(251, 255, 120);
}

.four {
    color: rgb(255, 255, 0);
}

.five {
    color: rgb(24, 159, 14);
}

.notifications-scroll::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

/* Track */
.notifications-scroll::-webkit-scrollbar-track {
    background: #e9e9e9; /* Color of the scrollbar track */
}

/* Handle */
.notifications-scroll::-webkit-scrollbar-thumb {
    background: #9daf73; /* Color of the scrollbar handle */
}

    /* Handle on hover */
    .notifications-scroll::-webkit-scrollbar-thumb:hover {
        background: #8b9e66;
    }


.new-notification-indecator {
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 6px;
}

#stickyNotification #closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}

    #stickyNotification #closeBtn:hover {
        color: white;
        cursor: pointer;
    }


.toast-buttons {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 2em auto;
}

.toast-row {
    display: flex;
    justify-content: center;
    margin: 1em 0;
    padding: 1rem;
    flex-wrap: wrap;
}

button.custom-toast {
    padding: 0.5rem 1rem;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.785);
    cursor: pointer;
    width: 150px;
    margin: 0.5em;
    transition: filter 0.2s ease-in-out, transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background-color: transparent;
    outline: none;
    background: #3498db;
    color: #fff;
}

    button.custom-toast:hover {
        filter: brightness(0.9);
    }

button.success-toast {
    background-color: #2ecc71;
}

button.danger-toast {
    background-color: #e74c3c;
}

button.info-toast {
    background-color: #3498db;
}

button.warning-toast {
    background-color: #f1c40f;
}

.toast {
    position: fixed;
    top: 100px;
    right: 25px;
    max-width: 300px;
    background: #fff;
    padding: 0.5rem;
    border-radius: 4px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 1023;
    animation: slideInRight 0.3s ease-in-out forwards, fadeOut 0.5s ease-in-out forwards 3s;
    transform: translateX(110%);
}

    .toast.closing {
        animation: slideOutRight 0.5s ease-in-out forwards;
    }

.toast-progress {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #b7b7b7;
    animation: toastProgress 3s ease-in-out forwards;
}

.toast-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toast-icon {
    padding: 0.35rem 0.5rem;
    font-size: 1.5rem;
}

.toast-message {
    flex: 1;
    font-size: 0.9rem;
    color: #000000;
    padding: 0.5rem;
}

.toast.toast-success {
    background: #95eab8;
}

    .toast.toast-success .toast-progress {
        background-color: #2ecc71;
    }

.toast.toast-danger {
    background: #efaca5;
}

    .toast.toast-danger .toast-progress {
        background-color: #e74c3c;
    }

.toast.toast-info {
    background: #bddaed;
}

    .toast.toast-info .toast-progress {
        background-color: #3498db;
    }

.toast.toast-warning {
    background: #ead994;
}

    .toast.toast-warning .toast-progress {
        background-color: #f1c40f;
    }

@keyframes slideInRight {
    0% {
        transform: translateX(110%);
    }

    75% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(110%);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes toastProgress {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}


.notifications {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 999;
}

    .notifications :where(.toast, .column) {
        display: flex;
        align-items: center;
    }

    .notifications .toast {
        width: 400px;
        position: relative;
        overflow: hidden;
        list-style: none;
        border-radius: 4px;
        padding: 16px 17px;
        margin-bottom: 10px;
        background: var(--light);
        justify-content: space-between;
        animation: show_toast 0.3s ease forwards;
        display:flex;
    }

@keyframes show_toast {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(-5%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-10px);
    }
}

.notifications .toast.hide {
    animation: hide_toast 0.3s ease forwards;
}

@keyframes hide_toast {
    0% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(0%);
    }

    80% {
        transform: translateX(-5%);
    }

    100% {
        transform: translateX(calc(100% + 20px));
    }
}

.toast::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    /*animation: progress 5s linear forwards;*/
    animation: progress var(--animation-duration, 5s) linear forwards;
}

@keyframes progress {
    100% {
        width: 0%;
    }
}

.toast.success::before, .btn#success {
    background: var(--success);
}

.toast.error::before, .btn#error {
    background: var(--error);
}

.toast.warning::before, .btn#warning {
    background: var(--warning);
}

.toast.info::before, .btn#info {
    background: var(--info);
}

.toast .column i {
    font-size: 1.75rem;
}

.toast.success .column i {
    color: var(--success);
}

.toast.error .column i {
    color: var(--error);
}

.toast.warning .column i {
    color: var(--warning);
}

.toast.info .column i {
    color: var(--info);
}

.toast .column span {
    font-size: 1.07rem;
    margin-left: 12px;
}

.toast i:last-child {
    color: #aeb0d7;
    cursor: pointer;
}

    .toast i:last-child:hover {
        color: var(--dark);
    }

.buttons .btn {
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 5px;
    color: var(--light);
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 4px;
}

@media screen and (max-width: 530px) {
    .notifications {
        width: 95%;
    }

        .notifications .toast {
            width: 100%;
            font-size: 1rem;
            margin-left: 20px;
        }

    .buttons .btn {
        margin: 0 1px;
        font-size: 1.1rem;
        padding: 8px 15px;
    }
}

.fpo {
    position: relative;
    margin: 25% auto;
    display: block;
}

.pulsate {
    background: linear-gradient(-45deg, #DDDDDD, #F0F0F0, #DDDDDD, #F0F0F0);
    background-size: 400% 400%;
    -webkit-animation: Gradient 2.25s ease infinite;
    -moz-animation: Gradient 2.25s ease infinite;
    animation: Gradient 2.25s ease infinite;
}

.block {
    display: block;
    width: 271px;
    height: 16px;
    color: #black;
}

.block2 {
    width: 78px;
    height: 8px;
    margin-bottom: 8px;
}

.block3 {
    width: 131px;
    height: 8px;
    margin-bottom: 16px;
}

.circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
}

#card {
    box-sizing: border-box;
    width: 335px;
    background: #fff;
    position: relative;
    margin: auto;
    top: 25%;
}

.card-image {
    box-sizing: border-box;
    display: block;
    width: 335px;
    height: 243px;
    background: #FAFAFA;
    padding: 16px;
}

.card-content {
    clear: both;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.img-responsive{
    width:100%;
}

.slick-custom-arrows-next {
    height: 100%;
    cursor: pointer;
    top: 0;
    right: 14px
}

.slick-custom-arrows-prev {
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 14px;
    transform: rotate(180deg);
}


.img-responsive-event{
    height:480px;
    width:100%
}

@media screen and (max-width: 767px) {
    .slick-custom-arrows-prev img, .slick-custom-arrows-next img {
        width: 30px;
    }
    .img-responsive-event {
        height: 220px;
    }
}


.stage-img-1 {
    background-color: #94ae9e;
}

.stage-img-2 {
    background-color: #DFAFA5;
}

.stage-img-3 {
    background-color: #94ae9e;
}

.stage-img-4 {
    background-color: #344D61;
}

.stage-img-5 {
    background-color: #94ae9e;
}

.stage-img-6 {
    background-color: #DFAFA5;
}

.suggestion-form-container {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius:15px;
    padding:30px;
}

    .suggestion-form-container input,
    .suggestion-form-container textarea,
    .suggestion-form-container select {
        border-radius: 15px;
        margin-top:7px;
    }

    .suggestion-form-container input,
    .suggestion-form-container select {
        
    }