/*

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: 'Berryfield';
    src: url('../fonts/BerryfieldHeavy.woff2') format('woff2'),
        url('../fonts/BerryfieldHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary: #174398;
    --secondary: #FFC436;
    --primary-light: #FFDEDE;

    --black: #040404;
    --brown: #3b2d18;
}
/* Typography */
body {
    font-family: 'Roboto', sans-serif;
    color: var(--black);
    font-size: 16px;
}
.title-small.bold div{
	font-weight: bold !important;
}
.title-small.bold .description{
	font-weight: normal !important;
	font-style: italic  !important;
	color: #777;
	font-size: 14px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
.h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
}

.sub-title {
    color: var(--primary);
    font-size: 24px;
    font-weight: 500;
}

ul {
	list-style: none;
}

.section-padding {
    padding: 70px 0;
}

.heading-page {
    padding: 250px 0 50px;
    background: url(../images/bg-banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.elementor-background-overlay {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF00 54%, #FFFFFF 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* From Uiverse.io by xantha01 */ 
.swipe {
  position: relative;
  background: var(--primary);
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 24px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  letter-spacing: 1px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.35);
  border-left: 0.5px solid rgba(0, 0, 0, 0.35);
  padding-left: 40px;
  cursor: pointer;
  transition: 0.35s ease;
}

.swipe:hover {
  padding-left: 0;
  padding-right: 40px;
  color: var(--black);
  background: var(--secondary);
}

.swipe .container {
  position: absolute;
  left: 5px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  transition: 0.35s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
}

.swipe:hover .container {
  left: calc(100% - 55px);
  color: var(--primary);
}
.swipe.btn-primary {
    background: var(--primary);
    color: #fff;
    border-top: 0.5px solid #305667;
    border-left: 0.5px solid #305667;
}
.swipe.btn-primary .container {
    background: #fff;
    color: var(--primary) !important;
}

.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler-icon{
    color: #ffffff;
    background: transparent;
}
.navbar-brand {
    width: 17%;
    padding: 0;
    margin-bottom: 0;
    transition: all .5s ease;
}

/* General */
.logo {
    font-weight: 500 !important;
}
.img-logo {
    max-width: 100%;
}
.btn:focus{
    outline: none;
}
.text-warning {
    color: #ede861 !important;
}

.text-muted {
    color: #bcbcbc !important;
}

.text-success {
    color: var(--primary) !important
}

.text-light {
    color: var(--primary-light) !important;
}

.bg-dark,
.bg-black {
    background-color: var(--black); !important
}
.bg-button {
    background-color: #e3cb8a !important
}
.bg-foot {
    background-color: #fff !important;
}

.bg-light {
    background-color: var(--bg-primary) !important;
}

.bg-success {
    background-color: #fff5ee !important;
}

.btn-success {
    background-color: var(--primary) !important;
    border-color: #b49276 !important;
}

.pagination .page-link:hover {
    color: #000;
}

.pagination .page-link:hover, .pagination .page-link.active {
    background-color: #8e664d;
    color: #fff;
}
.about-title {
    font-family: 'Berryfield';
    position: relative;
	text-align: center;
    color: var(--black);
    margin-bottom: 0;
    z-index: 2;
    text-transform: uppercase;
    font-size: 30px;
}

.p-gallery {
    background: url(../images/bg-about.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 46%);
}
.p-gallery .fa-chevron-left, .p-gallery .fa-chevron-right {
    color: var(--primary);
    font-size: 30px;
}
.p-gallery h2 {
    font-family: 'Berryfield';
    color: var(--black);
    font-size: 2.5rem;
    text-transform: uppercase;
}
.p-gallery .img-fluid {
    border: solid 5px #fff;
    border-radius: 10px;
}
.p-gallery .fa-chevron-left:hover, .p-gallery .fa-chevron-right:hover{
    color: var(--brown);
}
.shadow {
    box-shadow: 0 .2rem 0.2rem rgba(0,0,0,.15)!important;
}
.no-border{
    border: none;
}
.title-about {
	font-size: 50px;
    line-height: 70px;
    color: var(--black);
    position: relative;
}
.title-about span {
    font-family: 'Berryfield';
    display: block;
    color: var(--primary);
    font-size: 4rem;
    text-transform: uppercase;
}

.width {
	width: 100px;
}

.fixed-top {
    top: 40px;
}

.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}


#templatemo_nav_top {
    background: var(--primary);
}
#navigation-scroll{
    z-index: 10;
}
/* Nav */
#templatemo_nav_top {
    padding: 12px 0;
}

