.scrolled #header {
  background: #f3e1dd;
}#header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0px;
  z-index: 1;
}#header .container {
  max-width: 100%;
  width: 100%;
}#header .container .row {
  padding: 0;
  margin: 0;
}#header .col-lg-6.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}#header .col-lg-3.logo-wrapper img {
  width: 180px;
}#Appointment {
  background: #000;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}#header .nav-link {
  font-family: Quicksand;
  font-weight: bold;
  font-size: 18px;
}#header .nav-link:hover {
  transition: .3s;
  color: #f49380;
}#header .col-lg-3.social-wrapper {
  justify-content: right;
  display: flex;
}


#section1 {
  position: relative; 
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}#section1 .wrapper-section1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  max-width: 600px;
}#section1 .wrapper-section1 h1 {
  font-size: 72px;
  font-weight: 900;
  font-family: Oswald;
}#section1 .wrapper-section1 h1 span {
  color: #f49380;
   font-family: Oswald;
}#section1 .app-round img {
  width: 20px;
  filter: brightness(111);
}#section1 .app-round {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f49380;
  border-radius: 50px;
}#section1 #make-appointment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 10px 10px;
  background: #fff;
  border-radius: 60px;
  gap: 10px;
  font-family: QUicksand;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #000!important;
}#section1 #make-appointment:hover {
  background: #f49380;
}#section1 #make-appointment:hover .app-round{
  background: #fff;
}#section1 #make-appointment:hover img{
   filter: unset;
}#section1 #make-appointment:hover span{
    color: #fff;
}#section1 #make-appointment span {
  font-family: Quicksand;
  letter-spacing: 1px;
  font-size: 16px;
}


#about-section-1 {
  padding: 150px 0px;
}#about-section-1 .about-1 {
  text-align: center;
}#about-section-1 .about-1 span {
  font-family: Quicksand;
  color: #f49380;
  font-size: 20px;
  font-weight: 500;
  display: block;
}#about-section-1 .about-1 h2 {
  font-family: Quicksand;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}#about-section-1 .about-1 p {
  font-size: 18px;
  font-family: quicksand;
  font-weight: 500;
  line-height: 24px;
}


#about-section-2 {
  padding-bottom: 100px;
}#about-section-2 .row {
  align-items: center;
}#about-section-2 .about-sec1-img img {
  width: 100%;
}#about-section-2 .about-sec1 h2 {
  font-family: Quicksand;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}#about-section-2 .about-sec1 h2 span{
    color:#f7a392
}#about-section-2 .about-sec1 i {
  font-weight: bold;
}#about-section-2 .about-sec1 p {
  font-size: 18px;
  margin: 20px 0px 40px;
}#about-section-2 #v-book {
  padding: 12px 40px;
  display: inline-block;
  background: #f7a392;
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
}#about-section-2 #v-book:hover{
    transition: .3s;
    background: #000;
    cursor: pointer;
}#about-section-2 .about-sec1-img {
  background: #f3e1dd;
  padding: 50px 50px 0px 50px;
  border-radius: 200px 50px 0px 0px;
}


#appointment-section {
  padding: 100px 0px;
}#appointment-section .container {
  background-color: #FFF6F4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 60px 60px;
  max-width: 1150px;
}#appointment-section .appointment-1 {
  background: #fff6f4;
  position: relative;
  background: #fff6f4;
  border: 5px solid rgba(255,255,255,.4);
  padding: 61px 50px 71px;
  margin-right: 30px;
}#appointment-section .appointment-title h2 {
  font-size: 36px;
  font-family: Quicksand;
  font-weight: bold;
  margin-bottom: 20px;
}#appointment-section .form-grpuop input {
  width: 100%;
  height: 50px;
  padding: 10px 10px;
  border: 1px solid #fff;
  border-radius: 6px;
}#appointment-section .form-grpuop select {
  width: 100%;
  height: 50px;
  padding: 10px 10px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 6px;
}#appointment-section .form-grpuop {
  margin-bottom: 25px;
}#appointment-section .form-grpuop textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 6px;
}#appointment-section .icon-wrperr {
  height: 40px;
  width: 40px;
  background: #f7a392;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}#appointment-section .icon-wrperr img {
  filter: invert(1);
}#appointment-section .wrapper-app-k h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}#appointment-section .wrapper-app-k h3 span {
  font-family: Quicksand;
  font-weight: bold;
  font-size: 22px;
}#appointment-section .ul-app-ks {
  list-style: none;
  padding: 0;
}#appointment-section .ul-app-ks li {
  font-size: 18px;
  font-family: Nunito;
  margin-bottom: 15px;
}#appointment-section .appointment-2 .wrapper-app-k:first-child {
  margin-bottom: 50px;
}#appointment-section .submit-btnns {
  background: #f7a392;
  color: #fff;
  font-family: Quicksand;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 6px;
}#appointment-section .submit-btnns:hover {
  background: #000;
  border-color: #000;
  transition: .3s;
}#appointment-section .form-grpuop.form-grpuop1 {
  margin-bottom: 0;
}#appointment-section .form-grpuop input:focus-visible {
  outline: 0;
  border-color: #ffdbd4;
}#appointment-section .form-grpuop textarea:focus-visible {
  outline: 0;
  border-color: #ffdbd4;
}#appointment-section .form-grpuop select:focus-visible {
  outline: 0;
  border-color: #ffdbd4;
}



