@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "../css/owl.carousel.min.css";
@import "../css/owl.theme.default.min.css";
html {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body {
  margin: 0;
  background: var(--white-clr);
  color: var(--black-clr);
  font-weight: 400;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-word;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
   font-family: 'Playfair Display', serif;
}
* {
  box-sizing: border-box;
}
*, *:focus {
  outline: none;
  outline-offset: 0;
}
:root {
  --family-mont:'Montserrat', sans-serif;
  --black-clr: #2e3231;
  --white-clr: #ffffff;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all ease .4s;
  display: inline-block;
}
a:hover, a:focus {
  color: #deaebb;
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}
 a:focus {
  color: var(--white-clr);
 }
p {
  padding-bottom: 10px;
  margin: 0;
  color: #404040;
  font-family: var(--family-mont);
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 400;
  line-height: 1;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 90px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 55px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 14px;
}
::selection {
  background: #ff824c;
  color: var(--white-clr);
}
::-webkit-selection {
  background: #ff824c;
  color: var(--white-clr);
}
::-moz-selection {
  background: #ff824c;
  color: var(--white-clr);
}
::-o-selection {
  background: #ff824c;
  color: var(--white-clr);
}
::-ms-selection {
  background: #ff824c;
  color: var(--white-clr);
}
::-webkit-input-placeholder {
  color: var(--black-clr) !important;
  opacity: 1;
}
::-moz-placeholder {
  color: var(--black-clr) !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--black-clr) !important;
  opacity: 1;
}
:-moz-placeholder {
  color: var(--black-clr) !important;
  opacity: 1;
}
/* Pucker Common CSS */
iframe {
  display: block;
  width: 100%;
  border: none;
}
section {
  padding-top: 98px;
  padding-bottom: 100px;
}
ul, ol {
  padding: 0;
  margin: 0;
}
.container {
  width: 1250px;
  margin: 0 auto;
}
.btn {
  background: var(--black-clr);
  padding: 18px 72px;
  color: var(--white-clr);
  font-size: 18px;
  font-family: var(--family-mont);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all ease .4s;
  text-align: center;
}
.btn:hover, .btn:focus {
  background: #f7d2d7;
  color: var(--black-clr);
}
.btn-pink:hover, .btn-pink:focus {
  color: var(--white-clr);
  background: var(--black-clr);
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col-4 {
  width: 33.33%;
  padding: 0 15px;
}
.col-6 {
  width: 50%;
  padding: 0 15px;
}
.w-100{width: 100% !important;}
.text-center{text-align: center !important;}
.text-left{text-align: left !important;}
.d-none{display: none !important;}
.d-block{display: block !important;}
.text-decoration-none{text-decoration: none !important;}
.object-cover{object-fit: cover !important;}

h1 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
figure ,figcaption {
  padding: 0;
  margin: 0
}
/* Header CSS */
.top-header {
  background: #f7d2d7;
  height: 40px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--black-clr);
  letter-spacing: 4px;
  font-family: 'Playfair Display', serif; 
}
.top-header a {
  padding: 5px 0;
}
.wrapper {
  padding: 0 104px;
}
.top-header a:hover, .top-header a:focus, .copyright a:hover, .copyright a:focus {
  color: var(--white-clr);
}
header {
  padding: 34px 0;
  text-align: center;
  font-family: var(--family-mont);
  position: relative;
}
header .active {
  font-weight: 700;
}
header .container {
  width: 1390px;
}
header ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
nav ul a {
  margin: 0 22px;
}
nav ul li:last-child a {
  margin-right: 0;
}
nav ul li:first-child a {
  margin-left: 0;
}
.logo {
  margin: 0 80px;
}
.brand, .menu-links {
  display: none;
}
/* Hero CSS */
.hero {
  color: var(--white-clr);
  text-transform: uppercase;
  padding: 0;
}
.hero .container {
  width: 100%;
}
.hero .item {
  background-size: cover;
  background-position: 50% 50%;  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 882px;
}
.hero h1 {
  padding-bottom: 18px;
  font-family: var(--family-mont);
}
.hero h2 {
  font-size: 110px;
  padding-bottom: 35px;
}
.hero-caption {
  max-width: 605px;
  margin: 0 auto;
}
.hero .owl-dots, .salon .owl-dots {
  display: none;
}


