/*

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)
--------------------------------------------- */

/* Typography */
body, ul, li, p, a, label, input, div {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.h1 {
    /* font-family: 'Dancing Script', cursive; */
    font-family: "Rouge Script", cursive;;
/*     font-size: 32px !important; */
    
}

.border-r {
	border-radius: 10px;
}

.h2, h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 40px !important;
    font-weight: 400;
}

.h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
}


/* new css */

.banner-caro .h1.text-success {
	font-size: 48px;
}

.about h1.title-about {
	font-size: 50px;
}

.about-page h1.about-title {
	font-size: 40px;
	margin-bottom: 20px !important;
}

.about-page .text-brown {
	text-align: justify;
}

.h1.text-title {
	font-size: 32px;
}

.bg-light {
	background: #fff8f8 !important
}

@media (max-width: 992px) {
	.banner-caro .h1.text-success {
		font-size: 26px;
	}
}

.text-brown {
	color: #242424 !important;
}

.img-logo {
	width: auto !important;
	height: 80px;
}

.img-logo-ft {
	width: auto !important;
	height: 90px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border: solid 1px #ddd !important;
}

.bg-about {
	background: #fff8f8;
	border-top: solid 1px #f6cacc;
}

.bg-about img {
	border: solid 1px #f6cacc;
}

.margin-top{
	margin-top: 70px !important;
}
.slide{
	margin-top: 97px;	
}
.description {
    font-style: italic;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #a5a5a5 !important;
    text-align: justify;
    padding-top: 5px;
}

.product-wap a.btn-success:hover {
	background: #fff !important;
	border: solid 1px #944949 !important;
}

.column-left{
	width: 105px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}




/* General */
.logo {
    font-weight: 500 !important;
}
.btn:focus{
    outline: none;
    box-shadow: none;
}
.text-warning {
    color: #ede861 !important;
}

.text-muted {
    color: #bcbcbc !important;
}

.text-success {
    color: #3d3b3b !important
}

.text-ban {
	margin-top: 25px;
	font-size: 20px;
	font-style: italic;
    color: #3d3b3b;
}

.text-light {
    color: #242424 !important;
}
h2.text-light {
    /* font-family: 'Dancing Script', cursive; */
    font-family: system-ui;
    font-size: 30px !important;
}

.bg-dark {
    background: linear-gradient(168deg, #ffffff, #ffebeb);
}

footer .bg-dark.w-100{
	border-top: 1px solid #ffdadc;
    background: linear-gradient(178deg, #ffebeb, #f0afb2);
}
/* .bg-light, .gradient-bg {
    background: #ffebeb !important;
} */
.bg-light-reverse {
    background: #ffebeb !important;
    border-top: solid 1px #f6cacc;
}

.gradient-bg.about-page {
	background: #fff8f8 !important;
}

#tempaltemo_footer {
	border-top: 1px solid #ffdadc;
}

p {
	margin-bottom: 0;
}

.bg-light.gallery {
	margin-bottom: -22px;
	margin-top: -24px;
    background: #ffebeb !important;
    border-top: solid 1px #f6cacc;
}
.bg-black {
    background-color: #453a3e !important;
}

.btn-success {
    background: linear-gradient(327deg, #fff8f7, #f8cbcb, #fff6f6, #ffdbdb) !important;
    border: solid 1px #ffbdbd;
}

.card-img .btn-success:hover{
    color: #242424 !important;
    background-color: #f5e8ed !important;
}

.pagination .page-link:hover {
    color: #000;
}

.pagination .page-link:hover, .pagination .page-link.active {
    background-color: #8e664d;
    color: #fff;
}

.gallery .fa-chevron-left, .gallery .fa-chevron-right{
    color: #fff;
    font-size: 40px;
}
.gallery .fa-chevron-left:hover, .gallery .fa-chevron-right:hover{
    color: #ffc0c187;
}
.shadow {
    box-shadow: 0 .2rem 0.2rem rgba(0,0,0,.15)!important;
}
.no-border{
    border: none;
}

.title-about{
   /*  background: linear-gradient(342deg, #dfb600, #ddb90d, #eace52, #dfb600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
    
    color: #000;

}
/* Nav */
.navbar-brand{
    margin-right: 0 !important;
    padding-top: 0 !important;
    max-width: 82%;
}
.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: #fff;
}
.product-wap a.btn-success{
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
}

.product-wap .fab{
    line-height: 2rem;
}

/* Hero Carousel */
#template-mo-zay-hero-carousel {
    /*background: #efefef !important;*/
}

/* Accordion */
.templatemo-accordion a {
    color: #000;
}

.templatemo-accordion a:hover {
    color: #333d4a;
}

/* Shop */
.shop-top-menu a:hover {
    color: #69bb7e !important;
}

/* Product */
.product-wap {
    /*box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);*/
}

.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: rgb(146 113 115 / 54%);
    border-radius: 17px;
    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 */


#template-mo-zay-hero-carousel .carousel-indicators li {
    margin-top: -20px;
    background-color: #47423E;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
    color: #fff !important;
    font-size: 2.8em !important;
}

