/*
 *	Resto by GetTemplates.co
 *	URL: https://gettemplates.co
 */


:root {
  --primary: #EAE4D5;
  --secondary: #413330;
  --pink: #F564A9;
  --bg-primary: #F2F2F2;
  --color-title: #e7ca4f;
  --color-text: #231F20;
}


@font-face {
    font-family: 'Baskerville Classico';
    src: url('../fonts/BaskervilleClassico.woff2') format('woff2'),
        url('../fonts/BaskervilleClassico.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media (prefers-reduced-motion: no-preference){
    :root {
        scroll-behavior: smooth;
        overflow-x: hidden; /* fix for AOS scrolling show scrollbar */
    }
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: var(--color-text);
    overflow-x: hidden; /* fix for scroll when fixed-top*/
    /*background-color: #eabe77;*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1, h2 {
    font-weight: 700;
}
img {
    max-width: 100%;
}

.bg-silver {
    background-color: #efeded !important;
}

.bg-white {
    /*background-color: #ffe492;*/
    background-color: #F8FCF7 !important;
}
.menus.no-border{
    border-bottom: none;
}
a {
    color: var(--color-text);
}
a:hover {
    color: var(--color-title);
    text-decoration: none;
}
.team-social-links a{
    color: #bf9110;
}

a:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
}

.btn-icon .lnr {
    font-size: 30px;
    margin-right: 10px;
}
.section-padding {
    padding-top: 70px ;
    padding-bottom: 70px;
}
.boxed-page {
    position: relative;
    border-color: #ededed;
}

.boxed-page .section-padding,
.section-padding-contact{
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .boxed-page .section-padding {
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-cover {
    object-fit: cover;
    object-position: center;
}

.navbar-brand-center {
    padding: 10px;
    margin: 0 10px;
    width: 40%;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.navbar-brand-center .img-logo {
    margin: 0 auto;
}
.sidenav .img-logo,
.footer-logo {
    display: block;
    max-width: 100%;
}
.nav-item {
    padding: 0 15px;
}
.nav-link {
    color: var(--color-text);
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    height: 35px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0 15px !important;
    transition: all .2s ease-in-out;
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    position: relative;
    text-transform: uppercase;
    border-radius: 5px;
}
#navbar-header .container {
    position: relative;
}
#navbar-header .bg-hidden {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    flex-wrap: nowrap;
}

#navbar-header .navbar-nav .dropdown-menu {
    border: none;
    border-bottom: 2px solid #bf9110;
    border-radius: 0 !important;
    box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15);
}

@media (min-width: 1024px) {
    #navbar-header .navbar-nav {
        width: 100%;
        position: relative;
    }

    #navbar-header .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        transition: all 500ms ease;
    }

    #navbar-header .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
    }

    .boxed-page .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-padding-contact {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .testi-content .testi-text{
        padding: 30px 20% !important;
    }
}

.btn {
    font-size: 20px;
    font-weight: 500;
}

/* From Uiverse.io by Web-Potato */ 
.btn-primary {
    display: block;
    padding: 0 15px;
    width: 150px;
    height: 50px;
    background: var(--pink);
    border-radius: 0.3em;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;
    position: relative;
    border: solid 2px #fff;
    text-transform: uppercase;
}

.btn-primary:hover {
    border: solid 2px #fff;
    text-decoration: none;
    background: var(--secondary);
}


