/*

TemplateMo 559 Zay Shop

https://templatemo.com/tm-559-zay-shop

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. General
3. Nav
4. Hero Carousel
5. Accordion
6. Shop
7. Product
8. Carousel Hero
9. Carousel Brand
10. Services
11. Contact map
12. Footer
13. Small devices (landscape phones, 576px and up)
14. Medium devices (tablets, 768px and up)
15. Large devices (desktops, 992px and up)
16. Extra large devices (large desktops, 1200px and up)
--------------------------------------------- */

@font-face {
    font-family: 'time';
    src: url('../fonts/TimesNRSevenMTStd.woff2') format('woff2'),
        url('../fonts/TimesNRSevenMTStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #0a0a0a;
    --primary-pastel: #afafaf;
    --secondary: #7c7c7c;
    --thirth: white;

    --text-black: #333;
    --black: #282A2E;
    --bg-pink: #f7f7f7;
}

/* Typography */
body,
ul,
li,
p,
a,
label,
input,
div {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

body a {
    color: var(--thirth);
    /*text-shadow: 1px 1px 2px #0a0d11;*/
}


.h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 55px !important;
    font-weight: 500 !important;
}

.h2,
h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 40px !important;
    font-weight: 400;
}

.h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
}

.heading {
    text-shadow: -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, 3px 3px 1px black;
    position: relative;
    /* font-family: 'Atrax'; */
    font-family: 'time';
    font-size: 40px !important;
    color: var(--primary);
}

.heading span {
    text-shadow: 1px 1px 1px var(--black);
    color: var(--primary);
}

/* new css */
.margin-top {

    margin-top: 90px !important;
}

.slide {
    margin-top: 97px;
}

.description {
    padding-right: 2px;
    font-weight: 300 !important;
    color: var(--thirth) !important;
    font-size: 15px !important;
}