/* Carousel Brand */
.tempaltemo-carousel .h1 {
    font-size: .5em !important;
    color: #000 !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: #242424;
}

#tempaltemo_footer a:hover {
    color: #c99093 ;
}

#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: #058e43;
    transition: .5s;
}

#tempaltemo_footer ul.footer-icons li:hover i {
    color: #d9797c;
    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;
    border: solid 1px #f6cacc;
}
.product-wap .product-color-dot {
    width: 6px;
    height: 6px;
}


.link-services{
    text-decoration: none;
}

@media (min-width: 576px) {
    .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 #dee2e600 !important;
    }

    .img-bottom-title {
        top: 20px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #templatemo_main_nav .navbar-nav {
        /*max-width: 550px;*/
    }

    #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: 50px !important;
        color: #242424 !important;
    }
}

@media (max-width: 992px) {
	.about-page {
		margin-top: 80px !important; 
	}
}

.about-page {
	margin-top: 60px; 
}

/* 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;
	}
	.pt-5 {
		padding-top: 5rem !important;
	}
}
@media (min-width: 1440px){
    .navbar-brand{
        max-width: 100%;
    }
    .navbar-brand img{
        width: auto;
    }
}

.navbar {
   background: linear-gradient(342deg, #fff5f4, #ffe9e9, #fff4f4, #ffffff);
}

.rounded-circle a {
    color: #242424 !important;;
}

#tempaltemo_footer a.text-color,
.navbar .text-color{
    color: #000000;
    text-shadow: 1px 1px 1px #7e5f60;
    text-decoration: none;
}

#tempaltemo_footer a.text-color:hover {
    color: #fff;
    font-weight: bold !important;
}

.rounded-circle i:hover {
    color: #d9797c !important;
}

.text-light.border-light-menu {
    border-bottom: 1px solid #caa1a3;
    width: 45px;
}

.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: #3d3b3b;
    font-size: 16px !important;
    text-transform: uppercase;
    padding-top: 15px;
}

#templatemo_main_nav a:hover {
   color: #242424 !important;
    font-weight: bold !important;
}

#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link.active {
   	color: #242424 !important;
    font-weight: bold !important;
}

.padding-footer {
    padding: 40px 0;
}

#tempaltemo_footer .border-light {
    border-color: #f2b5b8 !important;
    background: linear-gradient(327deg, #fff8f7, #f8cbcb, #fff6f6, #ffdbdb);
}

.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: 30px;
    padding: 9px 30px 6px 30px;
    letter-spacing: 2px;
    font-weight: 500 !important;
    color: #2e2b2b;
    background: linear-gradient(327deg, #fff8f7, #f8cbcb, #fff6f6, #ffdbdb);
    transition: .3s;
    border-radius: 50px 0px 50px 0px;
    border: 1px solid #ffbdbd;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px #d09f9f;
}

.about .btn:hover {
    background: linear-gradient(327deg, #fff8f7, #f8cbcb, #fff6f6, #ffdbdb);
    border-radius: 0px 50px 0px 50px;
}

.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 **********/
/*******************************/
.card-img{
    border-radius: 10px !important;
    border: solid 1px #f6cacc;
}
.team {
    position: relative;
    width: 100%;
}

 .team-item {
    position: relative;
    margin-bottom: 30px;
    padding: 2px;
    background: #f6cacc;
    border-radius: 17px;
}