.header-area {
  box-shadow: none;
  width: 100%;
  z-index: 999;
  padding: 20px 1rem;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: transparent;
}
.header-area .collapse {
    position: relative;
}
/*
.header-area .collapse:before {
    content: "";
    background: #fff;
    width: 12%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.header-area .collapse:hover:before {
    width: 100%;
    border-radius: 90px;
}
.header-area .collapse:hover .nav-link {
    color: var(--color-text);
}
.header-area .collapse:hover .nav-link:hover,
.header-area .collapse:hover .nav-link.active,
.header-area .collapse:hover .lnr {
    color: var(--primary);
}
*/
.header-area.header-sticky {
  position: fixed;
  padding: 10px 1rem;
  background: var(--primary);
  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-center {
    padding: 5px 10px;
}
.header-area.header-sticky .navbar-brand-center .img-logo {
    width: 60%;
}
.header-area.header-sticky .hidden-left:before,
.header-area.header-sticky .hidden-right:before {
    height: calc(100% + 25px);
}
.header-area.header-sticky .collapse {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


.hero {
    /*background: #B7CCB0;
    background: url(../images/bg-banner.png) no-repeat center;
    background-size: cover;*/
    background: var(--primary);
    background: linear-gradient(180deg, var(--primary) 0%, rgb(234 228 213 / 15%) 100%);
    position: relative;
    padding-top: 230px;
}

.hero:before {
    content: "";
    width: 100%;
    height: 30%;
    background: url(../images/bg-banner.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.2;
}
/*
.hero:after {
    content: "";
    width: 50%;
    height: 100%;
    background: var(--color-title);
    position: absolute;
    right: 0;
    top: 0;
}
*/

/*
.hero-right:before {
    content: "";
    background: #ededed;
    width: 100vw;
    height: calc(100% + 83px);
    position: absolute;
    left: 0;
    top: -10px;
}
*/
.hero .btn-green {
    height: 51px;
}
.hero .btn-green:hover {
    background: #fff !important;
    color: var(--blue);
}
.hero-carousel .owl-item img {
    position: relative;
}
.hero h1 {
    font-family: 'Baskerville Classico';
    position: relative;
    font-size: 4rem;
    line-height: 75px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    color: var(--secondary);
}

.hero h1 span {
  text-transform: uppercase;
}

.hero h2 {
    position: relative;
    color: var(--color-text);
}
.hero-left,
.hero-right,
.hidden-right,
.hidden-left {
    position: relative;
}
.hero-left {
    z-index: 3;
}
/*
.hero-left:before,
.hidden-left:before {
    content: "";
    background: var(--primary);
    width: 100vw;
    height: calc(100% + 83px);
    position: absolute;
    right: 0;
    top: -10px;
}
.hero-right:before,
.hidden-right:before {
    content: "";
    background: var(--secondary);
    width: 100vw;
    height: calc(100% + 83px);
    position: absolute;
    left: 0;
    top: -10px;
}
*/
.hero-left {
    padding-top: 100px;
}
#manicure,
#acrylic,
#pedicure,
#kids,
#organic,
#additional,
#eyelash,
#waxing,
#extra,
#dipping,
#facial,
#spa {
    padding: 15px 0;
}


.hero-info {
    padding-top: 60px;
}

@media (min-width: 1420px) {
    .hero-info {
        padding-top: 140px;
    }
}

.hero-info li {
    padding-right: 15px;
    padding-left: 15px;
}

.hero-info .lnr {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.hero-carousel .owl-prev, .hero-carousel .owl-next {
    width: 60px;
    height: 60px;
}

.hero-carousel .owl-prev, .hero-carousel .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.hero-carousel .owl-prev {
    border-right: 1px solid #f7f8f9;
}

.hero-carousel .owl-nav {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-carousel .owl-item img {
    object-fit: cover;
    max-width: 100%;
}


.thumb-menu img {
    /*height: 150px;*/
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.heading-section {
    position: relative;
    color: var(--secondary);
}
.heading-section .subheading {
    font-size: 4rem;
    line-height: 3rem;
    font-weight: 800;
    display: block;
    color: var(--secondary);
}
.heading-section h2 {
    font-family: 'Baskerville Classico';
    font-size: 3rem;
    line-height: 3rem;
    text-transform: capitalize;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    z-index: 3;
    font-weight: normal;
    color: var(--secondary);
}

/*============================
=            MENU            =
============================*/
.menu-img .img-fluid {
    position: relative;
}
#gtco-menu {
    position: relative;
    background: #fff;
}
/*
#gtco-menu:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/bg-menu.png) no-repeat center;
    background-size: cover;
}
*/
#gtco-menu .heading-section .subheading {
    text-align: center;
}
#gtco-menu .service {
    background: var(--primary);
    padding: 50px 0;
    position: relative;
    margin-top: 50px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
#gtco-menu .service .inner {
    background: #fff;
    padding: 15px 0;
    position: relative;
}
/*
#gtco-menu .heading-menu {
    background: var(--yellow);
    padding: 15px 10px 10px 10px;
    position: absolute;
    width: 367px;
    left: -90px;
    margin: 30px 0;
    rotate: -35deg;
    top: 5px;
    z-index: 5;
}
*/

/* HTML: <div class="ribbon">Your text content</div> */
#gtco-menu .heading-menu {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
#gtco-menu .heading-menu {
  --r: .4em; /* control the ribbon shape (the radius) */
  position: absolute;
  bottom: 20px;
  inset-inline: calc(-1*var(--r));
  text-align: center;
  line-height: 1.8; 
  padding: calc(2*var(--r)) .5em 0;
  border-radius: var(--r);
  --_g:0/var(--r) calc(2*var(--r)) no-repeat;
  background: 
    radial-gradient(100% 50% at right,#0005 98%,#0000 101%) 0    var(--_g),
    radial-gradient(100% 50% at left ,#0005 98%,#0000 101%) 100% var(--_g),
    conic-gradient(at var(--r) calc(2*var(--r)),#0000 25%, var(--secondary) 0)
     0 0/calc(100% - var(--r)) 100%;
}
/*
#gtco-menu .heading-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid #b78a1f;
    border-left: 20px solid transparent;
    position: absolute;
    left: 0;
    top: -20px;
}
#gtco-menu .heading-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid #b78a1f;
    border-right: 20px solid transparent;
    position: absolute;
    right: 0;
    top: -20px;
}
*/
#gtco-menu .heading-menu h3 {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 10px;
}
#gtco-menu .heading-menu h3 a {
    color: #fff;
}
#gtco-menu .menu-home .menus {
    min-height: 170px;
}
#gtco-menu .menus {
    border: none;
    border-bottom: dotted 1px #d7d7d7;
}
#gtco-menu .menus .service_item:nth-child(2n+1) {
    background: #f3f3f3;
}