#templatemo_nav_top * {
    font-size: .9em !important;
}

#templatemo_main_nav a {
    color: #ffffff;
}

#templatemo_main_nav a.active,
#templatemo_main_nav a:hover {
    color: #69bb7e;
}

#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}
.py-5 {
    padding: 3rem 0 20px !important;
}

/* Hero Carousel */
.banner {
    position: relative;
    background: url(../images/bg-banner.jpg) no-repeat center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 70px;
}
/*
.banner:before {
    content: "";
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/wave-banner.png) no-repeat center;
    background-size: cover;
}
/*
.banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/banner-after.png) no-repeat center;
    background-size: cover;
}
*/

.banner-title {
    margin: auto 0;
}
.banner-title h1 {
    font-size: 58px;
    line-height: 85px;
    font-weight: 500;
    color: var(--black);
}
.banner-title h1 span {
    font-family: 'Berryfield';
    display: block;
    color: var(--primary);
    font-size: 4.5rem;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.banner-title p {
    font-size: 25px;
    margin: 15px 0 30px 0;
}
#template-mo-zay-hero-carousel .carousel-item img {
    border-radius: 10px;
}

/*=========== About ===========*/
.about {
    background: url(../images/bg-about.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 46%);
    padding-bottom: 100px;
    position: relative;
}
/*
.about:before {
    content: "";
    width: 100%;
    height: 50%;
    background: url(../images/bg-light.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
*/
.about p {
    line-height: 28px;
    text-align: justify;
    position: relative;
}
.about-img {
    position: relative;
}
.about img {
    position: relative;
    border-radius: 10px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/*
.about .sub-title {
    color: var(--black);
    font-size: 36px;
    position: absolute;
    left: 15px;
    top: 40%;
}

.about .border-box {
    width: 100%;
    height: 100%;
    border: solid 10px var(--primary);
    position: absolute;
    left: -15px;
    top: 30px;
    border-radius: 110px 0 110px 0;
    transition: all 0.7s ease;
    opacity: 0.5;
}
*/
.about-text {
    padding-left: 30px;
}

/*=========== Specialties ===========*/
.specialties {
    background: url(../images/bg-about.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 46%);
}
.specialties h2 {
    font-family: 'Berryfield';
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: var(--black);
}
.specialties p {
    text-align: justify;
}
.specialties h2 a {
    color: var(--primary);
    text-decoration: none;
    position: relative;
}

/* Accordion */
.templatemo-accordion a {
    color: #000;
}

.templatemo-accordion a:hover {
    color: #333d4a;
}

/* Shop */
.shop-top-menu a:hover {
    color: #69bb7e !important;
}

/* Product */

.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 */

#template-mo-zay-hero-carousel p {
    font-size: 20px;
}
#template-mo-zay-hero-carousel .carousel-indicators li {
    margin-top: -30px;
    background-color: #47423E;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
    color: var(--primary) !important;
    font-size: 2.8em !important;
}
#template-mo-zay-hero-carousel .carousel-inner {
    overflow: visible;
}
#template-mo-zay-hero-carousel .carousel-item {
    padding-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 100px 0 100px 0;
}
/* 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: #c69471;
}

/* Contact map */
.leaflet-control a, .leaflet-control {
    font-size: 10px !important;
}

.form-control {
    border: 1px solid #e8e8e8;
}

.menu-service {
    position: relative;
    background: url(../images/bg-about.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 46%);
}
.menu-service:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-light.png) no-repeat center;
    background-size: 100%;
    opacity: 0.5;
}
.menu-service .box-service img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/* Footer */
.column-left{
	width: 108px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.list-style-none {
    list-style: none !important;
}

#tempaltemo_footer {
    position: relative;
    background: url(../images/bg-about.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 46%);
}
#tempaltemo_footer .container {
    position: relative;
}
#tempaltemo_footer:before {
    content: "";
    width: 100%;
    height: calc(100% - 55px);
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(249 239 196 /40%); 
}
#tempaltemo_footer .img-logo-footer {
    display: block;
    width: 35%;
}
#tempaltemo_footer .img-logo-footer img {
    max-width: 100%;
}
#tempaltemo_footer h2 {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Berryfield';
}

