* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "PT Sans", sans-serif;
    background: #ECF0F2;
}

.container {
    width: 1255px;
    margin: auto;
}

.main-header {
    position: relative;
    width: 100%;
    height: 802px;
    /* aspect-ratio: 19 / 9; */
    background: #fff;
}

.main-header .banner-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgb(104 67 67 / 50%), rgb(56 41 41 / 50%));
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
}

.navbar {
    background-color: transparent;
    transform-origin: top;
    transition: transform 0.8s ease, background-color 0.8s ease;
}

.navbar.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #660032;
    z-index: 999;
}

.navbar.scrolled.navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
}

.navbar.scrolled.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar.scrolled.navbar-expand-lg .navbar-nav .nav-link.active:hover {
    color: #ffffff;
}

.navbar.scrolled.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #cb9809;
}

.main-header .banner-content .navbar.scrolled.navbar-expand-lg a.navbar-brand {
    width: 58px;
    max-width: 100%;
}

.main-header .banner-content .navbar.scrolled.navbar-expand-lg a.navbar-brand img {
    width: 100%;
}


.main-header .banner-content .navbar a.navbar-brand img {
    width: 100px;
}

.main-header img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
}

.main-header .banner-content {
    position: absolute;
    top: 0;
    width: 100%;
}

.navbar.navbar-expand-lg>.container {
    justify-content: space-between;
}

.navbar.navbar-expand-lg>.container .navbar-collapse {
    flex-grow: revert;
    z-index: 999;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    padding: 5px 20px;
    font-size: 16px;
    display: block;
    transition: color 0.3s, transform 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    transform: scale(1.1);
    color: #cb9809;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px #9b034c;
    border-radius: 2px;
}

.navbar-toggler {
    color: #fff;
    background-color: #660032;
}

.navbar-expand-lg .navbar-nav .nav-link.active:hover {
    background: #670032;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    text-transform: uppercase;
    background: #CB9809;
    border-radius: 8px;
    transform: scale(1);
    padding: 7px 40px;
    margin-right: 30px;
    transition: 0.6s, transform 0.6s;
}

.menu {
    align-items: center;
    justify-content: space-between;
}

.menu .shoping a {
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: #CB9809;
}

.menu .shoping a:hover .position-absolute {
    background: #670032 !important;
}

.menu .shoping a:hover * {
    color: #670032;
}

.menu .shoping a i {
    color: #CB9809;
    font-size: 18px;
}

.menu .shoping a span {
    margin-top: -10px;
    margin-right: 10px;
    font-weight: bold;
}

.menu .shoping a span i {
    font-size: 14px;
}

.menu .shoping a .position-absolute {
    color: #ffffff !important;
}

.offcanvas.offcanvas-end .offcanvas-header {
    border-bottom: 1px solid #ddd;
}

.offcanvas.offcanvas-end {
    width: 30% !important;
}

.offcanvas.offcanvas-end .offcanvas-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.offcanvas.offcanvas-end .offcanvas-footer {
    padding: 20px;
}

.offcanvas.offcanvas-end .offcanvas-footer a {
    background: #ef4d48;
    border: 2px solid #ef4d48;
    width: 100%;
    padding: 14px 0;
    text-transform: uppercase;
}

.offcanvas.offcanvas-end .offcanvas-footer a:hover {
    background: #db2620;
    border: 2px solid #db2620;
}

.hero {
    padding: 80px 30px;
    color: #fff;
}

.hero p {
    font-size: 18px;
    margin-bottom: 15px;
}

.hero p i {
    margin-right: 10px;
}

.hero h1 {
    font-size: 48px;
    margin: 30px 0;
}

.hero a.btn {
    font-size: 17px;
    margin: 30px 40px 0 0;
    padding: 12px 30px;
    text-transform: uppercase;
}

a.btn.btn-danger {
    background-color: #670032;
    border: 2px solid #670032;
}

a.btn.btn-danger:hover {
    background-color: #CB9809;
    border: 2px solid #CB9809;
}

.hero a.btn.btn-light {
    background: none;
    border: 2px solid #ffffff;
    color: #fff;
}

.hero a.btn.btn-light:hover {
    background: #fff;
    color: #000000;
}

.readmore a {
    font-size: 17px;
    /* margin: 30px 40px 0 0; */
    padding: 12px 30px;
    background-color: #670032;
    border: none;
    text-transform: uppercase;
    border: 2px solid #670032;
    transition: 0.6s, transform 0.6s;
}

.readmore a:hover {
    background-color: #CB9809;
    border: 2px solid #CB9809;
}

