html {
  scroll-behavior: smooth;
}

.makeup-demo-page {
  --ink: #171112;
  --muted: #6f5d5c;
  --cream: #fff7f0;
  --blush: #f6d6d8;
  --rose: #9a4f5d;
  --wine: #4b202a;
  --gold: #d6a75f;
  --sage: #38534b;
  --paper: #ffffff;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", "Quicksand", sans-serif;
  overflow-x: hidden;
}

.makeup-demo-page *,
.makeup-demo-page *::before,
.makeup-demo-page *::after {
  box-sizing: border-box;
}

.makeup-demo-page .row {
  margin: 0;
}

.makeup-demo-page a {
  text-decoration: none;
}

.makeup-demo-page img {
  display: block;
  max-width: 100%;
}

#main-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  padding: 0;
  transition: top .28s ease, transform .28s ease;
}

#main-header .container {
  width: min(92%, 1280px);
  max-width: 1280px;
  padding: 12px 18px;
  background: rgba(255, 248, 242, .82);
  border: 1px solid rgba(154, 79, 93, .18);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(44, 19, 24, .12);
  backdrop-filter: blur(18px);
}

.makeup-demo-page.scrolled #main-header {
  top: 8px;
}

#main-header .row {
  align-items: center;
}

#main-header .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-header .header-left-side img {
  width: 112px;
  height: auto;
}

#main-header .header-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 30px);
  padding: 0;
  margin: 0;
  list-style: none;
}

#main-header .nav-link {
  position: relative;
  padding: 8px 0;
  color: var(--ink);
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

#main-header .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s ease;
}

#main-header .nav-link:hover,
#main-header .nav-link:focus {
  color: var(--rose);
}

#main-header .nav-link:hover::after,
#main-header .nav-link:focus::after,
#main-header .actives .nav-link::after {
  transform: scaleX(1);
  transform-origin: left;
}

#main-header .col-last {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#click-to-book,
#section1 #appointments,
#section-4 #makeup-app,
#section-5 .book-app-makeup,
#section-2 .text-etppt-f a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 14px 28px rgba(23, 17, 18, .18);
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

#click-to-book::before,
#section1 #appointments::before,
#section-4 #makeup-app::before,
#section-5 .book-app-makeup::before,
#section-2 .text-etppt-f a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .28) 45%, transparent 60%);
  transform: translateX(-120%);
  transition: transform .65s ease;
}

#click-to-book:hover,
#section1 #appointments:hover,
#section-4 #makeup-app:hover,
#section-5 .book-app-makeup:hover,
#section-2 .text-etppt-f a:hover {
  color: #fff;
  background: var(--rose);
  box-shadow: 0 18px 34px rgba(154, 79, 93, .3);
  transform: translateY(-2px);
}

#click-to-book:hover::before,
#section1 #appointments:hover::before,
#section-4 #makeup-app:hover::before,
#section-5 .book-app-makeup:hover::before,
#section-2 .text-etppt-f a:hover::before {
  transform: translateX(120%);
}

.mobile-menu-bar {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
}

#section1 {
  position: relative;
  min-height: 100vh;
  background: var(--ink);
  overflow: hidden;
}

#section1 .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#section1 .col-lg-12 {
  padding: 0;
}

#section1 .wrapper-section1 {
  position: relative;
  min-height: 100vh;
}

#section1 .wrapper-section1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 70% 24%, rgba(214, 167, 95, .28), transparent 24%),
    linear-gradient(90deg, rgba(23, 17, 18, .88) 0%, rgba(23, 17, 18, .55) 42%, rgba(23, 17, 18, .12) 100%);
  pointer-events: none;
}

#section1 .item {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

#section1 .owl-item.active .item {
  animation: heroZoom 7s ease forwards;
}

#section1 .owl-dots {
  position: absolute;
  left: 6vw;
  bottom: 34px;
  z-index: 5;
}

#section1 .owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 4px;
  margin: 0 6px 0 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, .45);
}