/* Contact CSS */
.contact {
  background: url(../images/contact-us.png) no-repeat 50% 50% /cover;
  height: 415px;
  /* aspect-ratio: 1350 / 600; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.page-title {
  color: var(--white-clr);
}
.page-title h1 {
  font-size: 100px;
  font-weight: 400;
  padding-bottom: 24px;
}
.page-title ol {
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  display: inline-flex;
  font-family: var(--family-mont);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title ol li + li::before {
  content: "";
  margin: 0 20px;
  height: 10px;
  width: 10px;
  background: #f7d2d7;
  display: inline-flex;
  transform: rotate(130deg);
}
.map {
  height: 554px;
}
.maps {
  padding: 49px 0 60px;
}
/* Services CSS */
.services {
  background: url(../images/banner_services.jpg) no-repeat 50% 50% /cover;
  aspect-ratio: 1920 / 463;
  width: 100%;
}

.inner-service figcaption {
  background: var(--white-clr);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
  padding: 30px 22px 18px !important;
  margin: -175px 16px 0 16px;
  position: relative;
}
.inner-service figcaption h5 {
  padding-bottom: 14px;
}
.inner-service figcaption p {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .inner-service {
    margin-bottom: 40px;
  }
}
.inner-service figcaption .btn {
  margin-top: 10px;
  padding: 15px 35px;
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  left: 35px;
  right: 35px;
}
.service-item {
  padding: 30px 0 62px !important;
}
.service-item .row [class*="col-"] {
  padding-bottom: 60px;
}
.service-item .container > img {
  padding-bottom: 38px;
}
.service-item .btn {
  padding: 16px 78px;
}
.border-btn:hover {
  border-color: #f7d2d7;
}
.border-btn:focus {
  color: var(--black-clr);
}
.border-btn {
  background: none;
  color: var(--black-clr);
  border: 2px solid var(--black-clr);
}
/* Responsive CSS */
.about-us {
  text-align: center;
}
.about-icon {
  border-radius: 100%;
  background: var(--white-clr);
  text-align: center;
  height: 172px;
  width: 172px;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
  transition: .4s;
}
.about-icon:hover img {
  filter: brightness(0) invert(1);
}
.about-icon:hover {
  background: #f7d2d7;
}
.about-us .row [class*="col-"] p {
  max-width: 250px;
  margin: 0 auto;
}
.about-us .row  [class*="col-"] h3 {
  padding: 38px 0 20px;
}

/* Pucker Up */
.pucker-up {
  background: url(../images/pucker.png) no-repeat 50% 50% /cover;
  height: 882px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.pucker-up-section {
  max-width: 532px;
}
.pucker-up h2 {
  padding-bottom: 40px;
}
.pucker-up h1 {
  padding-bottom: 30px;
}
.pucker-btn {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.pucker-btn .btn-pink {
  margin-right: 32px;
}
.btn-pink {
  padding: 18px 42px;
  background: #f7d2d7;
  color: var(--black-clr);
  transition: .4s;
}
.pucker-btn a:last-child {
  padding: 18px 52px;
}
/* Featured Services */
.service {
  text-align: center;
  padding-top: 52px;
}
.service h4 {
  padding: 32px 0 72px;
}
.service figcaption {
  padding-top: 44px;
} 
.service .row {
  margin: 0 -30px;
}
.service .col-4 {
  padding: 0 30px;
}
.salon-style-2 {
  margin-bottom: 88px;
}
/* Spa & Salon */
.salon {
  text-align: center;
  color: var(--white-clr);
  text-transform: uppercase;
  padding: 0;
}
.salon .item {
  background-size: cover;
  background-position: 50% 50%;  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 882px;
}
.salon h2 {
  font-size: 85px;
  padding-bottom: 62px;
}
.salon h1 {
  padding-bottom: 40px;
  font-family: var(--family-mont);
}
/* Responsive CSS */
@media screen and (min-width:799px) {
  .salon .container {
    width: 790px;
  }
}

/* Clients-Review */
.clients-review {
  text-align: center;
  padding-top: 95px;
}
.clients-review h4 {
  padding-bottom: 48px;
}
.clients-review p {
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}
.clients-section {
  max-width: 975px;
  margin: 0 auto;
}
.clients-section img {
  padding-bottom: 54px;
}
.clients-section .item > span {
  text-transform: uppercase;
  font-size: 25px;
  padding-bottom: 15px;
  display: inline-block;
  padding-top: 8px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--black-clr);
  }
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 9px;
  background: #cbcbcb;
}
.three-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-dots span {
  background: #cbcbcb;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  display: inline-block;
}
.three-dots .fill {
  margin: 0 19px;
  background: var(--black-clr);
}
/* Service Detail */
.service-detail {
  padding: 90px 0 104px;
}
.service-detail .row {
  margin: 0 -37px;
}
.service-detail .row > * {
  padding: 0 37px;
}
.detail-section {
  padding-top: 25px;
}
.detail-section h2 {
  font-size: 55px;
}
.detail-section p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.detail-section img {
  padding: 34px 0 36px;
}
.detail-section span {
  font-size: 32px;
  text-transform: uppercase;
  display: block;
  padding: 16px 0 35px;
}
.detail-section .btn {
  padding: 16px 38px;
}
.accordion {
  padding-top: 40px;
}
.accordion > li > a a:hover, a:focus, a:active {
  color: #deaebb;
}
.accordion > li {
  border-top: 3px dotted #b9bbba;
  list-style: none;
}
.accordion > li > a {
  display: block;
  font-size: 32px;
  position: relative;
  cursor: pointer;
  margin: 28px 0;
  line-height: 44px;
}
.accordion > li > a::after {
  position: absolute;
  content: "+";
  right: 0;
  color: var(--black-clr);
  transform: translateY(-50%);
  top: 50%; 
}
.accordion > li.open > a::after {
  content: "-";
}
.accordion-content ul {
  list-style: none;
}
.accordion-content {
  display: none;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--family-mont); 
  line-height: 36px;
}
.accordion p {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.accordion .bullets {
  padding: 24px 0 40px;
}
.accordion-content ul li, .bullets li {
  position: relative;
  padding-left: 23px;
}
.bullets li::before, .accordion-content ul li::before {
  content: "";
  margin-right: 10px;
  height: 10px;
  width: 10px;
  background: #f7d2d7;
  display: inline-flex;
  transform: rotate(130deg);
  position: absolute;
  left: 0;
  top: 12px;
}
.consult {
  background: #f8f8f8;
  text-align: center;
  padding-top: 102px;
}
.consult .btn {
  padding: 18px 51px;
}
.consult button {
  cursor: pointer;
  transition: .4s;
  border: none;
}
.colsult-section span {
  display: block;
  padding-bottom: 8px;
  padding-top: 32px;
}
.colsult-section {
  font-family: var(--family-mont);
  font-weight: 300;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.consult .location {
  line-height: 28px;
  padding-top: 28px;
}
.consult h4 {
  padding-bottom: 60px;
}
.form-control {
  width: 100%;
  height: 58px;
  font-size: 16px;
  padding: 20px;
  color: var(--black-clr);
  border: 3px solid #e3e3e3;
  transition: .4s;
  font-family: var(--family-mont);
  font-weight: 300;
}
.form-group {
  margin-bottom: 25px;
}
textarea.form-control {
  width: 100%;
  resize: none;
  height: 224px;
  padding: 20px 24px;
}
.consult .row [class*="col-"] .form-group:last-child {
  margin-bottom: 27px
}
/*-- Footer --*/
footer {
  background: var(--black-clr);
  text-align: center;
  padding: 90px 0 0;
  font-family: var(--family-mont);
}
footer ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #a0a5a4;
  padding: 22px 0 ;
}
footer ul li {
  padding: 8px 0;
}
footer > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 98px;
}
footer ul li + li:before {
  content: "|";
  margin: 0 18px;
  color: #f7d2d7;;
}
footer ul li:first-child {
  /* color: var(--white-clr); */
  text-orientation: underline;
}
footer ul li:first-child a {
  text-decoration: underline;
}
.social-media a {
  display: inline-flex;
  height: 64px;
  width: 64px;
  background-color: #363a39;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-image: url("../images/socials.png");
  background-position: 25px 21px;
  background-repeat: no-repeat;
}
.social-media a:not(:last-child) {
  margin-right: 16px;
}
.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media a:hover {
  background-color: #f7d2d7;
  background-position: 25px -70px;
}
.social-media a.insta {
  background-position: -55px 21px;
}
.social-media a.insta:hover {
  background-position: -55px -70px;
}
.social-media a.youtube {
  background-position: -135px 21px;
}
.social-media a.youtube:hover {
  background-position: -135px -70px;
}
.copyright {
  background: #f7d2d7;
}
.copyright .container {
  width: 1380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 30px;
}
.copyright span {
  display: inline-block;
  text-transform: capitalize;
  padding: 5px 0;
}
.copyright span a {
  padding-left: 10px;
}
.copyright .inject {
  font-weight: 700;
  padding-left: 0;
  padding-right: 2px;
}
.copyright .beauty {
  padding-left: 15px;
}