/* General */
.logo {
    font-weight: 500 !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-light {
    color: var(--secondary) !important;
    background-color: #fff !important;
    border-color: var(--secondary) !important;
}

.btn-outline-light:hover {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.button-active {
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99;
}

.button-active .btn {
    color: #fff;
    width: 150px;
    font-size: 15px !important;
}

.button-active .btn:hover {
    color: #fff !important;
}

.button-active .btn i,
.button-active .btn img {
    margin-right: 5px;
}

.button-active .btn.fb {
    background: #1773EA;
}

.button-active .btn.insta {
    background: url(../images/bg-insta.jpg) no-repeat center;
    background-size: 110%;
}

.button-active .btn.gg {
    background: #E34133;
}

.button-active .btn.tiktok {
    background: #000;
}

/*-------- Button 3D --------------*/
/* From Uiverse.io by nima-mollazadeh */
.button_base {
    margin: 0;
    border: 0;
    font-size: 18px;
    position: relative;
    width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: default;
}

.button_base:hover {
    cursor: pointer;
}

.b_3d {
    font-weight: 800;
    display: block;
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.b_3d div {
    position: absolute;
    text-align: center;
    padding: 10px;
    pointer-events: none;
    border: solid 2px var(--text-black);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.b_3d div:nth-child(1) {
    color: var(--primary);
    background-color: var(--thirth);
    z-index: 0;
    width: 100%;
    height: 50px;
    clip: rect(0px, 100px, 50px, 0px);
    position: absolute;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b_3d div:nth-child(2) {
    color: var(--black-);
    background-color: var(--primary);
    z-index: -1;
    width: 100%;
    height: 50px;
    clip: rect(0px, 100px, 50px, 0px);
    position: absolute;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b_3d div:nth-child(3) {
    color: var(--thirth);
    background-color: var(--primary);
    z-index: 0;
    width: 100%;
    height: 50px;
    clip: rect(0px, 200px, 50px, 100px);
    position: absolute;
    transition: all 0.2s ease 0.1s;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b_3d div:nth-child(4) {
    color: var(--primary);
    background-color: var(--thirth);
    z-index: -1;
    width: 100%;
    height: 50px;
    clip: rect(0px, 200px, 50px, 100px);
    position: absolute;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transition: all 0.2s ease 0.1s;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b_3d:hover div:nth-child(1) {
    background-color: var(--secondary);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}

.b_3d:hover div:nth-child(2) {
    color: var(--thirth);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b_3d:hover div:nth-child(3) {
    background-color: var(--primary);
    transition: all 0.2s ease 0.1s;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
}

.b_3d:hover div:nth-child(4) {
    color: var(--primary);
    transition: all 0.2s ease 0.1s;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.back {
    height: 200px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    counter-increment: bc;
    padding: 0px 5px 5px 5px;
}


.text-warning {
    color: #ede861 !important;
}

.text-muted {
    color: #bcbcbc !important;
}

.text-success {
    color: #dc1b65 !important
}

.text-light {
    color: var(--secondary) !important;
}

h2.text-light {
    font-family: 'Dancing Script', cursive;
    font-size: 50px !important;
}

.bg-dark {
    background-image: linear-gradient(to left, #b91655, #661452);
}

.bg-light,
.gradient-bg {
    background-image: linear-gradient(to top, #fff, #fff3fa);
}

.bg-light-reverse {
    background-image: linear-gradient(to bottom, #fff, #fff3fa);
}

.bg-pink {
    background: #aadbf3;
}

.bg-gold {
    background: #0a0d11;
}

.bg-light.gallery {
    background-image: linear-gradient(to bottom, #fff, #fff3fa);
}

.bg-black {
    background-color: #aadbf3 !important;
}

.bg-success {
    background-color: #f5e8ed !important;
}

.btn-success {
    background-color: #267db8 !important;
    border-color: #ffffff !important;
}

.card-img .btn-success:hover {
    background: #333 !important;
}

.pagination .page-link:hover {
    color: #000;
}

.pagination .page-link:hover,
.pagination .page-link.active {
    background-color: #8e664d;
    color: #fff;
}

.about-title {
    /*color: #ff7ab7;*/
    color: #dc1b65;
    margin-bottom: 15px;
}

.gallery .fa-chevron-left,
.gallery .fa-chevron-right {
    color: #dc1b65;
    font-size: 40px;
}

.gallery .fa-chevron-left:hover,
.gallery .fa-chevron-right:hover {
    color: #af1650;
}

.shadow {
    box-shadow: 0 .2rem 0.2rem rgba(0, 0, 0, .15) !important;
}

.no-border {
    border: none;
}

.title-about {
    color: #dc1b65;

}

/* Nav */
.navbar-brand {
    margin-right: 0 !important;
    padding-top: 0 !important;
    /* max-width: 35%; */
}

.navbar-light .navbar-toggler i {
    color: var(--primary);
}

.navbar-brand img {
    width: 100%;
}

#templatemo_nav_top {
    min-height: 40px;
}

#templatemo_nav_top * {
    font-size: .9em !important;
}

#templatemo_main_nav a {
    color: #212934;
}

#templatemo_main_nav a:hover {
    color: #69bb7e;
}

#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}

.navbar-toggler {
    background: var(--thirth);
}

.product-wap a.btn-success {
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
}

.product-wap .fab {
    line-height: 2rem;
}

/* Accordion */
.templatemo-accordion a {
    color: #000;
}

.templatemo-accordion a:hover {
    color: #333d4a;
}

/* Shop */
.shop-top-menu a:hover {
    color: #69bb7e !important;
}

.product-wap .product-color-dot.color-dot-red {
    background: #f71515;
}

.product-wap .product-color-dot.color-dot-blue {
    background: #6db4fe;
}

.product-wap .product-color-dot.color-dot-black {
    background: #000000;
}

.product-wap .product-color-dot.color-dot-light {
    background: #e0e0e0;
}

.product-wap .product-color-dot.color-dot-green {
    background: #0bff7e;
}

.card.product-wap .card .product-overlay {
    background: rgba(45, 45, 45, .5);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.card.product-wap:hover .card .product-overlay {
    visibility: visible;
    opacity: 1;
}

.card.product-wap a {
    color: #000;
}

#carousel-related-product .slick-slide:focus {
    outline: none !important;
}

#carousel-related-product .slick-dots li button:before {
    font-size: 15px;
    margin-top: 20px;
}

/* Brand */
.brand-img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: .5s;
}

.brand-img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Carousel Hero */
/* Hero Carousel */
.hero-header h1 {
    color: var(--primary);
    text-shadow: -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, 3px 3px 5px black;
}

#template-mo-zay-hero-carousel .carousel-indicators li {
    margin-top: -50px;
    background-color: #47423E;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
    color: #dc1b65 !important;
    font-size: 2.8em !important;
}

/* Carousel Brand */
.tempaltemo-carousel .h1 {
    font-size: .5em !important;
    color: var(--secondary);
    !important;
}

/* Services */
.services-icon-wap {
    transition: .3s;
}

.services-icon-wap:hover,
.services-icon-wap:hover i {
    color: #fff;
}

.services-icon-wap:hover .h5 {
    color: #c3567b;
}

/* Contact map */
.leaflet-control a,
.leaflet-control {
    font-size: 10px !important;
}

.form-control {
    border: 1px solid #e8e8e8;
}

/* Footer */
#tempaltemo_footer a {
    color: #dbb9cd;
}

#tempaltemo_footer a:hover {
    color: #ff7ab7;
}

#tempaltemo_footer ul.footer-link-list li {
    padding-top: 10px;
}

#tempaltemo_footer ul.footer-icons li {
    width: 3em;
    height: 3em;
    line-height: 3em;
}

#tempaltemo_footer ul.footer-icons li:hover {
    background-color: #ff88ba;
    transition: .5s;
}

#tempaltemo_footer ul.footer-icons li:hover i {
    color: #970752;
    transition: .5s;
}

#tempaltemo_footer .border-light {
    border-color: #2d343f !important;
}