#section1 .owl-theme .owl-dots .owl-dot.active span {
  background: var(--gold);
}

#section1 .owl-nav {
  position: absolute;
  right: 6vw;
  bottom: 28px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

#section1 .owl-nav button {
  width: 48px;
  height: 48px;
  margin: 0 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .86) !important;
  color: var(--ink) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  transition: transform .25s ease, background .25s ease;
}

#section1 .owl-nav button:hover {
  background: var(--gold) !important;
  transform: translateY(-2px);
}

#section1 .content-wrapper-cc {
  position: absolute;
  top: 52%;
  left: clamp(22px, 6vw, 90px);
  z-index: 4;
  width: min(760px, calc(100% - 44px));
  color: #fff;
  transform: translateY(-50%);
}

#section1 .content-wrapper-cc > span,
.gallery-heading span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: "Playwrite GB J", cursive;
  font-size: 20px;
  font-weight: 300;
}

#section1 .content-wrapper-cc > span::before,
.gallery-heading span::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

#section1 .content-wrapper-cc h1 {
  max-width: 720px;
  margin: 0 0 24px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 4.8vw, 74px);
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .32);
}

#section1 .content-wrapper-cc p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 8px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.hero-secondary-link:hover {
  background: #fff;
  color: var(--ink);
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
}

.hero-stats strong {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1;
}

.beauty-orbit {
  position: absolute;
  right: clamp(28px, 8vw, 130px);
  bottom: clamp(96px, 16vh, 190px);
  z-index: 4;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  animation: orbitSpin 16s linear infinite;
}

.beauty-orbit span {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 24px rgba(214, 167, 95, .9);
}

.beauty-orbit span:nth-child(1) {
  top: -7px;
  left: 74px;
}

.beauty-orbit span:nth-child(2) {
  right: 12px;
  bottom: 26px;
  background: var(--blush);
}

.beauty-orbit span:nth-child(3) {
  left: 6px;
  bottom: 42px;
  background: #fff;
}

#section-2,
#section-3,
#section-5,
#latest-projects {
  position: relative;
  background: var(--cream);
}

#section-2 {
  padding: 80px 0 60px;
}

#section-2 .container {
  position: relative;
  z-index: 5;
  width: min(88%, 1180px);
  max-width: 1180px;
  margin-top: -125px;
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 28px 70px rgba(75, 32, 42, .14);
}

#section-2 .wrapper-sct2s,
#section-2 .wrapper-image-sctn2 {
  height: 100%;
}

#section-2 .leaf-wrapper {
  min-height: 100%;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .92)),
    url("../../../img/demo/makeup/leaf.png") left bottom / 78% auto no-repeat;
}

#section-2 .text-etppt-f h2 {
  margin: 0 0 18px;
  color: var(--rose);
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 800;
  line-height: .9;
}

#section-2 .text-etppt-f h4 {
  margin: 0 0 32px;
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.25;
}

#section-2 .wrapper-image-sctn2 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

#section-2 .wrapper-images-sctn2 {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

#section-2 .wrapper-images-sctn2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

#section-2 .wrapper-image-sctn2:hover img {
  transform: scale(1.08);
}

#section-2 .text-image-sctn2 {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(23, 17, 18, .76);
  color: #fff;
  backdrop-filter: blur(12px);
}

#section-2 .text-image-sctn2 p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
}

#section-2 .text-image-sctn2 span {
  color: var(--gold);
}

.hr-wrapperf {
  position: relative;
  padding: 18px 0 58px;
  background: var(--cream);
}

.hr-wrapperf::before {
  content: "beauty booking";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(154, 79, 93, .07);
  font-family: "Playfair Display", serif;
  font-size: clamp(52px, 11vw, 158px);
  font-weight: 900;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.hr-wrapperf .hr-wrapperf1 {
  position: relative;
  width: 2px;
  height: 110px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(154, 79, 93, .18);
}

.hr-wrapperf .hr-wrapperf1::after {
  content: "";
  position: absolute;
  inset: -55px 0 auto;
  height: 55px;
  background: linear-gradient(180deg, transparent, var(--rose));
  animation: lineDrop 2s ease-in-out infinite;
}

#section-3 {
  padding: 50px 0 125px;
}