.team-img {
    position: relative;
    overflow: hidden;
}

 .team-img img {
    position: relative;
    width: 100%;
     border-radius: 15px;
}

 .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

 .team-social a {
    position: relative;
    padding: 10px 10px !important;
    margin: 0 3px;
    margin-top: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    opacity: 0;
}

.btn.btn-success.text-white {
	color: #944949 !important;
}

 .team-social a.btn-success:hover {
/*     color: #ad6c5f !important; */
    background: #ffffff !important;
    border: solid 1px #ad6c5f;
}


 .team-item:hover .team-social {
    background: rgb(146 113 115 / 54%);
    border-radius: 17px;
}

 .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

 .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: solid 1px #f6cacc;
}
.border-right-img {
    border-right: 1px solid rgba(255,255,255,0.1);
}
img {
    max-width: 100%;
}
.navbar img{
    max-width: none;
}
@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;
    }	
}

.h1 {
	margin-bottom: 0 !important;
}

.contact-information .col-lg-4 {
	padding-top: 15px;
}

@media (max-width: 450px) {
	
	.text-ban {
	    margin-top: 25px;
	    font-size: 20px;
	    font-style: italic;
	    color: #313131;
	}
	.img-logo {
	    width: auto !important;
	    height: 80px;
	}
	.h1 {	    
	    font-family: "Rouge Script", cursive;;
	    font-size: 35px !important;
	    font-weight: 500 !important;
	    
	}
	
	.h1.title-about {	    
	    font-family: "Rouge Script", cursive;
	    font-size: 40px !important;
	    
	}
	
	.h1.text-title {	    
	    font-family: "Rouge Script", cursive;
	    font-size: 40px !important;
	    
	}
	.carousel p {
	    font-size: 18px !important;
	}
}

@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: 30px !important;
	}
	    
}

.contact-text h3 {
	font-size: 22px;
}

.contact-text h3 {
	font-size: 18px;
	font-family: Roboto;
}

.contact-text p,
.contact-text p a {
	font-size: 18px !important;
}

.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: 22px !important;
    color: #ff7ab7;
    font-weight: 400 !important;
    padding: 0 0 10px 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: auto;
    font-family: 'Dancing Script', cursive;

}
.box-service .title-big{
    font-family: system-ui;
    line-height: 1.1;
    color: #3b3b3b;
    text-transform: capitalize;
}
.note{
    font-size: 14px !important;
    font-style: italic;
    text-transform: capitalize;
    color: #777;
    margin-bottom: 0 ;
}
.color-price{
    font-weight: 500 !important;
    text-align: right;
    font-size: 16px !important;
    text-align: left;
}
.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;
}

.contact.text-brown:hover {
	color: #c99093 !important;
}

.phone {
	font-size: 22px !important;
}

.circle-img{
    border-radius: 20px;
}
h2.h5{
    text-transform: capitalize;
    color: #777;
}
.text-title{
    z-index: 1;
    letter-spacing: 2px;
}
#map{
    border-top: 1px solid #fff;
}
.carousel p{
    font-size: 23px;
}
.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: #777 ;
    font-weight: 300;
    /* padding: 16px; */
    padding: calc(var(--bs-gutter-x) / 2);
    letter-spacing: 2px;
}
.title-small, .title-small-list{
    font-size: 18px;
    color: #333 ;
    /*border-bottom: 2px solid #dee2e6!important;*/
}
.title-small-list{
    margin-bottom: 16px;
}
.text-price{
    font-size: 16px;
    font-weight: bold;
    padding-left: 14px;
}

.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: 1rem !important;
        /* text-transform: none; */
        font-size: 30px !important;
    }
   
    .text-title{
        font-size: 35px !important;
        line-height: 1;
    }
    .border-right-img{
    border-right: 1px solid rgba(0,0,0,0);
}
}

