@font-face {
    font-family: bahij;
    src: url(../fonts/Bahij_TheSansArabic-Plain.ttf);
}


@font-face {
    font-family: dewi;
    src: url(../fonts/Dewi-Traditional.otf);
}

.form_subscribe {
    position: relative;
}

.form_subscribe button {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    height: 42px;
    /* opacity: 0; */
    background: #b26126;
    border: 0;
    width: 42px;
    border-radius: 50%;
    color: #fff;
}

.form_subscribe i.fa.fa-envelope {
    position: absolute;
    left: 6px;
    top: 5px;
    color: #fff;
    background: #ffffff54;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
}


body {
    scroll-behavior: smooth;
    direction: rtl;
}


html {
    scroll-behavior: smooth;
}

ul {
    margin-bottom: 0;
    padding: 0;
}

p {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none !important;
}

.above-all {
    overflow: hidden;
    position: relative;
}


.wpum-already-logged-in.wpum-message.info {
    font-size: 0;
}

ul.sub-menu {
    display: none;
}

*,
*:hover,
*:active {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #B26126;
}

body {
    font-family: dewi;
    font-weight: normal;
    background-color: #fff;
    text-align: right;
    overflow-x: hidden;
}


.nav-bar {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 30px 0;
    left: 0;
    width: 100%;
    top: 0;
}


.main-slider {
    position: relative;
    text-align: center;
    z-index: 1;
    height: 100vh;
    padding: 0px;
    overflow: hidden;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    /*background: linear-gradient(45deg, #def2ee, #def2ee);*/
}


.wpml-ls-native {
    color: #fb9900;
    font-size: 17px;
}


.home_page h5 {
    color: #B26126;
    font-size: 14px;
    font-weight: 100;
    background: #00000008;
    padding: 9px 20px;
    border-radius: 44px;
}


.home_page h1 {
    font-size: 72px;
    color: #B26126;
    margin: 20px 0;
}

.home_page button,
.home_page a {
    background: #AE8C74;
    border: none;
    padding: 11px 42px;
    border-radius: 40px;
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
}

.btn-primary {
    background: #AE8C74;
    border: none;
    padding: 11px 42px;
    border-radius: 40px;
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
}
.btn-primary:hover,.btn-primary:focus{
    background: #AE8C74;
}
.progress-container {
    width: 100%;
    height: 2px;
    background: #ababab66;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

.progress-bar {
    height: 5px;
    background: #B26126;
    width: 0%;
}


.subscribe_footer {
    margin-top: 20px;
}


.subscribe_footer form.wpcf7-form.init {
    width: 300px;
    position: relative;
    margin-right: auto;
}


.subscribe_footer input[type="email"] {
    width: 100%;
    height: 49px;
    text-align: left;
    padding: 0 52px;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    border: none;
    background: #ffffff61;
}


.subscribe_footer input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}


.subscribe_footer input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 48px;
    opacity: 0;
}


.subscribe_footer .input-wrap2:after {
    content: "\f1d8 ";
    position: relative;
    font-size: 29px;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 4px;
    right: 7px;
    background: #B26126;
    color: #fff;
    width: 40px;
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}

.form_book li h3:after {
    content: "ريال";
    font-size: 14px;
    margin: 0 5px;
    position: relative;
    top: -4px;
}


.subscribe_footer .input-wrap {
    position: relative;
}


.subscribe_footer .input-wrap i.fa-envelope {
    position: absolute;
    top: 5px;
    left: 6px;
    background: #ffffff40;
    color: #ffffff;
    padding: 11px;
    font-size: 18px;
    border-radius: 50%;
}


.subscribe_footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}


.subscribe_footer h4 {
    color: #fff;
    font-size: 16px;
    margin: 16px 0;
}


.icon-scroll {
    bottom: -100px;
    z-index: 9;
    position: absolute;
    left: 50%;
    width: 90px;
    transform: translate(-50%, -50%);
}


.icon-scroll:hover svg path {
    animation: todown 1s ease-in-out;
    stroke-dasharray: 130;
    stroke-dashoffset: 0;
    transition: 1s;
}

@keyframes todown {

    0% {
        stroke-dashoffset: 130;
    }


    100% {
        stroke-dashoffset: 0;
    }


}