/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3,
.product-wap li,
.product-wap i,
.product-wap p {
    font-size: 25px !important;
}

.gallery-about .img-fluid {
    border-radius: 10px;
}

.product-wap .product-color-dot {
    width: 6px;
    height: 6px;
}

.link-services {
    text-decoration: none;
}

.appointment {
    /* background: var(--bg-pink); */
    background-image: url("../images/bg.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#contact {
    background: url(../images/wave-gray.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}


@media (min-width: 576px) {

    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }

    .tempaltemo-carousel .h1 {
        font-size: 1em !important;
    }

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    /*#templatemo_main_nav .navbar-nav {max-width: 450px;}*/
    .border-right {
        border-right: 1px solid #dee2e6 !important;
    }

    /*.gallery .img-fluid{*/
    /*border-bottom-left-radius: 20px 20px;*/
    /*border-top-right-radius: 20px 20px;*/
    /*}*/
    .img-bottom-title {
        top: 20px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    #template-mo-zay-hero-carousel .carousel-item {
        min-height: 30rem !important;
    }

    .product-wap .h3,
    .product-wap li,
    .product-wap i,
    .product-wap p {
        font-size: 25px !important;
    }

    .product-wap .product-color-dot {
        width: 12px;
        height: 12px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    /*.gallery .img-fluid{*/
    /*border-bottom-left-radius: 50px 50px;*/
    /*border-top-right-radius: 50px 50px;*/
    /*}*/
    h1.text-title,
    .h1.text-title {
        font-size: 60px !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    h1 b {
        font-size: 60px;
        font-weight: 500;
    }

    .py-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .slide {
        margin-top: 57px;
    }
}

@media (min-width: 1440px) {
    .navbar-brand {
        max-width: 100%;
    }

    .navbar-brand img {
        width: auto;
    }
}

/* .navbar {
    background: black;
    background-image: linear-gradient(to left, #b91655, #661452);
} */

.rounded-circle a {
    color: #ff88ba !important;
}

#tempaltemo_footer a.text-color,
.navbar .text-color {
    color: #ff7ab7;
    text-decoration: none;
}

#tempaltemo_footer a.text-color:hover {
    color: #fff;
}

.text-light.border-light-menu {
    border-bottom: 1px solid #a7276d;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

/* Nav */
#templatemo_nav_top {
    min-height: 40px;
}

#templatemo_nav_top * {
    font-size: .9rem !important;
}

#templatemo_nav_top a:hover {
    color: #fff !important;
}