#gtco-gallery {
    background: #fff;
    position: relative;
}
/*
#gtco-gallery:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/bg-gallery.png) no-repeat center;
    background-size: cover;
}
*/
#gtco-gallery .heading-section .subheading {
    color: #fff5ca;
    text-align: center;
}
#gtco-gallery .heading-section h2 {
    color: var(--secondary);
}
.menus:hover img {
    transform: scale(1.1, 1.1);
}
.menu-img {
    position: relative;
    overflow: visible;
    padding: 0 15px;
    cursor: pointer;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.menu-img a img {
    transition: all .5s ease;
    object-fit: cover;
    position: relative;
}

.menu-price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--secondary);
}
.service_desc {
    color: #252525;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    text-align: justify;
    text-transform: initial;
    font-family: 'Josefin Sans', sans-serif;
}

.menus p, .menus h3 {
    margin-bottom: 0;
}
.menus p.description {
    font-weight: 500;
    color: #777;
}
.menus .text-wrap {
    /*width: calc(100% - 95px);*/
    width: 100%;
}

.service_name {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500 !important;
}

.sub_service {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    border-top: dotted 1px #ddd;
    padding-top: 20px;
}

.details {
    overflow-x: hidden;
}
.details::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.details::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.details::-webkit-scrollbar-thumb
{
    background-color: #666;
}