.welcome {
    background: #FFF;
    padding: 80px 0 50px 0;
}

.welcome .card .block-img:nth-last-child(odd) {
    margin: 50px 0px 0px 0px;
}

.welcome .card .block-img {
    height: 497px;
}

.welcome .card .block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 10px 10px;
}

.welcome .card {
    border: none;
}

.welcome .card>.row {
    align-items: center;
}

.welcome .card>.row .card-body {
    padding-left: 80px;
}

.welcome .card>.row .card-body h3.card-title {
    font-size: 20px;
    color: #670032;
    margin-bottom: 20px;
}

.welcome .card>.row .card-body h2 {
    margin-bottom: 20px;
    font-size: 34px;
}

.featured-spa {
    text-align: center;
    background: #FAFAFA;
    padding: 80px 0;
    font-family: emoji;
}

.featured-spa .card-header {
    margin-bottom: 30px;
}

h2.card-title {
    font-size: 34px;
    font-family: emoji;
    font-weight: 400;
}

.featured-spa .card-header p.card-text small.text-muted {
    color: #453E3E !important;
    font-size: 16px;
    line-height: 27px;
}

.featured-spa .row .card {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 15px;
    border: 1px solid #f1f1f1;
}

.featured-spa .row .card img {
    transition: 0.5s, transform 0.5s;
}

.featured-spa .row .card img:hover {
    transform: scale(1.1);
}

.featured-spa .row .card .card-body {
    margin-top: 20px;
    padding: 0;
}

.featured-spa .row .card .card-body a {
    text-decoration: none;
}