#pricing-plann {
  padding: 100px 0px;
}#pricing-plann .pricing-div {
  margin-bottom: 50px;
}.pricing-div span {
  font-family: Quicksand;
  color: #f49380;
  font-size: 18px;
  font-weight: 500;
  display: block;
}#pricing-plann .pricing-div h2 {
  font-size: 42px;
  font-family: Quicksand;
  font-weight: bold;
  margin-bottom: 10px;
}#pricing-plann .image-service img {
  width: 100%;
  border-radius: 10px;
}#pricing-plann .pricing-div-wrpper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}#pricing-plann .pricing-div-wrpper .image-service {
  width: 20%;
}#pricing-plann .price-of-service {
  width: 80%;
}#pricing-plann .price-of-service a {
  font-family: Quicksand;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
}#pricing-plann .piborder {
  width: 50%;
  display: inline-block;
  background: #ccc;
  height: 1px;
}



#social-icons {
  padding-bottom: 30px;
}#social-icons .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}#social-icons .container .row {
  margin: 0;
}#social-icons .gt-social.iamge-social {
  position: relative;
  overflow: hidden;
  transition: .3s;
  cursor: pointer;
}#social-icons .gt-social.iamge-social img {
  width: 100%;
}#social-icons .wrpper-svg-insta {
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b09880b0;
  border-radius: 60px;
  opacity: 0;
}.gt-social.iamge-social:hover .wrpper-svg-insta {
  opacity: 1 !important;
  transition: .3s;
}#social-icons .gt-social.iamge-social-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}#social-icons .gt-social.iamge-social-text {
  background: #222;
  height: 100%;
  padding: 30px;
}#social-icons .elementor-icon svg {
  width: 30px;
  margin: 0 auto 30px;
  display: block;
}#social-icons .elementor-icon svg path {
  fill: #fff;
}#social-icons .gt-social.iamge-social-text h4 {
  color: #fff;
  text-align: center;
  font-family: Quicksand;
  font-weight: bold;
  font-size: 30px;
}#social-icons .wrpper-svg-insta svg path {
  fill: #fff;
}

/* Women salon atelier redesign */
.makeover-demo-page {
  --salon-ink: #1e1018;
  --salon-plum: #42192d;
  --salon-wine: #6f2447;
  --salon-rose: #d98696;
  --salon-petal: #fff6f2;
  --salon-gold: #d9ae78;
  --salon-sage: #617461;
  --salon-muted: #7d6870;
  --salon-line: rgba(66, 25, 45, .14);
  --salon-shadow: 0 30px 80px rgba(66, 25, 45, .18);
  margin: 0;
  background:
    linear-gradient(90deg, rgba(66, 25, 45, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(66, 25, 45, .035) 1px, transparent 1px),
    var(--salon-petal);
  background-size: 76px 76px, 76px 76px, auto;
  color: var(--salon-ink);
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  overflow-x: hidden;
}

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

.makeover-demo-page .container {
  width: min(92%, 1240px);
  max-width: 1240px;
}

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

#header,
.scrolled #header {
  top: 16px;
  z-index: 1000;
  padding: 0;
  background: transparent;
}

#header .container {
  width: min(94%, 1320px);
  max-width: 1320px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(30, 16, 24, .72);
  box-shadow: 0 18px 52px rgba(30, 16, 24, .2);
  backdrop-filter: blur(18px);
}

#header .container .row {
  min-height: 58px;
  align-items: center;
}