#gtco-menu.page-service {
    position: relative;
    background: var(--bg-primary);
}
/*
#gtco-menu.page-service:before {
    content: "";
    width: 100%;
    height: 25%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/bg-menu.png) no-repeat center;
    background-size: cover;
}
*/
#gtco-menu.page-service .service {
    background: var(--primary);
    position: relative;
    min-height: auto;
    padding: 5px;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
#gtco-menu.page-service .service_name,
#gtco-menu.page-service .menu-price {
    font-size: 18px;
    line-height: 28px;
}
#gtco-menu.page-service .service .inner {
    padding: 25px 0;
}
#gtco-menu.page-service .heading-menu {
    position: relative;
    background: transparent;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    rotate: 0deg;
    --d: 0;
    border: none;
    text-align: left;
}
#gtco-menu.page-service .heading-menu h3 {
    color: var(--secondary);
    position: relative;
    font-size: 40px;
}
#gtco-menu.page-service h3 .service_desc {
    display: block;
    margin-top: 10px;
    position: relative;
}
#gtco-menu.page-service .heading-menu:before,
#gtco-menu.page-service .heading-menu:after {
    display: none;
}
#gtco-menu.page-service .menu-img {
    border-radius: 100%;
    box-shadow: none;
    position: relative;
    padding: 0;
}
#gtco-menu.page-service .heading-menu .shape-s {
    width: 40%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes move {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-10px);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
#gtco-menu.page-service .heading {
    /*border-bottom: dashed 2px #d3d3d3;*/
    position: relative;
    padding: 0 0 30px 0;
}
/*
#gtco-menu.page-service .heading:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #fffcf2;
    position: absolute;
    left: -25px;
    bottom: -20px;
    border-radius: 100%;
}
#gtco-menu.page-service .heading:after {
    content: "";
    width: 40px;
    height: 40px;
    background: #fffcf2;
    position: absolute;
    right: -25px;
    bottom: -20px;
    border-radius: 100%;
}
*/
#gtco-menu.page-service .menu-wrap > .row {
    padding: 20px;
    margin-top: 0;
}
#gtco-menu.page-service .menu-wrap > .row {
    padding: 0;
    box-shadow: none;
    margin-top: 10rem;
    background: none
}
#gtco-menu.page-service .menu-wrap {
    box-shadow: none;

}

#gtco-gallery .heading-section {
    position: relative;
}

/*=====  End of MENU  ======*/
/*=================================
=            TESTIMONY            =
=================================*/
#gtco-testimonial {
    background: var(--primary);
    color: #fff;
    position: relative;
}
/*
#gtco-testimonial:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
*/

#gtco-testimonial h2 {
    color: var(--secondary);
}
#gtco-testimonial p.testi-text {
    color: var(--color-text);
    font-size: 20px;
    line-height: 35px;
    width: 60%;
    margin: 0 auto;
}
.testi-content {
    text-align: center;
}
.testi-content .testi-icon {
    color: var(--pink);
}
.testi-content .testi-text {
    font-weight: 400;
    line-height: 1.6;
    padding: 20px 0 !important;
    font-size: 18px;
    margin: 0;
    color: var(--color-text);
}

.testi-content .testi-author {
    font-weight: 500;
    margin:0;
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary);
}

.testi-content .testi-desc span {
    color: #bf9110;
    font-weight: bold;
}

.testi-content .owl-dots {
    position: absolute;
    text-align: center;
    margin: 0  auto;
    display: block;
    left: 0;
    right: 0;
    bottom: -50px;
    padding-bottom: 60px;
}

.testi-content .owl-nav {
    display: none;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #c3c3c3;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.owl-dot.active > span {
    background-color: var(--secondary);
}

/*=====  End of TESTIMONY  ======*/
/*===============================
=            OVERLAY            =
===============================*/
.overlay {
    position: relative;
}