#section-3 .container {
width: min(100%, 1260px);
  max-width: 1260px;
}

#section-3 .section-text-rr3 {
  position: relative;
  text-align: center;
}

#section-3 .section-text-rr3::before {
  content: "“";
  position: absolute;
  left: 50%;
  top: -92px;
  color: rgba(154, 79, 93, .14);
  font-family: "Playfair Display", serif;
  font-size: 220px;
  line-height: 1;
  transform: translateX(-50%);
}

#section-3 .section-text-rr3 p {
position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4.3vw, 39px);
  font-weight: 650;
  line-height: 1.62;
}

#section-3 .section-text-rr3 img {
  width: 130px;
  margin: 34px auto 0;
  opacity: .75;
}

#section-4 {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  background:
    radial-gradient(circle at 82% 14%, rgba(214, 167, 95, .16), transparent 30%),
    linear-gradient(135deg, #171112 0%, #2c151b 52%, #14231f 100%);
}

#section-4::before {
  content: "";
  position: absolute;
  left: -12vw;
  top: 90px;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  animation: orbitSpin 28s linear infinite reverse;
}

#section-4 .container {
  position: relative;
  z-index: 1;
}

#section-4 .section-text-rr4 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px 44px;
  align-items: end;
  margin-bottom: 54px;
}

#section-4 .section-text-rr4 h2,
#section-5 .section-pricing-rr4 h2,
#latest-projects .gallery-heading h2,
#section-6 .contact-left h3,
#section-6 .contact-right h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

#section-4 .section-text-rr4 h2 {
  color: #fff;
}

#section-4 .section-text-rr4 p {
  grid-column: 1 / 2;
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.75;
}

#section-4 #makeup-app {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: center;
  background: var(--gold);
  color: var(--ink);
}

#section-4 #makeup-app:hover {
  color: #fff;
  background: var(--rose);
}

#section-4 .row-secvtn-3 {
  row-gap: 24px;
  padding: 0;
}

#section-4 .row-secvtn-3 > [class*="col-"] {
  padding: 12px;
}

#section-4 .section-sfc-rr4 {
  height: 100%;
}

#section-4 .image-h-wrp {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

#section-4 .image-image-wrp {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

#section-4 .image-image-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s ease, filter .9s ease;
}

#section-4 .content-h-wrp {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 15px;
  border-radius: 8px;
  background: rgba(255, 247, 240, .9);
  backdrop-filter: blur(12px);
  transform: translateY(0);
  transition: transform .35s ease, background .35s ease;
}

#section-4 .content-h-wrp p {
  margin: 0;
  color: var(--ink);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 900;
}

#section-4 .content-h-wrp span {
  color: var(--rose);
}

#section-4 .image-h-wrp:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.08);
}

#section-4 .image-h-wrp:hover .content-h-wrp {
  background: #fff;
  transform: translateY(-5px);
}

#section-5 {
  padding: 125px 0;
}

#section-5 .container,
#latest-projects .container {
  width: min(90%, 1220px);
  max-width: 1220px;
}

#section-5 .section-pricing-rr4 {
  max-width: 850px;
  margin: 0 auto 52px;
  text-align: center;
}

#section-5 .section-pricing-rr4 h2 {
  color: var(--wine);
}

#section-5 .section-pricing-rr4 p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

#section-5 .row-pricing-3 {
  row-gap: 24px;
}

#section-5 .row-pricing-3 > [class*="col-"] {
  padding: 12px;
}

#section-5 .section-pricing-rr4r {
  position: relative;
  height: 100%;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(154, 79, 93, .14);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 45px rgba(75, 32, 42, .08);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

