:root {
    --body-bg: #0e0d0c;
    --theme-color:#ef719b;
    --body-color: #ef719b;
    --title-color: #4b4342;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
    "Lustria", serif;
    --body-font:
    "Lustria", serif;
    --icon-font:
    "Font Awesome 5 Pro";
    --head-font:
    "Lobster Two", sans-serif;
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
    padding: 0;
    margin: auto;
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
a {
    color: #090909;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}

dl, ol, ul {
    margin: 0 !important;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color:var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    right: 30px;
}

/* css */

.header-top{
    background-color: #ef719b;
    padding: 3px 0px;
}
.header-links ul{
    display: flex;
}
.header-links{
    padding:  8px 0px;
}
.header-links ul li a{
   font-size: 14px;
   font-weight: 500;
   padding: 0px 10px;
   color: #fff;
}
.header-links ul li a:hover{
    color: #000;
 }
 .header-links-1 ul li a:hover{
    color: #000;
 }
.header-links ul li a i{
    padding-right: 4px;
}
.header-links-1 {
    align-items: center;
    display: flex;
    justify-content: end;
}
.header-links-1 ul li{
    float: right;
    color: #fff;
}
.header-links-1 ul li a{
    margin-left: 10px;
    color: #fff;
}
.tab-links li a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.tab-links li a:hover{
    color: var(--theme-color);
}
.header-layout1{
    background-color: #fff !important;
    padding: 0px;
}
.dropbtn {
    color: rgb(0, 0, 0);
    border: none;
    background-color: transparent;
    font-size: 17px;
  }
  .dropbtn:hover{
    color: var(--theme-color);
    transform: scale(1.1);
    transition: 300ms;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;  
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown:hover .dropdown-content {
    display: block;
}

.banner-heading h3 {
    color: #ffffff;
    font-family: var(--title-font); 
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 85px;
    width: 36%;
}
.logo{
    max-width: 200px;
    height: auto;
    display: block;
    padding: 0px;
}
.logo-1{
    max-width: 230px;
    height: auto;
    padding: 0px;
}
.logo-2 img{
    max-width: 200px;
    height: auto;
    padding: 0px;
}
.tabs {
    align-items: center;
}
.tabs li a{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    font-family: var(--body-font);
}
.tabs li a:hover{
    color: var(--theme-color);
}
.banner-bg{
    position: relative;
    background-image: url(../images/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-bg-mask{
    padding-top: 150px;
    padding-bottom: 200px;
    background: #0000007a;
}
.banner-heading {
    position: relative;
    text-align: center;
    padding: 150px 0px;
}
.banner-tag{
    position: absolute;
    bottom: -45%;
    right: 8%;
    width: 10%;
}
.banner-tag img{
    max-width: 150px;
    height: auto;
}
/* .banner-center-text {
    position: absolute;
    top: 43%;
    left: 0%;
    width: 100%;
    content: '';
    display: flex;
    justify-content: space-evenly;
}   */
.banner-center-text {
    position: absolute;
    top: 20%;
    left: 12%;
    content: '';
    width: 86%;
    text-align: left;
}
.service-page{
    background-image: url(../images/handmade-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.service-page-box {
    padding: 80px 0px;
    /* background: #020202e8; */
}
.specialties{
    font-size: 48px;
    color: #ffffff;
    font-family: var(--title-font);
    font-weight: 500;
    margin-bottom: 40px;
}
.services-content img{
    max-width: 200px;
    height: 200px;
}
.services-content{
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 5px 2px #826b5182;
    margin: 5px;
}
.services-content:hover{
    box-shadow: none;
    background-color: #0e0d0c;
}
.services-content h4{
    font-size: 32px;
    color: #ffffff;
    font-family: var(--title-font);
    font-weight: 500;
    margin: 30px 0px;
}
.services-content p{
    font-size: 18px;
    color: #ffffff;
    font-family: var(--body-font);
}
.about-us-page{
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-us-page-bg{
    padding: 80px 0px;
}
.about-right-side img{
     border-radius: 12px;
}
.about-left-side p {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: var(--body-font);
}
div#navbarSupportedContent {
    justify-content: center;
}
.facebook{
    width: 12px;
    height: auto;
    margin: 0px 6px;
}
.yelp{
    width: 22px;
    height: auto;
    margin: 0px 6px;
}
.button-bg{
    position: absolute;
    right: 2%;
}
.navbar-nav.nav {
    display: flex;
    align-items: center;
}
.header-layout1 ul li{
    padding: 0px 0px;
    text-align: center;
}
.header-layout1 ul li a{
    font-size: 17px;
    color: #000;
    font-family: var(--body-font);
    font-weight: 500;
}
.header-layout1 ul li a:hover{
    color: var(--theme-color);
    transform: scale(1.1);
    transition: 300ms;
}
.primary-button:before {
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: transparent !important;
}
.primary-button:after {
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left-color: transparent !important;
}
.primary-button:before, .primary-button:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid;
    border-color: inherit;
}
.primary-button {
    position: relative;
    display: inline-block;
    font-weight: 500; 
    letter-spacing: 1px;
    font-size: 22px;
    border-radius: 30px;
    border: 3px solid #ffffff;
    margin: 20px 0;
    border: none;
    padding: 6px 30px;
    color: var(--theme-color);
}
.primary-button:hover{
    background-color: #fff;
    color: var(--theme-color);
}
.secondary-button {
    background-color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 500; 
    letter-spacing: 1px;
    font-size: 22px;
    border-radius: 30px;
    border: 3px solid #ffffff;
    margin: 20px 0;
    border: 2px solid;
    padding: 6px 30px;
    color: var(--theme-color);
}
.secondary-button:hover{
    background-color: var(--theme-color);
    color: #fff !important;
    border: 2px solid;
    transition: 800ms;
}
.banner-center-text img{
    max-height: 130px;
    width: 210px;
}
.banner-center-text h3 {
    font-size: 84px;
    line-height: 105px;
    font-weight: 500;
    font-family: var(--head-font);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.spa{
    color: var(--theme-color);
}
.welcome{
    color: #ffffff;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 500;
}
.footer-page{
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-bg{
    padding: 80px 0px;
    background-color: #222a3e;    
}
.copyright-text {
    color: #ffffff;
    font-size: 12px;
}
.copyright-text a {
    color: #ffffff;
    font-size: 12px;
}
.footer-menu ul li{
    padding: 10px 0px;
    border-bottom: 1px solid #ffffff0d;
}
.footer-menu ul li a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.footer-menu ul li a:hover{
    color: var(--theme-color);
    letter-spacing: 1px;
}
.menu p:hover{
    color: var(--theme-color);
    letter-spacing: 1px;
    transition: 600ms;
}
.footer-menu h4{
   color: #fafafa;
   font-family: var(--title-font);
   font-weight: 500;
   font-size: 24px;
   margin-bottom: 10px;
   border-bottom: 1px solid #dddddd38;
   padding-bottom: 6px;
}

.copyright-wrap {
    background: #222a3eeb;
    padding-top: 10px;
}

.fa-icon {
    margin-right: 10px;
}
@keyframes cake {
    0%   { left:0px; top:0px;}
    50%  { left:50px; top:0px;}
    100% { left:0px; top:0px;}
  }
  .bread{
    position: relative;
    animation-name: cake;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    max-width: 190px;
    height: auto;
  }
  
  .top_main_header1{
    position: fixed;
    top: 0px;
    z-index: 99;
    right: 0;
    left: 0;
  }
  .top_main_header1 .header-top { 
    display: none;
  }


/* ------ breadcrum -------*/

.breadcrum-box {
    background-color: #0e0e0ed1;
    padding: 70px 0px;
}
.breadcrumb_heading{
    color: #fff;
    font-size: 35px;
    font-family: var(--title-font);
}
.bread_first_item {
    color: #fff;
}
.breadcrumb-area{
    background-image: url(../images/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* ------ breadcrum -------*/
.menu p{
    color: #fff;
}
.fa-icon-1 {
    background: aliceblue;
    border-radius: 50%;
    padding: 10px 15px;
}
.fa-icon-1 i{
    color: #000;
}
.featured-title img{
    width:40px;
    height: auto;
}
.featured-title h5{
    color: var(--theme-color);
    font-size: 24px;
    margin: 15px 0px;
}
.featured-content {
    margin: 5px 0px;
    background: #fff;
    box-shadow: 3px 2px 17px 1px #eee;
    padding: 25px 15px;
    text-align: center;
}
.featured-content:hover{
    background-color: var(--theme-color);
    transition: 700ms;
}
.featured-content:hover h5{
    color: #fff;
}
.title{
    color: var(--theme-color);
    font-weight: 500;
    font-size: 40px;
    font-family: var(--title-font);
}
.addres-tag{
    margin-left: 25px;
}
.footer-menu ul li a span i{
    color: var(--theme-color);
}
.google-icon{
    max-width: 100px;
    height: auto;
}
.gallery-title-section {
    padding: 90px 0 90px;
    background-color: var(--theme-color);
}
.featured-imagebox-portfolio {
    position: relative;
}
.featured-imagebox-portfolio .featured-content-portfolio a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.featured-content-portfolio {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
.featured-imagebox-portfolio:hover .featured-content-portfolio {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-portfolio .featured-content-portfolio:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    opacity: 0.9;
    background-color: #222a3e;
}
.mt_70{
    margin-top: -70px;
}
.mt_30{
    margin-top: 20px;
}
.title-header h5{
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--title-font);
}
.sub-title{
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
}
.call-number{
    color: var(--theme-color);
    font-size: 23px;
}
.bg-01{
    background-image: url(../images/gallery/bg-01.jpg);
}
.skincolor{
    color: #727475 !important;
}
.txt-block h3{
    color: #727475;
    font-size: 32px;
    margin-bottom: 30px;
}
.txt-block p{
    color: #727475;
    font-size: 18px;
}
.txt-block {
    padding: 0 150px 0 50px;
}
.title-desc{
    color: #fff;
}
.featured-imagebox-services.style1 .ttm-post-thumbnail img {
    border: 8px solid #fff;
    border-radius: 50%;
}
.images-brdr{
    border-radius: 10px;
}
.gallery-section{
    padding-bottom: 80px;
}
.sbox-13 {
    display: flex;
    padding: 20px;
    margin: 20px 15px;
    background-color: #fff;
}

.section-title h4 {
    font-size: 42px;
    color: #fff;
    font-family: var(--title-font);
}
.h5-xl.txt-color-01 {
    font-size: 24px;
    color: #222a3e;
}
.sbox-13:hover{
    background-color: #222a3e;
    transition: 700ms;
}
.sbox-13:hover h5{
    color: #fff;
}
.sbox-13:hover p{
    color: #fff;
}
.services-section{
    
    background-color: #f3f3f3;
}
.service-bg{
    background-image: url(../images/banner-3.jpg);
    background-position:center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0px;
}
.img-0{
    margin-right: 0px !important;
}
.page_wrapper{
    padding: 80px 0px;
}
.page_wrapper1{
    padding: 0px;
}
.app {
    padding-left: 0px !important;
}
.about-section-left {
    padding: 100px 80px;
}
.gallery-section-right {
    text-align: center;
}
textarea.form-input {
    border-radius: 10px;
    padding-left: 12px;
    padding-top: 12px;
}
::placeholder{
    color: #000;
}
.form-box {
    padding: 25px;
    background: #8c8c8c;
    border-radius: 12px;
}
.form-input {
    width: 100%;
    padding: 15px;
    margin: 24px 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    border-bottom: 2px solid var(--theme-color);
}

.contactus-right-side{
    margin: 40px 0px;
}
.contactus-right-side ul{
    display: flex;
    justify-content: space-evenly;
}
.contactus-right-side ul li:hover{
    background-color: var(--theme-color);
    transition: 700ms;
}
.contactus-right-side ul li:hover a{
    color: #fff;
}
.contactus-right-side ul li {
    background: #f9f9f9;
    padding: 41px;
}
.contactus-right-side ul li a i {
    background-color: #ef719b;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    padding: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
}
.contact_bg{
    background-color: #f2f2f2;
    padding: 60px 100px;
}
.contact-title {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 20px;
}
.contactus-right-side ul li a{
    font-size: 14px;
}
.service-content{
    background-color: #fff;
    padding: 15px 20px;
    position: absolute;
    bottom: 0px;
}
.service-item{
    position: relative;
}
.service-content h5{
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
}
.service-item .service-content {
    position: absolute;
    width: 84%;
    left: 8%;
    bottom: -15px;
    padding: 30px 21px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: var(--theme-color);
    -webkit-box-shadow: 10px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 4px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.service-item:hover .service-content {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.img_service{
    margin-top: 60px;
}
.service_text{
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
.services-page{
    background-image: url(../images/banner-4.jpg);
}
.services_bg{
    background-color: #000000de;
    padding: 80px 0px;
}

.contact_page{
    background-image: url(../images/banner-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0px 0px 0px;
}
.appointment-bg{
    background-image: url(../images/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.gallery-section-right img{
    border-radius: 13px;
}
.testimonials-page{
    background-color: #ffffffd4;
    padding: 80px 0px;
}
.item {
    background: #fff;
    padding: 13px;
    border-radius: 13px;
}
.review {
    justify-content: center;
    display: flex;
    margin:20px;
}
.review-box ul{
    display: flex;
    justify-content: center;
}
.review-box ul li{
    color: rgb(255, 166, 0);
    padding: 5px 3px;
}
.testimonials h3{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: var(--title-font);
}
.item h4{
    font-size: 23px;
}
.content-box {
    background: #efefef;
    padding: 10px;
    width: 100%;
}
.post-date {
    float: right;
    background: var(--theme-color);
    color: #fff;
    padding: 15px 10px;
    font-weight: 500;
}
.content-box h4 a{
    font-size: 22px;
}
.content-box p{
    font-size: 15px;
}
.sidebar-title h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.news-post {
    box-shadow: 2px 2px 8px 1px #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.recent-post-meta a i{
    margin-right: 8px;
}
.blog-date{
    margin-top: 10px;
}
.lower-content h3{
    font-size: 26px;
    color: var(--theme-color);
}
.lower-content h4{
    font-size: 24px;
}
.post-inner h6 a{
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color);
}
.read-more{
    color: var(--theme-color);
}
.sidebar-title {
    margin-top: 0px;
}
.service-area-tabs ul{
    display: flex;
    /*justify-content: space-between;*/
}
.service-area-tabs ul li {
    background-color: var(--theme-color);
    color: #fff;
    font-size: 19px;
    margin: 20px 8px;
    padding: 6px 10px;
    width: 24%;
    text-align: center;
    border-left: 10px solid #878585;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 35px;
}
.testimonials{
    background-image:url(../images/banner-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.waxing-services-title ul{
    display: flex;
    justify-content: space-evenly;
}
.waxing-services-title ul li{
    background-color: var(--theme-color);
    color: #fff;
    font-size: 18px;
    margin: 20px 20px;
    padding: 8px 14px 8px 14px;
    width: 100%;
    text-align: center;
    border-left: 10px solid #878585;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 35px;
}
.waxing-services-title h5{
    font-size: 32px;
    text-decoration:underline;
    margin: 30px 0px;
}
.waxing-services-title p{
    font-size: 20px;
    color: #000;
}
.makup-services-title ul{
    display: flex;
}
.makup-services-title ul li{  
    color: var(--theme-color);   
    font-size: 23px;  
    margin: 20px 0px ;   
    padding: 0px;   
    width: 100%;
    border-bottom: 1px dashed #000;
}
.makup-services-title ul span{
    margin: 20px 10px;
    width: 15%;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.lower-content{
    a{
        color: red;
    }
}
.beauty_page{
    padding: 60px 0px;
}
.form-input-special {
    width: 100%;
    padding: 15px;
    margin: 24px 0px;
    border: none;
    background-color: #ffffff;
    color: #000;
    border-radius: 10px;
    border-bottom: 1px solid var(--body-color);
}
.contact_bg_special {
    background-color: #dedbdb;
    padding: 15px 20px;
    border-radius: 25px;
}
.form-box-special {
    padding: 10px 25px;
    background: #e4e3e300;
    border-radius: 12px;
}
.contact_bg_special h4{
    color: var(--body-color);
}
.lower-content ul li{
    list-style-type: disc;
    margin-left: 30px;
    padding: 3px 0px;
}
.lower-content h4{
    padding: 10px 0px;
}
.list__items li{
    list-style-type: none !important;
    margin-left: 0px  !important;
}
.image {
    width: 100%;
    height: 100%;
}



.suspend-sec {
  position: fixed;
  top: 175px;
  z-index: 999;
  background: #d7bc92;
  width: 100%;
  padding: 20px 30px;
  text-align:center;
}

.content-sec-suspend h2{ color:red; font-size:25px;}
.content-sec-suspend p{ color:#000;}
.logo-sec img{ width:16%;}