#tempaltemo_footer a.text-color,
#tempaltemo_footer a,
#tempaltemo_footer span {
    color: var(--black);
    background: transparent;
    text-decoration: none;
}
#tempaltemo_footer a.text-color:hover,
#tempaltemo_footer a.active,
#tempaltemo_footer a:hover {
    color: var(--primary);
}
#tempaltemo_footer span.date {
    width: 80px;
    display: inline-block;
}
#tempaltemo_footer ul.footer-link-list li {
    padding: 10px 0;
    color: var(--black);
}
#tempaltemo_footer ul.quick-link {
    flex-wrap: wrap;
}
#tempaltemo_footer ul.quick-link li {
    width: calc(100% / 2);
}
#tempaltemo_footer ul.quick-link li a {
    padding-left: 20px;
    position: relative;
}
#tempaltemo_footer ul.quick-link li a:before {
    content: "♦";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
}
#tempaltemo_footer ul.footer-icons li {
    background: transparent;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    border: solid 1px var(--black);
    color: var(--black);
}

#tempaltemo_footer ul.footer-icons li a {
    color: var(--black);
}

#tempaltemo_footer ul.footer-icons li:hover {
    background: var(--primary);
    transition: .5s;
    border: solid 1px var(--primary);
}

#tempaltemo_footer ul.footer-icons li:hover a {
    color: #fff;
    transition: .2s;
}

#tempaltemo_footer p.footer a {
    color: #fff;
    font-weight: 700;
}
.end-footer {
    background: var(--primary);
}
p.footer {
    color: #fff !important;
    margin-bottom: 0;
}
p.footer a,
p.footer span {
    color: #fff !important;
}

.three-nail {
    position: absolute;
    right: 20px;
    bottom: 40px;
    height: 250px;
}


.action-book {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.action-book .booking-now-border {
    width: 40px;
    height: 40px;
    margin: 10px 0;
    margin-left: auto;
    text-align: center;
    text-transform: capitalize;
    background: var(--primary);
    color: #fff;
    border: solid 2px #fff;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all .3s ease;
    text-decoration: none;
}
.action-book .booking-now-border i {
  line-height: 35px;
}
.action-book .booking-now-border span {
  line-height: 35px;
  opacity: 0;
  visibility: hidden;
  margin-left: 5px;
  transition: all .3s ease-in-out;
  color: #fff;
}

.action-book .booking-now-border:hover {
width: 140px;
  background: var(--primary-light);
}

.action-book .booking-now-border:hover span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  color: var(--black);
}
.action-book .booking-now-border:hover i {
    color: var(--black);
}
.action-book .promo,
.action-book .promo:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  line-height: 40px;
  animation: color-change 1s infinite;
  font-weight: 600;
}

/*
// 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: 12px !important;
}

.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-img {
	    border-right: 1px solid rgba(0,0,0,0.1);
        padding-right: 25px;
	}
    .border-right {
        border-right: 1px solid #dee2e6 !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
        font-size: 18px !important;
    }

    .product-wap .product-color-dot {
        width: 12px;
        height: 12px;
    }
    .navbar-expand-lg .navbar-nav .nav-item .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }
    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    h1 b {
        font-size: 45px;
    }
}

.navbar {
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.header-area.header-sticky {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-in-out;
}
.header-area.header-sticky .navbar-brand {
    width: 10%;
}
.header-area {
    top: 45px;
    padding: 15px 0;
}
.navbar-toggler {
    background: var(--primary);
}
.navbar-light .navbar-toggler-icon {
    background: url(../images/toggle.png) no-repeat center;
    background-size: 90%;
}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.text-light.border-light-menu {
    border-bottom: 1px solid var(--black);
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

/* Nav */

#templatemo_nav_top * {
    font-size: .9rem !important;
}

#templatemo_nav_top a {
    color: #fff;
}
#templatemo_nav_top a.navbar-sm-brand {

    margin-right: 15px;
}

#templatemo_nav_top a:hover,
#templatemo_nav_top a:hover > i {
    color: var(--secondary) !important;
}

#templatemo_main_nav a {
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    padding: 0;
    margin: 0 25px;
    border-bottom: solid 1px transparent;
}
#templatemo_main_nav a:before {
    content: "♦";
    font-size: 18px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
#templatemo_main_nav a:hover,
#templatemo_main_nav a.active {
    color: var(--primary) !important;
    border-bottom: solid 1px var(--primary);
}
#templatemo_main_nav ul li:last-child a {
    margin-right: 0;
}
#templatemo_main_nav ul li:first-child a:before {
    display: none;
}

.margin-top{
    margin-top: 6rem !important;
}
#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}

.padding-footer {
    padding: 40px 0;
}

.padding-container {
    padding: 60px 0;
}
.text-justify{
    text-align: justify;
}
b, strong {
    font-weight: bold;
}