#section-5 .section-pricing-rr4r::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--rose), var(--gold), var(--sage));
}

#section-5 .section-pricing-rr4r:hover {
  border-color: rgba(154, 79, 93, .34);
  box-shadow: 0 24px 70px rgba(75, 32, 42, .15);
  transform: translateY(-8px);
}

#section-5 .pricing-h-wrp {
  display: flex;
  height: 100%;
  min-height: 430px;
  flex-direction: column;
  padding: 30px 26px 24px;
}

#section-5 .pricing-image-wrp h4 {
  min-height: 62px;
  margin: 0 0 20px;
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

#section-5 .price-wrp {
  margin-bottom: 20px;
  color: var(--rose);
  font-family: "Quicksand", sans-serif;
  font-size: clamp(38px, 4.2vw, 54px);
  font-weight: 900;
  line-height: 1;
}

#section-5 .price-wrp span {
  font-size: .52em;
  vertical-align: super;
}

#section-5 .content-h-pricing {
  flex: 1;
}

#section-5 .content-h-pricing ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

#section-5 .content-h-pricing li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

#section-5 .content-h-pricing li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 10px;
  height: 10px;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

#section-5 .book-app-makeup {
  width: 100%;
}

#section-5 .btn-pricing-wprn {
  margin-top: auto;
}

#latest-projects {
  padding: 120px 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 247, 240, .96), rgba(246, 214, 216, .35)),
    var(--cream);
}

#latest-projects .gallery-heading-row {
  margin-bottom: 44px;
}

#latest-projects .gallery-heading h2 {
  color: var(--wine);
}

.gallery-intro {
  max-width: 480px;
  margin: 0 0 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.lookbook-layout {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.45fr);
  grid-template-areas:
    "feature tiles"
    "feature banner";
  gap: 28px;
  align-items: stretch;
}

.lookbook-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(154, 79, 93, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 58px rgba(75, 32, 42, .1);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.lookbook-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 6px;
  pointer-events: none;
}

.lookbook-card:hover {
  border-color: rgba(154, 79, 93, .32);
  box-shadow: 0 30px 80px rgba(75, 32, 42, .16);
  transform: translateY(-6px);
}

.lookbook-feature {
  grid-area: feature;
  display: grid;
  grid-template-rows: minmax(410px, 1fr) auto;
  background: #fff;
}

.lookbook-tiles {
  grid-area: tiles;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lookbook-tile {
  min-height: 340px;
  background: var(--ink);
}

.lookbook-banner {
  grid-area: banner;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  min-height: 330px;
  background:
    linear-gradient(135deg, rgba(255, 247, 240, .94), rgba(246, 214, 216, .7)),
    #fff;
}

.lookbook-image {
  position: relative;
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(214, 167, 95, .22), transparent 28%),
    linear-gradient(145deg, #fff8f1, #f0dfe0);
}

.lookbook-feature .lookbook-image {
  padding: 18px;
}

.lookbook-tile .lookbook-image {
  position: absolute;
  inset: 0;
  padding: 0;
  background: var(--ink);
}

.lookbook-banner .lookbook-image {
  min-height: 330px;
  padding: 0;
  background: #fff;
}

.lookbook-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform .8s ease;
}

.lookbook-tile .lookbook-image img {
  object-fit: cover;
}

.lookbook-tile:nth-child(1) .lookbook-image img,
.lookbook-tile:nth-child(2) .lookbook-image img,
.lookbook-tile:nth-child(3) .lookbook-image img {
  object-position: center top;
}

.lookbook-tile:nth-child(4) .lookbook-image img {
  object-position: 58% center;
}

.lookbook-banner .lookbook-image img {
  object-fit: cover;
  object-position: center 32%;
}

.lookbook-card:hover .lookbook-image img {
  transform: scale(1.035);
}

.lookbook-copy {
  position: relative;
  z-index: 3;
  padding: 22px;
  background: rgba(255, 255, 255, .88);
}

