@font-face {
    font-family: neo;
    src: url("neo.otf");
}
@font-face {
    font-family: noto;
    src: url("NotoKufiArabic-Regular.ttf");
}
body {
    padding: 0;
    margin: 0;
    font-family: neo !important;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}
.footer-w ul li {
    margin: 10px 0;
}
.top-bar {
    background-color: #b08e53;
    color: #fff;
    padding: 10px 0;
}
.top-bar a {
    color: #fff;
}
.menu-wrap {
    background-color: #000;
    padding: 10px 0;
}
nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.hfe-nav-menu li.menu-item {
    position: relative;
    padding: 10px;
}
.menu-item.current-menu-ancestor a.hfe-menu-item {
    color: #b08e53;
}
a.hfe-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
ul.sub-menu li a {
    color: #000 !important;
}

.dummy-positioning {
    /* width: 100%;
    height: 100vh;
    align-items: center; */
    justify-content: center;
    margin-bottom: 30px;
  }
  
.success-icon {
    display: inline-block;
    width: 4em;
    height: 4em;
    font-size: 16px;
    border-radius: 50%;
    border: 4px solid #96df8f;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    /* -webkit-animation: showSuccess 180ms ease-in-out;
            animation: showSuccess 180ms ease-in-out;
    transform: scale(1); */
}

.success-icon__tip,
.success-icon__long {
    display: block;
    position: absolute;
    height: 4px;
    background-color: #96df8f;
    border-radius: 10px;
}
.success-icon__tip {
    width: 1.2em;
    top: 2.07em;
    left: 0.6em;
    transform: rotate(45deg);
    -webkit-animation: tipInPlace 300ms ease-in-out;
    animation: tipInPlace 300ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
    visibility: hidden;
}
.success-icon__long {
    width: 2em;
    transform: rotate(-45deg);
    top: 1.8em;
    left: 1.2em;
    -webkit-animation: longInPlace 140ms ease-in-out;
    animation: longInPlace 140ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: hidden;
    -webkit-animation-delay: 440ms;
    animation-delay: 440ms;
}