/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: url('../images/Village-nail-bar-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: #dfbd9d;
    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: #b49276;
    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: var(--primary);
    border: 1px solid var(--primary);
}

.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: var(--primary);
    transition: .3s;
    border-radius: 8px;
    border: 1px solid var(--primary);
    text-transform: uppercase;
}

.about .btn:hover {
    background: #161616;
}

.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;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

/*specialties*/

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    background: url(../images/bg-about.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 46%);
}
.team:before {
    content: "";
    width: 100%;
    height: 50%;
    background: url(../images/bg-light.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.team-item {
    position: relative;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/*
.team .team-item {
    border: solid 5px rgb(235 44 60 / 50%);
}
*/
.m-t {
    margin-top: 70px;
}
.team-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}
.team-img:before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/mask.png) no-repeat center top;
    background-size: cover;
}
.team-img img {
    width: 100%;
}

 .team-social {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

 .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: var(--primary);
    background: #fff;
    opacity: 0;
}

 .team-social a:hover {
    background: var(--primary) !important;
    color: #fff;
}

.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;
}



/*Menu service*/
@media (min-width: 768px) {
    .title-big {
        padding: 0 0 10px 0 !important;
        font-size: 25px;
        /* border-bottom: 1px solid #dee2e6 !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-family: 'Berryfield';
    font-size: 22px;
    line-height: 32px;
    color: var(--primary);
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    width: auto;
    /*
    margin-bottom:10px;
    font-family: 'Galada', cursive;
    */
}
.title-mid {
    font-size: 20px !important;
    color: var(--black);
    font-weight: 600 !important;
    padding: 10px 0 10px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: auto;
}
p.description-sm {
    color: #999;
    font-size: 14px !important;
    line-height: 20px;
}
.title-big.text-right {
	text-align: right;
}	
.description {
	color: #16161680; 
	text-align: justify;
	padding-top: 0;
    font-size: 14px;
    line-height: 25px;
    white-space: normal;
}
hr{
	margin: 2rem 0 !important;
}
.note{
    font-size: 14px !important;
    font-style: italic;
    text-transform: capitalize;
    color: #777;
    margin-bottom: 0 ;
}
.details,
.color-price {
    font-weight: 500 !important;
}
.color-price {
    color: var(--primary);
    font-weight: 500;
}
.color-note {
    color: var(--primary);
    font-weight: 400 !important;
}
.sub-service {
    font-size: 20px;
}

.circle-img{
    border-radius: 100%;
}
h2.h5{
    text-transform: capitalize;
    color: #777;
}

.text-yellow {
	color: #f8e4a3;
}

.navbar.scroll a{
	color: #FBDD78 !important;
}

.font-bodoniMT {
	font-family: 'bodoni MT', sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}



@media (max-width: 1024px) {

    .banner .col-left,
    .banner .col-right {
        padding: 0 15px !important;
    }
    .banner .carousel-inner .img-fluid {

        position: relative;
        top: 0;
        right: 0;
    }
    .about-img:before {
        content: "";
        width: 100%;
        height: 100%;
    }
    
    .specialties h1 {
        border-radius: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {

    .navbar-brand {
        width: 25%;
    }
    .header-area.header-sticky .navbar-brand {
        width: 15%;
    }
    #templatemo_main_nav a,
    #templatemo_main_nav ul li:last-child a {
        padding: 0.5rem 1.5rem;
    }
    #templatemo_main_nav ul li:last-child a {
        margin-right: 25px;
    }
    #templatemo_main_nav a:before,
    .title-about br {
        display: none;
    }
    .header-area {
        top: 0;
    }
    .fixed-top {
        top: 0 !important;
    }
    .tablet-hidden {
        display: none;
    }
    .navbar-collapse {
        background: var(--primary);
        padding: 20px 0;
        margin-top: 15px;
    }
    .banner .carousel-inner .img-fluid {
        width: auto;
        margin: 0 auto;
    }
    .banner .col-right,
    .about-img {
        margin-top: 30px;
    }
    .banner-title h1,
    .banner-title p {
        text-align: center;
    }
    .about-text {
        padding: 0;
    }
    .title-about {
        text-align: center;
    }
    .swipe {
        margin: 0 auto;
    }
    #templatemo_main_nav a {
        text-align: center;
        color: #fff;
    }
    #templatemo_main_nav a:hover,
    #templatemo_main_nav a.active {
        background: #fff;
        color: var(--primary);
    }
    .specialties-title {
        order: 1;
    }
    .specialties-img,
    .about-img {
        order: 2;
    }
    .team-img img {
        border-radius: 20px;
    }
    .team-img:before {
        height: 125px;
    }
    .three-nail {
        position: absolute;
        right: 0;
        bottom: 20px;
        height: 27%;
    }
    #tempaltemo_footer .img-logo-footer {
        width: 30%;
    }
    .action-book {
        width: 100%;
        right: 0;
        bottom: 10px;
        display: flex;
        justify-content: center;
    }
    .action-book .booking-now-border,
    .action-book .booking-now-border:hover,
    .action-book .booking-now-border:focus {
        width: 170px;
        margin: 0 5px;
    }
    .action-book .booking-now-border span {
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width: 768px){

    .navbar-brand {
        width: 30%;
    }
    .header-area.header-sticky .navbar-brand {
        width: 20%;
    }
    .banner-title h1 span,
    .title-about span {
        letter-spacing: 1px;
    }
    .team .col-md-6 {
        width: 50%;
    }
    .p-gallery .carousel-item .col-12 {
        width: 33.33%;
    }
    .team-img:before {
        height: 165px;
    }
    .team .team-img:before {
        height: 90px;
    }
    .py-5 {
        padding: 0 !important;
    }
    .m-t {
        margin-top: 0;
    }
    .mt-4 {
        margin-top: 2rem !important;
    }
    .about .sub-title {
        font-size: 25px;
    }
    .box-service .details .col-xs-12,
    .box-service .col-12 {
        padding: 0;
    }
    .title-big {
        margin-bottom: 0 !important;
        margin-top: 20px;
    }
    .details,
    .color-price {
        text-wrap: wrap !important;
    }
    .hide-mobile {
        display: none !important;
    }
    .navbar-collapse {
        padding-top: 15px;
    } 
    .specialties h2 {
        margin-bottom: 20px;
    }
    .three-nail {
        height: 20%;
    }
    .top-right,
    .left-bottom {
        margin-top: 0;
    }
    #tempaltemo_footer:before {
        height: calc(100% - 80px);
    }
}


