/********** Template CSS **********/
:root {
    --primary: #18894a;
    --secondary: #7ef5b3;
    --light: #ffffff;
    --dark: #404040;
}


/* new css - Service */
.bg-dark {
    background: var(--primary);
    border-bottom: 1px solid #dee2e6 !important;
}
.bg-light {
    background: #f2fff8 !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: "Roboto Condensed",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary);
}

.bg-light-demo {
    background-color: var(--secondary) !important;
}

body {
	color: var(--dark);
}
.top-100 {
	top: -25px !important;
}
img {
    max-width: 100%;
}

.top-bar {
    background: var(--primary);
}
.top-bar i,
.top-bar a {
    color: #fff;
    font-size: 14px;
}
.top-bar a:hover {
    color: #fff;
}
.navbar-brand img {
    height: 90px;
    padding: 5px 0;
}
.title-big {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.title-small {
    color: #000;
}
.title-sub {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.text-yellow1 {
	color: var(--light); !important;
}

.text-yellow-light {
	background: -webkit-linear-gradient(#18894a, #7ef5b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-yellow-light.name,
.color-price {
	color: var(--primary);
    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: #fff !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);
}

.bg-black {
	background: #fff;
}

.text-yellow-dark {
	color: var(--dark);
}


.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;
    color: #9f9f9f;
}
.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: #fff;
    color: var(--primary);
    border: solid 2px #fff;
    -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: 43px;
    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 {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

#menu-services h5 {
    color: var(--dark);
}

.contact-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-box i {
    color: var(--primary);
}

.footer-top {
    border-top: solid 2px var(--primary) !important;
}
.footer-top a {
    color: var(--dark);
}
.footer-top a:hover,
.footer-top a.active {
    color: var(--primary);
}
.footer-top .date {
    display: inline-block;
    width: 80px;
}
.footer-top a.rounded-circle {
    color: #fff;
}
.footer-top a.rounded-circle:hover {
    color: var(--primary);
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}

.copyright a {
    color: var(--primary);
}

/*========== POPUP ================ */
#popup-ads.modal {
    display: block;
    opacity: 1;
}
/*
.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, #18894a 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(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    padding: 30px;
    transition: .5s;
    background: #fff;
    border-radius: 20px;
    box-shadow:rgb(24 137 74 / 18%) 0px 4px 12px;
}
.service-item h4 a {
    color: var(--dark);
}
.service-item h4 a:hover {
    color: var(--primary);
}
.service-item .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.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);
}


@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: #FFFFFF;
    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(--dark);
}

.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(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

.navbar-light .navbar-toggler {
    background: var(--primary);
}
.navbar-toggler:focus {
    box-shadow: none;
}


@media (max-width: 768px) {

    .title-big {
        padding: 20px 0 0;
    }
    .title-small,
    .description {
        padding: 0;
    }
    .navbar {
        padding: 0 !important;
    }
    .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;
    }
    .service_item,
    .title-sub {
        padding: 0;
    }
}


@media (max-width: 567px) {

    .modal-dialog {
        margin: 30% auto;
    }
}