body {
    font-family: 'Ubuntu',Arial,sans-serif !important;
}
img {
    width: 100%;
    cursor: pointer;
}
.range {
    padding-top: 30px;
}
.flex {
    align-items: center;
}


/*--------- menu --------------*/
.active { 
	background-color: #ffd700 !important; 
}
#myDIV .active .nav-link { 
	color: #000 !important; 
}
.main_header {
    position: relative;
    z-index: 1;
}
.main_header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}
.logo {
    width: 80px;
}
.navbar-text {
    display: flex;
    justify-content: center;
}
.nav_icon {
    background: #fff;
    text-decoration: none;
    margin: 0px 5px;
    border-radius: 50%;
    border: 1px solid;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_header_text {
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}
.main_header_text .title {
    font-weight: bold;
    padding: 30px 0px;
    font-size: 70px;
}
.main_header_text .desc {
    font-size: 22px;
    line-height: 1.55;
}
.button_whatsapp .button {
    background: #d6b981;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    border-radius: 50px;
    padding: 15px 30px;
}
.button_whatsapp {
    text-align: center;
    padding: 30px 0px;
    padding-top: 60px;
}
.icon_down_header {
    animation: t-arrow-bottom 1.7s infinite ease;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0px;
}
.icon_down_header a {
    color: #d6b981;
}
.icon_down_header a:hover {
    color: #d6b981;
}
@keyframes t-arrow-bottom {
    0%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50%, 55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}
.navbar-nav {
    justify-content: space-around ;
    width: 50%;
    align-items: center;
    margin: 0 auto;
}
.bg-light {
    --bs-bg-opacity: 0 !important;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.fixed-top {
    position: unset !important;
}
.nav-item {
    text-align: center;
}
.nav-item .icon {
   font-size: 20px;
}
.nav-link {
    text-transform: capitalize;
    font-weight: 600  !important;
    color: #fff !important;
}
.navbar {
	padding: 5px 0px !important;
}
.navbar-toggler {
    margin: 7px !important;
    padding: 0px 5px !important;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height:normal !important;
    color: #fff !important;
    background-color: transparent;
    border: none !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler-icon {  
    background-image: none !important;
}
.navbar-toggler .fa-solid {
	padding-top: 5px; 
}
.container-fluid {
    justify-content: unset !important;
}

/*--------- main --------------*/
.main {
    padding: 50px 90px;
}
.spa_title {
    font-weight: 600;
    color: #000000;
    font-size: 42px;
    text-align: center;
    padding-top: 20px;
    text-transform: capitalize;
}
.spa_desc {
    font-weight: 300;
    color: #a8a8a8;
    max-width: 560px;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px;
}
.therapists_box {
    margin: 10px 0px;
}
.therapists_box {
    position: relative;
}
.therapists_box::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}
.therapists_img {
    display: block;
    width: 100%;
    height: 530px;
}
.therapists_img img {
    height: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    transition: 0.7s;
}
.therapists_box:hover .overlay {
    height: 100%;
}
.therapists_text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
    width: 100%;
    padding: 0px 30px;
}
.therapists_name {
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    font-weight: bold; 
    border-bottom: 2px solid;
    width: 80%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.overlay:hover .therapists_text {
    display: block;
}
.therapists_text {
    display: none;
}
.book_now {
    background: #d6b981;
    color: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
    width: 100px;
    margin: 20px 0px;
}
.overlay_name {
    position: absolute;
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    top: 80%;
    left: 0;   
    margin: 0px 30px;
    border-bottom: 2px solid;
    width: 80%;
    padding-bottom: 20px;
}
.therapists_box:hover .overlay_name {
    display: none;
    transition: .5s ease;
}

.box_service {
    text-decoration: none;
}
.service_box {
    margin: 10px 0px;
    color: #000;
}
.service_name {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    padding: 10px 0px;
}
.service_desc {
    color: #a8a8a8;
    font-weight: 300;
    padding-bottom: 10px;
}
.service_time {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 600;
}
.service_box .book_now {
    border-radius: 10px;
    padding: 8px 15px;
}

.slide_spa {
    max-width: 900px;
    margin: 0 auto;
}
.swiper-button-next,
.swiper-button-prev {
    color: #a8a8a8 !important;
}
.swiper-pagination {
    --swiper-theme-color: #a8a8a8 !important;
}

.box_choose {
    padding: 10px;
    text-align: center;

}
.choose_img {
    width: 90px;
    margin: 0 auto;
}
.choose_name {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    padding: 10px 0px;
}
.choose_desc {
    font-size: 14px;
    font-weight: 300;
    color: #a8a8a8;
}

/*--------- footer --------------*/
.footer {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.footer_left {
    width: 50%;
}
.footer_right {
    width: 50%;
    background: #000;
    color: #fff;
    height: 600px;
    padding-left: 100px;
    display: flex;
    align-items: center;
}
.footer_left iframe {
    width: 100%;
    height: 600px;
}
.footer .row {
    margin-right: 0px !important;
}
.footer_title {
    font-weight: 600;
    font-size: 28px;
}
.footer_desc {
    font-size: 24px;
    font-weight: 300;
}
.footer_name {
    font-size: 18px;
    font-weight: 300;
}


/* back top*/
.go_to_top {
    position: fixed;
    bottom: 10%;
    left: 2%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #d6b981;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    justify-content: center;
    align-items: center;
    z-index: 9000;
    cursor: pointer;
    display: none;
}
.go_to_top-icon {
    color: #d6b981;
    font-size: 23px;
}
.go_to_top.show {
    display: flex;
    animation: sideUp ease 0.2s;
}
@keyframes sideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------call---------- */
.t898__btn_input:checked~a:nth-of-type(1) {
    transition: all 0.2s ease-in-out;
    transform: translate(0,-135%);
}

.t898__btn_input:checked~.t898__icon_link {
    opacity: 1;
    visibility: visible;
}
.t898__wrapper {
    position: fixed;
    bottom: 50px;
    right: 65px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}
.t898__wrapper, .t898__tooltip {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.t898__btn_input {
    display: none;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}
.t898__btn_label:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}
.t898__btn_label {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #0088cc;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    overflow: hidden;
}
.t898__wrapper, .t898__tooltip {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.t898__icon {
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.t898__icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
}
.t898__icon_link:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}
.t-records a {
    color: #d6b981;
    text-decoration: none;
}
.t898__icon_link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
}
.t898__icon_link:hover .t898__tooltip {
    opacity: .85;
}
.t898__tooltip {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}
.t898__tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}
.t898__svg__wrapper {
    position: relative;
}
.t898__btn_input:checked~.t898__icon_link {
    opacity: 1;
    visibility: visible;
}
.t-records a {
    color: #d6b981;
    text-decoration: none;
}
.t898__svg__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.t898__btn_input:checked~a:nth-of-type(2) {
    transition: all 0.225s ease-in-out;
    transform: translate(0,-255%);
}
.t898__icon_link:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}

.t-name_xs {
    font-size: 16px;
    line-height: 1.35;
}
.t-name {
    font-family: 'Ubuntu',Arial,sans-serif;
    font-weight: 600;
    color: #fff;
}
.t898__btn_input:checked+label {
    background: #fff!important;
    animation: none;
}
.t898__btn_input:checked+label .t898__icon-close {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.t-sociallinks__svg {
    border: 1px solid #fff;
    border-radius: 50%;
}