.featured-spa .row .card .card-body a h3.cart-title {
    color: #2B161B;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

.featured-spa .row .card .card-body p.price {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}

.featured-spa .row .card .card-body a.btn.btn-danger {
    margin-bottom: 20px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.featured-spa .card-footer {
    margin: 30px 0;
}

.featured-spa .card-footer a.btn.btn-danger {
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 17px;
    transition: 0.3s, transform 0.3s;
}

.featured-spa .card-footer a.btn.btn-danger:hover {
    background: #D90700;
    border: #D90700;
    transform: scale(1.1);
}

.featured-spa .card-footer a i {
    font-size: 14px;
    margin-left: 5px;
    font-weight: bolder;
}

.popular-spa .container {
    width: 1120px;
    margin: auto;
}

.popular-spa {
    text-align: center;
    font-family: emoji;
    padding: 80px 0px 20px 0;
    background: #FFFFFF;
}

.popular-spa .card-header {
    margin-bottom: 70px;
}

.popular-spa .row .card {
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 0;
    height: 624px;
    width: 100%;
}

.popular-spa .row .row .card {
    height: 300px;
    padding: 0;
}

.popular-spa .row .row .card img {
    border: none;
    border-radius: 0;
}

.popular-spa .row .card img {
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.popular-spa .card .card-img-overlay {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0000008c;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: scale(0.5);
}

.popular-spa .card .card-img-overlay.card-img-title {
    display: flex;
    opacity: 1;
    background: none;
    transform: scale(1);
}

.popular-spa .card:hover .card-img-overlay.card-img-title {
    opacity: 0;
    transform: scale(0);
}

.popular-spa .card:hover .card-img-overlay {
    display: flex;
    opacity: 1;
    transform: scale(1);
}

.popular-spa .card .card-img-overlay h2.card-title {
    margin-bottom: 20px;
}

.popular-spa .card .card-img-overlay p.card-text {
    font-size: 14px;
    margin-bottom: 20px;
}


.our-sevice {
    padding: 80px 0;
    text-align: center;
}

.our-sevice .card-header h3 {
    color: #2B161B;
    font-size: 18px;
    line-height: 30px;
}

.our-sevice .card-header h3 span {
    border-bottom: 2px solid #670032;
    padding-bottom: 10px;
}

.our-sevice .card-header h2 {
    padding: 15px 0 40px 0;
}

.our-sevice .row .card {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 15px;
    border: 1px solid #f1f1f1;
    align-items: center;
    height: 350px;
    max-height: 100%;
}

.our-sevice .row .card img {
    width: 88px;
    text-align: center;
    margin: 10px 0 20px 0;
    transition: 0.5s, transform 0.5s;
}

.our-sevice .row .card img:hover {
    transform: scale(1.2);
}

.our-sevice .row .card .card-body {
    padding: 0;
}

.our-sevice .row .card .card-body h2 {
    margin-bottom: 20px;
}

.testimonial {
    position: relative;
    height: 580px;
}

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

.testimonial .contents {
    width: 100%;
    position: absolute;
    top: 0;
}

.testimonial .contents .card-header h3 {
    font-size: 18px;
    line-height: 30px;
}

.testimonial .contents .card-header h2 {
    margin-top: 30px;
}

.testimonial .contents .card-header {
    text-align: center;
    display: block;
}

.testimonial .contents .slider-map {
    background: #ffffffad;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #adabab;
    border-radius: 10px;
    padding: 20px 0;
    margin-top: 40px;
}

.testimonial .contents .slider-map .carousel {
    padding: 0px 95px;
}

.testimonial .contents .slider-map .carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #C1C1C1;
}

.testimonial .contents .slider-map .carousel .carousel-indicators button.active {
    background-color: #CB9809;
}

.testimonial .carousel-caption {
    position: initial;
    padding: 40px 0;
}

.testimonial .carousel-caption .paragrap {
    margin-bottom: 30px;
}

.testimonial .carousel-caption .paragrap p {
    color: #453E3E;
}

.testimonial .carousel-caption .group-map {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.testimonial .carousel-caption .group-map .map-image {
    margin-right: 20px;
}

.testimonial .carousel-caption .group-map .map-image img {
    width: 50px;
    max-width: 100%;
    height: 50px;
    border-radius: 10px;
}

.testimonial .carousel-caption .group-map .map-content {
    text-align: left;
}

.testimonial .carousel-caption .group-map .map-content h4 {
    color: #453E3E;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.testimonial .carousel-caption .group-map .map-content h5 {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

footer {
    padding-top: 50px;
    background: #2B161B;
    color: #FFF;
}

/* footer a {
    text-decoration: none;
    color: #FFF;
} */

footer .foot-logo {
    width: 130px;
    max-width: 100%;
    margin-bottom: 20px;
}

footer .foot-logo a img {
    transition: 0.5s, transform 0.5s;
    width: 100%;
}

footer .foot-logo a img:hover {
    transform: scale(1.1);
}

footer .foot-title a h2 {
    margin-top: 20px;
}

footer h2.card-title {
    font-size: 28px;
    line-height: 28px;
}

footer .contact {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

footer .contact p>i {
    margin-right: 8px;
}

footer .contact p a {
    text-decoration: none;
    color: #fff;
}

footer .contact p>i.map {
    line-height: 5px;
    margin-bottom: 25px;
}

footer .contact > * {
    display: flex;
    align-items: center;
}


footer .foot-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin-top: 40px;
}

footer .foot-menu ul li a {
    font-size: 17px;
    line-height: 20px;
    padding-left: 30px;
    transition: 0.3s, transform 0.3s;
    text-decoration: none;
    color: #fff;
}

footer .foot-menu ul li.active a,
footer .foot-menu ul li a:hover {
    color: #CB9809;
}

footer .foot-menu ul li a.active {
    background: #640433;
    padding: 15px 30px 13px 30px;
    border-radius: 10px;
    text-transform: uppercase;
}

footer .foot-menu ul li a.active:hover {
    transform: scale(1.1);
    background: #CB9809;
    color: #FFF;
}

footer .social-link ul {
    list-style: none;
    display: flex;
    gap: 5px;
    margin-top: 20px;
    padding: 0;
}

footer .social-link ul li a{
    text-decoration: none;
    color: #fff;
}

footer .social-link ul li a i {
    transition: 0.5s, transform 0.5s;
    transform-origin: top;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

footer .social-link .people-say a:hover img,
footer .social-link ul li a i:hover {
    opacity: 0.8;
    transform: scale(1);
    margin-top: 10px;
}

footer .social-link ul li a i.fa-facebook {
    background: #39528C;
}

footer .social-link ul li a i.fa-twitter {
    background: #1E93DD;
}

footer .social-link ul li a i.fa-youtube {
    background: #BD1F1F;
}

footer .social-link ul li a i.fa-instagram {
    background: #DD187C;
}

footer .social-link .people-say {
    margin-top: 40px;
}

footer .social-link .people-say h2 {
    margin-bottom: 20px;
}

footer .social-link .people-say a img {
    transition: 0.5s, transform 0.5s;
    transform-origin: top;
    margin-top: 20px;
}

footer .online-visitor .map-country {
    margin-top: 40px;
}

footer .copy-right {
    border-top: 1px solid #a39292;
    padding: 30px 0;
    text-align: center;
    margin-top: 60px;
}

footer .copy-right p {
    font-size: 14px;
    line-height: 14px;
}

.gloabal nav.navbar.navbar-expand-lg {
    background: #fff;
    border-bottom: 2px solid #f4f4f4;
}

.page-spa-menu {
    font-family: "PT Sans" sans-serif;
}

.gloabal .main-header {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    background: #ecf0f2;
}

.gloabal .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}

.menu .nav-item.active .nav-link,
.page-spa-menu .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #CB9809;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ffffff
}

.gloabal .main-header .spa-banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.gloabal .main-header .spa-banner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.gloabal .main-header .spa-banner .banner-title {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    top: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(104 67 67 / 80%), rgb(56 41 41 / 80%));
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
}

.gloabal .main-header .spa-banner .banner-title h1.text-title {
    font-size: 55px;
    line-height: 66px;
    font-family: 'Philosopher', sans-serif;
    color: #fff;
}

.page-spa-menu .spa-menu-tab {
    margin: 100px 0;
}

.page-spa-menu .spa-menu-tab .nav-tabs {
    justify-content: center;
    flex-direction: row;
}

.page-spa-menu .spa-menu-tab .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.page-spa-menu .spa-menu-tab .nav-tabs .nav-item button.nav-link {
    font-size: 20px;
    line-height: 20px;
    color: #670032;
    padding: 20px 25px;
    font-weight: 700;
}

.page-spa-menu .spa-menu-tab .nav-tabs .nav-item button.nav-link.active {
    color: #CB9937;
    border: 1px solid #670032;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.page-spa-menu .spa-menu-tab .tab-content {
    background: #fff;
    border: 1px solid #670032;
    padding: 20px;
}

.page-spa-menu .spa-menu-tab .tab-content .tab-pane h4 {
    font-family: 'Philosopher', sans-serif;
    font-size: 25px;
    line-height: 37.5px;
    color: #2B161B;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-spa-menu .spa-menu-tab .tab-content .tab-pane p {
    font-size: 17px;
    line-height: 25.5px;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 20px;
}

.page-spa-menu .spa-menu-tab .tab-content .tab-pane p strong {
    margin-bottom: 20px;
}

.gloabal.page-spa-packages .main-header,
.gloabal.page-spa-packages {
    background: #FFF;
}

.page-spa-packages .packages-content {
    margin: 70px 0 70px 0;
}

.page-spa-packages .card {
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 50px;
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
}

.page-spa-packages .card .card-image {
    padding: 0 20px 20px 20px;
    width: auto;
    height: 540px;
}

.page-spa-packages .card .card-image img {
    border-radius: 20px;
    width: 500px;
    aspect-ratio: auto 500 / 500;
    transition: 0.5s, transform 0.5s;
    transform-origin: top;
    margin-top: 20px;
}

.page-spa-packages .card .card-image:hover img {
    transform: scale(1);
    margin-top: 10px;
}

.page-spa-packages .card .card-body h2.card-title {
    color: #2B161B;
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 14px;
    font-family: 'Philosopher', sans-serif;
}

.page-spa-packages .card .card-body p.card-text {
    font-size: 17px;
    line-height: 27px;
    color: #453E3E;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 27px;
}

.page-spa-packages .card .card-body ul {
    margin: 0 0 20px 30px;
}

.page-spa-packages .card .card-body ul li {
    font-size: 17px;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    color: #453E3E;
}

.page-spa-packages .card .card-body p.price {
    font-size: 25px;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    color: #453E3E;
}


.gloabal.page-spa-salon .main-header,
.gloabal.page-spa-salon {
    background: #FFF;
}

.page-spa-salon .salon-content {
    margin: 20px 0;
}

/* .page-spa-salon .salon-content .card {
    padding: 20px 0;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
} */
.page-spa-salon .salon-content .row {
    display: flex;
    flex-wrap: wrap;
}

.page-spa-salon .salon-content .col-md-6 {
    display: flex;  
    flex-direction: column; 
}
.page-spa-salon .salon-content .card {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 0;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
}

.page-spa-salon .salon-content .card .card-body {
    margin: 0 0px;
    padding: 0 20px;
}

.page-spa-salon .salon-content .card .card-body h2.card-title {
    font-size: 28px;
    line-height: 39px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    color: #2B161B;
    margin-bottom: 20px;
}

.page-spa-salon .salon-content .card .card-body p.price {
    font-size: 17px;
    line-height: 27px;
    color: #453E3E;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 27px;
}

.our-eauty-salon {
    padding: 100px 0 100px 0;
    background: #F7F3F5;
}

.our-eauty-salon .card {
    background: none;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.our-eauty-salon .card .card-image {
    width: 100%;
}

.our-eauty-salon .card .card-image img {
    width: 399px;
    aspect-ratio: auto 399 / 399;
    border-radius: 20px;
}

.our-eauty-salon .card .card-body h2.card-title {
    font-size: 34px;
    line-height: 44px;
    font-family: 'Philosopher', sans-serif;
    color: #2B161B;
    margin-bottom: 20px;
}

.our-eauty-salon .card .card-body h4 {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Philosopher', sans-serif;
    color: #2B161B;
    margin-bottom: 20px;
}

.our-eauty-salon .card .card-body p.card-text {
    font-size: 17px;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    color: #453E3E;
    margin-bottom: 20px;
}

.our-eauty-salon .card .card-body h3 {
    font-family: 'Philosopher', sans-serif;
    font-size: 28px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 20px;
}

.our-eauty-salon .card .card-body a {
    text-decoration: none;
    color: #4d2424;
    font-size: 17px;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 20px;
    transition: 0.5s, transform 0.5s;
}

.our-eauty-salon .card .card-body a:hover {
    color: #EF4D48;
}

.our-eauty-salon .card .card-body a i {
    margin-right: 10px;
    color: #000;
}

.highlight-beauty {
    padding: 50px;
}

.highlight-beauty .card {
    background: none;
    border: none;
}

.highlight-beauty .card .row div {
    height: 200px;
}

.highlight-beauty .card h2.card-title {
    font-family: 'Philosopher', sans-serif;
    font-size: 34px;
    line-height: 44px;
    color: #2B161B;
    margin-bottom: 40px;
    text-align: center;
}

.highlight-beauty .card .row img {
    transition: 0.5s, transform 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s, transform 0.5s;
    cursor: pointer;
}

.highlight-beauty .card .row img:hover {
    opacity: 0.5;
    background: linear-gradient(rgb(0 0 0 / 62%), rgb(14 0 0 / 98%));
}

#review-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#review-image {
    max-width: 80%;
    max-height: 80%;
    transition: transform 0.5s ease;
    cursor: grab;
}

#review-prev,
#review-next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
    background: none;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#review-prev {
    left: 10%;
}

#review-next {
    right: 10%;
}

