/*

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: 'Atrax';
    src: url('../fonts/Atrax.woff2') format('woff2'),
        url('../fonts/Atrax.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cookie-Regular';
    src: url('../fonts/Cookie-Regular.woff2') format('woff2'),
        url('../fonts/Cookie-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Light';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
    --primary:        #048048;
    --secondary:      #04544c;
    --secondary_pastel:      #04544c3b;
    --third:#046c3c;
    --four:#04743c;
    --five:#dfc5ca;
    --text-black:     #333;
    --black:#040404;
    --bg-white:        white;
}

/* Typography */
body, ul, li, p, a, label, input, div {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

body a {
    color: #ccaa7f;
    /*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 1px var(--black);
    position: relative;
    /* font-family: 'Atrax'; */
    font-family:
    'Cookie-Regular';
    font-size: 55px !important;
    color: var(--primary);
}
.heading span {
    text-shadow: 1px 1px 1px var(--black);
    color: var(--bg-white);
}
/* new css */
.margin-top{

	margin-top: 90px !important;
}
.slide{
	margin-top: 97px;	
}
.description {
    font-weight: 300 !important;
    color: #595959 !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: 160px;
  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(--bg-white);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.b_3d div:nth-child(1) {
  color: var(--bg-white);
  background-color: var(--secondary);
  z-index: 0;
  width: 100%;
  height: 50px;
  clip: rect(0px, 80px, 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(--bg-white);
  background-color: var(--primary);
  z-index: -1;
  width: 100%;
  height: 50px;
  clip: rect(0px, 80px, 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(--bg-white);
  background-color: var(--primary);
  z-index: 0;
  width: 100%;
  height: 50px;
  clip: rect(0px, 200px, 50px, 80px);
  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(--bg-white);
  background-color: var(--secondary);
  z-index: -1;
  width: 100%;
  height: 50px;
  clip: rect(0px, 200px, 50px, 80px);
  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(--bg-white);
  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(--bg-white);
  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(--bg-white)  !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(--black);
}
.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(--primary);
}
.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 {
    border-top: 2px solid var(--secondary);
    background: url(../images/bg-foot.png) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 50px 50px;
    background-color: var(--secondary_pastel);
}


@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(--primary) !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 {
    background-position: top;
    background: url(../images/bg-foot.png) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    background-color: var(--secondary_pastel);
    border-radius: 4rem;
}
.card-img{
    border-radius: 10px !important;
}
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

 .team-item {
    position: relative;
    margin-bottom: 30px;
    padding: 3px;
    background: var(--bg-white);
    border-radius: 0px;
}

.team-img {
    position: relative;
    /* overflow: hidden; */
    cursor: pointer;
}

 .team-img img {
    position: relative;
    width: 100%;
     border-radius: 0px;
}

 .team-social {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 2px;
    left: -12px;
    /* padding: 5px 0; */
    transition: .5s;
    background: var(--black);
    clip-path: polygon(0% 11.97%, 94.75% 9.75%, 90% 90.25%, 0% 90.25%);
    /* border-radius: 0 0 10px 0px; */
}

 .team-social a {
    position: relative;
    margin: 0 7px;
    font-size: 30px;
    color: var(--primary);
    text-align: center;
    padding: 0;
    opacity: 1;
    z-index: 1;
}
 .team-social a:hover {
    color: var(--bg-white);
 }
 .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: 85%;
    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: 'Cookie-Regular';

}
.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(--secondary) ;
    font-weight: 300;
    padding: 16px;
    letter-spacing: 2px;
}
.title-small,
.title-small-list{
    font-size: 18px;
    color: var(--text-black);
    /*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(--secondary);
}
.border-right-img {
    border-right: 1px solid rgba(255,255,255,0.1);
}
.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: 80px !important;
    }
    .top-bar-wrapper{
        display: flex;
        flex-direction: column;
        gap: 0 !important;
    }
    #header {
        padding-top: 80px;
    }
    .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: 240px !important;
      }

      .navbar-brand {
        max-width: 80%;
    }

    .navbar{
        padding: 0px !important;
    }
    .navbar img {
        width: 68%;
    }
    
    .banner .content-left {
        width: 100% !important;
    }
    .banner .content-right {
        width: 100% !important;
    }
    .banner .content-left .content-left-wrapper {
       
        position: initial !important;
        width: 100% !important;
   
    }

    .banner h1 {
        font-size: 27px !important;
    }
    .top-bar .top-bar-wrapper a {
        font-size: 13px !important;
    }
    
    .owl-nav {
      
        justify-content: space-between !important;

    }
    #about .about-left {
        width: 100% !important;
    }
    #about .about-right {
        width: 100% !important;
    }
   
    #about .about-right .wrapper-about-right {
        position: initial !important;
        background-color: var(--bg-white) !important;
        color: var(--black) !important;
    }
    #about {
        padding: 50px 0 0 !important;
    }
    .heading span {
        color: var(--primary) !important;
    }
    .banner {
        background-color: var(--bg-white) !important;
    }
    #about .about-right .wrapper-about-right span {
        color: var(--primary) !important;
    }
    #contact {
        padding: 140px 0px 50px !important;
    }
    #about .img-fluid {
        box-shadow: none;
    }
}

@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;
    border-radius: 3rem 0;
    margin-bottom: -5rem;
    /* background-color: var(--four); */
    background-image: linear-gradient(to bottom, var(--secondary), var(--secondary));
    padding: 3rem 5rem;
  position: relative;
  /* background-image: url("../images/bg-under-water.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  }
.review h2{
    color: var(--bg-white);
   
  }

  .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(--secondary);

  }

  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(--bg-white), var(--bg-white)) !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% 0%;
    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 */
  .banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transform: translateY(-50%);
    pointer-events: none; /* Ensure buttons only respond to click */
  }
  .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(--primary);
    /* background-image:url("../images/bg-gold.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    color: var(--bg-white);
    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;
    justify-content:space-between;
    gap: 1rem;
  }
  .top-bar .top-bar-wrapper a{
   font-size: 18px;
   text-decoration: none;
   color: var(--bg-white);
  }
  .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"); */
    background-color: var(--secondary);
  }
  .welcome span{
    color: var(--secondary_pastel);
    font-family:
    'Cookie-Regular';
    text-transform: capitalize;
    font-size: 1.5rem;
  }
  .welcome h5{
    color: white;
    font-weight:bold;
    font-family:
    'Quicksand-Light';

  }
  .welcome h1{
    font-family: "Quicksand-Light";
    color: var(--bg-white);
    /* 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:
    'Cookie-Regular';
    color: var(--primary);
    font-size: 24px;
  }

  #about{
    padding: 80px 0;
  }

  #about .about-left{
    width: 50%;
    
  }
  
  #about .about-right{
    position: relative;
    width: 50%;

  }
  
  #about .about-right .wrapper-about-right{
    background-color: var(--secondary);
    padding: 2rem;
    color: var(--bg-white);
    position: absolute;
    left: -84px;
    top: -145px;
    width: 96%;
    border-radius: 4rem 0;

  }
  
  #about .about-right .wrapper-about-right span{
    color: var(--bg-white);
  }
  
  

  #menu-gallery .wave-ocean{
    position: absolute;
    bottom: 0;
  }

  .banner{
    /* border-top: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary); */
    background-color: var(--secondary_pastel);
    background: url(../images/bg-foot.png) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
  .banner h5{
    color: var(--bg-white);
  }

  .banner .owl-carousel .owl-stage-outer {
    border-radius: 0 6rem;
    border: .1rem solid var(--secondary);
}

  .banner .content-left{
    position: relative;
    width: 20%;

  }
  .banner .content-left .content-left-wrapper{
    width: 530px;
    top: 26%;
    position: absolute;
    right: -17rem;
    z-index: 2;
    background-color: var(--secondary);
    padding: 2rem;
    border-radius: 5rem 0;

  }

  .banner .content-right{
    width: 80%;

  }

  #services img{
    border: 1px solid var(--primary);
  }
