@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@500&display=swap');
@font-face {
    font-family: HV-Harietta-Bold;
    src: url(/client/fonts/HV-Harietta-Bold.ttf);
}

@font-face {
    font-family: HV-Harietta-Regular;
    src: url(/client/fonts/HV-Harietta-Regular.ttf);
}

* {
    box-sizing: border-box;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'HV-Harietta-Bold', sans-serif;
}

header {
    height: 140px;
    width: 100vw;
    position: fixed;
    background-color: #fff;
    z-index: 100 !important;
    box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.75);
    -webkit-box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.75);
    -moz-box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.75);
}

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

.cover_menu_button {
    right: 10px;
    top: 22px;
}

header .header .logo {
    width: 120px;
    left: 10px;
    top: 10px;
}

header .header .logo img {
    width: 100%;
    object-fit: cover;
}


header .header .cover_navbar {
    position: fixed;
    width: 100%;
    height: calc(100vh - 90px);
    top: 140px;
    background-color: #fff;
    transition: .5s ease-in-out;
    -webkit-box-shadow: -3px 12px 15px 0px rgba(166, 166, 166, 0.75);
    box-shadow: -3px 12px 15px 0px rgba(166, 166, 166, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

header .header .cover_button_booknow {
    right: 0;
}

header .header .navbar_active {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.content {
    padding-top: 140px;
    overflow-x: hidden;
}

p {
    margin: 0;
}

.nav_title {
    font-size: 20px;
    font-weight: bold;
    color: #808080;
    border-bottom: 1px solid #c1c1c1;
}

button {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

.menu_button {
    color: #808080;
    width: 20px;
    height: 20px;
}



.menu_button .icon_menu {
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #808080;
    transition: .2s ease-in-out;
    border-radius: 10px;
}

.menu_button_active .icon_menu {
    background: transparent !important;
}

.menu_button_active .icon_menu::before {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 0 !important;
}

.menu_button_active .icon_menu::after {
    transform: rotate3d(0, 0, 1, -45deg);
    top: 0 !important;
}

.menu_button .icon_menu::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #808080;
    top: -6px;
    left: 0;
    transition: .2s ease-in-out;
    transform-origin: 50% 50%;
    border-radius: 10px;

}

.menu_button .icon_menu::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #808080;
    bottom: -6px;
    left: 0;
    transition: .2s ease-in-out;
    transform-origin: 50% 50%;
    border-radius: 10px;
}

.book_now {
    background: #555555;
    color: #ebebeb;
    transition: .3s ease-in-out;
    width: 120px;

}

.cover_navbar .book_now {
    width: 100%;
}

.book_now:hover {
    background: #7c7c7c;
    color: #ebebeb;

}

header .header .navbar {
    width: 100%;
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #c1c1c1;
}

header .header .navbar .nav_item {
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 0;
}



header .header .navbar a {
    overflow: hidden;
    position: relative;
    font-size: 20px;
    color: #808080;
    transition: .3s ease-in-out;
}


header .header .navbar .nav_item:hover a {
    font-weight: bold;
}

header .header .navbar .nav_item:last-child {
    border: none;
}

.swiper {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
    color: #fff;
}

/* Content */

.cover_home_content {
    background: #f6f9f9;
    overflow: hidden;
}

.content .content_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content .lash {
    font-size: 60px;
}

.content .content_desc {
    width: 80%;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 20px;
}

.content .content_detail ul li p {
    font-size: 15px;
}

.cover_thumbnail {
    /* width: 100px;
    height: 200px; */
}

.cover_block .cover_thumbnail .cover_image::before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #cef1ea9d;
    position: absolute;
    left: -45px;
    top: -20px;
    animation: upDown 4s linear 5s infinite alternate;
}

.cover_wax_block {
    height: auto;
}

.cover_wax_block .cover_image {
    width: 100%;
    height: 100%;
}

.cover_block {
    background: rgb(241 240 240);
}

.cover_block2 {
    background: rgb(241 240 240);
}

.cover_block .content, .cover_block2 .content {
    padding: 30px 0 !important;
}

.cover_block .cover_thumbnail .cover_image::after {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #cef1ea9d;
    position: absolute;
    right: -45px;
    bottom: -20px;
    animation: upDown 3s linear 5s infinite alternate;
}

.cover_thumbnail .cover_image {
    width: 100%;
    height: 100%;
}

.cover_brow_block .cover_thumbnail .cover_image::before {
    display: none;
}

.cover_brow_block .cover_thumbnail .cover_image::after {
    display: none;
}

.cover_thumbnail .cover_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .book_now {
    padding: 8px 24px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #ffffff;
    color: #555555;
    font-weight: bold;
    width: 180px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.content .book_now:hover {
    color: #fff;

}

/* Footer */
footer .container .cover_footer_content {
    padding: 20px;
}

footer {
    background-color: #ffffff;
    padding: 40px 0;
    box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.75);
    -webkit-box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.75);
    -moz-box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.75);
}