.overlay:after {
    position: absolute;
    display: block;
    content: "";
    /*background: #000;*/
    opacity: 0.2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay .section-content {
    position: relative;
    z-index: 1;
}

/*=====  End of OVERLAY  ======*/
/*============================
=            TEAM            =
============================*/
.team-card {
    position: relative;
}

.team-card:hover .team-desc {
    height: 110px;
}

.team-card:hover .team-desc .team-social-links {
    opacity: 1;
}

.team-desc h4 {
    color: #bf9110;
}
.team-desc {
    position: absolute;
    background: #fbf9c3;
    width: auto;
    left: 15px;
    bottom: 15px;
    right: 15px;
    text-align: center;
    padding: 15px;
    height: 80px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.team-social-links {
    opacity: 0;
    transition: all .3s ease-in-out;
}

/*=====  End of TEAM  ======*/
/*===================================
=            RESERVATION            =
===================================*/
#gtco-reservation {
    background: url(../images/bg-review.jpg) no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 50%);
        background-position: 50% 85%;
    /*height: 280px;*/
    /*margin-bottom: 200px;*/
    position: relative;
}
/*
#gtco-reservation:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
*/
#gtco-reservation h2 {
    color: #fff;
}
#gtco-reservation h2 span {
    font-weight: 700;
    text-transform: uppercase;
}
#gtco-reservation .subheading {
    color: var(--secondary);
    font-size: 3rem;
}
#gtco-reservation p {
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    position: relative;
}

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}

#selectPerson + .select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
}

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

#selectPerson + .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6d767e;
    font-weight: 400;
}

footer {
    background: var(--primary);
    position: relative;
    padding-top: 80px;
}

.footer-widget h4 {
    color: var(--color-text);
    margin-bottom: 20px;
}
.footer-widget a {
    transition: all .2s ease;
}
.footer-widget a:hover {
    color: var(--pink);
}
.footer-widget .column-left {
    width: 80px;
}
p.copyright a {
    color: var(--secondary);
    font-weight: 600;
    transition: all .3s ease;
}
p.copyright a:hover {
    color: var(--color-title);
}

.action-book {
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 99;
}

/* From Uiverse.io by StealthWorm */ 
.booking-now-border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-size: 300% 300%;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 5px;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#ffe1ef, #644352), linear-gradient(137.48deg, #ffdb3b 10%, #fe53bb 45%, #8f51ea 67%, #0044ff 87%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.booking-now-border #container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}
.booking-now-border strong {
  z-index: 2;
  font-family: "Avalors Personal Use";
  font-size: 16px;
  letter-spacing: 5px;
  color: #ffffff;
  text-shadow: 0 0 4px white;
}
.booking-now-border #glow {
  position: absolute;
  display: flex;
  width: 12rem;
}
.booking-now-border .circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.booking-now-border #glow .circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.booking-now-border #glow .circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.booking-now-border:hover #container-stars {
  z-index: 1;
}

.booking-now-border:hover {
  transform: scale(1.2);
}

.booking-now-border:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.booking-now-border:active .circle {
  background: #fe53bb;
}

.booking-now-border #stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}
.booking-now-border #stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}
.booking-now-border #stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}
.booking-now-border #stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}
.booking-now-border #stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}



/*=====  End of RESERVATION  ======*/
/*===============================
=            Sidevbarv            =
===============================*/
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: -300px;
    background: #fff;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    padding-top: 40px;
    color: #fff;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    /*border-right: solid 1px var(--primary);*/
}

.sidenav-content {
    transform: translateY(0);
    opacity: 100%;
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    padding: 0 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

.in .sidenav-content {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
}

.sidenav a {
    text-decoration: none;
    font-size: 16px;
    color: var(--color-text);
    display: block;
    transition: 0.3s;
    margin: 0;
}
.sidenav a.navbar-brand {
    width: 70%;
}
#specialCategories p {
    color: #6c757d;
    font-weight: 400;
}

.sidenav a:hover {
    color: var(--primary);
}

.sidenav #side-nav-close,
.sidenav #side-search-close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: var(--color-text);
    cursor: pointer;
}
.sidenav .img-logo {
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
}



