@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Gloock&family=Quicksand&family=Staatliches&family=Yeseva+One&family=Rouge+Script&display=swap');
/* 
font-family: 'Gloock', serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Yeseva One', cursive;
*/
@font-face {
    font-family: righteous;
    src: url('../fonts/Righteous-Regular.ttf');
}

@font-face {
    font-family: midsig;
    src: url('../fonts/Midnight\ Signature\ TTF.ttf');
    font-size: larger;
}


a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

body{
    /* font-family: 'Quicksand', sans-serif; */
}

::selection {
    background-color: #f73d9d7e;
  }

a:hover, .nav-link:hover{
    color: #EF429C;
}

.nav-link.active{
    color: #AA0E5E !important;
}

.brand-font{
    font-family: 'righteous' !important;
}

.brand{
    font-family: 'righteous', cursive;
    font-weight: 400;
    letter-spacing: 1px;
}

.brand-2{
    font-family: midsig;
    /* font-weight: 400;
    letter-spacing: 1px; */
}




.btn{
    letter-spacing: 1px;
}

.btn-primary:active, .btn-primary:focus{
    color: #fff;
    background-color: #EF429C;
    border-color: #EF429C;
}

.btn-primary{
    background-color: #FFD7E0;
    border: 1px solid #000;
    color: #000;
    transition: all 0.3s ease;
}

.btn-secondary{
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    transition: all 0.3s ease;
}

.btn-primary:hover{
    border: 1px solid #FFD7E0;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
}

.bg-pink{
    background-color:#ffd7e0 !important
}

.service-menu{
    background-color: #ebebeb;
    font-size: 20px;
    margin-bottom: -1px;
    border-radius: 50rem 50rem 0 0 !important;
}

.service-menu.active{
    background-color: #FFD7E0;
    border: 1px solid #000;
    color: #000;
    transition: all 0.3s ease;
    border-bottom: 0px;
}

nav.header{
    position: absolute;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease;
    
}


.logo-mob{
    height:45px;
    width:auto;
    margin:auto;
    padding-left: 15px;
    transition: all 0.3s ease;
}

/* .stick-nav .logo-mob{
    height: 0px;
    transition: all 0.3s ease;
} */

 .best-tag{
    opacity: 1;
    /* width: 500px; */
    top:190px;
    left: 50%;
    transition: all 1s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    padding: 30px;
    z-index: 2;
}

.best-tag.corner{
    opacity: 1;
    /* width: 100px; */
    top:20px;
    left: 20px;
    background-color: transparent;
    padding: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
    transition: all 1s ease;
}


.block {
    position: relative;
    background: linear-gradient(0deg, #000, #272727);
  }
  
  .block:before, .block:after {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    background: linear-gradient(45deg, #ff9bd5, #8585ff, #89ff89,#ffff83, #ff8a8a, #ff87cd, #ff8b8b, #ffff83, #89ff89, #8585ff);
    background-size: 400%;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index: 1;
    animation: steam 5s linear infinite normal;
  }
  
  @keyframes steam {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 400% 0;
    }
  }
  
  .block:after {
    filter: blur(50px);
  }

  .best-tag-cont{
    top:20px;
    left: 20px;
  }

  .best-tag-img{
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 10px;
    width: 400px;
    transition: all 1s ease;
  }

  .best-tag.corner .best-tag-img{
    width: 120px;
    transition: all 1s ease;
  } 

/* nav.stick-nav .best-tag{ 
    width: 100px !important;
    top:0 !important;
    left: 10px !important;
    transition: all 0.5s ease;
} */

nav.stick-nav{ 
    position: fixed !important;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #000;
}

nav.header header{
    padding: 1rem 0 !important;
    transition: all 0.3s ease;
}

nav.stick-nav header{
    padding: 0 !important;
    transition: all 0.3s ease;
    
}


nav.header a{
    color: #000;
    text-transform: uppercase;
}

.stick-nav a{
    color: #000 !important;
    transition: all 0.3s ease;
}

section.header{
    background-image: url("../../img/manicure.jpg");
    color: #000;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
}


.header-service{
    background-image: url("../../img/bg-14.jpg") !important;
    background-size: cover;
    background-position: center;
}

section.index{
    height: 100vh;
}

.header-container-text{
    position: relative;
    padding-top: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* min-height: 760px; */
    height: 100%;
    text-align: center
}

.header-container-text.page{

    min-height: 350px;
}

.header-container-text .business-details{
    margin-top: 70px;
    padding: 20px 50px;
    background-color:#ffe5ebab;
    color:#000
}

.text-section::before{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000066;
    z-index: 0;
    transition: all 0.3s;
}

.icon{
    width: 120px;
    height: 120px;
}

.icon-2{
    /* width: 200px;
    height: 200px; */
}

.card-body{
    /* background-color: #fff4ff; */
}


.card-img-cont{
    background-color: #fff;
    border: 4px solid #dddddd;
    transition: all 0.3s;
    z-index: 1;
}

.card-btn-book{
    /* left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    padding: 0;
    padding: 0;
    overflow: hidden;
    border: none; */
  }
  
  .hidden-content{
    overflow: hidden;
    position: absolute;
    bottom: -100%;
    padding-right: 1rem;
    /* -webkit-transform: translateX(-50%); */
    -moz-transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    /* transform: translateX(-50%); */
    height: 0;
  }
  
  .card-border-custom{
    border: 2px solid #dddddd !important;
    height: 500px;
    /* background-image: url('../img/card-bg.png'); */
    /* background-size: cover; */
    /* filter: grayscale(1); */
    transition: all 0.3s;
  }
  
  .card-border-custom::before{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    filter: grayscale(100%);
    background-image: url('../../img/7180382.jpg');
    z-index: 0;
    transition: all 0.3s;
    /* opacity: 0.3; */
  }
  
  .card:hover.card-border-custom::before{
    filter: grayscale(0);
    transition: all 0.3s;
  }
  
  .card:hover.card-border-custom{
    border: 2px solid #FFD7E0 !important;
    transition: all 0.3s;
  }
  .card:hover .card-img-cont{
    border: 4px solid #FFD7E0 !important;
    transition: all 0.3s;
  }
  
  .card:hover .hidden-content{
    /* height:min-content;   */
    transition: all 0.3s;
    bottom: 0;
    height: unset;
  }
  
  .card:hover .card-img-cont{
    margin-top: -70px !important;
    transition: all 0.3s;
  }
  .card:hover .hidden-content{
    /* height: 178px; */
    transition: all 0.3s;
  }
  
  .card:hover .card-see-more{
    display: none;
  }
  
  .carousel-indicators {
    bottom: -50px;
  }

  .carousel-inner {
    /* padding: 0px 30px; */
    width: 70%;
    margin: auto;
    min-height: 400px;
  }
  .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    
}

