/*----------------
--Start Required--
----------------*/

body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    background-color: #fff;
}

a{
    text-decoration: none;
    color: inherit;
}

a:hover, a:focus{
    color: #DE968D;
}

h3.sub-title{
    color: #de968d;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 1px;
}

h2.title{
    font-family: 'Libre Baskerville', serif;
    margin: 0;
    margin-bottom: 30px;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.21;
    color: #27252a;
    clear: both;
}

.text-pink{
    color: #DE968D;
}

.bg-pink{
    background-color: #FCF5F5;
}

.btn-pink{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #DE968D;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DE968D;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 30px 20px 30px;
    width: auto;
    color: #fff;
}

.btn-active-pink, .btn-outline-pink{
    font-size: 18px;
    padding: 5px 10px;
}

.btn-pink:hover{
    color: #DE968D;
    background-color: #FFFFFF;
}

.btn-active-pink{
    border: 1px solid #de968d;
    color: #fff;
    background-color: #de968d;
}

.btn-outline-pink{
    border: 1px solid #de968d;
    color: #000;
}

.btn-outline-pink:hover{
    border: 1px solid #de968d;
    color: #fff;
    background-color: #de968d;
}

.input-pink{
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border-color: transparent;
    background-color: #fcf5f5;
    padding: 17px 30px;
    border-radius: unset;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    outline: 0;
    transition: all ease-in-out 0.3s;
}

.page-details-header{
    background-color: #FCF5F5;
    background-image: url(../images/background-footer.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 2rem 0;
}

.page-details-header h1{
    font-family: 'Libre Baskerville', serif;
    color: #de968d;
}

/*----------------
---End Required---
----------------*/

/*--------------
---Preloader----
----------------*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    transition: .1s;
}

#loading-center-object {
    display: grid;
    grid: 1fr / 1fr;
    width: clamp(100px, 50vw, 10em);
    aspect-ratio: 1;
}

.preloader-body {
    text-align: center;
}

.wheel {
    grid-column: 1;
    grid-row: 1;
    background-image: url(../images/wheelnew.svg);
    background-repeat: no-repeat;
    filter: invert(15%);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
    animation: spin 5s linear infinite;
}

.wheel:nth-of-type(2) {
    opacity: 0.7;
    animation: spin-reverse 5s linear infinite;
}


@keyframes spin {
    to {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(1turn);
    }
}
@keyframes spin-reverse {
    to {
        transform: rotate(0deg) scaleX(-1);
    }
    from {
        transform: rotate(-1turn) scaleX(-1);
    }
}

@keyframes sky {
    0%,
    100% {
        background-position: center;
    }
    25% {
        background-position: left;
    }
    70% {
        background-position: bottom;
    }
    90% {
        background-position: right;
    }
}

/*----------------
---End Preloader--
----------------*/

/*----------------
---Start Header---
----------------*/
.info-contact-header{
    background-color: #FCF5F5;
}

.item-pink-contact a:hover, .item-pink-contact a:focus{
    color: #de968d;
    border: 1px solid #de968d;
    box-shadow: none;
}

.info-social-header{
    display: flex;
    align-items: center;
    justify-content: left;
}

.info-contact-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.item-pink-contact{
    display: flex;
    align-items: center;
}

.cricle-pink, .item-social-header{
    display: flex;
    align-items: center;
    color: #ffffff;
    margin: 0 10px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background-color: #de968d;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.item-social-header:hover{
    background-color: #fff;
    color: #de968d;
    border: 1px solid #de968d;
}

.nav-link{
    text-transform: uppercase;
    font-weight: bold;
    color: #89868d;
}

.nav-link:focus, .nav-link:hover{
    color: #de968d;
}

.nav-link.active{
    color: #de968d;
}

.navbar-nav .nav-link{
    padding: 0 0.85em !important;
}

.sticky-header-top{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.logo-menu img{
    width: 100%;
    max-width: 10rem;
    height: auto;
}

.nav-header .container{
    justify-content: space-around;
}

/* Moblie Header */


/* Menu Mobile */

a[data-bs-toggle="offcanvas"], a[data-phone="pink"], a[data-email="pink"]{
    background-color: #de968d;
    color: #fff;
    border-radius: 20px;
}

a[data-phone="pink"], a[data-email="pink"]{
    white-space: nowrap;
}

#mobileMenu.offcanvas-start {
    width: 80%;
    background: #FCF5F5;
    color: white;
}

#mobileMenu .offcanvas-header {
    background-color: #FCF5F5;
}

#mobileMenu .offcanvas-header img{
    width: 100%;
    height: auto;
    max-width: 10rem;
}

#mobileMenu ul{
    padding: 0px;
    list-style: none;
}

#mobileMenu li{
    margin-bottom: 1em;
    font-size: 1.2rem;
}

#mobileMenu li ul li a:not(.social-canvas){
    font-size: initial;
}

#mobileMenu li ul li a.social-canvas{
    font-size: 20px;
}

#mobileMenu li ul.social-contact{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

#mobileMenu a{
    color: #89868d;
}

#mobileMenu .offcanvas-body .info-social-header{
    justify-content: space-evenly;
}

#mobileMenu .offcanvas-body .item-social-header a{
    color: #fff;
}

#mobileMenu a.active{
    color: #de968d;
}

/*----------------
----End Header----
----------------*/