#side-search .form-control {
    background-color: transparent;
}

#side-search .input-group-text {
    background: transparent;
    color: #fff;
}

#canvas-overlay {
    content: '';
    background: #000;
    opacity: 0;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sidenav-open #canvas-overlay,
.sidesearch-open #canvas-overlay {
    max-width: 100%;
    opacity: .4;
    visibility: visible;
}

/*=====  End of SideNav  ======*/
/*======================================
=            Special Dishes            =
======================================*/
#gtco-special-dishes {
    background: var(--primary);
    background: linear-gradient(180deg, var(--primary) 0%, rgb(234 228 213 / 15%) 100%);
}
#gtco-special-dishes .special-number {
    position: relative;
    font-size: 60px;
}

#gtco-special-dishes .special-number:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 200px;
    height: 1px;
    background: #000;
}
/*=====  End of Special Dishes  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/


#side-search .form-control {
    background-color: transparent;
}

#side-search .input-group-text {
    background: transparent;
    color: #fff;
}

#canvas-overlay {
    content: '';
    background: #000;
    opacity: 0;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sidenav-open #canvas-overlay,
.sidesearch-open #canvas-overlay {
    max-width: 100%;
    opacity: .4;
    visibility: visible;
}

/*=====  End of SideNav  ======*/
/*======================================
=            Special Dishes            =
======================================*/
#gtco-special-dishes .special-number {
    position: relative;
    font-size: 60px;
    color: var(--secondary);
}

#gtco-special-dishes .special-number:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 75px;
    width: 200px;
    height: 1px;
    background: var(--secondary);
}
#gtco-special-dishes .second .special-number:after {
    right: 100%;
    left: auto;
}
#gtco-special-dishes .dishes-text h3 {
    color: var(--color-text);
    line-height: 40px;
    font-size: 30px;
    font-weight: 600;
}
#gtco-special-dishes img {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/*=====  End of Special Dishes  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/




/*=====  End of RESPONSIVE  ======*/

/*Code for Modal (temp code)*/
.modal-backdrop.show {
    opacity: 70% !important;

}

.modal-header {
    background: #bf9110;
    color: white;
}

.left-column-day {
    width: 90px;
    display: inline-block;
    color: #ddd
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.only-mobile {
    display: none !important;
}

/*------------------------H edit */


@media (min-width: 1440px) {
    .team-card .img-fluid {
        width: 100%;
    }
    .testi-content .testi-text {
        /*padding: 30px 10% !important;*/
    }
    .testi-content .owl-dots{
        padding-bottom: 30px;
    }
}

/*edit for Nail Pro Beaute Spa*/
@media (max-width: target="_blank" class="nav-link-footer">LLDTEK</a></p>px) {
    .padding-booking{
        padding: 0 15px;
    }
}


/*---------------------------- H edit for Oriental Nails ---------------------------*/
.lnr {
    font-weight: bold !important;
    font-size: 25px !important;
    color: var(--color-text);
}

.bg-coffee {
    background: #6B4E26 !important;
    border-top: 1px solid #fbf9c3;
}

.booking-big {
    font-weight:600;
    font-size: 20px;
    padding: 10px 40px;
    border: 2px solid var(--secondary);
    background: var(--secondary) !important;
    color: #fff;

}

.booking-big:hover {
    border: 2px solid #fff !important;
    background: #fff !important;
    color: var(--secondary);
}

@media (min-width: 1024px) {
    .padding-booking {
        padding: 0 20%;
    }
    
}


.nav-link-footer {
    color: #fff;
    margin: 5px;
    width: 40px;
    height: 40px;
    background: var(--secondary);
    padding: 0 !important;
    text-align: center;
    border-radius: 100%;
    line-height: 42px;
    transition: all .3s ease;
}
.nav-link-footer:hover {
    color: #fff !important;
    background: var(--pink);
}
.nav-link-footer:nth-child(1) {
    margin-left: 0;
}

.nav-link-footer.no-bg{
    background: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}

.a-service:hover {
    color: black;
}

#back-top {
    display: inline-block;
    background: var(--secondary);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
#back-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 35px;
  color: #fff;
  font-size: 20px;
}
#back-top:active {
  background-color: var(--secondary);
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
    /*.navbar-expand-lg .navbar-collapse {*/
        /*background: #222 !important;*/
    /*}*/
    .booking-big {
        font-size: 16px;
        padding: 7px 20px;
    }
    .only-desktop {
        display: none !important;
    }
    .nav-link {
        text-align: center;
    }
    #gtco-menu .heading-section:before,
    #gtco-gallery .heading-section:before,
    .gallery-page .heading-section:before {
        width: 20%;
    }
    #gtco-testimonial p.testi-text {
        width: 100%;
    }
    .testi-content .owl-dots {
        padding-bottom: 0;
    }
    .hero-left {
        padding-top: 0;
    }
    #gtco-menu.page-service .menu-img {
        margin-bottom: 30px !important;
    }

}