.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fffcff;
}

.background span {
    width: 8vmin;
    height: 8vmin;
    border-radius: 12vmin;
    opacity: .4;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 45;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #AC2C9D;
    top: 93%;
    left: 48%;
    animation-duration: 44s;
    animation-delay: -36s;
    transform-origin: -18vw 0vh;
    box-shadow: 24vmin 0 3.1549282640127707vmin currentColor;
}

.background span:nth-child(1) {
    color: #f3d2f2;
    top: 28%;
    left: 57%;
    animation-duration: 20s;
    animation-delay: -26s;
    transform-origin: 7vw -15vh;
    box-shadow: -24vmin 0 3.1450172265599736vmin currentColor;
}

.background span:nth-child(2) {
    color: #AC2C9D;
    top: 68%;
    left: 49%;
    animation-duration: 13s;
    animation-delay: -11s;
    transform-origin: -1vw -19vh;
    box-shadow: -24vmin 0 3.762079194568435vmin currentColor;
}

.background span:nth-child(3) {
    color: #f3d2f2;
    top: 91%;
    left: 36%;
    animation-duration: 19s;
    animation-delay: -23s;
    transform-origin: 0vw -14vh;
    box-shadow: -24vmin 0 3.8380121709763158vmin currentColor;
}

.background span:nth-child(4) {
    color: #AC2C9D;
    top: 51%;
    left: 92%;
    animation-duration: 10s;
    animation-delay: -32s;
    transform-origin: 19vw -23vh;
    box-shadow: -24vmin 0 3.6204207517731537vmin currentColor;
}

.background span:nth-child(5) {
    color: #f3d2f2;
    top: 61%;
    left: 66%;
    animation-duration: 55s;
    animation-delay: -42s;
    transform-origin: -2vw 4vh;
    box-shadow: -24vmin 0 3.6087900994631448vmin currentColor;
}

.background span:nth-child(6) {
    color: #AC2C9D;
    top: 31%;
    left: 100%;
    animation-duration: 8s;
    animation-delay: -25s;
    transform-origin: 8vw -23vh;
    box-shadow: 24vmin 0 3.8529464570932626vmin currentColor;
}

.background span:nth-child(7) {
    color: #FB9900;
    top: 79%;
    left: 5%;
    animation-duration: 9s;
    animation-delay: -38s;
    transform-origin: 10vw -7vh;
    box-shadow: -24vmin 0 3.091910122576537vmin currentColor;
}

.background span:nth-child(8) {
    color: #AC2C9D;
    top: 78%;
    left: 94%;
    animation-duration: 44s;
    animation-delay: -29s;
    transform-origin: 16vw 11vh;
    box-shadow: 24vmin 0 3.298706320079492vmin currentColor;
}

.background span:nth-child(9) {
    color: #FB9900;
    top: 39%;
    left: 53%;
    animation-duration: 14s;
    animation-delay: -49s;
    transform-origin: 15vw 14vh;
    box-shadow: 24vmin 0 3.942874907142583vmin currentColor;
}

.background span:nth-child(10) {
    color: #AC2C9D;
    top: 41%;
    left: 22%;
    animation-duration: 9s;
    animation-delay: -50s;
    transform-origin: 25vw 2vh;
    box-shadow: 24vmin 0 3.7122653494487903vmin currentColor;
}

.background span:nth-child(11) {
    color: #f3d2f2;
    top: 85%;
    left: 94%;
    animation-duration: 12s;
    animation-delay: -43s;
    transform-origin: 20vw -18vh;
    box-shadow: -24vmin 0 3.6229532194813836vmin currentColor;
}

.background span:nth-child(12) {
    color: #AC2C9D;
    top: 11%;
    left: 3%;
    animation-duration: 46s;
    animation-delay: -4s;
    transform-origin: -21vw -13vh;
    box-shadow: -24vmin 0 3.8516977960361007vmin currentColor;
}

.background span:nth-child(13) {
    color: #FB9900;
    top: 38%;
    left: 84%;
    animation-duration: 19s;
    animation-delay: -19s;
    transform-origin: -13vw 12vh;
    box-shadow: -24vmin 0 3.7543833588608093vmin currentColor;
}