#templatemo_main_nav a {
    color: #fff;
    font-weight: 400 !important;
}

#templatemo_main_nav a:hover {
    color: #ff7ab7;
}

#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--black) !important;
    text-shadow: none;
    font-weight: 600;
    padding: 1.5rem 1rem !important;
}

.header-area .navbar-nav li.active .nav-link,
.header-area .navbar-nav li:hover .nav-link,
.projects-detail-page .navbar-nav .nav-link.active:hover {
    color: var(--secondary) !important;
}

.padding-footer {
    padding: 40px 0;
}

#tempaltemo_footer .border-light {
    border-color: #ff88ba !important;
}

.padding-container {
    padding: 60px 0;
}

.text-justify {
    text-align: justify;
}

/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: url(../images/home/nick-nails-spa-background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.discount .container {
    max-width: 750px;
    text-align: center;
}

.discount .section-header {
    margin-bottom: 20px;
}

.discount .section-header p {
    color: #fff;
    background: transparent;
}

.discount .section-header p::after {
    display: none;
}

.discount .section-header h2 span {
    color: #ff7ab7;
    font-size: 50px;
}

.discount .discount-text p {
    color: #454545;
}

.discount .discount-text .btn,
.about .about-text .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700 !important;
    color: white;
    background: #c39372;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #dcb296;
    text-transform: uppercase;
}

.btn-book-banner {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    background: #d86056;
    transition: .3s;
    border-radius: 8px;
}

.discount .discount-text .btn:hover,
.discount .discount-text .btn:focus {
    outline: none;
    color: #fff;
    background: #90405b;
    border: 1px solid #9d4464;
}

.color-white {
    color: #fff !important;
}

.discount .discount-text .btn,
.about .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700 !important;
    color: white;
    background: #dc1b65;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #dc1b65;
    text-transform: uppercase;
}

.about .btn:hover {
    background: #b91655;
}

.btn-book-banner {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    background: #d86056;
    transition: .3s;
    border-radius: 8px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none !important;
}

/*specialties*/

/*******************************/
/*********** Team CSS **********/
/*******************************/
#menu-gallery {
    z-index: 1;
    position: relative;
    background-position: top;
    background: url(../images/bg-review.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    /* background-color: var(--primary); */
}

#menu-gallery::after {
    background-color: #0000003b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
}

#menu-gallery p {
    color: var(--thirth);
}

.card-img {
    border-radius: 10px !important;
}

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team-item {
    border: 2px solid var(--thirth);
    position: relative;
    margin-bottom: 30px;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    z-index: 1;
}

.team-item::after {
    content: "";
    background-color: var(--thirth);
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;

    position: absolute;
}

.team-img {
    position: relative;
    cursor: pointer;
}