@-webkit-keyframes showSuccess {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes showSuccess {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes tipInPlace {
    from {
        width: 0em;
        top: 0em;
        left: -1.6em;
    }
    to {
        width: 1.2em;
        top: 2.07em;
        left: 0.6em;
        visibility: visible;
    }
}
@keyframes tipInPlace {
    from {
        width: 0em;
        top: 0em;
        left: -1.6em;
    }
    to {
        width: 1.2em;
        top: 2.07em;
        left: 0.6em;
        visibility: visible;
    }
}
@-webkit-keyframes longInPlace {
    from {
        width: 0em;
        top: 5.1em;
        left: 3.2em;
    }
    to {
        width: 2em;
        top: 1.8em;
        left: 1.2em;
        visibility: visible;
    }
}
@keyframes longInPlace {
    from {
        width: 0em;
        top: 5.1em;
        left: 3.2em;
    }
    to {
        width: 2em;
        top: 1.8em;
        left: 1.2em;
        visibility: visible;
    }
}
.hfe-nav-menu .sub-arrow {
    font-size: 16px;
    line-height: 1;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}
ul.sub-menu {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #b08e53;
    width: 220px;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    min-width: 120px !important;
}
.menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.content-wrap {
    padding: 100px 0;
    overflow: hidden;
}
/* ---- */
#familyList {
    margin-top: 20px;
}
#familyList li {
    padding: 12px;
    border-radius: 8px;
    margin: 5px 0;
    border: 1px solid #b18e4e;
    position: relative;
}
#familyList li p:nth-of-type(2) {
    opacity: 0.6;
    margin: 0;
}
#familyList li button {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    background: none;
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}
/*membership form*/
.mem-reg {
    position: relative;
    min-height: 100vh;
}
.mem-reg::before {
    content: "";
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 41.67%;
    right: 0;
    z-index: 1;
    background-attachment: fixed;
}
.plan-checkbox input {
    display: none;
}
.plan-checkbox label {
    margin: 10px 0;
    display: block;
    background-color: #f7f7f7;
    /* background-image: linear-gradient(180deg, #fff 0%, #e4dccf 100%); */
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #b7b7b73d;
    border-radius: 5px;
    position: relative;
}
.plan-checkbox input:checked + label {
    border: 1px solid #b08e53;
    background-color: #f2eada;
}
.plan-checkbox input:checked + label span.check {
    border: 4px solid #b08e53;
}
.plan-checkbox label span.title {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    color: #000;
}
.llogoo {
    display: inline-block;
    margin-bottom: 30px;
}
.plan-checkbox label span.price {
    font-size: 14px;
}
.plan-checkbox label span.check {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #00000040;
    border-radius: 50%;
}
.membership-form-con {
    /* overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; */
    padding: 50px 0;
}
.bg-col {
    min-height: 100vh;
}
.membership-form form {
    margin-top: 30px;
}
.membership-form .hh2 {
    margin-bottom: 40px;
}
/* .form-inputs {
    margin-top: 40px;
} */
.membership-selectedo {
    margin-top: 40px;
}
.membership-selected div {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #b08e53;
    background-color: #f2eada;
    border-radius: 8px;
    padding: 10px 20px;
}
.form-inputs .form-group {
    margin: 10px 0;
}
.form-inputs .form-group label {
    display: block;
    text-transform: capitalize;
    color: #333333;
    /* font-weight: bold; */
    font-size: 16px;
}
.form-inputs .form-group input,
.form-inputs .form-group select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #b7b7b752;
    /* cursor: pointer; */
    font-size: 16px;
    outline: 0 !important;
}
.form-inputs .form-group select {
    cursor: pointer;
}
.csm-select option:not(:first-child),
.csm2-select option:not(:first-child) {
    display: none;
}
.form-inputs .form-group button,
.print-bill a {
    margin-top: 20px;
    background: #b08e53;
    color: #ffffff;
    outline: 0;
    border: 0;
    border-radius: 4px;
    padding: 8px 15px;
    display: inline-block;
    cursor: pointer;
}
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-left-color: #3498db;
    animation: spin 1s linear infinite;
    margin: 10px auto;
    display: none; /* Initially hidden */
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.booking-titles {
    margin-bottom: 40px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.booking-titles .title {
    background-image: url("../images/Bg.png");
    background-size: 100% 100%;
    margin: 5px 0;
    padding: 15px 30px;
    font-size: 18px;
    color: #000 !important;
}
.booking-titles .title.active {
    background-image: url("../images/Bg2.png") !important;
}
.myh3 {
    margin-bottom: 15px;
    color: #0c0c0c;
    font-size: 26px;
    font-weight: bold;
}
.myh3p {
    color: #959595;
    font-size: 18px;
}
#slots {
    margin-top: 15px;
}
#slots input {
    display: none;
}
#slots label {
    display: inline-block;
    margin: 5px;
    background-color: #f7f7f7;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #b7b7b73d;
}
#slots input:checked + label {
    border: 1px solid #b08e53;
    background-color: #f2eada;
}
.bg-navy {
    background-color: #0c0c0c !important;
    color: #fff;
}
input::placeholder {
    color: #8f8f8a;
    opacity: 1;
}
span.error {
    color: red;
    font-size: 14px;
    display: inline-block;
    margin-top: 6px;
}
footer {
    padding: 60px 0;
    background-color: #0c0c0c;
    color: #fff;
}
footer h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    line-height: 1.3em;
    margin-bottom: 20px;
}
footer a,
footer li {
    color: #b7b7b7;
    transition: color 0.3s;
}
.llogo {
    margin-bottom: 20px;
    display: inline-block;
}
.elementor-widget-container {
    display: inline-block;
    background-color: #161616;
    margin: 20px 10px 0px 0px;
    padding: 10px 5px 10px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #7b7b7b;
    border-radius: 8px 8px 8px 8px;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
}

footer a:hover {
    color: #b08e53;
    text-decoration: none;
}
/* #family-members{
    padding: 30px;
    background-image: linear-gradient(180deg, #fff 0%, #E4DCCF 100%)
} */