.activo{
  text-decoration: underline !important;
  color: #fff;
}

/* Responsive CSS */
@media screen and (max-width: 1699px) {
  .wrapper {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1599px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1499px) {
  .logo {
    margin: 0 50px;
  }
  nav ul a {
    margin: 0 18px;
  }
  header .container {
    width: 1280px;
  }
  .copyright .container {
    width: 1280px;
  }
}
@media screen and (max-width: 1399px) {
  header .container, .copyright .container, .service-detail .container {
  width: 1150px;
  }  
  .logo {
    margin: 0 30px;
  }
  nav ul a {
    margin: 0 16px;
  }
  header ul {
    font-size: 16px;
  }
  .about-us .container, .pucker-up .container, .service .container, .consult .container, .clients-review .container, footer .container {
    width: 1050px;
  }
}
@media screen and (max-width: 1299px) {
  header .container, .copyright .container, .service-detail .container {
    width: 1100px;
  }
  nav ul a {
    margin: 0 10px; 
  }
}
@media screen and (max-width: 1199px) {
  header .container, .copyright .container, .about-us .container, .pucker-up .container, .service .container, .consult .container, .clients-review .container, footer .container, .service-detail .container {
        width: 960px;
  }
  .copyright .container {
    flex-direction: column;
  }
  .hero h2 {
    font-size: 90px;
  }
  .pucker-up h2 {
    font-size: 70px;
  }
  .salon h2 {
    font-size: 70px;
  }
  header {
    padding: 10px 0;
  }
  nav ul a {
    padding: 15px 10px;
    margin-right: 0;
  }
  nav ul {
    display: block;
  }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .brand, .menu-links {
    display: block;
  }
  .logo {
    display: none;
  }
  header nav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    z-index: 11;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: var(--white-clr);
    max-height: 70vh;
    overflow-y: auto;
    padding: 20px;
  } 
  .page-title h1 {
    font-size: 90px;
  }
  .inner-service h5 {
    font-size: 26px;
  } 
  .accordion > li > a {
    line-height: 28px;
    padding-right: 30px;
    font-size: 20px;
    margin: 18px 0;
  }
  .accordion p {
    font-size: 16px;
    line-height: 26px;
  }
  .accordion-content {
    font-size: 16px;
    line-height: 26px;
  }
  .bullets li, .accordion-content ul li {
    padding-bottom: 15px;
  }
  .bullets li:before, .accordion-content ul li:before {
    top: 8px;
  }
  .hero .item, .salon .item {
    height: 650px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1070px) {
  header .container, .copyright .container, .about-us .container, .service .container, .consult .container, .clients-review .container, footer .container {
        width: 930px;
  }
  .pucker-up .container, .service-detail .container {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .copyright .container, .about-us .container, .service .container, .salon .container, .pucker-up .container, .consult .container, .clients-review .container, footer .container,.service-detail .container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
  }
  .hero h2, .pucker-up h2 {
    font-size: 64px;
  }
  .salon h2 {
    font-size: 62px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 44px;
  }
  h5 {
    font-size: 26px;
  }
  
  .salon h2 {
    line-height: 68px;
  }
  .service-item .row [class*="col-"] {
    width: 50%;
  }
  .service-item .row img {
    width: 100%;
  }
  .service-detail .row > * {
    padding: 0 32px;
  }
}
@media screen and (max-width:767px) {
  .copyright .container, .about-us .container, .service .container, .pucker-up .container, .consult .container, .clients-review .container, footer .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .brand {
    max-width: 320px;
  }
  .wrapper {
    padding: 0 20px;
  }
  .pucker-up {
    height: auto;
  }
  .pucker-up .pucker-up-section {
    padding: 50px 0;
  }
  .salon .container {
    padding: 50px 20px;
  }
  .wrapper {
    padding: 0 20px;
  }
  h1 {
    font-size: 16px;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .clients-review, .consult, footer {
    padding-top: 50px;
  }
  footer .container {
    padding-bottom: 50px;
  }
  .about-us .row > [class*="col-"], .service .row > [class*="col-"] {
    width: 100%;
    padding-bottom: 30px;
  }
  .service-item .row [class*="col-"] {
    width: 50%;
  }
  .service .row > [class*="col-"] {
    padding-bottom: 60px;
  }
  .consult-message [class*="col-"] {
    width: 100%;
  } 
  .consult .btn {
    margin-top: 25px;
  }
  footer ul  {
    display: block;
  }
  footer ul li + li::before {
    display: none;
  }
  header nav {
    width: 100%;
    text-align: left;
  }
  .salon h1 {
    line-height: 1.3;
  }
  nav ul a {
    margin: 0;
  }
  .service figcaption {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-title h1 {
    font-size: 80px;
  }
  .contact {
    height: 250px;
  }
  .map {
    height: 250px;
  }
  .page-title h1 {
    padding-bottom: 5px;
  }
  .service .row > [class*="col-"] {
    padding-bottom: 44px;
  }
  .service-detail .row > * {
    width: 100%;
  }
  .service-detail .row img {
    width: auto;
  }
  .service-detail {
    padding: 50px 0 50px;
  }
  .service-item .row > [class*="col-"] {
    padding: 0 10px;
  }
  .detail-section p {
    font-size: 16px;
    line-height: 26px;
  }
  textarea.form-control {
    height: 100px;
    padding: 10px 15px;
  }
  .form-control {
    height: 50px
    padding: 10px 15px;
  }
  .consult .row [class*="col-"] .form-group:last-child, .form-group {
    margin-bottom: 15px;
  }
  .pucker-up .container {
    background: rgba(255, 255, 255, 0.7);
  }
  .hero .item, .salon .item {
    height: 450px;
  }
} 
@media screen and (max-width: 575px) {
  .hero-caption {
    padding: 0 30px;
  }
  .copyright .container, .about-us .container, .service .container, .pucker-up .container, .consult .container, .clients-review .container, .contact .container, footer .container{
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .consult .row [class*="col-"] {
    width: 100%;
  }
  .brand {
    max-width: 300px;
  }
  .hero h2 {
    font-size: 46px;
  }
  .pucker-up h2, .salon h2 {
    font-size: 46px;
  }
  h4 {
   font-size: 34px;
  }
  h5 {
    font-size: 24px;
  }
  .salon h2 {
    line-height: 52px;
  }
  .btn {
    padding: 16px 66px;
    font-size: 16px;
  }
  .pucker-btn .btn-pink {
    margin-right: 10px;
  }
  .btn-pink {
    padding: 14px 34px;
  }
  .pucker-btn a:last-child {
    padding: 14px 34px;
  }
  .salon h1 {
    padding-bottom: 10px;
  }
  .salon h2 {
    padding-bottom: 10px
  }
  .pucker-up {
    height: auto;
  }
  .page-title h1 {
    font-size: 64px;
  }
  .page-title ol {
    font-size: 16px;
  }
  .page-title ol li + li::before {
    margin: 0 15px;
  }
  .service-item .row [class*="col-"] {
    width: 100%;
  }
  .service .row > [class*="col-"] {
    padding: 0 10px;
  }
  .service .row > [class*="col-"] img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .service-detail .row > * {
    padding: 0 20px;
  }
  .service-detail .row {
    margin: 0 -20px;
  }
  .service-detail .container {
    padding: 0;
  }
  .pucker-btn .btn {
    width: 100%;
  }
  .salon h2 {
    line-height: 46px;
   }
   .salon h2 {
    font-size: 42px;
  }
  .service h4 {
    padding: 32px 0 62px;
  }
  .pucker-btn {
    display: block;
  } 
  .pucker-btn .btn-pink {
    margin-bottom: 20px;
  }
  .page-title h1 {
    font-size: 40px;
  } 
  .top-header {
    font-size: 18px;
  }
  .service .row > [class*="col-"] img {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .brand {
    max-width: 250px;
  }
  .menu-links {
    max-width: 25px;
  }
  .detail-section h2 {
    font-size: 45px;
  }
  .hero .item, .salon .item {
    height: 350px;
  }
}
@media screen and (max-width: 360px) {
   .hero h2 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  .btn {
    padding: 16px 52px;
  }
  .btn-pink {
    padding: 14px 34px;
  }
  .pucker-up h2 {
    padding-bottom: 32px;
  }
  .pucker-up h1 {
    padding-bottom: 22px;
  }
  .pucker-btn {
    padding-top: 32px;
  }
  .pucker-btn .btn-pink {
    margin-bottom: 15px;
  }
  .salon h2 {
    font-size: 36px;
  }
  .page-title h1 {
    font-size: 48px;
  }
  .inner-service figcaption .btn {
    padding: 15px 20px;
  }
  .service-item .btn {
    padding: 16px 64px;
  }
}
@media screen and (max-width: 359px) {
  .brand {
    max-width: 220px;
  }
}

.featured_services{
  object-fit: cover;
  height: 500px;
}

.preview-content{
  position: absolute;top: 0;left: 0;right: 0;margin: 0 auto; opacity:.6; display: none;
}