@font-face {
    font-family: 'Gill Sans Std';
    src: url('../fonts/GillSansStd.woff2') format('woff2'),
        url('../fonts/GillSansStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/********** Template CSS **********/
:root {
    --primary: #fff3e9;
    --secondary: #cdcfc0;
    --text-white: #ffffff;
    --text-black: #404040;
}


/* new css - Service */

.bg-light {
    background: #f2f2ff !important;
}

a {
    color: #fff;
    text-decoration: none !important;
}
a:hover {
    color: var(--primary);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Gill Sans Std';
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-black);
}

.bg-light-demo {
    background-color: var(--secondary) !important;
}

body {
    overflow-x: hidden;
	color: var(--text-black);
}
.top-100 {
	top: -25px !important;
}
img {
    max-width: 100%;
}
.top-bar {
    background: var(--secondary);
}
.top-bar i,
.top-bar a {
    color: var(--text-black);
    font-size: 14px;
    transition: all .2s ease;
}
.top-bar a:hover {
    color: var(--text-black);
}

.header {
    background: var(--primary);
    z-index: 999;
}
.navbar-brand {
    width: 8%;
    padding: 10px 0;
    transition: 0.5s;
}

.header.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}
.header.nav-sticky .navbar-brand {
    width: 5%;
}


.title-big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.title-small {
    font-size: 17px;
    line-height: 27px;
    color: #000;
}
.title-subs {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}
.text-yellow1 {
	color: var(--light); !important;
}

.text-yellow-light {
	background: -webkit-linear-gradient(#6439ff, #aaaaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-yellow-light.name,
.color-price {
	color: var(--text-black);
    font-weight: 600;
}
.text-yellow-light.name:hover {
    color: var(--secondary) !important;
}

.text-yellow-light.text-uppercase {
	color: var(--primary);
}

.btn-line.btn-lg-square.back-to-top {
	background-color: var(--primary);
    transition: all .3s ease-in-out;
}
.btn-line.btn-lg-square.back-to-top:hover {
    background: #fff;
    margin-bottom: 5px;
}

.bg-black.rounded {
	background: var(--secondary);
}

.text-yellow-light.me-3 {
	color: var(--primary) !important;
}

.container-fluid.bg-dark.text-light {
	background-color: var(--primary) !important;
}

.text-white {
	color: var(--primary) !important;
}

.text-yellow-light:hover {
	color: var(--secondary);
}

.text-light {
	color: var(--light);
}


.text-light a:hover,
a.text-light.mb-2.active {
	color: var(--dark) !important;
    font-weight: 600;
}

.width-boder {
    width: 40px;
    border-bottom: solid 1px #202020 !important;
}

.btn-line {
    color: var(--light);
    background-color:var(--dark);
}

.btn-line.gallery {
    background-color: #fae2a5;
    border-color: #ad9967;
}

.bg-white {
    background-color: var(--secondary) !important;
}

.btn-line:hover,
.btn-btn-outline:hover {
    color: var(--light);
    background: var(--primary);
}

.heading h1 {
    background: var(--primary);
    border-radius: 50px;
    color: var(--text-black);
    padding: 10px 20px;
    font-weight: 500;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.heading h5 {
    color: var(--secondary);
}
.bg-black {
	background: #fff;
}

.text-yellow-dark {
	color: var(--text-black);
}


.about-nails img {
    border-radius: 50%;
}

.line-dash {
    border: 1px solid rgba(255,255,255,0.05);
    height: 0.5px;
    width: 100%;
    margin: 40px 0;
}
.description {
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
    color: #797979;
}
.description span {
    color: var(--primary);
}
.text-nowrap {
    text-wrap: nowrap;
}
.list-style-none {
	list-style: none;
}

.column-left{
	width: 100px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}
.text-justify {
    text-align: justify;
}

.btn {
    font-weight: 700;
    transition: .3s;
    background: var(--primary);
    border: solid 2px var(--primary);
}
.btn:hover {
    background: var(--secondary);
    color: var(--text-black);
    border: solid 2px var(--secondary);
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}
.btn-btn-outline {
    color: #fff;
    border: solid 2px #fff;
    background: transparent;
}
.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin: 0 5px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-black);
    background: transparent;
    border-radius: 5px;
    outline: none;
    transition: .5s;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--text-black);
    background: var(--secondary);
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.contact-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-box i {
    color: var(--secondary);
}

.footer-top {
    background: var(--primary);
}

.footer-top a {
    color: var(--dark);
    transition: all .2s ease;
}
.footer-top a:hover,
.footer-top a.active {
    color: var(--secondary);
}
.footer-top .date {
    display: inline-block;
    width: 80px;
}
.footer-top a.rounded-circle {
    color: #fff;
    background: var(--text-black);
    border: none;
}
.footer-top a.rounded-circle:hover {
    color: var(--text-black);
    background: var(--secondary);
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}

.copyright {
    background: var(--secondary);
}
.copyright a {
    color: #000;
    font-weight: 700;
}

/*========== POPUP ================ */
.modal-backdrop {
    display: none;
}
#popup-ads.modal {
    display: block;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
/*
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
*/
.modal-dialog {
  max-width: 700px;
  margin: 5% auto;
}
.modal button.close {
  top: -15px;
  position: absolute;
  right: -15px;
  font-size: 26px;
  z-index: 10;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 100%;
  text-align: center;
  opacity: 1 !important;
  transition: all .2s ease;
}
.modal button.close:hover {
  background: #333;
  color: #fff;
}
/*=======================*/

.action-book {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: auto;
  z-index: 99;
}
.action-book .booking-now-border {
    height: 40px;
    padding: 0 15px;
    margin: 10px 0;
    font-size: 16px;
    text-align: left;
    text-transform: capitalize;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #6439ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    color: #fff;
    display: block;
    border: none;
    transition: all .3s ease-in-out;
}
.action-book .booking-now-border i {
  line-height: 40px;
}
.action-book .booking-now-border span {
  line-height: 40px;
  margin-left: 5px;
  transition: all .3s ease-in-out;
}
.action-book .booking-now-border:hover {
  
    transform: translateY(-2px);
}
.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;
}