.gloabal.page-spa-contact .main-header .spa-banner,
.gloabal.page-spa-contact {

    font-family: 'Philosopher', sans-serif;
    background: #fff;
}

.gloabal.page-spa-contact nav.navbar.navbar-expand-lg {
    background: none;
    border-bottom: none;
}

.gloabal.page-spa-contact .navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
}

.gloabal.page-spa-contact nav.navbar.navbar-expand-lg.scrolled .navbar-nav .nav-link:hover,
.gloabal.page-spa-contact .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #cb9809;
}

.gloabal.page-spa-contact nav.navbar.navbar-expand-lg.scrolled {
    background-color: #FFFFFF;
}

.gloabal.page-spa-contact nav.navbar.navbar-expand-lg.scrolled .navbar-nav .nav-link {
    color: #000000;
}

.gloabal.page-spa-contact nav.navbar.navbar-expand-lg.scrolled .navbar-nav .nav-link.active {
    color: #ffffff;
}

.page-spa-contact .contents {
    margin: 100px 0;
}

.page-spa-contact .card {
    background: #E3E3E3;
    border: 1px solid #E3E3E3;
}

.page-spa-contact .card .card-body {
    height: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-spa-contact .card .card-body a {
    text-decoration: none;
    color: #000;
}

.page-spa-contact .card .card-body a p {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

.page-spa-contact .card .card-body a p.icon {
    width: 52px;
    height: 52px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #670032;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;

}

.page-spa-contact .contact-text-map .box h2.card-title {
    color: #EF4D48;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
}

.page-spa-contact .contact-text-map .box p.card-text {
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

.page-spa-contact .contact-text-map {
    display: flex;
    margin-top: 100px;
    width: 100%;
}

.page-spa-contact .contact-text-map .box {
    width: 60%;
    background: #FFF;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -50px;
    margin-right: 2px;
    padding: 40px;
    border-radius: 15px;
}

.page-spa-contact .contact-text-map .box textarea,
.page-spa-contact .contact-text-map .box input {
    padding: 11px;
    border-radius: 0px;
    border: 1px solid #000;
}

.page-spa-contact .contact-text-map .map {
    width: 100%;
}

.page-spa-contact .contact-text-map .box .readmore a {
    display: block;
    transition: all 0.3s linear;
    margin: 0;
}

.page-spa-contact .contact-text-map .box .readmore a:hover {
    transform: scale(1.03);
}

.gloabal.page-shop {
    background: #F7F3F5;
}

.shop-content {
    margin-top: 200px;
}

.shop-content .main-card {
    background: #fff;
    padding: 8%;
    border-radius: 5px;
    margin-bottom: 70px;
}

.shop-content .main-card nav {
    margin-top: 50px;
}

.shop-content .main-card ol.breadcrumb li a {
    text-decoration: none;
    color: #000;
}

.shop-content .main-card h1 {
    font-size: 55px;
    font-size: 3.2352941176471rem;
    font-weight: 400;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 80px;
}

.shop-content .main-card .list-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.shop-content .main-card .list-items .count-item {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1rem;
    line-height: 1.6em;
}

.shop-content .main-card .list-items select {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 2px;
    cursor: pointer;
}

.shop-content .main-card nav .pagination {
    gap: 10px;
}

.shop-content .main-card nav .pagination li.page-item.active a.page-link {
    background: #2B161B;
    color: #fff;
    border: 1px solid #2B161B;
}

.shop-content .main-card nav .pagination li.page-item a.page-link {
    background: #ffffff;
    border: 1px solid #2B161B;
    color: #000;
    box-shadow: none;
    padding: 10px 20px;
    transition: all 0.3s linear;
}

.shop-content .main-card nav .pagination li.page-item a.page-link:hover {
    background: #2B161B;
    border: 1px solid #2B161B;
    color: #ffffff;
}

.shop-content .main-card .group-card {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.shop-content .main-card .group-card .card {
    background: none;
    border: none;
    width: 32%;
    margin-bottom: 30px;
}

.shop-content .main-card .group-card .card .card-image {
    width: 100%;
}

.shop-content .main-card .group-card .card .card-image img {
    width: 100%;
    border-radius: 0;
}

.shop-content .main-card .group-card .card .card-body {
    padding: 20px 0;
}

.shop-content .main-card .group-card .card .card-body strong {
    font-size: .85em;
    margin-bottom: .5em;
    display: block;
    line-height: 1.3;
    opacity: .6;
}

.shop-content .main-card .group-card .card .card-body h2.card-title {
    font-weight: 400;
    font-family: 'Philosopher', sans-serif;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.shop-content .main-card .group-card .card .card-body h2.card-title a {
    color: #2B161B;
    text-decoration: none;
}

.shop-content .main-card .group-card .card .card-body p.price {
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: .9em;
}

.shop-content .main-card .group-card .card .card-body .readmore a {
    background-color: #ef4d48;
    border: 2px solid #ef4d48;
}

.shop-content .main-card .group-card .card .card-body .readmore a:hover {
    background-color: #d90700;
    border: 2px solid #d90700;
}

/* page detials */
.card-details {
    font-family: 'Philosopher ,sans-serif';
}

.card-details .card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border: none;
}

.card-details .card .card-image {
    width: 70%;
}

.card-details .card .card-body strong a {
    color: #656565;
    text-decoration: none;
}

.card-details .card .card-body strong a:hover {
    color: #c51e1e;
}

.card-details .card .card-body {
    padding: 0;
    margin: 0;
}

.card-details h2.card-title {
    font-size: 30px;
    font-family: 'Philosopher ,sans-serif';
}

.card-details .card .card-body p.price {
    font-size: 30px;
    margin: 0;
}

.card-details .card .card-body .readmore {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.card-details .card .card-body .readmore a {
    padding: 8px 20px;
    background-color: #dc3545;
    border: 2px solid #dc3545;
}

.card-details .card .card-body .readmore a:hover {
    background-color: #a0303b;
    border: 2px solid #a0303b;
}

.card-details .card .card-body input {
    width: 70px;
    height: 45px;
    border: 1px solid #211c1c;
    text-align: center;
    font-weight: bold;
}

.card-details .card .card-body .category {
    display: flex;
    margin-top: 20px;
    border-top: 1px solid #000000;
    padding-top: 10px;
}

.card-details .discraption {
    border-top: 1px solid #000;
    margin-top: 50px;
}

.card-details .discraption p {
    font-size: 17px;
    font-weight: bold;
    display: flex;
}

.card-details .discraption h2.card-title {
    margin-bottom: 15px;
}

.card-details .discraption p span {
    border-top: 2px solid #000000;
    padding-top: 10px;
}

.page-detail .related {
    margin-top: 50px;
}

.page-detail .related h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.page-detail .main-card nav {
    margin-top: 0px;
    font-size: 15px;
}

/* page cart */
.cart-content {
    font-family: 'Philosopher', sans-serif;
}

.cart-content .card {
    background: #fff;
    padding: 8%;
    border-radius: 5px;
    margin-bottom: 70px;
}

.cart-content .card h1 {
    margin-bottom: 40px;
}

.cart-content .card table thead {

    border-color: 0;
}

.cart-content .card table thead tr th {

    text-align: center;
}

.cart-content .card table thead tr {
    background: #FBFBFB;
}

.cart-content .card table tbody tr {
    line-height: 70px;
    text-align: center;
}

.cart-content .card table tbody tr th .td-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-content .card table tbody tr th .td-group a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.cart-content .card table tbody tr th .td-group a:hover {
    color: #c52d2d;
}

.cart-content .card table tbody tr th .td-group a i {
    border: 1px solid #999;
    border-radius: 50%;
    padding: 4px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 25px;
    color: #999;
}

.cart-content .card table tbody tr th .td-group a:hover i {
    color: #c52d2d;
    border: 1px solid #c52d2d;
}


.cart-content .card table tbody tr th .td-group img {
    width: 70px;
}

.cart-content .card table tbody tr td input {
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 0;
}

.cart-content .card table tbody tr.btn-apply {
    text-align: left;
}

.cart-content .card table tbody tr.btn-apply td input {
    text-align: left;
    width: 206px;
    height: 46px;
    line-height: 0;
    margin-right: 10px;
    padding: 10px;
}

.cart-content .card table tbody tr.btn-apply td a {
    text-decoration: none;
    background: #EF4D48;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

.cart-content .card table tbody tr.btn-apply td a:hover {
    background: #b72621;
    color: #fff;
}

.cart-content .card table tbody tr.btn-apply td a.update-cart {
    background: #ffc6c4;
    border: 2px solid #ffc6c4;
}

.cart-content .card table tbody tr.btn-apply td a.update-cart:hover {
    background: #f9f9f9;
    color: #000;
}

.cart-content .card table tbody tr.btn-apply td.btn-right {
    text-align: right;
}

.total-payment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.total-payment .card {
    width: 40%;
    padding: 0;
}

.total-payment .card .card-header {
    font-size: 27px;
    font-weight: bold;
    padding: 15px;
}

.total-payment .card .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #cccccc;
    margin: 20px 20px 0 20px;
}

.total-payment .card a {
    margin: 20px;
    padding: 15px 30px;
    background: #EF4D48;
    border: 2px solid #EF4D48;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
}

.total-payment .card a:hover {
    background: #b72621;
    border: 2px solid #b72621;
}

.cart-checkout {
    font-family: 'Philosopher', sans-serif;
}

.cart-checkout .card {
    padding: 8%;
    border-radius: 5px;
    margin-bottom: 70px;
}

.cart-checkout .card h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.cart-checkout .card .card-header {
    padding: 20px;
    border-bottom: 2px solid #121111;
}

.cart-checkout .card .card-header i {
    margin-right: 10px;
}

.group-cart {
    display: flex;
    gap: 2%;
    justify-content: space-between;
}

.group-cart .card-body.left {
    width: 55%;
    padding: 20px 0;
    margin-bottom: -41px;
}

.group-cart .card-body p.text-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
}

.group-cart .card-body .two-column {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.group-cart .card-body .form-group {
    margin-bottom: 20px;
}

.group-cart .card-body .form-group label {
    font-size: 15px;
    font-weight: 600;
}

.group-cart .card-body .form-group label span {
    font-size: 18px;
    padding: 0;
    margin-left: 5px;
}

.group-cart .card-body .form-group input {
    height: 50px;
}

.group-cart .card-body.right {
    width: 43%;
    padding: 0 20px;
    margin-top: 50px;
    box-shadow: 0px 0px 1px 1px #b9b9b9;
}

.group-cart .card-body.right .head-title {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    align-items: center;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 10px;
    margin-top: 30px;
}

.group-cart .card-body.right .head-title p {
    margin: 0;
}

.group-cart .card-body.right .cart-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b9b9b9;
    margin: 15px 0;
    padding-bottom: 15px;
}

.group-cart .card-body.right .cart-items p {
    margin: 0;
}
.group-cart .card-body.right a {
    display: block;
    padding: 14px 0;
    background-color: #ec4e5e;
    border: 2px solid #ec4e5e;
}

.group-cart .card-body.right a:hover {
    background-color: #dc3545;
    border: 2px solid #dc3545;
}

.descraption {
    margin: 30px 0;
}

.descraption p.bg {
    background: #EFEFEF;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}

.descraption p.bg i {
    font-size: 40px;
    position: absolute;
    top: -23px;
    left: 35px;
    color: #EFEFEF;
}

.offcanvas-body .cart-items .items {
    border-top: 1px solid #dddddd;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.offcanvas-body .cart-items .items:first-child {
    border: none;
}

.offcanvas-body .cart-items .main-image {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.offcanvas-body .cart-items img {
    width: 15%;
    clip-path: none;
}

.offcanvas-body .cart-items div p {
    margin: 0;
    padding: 6px 0;
}

.offcanvas-body .cart-items a {
    display: block;
    line-height: 23px;
    width: 25px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #a3a3a3;
    color: #a1a1a1;
    text-align: center;
}

.offcanvas-body .cart-items a:hover {
    border: 1px solid #615e5e;
    color: #615e5e;
}

.offcanvas-body .action {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
}

.offcanvas-body .action a.btn-light {
    background: none;
    border: 1px solid #ef4d48;
    color: #ef4d48;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.offcanvas-body .action a.btn-warning {
    border: 1px solid #ffca2c;
    color: #ffffff;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.offcanvas-body .action a.btn-light:hover {
    border: 1px solid #f1211a;
    color: #f7170f;
}

.offcanvas-body .action a.btn-warning:hover {
    border: 1px solid #ef4d48;
    background-color: #d9a815;
}

.offcanvas-body .action .payment-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 15px;
    font-weight: bold;
}

#cart-summary {
    background-color: rgba(255, 193, 7, 1) !important;
    padding: 10px 30px;
    width: 100%;
    position: absolute;
    top: 64px;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#cart-summary .d-flex {
    display: block;
}

#cart-summary div {
    font-size: 16px;
}

#cart-summary strong {
    font-weight: bold;
}

#cart-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 115px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.cart-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.cart-item-name, .cart-item-price, .cart-item-quantity {
    font-size: 14px;
    color: #555;
}

.cart-item-name {
    font-weight: 500;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

#cart-items-list {
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 20px;
    max-height: 100%;
    height: 650px;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.btn-checkout-add-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 10px;
    margin-top: auto;
}

#view-cart {
    background-color: transparent;
    border: 1px solid #dc3545;
    color: #dc3545;
}