.background span:nth-child(14) {
    color: #f3d2f2;
    top: 98%;
    left: 51%;
    animation-duration: 19s;
    animation-delay: -5s;
    transform-origin: -2vw -10vh;
    box-shadow: -24vmin 0 3.04500522783197vmin currentColor;
}

.background span:nth-child(15) {
    color: #AC2C9D;
    top: 45%;
    left: 14%;
    animation-duration: 8s;
    animation-delay: -23s;
    transform-origin: 5vw 6vh;
    box-shadow: 24vmin 0 3.158807174240934vmin currentColor;
}

.background span:nth-child(16) {
    color: #FB9900;
    top: 7%;
    left: 49%;
    animation-duration: 31s;
    animation-delay: -14s;
    transform-origin: 13vw 15vh;
    box-shadow: 24vmin 0 3.6890620846529636vmin currentColor;
}

.background span:nth-child(17) {
    color: #f3d2f2;
    top: 29%;
    left: 85%;
    animation-duration: 45s;
    animation-delay: -19s;
    transform-origin: -4vw -19vh;
    box-shadow: 24vmin 0 3.7254441734308945vmin currentColor;
}

.background span:nth-child(18) {
    color: #f3d2f2;
    top: 63%;
    left: 47%;
    animation-duration: 16s;
    animation-delay: -9s;
    transform-origin: 25vw -22vh;
    box-shadow: -24vmin 0 3.934824360233323vmin currentColor;
}

.background span:nth-child(19) {
    color: #f3d2f2;
    top: 35%;
    left: 72%;
    animation-duration: 14s;
    animation-delay: -17s;
    transform-origin: -10vw -22vh;
    box-shadow: -24vmin 0 3.2343928832548414vmin currentColor;
}


/* Morph Shape */
.morph-shape {
    position: absolute;
    width: 100%;
    width: calc(100% + 400px);
    height: 100%;
    top: 0;
    left: 0;
    fill: #373a47;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
}

/* Shown menu */
.show-menu .menu-wrap,
.show-menu .icon-list a,
.show-menu .close-button,
.show-menu .morph-shape,
.show-menu .content::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


footer .cols {
    opacity: 0;
    visibility: hidden;
    top: 10px;
    position: relative;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.cols_active {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0px !important;
}


.wpml-ls-statics-footer {
    display: none !important;
}


.form_book button#booking-in {
    background: #864a1d;
    border: none;
    width: 100%;
    padding: 13px;
    font-size: 17px;
}

li.added {
    background: #3a3a3a !important;
}

.form_book {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 250px;
    z-index: 2;
    font-family: bahij;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}