/*
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: 0;
        left: 0;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}
*/

@media (max-width: 1024px) {
  .modal-dialog {
    margin: 13% auto;
  }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
        text-align: center;
    }
}

.hero-header {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    padding: 10rem 0 !important;
    position: relative;
}
.hero-header:before {
    content: "";
    background: rgb(0 0 0 / 45%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-header h5 {
    color: var(--text-white);
    padding-bottom: 4px;
    margin-bottom: 20px;
    border-bottom: solid 2px var(--text-white);
}
.hero-header h1 {
    color: var(--text-white);
    font-size: 3rem;
    line-height: 4.5rem;
    font-weight: 500;
}
.hero-header h1 span {
    display: block;
    text-transform: uppercase;
    font-size: 5rem;
    letter-spacing: 16px;
}

.sec-about {
    padding: 70px 0;
}

.sec-service {
    padding: 70px 0;
    background: url(../images/bg-menu.jpg) no-repeat center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 65%);
}
.sec-service .heading h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.service-item {
    position: relative;
    padding: 20px;
    transition: .5s;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.service-item .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    /* transform: rotate(-14deg); */
    transform: rotate(0);
}
.service-item .service-icon i {
    transform: rotate(15deg);
}
.service-item h4 a {
    color: var(--text-black);
}
.service-item a.btn {
    font-size: 16px;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.service-item:hover a.btn {
    bottom: -20px;
    opacity: 1;
}

#menu-services {
    padding: 70px 0;
    background: url(../images/bg-menu.jpg) no-repeat center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 80%);
}
#menu-services h5 {
    color: var(--dark);
}
#menu-services .box-service img {
    border-radius: 10px;
    border: solid 5px #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.sec-contact h6 a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}
.sec-contact h6 a:hover {
    color: var(--secondary);
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


.sec-booking {
    background: var(--secondary);
}

.sec-review {
    background: url(../images/bg-review.jpg) no-repeat center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(255 255 255 / 65%);
    background-attachment: fixed;
}

#promotion {
  background: url(../images/bg-promo.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}
#promotion .owl-promotion {
  max-width: 600px;
  margin: 0 auto;
  border: solid 5px #fff;
}
#promotion h1,
#promotion h5 {
    color: #fff;
}


@media (min-width: 768px) {
	.border-right-img {
	    border-right: 1px solid rgba(0,0,0,0.1);
	}
	.border-right {
	    border-right: 1px solid rgba(0,0,0,0.1) !important;
	}	
}	


.team-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-black);
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--light);
    border: 2px solid var(--text-black);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--text-black);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

.navbar-light .navbar-toggler {
    background: var(--secondary);
    border: none;
    border-radius: 5px;
}
.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 992px) {

    .navbar-brand {
        width: 15%;
        padding: 0;
    }
    .header.nav-sticky .navbar-brand {
        width: 10%;
    }
    .navbar-collapse {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {

    .navbar-brand {
        width: 20%;
    }
    .header.nav-sticky .navbar-brand {
        width: 15%;
    }
    .title-big {
        padding-top: 30px;
    }
    .title-small {
        padding: 0;
    }
    .modal-dialog {
      max-width: 90%;
      margin: 15% auto;
    }

    .action-book {
        bottom: 0;
        left: 10px;
    }
    .action-book .booking-now-border {
        text-align: center;
    }
    .action-book .booking-now-border span {
        display: none;
    }
}


@media (max-width: 567px) {

    .navbar-brand {
        width: 25%;
    }
    .header.nav-sticky .navbar-brand {
        width: 20%;
    }
    .modal-dialog {
        margin: 30% auto;
    }
}

@media (max-width: 480px) {

    .hero-header {
        padding: 5rem 0 !important;
    }
    .hero-header h1 {
        font-size: 2.6rem;
        line-height: 4rem;
    }
    .hero-header h1 span {
        font-size: 4rem;
    }
    .title-big {
        font-size: 25px;
        line-height: 35px;
    }
}


@media (max-width: 375px) {
    .hero-header {
        padding: 0 !important;
    }
    .hero-header h1 span {
        font-size: 2.5rem;
    }
    .hero-header h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
}