/*----------------
---Start Footer---
----------------*/
.footer-pink {
    background-color: #FCF5F5;
    background-image: url(../images/background-footer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

footer a {  
    text-decoration: none;
    border-radius: 50rem;
}

.info-copy-right{
    color: #de968d;
}

.logo-footer{
    max-width: 250px;
    margin: auto;
}

.float-menu {
    position: fixed;
    right:  -4px;
    top: 30%;
    background: #115ba5;
    padding: 15px 10px;
    border-radius: 10px 0 0 10px;
}


.float-menu a {
    display: block;
    margin-bottom: 5px;
}

.btn-circle {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    line-height: 1;
    border-radius: 50rem;

}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 30px;
    cursor: pointer;
    background-color: #de968d;
    color: #fff;
    display: none;
    z-index: 9;
 }

 .scroll-to-top:hover{
    background-color: #fff;
    color: #de968d;
    border-color: #de968d;
 }

/*----------------
---End Footer---
----------------*/


/*--------------------
-------Start Home-----
---------------------*/
.homeSliderMobile, .homeSlider{
    position: relative;
}


.btn-free-wifi{
    position: absolute;
    z-index: 1;
    right: 1%;
    bottom: 1%;
    border: 1px solid #e57f72;
    background-color: #e57f72;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
}

.btn-free-wifi:hover, .btn-free-wifi:focus{
    border: 1px solid #e57f72;
    background-color: #e57f72;
    color: #fff;
}

.btn-free-wifi i{
    border: 2px solid #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 5px;
    line-height: 1.5;
}

.about-us-pink{
    background-image: url(../images/shape.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 3rem;
    padding: 80px 30px 0;
    width: 100%;
    margin: 0;
    left: 0!important;
    overflow: hidden;
}

.img-about-pink{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 600px;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.img-about-pink .flower-pink{
    position: absolute;
    margin-bottom: 0;
    top: 120px;
    right: -60px;
    width: 100%;
    text-align: right;
}

.img-about-pink .flower-pink img,.img-about-pink .leaf-pink img, .img-about-pink .img-about-nails img{
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.img-about-pink .leaf-pink{
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: -60px;
    width: 100%;
    text-align: left;
    z-index: 3;
}

.img-about-pink .img-about-nails{
    position: relative;
    text-align: left;
    z-index: 2;
    width: 100%;
}

.img-about-pink .img-about-nails img{
    border-style: solid;
    border-width: 10px;
    border-color: #fff;
}


.wrapper-category-service{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid transparent;
    padding: 60px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.wrapper-category-service:hover{
    transition: all 0.3s ease;
    border: 1px solid #de968d;
}

.bg-category-pink{
    background-image: url(../images/flower-2.png);
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-position: top left;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 0.25;
}

.wrapper-category-service:hover .bg-category-pink{
    transition: all 0.5s ease;
    opacity: 1;
}

.img-service-pink{
    transition: all 0.5s ease;
    position: relative;
    display: inline-block;
    margin-bottom: 48px;
}

.img-service-pink img{
    transition: all 0.5s ease;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}

.wrapper-category-service:hover .text-hover-pink{
    color: #de968d;
}

.our-reviews-pink{
    background-image: url(../images/bg-reviews.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 100%;
}

.div-reviews-business{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    width: 100%;
}

.element-reviews-pink{
    position: relative;
}

.fluid-review{
    background-color: #fff;
    border: 2px solid #de968d;
    padding: 2rem;
}

.our-photos-pink{
    background-color: #FCF5F5;
}

.gallery-image-box {
    cursor: pointer;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    margin: auto;
    border: 1px solid #de968d;
    position: relative;
}

.overlay-img-pink{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0,0,0,.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.gallery-image-box:hover .overlay-img-pink {
    visibility: visible;
    opacity: 1;
}


.our-contact-us{
    background-image: url(../images/bg-contact.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}

/*--------------------
-------End Home-------
--------------------*/


/*--------------------------
-------Start Services-------
---------------------------*/

.div-img-services{
    display: flex;
    justify-content: right;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 70px;
    position: relative;
}

.div-img-services:before{
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fcf5f5;
    background-image: url(../images/bg-contact.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    z-index: -1;
}

.div-img-services img{
    width: 100%;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    border: 4px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

.text-in-services-pink{
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 20px;
}

.service-price{
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
}

.bg-service-pink{
    background-image: url(../images/flower-3.png);
    background-position: center right;
    background-repeat: repeat-y;
}

/*--------------------------
---------End Services-------
---------------------------*/

/*--------------------------
--------Start Contact-------
---------------------------*/

.map-pink{
    background-color: #FCF5F5;
    max-height: 250px;
}

.maps-position{
    position: relative;
    top: -50px;
    border: 5px solid #fff;
}

/*--------------------------
---------End Contact--------
---------------------------*/


/*--------------------
---Start Responsive---
--------------------*/
@media (min-width: 1200px) {
    .container{
        max-width: 1200px;
    }
}

@media (max-width: 991.99px){
    .img-about-pink{
        padding: 0 0 50px;
    }

    .div-reviews-business{
        position: inherit;
        top: 0;
        left: 0;
        transform: initial;
    }
}

@media (max-width: 767.99px){
    .btn-free-wifi{
        font-size: 12px;
    }
    
    .btn-free-wifi i{
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 480px) {
    .logo-menu img{
        max-width: 10rem;    
    }
    
    .col-services h5{
        font-size: 16px;
    }   

    h2.title{
        font-size: 30px;
    }
}

/*------------------
---End Responsive---
------------------*/