html.trans,
html.trans *,
html.trans *::before,
html.trans *::after {
    transition: all 300ms ease !important;
    transition-delay: 0 !important;
}


body {
    font-family: tajawal, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: white;
}

td {
    font-size: 14px;
}

table {
    margin-bottom: 10rem !important;
}

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

.topNav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 5px;
}

.topNav .wrap p {
    padding: 0;
    margin: 0;
    font-family: tajawal;
    font-size: 14px;
    color: #fff;
}

.topNav .wrap .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.topNav .icon i {
    color: #fff;
    font-size: 15px;
}

.topNav .wrap p img {
    width: 15px;
    height: 15px;
}

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

    body,
    html {
        width: 100% !important;
    }

    .topNav .icon,
    .topNav .call {
        display: none !important;
    }

    .topNav .days {
        display: block !important;
        margin: auto !important;
    }

    nav .wrap {
        flex-wrap: wrap;
        padding-bottom: 5px;
    }

    nav .wrap img {
        width: 50px;
        display: block !important;
        margin: auto !important;
    }

    nav .wrap button {
        display: none;
    }


}

nav {
    background-color: #000;
    position: relative;
    background-color: rgba(255, 255, 255, .2);
    margin-bottom: -5.3rem;
    backdrop-filter: blur(10px);
    z-index: 1;
}

nav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .wrap .brand {
    display: flex;
    align-items: center;
}

nav .wrap .brand img {
    width: 100px;
}

nav .wrap .navs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

nav .wrap .navs a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-family: tajawal-li;
    padding-block: 1rem;
    transition: all .3s ease;
}

.active {
    font-weight: bold;
    position: relative;
}

.active::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    background-color: var(--primary);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    aspect-ratio: 1;
    transform: translateX(-50%);
}

nav .wrap .navs button {
    background: var(--primary);
    color: #fff;
    padding-inline: 1rem;
}


@media screen and (max-width:768px) {
    nav {
        margin-bottom: -3rem;
    }

    nav .wrap {

        align-items: center !important;
    }

    nav .wrap .navs a {
        font-size: 12px;
        padding: 0;
    }

    nav .wrap .navs a:nth-child(1),
    nav .wrap .navs a:nth-child(2) {
        display: none !important;
    }

    nav .wrap {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    nav .wrap .logo img {
        width: 50px;
        display: block !important;
        margin: 0 auto !important;
    }

    nav .wrap button {
        display: none;
    }
}

.hero {
    background-color: var(--light-bage);
    /* background: url(../img/modal3.png) no-repeat;
    background-size: cover;
    background-position: bottom center; */
    height: 100svh;

}

.hero .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    height: 100%;
    overflow: hidden;
}

.hero .wrap .hero-img {
    width: 50%;
    height: 100%;
    direction: ltr;
    position: relative;
}


.hero .wrap .hero-img img {
    margin-top: 4rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hero .wrap .hero-text {
    padding: 2rem;
    width: 50%;
    margin-right: auto;
    margin-top: 3rem;
}

.hero .wrap .hero-text>img {
    height: 100px;
}

.hero .wrap .hero-text h1 {
    color: #000;
    font-family: tajawal-700;
}

.hero .wrap .hero-text h1 span {
    /* position: relative; */
    background-color: var(--primary);
    color: var(--light-bage);
    padding: 2px;
    transform: rotate(-5deg);
    display: inline-block;
    margin-right: 5px;
    width: fit-content;
}

.hero .wrap .hero-text h1 span::after {
    /* content: ''; */
    position: absolute;
    bottom: -45px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../icon/zigzag.png) no-repeat;
    background-size: 90% 70%;
}

.hero .wrap .hero-text p {
    color: #000;
    width: 88%;
    text-align: justify;
    font-size: 18px;
}

