    /*

    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)
    --------------------------------------------- */


    @import url('https://fonts.cdnfonts.com/css/secretoria');

    @font-face {
        font-family: 'Caros';
        src: url('../webfonts/CarosLight.woff2') format('woff2'),
            url('../webfonts/CarosLight.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'lady';
        src: url('../webfonts/Handletters_Demo.woff2') format('woff2'),
            url('../webfonts/Handletters_Demo.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }



    :root {
        --color1: #f7611b;
        /* --color2: #aed8e6;
    --color3: #89cff0;
    --color4: #82cafa; */
        --color5: #82a515;
        --color6: #231f20;
        /*  --color7: #f8e4a33b;
    --color8:#8a664e;*/
        --color5_white: white;
    }

    /* Typography */
    body,
    ul,
    li,
    p,
    a,
    label,
    input,
    div {
        /* font-family: 'Roboto', sans-serif; */
        text-align: justify;
        font-family: 'Caros';
        /* font-size: 18px !important; */
        font-weight: 300 !important;
        color: var(--color4);
    }

    .text-slide {
        color: var(--color6);
    }

    .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 {
        /* font-family: 'Galada', cursive; */
        /* font-family: 'bodoni MT', sans-serif; */
        font-size: 40px !important;
        font-weight: 500 !important;
    }

    .bg-yellow1 {
        background-color: var(--color5);
    }

    @media screen and (max-width: 768px) {
        .h1 {
            font-size: 28px !important;
            line-height: 59px;
        }
    }

    .h2,
    h2 {
        /* font-family: 'Galada', cursive; */
        /* font-family: 'bodoni MT', sans-serif; */
        font-size: 30px !important;
        font-weight: 300;
    }

    .h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 22px !important;
    }

    ul {
        list-style: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        color: #ffffff;
        background: transparent;
    }

    /* General */
    .logo {
        font-weight: 500 !important;
    }

    img#imgsrc {
        height: 60px;
    }

    @media screen and (max-width: 768px) {
        img#imgsrc {
            /* height: 100px; */
        }
    }

    .btn:focus {
        outline: none;
    }

    .text-warning {
        color: #ede861 !important;
    }

    .text-muted {
        color: #bcbcbc !important;
    }

    .text-success {
        text-shadow: -1px 1px 0 var(--color5_white), 1px 1px 0 var(--color5_white), 1px -1px 0 var(--color5_white), -1px -1px 0 var(--color5_white);
        font-family: 'Secretoria', sans-serif;

        color: var(--color1) !important
    }

    .text-light {
        color: var(--color5_white) !important;
    }

    .bg-dark {
        background-color: #242424 !important
    }

    .bg-button {
        background-color: var(--color2) !important
    }

    .bg-foot {
        position: relative;
        background-color: var(--color5) !important
            /* background-image: url("../images/bg-foot.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; */

    }

    .bg-foot::after {
        clip-path: polygon(0% 0%, 84.87% 0%, 100% 100%, 0% 100%);
        position: absolute;
        z-index: -1;
        top: 25px;
        left: 0;
        width: calc(50% - 12rem);
        height: calc(50% - 3rem);
        content: "";
        background-color: white;
    }

    .bg-foot::before {
        clip-path: polygon(0% 0%, 84.87% 0%, 100% 100%, 0% 100%);
        position: absolute;
        top: 15px;
        left: 0;
        z-index: -1;
        width: calc(50% - 11.5rem);
        height: calc(50% - 3rem);
        content: "";
        background-color: var(--color1);
    }

    .bg-light {
        background-attachment: fixed;
        /* background-color: var(--color7) !important; */
        background-image: url("../images/bg-blue.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .bg-black {
        background-color: var(--color1) !important;
    }

    .bg-success {
        background-color: #fff5ee !important;
    }

    .btn-success {
        background-color: var(--color1) !important;
        border-color: var(--color1) !important;
    }

    .pagination .page-link:hover {
        color: #000;
    }

    .pagination .page-link:hover,
    .pagination .page-link.active {
        background-color: #8e664d;
        color: #fff;
    }

    .about-title {
        text-align: center;
        color: var(--color1);
        margin-bottom: 15px;
        font-family: 'Secretoria', sans-serif;
    }

    .gallery {
        background-color: var(--color3);
    }

    .gallery .fa-chevron-left,
    .gallery .fa-chevron-right {
        color: var(--color1);
        font-size: 30px;
    }

    .gallery .fa-chevron-left:hover,
    .gallery .fa-chevron-right:hover {
        color: var(--color1);
    }

    .shadow {
        box-shadow: 0 5px 14px #cde28a !important;
        /* box-shadow: 0 .2rem 0.2rem rgba(0,0,0,.15)!important; */
    }

    .no-border {
        border: none;
    }

    .title-about {
        padding: 2rem 0;
        /* text-shadow: -1px 1px 0 var(--color5_white), 1px 1px 0 var(--color5_white), 1px -1px 0 var(--color5_white), -1px -1px 0 var(--color5_white); */

        /* text-align: center; */
        color: var(--color6);
        font-family: emoji;
        font-family: 'Secretoria', sans-serif;

    }

    .width {
        width: 100px;
    }

    .fixed-top {
        top: 40px;
    }

    #templatemo_nav_top {
        z-index: 0;
    }

    #navigation-scroll {
        z-index: 10;
        /* background-image: url("../images/bg-head.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
        background-color: var(--color5);
    }

    #navigation-scroll::after {
        position: absolute;
        width: calc(50% - 20rem);
        height: 100%;
        z-index: -1;
        clip-path: polygon(0% 0%, 84.87% 0%, 100% 100%, 0% 100%);
        background-color: white;
        content: "";
        top: 0;
        left: 0;
    }

    /* Nav */
    #templatemo_nav_top {
        min-height: 40px;
    }

    #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;
        background: transparent;
    }

    #templatemo_main_nav .navbar .nav-icon {
        margin-right: 20px;
    }

    /* Hero Carousel */
    #template-mo-zay-hero-carousel {
        /*background: #efefef !important;*/
        margin-top: 70px;
    }

    #template-mo-zay-hero-carousel .btn {
        background-color: var(--color2);
        color: var(--color1);
        padding: .8rem 2rem;
        margin-bottom: 1rem;
        border-radius: 8px;
        border: 1px solid var(--color2);
    }

    #template-mo-zay-hero-carousel .btn:hover {
        background-color: transparent;
        color: var(--color2);
    }


    /* .slide1{
            background: url("../images/banner-01.jpg") rgb(0 0 0 / 74%) !important;
            background-size: cover !important;
            background-blend-mode: overlay;
            background-position:center;


        }
        .slide2{
            background: url("../images/banner-02.jpg") rgb(0 0 0 / 74%) !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            background-blend-mode: overlay;
            background-position:bottom;

        }
        .slide3{
            background: url("../images/banner-03.jpg") rgb(0 0 0 / 74%) !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            background-blend-mode: overlay;
            background-position:bottom;
        } */

    /*----------------------------*/
    .overlay {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 100%;
        height: 100%;
        transition: .5s ease;
        opacity: 1;
        color: white;
        font-size: 20px;
        padding: 20px;
        text-align: center;
    }

    .left-content {
        position: relative;
    }

    .main-banner .left-content .inner-content {
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
    }

    .main-banner .right-content .right-first-image .thumb .inner-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        color: white;
    }

    .main-banner .right-content .right-first-image .thumb:hover .hover-content {
        opacity: 1;
        visibility: visible;
    }

    .main-banner .left-content h4 {
        font-size: 3rem;
        color: var(--color2);
    }

    .inner-content h4 {
        font-size: 2rem;
    }

    .inner h4 {
        font-size: 2rem;
        color: var(--color1);
    }

    .main-border-button a {
        border-radius: 30px;
        font-size: 15px;
        color: black;
        padding: 12px 25px;
        display: inline-block;
        font-weight: 500;
        transition: all .3s;
        background: linear-gradient(45deg, black, var(--color2), black);
        font-weight: bold;
        text-decoration: none !important;

        border: 1px solid var(--color1);
    }

    .main-border-button a:hover {
        background: linear-gradient(145deg, black, var(--color2), black);

        border: 1px solid var(--color1);
    }

    .main-banner .right-content .right-first-image .thumb .inner-content h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 15px;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    .color-gold a {
        text-decoration: none !important;
        border-radius: 30px;
        font-size: 18px;
        color: var(--color4);
        /* border: 1px solid #fff; */
        padding: 12px 25px;
        display: inline-block;
        font-weight: 600;
        transition: all .3s;
        /* background: #000; */
        background: linear-gradient(45deg, black, var(--color2), black);
        border: 1px solid var(--color1);
    }

    .color-gold a:hover {
        background: linear-gradient(145deg, black, var(--color2), black);
    }

    .main-banner .right-content .right-first-image .thumb .hover-content {
        position: absolute;
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px;
        text-align: center;
        background: linear-gradient(360deg, rgba(242, 213, 153, 0.95) 46.71%, rgba(201, 162, 103, 0.95) 100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }

    .main-banner .right-content .right-first-image .thumb .hover-content .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-banner .right-content .right-first-image .thumb {
        position: relative;
        text-align: center;
    }

    .right-first-image {
        /* position: relative; */
    }

    .main-banner {
        padding-top: 100px;
    }

    .main-banner img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    /*------------------*/

    @media screen and (max-width: 768px) {
        #template-mo-zay-hero-carousel {
            margin-top: 55px;
        }

        .main-banner .left-content .inner-content {
            left: 50%;
            top: 47.5%;
            transform: translate(-50%, -50%);
            text-align: center;
        }

        .color-gold {
            text-align: center;
        }

        .main-banner .left-content h4 {
            font-size: 2rem;
        }
    }

    @media screen and (max-width: 480px) {
        .team-item {
            min-height: initial !important;
        }
    }

    .navbar.black {
        background: linear-gradient(270deg, #000000 0%, #333333 9.91%, #000000 32.86%);
        display: inline-block;
        vertical-align: middle;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .navbar.scroll #imgsrc,
    .navbar.scroll #imgsrc.active {
        background-image: url(../images/logo.png) !important;
        display: inline-block;
        vertical-align: middle;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    /* 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: 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 {
        background-attachment: fixed;
        /* background: var(--color7) !important; */
        background-image: url("../images/bg-blue.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #template-mo-zay-hero-carousel .carousel-indicators li {
        margin-top: -30px;
        background-color: var(--color4);
    }

    #template-mo-zay-hero-carousel .carousel-control-next i,
    #template-mo-zay-hero-carousel .carousel-control-prev i {
        color: var(--color1) !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: #c69471;
    }

    /* Contact map */
    .leaflet-control a,
    .leaflet-control {
        font-size: 10px !important;
    }

    .form-control {
        border: 1px solid #e8e8e8;
    }

    /* Footer */

    .column-left {
        width: 115px;
    }

    .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 {
        z-index: 1;
        position: relative;
    }

    #tempaltemo_footer a {
        color: var(--color6);
    }

    #tempaltemo_footer span {
        color: var(--color6);
    }

    #tempaltemo_footer a.active,
    #tempaltemo_footer a:hover {
        color: var(--color5_white);
        background: transparent;
    }

    #tempaltemo_footer ul.footer-link-list li {
        padding-top: 10px;
        color: var(--color2);
    }

    #tempaltemo_footer ul.footer-link-list i {
        margin-right: 5px;
    }

    #tempaltemo_footer ul.footer-icons {
        padding-top: 10px;
    }

    #tempaltemo_footer ul.footer-icons li {
        background-color: var(--color1);
        width: 2.6em;
        height: 2.6em;
        line-height: 2.6em;
    }

    #tempaltemo_footer ul.footer-icons li i {
        color: var(--color5_white) !important;

    }

    #tempaltemo_footer ul.footer-icons li:hover {
        border: 1px solid var(--color5) !important;
        background-color: var(--color6);
        transition: .5s;
    }

    #tempaltemo_footer ul.footer-icons li:hover i {
        color: var(--color5_white) !important;
        transition: .5s;
    }

    #tempaltemo_footer .border-light {
        border-color: #2d343f !important;
    }


    .mountain-foot {
        height: 300px;
        width: 100%;
        overflow: hidden;
        position: absolute;
        bottom: 4.7rem;
    }

    .logo-foot {
        width: 60%;
    }

    .img-logo-footer {
        width: 100%;
        height: 100%;
    }

    /*
    // 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;
    }

    .carousel-inner .img-fluid {
        padding: .2rem;
        border: 1px solid var(--color5);
        border-bottom-left-radius: 20px 20px;
        border-top-right-radius: 20px 20px;
    }

    .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);
        }

        .border-right {
            border-right: 1px solid #dee2e6 !important;
        }

        .gallery .img-fluid {
            border-bottom-left-radius: 20px 20px;
            border-top-right-radius: 20px 20px;
        }

    }

    /* Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {
        #navigation-scroll {
            /* top: 40px; */
        }

        #templatemo_main_nav .navbar-nav {
            /* max-width: 625px; */
        }

        #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: 18px !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;
        }
    }

    /* Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {
        /* .py-5{
            padding-top: 5rem !important;
            padding-bottom: 5rem !important;
        } */
    }

    .navbar {
        background: var(--color5_lighter);
        /* background-image: url("../images/bg-head.png"); */
        padding: 5px 0;
        transition: 0.3s;
    }

    .rounded-circle a {
        color: #242424 !important;
    }

    #tempaltemo_footer a.text-color {
        color: #fefefe;
        text-decoration: none;
    }

    #tempaltemo_footer a.text-color:hover {
        color: var(--color6);
    }

    .text-light.border-light-menu {
        border-bottom: 1px solid var(--color5_white);
    }

    .mr-auto,
    .mx-auto {
        margin-right: auto !important;
    }

    .ml-auto {
        margin-left: auto !important;
    }

    /* Nav */
    .nav-info i,
    .nav-info a {
        color: var(--color5_white);
    }

    #templatemo_nav_top {
        min-height: 40px;
        background-color: var(--color1) !important;
    }

    #templatemo_nav_top * {
        font-size: .9rem !important;
        line-height: 30px;
    }

    #templatemo_nav_top a:hover {
        color: var(--color6) !important;
    }

    #templatemo_nav_top a:hover i {
        color: var(--color6) !important;
    }

    #templatemo_main_nav a {
        color: var(--color5_white);
        font-weight: 400 !important;
    }

    #templatemo_main_nav a:hover {
        color: var(--color6) !important;
    }

    .margin-top {
        margin-top: 6rem !important;
    }

    #templatemo_main_nav .navbar .nav-icon {
        margin-right: 20px;
    }

    ul li a.active {
        background: red;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: var(--color6) !important;
    }

    .padding-footer {
        padding: 40px 0 20px;
    }

    #tempaltemo_footer .border-light {
        border-color: var(--color1) !important;
    }

    .padding-container {
        padding: 60px 0;
    }

    .text-justify {
        text-align: justify;
    }

    /*******************************/
    /********* 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(--color1);
        border: 1px solid var(--color1);
    }

    .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(--color1);
        transition: .3s;
        border-radius: 8px;
        border: 1px solid var(--color5_white);
        text-transform: uppercase;
    }

    .about .btn:hover {
        color: var(--color5);
        background: transparent;
        border: 1px solid var(--color5);
    }

    .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%;
        padding: 25px 0 15px 0;
        background-color: var(--color3);
        /* background-image: url("../images/bg-service.jpg") ; */
        /* background-repeat: no-repeat;
        background-size: cover;
        background-position: center; */
    }


    .team-item {
        /* min-height: 390px; */
        position: relative;
        margin-bottom: 30px;
        padding: 3px;
        /* background:var(--color5); */
        border: 1px solid var(--color5);
        transition: all 0.3s;
    }

    .team-item:hover .team-img img {
        transform: scale(1.3);

    }

    .team-item a {
        text-decoration: none;
    }

    .team-img {
        overflow: hidden;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .team-img h4 {
        padding-top: .8rem;
    }

    .team-img img {
        transition: all 0.3s;

        position: relative;
        width: 100%;
    }

    .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;
        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: #fff;
        background: var(--color1) !important;
        opacity: 0;
    }

    .team-social a.btn-success:hover {
        /* border: 1px solid var(--color5); */
        border-color: var(--color5) !important;
        background: var(--color5) !important;
    }


    .team-item:hover .team-social {
        background: rgba(45, 45, 45, .5);
    }

    .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;
    }

    .last-index .color-price {
        margin-top: .5rem;
    }

    @media (max-width: 768px) {

        .fixed-top {
            top: 0 !important;
        }

        .text-success {
            margin-bottom: 15px;
        }

        .py-5 {
            padding-top: 2em !important;
            padding-bottom: 1em !important;
        }

        .p-5 {
            padding-bottom: 1em !important;
        }

        #servicesOfCate .title-big {
            margin-top: 20px;
            margin-bottom: 0rem;
            padding: 0;
            /* margin-bottom: -10px; */
        }

        .details {
            margin-top: 1rem;
        }

        .line-dash {
            margin: 20px 0 !important;
        }

        .mountain-foot {
            /* display: none; */
            top: 0;
            -webkit-transform: scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
        }

        .last-index {
            margin-top: 1rem;
        }

        .img-ocean {
            display: none;
        }

        .img-bottle {
            bottom: -1rem !important;
            right: -2rem !important;
        }

        #navigation-scroll::after {
            width: calc(50% - 0rem);
            height: 4.5rem;
        }

        .bg-foot::before {
            width: calc(50% + 6.5rem);
            height: calc(8rem);
        }

        .bg-foot::after {
            width: calc(50% + 6rem);
            height: calc(8rem);
        }

        .about-home::after {
            top: 0 !important;
            width: calc(100%) !important;
            height: calc(26rem) !important;
        }

        .about-page::after {
            width: calc(100%) !important;
            height: calc(31rem) !important;
        }

        .promotion .promotion-content {
            padding: 2rem !important;
        }

    }

    /*Menu service*/

    .logo-img {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    @media (min-width: 768px) {
        .title-big {
            /* padding: 0 0 10px 0 !important; */
            font-size: 25px;
            /* border-bottom: 1px solid #dee2e6 !important; */
        }

        .carousel-inner .img-fluid {
            border-bottom-left-radius: 50px 50px;
            border-top-right-radius: 50px 50px;

        }
    }

    .line-dash {
        border: 1px solid rgba(255, 255, 255, 0.05);
        height: 0.5px;
        width: 100%;
        margin: 25px 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-weight: 600 !important;
        font-family: 'Caros';
        background-image: linear-gradient(to left, transparent, #f7611b66, transparent);
        text-align: center;
        font-size: 20px !important;
        color: var(--color6);
        padding: 10px 0 10px 0 !important;
        letter-spacing: 1px;
        text-transform: capitalize;
        width: auto;
        /* font-family: 'Galada', cursive; */
    }

    .title-big.text-right {
        text-align: right;
    }

    .description {
        color: gray;
        font-size: 1rem !important;
        text-align: justify;
        /* padding-top: 0.5rem; */
        padding-top: 0px;
        /* line-height: 1rem; */
        /* font-style: italic; */
        padding-bottom: .6rem;
        padding-right: 0;
    }

    .text-grey {
        text-align: justify;
    }

    .sub-title {
        font-weight: bold !important;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    @media (min-width: 768px) {
        .details {
            overflow-y: auto;
            overflow-x: hidden;
            max-height: 225px;
        }
    }

    .details::-webkit-scrollbar {
        width: 3px;
    }

    .details::-webkit-scrollbar-track {
        background: var(--color2);
    }

    .details::-webkit-scrollbar-thumb {
        background: var(--color1);
    }

    hr {
        margin: 2rem 0 !important;
    }

    .note {
        font-size: 14px !important;
        font-style: italic;
        text-transform: capitalize;
        color: #777;
        margin-bottom: 0;
    }

    .color-price {
        font-size: 19px;
        font-weight: 600 !important;
        color: var(--color5);
    }

    .color-note {
        color: var(--color1);
        font-weight: 400 !important;
    }

    .circle-img {
        border-radius: 100%;
    }

    h2.h5 {
        text-transform: capitalize;
        color: #777;
    }

    .text-yellow {
        color: var(--color2);
    }

    .navbar.scroll a {
        color: var(--color2) !important;
    }

    .font-bodoniMT {
        font-family: 'bodoni MT', sans-serif !important;
        font-size: 20px !important;
        font-weight: 500 !important;
    }


    .about {
        z-index: 1;
        background-color: #d9e8a7;
        /* padding-top: 70px !important; */
        /* background-image: url("../images/about-bg.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed; */
    }

    .about img {
        border: .5rem solid var(--color5_white);

    }


    .about-home {
        position: relative;
    }

    .about-page {
        padding-top: 5rem;
        position: relative;
    }

    .about-page::after {
        background-image: url("../images/bg-nail.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        background-attachment: fixed;
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50% - 28rem);
        height: calc(100%);
        content: "";
        z-index: -1;
    }

    .about-home::after {
        background-image: url("../images/bg-nail.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        background-attachment: fixed;
        position: absolute;
        top: -2rem;
        left: 0;
        width: calc(50% - 23rem);
        height: calc(100% + 3rem);
        content: "";
        z-index: -1;
    }

    .about .rounded-circle {
        border: 10px solid var(--color2);
    }

    .about div {
        color: var(--color6);

    }


    .bold-text {
        font-weight: bold;
    }

    .footer {
        color: var(--color6);
    }

    #servicesOfCate .col-10,
    #servicesOfCate .col-8 {
        font-size: 19px;
        color: var(--color6);
    }

    #servicesOfCate .description .col-10 {
        color: gray;
        font-size: 1rem;
    }

    #servicesOfCate .description .col-12 {
        color: #02346782;

    }

    #servicesOfCate .description .col-2 {
        padding-left: 5px;
    }

    .img-ocean {
        width: calc(100% + 16rem);
        position: absolute;
        top: -118px;
        left: -154px;
        z-index: -1;
    }

    .banner .img-fluid {
        border-radius: 100%;
        border-bottom-right-radius: 2rem;
        border: 3px solid var(--color1);

    }

    .img-bottle {
        position: absolute;
        bottom: -3rem;
        width: 45%;
        right: -3rem;
    }

    .box {
        box-shadow: black 0px 27px 16px -26px;
        border: 1px solid var(--color5);
        padding: .2rem;
        /* border-radius: 100%; */
        /* box-shadow: 0px 6px 3px 0px var(--color1); */
    }

    .promotion {
        padding: 3rem 1rem;
    }

    .promotion .promotion-content {
        padding: 3rem;
        background-color: #ffbea0;
    }

    .no-promo {

        z-index: 1;
        position: relative;
        background-image: url("../images/bg-nail.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 8rem 1rem;
    }

    .no-promo::after {

        z-index: -1;
        position: absolute;
        top: 41px;
        left: 38px;
        width: calc(100% - 5rem);
        height: calc(100% - 5rem);
        background-color: #ffffffba;
        content: "";

    }

    .no-promo p {
        font-size: 20px;
        padding: 0 2rem;
        text-align: center;

    }