.footer_wrapper .cover_link a {
    text-decoration: underline;
    color: #555555;
}

.footer_wrapper .cover_address .detail {
    font-size: 13px;
}

.cover__footer__img {
    width: 50%;
}

.cover__footer__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* footer .container .cover_footer_content::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #585858;
    position: absolute;
    left: 0;
    top: 0;

} */

.icons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 40px;
    margin: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background-size: 100% 200%;
    background-position: 0% 5%;
    transition: background-position 0.5s, color 0.5s;
}

.icons a svg {
    width: 20px !important;
}

.icons a:nth-child(1) {
    color: #1976d3;
    background-image: linear-gradient(#fff 50%, #1976d3 50%);
}

.icons a:nth-child(2) {
    color: #db6f44;
    background-image: linear-gradient(#fff 50%, #db6f44 50%);
}

.icons a:nth-child(3) {
    color: #000;
    background-image: linear-gradient(#fff 50%, #000 50%);
}

.icons a:nth-child(4) {
    color: #03a9f5;
    background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}

.icons a:hover {
    background-position: 0% 100%;
    color: #fff;
}

/* Service */

.cover_services_content {
    padding: 70px 0;
    background: #f6f9f9;
}

.cover_service_intro {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
}

.cover_service_intro .intro_item .intro_item_img {
    width: 100px;
}

.cover_service_intro .intro_item .intro_item_img img {
    width: 100%;
    object-fit: cover;
}

.cover_service_intro .intro_item .intro_item_title {
    font-size: 30px;
    font-weight: bold;
}

.cover_service_intro .intro_item .intro_item_desc {
    font-size: 16px;
    line-height: 16px;
}

.cover_sercives_list {
    width: 100%;
}

.cover_sercives_list .service_title {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #555555;
}

.cover_sercives_list .service_item .service_item_title {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.cover_sercives_list .service_item .time_price {
    font-size: 15px;
    color: #7c7c7c;
    margin-bottom: 10px;
}

.cover_sercives_list .service_item .more_info {
    width: 150px;
    background: transparent;
    text-align: left;
    font-size: 15px;
    color: #555555;
    font-weight: bold;
}

.cover_sercives_list .service_item .more_info svg {
    transform: rotate(0);
    transition: .5s ease-in-out;
}

.cover_sercives_list .service_item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #555555;
}

.cover_sercives_list .service_item .item_book_now {
    background: transparent;
    width: 220px;
    border: 1px solid #808080;
    border-radius: 6px;
    padding: 5px 15px;
    color: #808080;
    transition: .5s ease-in-out;
}

.cover_sercives_list .service_item .item_book_now:hover {
    background: #808080;
    color: #ebebeb;
}

.cover_sercives_list .service_item .service_item_detail {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .4s ease-in-out;
}

.cover_sercives_list .service_item_active_info .service_item_detail {
    height: auto;
    visibility: visible;
    transition: .4s ease-in-out;
}

.cover_sercives_list .service_item_active_info .more_info svg {
    transform: rotate(180deg);
}

/* Contact */

.cover_contact_content {
    padding: 70px 0;
    overflow: hidden;
}

.cover_contact_content .contact_title {
    font-size: 25px;
    font-weight: bold;
}

.cover_contact_content .map iframe {
    width: 300px;
    height: 200px;
}

.cover_contact_content .cover_address {
    margin-bottom: 20px;
}

.cover_contact_content .cover_address .name {
    font-size: 20px;
    font-weight: bold;
}

.cover_contact_content .book_now {
    background: transparent;
    width: 220px;
    border: 1px solid #808080;
    border-radius: 6px;
    padding: 5px 15px;
    color: #808080;
    transition: .5s ease-in-out;
}

.cover_contact_content .book_now:hover {
    background: #808080;
    color: #ebebeb;
}

.schedule {
    width: 100%;
    height: 500px;
    background-image: url('./client/images/banner6.jpg');
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}

.schedule .title {
    height: 50px;
    /* background-image: url('./assets/images/paint-text-bg.png'); */
    background: #fff;
    background-position: center;
    background-size: cover;
}

.schedule .title p {
    text-transform: uppercase;
    font-size: 18px;
}

.schedule .contact_information {
    max-width: 890px;
}

.schedule .contact_information .cover_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
}

.schedule .contact_information .col-md-7 p {
    color: #808080;
    margin-left: 4px;
}


.schedule .contact_information .cover_social_info .social_info_item {
    margin-right: 4px;
}

.schedule .contact_information .col-md-5 .time_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
}

.schedule .contact_information .col-md-5 .col-8 {
    border-left: 1px solid #555555;
}

.schedule .contact_information .col-md-5 .col-8 .d-flex p:first-child {
    color: #808080;
}

.schedule .contact_information .col-md-5 .col-8 .d-flex p:last-child {
    font-weight: bold;
}

.schedule .contact_information .cover_icon svg {
    width: 10px;
    height: 10px;
    color: #fff;
}


.schedule .cover_logo {
    height: 200px;
}



.schedule .cover_logo img {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.price_list {
    padding: 30px 0;
    max-width: 700px;
}

.price_list .col-2 {
    display: flex;
    text-align: center;
}

.price_list .col-2 .price_list_title {
    font-size: 45px;
    font-weight: bold;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    letter-spacing: 15px;
}

.price_list .col-10 .price_list_desc {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 20px;
}

.price_list .col-10 .pagination button {
    background: transparent;
    display: flex;
    align-items: center;
    line-height: 9px;
}

.price_list .col-10 .pagination button svg {
    margin: 0 4px;
}

.menu_block {
    /* max-width: ; */
}

.menu_block .block_title {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menu_block .dots {
    flex-grow: 1;
    border-bottom: 2px dotted #000;
    margin-bottom: -6px;
}

.menu_block .cover_menu_item {
    gap: 4px;
}

/* About */
.cover_about_content {
    padding: 30px 0;
}

.cover_about_content .cover_title .title {
    font-size: 30px;
    font-weight: bold;
    color: #555555;
}

.cover_about_content .cover_title .sub_title {
    font-size: 25px;
    color: #7c7c7c;
}

.cover_about_content .cover_person_list .person_item .cover_person_img {
    width: 100%;
    height: 400px;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.cover_about_content .cover_person_list .person_item .cover_person_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cover_about_content .cover_person_list .person_item {
    padding: 12px 16px;
    box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.219);
    -webkit-box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.267);
    -moz-box-shadow: 0px 0px 16px 6px rgba(166, 166, 166, 0.281);
    cursor: pointer;
    border-radius: 6px;
    transition: .3s ease-in-out;
}

.cover_about_content .cover_person_list .person_item .cover_infor {
    text-align: right;
}

.cover_about_content .cover_person_list .person_item .cover_infor .name {
    font-size: 30px;
    font-weight: bold;
}

.cover_about_content .cover_person_list .person_item .cover_infor .position {
    font-size: 20px;
    color: #7c7c7c;
}


.cover_about_content .cover_person_list .person_item .cover_person_img .cover_detail {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: justify;
    font-size: 15px;
    color: #555555;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    background: #00000060;
    padding: 12px;
}

.cover_about_content .cover_person_list .person_item .cover_person_img .cover_detail .detail {
    font-size: 16px;
    color: #dddddd;
}


.cover_about_content .cover_person_list .person_item:hover .cover_person_img .cover_detail {
    visibility: visible;
    opacity: 1;
    top: 0;
}

/* Modal */
/* .cover_modal_booking {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #00000041;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cover_modal_booking .modal {
    width: 500px;
    height: 300px;
    background: #fff;
} */

.modal-content {
    max-height: 95vh;
    overflow: scroll;

}

.modal-content::-webkit-scrollbar {
    display: none;
}

.modal-content .modal-body .mb-2 input, select {
    width: 100%;
    max-width: 400px;
    padding: 4px 10px;
    outline: none;
    border-radius: 6px;
}

.form-check-label .time_price {
    color: #7c7c7c;
    font-weight: 500;
    font-size: 12px;
}

/* Introduciton homepage */
.cover_introduction {
    background: rgb(101 101 101);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cover_introduction .intro_title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.cover_introduction .intro_desc {
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    color: #dddddd;
}

@media screen and (min-width:768px) {
    header .header {
        max-width: 850px;
        margin: auto;
    }

    .cover_block {
        flex-direction: row-reverse !important;
    }

    .cover_block2 {
        flex-direction: row;
    }

    header .header .cover_navbar {
        position: absolute;
        width: fit-content;
        left: 0;
        top: 46px;
        opacity: 1;
        visibility: visible;
        height: auto;
        box-shadow: none;
        padding-left: 20px;
        background: transparent;
    }

    header .header .navbar .nav_item {
        width: fit-content;
        border: none;
    }

    header .header .navbar a {
        font-size: 18px;
    }

    header .header .navbar {
        width: auto;
        border-bottom: none;
    }

    header .header .navbar a::after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        background: #808080;
        left: 0;
        bottom: 0;
        transition: .3s ease-in-out;
    }

    header .header .navbar .nav_item:hover a::after {
        width: 100% !important;
    }

    .nav_active a {
        font-weight: bold;
    }

    .nav_active a::after {
        width: 100% !important;
    }

    .swiper {
        height: 500px;
    }

    .cover_home_content .content {
        display: flex;
    }

    .icons a {
        width: 60px;
        height: 60px;
    }

    .icons a svg {
        width: 30px !important;
    }

    /* Services */
    .cover_service_intro {
        grid-template-columns: repeat(3, 1fr);
    }

    .cover_sercives_list .service_item .service_item_title {
        font-size: 18px;
        line-height: 18px;
    }

    .cover_contact_content .map iframe {
        width: 600px;
        height: 400px;
    }

    .price_list .col-2 .price_list_title {
        font-size: 75px;
        letter-spacing: 30px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 45px !important;
    }

    .cover_introduction {
        padding: 100px 40px !important;
    }

    .cover_introduction .intro_title {
        font-size: 40px;
    }

    .cover_introduction .intro_desc {
        width: 60%;
        font-size: 20px;
    }

    .cover_block .content, .cover_block2 .content {
        padding-top: 100px !important;
    }

    .content .content_title {
        font-size: 70px;
    }
}

@media screen and (min-width:1200px) {
    header .header {
        max-width: 1050px;
        margin: auto;
    }

    .icons a {
        width: 100px;
        height: 100px;
    }

    .icons a svg {
        width: 70px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 55px !important;
    }
}

@keyframes upDown {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}


/* Phone call */
.phone-call {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 25px;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;

    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Loading */

#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #00000060;
    z-index: 1000000000;
    display: none;
    align-items: center;
    justify-content: center;
}

#loading .loader-demo-box {
    border-radius: 0.25rem !important;
}

#loading .loader-demo-box {
    width: 100%;
    height: 200px;
}

#loading .jumping-dots-loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loading .jumping-dots-loader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(221, 221, 221, 0.8);
    margin: 35px 5px;
}

#loading .jumping-dots-loader span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

#loading .jumping-dots-loader span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loading .jumping-dots-loader span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

    0%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.text-golden{
    font-weight: bold;
    background: linear-gradient(45deg, #c3bf3d, #666425);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.text-golden-light{
    font-weight: bold; /* Độ đậm của chữ */
    background: linear-gradient(45deg, #f3ec78, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}