.lookbook-feature .lookbook-copy {
  padding: 28px;
}

.lookbook-banner .lookbook-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.lookbook-tile .lookbook-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 247, 240, .82));
  box-shadow: 0 16px 38px rgba(23, 17, 18, .22);
  backdrop-filter: blur(14px);
}

.lookbook-copy span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--rose);
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lookbook-copy h3 {
  margin: 0;
  color: var(--wine);
  font-family: "Playfair Display", serif;
  font-size: clamp(23px, 2.3vw, 34px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
}

.lookbook-tile .lookbook-copy h3 {
  font-size: clamp(22px, 1.9vw, 30px);
}

.lookbook-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.lookbook-copy a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--wine);
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  transition: background .25s ease, transform .25s ease;
}

.lookbook-copy a:hover {
  background: var(--rose);
  color: #fff;
  transform: translateY(-2px);
}

#section-6 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(154, 79, 93, .26), transparent 28%),
    linear-gradient(135deg, #151011 0%, #25161a 48%, #12251f 100%);
}

#section-6 .container {
  width: min(90%, 1240px);
  max-width: 1240px;
}

#section-6 .row {
  row-gap: 28px;
}

#section-6 .contact-left,
#section-6 .contact-middle,
#section-6 .contact-right {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(16px);
}

#section-6 .contact-left h3,
#section-6 .contact-right h3 {
  color: #fff;
  font-size: clamp(30px, 3.4vw, 46px);
}

#section-6 .contact-left p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
  line-height: 1.75;
}

#section-6 .ul-contacts,
#section-6 .ul-contacsts {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

#section-6 .ul-contacts li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
}

#section-6 .iamge-conact {
  display: inline-flex;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(214, 167, 95, .18);
}

#section-6 .iamge-conact img {
  width: 20px;
  filter: brightness(0) invert(1);
}

#section-6 .adds-conact,
#section-6 .time-conact {
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
}

#section-6 .contact-middle {
  background: rgba(255, 247, 240, .96);
}

#section-6 .form-grupt {
  margin-bottom: 14px;
}

#section-6 .form-grupt input,
#section-6 .form-grupt textarea {
  width: 100%;
  border: 1px solid rgba(154, 79, 93, .16);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  transition: border-color .25s ease, box-shadow .25s ease;
}

#section-6 .form-grupt input {
  height: 50px;
  padding: 0 15px;
}

#section-6 .form-grupt textarea {
  min-height: 118px;
  padding: 14px 15px;
  resize: vertical;
}

#section-6 .form-grupt input:focus,
#section-6 .form-grupt textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(154, 79, 93, .12);
  outline: 0;
}

#section-6 .btn-submitt {
  height: 52px !important;
  border-color: var(--ink) !important;
  background: var(--ink) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}

#section-6 .btn-submitt:hover {
  background: var(--rose) !important;
  border-color: var(--rose) !important;
}

#section-6 .ul-contacsts li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

#section-6 .day-conact {
  color: var(--gold);
  font-weight: 900;
}

footer#footer {
  padding: 22px 0;
  background: #100c0d;
}

#footer .footer-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  text-align: center;
  font-size: 14px;
}

.makeup-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s ease;
}

.makeup-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#section-2 .wrapper-image-sctn2.makeup-reveal:nth-child(2),
#section-4 .section-sfc-rr4.makeup-reveal:nth-child(2),
#section-5 .section-pricing-rr4r.makeup-reveal:nth-child(2),
.lookbook-card.makeup-reveal:nth-child(2) {
  transition-delay: .08s;
}

@keyframes heroZoom {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes lineDrop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(190px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1199px) {
  #main-header .container {
    width: min(94%, 1100px);
  }

  #main-header .header-ul {
    gap: 16px;
  }

  #main-header .nav-link {
    font-size: 14px;
  }

  #section-2 .container {
    width: 92%;
  }
}

