:root {
    /* Old Green Color #00AC4D */
    /* Old Green Background #05CC7C */
    --resturanYellow: #F5D24A;
    --resturanGrayAMinus: rgba(32, 32, 70, 0.9);
    --resturanGrayA: rgba(32, 32, 70, 0.7);
    --resturanGrayAA: rgba(32, 32, 70, 0.2);
    --resturanGray: #202046;
    --resturanGrayLight: #282856;
    /*--resturanDarkBlue: #333287;*/
    --resturanDarkBlue: #424197;
    --resturanDarkerBlue: #272668;
}

* {
    font-family: 'IRANSansWeb', sans-serif !important;
    direction: rtl;
}

.header-wrapper .main-menu li:not(:last-child) {
    margin-left: 20px;
    margin-right: 0 !important;
}

.header-wrapper .main-menu li .sub-menu {
    background: var(--resturanGrayA) !important;
}

.header-wrapper .main-menu .sub-menu li:not(:last-child) {
    margin: 0 !important;
}

.header-wrapper .main-menu .sub-menu li:hover {
    margin-right: 5px !important;
}

.header-wrapper .main-menu .sub-menu {
    transition: all .2s ease-in-out !important;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.donate .shop .checkout li .content {
    text-align: right !important;
}

.donate .shop .checkout li .thumb {
    margin-right: 0 !important;
    border: none !important;
}

.donate .shop .checkout li .thumb .img {
    background-size: contain;
    background-position: center;
    height: 60px;
    width: 80px;
    border: 1px solid var(--resturanYellow);
    border-radius: 5px;
}

.shadow-fade {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
}

.donate .shop .checkout li {
    margin-bottom: 0 !important;
}

.donate .shop, .donate li .search-icon {
    background: var(--resturanDarkBlue);
}

.donate .shop .checkout {
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.header-wrapper .main-menu li .sub-menu li a {
    color: white !important;
}

@media screen and (max-width: 1400) {
    .main-menu {
        background: var(--resturanGray);
    }
}

.menu-fixed {
    background: var(--resturanGrayA);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.hero-btns {
    top: 45%;
    z-index: 2;
    padding: 0 20px;
}

.hero-btns button {
    color: rgba(255, 255, 255, 0.24) !important;
    text-shadow: 0 0 3px black;
}

.hero-btns button:hover {
    color: white !important;
}

.banner-section .banner-swipper-items::before {
    width: 100% !important;
    /*backdrop-filter: blur(3px) brightness(.5) !important;*/
    /*-webkit-backdrop-filter: blur(3px) brightness(.5) !important;*/
    background: transparent !important;
}

.banner-section .banner-img {
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.banner-btn-area .btn {
    margin-right: 0 !important;
}

.main-menu li {
    border: none !important;
}

@media screen and (max-width: 1400px) {
    .header-wrapper .main-menu li {
        margin: 0 !important;
        padding: 15px 0 !important;
    }

    .header-wrapper .main-menu li:hover .sub-menu {
        display: block !important;
    }

    .main-menu {
        background: var(--resturanGrayA) !important;
        backdrop-filter: blur(100px) !important;
        -webkit-backdrop-filter: blur(100px) !important;
    }
}

.backdrop-blur {
    backdrop-filter: blur(100px) !important;
    -webkit-backdrop-filter: blur(100px) !important;
}

.logo-feature-wrapper {
    background: var(--resturanGrayAA) !important;
}

.about-section .about-content p {
    line-height: 27px !important;
}

.about-thumb .dots-about {
    right: -100px !important;
}

.text-shadow {
    text-shadow: 1px 1px 5px black;
}

.heroSwiper .swiper-slide p {
    max-width: 450px;
    margin-top: 10px !important;
}

.owl-nav {
    left: 1% !important;
    right: 0 !important;
    top: -20% !important;
    display: flex !important;
    justify-content: end !important;
    flex-direction: row-reverse;
    width: 100% !important;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    color: white !important;
    background: #202046 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fit-content {
    width: fit-content !important;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.form-control {
    border-color: #474797;
}

.text-input {
    color: #7070ea !important;
}

.form-floating > label {
    width: fit-content !important;
    right: 0 !important;
}

.solution-section textarea {
    min-height: 100px;
}

.line-height-2 {
    line-height: 200% !important;
}

.bg-a {
    background-color: var(--resturanGrayA) !important;
}

.bg-aa {
    background-color: var(--resturanGrayAA) !important;
}

.protfolio-items .main-content {
    background: #1A1935F2 !important;
}

.protfolio-items .main-content {
    border-radius: 0 0 15px 15px !important;
}

.protfolio-items .thumb img {
    border-radius: 15px 15px 0 0 !important;
}

.owl-dots {
    margin-top: 10px;
}

.owl-dot.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate .shop .shop-rea {
    background: #5150b3;
}

.scrollDown {
    z-index: 3;
    bottom: 5px;
}

.scrollDown img {
    height: 50px;
}

.feature-section {
    background: #1A1935 !important;
}

.trending-prot {
    transform: scaleY(-1);
}

.trending-prot::before, .test-img-two::before {
    background: rgba(32, 32, 70, 0.75) !important;
}

.footer-section.footer-section-two::before {
    background: rgba(26, 25, 53, 0.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px) !important;
}

.match-items * {
    transition: all .2s ease-in-out !important;
}

.match-items .image:hover {
    filter: brightness(130%);
}

.text-yellow {
    color: var(--resturanYellow) !important;
}

.bg-gray-light {
    background: var(--resturanDarkBlue) !important;
}

.match-items:hover h6, .match-items:hover .title {
    color: var(--resturanYellow) !important;
}

.footer-section.footer-section-two .footer-middle .footer-middle-tag li {
    margin-right: 20px !important;
}

.footer-section.footer-section-two .footer-middle .footer-middle-tag li:first-child {
    margin-right: 0 !important;
}

.footer-middle-tag {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 983px) {
    .footer-middle-tag, .f-logo {
        text-align: center;
        width: 100% !important;
    }

    .footer-middle-tag {
        margin-top: 20px;
    }
}

.footer-section.footer-section-two .footer-bottom ul li {
    margin-right: 10px !important;
    padding-right: 10px !important;
}

.footer-section.footer-section-two .footer-bottom ul li:first-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 760px) {
    .footer-bottom ul {
        margin-top: 15px;
        display: block;
    }
}

.btn-hover-yellow:hover {
    background: var(--resturanYellow) !important;
    color: #1A1935 !important;
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
    transition: all .2s ease-in-out !important;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 25px;
    height: 42px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 2px solid white;
    border-radius: 12px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 60%;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    top: 0;
    position: fixed;
    background: #1A1935;
    overflow: hidden;
    color: white;
}

.footer-section.footer-section-two .footer-bottom ul li a:hover * {
    color: #202046 !important;
}

.banner-section {
    overflow: visible !important;
}

.escapeRoomCovers .match-wrapper {
    position: relative !important;
}

.escapeRoomCovers .owl-nav {
    position: absolute;
    top: 42.5% !important;
}

.escapeRoomCovers button.owl-prev, .escapeRoomCovers button.owl-next {
    background: #3C3C93 !important;
    border: 1px solid #1a1935 !important;
    position: absolute;
}

.escapeRoomCovers .owl-prev {
    left: 0 !important;
}

.escapeRoomCovers .owl-next {
    right: 0 !important;
}

.escapeRoomInfo .feature-vector::before {
    display: none !important;
}

.escapeRoomInfo .feature-vector {
    opacity: .2 !important;
    transform: scaleY(-1);
}

.escapeRooms .line {
    height: 1px;
    background: var(--resturanYellow);
    flex: 1;
}

.escapeRooms .title h2 {
    padding-left: 20px !important;
}

.escapeRooms .img {
    width: 250px;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.escapeRooms .background {
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.btn-transparent {
    background: transparent !important;
    border: 1px solid var(--resturanYellow);
    color: var(--resturanYellow);
}

.btn-transparent:hover {
    background: var(--resturanYellow) !important;
    color: var(--resturanGray);
}

.text-justify {
    text-align: justify !important;
}

.bg-none {
    background: none !important;
}

.bg-gray {
    background: var(--resturanGray) !important;
}

.bg-yellow {
    background: var(--resturanYellow) !important;
}

.border-yellow {
    border-color: var(--resturanYellow) !important;
}

.border-gray-light {
    border-color: var(--resturanDarkerBlue) !important;
}

.btn-gray {
    background: var(--resturanDarkBlue) !important;
    border: none !important;
    color: white;
}

.btn-gray:hover {
    background: #5150b3 !important;
    color: white !important;
}

.main-menu {
    transition: all .05s ease-out !important;
}

@media screen and (max-width: 1400px) {
    .mobile-login-button {
        display: flex !important;
    }
}

.auth-bg {
    z-index: -1;
}

.auth-box {
    min-width: 320px !important;
    max-width: 360px;
}

.tooltip {
    z-index: 999999 !important;
}

a {
    transition: all .2s ease-in-out;
}

a:hover {
    color: var(--resturanYellow);
}

.pointer {
    cursor: pointer !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: left calc(.375em + .1875rem) center !important;
}

.trans2 {
    transition: all .2s ease-in-out !important;
}

.heroSwiper .swiper-slide img {
    height: 55vh;
}

.swiper-slide .banner-swipper-items .content .banner-btn-area {
    margin-top: 5px !important;
}

@media screen and (max-width: 770px) {
    .heroSwiper .swiper-slide img {
        height: 35vh;
        margin-bottom: 15px !important;
    }
}

.hover-bg-light:hover {
    background: var(--resturanGrayAMinus) !important;
}

.offcanvas {
    z-index: 9999999;
}

.bg-am {
    background: var(--resturanGrayAMinus) !important;
}

.alert-dark {
    background: var(--resturanGrayA) !important;
    color: white;
    border: var(--resturanGrayA) !important;
}

.swal2-popup {
    background: var(--resturanGrayA) !important;
    backdrop-filter: blur(100px) !important;
    -webkit-backdrop-filter: blur(100px) !important;
    color: white !important;
}

.swal2-title, .swal2-content {
    color: white !important;
}

.swal2-icon::before {
    height: 115% !important;
}

.table > :not(caption) > * > * {
    background: none !important;
    text-align: center;
    transition: all .2s ease-in-out;
}

.dataTables_info {
    display: none !important;
}

.dataTables_empty {
    border-bottom: 0 !important;
}

.select2-container--default .select2-selection--single {
    color: white !important;
    background: transparent;
    border-color: #474797 !important;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px !important;
    color: white !important;
}

.select2-container.select2-container--default.select2-container--open, .select2-results__option {
    z-index: 9999;
    background: var(--resturanGray) !important;
    backdrop-filter: blur(100px) !important;
    -webkit-backdrop-filter: blur(100px) !important;
    color: white !important;
    transition: all .2s ease-in-out;
}

.select2-results__option:hover {
    background: var(--resturanGrayA) !important;
    backdrop-filter: blur(100px) !important;
    -webkit-backdrop-filter: blur(100px) !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: var(--resturanGrayA) !important;
    backdrop-filter: blur(100px) !important;
    -webkit-backdrop-filter: blur(100px) !important;
}

.select2-search--dropdown {
    background: var(--resturanGray) !important;
    z-index: 9999;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--multiple {
    border-color: #474797 !important;
    color: white !important;
    z-index: 9999;
    background: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--resturanDarkBlue) !important;
    border: none !important;
    color: white;
}

.select2-selection__choice, .select2-search__field, .select2-results__option, .select2-selection__rendered {
    font-family: 'IRANSansWeb(FaNum)', sans-serif !important;
}

.modal-dialog, .modal-content {
    z-index: 999999 !important;
    position: sticky;
}

.header-or-subheader {
    z-index: 99 !important;
}

span.select2-container, .select2-dropdown, .select2-search, .select2-search__field {
    /*z-index: 100500 !important;*/
    position: sticky;
}

td {
    vertical-align: middle;
}

.toast {
    border-radius: 5px;
    border: none !important;
}

small.text-danger {
    font-family: 'IRANSansWeb(FaNum)', sans-serif !important;
}


.pagination li:not(:first-child) {
    margin-right: 5px;
}

.pagination li span, .pagination li button {
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-floating textarea {
    min-height: 100px !important;
}

.bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center;
}

.bg-right {
    background-position: right;
}

.home-rooms {
    height: 500px;
    width: 100% !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bold {
    font-weight: bolder;
}

.closed-room {
    background: rgba(220, 53, 69, 0.53);
    backdrop-filter: blur(10px) brightness(50%);
    -webkit-backdrop-filter: blur(10px) brightness(50%);
}

.hover-text-dark:hover {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.feature-items {
    background: var(--resturanDarkBlue) !important;
}

.loading span {
    margin-right: 5px !important;
}

.loading {
    min-width: 200px !important;
}

.loading-container {
    top: 100px !important;
    z-index: 9999999;
    display: none;
}

.accordion-button::after {
    margin-left: 0 !important;
}

.accordion-button {
    background: var(--resturanGrayAMinus);
    color: white !important;
    border-color: var(--resturanDarkBlue);
}

.accordion-item {
    border-color: #292959;
    background: #292959;
    color: white;
}

.accordion-button:not(.collapsed) {
    background: var(--resturanGrayAMinus);
    box-shadow: none;
}

.accordion-button::after {
    filter: invert(100%);
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.steps .number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--resturanDarkerBlue);
    border: 1px solid var(--resturanDarkBlue);
}

.steps .step {
    position: relative;
}

.steps .step.current .number {
    background: var(--resturanDarkBlue);
}

.steps .step.success .number {
    background: var(--bs-success);
    border: 1px solid #44d994 !important;
}

.text-success-light {
    color: #44d994 !important;
}

.border-success-light {
    border: 1px solid #44d994 !important;
}

.steps .details {
    margin-top: 12px;
    text-align: center;
}

.steps .step {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hr-light {
    border-color: var(--resturanDarkBlue);
}

.reserve-content {
    background: var(--resturanGrayLight);
}

.faNumAll > *, .faNumAll * {
    font-family: 'IRANSansWeb(FaNum)', sans-serif !important;
}

.btn-hover.bg-yellow:hover {
    background: transparent !important;
    border: 1px solid var(--resturanYellow) !important;
    color: var(--resturanYellow) !important;
}

.border-yellow.border-1 {
    border: 1px solid var(--resturanYellow) !important;
}

.alert-info {
    background: #b0d2f4 !important;
    color: #202046 !important;
    border-color: #202046 !important;
}

tbody.days td, .mds-bs-dtp-container table table tbody.days td[data-day] {
    color: white;
}

.calendar .datepicker-plot-area, .calendar .datepicker-plot-area *, .calendar .pwt-btn-switch, .pwt-btn {
    background: transparent;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.calendar .pwt-btn-switch {
    cursor: default !important;
}

.calendar .table-days td span.other-month {
    display: none !important;
    visibility: hidden;
}

.calendar .datepicker-navigator {
    margin: 15px 0 !important;
}

.calendar .pwt-btn.pwt-btn-next, .calendar .pwt-btn.pwt-btn-prev {
    background: var(--resturanGrayLight) !important;
    border-radius: 8px !important;
    height: fit-content !important;
    padding: 5px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.calendar .pwt-btn.pwt-btn-next i {
    margin-right: 5px;
}

.calendar .pwt-btn.pwt-btn-prev i {
    margin-left: 5px;
}

.datepicker-navigator {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    flex-direction: row-reverse;
}

.calendar .table-days tr td {
    padding: 5px !important;
}

.calendar .table-days tr td span {
    position: relative;
    padding: 10px !important;
    height: fit-content !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    font-weight: bolder !important;
    background: linear-gradient(top, #00adee, #0078a5) !important;
    background: -moz-linear-gradient(top, #00adee, #0078a5) !important;
    background: -webkit-linear-gradient(top, #00adee, #0078a5) !important;
    transition: all .2s ease-in-out;
}

.calendar .table-days tr td span:after {
    position: absolute;
    top: 100%;
}

.calendar .table-days tr td span:hover {
    filter: brightness(90%);
}

.calendar .table-days tr td.disabled span {
    background: linear-gradient(top, #888, #575757) !important;
    background: -moz-linear-gradient(top, #888, #575757) !important;
    background: -webkit-linear-gradient(top, #888, #575757) !important;
}

.calendar .table-days tr td.can-reserve span {
    background: linear-gradient(top, #7db72f, #4e7d0e) !important;
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e) !important;
    background: -webkit-linear-gradient(top, #7db72f, #4e7d0e) !important;
}

.calendar .table-days tr td.done-reserve span {
    background: linear-gradient(top, #f16c7c, #bf404f) !important;
    background: -moz-linear-gradient(top, #f16c7c, #bf404f) !important;
    background: -webkit-linear-gradient(top, #f16c7c, #bf404f) !important;
}

.calendar .table-days tr td span small {
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 100%;
}

.remaining.have {
    background: var(--bs-danger) !important;
}

.datepicker-navigator * {
    color: black !important;
}

@media screen and (max-width: 600px) {
    .calendar .table-days tr td {
        padding: 2px !important;
    }

    .calendar .table-days tr td span small {
        font-size: 12px !important;
    }

    .calendar .datepicker-plot-area .datepicker-navigator .pwt-btn-next, .calendar .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
        width: 25% !important;
    }

    .calendar .datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
        width: 40% !important;
    }
}

.bg-blue-gradient {
    background: linear-gradient(top, #00adee, #0078a5) !important;
    background: -moz-linear-gradient(top, #00adee, #0078a5) !important;
    background: -webkit-linear-gradient(top, #00adee, #0078a5) !important;
}

.bg-green-gradient {
    background: linear-gradient(top, #7db72f, #4e7d0e) !important;
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e) !important;
    background: -webkit-linear-gradient(top, #7db72f, #4e7d0e) !important;
}

.bg-gray-gradient {
    background: linear-gradient(top, #888, #575757) !important;
    background: -moz-linear-gradient(top, #888, #575757) !important;
    background: -webkit-linear-gradient(top, #888, #575757) !important;
}

.bg-red-gradient {
    background: linear-gradient(top, #ed1c24, #aa1317) !important;
    background: -moz-linear-gradient(top, #ed1c24, #aa1317) !important;
    background: -webkit-linear-gradient(top, #ed1c24, #aa1317) !important;
}

.cal-info small {
    padding: 2px 7px !important;
    font-size: 12px !important;
}

.pwt-btn-switch {
    background: transparent !important;
}

.tooltip-number {
    font-size: 20px !important;
}

#calendar .table-days {
    position: relative;
}

.reserve-times {
    height: fit-content !important;
}

.table-loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px) !important;
}

.table-loading h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4) !important;
    border-radius: 8px;
    padding: 10px 15px;
}

.bg-rosy-gradient {
    background: linear-gradient(top, #f16c7c, #f16c7c) !important;
    background: -moz-linear-gradient(top, #f16c7c, #f16c7c) !important;
    background: -webkit-linear-gradient(top, #f16c7c, #f16c7c) !important;
}

.bg-orange-gradient {
    background: linear-gradient(top, #faa51a, #f47a20) !important;
    background: -moz-linear-gradient(top, #faa51a, #f47a20) !important;
    background: -webkit-linear-gradient(top, #faa51a, #f47a20) !important;
}

#calendar .datepicker-plot-area .datepicker-day-view .month-grid-box {
    margin-bottom: 0 !important;
}

/*.reserve-time-info {*/
/*    margin-top: 450px !important;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    .reserve-time-info {*/
/*        margin-top: 425px !important;*/
/*    }*/
/*}*/
.hover-bg-brightness-down:hover, .bg-brightness-down {
    filter: brightness(90%);
}

.d-none-all *, .d-none-all > * {
    display: none !important;
}

.reserve-times-item {
    min-height: 120px;
    overflow: hidden;
}

.reserve-times-item .discount {
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 8px 8px;
    text-align: center;
    padding: 4px 0;
    box-shadow: 0 -2px 8px #0000001f;
}

.reserve-times-item.have-discount {
    align-items: normal !important;
    padding-top: 10px !important;
    padding-bottom: 38px !important;
}

.datepicker-day-view {
    padding-bottom: 15px !important;
}

.menu-has-sub > *, .menu-has-sub * {
    transition: all .2s ease-in-out;
}

.menu-has-sub .sub-menu {
    display: none;
}

.menu-has-sub .rotated {
    transform: rotate(180deg);
}

.line-height-3 {
    line-height: 170% !important;
}

.escapeRoomInfo .feature-items:hover {
    background: var(--resturanYellow) !important;
}

.text-right {
    text-align: right !important;
}

table tbody td {
    border-color: var(--resturanDarkerBlue) !important;
}

.escapeRoomBackground, .blogBackground {
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.escapeRoomBackground {
    background: url("../images/protfolio-vector.png");
    transform: scaleY(-1);
}

.blogBackground {
    background: url("../images/Vector.png");
    transform: scaleY(-1);
}

.escapeRoomBackground::before, .blogBackground::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    background: rgb(26, 25, 53);
    background: linear-gradient(180deg, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, 0.7) 100%);
    background: -moz-linear-gradient(180deg, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, 0.7) 100%);
    background: -webkit-linear-gradient(180deg, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, 0.7) 100%);
    top: 0;
    left: 0;
}

.main-menu li a::before {
    content: '';
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    border-radius: 100%;
    bottom: -35%;
    filter: blur(2px);
    left: 0;
    background: var(--resturanYellow);
}

.main-menu li a:hover::before {
    opacity: 100%;
}

.blog-section::before {
    display: none !important;
}

.blogPagePost .thumb a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100% !important;
    display: block;
    border-radius: 8px 8px 0 0;
}

.blogPagePost .thumb .date {
    bottom: 10px;
    left: 10px;
    background: var(--resturanGrayA) !important;
    color: white !important;
}

.blogPostBackground {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    height: 100%;
}

.blogPostBackground .cover-img {
    width: 225px;
    height: 225px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blogPostBackground::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 70, 0.5);
    backdrop-filter: blur(5px) brightness(.5) grayscale(35%);
    -webkit-backdrop-filter: blur(5px) brightness(.5) grayscale(35%);
}

.blogPostBackground .container {
    z-index: 1;
    position: sticky;
}

.dark-select option {
    background: var(--resturanGray) !important;
    color: white !important;
}

.dark-select {
    background: var(--resturanGray) !important;
}

.border-yellow-rgba {
    border-color: #F5D24A52 !important;
}

.hover-bg-yellow-rgba:hover {
    background: var(--resturanYellow) 30 !important;
}

.hover-text-yellow:hover * {
    color: var(--resturanYellow) !important;
}

.haveFadeAfter::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, .2) 20%);
    background: -moz-linear-gradient(0, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, .2) 20%);
    background: -webkit-linear-gradient(0, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, .2) 20%);
}
*{

}
.escapeRooms .gallery {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100%;
}
.product .gallery {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100%;
}
*{
    scrollbar-color: var(--resturanDarkerBlue) var(--resturanGrayA) !important;
    scrollbar-width: thin !important;
    -ms-scrollbar-color: var(--resturanDarkerBlue) var(--resturanGrayA) !important;
    -ms-scrollbar-width: thin !important;
}
.escapeRooms .gallery div{
    width: 85px;
    height: 85px;
}
.product .gallery div {
    width: 65px;
    height: 65px;
}

@media screen and (max-width: 767px) {
    .escapeRooms .gallery{
        max-height: 85px;
        overflow: scroll;
        max-width: 100%;
        display: grid !important;
        grid-auto-flow: column;
    }
    .product .gallery {
        max-height: 65px;
        overflow: scroll;
        max-width: 300px;
        display: grid !important;
        grid-auto-flow: column;
        margin-right: 0 !important;
    }
    .product .gallery.second{
        display: none !important;
    }
}

.escapeBoxes .img {
    width: 300px;
}

.pageDesc {
    max-width: 750px;
    line-height: 27px
}

.escapeRoomInfo .feature-items {
    background: #4241973b !important;
}

/* .murderCaseBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80px;
    opacity: 80%;
    background-image: url("../images/blood.png");
    background-size: revert;
    background-repeat: repeat;
    background-position: center;
} */

.murderCases .murderCaseBg {
    z-index: -1 !important;
    left: 0 !important;
}

.haveFadeBefore::after {
    content: '' !important;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: linear-gradient(180deg, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, .2) 20%) !important;
    background: -moz-linear-gradient(180deg, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, .2) 20%) !important;
    background: -webkit-linear-gradient(180deg, rgba(26, 25, 53, 1) 0%, rgba(26, 25, 53, .2) 20%) !important;
}

.swal2-content * {
    font-family: 'IRANSansWeb(FaNum)', sans-serif !important;
}

.toast * {
    font-family: 'IRANSansWeb(FaNum)', sans-serif !important;
}

.notifications .bell-btn:hover ~ #notification_content .content {
    display: block !important;
}
.basket .basket-btn:hover ~ #basket .content {
    display: block !important;
}

.notifications .content,.basket .content {
    width: 300px;
}

#notification_content,#basket {
    left: 0 !important;
    top: 0;
    cursor: default;
}

#notification_content:hover .content,#basket:hover .content {
    display: block !important;
}

.notif_count.badge {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
}

.notifications_list ,.basket_list{
    max-height: 350px;
    overflow: auto;
}

.notifications_list a:hover span,.basket_list a:hover span {
    color: var(--resturanYellow) !important;
}

.panel-owl .owl-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: absolute;
    top: 70% !important;
}

.panel-owl-image {
    min-height: 312px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

@media screen and (max-width: 1400px) {

    .panel-owl-image {
        min-height: 230px;
    }

    .panel-owl .owl-nav {
        top: 60% !important;
    }
}

@media screen and (max-width: 990px) {
    .panel-owl-image {
        min-height: 390px;
    }

    .panel-owl .owl-nav {
        top: 75% !important;
    }
}

@media screen and (max-width: 760px) {
    .panel-owl-image {
        min-height: 270px;
    }

    .panel-owl .owl-nav {
        top: 65% !important;
    }
}

@media screen and (max-width: 425px) {
    .panel-owl-image {
        min-height: 150px;
    }

    .panel-owl .owl-nav {
        top: 48% !important;
    }
}

.panel-owl-image::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 9px;
    backdrop-filter: blur(10px) brightness(90%);
    -webkit-backdrop-filter: blur(10px) brightness(90%);
    position: absolute;
    top: 0;
    left: 0;
}

.panel-owl-image img {
    z-index: 2 !important;
    border-radius: 9px;
}

.panel-owl-image .closed-room {
    z-index: 3 !important;
}

@media screen and (max-width: 1400px) {
    .donate {
        /*width: 100% !important;*/
        display: flex !important;
        order: 3;
        width: 0px;
        justify-content: end !important;
    }
}

@media screen and (max-width: 1400px) {
    /*.donate {*/
    /*    display: none !important;*/
    /*}*/
}

input:disabled {
    color: #6A6AE061 !important;
}

.stars label {
    padding: 0 3px;
    font-size: 21px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

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

.datepicker-plot-area .datepicker-time-view input {
    color: black !important;
}

.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
    background-color: var(--resturanGrayLight) !important;
    border-radius: 8px;
}

.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    background-color: var(--resturanGray) !important;
    border-radius: 0 0 8px 8px;
}

.flipdown .rotor {
    perspective: 75px !important;
    font-size: 2.5rem !important;
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3)::before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
    background-color: var(--resturanGray) !important;
}
.flipdown.flipdown__theme-dark .rotor-group-heading::before{
    color: white !important;
}
.mystery_text{
    max-width: 350px;
    text-align: justify;
}
@media screen and (max-width: 1400px){
    .mystery_text{
        max-width: 450px;
        text-align: justify;
    }
}

@media screen and (max-width: 991px){
    .mystery_text{
        max-width: 100%;
        text-align: justify;
    }
}

@media screen and (max-width:991px) {
    .main-menu li a::before{
        display: none;
        opacity: 0 !important;
    }
}
.header-section .main-menu a{
    position: relative !important;
}
.item_img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 410px !important;
}
.swiper-slide .banner-swipper-items .content .title{
    font-size: 55px !important;
}
.accordion-button{
    text-align: right !important;
    line-height: 25px !important;
}
.match-items .content .title{
    font-size: 25px !important;
}

.bg-gray-gradient .discount.bg-danger{
    background-color: rgba(var(--bs-danger-rgb),0.2) !important;
}

@keyframes loading_logo {
    0%{
        transform: rotate(30deg);
    }
    25%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(-30deg);
    }
    75%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(30deg);
    }
}
.loading-logo{
    animation: loading_logo 2.5s linear infinite alternate;
    -webkit-animation: loading_logo 2.5s linear infinite alternate;
    -moz-animation: loading_logo 2.5s linear infinite alternate;
}
.shop-category{
    min-width: 100px;
    height: 40px;
    display: inline-block;
}
.shop-category h6{
    backdrop-filter: brightness(0.6) saturate(50%) blur(5px);
}
.btn-center .svg-inline--fa{
    vertical-align: middle !important;
}
.btn-center svg{
    padding: 0 !important;
}
.btn-outline-gray{
    border-color: #646464 !important;
    color: #646464 !important;
}
.trending-prot-head{
    max-width: 600px;
}
.menu-blur{
    /* background: var(--resturanGrayA) !important;
    backdrop-filter: blur(100px) !important; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: all 0.9s;
}
.header-wrapper .logo-menu img{
    height: 60px !important;
}