.hero .wrap .actions {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.hero .wrap .actions .mybtn {
    background: var(--primary-li);
    font-family: tajawal-700;
}

.hero .wrap .actions a {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.hero .wrap .actions .right-arrow {
    rotate: -90deg;
    display: inline-block;
    width: 40px;
}

.hero .wrap .actions button {
    width: fit-content;
    height: 50px;
    font-size: larger;
}

.hero .wrap .actions .btn-book {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}

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


    .hero {
        padding-bottom: 15px;
        height: 100svh;
    }

    .hero .wrap {
        flex-wrap: wrap;
        gap: 0;
        height: 100%;
    }

    .hero .wrap>div {
        width: 100% !important;
        height: 50vh !important;
        margin: 0 !important;
    }

    .hero .wrap .hero-img {
        overflow: hidden;
        margin-top: -2rem !important;
    }

    .hero .wrap .hero-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: top !important;
    }

    .hero .wrap .hero-text {
        margin-top: 0;
        padding: 1rem;
        text-align: center;
    }

    .hero .wrap .hero-text p {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .hero .wrap .hero-text .actions {
        margin-top: 1rem;
    }

    .hero .wrap .hero-text button {
        display: block;
        margin: 0 auto;
        font-size: 18px;
        height: 50px !important;
    }

    .hero .wrap .hero-text img {
        display: none;
    }

    .active::before {
        bottom: -10px;
    }

}

.partner {
    background-color: var(--light-bg);
}

.partner .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.partner .wrap img {
    height: 100px;
    object-fit: contain;
    object-position: center;
}


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


    .partner .wrap {
        flex-wrap: wrap;
    }

    .partner .wrap img {
        width: 70px;
    }
}

.whyus {
    margin-top: 2rem;
    height: 60vh;
    display: grid;
    place-content: center;
    position: relative;
    background-color: var(--primary-lighttest);
}

/* .whyus::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: var(--dark-bg);
    top: 0;
    left: 0;
    border-radius: 80px 0 80px 0;
    opacity: .1;
} */

.whyus .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 2rem;
}


.whyus .wrap .whyus-img,
.whyus .wrap .whyus-text {
    width: 50%;
}

.whyus .wrap .whyus-img {
    position: relative;
}

.whyus .wrap .whyus-img img {
    height: 100%;
    border-radius: 5px;
}

.whyus .wrap .whyus-img::before {
    height: 40vh;
    width: 20vw;
    aspect-ratio: 1;
    border-radius: 5px;
    position: absolute;
    /* content: ''; */
    bottom: -20px;
    right: 25%;
    background: url(../icon/water-waves.png)repeat;
    z-index: -1;
}

.whyus .lists {
    display: flex;
    flex-direction: column;
}

.whyus .lists .list {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: tajawal-li;
    text-align: justify;
}

.whyus .whyus-text h2,
.serv .wrap h2 {
    position: relative;
    font-family: tajawal-700;
}

.whyus .whyus-text h2::before,
.serv .wrap h2::before {
    position: absolute;
    bottom: -10px;
    right: 0;
    content: '';
    width: 15%;
    height: 5px;
    border-radius: 10px;
    background-color: var(--primary);
}

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


    h2 {
        text-align: center;
    }

    .whyus .whyus-text h2::before,
    .serv .wrap h2::before {
        right: 50%;
        left: 50%;
        transform: translateX(50%);
    }


    .whyus {
        margin: 0;
        height: 100svh;
        padding-bottom: 1rem;
    }

    .whyus .wrap {
        flex-wrap: wrap;
    }

    .whyus .wrap>div {
        width: 100% !important;
        height: 50% !important;
    }

    .whyus .wrap .lead {
        font-size: 16px;
        text-align: center;
    }

    .whyus .wrap .list {
        font-size: 14px;
        line-height: 25px;
    }

    .whyus .wrap .lists img {
        width: 10px;
    }
}

.serv {
    display: grid;
    place-content: center;
    margin-top: 2rem;
    height: 90svh;
    background-color: white;
}

.serv .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80svh;
    gap: 2rem;
    overflow: hidden;
}

.serv .wrap .serv_lists {
    width: 50%;
    height: 74%;
}

.serv .wrap .serv_lists p {
    font-family: tajawal-li;
    text-align: justify;
    font-size: 16px;
}

.serv .wrap .serv_lists .table-wrap {
    height: 100%;
    overflow-y: scroll;
}

.serv .wrap .serv_lists table button {
    background-color: var(--light-bage);
    color: #000;
    font-family: tajawal-700;
}

.serv .wrap .booking {
    margin: 0 auto;
    height: 80%;
    align-self: flex-end;
}

.serv .wrap .booking img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.serv .wrap .booking .form {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 1rem 2rem;
    background-color: var(--light-bg);
}

.serv .wrap .booking .form button {
    background-color: var(--primary);
}

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


    .serv {
        padding: 0;
        margin: 0;
        height: 100vh;
    }

    .serv .wrap {
        padding: 0;
        margin: 0;
        width: 100%;
        padding: 1rem;
        align-items: flex-start !important;
    }

    .serv .serv_lists,
    .serv .serv_lists p {
        width: 100% !important;
        font-size: 16px;
    }

    .serv .serv_lists .table-wrap {
        height: 100% !important;
    }

    h2 {
        text-align: center;
        width: 1005;
    }

    .serv .booking {
        display: none;
    }
}