.text-pink {
    color: var(--color-text);
    font-weight: 500;
}

.shadow {
    box-shadow: 0 .4rem 0.4rem rgba(0, 0, 0, .10) !important;
}

.text-about-footer {
    color: var(--color-text);
    /*border-bottom: 1px dashed #998087;*/
    padding-bottom: 20px;
    text-align: justify;
    font-weight: 500;
}
.border-top-footer{
    border-top: 1px dashed #998087;
    padding-top: 20px;
}

.color-silver {
    color: #fff;
}

.title-color {
    color: #999;
}

.color-silver-2 {
    color: #ddd;
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
    color: var(--secondary) !important;
    background: #fff;
}

.text-big {
    font-weight: 300;
    letter-spacing: 4px;
    color: #EFEFEF;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.team-social-links a:hover {
    color: #000;
}

.sidenav-content h5,
.sidenav-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.sidenav-content p {
    padding: 15px 0;
    margin: 0;
    border-top: solid 1px #2f2f2f;
}
.sidenav-content p span {
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 5px ;
    display: inline-block;
}
.sidenav-content p b {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--color-text);
}
.sidenav-content p .date {
    width: 80px;
    display: inline-block;
}

.btn-lg-banner {
    background: transparent;
    border: solid 2px #fff;
}
.btn-lg-banner:hover {
    background: #fff !important;
    border: solid 2px #fff !important;
    color: var(--secondary);
}




/*--------------------  css for hot mails ---------------*/
.color-title{
    color: var(--blue);
}
.display-5 {
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
}
.display-4 {
    color: #000;
}
.bg-color {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, #fff 0%, #2d9bf3 100%);
}
.title-sub{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9d6d78;
}

/*Gallery*/

.page-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.page-hero {
    position: relative;
    height: 600px;
    z-index: 10;
}

.page-banner {
    position: relative;
    height: 300px;
    z-index: 10;
}

.page-hero.overlay-dark::before,
.page-banner.overlay-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 217, 165, 0.7);*/
    z-index: 1;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
    font-size: 14px;
}

.hero-section,
.banner-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    z-index: 10;
}