.form_book_active {
    opacity: 1;
    visibility: visible;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.form-row .row {
    width: 100%;
}

.form_book .form-group p {
    font-size: 17px;
    color: #7a7a7a;
}


.form_book .box-in h5 {
    font-size: 17px;
    color: #b4b4b4;
    margin-bottom: 27px;
}

.form_book .box-in h3 {
    color: #b36327;
    font-weight: 600;
    margin-bottom: 20px;
}


.curve_footer {
    position: absolute;
    top: -281px;
    z-index: 3;
    left: 0;
    width: 100%;
}


.overlay_booking {
    background: #f8ebda;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 1;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}


.overlay_booking_active {
    left: 0%;
}


.home_page {
    height: 100vh;
    text-align: center;
    padding-top: 100px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../img/home.svg');
}

.home_page_active {
    padding-top: 140px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.form_book .box-in {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
}


.form_book .form-group input,
.form_book .form-group select,
.form_book .form-group textarea {
    width: 320px;
}


.form_book .form-group input {
    height: 50px;
    margin-top: 9px;
    border-radius: 9px;
    border: 2px solid #dedede;
}


.form_book ul {
    list-style: none;
    padding: 0;
}

.form_book li h4 {
    font-size: 17px;
    line-height: 30px;
}


.form_book li h4 {
    font-size: 20px;
}


.form_book .peser-item {
    background: #F8EBDA;
    border-radius: 10px;
    color: #b36327;
    width: 70%;
    margin: 20px .5%;
    display: inline-grid;
}


h4.contact_btn {
    position: fixed;
    left: 0;
    bottom: -10px;
    background: #AE8C74;
    color: #fff;
    font-size: 19px;
    border-radius: 1px;
    padding: 10px 20px;
    z-index: 1;
    cursor: pointer;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.contact_btn_active {
    background-color: #000 !important;
}


.svg_toggle {
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    transform: rotate(45deg);
}


footer {
    padding-top: 240px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 30px;
    text-align: left;
    position: fixed;
    background-image: url(../img/footer.svg);
    left: 0;
    /*z-index:2;*/
    width: 100%;
    bottom: -600px;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    /*background: linear-gradient(45deg, #def2ee, #def2ee);*/
}

.footer_active {
    bottom: 0px !important;
}


footer .in-in a {
    color: #fff;
    display: block;
    direction: ltr;
    margin-bottom: 12px;
    font-size: 19px;
}


footer .in-in a i {
    color: #fff;
}


footer h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}

footer .nav-listt {
    list-style: none;
}

footer .nav-listt > li {
    margin-bottom: 20px;
}

footer .nav-listt > li > a {
    display: inline-flex;
    color: #9A8597;
    font-size: 16px;
    text-shadow: 0 0 1px #fff;
    position: relative;
    padding-right: 5px;
    padding-left: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;

}


footer .row {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}


footer .nav-listt > li > a:hover {
    padding-right: 15px;
    padding-left: 0;
    transition: all 0.7s;
    color: #CF3CD9;
    text-shadow: none;
}

footer .nav-listt > li:last-of-type {
    margin-bottom: 0 !important;
}


.subscribe_footer {
    position: relative;
}


.copyright img {
    width: 100px;
    filter: invert(1);
    position: relative;
    z-index: 1;
}


.contact-in > .in-in > a i {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}


.links-media {
    margin-top: 10px;
}


.links-media a i {
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 4px;
    transition: all .4s ease;
}

.links-media a i:hover {
    color: #fb9900;
}

.links-media a:last-of-type i {
    border-right: none;
}


.links-media a:hover {
    transform: rotate(-25deg) scale(1.1, 1.1);
}


.logos-footer {
    position: relative;
    text-align: center;
    margin-right: 50px;
}

.logos-footer .img1 {
    width: 200px;
    margin: 0 40px 0 0;
}

footer .text {
    line-height: 30px;
    color: #9A8597;
    max-height: 94px;
    overflow: hidden;
    width: 300px;
    text-align: center;
    margin: 20px auto 30px;
}

.copyright {
    padding: 40px 0 10px 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.copyright .wrapper {
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}


.nav-bar .logo {
    display: block;
    margin: 0 auto;
}

.logo_active {
    transform: rotateY(360deg);
}

.logo_active2 {
    transform: scale(1.2);
}

.logo_active3 {
    transform: scale(1);
}


.nav-bar .logo img {
    width: 150px;
    transition: .5s ease-in-out;
    position: relative;

}


.logo_hide {
    opacity: 0;
    /*top:-20px;*/
    width: 0px !important;
    visibility: hidden;

}


.nav-fixed img {
    width: 100px !important;
}


.subscribe .block {
    background: linear-gradient(270deg, #c39a49, #DEBE6E);
    width: 100%;
    display: flex;
    padding: 75px 15px 50px;
    align-items: center;
    border-radius: 2px;

}


.subscribe {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: -130px;
}


.subscribe-form input[type="submit"] {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 40px;
    color: #fff;
    background: #175340;
    border: 0;
    width: 90px;
}

.subscribe-form input[type="email"] {
    width: 100%;
    height: 45px;
    border: 0;
    padding: 12px;
    text-align: right;
}

.subscribe-form {
    position: relative;
    margin-top: 30px;
}


.whatsappus a {
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 9;
    bottom: 26px;
    right: 20px;
    background: #25D366;
    color: #fff;
    line-height: 52px;
    text-align: center;
    font-size: 33px;
    border-radius: 50%;
}


.subscribe .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 7px;
    border: 2px solid #1b6b55 !important;
    color: #1b6b54;
}


.subscribe span.wpcf7-spinner {
    display: none;
}


.cursor {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    pointer-events: none;
    left: 0;
    transition: all .1s ease;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #CF3CD9;
    opacity: .2;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all opacity .3s ease-in-out;
    z-index: 9
}


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

    .box-in-services .peser-item {
        width: 99%;
    }


    .form_book .box-in {
        padding: 20px 0;
    }

    .form_book .box-in > h3,
    .form_book .box-in > h5 {
        margin-right: 20px !important;
        margin-bottom: 18px;
    }

    .form_book .box-in h3 {
        font-size: 20px;
    }

    .form_book li h4 {
        font-size: 15px;
    }


    .home_page h1 {
        font-size: 29px;
    }


    .home_page {
        padding-top: 0px;
    }


    .form_book .form-group input,
    .form_book .form-group select,
    .form_book .form-group textarea {
        width: 100%;
    }


    .home_page button {
        background: #AE8C74;
        padding: 9px 32px;
        font-size: 17px;
    }


    .footer_active {
        bottom: -60px !important;
    }


    footer {
        padding-bottom: 55px;
        background-size: cover;
        bottom: -680px;
    }


    footer .row {
        display: block;
    }


    .cols.cols-2 {
        margin-top: 30px;
    }


}

.form-row .row label,
.form-row .row input {
    width: 100%;
}

.form-row input,
.form-row select {
    margin-top: 6px;
}

.box-in-services .serviceJs {
    position: absolute;
    inset: 0;
    background: #b36327;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.form_book.container.form_book_active {
    direction: ltr;
    text-align: left;
}

.box-in-services .peser-item {
    position: relative;
}

.box-in-services h3 {
    margin: 0 !important;
}

.form_book .form-group select {
    width: 100%;
    height: 50px;
}


.date-picker {
    border: 1px solid #e5e5e5;
    padding: 10px;
    max-width: 60%;
    background: #f9f9f9;
    border-radius: 10px;
    transition: all .3s linear;
}

.date-picker .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prev-btn,
.next-btn {
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #333;
    outline: none;
}

.weekdays {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    column-gap: 7px;
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #f8ebda;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 7px;
}

.day {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.day-number {
    font-weight: bold;
}

.active-day {
    background-color: #ccc;
}

.weekdays div {
    flex: 1;
    text-align: center;
    height: 40px;
    background: #f8ebdad6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.prev-btn,
.next-btn {
    background: #b36327;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.form_book .box-in h3.month-year {
    font-size: 18px;
}

.days .day.active-day {
    background: #b36327;
    color: #fff;
}

.days .day {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all .3s linear;
    cursor: pointer;
}

.days .day:not(.active-day):hover {
    background: #f8eddf;
}


.times {
    margin-top: 0;
    position: relative;
    padding-top: 0;
    border-top: 1px solid #f8ebda;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 7px;
    max-height: 200px;
    transition: all .3s linear;
    overflow: hidden;
    opacity: 0;
}

.times .time {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all .3s linear;
    cursor: pointer;
    background: #f8eddf;
    color: #000;
    border: 1px solid #b36327;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 5px 0px;
    text-align: center;
}

.times .time.active-time {
    background: #b36327;
    color: #fff;
}


@media (max-width: 991px) {
    .time {
        user-select: all;
    }

    .form-row {
        margin: 0;
    }

    .form-row .row {
        margin: 0;
    }

    .times.animate {
        max-height: 500px;
        opacity: 1;
    }

    .person-service > p {
        margin-right: 15px;
    }

    .form_book.container.form_book_active {
        padding: 0 5px;
    }

    .date-picker {
        max-width: initial;
        margin: 0 5px;
    }

    .form_book ul {

        padding: 0 5px;
    }

    .days .day,
    .times .time {
        min-height: auto;
    }

    .times {
        grid-template-columns: repeat(4, 1fr);
    }

    .times .time {
        padding: 10px 0;
        row-gap: 3px;
    }

    .times .time .counts {
        font-size: 10px;
    }
}

.box-in-services .peser-item li {
    padding: 20px;
    border-radius: 10px;
    background: #F8EBDA;
    transition: all .3s linear;
    cursor: pointer;
}

.form_book .peser-item input:checked ~ li {
    background: #b36327;
}

.form_book .peser-item input:checked ~ li h4,
.form_book .peser-item input:checked ~ li h3,
.form_book .peser-item input:checked ~ li p {
    color: #fff;
}

.times.animate {
    max-height: 235px;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    margin-top: 10px;
    padding-top: 10px;
}

span.counts {
    font-size: 12px;
}