#header .col-lg-3.logo-wrapper img {
  width: 138px;
  filter: invert(1);
}

#header .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

#header .nav-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .76);
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

#header .nav-link:hover,
#header .nav-link:focus {
  color: var(--salon-ink);
  background: linear-gradient(135deg, #fff1db, var(--salon-gold));
  transform: translateY(-2px);
}

#Appointment {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  color: var(--salon-ink);
  background: linear-gradient(135deg, #fff1dc, var(--salon-gold));
  box-shadow: 0 14px 34px rgba(217, 174, 120, .24);
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

#section1 {
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  isolation: isolate;
  background-position: center right;
  background-size: cover;
}

#section1::before,
#section1::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#section1::before {
  z-index: -1;
  background:
    radial-gradient(circle at var(--salon-x, 74%) var(--salon-y, 24%), rgba(217, 174, 120, .3), transparent 20%),
    linear-gradient(90deg, rgba(30, 16, 24, .9), rgba(66, 25, 45, .54) 46%, rgba(30, 16, 24, .2));
}

#section1::after {
  z-index: -1;
  background:
    radial-gradient(circle at 12% 86%, rgba(217, 134, 150, .22), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: auto, 74px 74px, 74px 74px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .9), transparent 74%);
}

#section1 .wrapper-section1 {
  top: 54%;
  left: clamp(24px, 7vw, 100px);
  width: min(650px, calc(100% - 48px));
  max-width: 650px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(30, 16, 24, .42);
  box-shadow: 0 30px 90px rgba(30, 16, 24, .32);
  backdrop-filter: blur(16px);
}

#section1 .wrapper-section1::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  pointer-events: none;
}

.salon-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--salon-gold);
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.salon-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
}

#section1 .wrapper-section1 h1 {
  margin: 0;
  color: #fff;
  font-family: "Aboreto", "Quicksand", serif;
  font-size: clamp(38px, 5.6vw, 78px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 18px 54px rgba(0, 0, 0, .36);
}

#section1 .wrapper-section1 h1 span {
  display: block;
  color: #ffd7d9;
  font-family: inherit;
}

#section1 .wrapper-section1 p {
  max-width: 570px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 650;
  line-height: 1.7;
}

#section1 #make-appointment,
#about-section-2 #v-book,
#appointment-section .submit-btnns {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  color: var(--salon-ink) !important;
  background: linear-gradient(135deg, #fff1dc, var(--salon-gold));
  box-shadow: 0 18px 44px rgba(217, 174, 120, .28);
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

#section1 #make-appointment {
  margin-top: 26px;
  padding: 6px 22px 6px 8px;
}

#section1 .app-round {
  width: 42px;
  height: 42px;
  background: rgba(66, 25, 45, .9);
}

#section1 .app-round img {
  width: 18px;
  filter: brightness(0) invert(1);
}

#section1 #make-appointment:hover,
#about-section-2 #v-book:hover,
#appointment-section .submit-btnns:hover {
  color: var(--salon-ink) !important;
  background: linear-gradient(135deg, #fff8ef, #f0c58c);
  box-shadow: 0 24px 56px rgba(30, 16, 24, .24);
  transform: translateY(-3px);
}

#section1 #make-appointment:hover .app-round {
  background: var(--salon-wine);
}

#section1 #make-appointment:hover span {
  color: var(--salon-ink);
}

.salon-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.salon-hero-notes span {
  display: grid;
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 800;
}

.salon-hero-notes b {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

#about-section-1,
#about-section-2,
#pricing-plann,
#appointment-section {
  position: relative;
  padding: 110px 0;
}

#about-section-1 {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 14%, rgba(217, 134, 150, .22), transparent 30%),
    var(--salon-petal);
}

#about-section-1::before {
  content: "GLOW";
  position: absolute;
  right: -20px;
  bottom: -48px;
  color: rgba(66, 25, 45, .045);
  font-family: "Oswald", sans-serif;
  font-size: clamp(100px, 18vw, 230px);
  font-weight: 700;
  letter-spacing: .08em;
  pointer-events: none;
}

#about-section-1 .about-1 {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--salon-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--salon-shadow);
  backdrop-filter: blur(14px);
}