@media (max-width: 991px) {
  #main-header {
    top: 10px;
  }

  #main-header .container {
    width: calc(100% - 24px);
    padding: 12px;
  }

  #main-header .col-lg-7,
  #main-header .col-last {
    display: none;
  }

  .mobile-menu-bar {
    display: inline-flex;
  }

  .makeup-menu-open #main-header .col-lg-7,
  .makeup-menu-open #main-header .col-last {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .makeup-menu-open #main-header .header-ul {
    display: grid;
    gap: 6px;
    justify-content: stretch;
    padding: 18px 0 8px;
  }

  .makeup-menu-open #main-header .nav-link {
    display: block;
    padding: 10px 4px;
  }

  .makeup-menu-open #main-header .col-last {
    padding-top: 10px;
  }

  .makeup-menu-open #click-to-book {
    width: 100%;
  }

  #section1 .content-wrapper-cc {
    top: 54%;
  }

  .beauty-orbit {
    display: none;
  }

  #section-2 .container {
    margin-top: -80px;
  }

  #section-2 .wrapper-sct2ss {
    row-gap: 22px;
  }

  #section-4 .section-text-rr4 {
    grid-template-columns: 1fr;
  }

  #section-4 #makeup-app,
  #section-4 .section-text-rr4 p {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-intro {
    margin: 18px 0 0;
  }

  .lookbook-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "tiles"
      "banner";
  }

  .lookbook-feature {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
    grid-template-rows: auto;
  }

  .lookbook-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lookbook-banner {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  }
}

@media (max-width: 767px) {
  #section1 .wrapper-section1,
  #section1 .item {
    min-height: 760px;
  }

  #section1 .wrapper-section1::before {
    background:
      radial-gradient(circle at 70% 24%, rgba(214, 167, 95, .22), transparent 30%),
      linear-gradient(180deg, rgba(23, 17, 18, .52) 0%, rgba(23, 17, 18, .9) 100%);
  }

  #section1 .content-wrapper-cc {
    top: auto;
    bottom: 92px;
    left: 20px;
    width: calc(100% - 40px);
    transform: none;
  }

  #section1 .content-wrapper-cc h1 {
    font-size: clamp(36px, 10vw, 52px);
    line-height: 1.04;
  }

  .hero-stats span {
    width: 100%;
  }

  #section1 .owl-dots {
    left: 20px;
    bottom: 34px;
  }

  #section1 .owl-nav {
    right: 20px;
    bottom: 24px;
  }

  #section-2,
  #section-3,
  #section-4,
  #section-5,
  #latest-projects,
  #section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #section-2 .container {
    width: calc(100% - 24px);
    margin-top: -44px;
    padding: 14px;
  }

  #section-2 .leaf-wrapper {
    padding: 24px;
  }

  #section-3 .section-text-rr3::before {
    top: -58px;
    font-size: 140px;
  }

  #section-4 .row-secvtn-3 > [class*="col-"],
  #section-5 .row-pricing-3 > [class*="col-"] {
    padding: 8px 0;
  }

  .lookbook-layout,
  .lookbook-feature,
  .lookbook-banner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .lookbook-feature,
  .lookbook-tiles,
  .lookbook-banner {
    grid-area: auto;
  }

  .lookbook-tiles {
    grid-template-columns: 1fr;
  }

  .lookbook-card {
    margin-bottom: 16px;
  }

  .lookbook-feature .lookbook-image,
  .lookbook-banner .lookbook-image {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .lookbook-tile {
    min-height: 430px;
  }

  .lookbook-banner .lookbook-image img {
    object-fit: contain;
  }

  #section-6 .contact-left,
  #section-6 .contact-middle,
  #section-6 .contact-right {
    padding: 22px;
  }

  #section-6 .ul-contacsts li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    display: grid;
  }

  #section1 #appointments,
  .hero-secondary-link {
    width: 100%;
  }

  #section1 .owl-nav button {
    width: 42px;
    height: 42px;
  }
}