.remove-family-member {
    margin-top: 30px;
}
/*booking*/
.booking-page {
    background-image: linear-gradient(180deg, #fff 0%, #e4dccf 100%);
}
label.facility {
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #b7b7b752;
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}
label.facility img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
label.facility span {
    display: block;
    margin-top: 20px;
    font-weight: bolder;
}
.booking-form {
    max-width: 920px;
    margin: auto;
}
.cart-info-form input {
    background: #fff !important;
    border: 1px solid #b7b7b752 !important;
    border-radius: 5px !important;
    height: 48px !important;
}
.add-new-booking {
    padding: 8px 12px;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(108, 119, 131, 0.25);
    display: block;
    color: #0c0c0c !important;
    text-decoration: none !important;
    margin-bottom: 20px;
}
.cart-summary {
    border: 1px solid #b7b7b752;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}
.cart-items li {
    border-bottom: 1px solid #eee;
    padding: 10px;
    position: relative;
    padding-left: 30px;
}
.cart-items li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 12px;
    border-radius: 50%;
    background: #b08e53 !important;
}
.cart-items li h5 {
    font-weight: bold;
}
.cart-items li p {
    margin: 0 0 5px 0;
    color: #959595;
}
.cart-items li form {
    position: absolute;
    top: 7px;
    right: 0;
}
.cart-total {
    padding-top: 20px;
}
.cart-items li form button {
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 10px;
}
.fc-check:checked + label {
    border: 1px solid #b08e53;
}
.select-activities {
    padding: 60px 20px !important;
    border: 1px solid #b7b7b752 !important;
    background: #fff !important;
    border-radius: 12px !important;
}
.next-btn {
    margin-top: 20px;
}
.btn-main {
    background: #b08e53 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}
.cus-inf li {
    margin: 10px 0;
    font-size: 18px;
    opacity: 0.9;
}
.cus-inf li span {
    display: inline-block;
    width: 40%;
}
.cus-inf {
    margin-top: 30px;
}
.payment-method {
    margin-top: 30px;
}

/* .confirmation h3 {
    font-weight: bold;
} */
a.edit-cart {
    display: inline-block;
    color: #b08e53 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    border: 1px solid #b08e53;
}
.mnmk {
    margin-top: 20px;
}
html,
body {
    overflow-x: hidden;
}
.payment-method div input {
    display: none;
}
.gotocart {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 7px;
    color: #fff !important;
    font-size: 20px;
    background-color: #b08e53;
    text-align: center;
    line-height: 30px;
}
.confirmation {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #b7b7b752;
}
.payment-method div label {
    display: block;
    margin: 10px 0;
    background-color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 3px solid #b7b7b7;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.payment-method div label::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #b08e53;
    opacity: 0;
}
.payment-method div label::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b08e53;
    opacity: 0;
}
.payment-method div label svg {
    margin-bottom: 10px;
}
.payment-method input:checked + label {
    border: 3px solid #b08e53;
}
.payment-method input:checked + label::after,
.payment-method input:checked + label::before {
    opacity: 1;
}
.mnmk a,
.mnmk button {
    width: calc(50% - 10px);
}
.show-nav {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.open-menu {
    cursor: pointer;
    width: 40px;
}
.open-menu span {
    display: block;
    margin: 6px 0;
    height: 3px;
    background-color: #fff;
}
.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 30px;
    z-index: 2;
}
/* .close-menu span{
    background-color: #fff;
    display: block;
    height: 3px;
}
.close-menu span:first-child{
    transform: rotate(45deg);
}
.close-menu span:last-child{
    transform: rotate(-45deg);
} */
@media only screen and (max-width: 992px) {
    .mem-reg::before,
    .bg-col {
        display: none;
    }
    label.facility {
        padding: 15px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .cart-info-form {
        margin-top: 30px;
    }
    .cart-summary {
        margin-top: 0;
    }
    .cus-inf li span {
        width: 40%;
    }
    .footer-w {
        margin-top: 20px;
    }
    nav.hfe-nav-menu__layout-horizontal {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #000;
        z-index: 99999999;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        padding: 40px 30px;
        transform: translateX(-200px);
        transition: all 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        display: block;
    }
    ul.sub-menu {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        width: 100% !important;
        min-width: 100% !important;
        background-color: transparent;
        border: 0;
        /* display: none; */
    }
    .hfe-nav-menu .sub-arrow {
        display: none;
    }
    ul.sub-menu li a {
        color: #fff !important;
    }
}

/* arabic styles */
body.arabic-style {
    direction: rtl;
    text-align: right;
    font-family: noto !important;
}
body.arabic-style .close-menu {
    right: auto !important;
    left: 20px;
}
body.arabic-style .hfe-nav-menu .sub-arrow {
    font-size: 16px;
    line-height: 1;
    margin-left: 0;
    margin-right: 5px;
}
body.arabic-style .cart-items li form {
    right: auto;
    left: 0;
}
body.arabic-style .cart-items li::before {
    left: auto;
    right: 0;
}

body.arabic-style .cart-items li {
    padding-right: 30px;
    padding-left: 0;
}
body.arabic-style .mem-reg::before {
    right: auto;
    left: 0;
}
body.arabic-style .cus-inf li span {
    width: 40%;
}

body.arabic-style .plan-checkbox label span.check {
    right: auto;
    left: 10px;
}
body.arabic-style input {
    text-align: right;
}
body.arabic-style ul.sub-menu {
    right: 0;
    left: auto;
}