.carousel-indicators .active {
    background-color: #EF429C;
    opacity: 1;
}

.carousel-control-prev {
    left: -15px;
}

.carousel-control-next {
    right: -15px;
}

.section-id {
    display: block;
    color: #EF429C;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 28px;
    font-family: 'righteous';
}

.section-id-1 {
    display: block;
    color: #868686;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 28px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail-price {
    margin: 0;
    display: table;
}

.price-name {
    position: relative;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 0 10px 0 0;
}

.price-name h5, .price-number h5 {
    position: relative;
    line-height: 1;
    margin-bottom: 0;
}

.price-dots {
    position: relative;
    display: table-cell;
    height: 3px;
    width: 98%;
    z-index: 1;
    background-image: radial-gradient(circle closest-side,#878889 99%,transparent 100%);
    background-position: 50% 100%;
    background-size: 5px 2px;
    background-repeat: repeat-x;
}

.price-number {
    display: table-cell;
    width: 1%;
    min-width: 60px;
    padding: 0 0 0 10px;
    white-space: nowrap;
}

.price-number1 {
    display: table-cell;
    width: 1%;
    min-width: 85px;
    padding: 0 0 0 10px;
    white-space: nowrap;
}

button.is-checked{
    border: 1px solid #fac;
    background-color: #ffd7e0;
    color: #000;
    border-radius: 0;
    font-weight: 500;
}


section.about-details{
    background-image: url('../../img/pink-nail-design-female-hands-with-glitter-manicure.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    background-attachment: fixed;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

.spa-service-div-1::-webkit-scrollbar {
    display: none;
  }

  .play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient( rgba(255, 252, 253, 0.8) 60%, rgb(255, 243, 243) 62%);
    border-radius: 50%;
    /* position: relative; */
    display: block;
    /* margin: 100px auto; */
    box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.8);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  /* triangle */
  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #000000;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
  }

  #services .price-txt ul{
    list-style: outside;
    margin-left: 1.5rem;
    margin-top: -1rem;;
    margin-bottom: 1rem;;
  }
  
  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  
  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  

@media (max-width: 1399.98px) { 

}
@media (max-width: 1199.98px) { 
    .best-tag.corner .best-tag-img {
        width: 100px;
        transition: all 0.5s ease;  
    }
 }
 @media (max-width: 991.98px) { 
    .best-tag.corner{
        top:5px;
        left:5px;
    }

    .best-tag.corner .best-tag-img{
        padding: 5px;
        width: 80px;
    }

    .btn-lg{
        font-size: 1rem;
    }
    
}
 @media (max-width: 767.98px) { 

    .stick-nav .hide-on-small{ 
        display: none;
    }
    
    .hide-small-screen{
        display: none;

    }

    .header-container-text {
        padding-top: 178px;
    }

    .header-container-text.page {
        min-height: 320px;
    }
    .best-tag.corner .best-tag-img{
        width: 60px;
    }
    section.about-details{
        background-image: url('../../img/pink-nail-design-female-hands-with-glitter-manicure.jpg');
        background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
        background-attachment:unset;
    }
    
    .header-service{
        background-image: url("../../img/bg-13.jpg") !important;
        background-size: cover;
        background-position-y: 30px !important;
    }
}

@media (max-width: 575.98px) { 
    .header-container-text {
        padding-top: 178px;
    }
    .best-tag{
        padding: 10px;
    }
    nav.header .best-tag {
        /* top: 5px; */
        left: 10px;
        width: 60px !important;
        transition: all 0.5s ease;
    }
    .header-container-text .business-details{
        margin-top: 25px;
        /* padding: 20px 50px; */
        /* background-color:#ffe5ebab; */
        /* color:#000 */
    }

    section.index{
        height: 60vh;
    }

    .btn-lg{
        font-size: 0.8rem;
    }
    .price-name h5, .price-number h5 {
    font-size: 1rem;
    }
    .price-txt{
        font-size: 0.8rem;
    }

    .nav-mobile li{
        font-size: 12px;
    }    
}



@media (max-width: 328px) { 
    .navbar-expand .navbar-nav {
        font-size: 0.6rem;
    }
}