@media (max-width:540px) {

    .navbar-brand {
        width: 35%;
    }
    .team .col-md-6 {
        width: 100%;
    }
    #template-mo-zay-hero-carousel .carousel-item {
        min-height: 20rem !important;
    }
    .banner-title h1,
    p.about-addr {
        text-align: center;
        font-size: 50px;
        line-height: 70px;
    }
    .banner-title h1 span {
        font-size: 4rem;
    }
    .specialties h2,
    .p-gallery h2 {
        font-size: 2.5rem;
    }
    .banner-title p {
        font-size: 20px;
        text-align: center;
    }
    .banner .swipe {
        margin: 0 auto;
    }
    .swipe {
        height: 50px;
        padding: 20px 20px 20px 60px;
    }
    .swipe .container {
        left: 2px;
        width: 45px;
        height: 45px;
    }
    .swipe:hover .container {
        left: calc(100% - 52px);
        color: #fff;
    }
    .title-about {
        font-size: 50px;
        line-height: 75px;
    }
    .about-img .border-box {
        left: 0;
        top: -13px;
        height: calc(100% + 25px);
    }
    #tempaltemo_footer ul.quick-link li {
        width: calc(100% / 1);
    }
    .p-gallery .img-fluid {
        border: solid 5px #fff;
        border-radius: 0 15px 0 15px;
    }
    .team .team-img:before {
        height: 165px;
    }

}


@media (max-width: 480px) {

    .banner-title h1,
    .title-about {
        font-size: 45px;
        line-height: 65px;
    }
    .banner-title h1 span,
    .title-about span {
        font-size: 3.5rem;
    }
    .specialties h2,
    .p-gallery h2 {
        font-size: 2rem;
    }
    .section-padding {
        padding: 50px 0;
    }
    #tempaltemo_footer .img-logo-footer {
        width: 40%;
    }
    .action-book .booking-now-border,
    .action-book .booking-now-border:hover,
    .action-book .booking-now-border:focus {
        width: calc(100% / 2);
        margin: 0 5px;
    }
}

@media (max-width: 375px) {

    .navbar-brand {
        width: 40%;
    }
    #tempaltemo_footer .img-logo-footer {
        width: 50%;
    }
    .header-area.header-sticky .navbar-brand {
        width: 30%;
    }
    .banner-title h1 span,
    .title-about span {
        font-size: 3rem;
    }
    .box-service .details .col-xs-12,
    .box-service .col-12 {
        padding: 0;
    }
    
}