#view-cart:hover {
    background-color: #dc3545;
    color: white;
}

#checkout {
    background-color: #CB9809;
    border-color: #CB9809;
    color: white;
}

#checkout:hover {
    background-color: #A87708;
    border-color: #A87708;
}

.offcanvas-footer a {
    background-color: #dc3545;
    color: white;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

.offcanvas-footer a:hover {
    background-color: #A87708;
}
.align-items-center .remove-item {
    background-color: transparent;
    border: 1px solid #E63946;
    color: #E63946; 
}

.align-items-center .remove-item:hover {
    background-color: #E63946;
    color: white; 
}

.align-items-center .add-item {
    background-color: rgba(255, 193, 7, 1) !important;
    border: 1px solid rgba(255, 193, 7, 1);
    color: white;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.align-items-center .add-item:hover {
    background-color: rgba(255, 193, 7, 0.521) !important;
    border-color: rgba(255, 193, 7, 0.521) !important;
    color: white !important;
}

.thank-you{
    margin-top:0px;
}
section.wrap-thank-you .container{
    margin-top: 300px;
    margin-bottom: 100px;
    background-color: #fff;
}



.card-body.right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-body.right ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 10px;
}
.card-body.right ul li img {
    display: block;
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.card-body.right ul li > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-body.right ul li strong {
    display: block;
    font-size: 10px;
}

.card-body.right ul li span {
    margin-left: auto;
    margin-right: 10px;
}

.card-body.right ul li h5 {
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
}

.checkout-total {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.checkout-total h3{
    font-size: 16px;
    font-weight: 600;
}

.group-cart .left .form-group textarea {
    width: 100%;
    min-height: 320px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
    outline: none;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.group-cart .left .form-group textarea::placeholder {
    color: #999;
    font-style: italic;
}

.group-cart .left .form-group textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}



#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-spinner {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; 
    border-top: 5px solid #3498db; 
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-spinner p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}


section.wrap-thank-you .container .thankyou {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 30px 0px;
}

.thankyou-btn {
    background-color: #CB9809;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s ease;
}

.thankyou-btn:hover {
    background-color: #e6b122;
}

.toast-success {
    background-color: rgba(226, 183, 11, 0.75) !important;
    color: #fff !important;
}

.toast-error {
    background-color: #dc3545 !important;
    color: white !important;
}

.toast-info {
    background-color: #17a2b8 !important;
    color: white !important;
}

.toast-warning {
    background-color: #ffc107 !important; 
    color: black !important;
}

.place-order-btn{
    margin-bottom: 15px;
}