.team-img img {
    border: 2px solid var(--thirth);
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.team-social {
    border: 2px solid var(--thirth);
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    /* padding: 5px 0; */
    transition: .5s;
    background: var(--primary);
    border-radius: 0 0 .5rem .5rem;
}

.team-social a {
    position: relative;
    margin: 0 7px;
    font-size: 26px;
    color: var(--thirth);
    text-align: center;
    padding: 0;
    opacity: 1;
    z-index: 1;
}

.team-social a:hover {
    color: var(--secondary);
}

.team-social a i {
    line-height: 40px;
}

.team-social a.btn-success:hover {
    background: #267db8 !important;
    color: #1d0c0e !important;
}

a.custom-btn.service {
    font-size: var(--copyright-text-font-size);
    padding: 0;
    border: 0 !important;
    background: transparent !important;
}


a.custom-btn.services {
    font-size: var(--copyright-text-font-size);
    padding: 0;
    border: 0 !important;
    background: transparent !important;
}

a.custom-btn.services:hover {
    background: var(--gold-color) !important;
    color: var(--white-color);
}

.modal-header {
    background: var(--third);
}

.modal-footer {
    border-top: 1px solid #aadbf3;
    background: #aadbf3;
}

.modal-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    width: 80%;
}

.team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team-text {
    position: relative;
    padding: 25px 15px 10px 15px;
    text-align: center;
    background: #ffffff;
}

.team-text h2 {
    font-size: 18px;
    font-weight: 600;
}

.team-text p {
    margin: 0;
}


.img-bottom-title {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    left: 0;
    right: 0;
    z-index: -1;
}

.text-align-left h1,
.text-align-left p {
    text-align: center;
}

/*Menu service*/

/* copy */
.menu-service .title-small .service {
    display: table-cell;
    width: 100%;
    /* max-width: 100%; */
    padding: 3px 0;
    text-align: left;
}

.menu-service .title-small {
    display: table-row;
    width: 100%;
    /* max-width: 100%; */
}

.menu-service {
    display: table-row-group;
    /* width: 100%; */
    /* max-width: 100%; */
}

.width-price {
    width: 50px;
}


.row.box-service {
    --bs-gutter-x: 0;
}

.box-service img {
    border-radius: 20px;
}