.hero-section .subhead {
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hero-section h1 {
    margin-bottom: 32px;
}

.input-navbar {
    width: auto;
    max-width: 280px;
}

.input-navbar .input-group-text {
    background-color: #fff;
    color: #3E6777;
}

.input-navbar .form-control {
    height: calc(1.5em + 1rem + 2px);
}


.card-service {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    font-size: 17px;
    line-height: normal;
    /*background-image: linear-gradient(to right, #eea927, #e8bd37, #ffd13c, #ffecaa);*/
    border: 2px solid #55b2b8;
    border-radius: 10px;
    /*box-shadow: 0 2px 6px rgba(154, 159, 151, 0.2);*/

    background-image: linear-gradient(to right, #0c7884, #55b2b8, #47cfd7)
}

.card-service p, .card-service a.phone-call{
    margin-top: 10px;
    /*margin-left: 32px;*/
    color: #fff;
}

.circle-shape {
    flex-shrink: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    /*margin-left: -20px;*/
}

#doctorSlideshow .owl-nav {
    margin-top: 24px;
}

.card-doctor {
    display: block;
    margin: 0;
    width: 100%;
    background: var(--primary);
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.card-doctor .text-xl {
    font-weight: 500;
}

.card-doctor .header {
    position: relative;
    width: 100%;
    /*height: 420px;*/
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.card-doctor .header a {
    width: 100%;
    height: 100%;
    display: block;
}

.card-doctor .header .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(45 155 243 / 45%) 100%);
    opacity: 0;
    transition: opacity .2s linear;
}

.card-doctor:hover .header .overlay {
    opacity: 1;
}


/* HTML: <div class="ribbon">Your text content</div> */
.card-doctor .header .meta {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.card-doctor .header .meta {
  position: absolute;
  left: -55px;
  top: 10px;
  padding: .2em;
  transition: all .5s ease;
}
.card-doctor .header .meta a {
    display: block;
    margin: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: var(--secondary);
    font-size: 20px;
    transition: all .2s ease;
    position: relative;
    margin: 8px 0;
}
.card-doctor .header .meta a:hover {
    text-decoration: none;
    background: var(--secondary);
    color: #fff;
}
.card-doctor .header img {
    width: 100%;
}
.card-doctor .body {
    padding: 15px 20px;
}
.card-doctor .header:hover .meta {
    left: 15px;
}


.heading-menu .text-center {
    font-size: 30px;
    color: var(--blue);
    text-transform: capitalize;
}
.heading-menu h3 a {
    color: var(--blue);
}
.border-top-dash{
    border-top: 1px dashed #ccc;
}
.border-top-white{
    border-top: 1px solid #fff;
}

.gallery-page {
    position: relative;
    background: var(--bg-primary);
}
/*
.gallery-page:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/bg-p-gallery.png) no-repeat center;
    background-size: cover;
}
*/
.gallery-page .heading-section {
    position: relative;
}
.gallery-page .heading-section .subheading {
    color: #fff5ca;
    text-align: center;
}
.gallery-page .heading-section:before {
    content: "";
    width: 15%;
    height: 150px;
    background: url(../images/shape-title.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gallery-page .card-doctor .header {
    background: #fff;
}
.contacts-page {
    background: var(--bg-primary);
}
.contacts-page .heading-section {
    position: relative;
}
.contacts-page .heading-section .subheading {
    color: #fff5ca;
    text-align: center;
}

/*---------------------------
    About
---------------------------*/
#gtco-welcome {
    background: #fff;
    position: relative;
} 

#gtco-welcome h2 {
    font-family: 'Baskerville Classico';
    font-size: 4rem;
    width: 100%;
    line-height: 5rem;
    padding: 0;
    text-transform: capitalize;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0;
    color: var(--secondary);
}
#gtco-welcome h2 span {
    font-weight: 700;
    text-transform: uppercase;
}
#gtco-welcome .heading-section .subheading {
    color: var(--secondary);
    font-size: 3rem;
}
#gtco-welcome .about-left .inner {
    height: 100%;
}
#gtco-welcome .about-left p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}
#gtco-welcome .about-img {
    position: relative;
}
#gtco-welcome .about-img:before {
    content: "";
    width: calc(100% - 50px);
    height: 100%;
    background: transparent;
    position: absolute;
    top: -22px;
    right: 0;
    border: solid 10px var(--primary);
    transition: all .5s ease;
    opacity: 0.5;
}
#gtco-welcome .about-img img {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    transition: all 1s ease;
    position: relative;
}
#gtco-welcome .about-img:hover:before {
    top: 0;
    right: 25px;
}

#gtco-welcome .btn-primary {
    border-radius: 50px;
}