.contact {
    height: 45svh;
    background-color: var(--primary);
    position: relative;
    overflow: hidden;
    display: grid;
    place-content: center;
    padding-bottom: 0;
}

.contact .wrap .blob img {
    position: absolute;
    top: -330px;
    right: -600px;
    width: 1000px;
    rotate: 30deg;
    filter: brightness(5);
    z-index: 0;
}

.contact .w-30 {
    width: 30%;
    text-align: center;
    padding-top: 2rem;
}

.contact .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .wrap .contacts,
.contact .wrap .map,
.contact .wrap .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: 100%;
}

.contact h5 {
    align-self: flex-start;
}

.contact .wrap p {
    font-family: tajawal-li;
}

.contact .about img {
    width: 150px;
    margin-left: auto;
}


.contact .wrap .add div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.contact .wrap .add {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.contact .wrap .add img {
    width: 20px;
}

.contact .wrap .soical {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: center;
    margin-top: 3rem;
}

.contact .wrap .soical .bx {
    font-size: 24px;
    border: 2px solid white;
    padding: .4rem;
    border-radius: 50%;
    cursor: pointer;
}


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

    .contact {
        margin: 0;
        padding: 0;
        height: fit-content;
        isolation: isolate;
    }

    .contact .wrap {
        padding: 1rem;
    }

    .contact .wrap .blob img {
        top: -140px;
        right: -700px;
        rotate: 13deg;
        z-index: -1;
    }

    .contact .wrap .about,
    .contact .wrap .contacts,
    .contact .wrap .map {
        width: 100% !important;
    }

    .contact .wrap .map iframe {
        width: 85% !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        border-radius: 5px;
    }

    .contact .wrap .about img {
        display: block;
        margin: 0 auto;
        width: 100px;
    }

    .contact .map_divs {
        flex-wrap: wrap;
        text-align: center;
    }


    .contact .contacts .soical {
        gap: .5rem;
    }

    .contact .contacts .soical .bx {
        font-size: 24px;
    }

}

footer {
    padding: 10px;
    background-color: #000;
}

footer .wrap p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.btn-glass {
    outline: none;
    border: none;
    padding: .5rem 1rem;
    background-color: var(--secondary-li);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 12px;
    color: black;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    scale: 1;
    border-radius: 20px 0 20px 0;
    animation: pulse 2s infinite;
}


@keyframes pulse {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 0 20px rgba(255, 255, 255, .1);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

#myodal .modal-dialog,
#myodal .modal-content,
#myodal .modal-body {
    max-height: 100svh;
    max-width: 100%;
}

#myodal .modal-body {
    background: linear-gradient(#71482f40, #e0d0b95e);
    display: grid;
    place-content: center;
}


#myodal .wrap {
    height: 70svh;
    width: 65%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: auto;
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

#myodal .image {
    height: 70svh;
    width: 35%;
}

#myodal .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#myodal .form {
    width: 65%;
    height: 100%;
}

#myodal .form p,
#myodal .form label {
    font-size: 14px;
}

#myodal .form input {
    background-color: rgba(255, 255, 255, .2);
}

#myodal .form .signin {
    background: linear-gradient(var(--secondary), var(--light-bage));
}

#myodal .form .logo {
    position: relative;
}

#myodal .form .logo img {
    position: absolute;
    inset: 0;
    top: 18px;
    margin: auto;
}

#myodal .form button {
    font-size: 14px;
}

#opt-modal .modal-content {
    background-color: var(--light-bage);
}

#opt-modal .modal-content label {
    font-size: 12px;
}

#opt-modal .modal-content small {
    font-size: 11px;
}

#opt-modal .btn-opt-save {
    background-color: var(--primary);
}

#opt-modal button {
    font-size: 14px;
}

#opt-modal .detail label {
    font-size: 14px !important;
}

#opt-modal .detail .price_label #service_price {
    font-size: 32px !important;
}

#opt-modal input {
    background-color: rgba(255, 255, 255, 0.367);
    border-radius: 5px;
}

#opt-modal .modal-footer button {
    border-radius: 5px;
    display: block;
    width: 100%;
}


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

    #myodal .modal-content {
        background: url(../img/oia_spa_care.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }


    #myodal .wrap {
        width: 95% !important;
        height: 95% !important;
    }

    #myodal .wrap .form-body,
    #myodal .wrap .form {
        width: 100% !important;
        height: 100% !important;
    }

    #myodal .wrap h4,
    #myodal .wrap span,
    #myodal .wrap label,
    #myodal .wrap p {
        color: white !important;
    }

    form .image {
        display: none !important;
    }
}