.border-right-img {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

img {
    max-width: 100%;
}

.navbar img {
    width: 100%;
    max-width: none;
    /* height: 60px; */
    transition: all .3s ease;
}

@media (min-width: 768px) {
    .title-big {
        padding: 0 0 10px 0;
        font-size: 25px;
        /*border-bottom: 2px solid #dee2e6 !important;*/
    }

    .carousel-inner.banner-caro .img-fluid {
        border-radius: 100%;
        border-top-right-radius: 100px;
    }

}

@media (min-width: 1024px) {

    .img-bottom-title {
        top: 27px;
    }

    .text-align-left h1,
    .text-align-left p {
        text-align: left;
    }

    .box-service .title-big {
        font-size: 30px;
    }

    .slide {
        margin-top: 54px;
    }

    .margin-top {
        margin-top: 54px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #services .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.line-dash {
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 0.5px;
    width: 100%;
    margin: 40px 0;
}

.title-group {
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.title-small div {
    text-transform: capitalize;
    font-weight: 400 !important;
    color: #333;
    font-size: 16px;
}

.title-big {
    font-size: 35px !important;
    color: #ff7ab7;
    font-weight: 400 !important;
    padding: 0 0 10px 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: auto;
    font-family: 'time';
}

.box-service .title-big {
    font-family: 'Amatic', cursive;
    line-height: 1.1;
    color: #333;
    text-transform: capitalize;
}

.note {
    font-size: 14px !important;
    font-style: italic;
    text-transform: capitalize;
    color: #777;
    margin-bottom: 0;
}

.modal-body {
    color: #267db8;
}

.color-price {
    font-weight: 500 !important;
    text-align: left;
    font-size: 18px !important;
}

.color-note {
    color: #ff7ab7;
    font-weight: 400 !important;
}

p.description,
ul li {
    font-size: 15px !important;
    /*color: #999;*/
}

.box-service p.description,
.box-service ul.description li {
    font-style: italic;
    color: #777;
}

.circle-img {
    border-radius: 100%;
}

h2.h5 {
    text-transform: capitalize;
    color: #777;
}

.text-title {
    z-index: 1;
    letter-spacing: 5px;
}

#map {
    border-top: 1px solid #fff;
}

.carousel p {
    font-size: 23px !important;
}

.team i {
    font-size: 25px !important;
}

/*css for SERVICE MENU*/

.background-service {
    background-image: url("../images/service/boujee-nails-spa-service-background.jpg");
    min-height: 150px;
}

.title-service {
    padding: 50px 0;
    color: white;

}

.title-service {
    font-size: 30px;
    color: white;
}

.description p {
    font-size: 14px;
    color: #626262;
    margin-top: 10px;
    margin-bottom: 14px;
}

.div-title {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.title-big {
    font-size: 30px;
    color: var(--primary);
    font-weight: 300;
    padding: 16px;
    letter-spacing: 2px;
}

.title-small,
.title-small-list {
    font-size: 18px;
    color: var(--primary);
    /*border-bottom: 2px solid #dee2e6!important;*/
}

.title-small-list {
    margin-bottom: 16px;
}

.text-price {
    font-size: 16px;
    font-weight: bold;
    padding-left: 14px;
}

.color-price {
    color: var(--primary);
}

.border-right-img {
    position: relative;
    z-index: 1;
    border: 3px groove var(--secondary);
    /* border-right: 1px solid rgba(255,255,255,0.1); */
}

.border-right-img::after{
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 21.5%, 100% 0%, 50% 50%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/bg-review.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.btn-close {
    color: #ffffff;
    background: transparent;
    opacity: 1;
    line-height: 1em;
}

.line-dash {
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 0.5px;
    width: 100%;
    margin: 40px 0;
}

.color-bold {
    color: #a5792b;
}

#services .owl-item:hover h4 {
    color: #ffde97;
}

@media(min-width: 768px) {
    .title-big {
        padding: 10px 0 10px 10px;
        font-size: 25px;
        /*border-bottom: 2px solid #dee2e6!important;*/
    }

    .box-service .title-big {
        padding-top: 0 !important;
        padding-bottom: 16px !important;
        padding-left: 0 !important;
        /* text-transform: none; */
        font-size: 40px !important;
    }

    .box-service .row {
        margin: 0;
        /*padding: 0 5px;*/
    }

    .text-title {
        font-size: 50px !important;
        line-height: 1;
    }
}

@media (max-width: 992px) {

    .navbar-collapse {
        margin-top: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 0 !important;
    }
}

@media(max-width: 768px) {

    .button-active .btn {
        width: 40px;
    }

    .button-active .btn span {
        display: none;
    }

    .button-active .btn i,
    .button-active .btn img {
        margin: 0;
    }

    .button-active .btn.insta {
        background: url(../images/bg-insta.jpg) no-repeat center;
        background-size: 200%;
    }

    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }

    .custom-slide .carousel-item {
        min-height: 260px !important;
    }

    .top-bar {
        height: 150px !important;
    }

    .top-bar-wrapper {
        display: flex;
        flex-direction: column;
    }

    #header {
        /* padding-top: 150px; */
    }

    .review {
        padding: 3rem 2rem !important;
    }

    .review .item-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .banner .owl-carousel .item {
        background-position: 22% 30% !important;
    }

    .banner .owl-carousel .slide2 {
        background-position: 70% 30% !important;
    }

    .owl-carousel .item {
        min-height: 300px !important;
    }

    .navbar-brand {
        max-width: 80%;
    }

    .navbar {
        padding: 0px !important;
    }

    .navbar img {
        width: 80%;
    }


}

@media (max-width: 375px) {

    .hero-header {
        min-height: 600px;
    }
}

.wave {
    z-index: -1;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 20%;
    background: var(--third);
    width: 1000px;
    height: 1000px;
    margin-left: -250px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
}

.wave.-two {
    animation: drift 7000ms infinite linear;
    opacity: 0.1;
    background: var(--primary);
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

.custom-slide {
    text-align: center;
    padding: 2rem;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-slide .carousel-inner {
    background-color: #ffffff80;
}

.custom-slide .carousel-item {
    min-height: 210px;
    background-color: #ffffff80;
}

.custom-slide .carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.custom-slide .carousel-caption {
    position: absolute;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--black);
    text-align: center;
}

.custom-slide .carousel-indicators .active {
    opacity: 1;
    background: var(--primary);
}

.custom-slide .carousel-indicators {
    gap: .1rem;
    bottom: 1rem;
}

.custom-slide .carousel-indicators button {
    border: none;
    width: 2rem;
}

.custom-slide .carousel-indicators button:focus {
    outline: initial;
}

.custom-slide .carousel p {
    font-size: 18px !important;
}

.custom-slide .slide {
    margin-top: 0px;
}

#about,
#services {
    background-image: url("../images/leaf.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.leaf-wrapper {
    position: relative;
}



/*===================carousel==============================*/
.review {
    z-index: 1;
    /* background-image: linear-gradient(to bottom, var(--primary-pastel), white); */
    padding: 3rem 5rem;
    position: relative;
    background-image: url("../images/bg-review.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.review::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
}

.review .item-content p {
    /* margin-bottom: 0; */
    color: var(--black);
    font-size: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.review .item-content h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--primary);

}

button:focus {
    outline: dotted 1px;
    outline: none !important;
}

.review .owl-carousel .item {
    min-height: 200px;
    /* background-color: #ffffff96 ; */
    --primary-pastel: #fffce6;
    background-image: linear-gradient(to bottom, var(--thirth), var(--thirth), var(--thirth)) !important;
    /* background-image: url("../images/bg-text-review.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat; */

}

.owl-carousel.owl-drag .owl-item::after {
    min-height: 200px;
    content: "";
    position: absolute;
    background-color: #39609a00;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;

}

.owl-carousel .owl-nav button.owl-next:hover i,
.owl-carousel .owl-nav button.owl-prev:hover i {
    color: var(--primary);
}

.owl-carousel {
    position: relative;

}

.owl-carousel .item {
    min-height: 700px;
    /* background-image: url("../images/banner.jpg"); */
    background-position: 100% 88%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #4a90e2; */
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    /* Needed for positioning buttons */
}

.owl-carousel .slide1 {
    background-image: url("../images/banner_1.jpg");
}

.owl-carousel .slide2 {
    background-image: url("../images/banner_2.jpg") !important;
}


.owl-carousel .item .item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Center the navigation buttons */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    /* Ensure buttons only respond to click */
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    pointer-events: auto;
    /* Re-enable click events for buttons */
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* Adjust icon sizes */
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 30px;
    color: var(--secondary);
}

.top-bar {
    padding: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /* background: var(--secondary); */
    background-image: url("../images/bg-gold.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: left;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.top-bar .top-bar-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-bar .top-bar-wrapper a {
    font-size: 18px;
    text-decoration: none;
    color: var(--black);
}

.top-bar .top-bar-wrapper a:hover {
    color: var(--black);
    text-shadow: 1px 1px 2px #0a0d11;
}

.welcome {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-image: url("../images/bg-gold.jpg");
}

.welcome span {
    font-family: 'time';
    text-transform: capitalize;
    font-size: 1.5rem;
}

.welcome h1 {
    color: var(--text-black);
    /* background-clip: text;
    background-image: url("../images/Background.jpg");
    color: transparent;
    -webkit-background-clip: text;
    background-position: center; */

}

#about p span,
#menu-gallery span,
#services .italic {
    font-family: 'time';
    /* font-size: 1.5rem; */
}



.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: var(--primary);
}

.right-content {
    padding: 1rem 1rem;
    background-color: var(--primary-pastel);
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    background-color: var(--thirth) !important;
}