#about-section-1 .about-1 span,
.pricing-div span {
  color: var(--salon-wine);
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#about-section-1 .about-1 h2,
#about-section-2 .about-sec1 h2,
#pricing-plann .pricing-div h2,
#appointment-section .appointment-title h2 {
  margin: 10px 0 18px;
  color: var(--salon-ink);
  font-family: "Aboreto", "Quicksand", serif;
  font-size: clamp(34px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 1.08;
}

#about-section-1 .about-1 p,
#about-section-2 .about-sec1 p,
#pricing-plann .pricing-div p,
#appointment-section .appointment-title p {
  color: var(--salon-muted);
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.8;
}

#about-section-2 {
  overflow: hidden;
  background: linear-gradient(180deg, var(--salon-petal), #fff);
}

#about-section-2 .row {
  row-gap: 30px;
}

#about-section-2 .about-sec1-img {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 50px) clamp(26px, 4vw, 50px) 0;
  border: 1px solid rgba(66, 25, 45, .1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 10%, rgba(217, 174, 120, .2), transparent 30%),
    linear-gradient(145deg, #ffe5e9, #fff7ef);
  box-shadow: var(--salon-shadow);
}

#about-section-2 .about-sec1-img::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
}

#about-section-2 .about-sec1-img img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 34px rgba(66, 25, 45, .18));
  animation: salonFloat 5s ease-in-out infinite;
}

#about-section-2 .about-sec1 {
  padding-left: clamp(0px, 3vw, 44px);
}

#about-section-2 .about-sec1 h2 span {
  color: var(--salon-wine);
}

#about-section-2 .about-sec1 i {
  display: inline-block;
  color: var(--salon-sage);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
}

#about-section-2 #v-book {
  padding: 0 32px;
}

#pricing-plann {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 16%, rgba(97, 116, 97, .16), transparent 28%),
    linear-gradient(180deg, #fff, var(--salon-petal));
}

#pricing-plann .pricing-div {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

#pricing-plann .row-of-pricingg {
  row-gap: 18px;
}

#pricing-plann .pricing-div-wrpper {
  position: relative;
  overflow: hidden;
  gap: 18px;
  min-height: 136px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--salon-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 48px rgba(66, 25, 45, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

#pricing-plann .pricing-div-wrpper::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(217, 174, 120, .16);
  transition: transform .35s ease;
}

#pricing-plann .pricing-div-wrpper:hover {
  border-color: rgba(111, 36, 71, .25);
  box-shadow: 0 28px 72px rgba(66, 25, 45, .15);
  transform: translateY(-6px);
}

#pricing-plann .pricing-div-wrpper:hover::after {
  transform: scale(1.35);
}

#pricing-plann .pricing-div-wrpper .image-service {
  flex: 0 0 112px;
  width: 112px;
}

#pricing-plann .image-service img {
  width: 112px;
  height: 104px;
  border-radius: 8px;
  object-fit: cover;
}

#pricing-plann .price-of-service {
  position: relative;
  z-index: 1;
  width: 100%;
}

#pricing-plann .price-of-service h5 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--salon-wine);
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

#pricing-plann .price-of-service a {
  color: var(--salon-ink);
  font-weight: 900;
}

#pricing-plann .price-of-service h5 > span:last-of-type {
  color: var(--salon-muted);
  font-size: 12px;
  text-transform: uppercase;
}

#pricing-plann .piborder {
  flex: 1;
  width: auto;
  min-width: 30px;
  background: repeating-linear-gradient(90deg, rgba(66, 25, 45, .22) 0 4px, transparent 4px 9px);
}

#pricing-plann .price-of-service p {
  margin: 0;
  color: var(--salon-muted);
  font-weight: 700;
}

#appointment-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(217, 174, 120, .24), transparent 30%),
    linear-gradient(145deg, var(--salon-plum), #25101b);
}

#appointment-section .container {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(145deg, rgba(66, 25, 45, .9), rgba(30, 16, 24, .74)),
    var(--salon-plum) !important;
  background-size: 56px 56px, 56px 56px, auto, cover !important;
  box-shadow: 0 36px 92px rgba(0, 0, 0, .3);
}

#appointment-section .appointment-1 {
  margin-right: 18px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

#appointment-section .appointment-title h2,
#appointment-section .appointment-title p {
  color: #fff;
}

#appointment-section .appointment-title p {
  color: rgba(255, 255, 255, .74);
}

#appointment-section .form-grpuop {
  margin-bottom: 16px;
}

#appointment-section .form-grpuop input,
#appointment-section .form-grpuop select,
#appointment-section .form-grpuop textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  color: var(--salon-ink);
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  box-shadow: inset 4px 0 0 rgba(217, 174, 120, .78);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

#appointment-section .form-grpuop input,
#appointment-section .form-grpuop select {
  height: 52px;
}

#appointment-section .form-grpuop textarea {
  height: 128px;
  resize: vertical;
}

#appointment-section .form-grpuop input:focus-visible,
#appointment-section .form-grpuop textarea:focus-visible,
#appointment-section .form-grpuop select:focus-visible {
  border-color: var(--salon-gold);
  background: #fff;
  box-shadow: inset 4px 0 0 var(--salon-gold), 0 0 0 4px rgba(217, 174, 120, .18);
}

#appointment-section .submit-btnns {
  width: 100%;
  border-color: transparent !important;
}

#appointment-section .appointment-2 {
  height: 100%;
  display: grid;
  align-content: center;
  gap: 18px;
  color: #fff;
}

#appointment-section .wrapper-app-k {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

#appointment-section .appointment-2 .wrapper-app-k:first-child {
  margin-bottom: 0;
}

#appointment-section .icon-wrperr {
  background: linear-gradient(135deg, #fff1dc, var(--salon-gold));
}

#appointment-section .icon-wrperr img {
  filter: none;
}

#appointment-section .wrapper-app-k h3 span {
  color: #fff;
}

#appointment-section .ul-app-ks li {
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  font-weight: 700;
}

#social-icons {
  padding: 0;
  background: var(--salon-ink);
}

#social-icons .colks {
  padding: 0;
}

#social-icons .gt-social.iamge-social,
#social-icons .gt-social.iamge-social-text {
  min-height: 270px;
}

#social-icons .gt-social.iamge-social img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  transition: transform .65s ease, filter .35s ease;
}

#social-icons .gt-social.iamge-social:hover img {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.04);
}

#social-icons .wrpper-svg-insta {
  background: rgba(66, 25, 45, .72);
  backdrop-filter: blur(10px);
}

#social-icons .gt-social.iamge-social-text {
  background:
    radial-gradient(circle at 50% 0, rgba(217, 174, 120, .28), transparent 44%),
    var(--salon-plum);
}

#social-icons .gt-social.iamge-social-text h4 {
  font-size: clamp(24px, 3vw, 36px);
}

footer#footer {
  padding: 26px 0;
  background: #130a10;
}

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

.salon-js-ready .salon-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .72s ease, transform .72s ease;
}

.salon-js-ready .salon-reveal.salon-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes salonFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .makeover-demo-page *,
  .makeover-demo-page *::before,
  .makeover-demo-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 991px) {
  #header {
    position: absolute;
  }

  #header .container .row {
    gap: 10px;
  }

  #header .logo-wrapper,
  #header .nav-wrapper,
  #header .social-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

  #header .col-lg-3.social-wrapper {
    justify-content: center;
  }

  #section1 {
    min-height: 860px;
    background-position: 68% center;
  }

  #section1 .wrapper-section1 {
    top: 58%;
  }

  #about-section-2 .about-sec1 {
    padding-left: 0;
  }

  #appointment-section .appointment-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  #header {
    top: 8px;
  }

  #header .container {
    padding: 8px;
  }

  #header .col-lg-3.logo-wrapper img {
    width: 118px;
    margin: 0 auto;
  }

  #header .nav-wrap {
    gap: 4px;
  }

  #header .nav-link {
    min-height: 34px;
    padding: 8px;
    font-size: 11px;
  }

  #Appointment {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  #section1 {
    min-height: 820px;
  }

  #section1 .wrapper-section1 {
    left: 16px;
    width: calc(100% - 32px);
    padding: 24px;
  }

  #section1 .wrapper-section1 h1 {
    font-size: clamp(34px, 12vw, 50px);
  }

  .salon-hero-notes span {
    width: 100%;
  }

  #about-section-1,
  #about-section-2,
  #pricing-plann,
  #appointment-section {
    padding: 76px 0;
  }

  #about-section-1 .about-1,
  #appointment-section .container {
    padding: 24px;
  }

  #pricing-plann .pricing-div-wrpper {
    align-items: flex-start;
  }

  #pricing-plann .pricing-div-wrpper .image-service,
  #pricing-plann .image-service img {
    width: 86px;
    flex-basis: 86px;
    height: 86px;
  }

  #pricing-plann .price-of-service h5 {
    flex-wrap: wrap;
  }
}
