@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&family=Kalam:wght@700&display=swap";
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.pattern-img {
  text-align: center;
  margin-top: -52px;
}

.style-2 span {
  font-family: "Amsterdam", sans-serif;
  position: absolute;
  color: #f8f2f6;
  font-size: 32px;
  top: 35px;
  right: 100px;
  z-index: 3;
}

.style-2 img.pattern {
  width: 100%;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 0;
}

.style-2 {
  text-align: center;
  position: relative;
  z-index: 3;
  /* padding-top: 110px; */
}

.inquiry-form {
  padding: 30px;
  border: 1px solid #ebd8e5;
  border-radius: 30px;
}

.ig::after {
  content: "";
  width: 30%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0rem;
  right: -5rem;
  z-index: 1;
}

/* Top bar */
.top-bar {
  padding: 0;
  border-bottom: none;
  background: #ebd8e5;
}

@media (max-width: 576px) {
  .top-bar {
    display: none;
  }
}

:root {
  --font-Muli: "Muli", sans-serif;
  --font-Jost: "Jost", sans-serif;
  --font-Kalam: "Kalam", sans-serif;
  --white-color: #fff;
  --black-color: #000000;
  --title-color: #13141a;
  --text-color: #212121;
  --text-color2: #ababab;
  --text-color3: #969696;
  --primary-color1: #976386;
  --bg-color: #f2f2f2;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

body.style-2 {
  background: #fbf8f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-Muli);
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-color1);
}

.style-2 h2 {
  position: relative;
  font-family: "Arimo", sans-serif;
  font-size: 46px;
  color: #4c3243;
  z-index: 3;
  top: 130px;
}

.my-story.style-2 h2 {
  /* display: flex; */
}

.makeup-img h2 {
  color: #976386;
  font-family: "Noto Serif Display", serif;
  font-size: 48px;
  font-weight: bold;
}

.form-contact .makeup-img h2 {
  color: #fff;
  font-family: "CMU Serif", sans-serif;
}

input,
.comment-section .contact-form textarea,
.form-inner textarea {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  z-index: 9999;
}

.company-logo img {
  height: 100px;
}

a {
  text-decoration: none;
}

.section-title2.style-2 .see-more a {
  color: #976386;
  font-family: "CMU Serif", sans-serif;
  font-size: 22px;
}

p {
  font-family: var(--font-Muli);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.form-contact p {
  font-family: "Majesty", sans-serif;
  font-size: 42px;
  color: #ebd8e5;
}
.section-title.why {
  position: relative;
  text-align: left;
}
.section-title.why p {
  font-size: 64px;
  margin-left: 50px;
  color: #fff;
  font-family: "Meow Script", cursive;
}

.makeup-section.coach .makeup-img.skin-coach p {
  color: #fff !important;
  font-size: 50px;
  font-family: "Amsterdam", sans-serif;
  margin-left: 64px;
  margin-top: -35px;
}

.pt-120 {
  padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pt-110 {
  padding-top: 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-110 {
    padding-top: 90px;
  }
}

@media (max-width: 576px) {
  .pt-110 {
    padding-top: 70px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-100 {
    padding-top: 90px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-110 {
  margin-bottom: 110px;
}
.makeup-section {
  background: #bd7ca7;
  position: relative;
}

.makeup-section.form-contact {
  background: #976386;
}

.makeup-section.coach {
  background: #e5cbdc !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.makeup-section.coach p {
  color: #976386;
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}

.mt-110 {
  margin-top: 110px;
}

.about-us-banner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .mt-110 {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .mt-110 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-44 {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.primary-btn1 {
  padding: 12px 40px;
  background-color: transparent;
  display: inline-block;
  color: var(--black-color);
  font-size: 18px;
  font-family: var(--font-Muli);
  font-weight: 500;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid var(--black-color);
  transition: 0.5s;
}

.makeup-section .primary-btn1 {
  padding: 12px 20px;
  background-color: #976386;
  color: var(--white-color);
  font-size: 18px;
  border-radius: 50px;
  border: none;
}

.primary-btn1.style-2 {
  padding: 12px 34px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .primary-btn1.style-2 {
    font-size: 16px;
    padding: 10px 25px;
  }
}

@media (max-width: 576px) {
  .primary-btn1.style-2 {
    font-size: 14px;
    padding: 8px 20px;
  }
}

input,
.comment-section .contact-form textarea,
.form-inner textarea {
  border-radius: unset;
}

.form-inner input,
.form-inner .comment-section .contact-form textarea,
.comment-section .contact-form .form-inner textarea,
.form-inner textarea {
  border: 1px solid var(--primary-color1);
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  border-radius: 30px;
}

.form-inner input:focus,
.form-inner textarea:focus {
  border: 1px solid #ddd;
}

.form-inner input::-moz-placeholder,
.form-inner .comment-section .contact-form textarea::-moz-placeholder,
.comment-section .contact-form .form-inner textarea::-moz-placeholder,
.form-inner textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Muli);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.form-inner input::placeholder,
.form-inner .comment-section .contact-form textarea::placeholder,
.comment-section .contact-form .form-inner textarea::placeholder,
.form-inner textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Muli);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.form-inner textarea {
  height: 55px;
  min-height: 50px;
}

.form-inner textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Muli);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.form-inner textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Muli);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.form-inner textarea:focus {
  border: 1px solid #ddd;
}

/* Banner section */
.banner-section {
  overflow: hidden;
  display: flex;
  position: relative;
}

.banner-section .swiper-slide-active .banner-content h1 {
  animation: leftRight 1s;
}

@keyframes leftRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.banner-section .swiper-slide-active .banner-content > p {
  animation: leftRight 2s;
}

.banner-section .swiper-slide-active .banner-content .primary-btn1 {
  animation: leftRight 3s;
}

.banner-section .swiper-slide-active .discount {
  animation: zoomIn 3s;
}

.banner-section .banner-wrapper {
  display: flex;
}

.banner-section .banner-wrapper .banner-left {
  padding: 190px 30px 130px 10%;
  background-color: #ebd8e5;
  /* width: 65%; */
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-wrapper .banner-left {
    padding-left: 8%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section .banner-wrapper .banner-left {
    padding-left: 65px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-left {
    padding: 190px 20px 130px 50px;
  }
}

@media (max-width: 991px) {
  .banner-section .banner-wrapper .banner-left {
    width: 100%;
    padding: 48px 24px 0;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-wrapper .banner-left {
    padding: 90px 30px;
    min-height: 550px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-section .banner-wrapper .banner-right-wrapper {
    width: 100%;
  }

  .banner-section .banner-wrapper {
    display: block;
  }
}

.banner-section .banner-wrapper .banner-left .banner-vector1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.03;
}

.banner-section .banner-wrapper .banner-left .banner-vector2 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.03;
}

.banner-section .banner-wrapper .banner-left .banner-vector3 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-section .banner-wrapper .banner-left .banner-content {
  position: relative;
  max-width: 560px;
  width: 100%;
  text-align: center;
}

.banner-section .banner-wrapper .banner-left .banner-content .discount {
  position: absolute;
  top: -32px;
  left: -53px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-wrapper .banner-left .banner-content .discount {
    top: -38px;
  }
}

@media (max-width: 1399px) {
  .banner-section .banner-wrapper .banner-left .banner-content .discount {
    top: -38px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-left .banner-content .discount {
    top: -52px;
    left: -35px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-wrapper .banner-left .banner-content .discount {
    transform: rotate(26deg);
    top: -60px;
    left: -10px;
  }
}

.banner-section .banner-wrapper .banner-left .banner-content .discount p {
  font-family: var(--font-Muli);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white-color);
  transform: rotate(-27.59deg);
  position: absolute;
  top: 31px;
  left: 22px;
  margin-bottom: 0;
}

.banner-section
  .banner-wrapper
  .banner-left
  .banner-content
  .discount
  p
  strong {
  font-weight: 500;
  font-size: 20px;
}

.banner-section .banner-wrapper .banner-left .banner-content h1 {
  font-family: "CMU Serif", sans-serif;

  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--black-color);
  margin-bottom: 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 1399px) {
  .banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-size: 38px;
  }
}

.banner-section .banner-wrapper .banner-left .banner-content p {
  font-family: "Muli", sans-serif;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--black-color);
  margin-bottom: 40px;
}

.banner-section .banner-wrapper .banner-left .banner-content .primary-btn1 {
  padding: 12px 35px;
}

.banner-section .banner-wrapper .banner-right-wrapper {
  /* width: 60%; */
  padding-left: 0;
  position: relative;
  background: #ebd8e5;
}

@media (max-width: 991px) {
  .banner-section .banner-wrapper .banner-right-wrapper {
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
  }
}
/* @media (max-width: 576px) {
  .banner-section .banner-wrapper .banner-right-wrapper {
    width: 100%;
  }
} */

.banner-section .banner-wrapper .banner-right-wrapper .banner-right-img {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}

.banner-section
  .banner-wrapper
  .banner-right-wrapper
  .banner-right-img
  .discount-tag {
  position: absolute;
  right: 25px;
  z-index: 1;
}

.banner-section
  .banner-wrapper
  .banner-right-wrapper
  .banner-right-img
  .banner-right-bg {
  /* min-height: 500px; */
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section
    .banner-wrapper
    .banner-right-wrapper
    .banner-right-img
    .banner-right-bg {
    min-height: 665px;
  }
}

.banner-section .banner-wrapper .banner-right-wrapper .banner-right-img::after {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    47.51deg,
    rgba(252, 247, 238, 0.54) 2.73%,
    rgba(252, 247, 238, 0.511018) 9.17%,
    rgba(252, 247, 238, 0) 15.47%
  );
  width: 100%;
  height: 100%;
  z-index: 11;
}

.banner-section .swiper-pagination1 {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  width: unset;
  gap: 14px;
}

@media (max-width: 576px) {
  .banner-section .swiper-pagination1 {
    display: none;
  }
}

.banner-section .swiper-pagination1 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color1);
  background-color: transparent;
  opacity: 1;
  margin: 0;
}

.banner-section
  .swiper-pagination1
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color1);
  margin: 0;
}

/* Section title 2 */
.section-title {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h3 {
  font-family: var(--font-Muli);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--primary-color1);
  margin-bottom: 0;
  position: relative;
  flex-wrap: nowrap;
}

.section-title.why h3 {
  color: #4c3243 !important;
  font-family: "Arimo", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}

.section-title h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 206px;
  height: 2px;
  background: var(--primary-color1);
  border-radius: 5px;
}
.section-title.why h3::after {
  display: none;
}
.section-title.style-2 h3::after {
  width: 100px;
}

.section-title.style-3 {
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .section-title.style-3 {
    margin-bottom: 40px;
  }
}

.section-title.style-3 h3 {
  margin-bottom: 25px;
}

.section-title.style-3 h3::after {
  width: 100px;
  left: 0;
  transform: translateX(0);
}

.section-title.style-3 p {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Muli);
  text-transform: capitalize;
  margin-bottom: 0;
}

.section-title.style-3 p a {
  color: var(--primary-color1);
}

.section-title2 {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title2.style-2 {
  margin-bottom: 60px;
}

.section-title2.style-2 .left-title {
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .section-title2 {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 576px) {
  .section-title2 {
    margin-bottom: 30px;
  }
}

.section-title2 h3 {
  font-family: "CMU Serif", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--primary-color1);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  flex-wrap: nowrap;
}

.section-title2.style-2 h3 {
  z-index: 10000;
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .section-title2 h3 {
    margin-bottom: 30px;
  }
}

.section-title2 p::after {
  content: "Products";
  font-family: "Amsterdam", sans-serif;
  color: #d1a3c1;
  font-size: 36px;
  position: absolute;
  bottom: 20px;
  right: -70px;
  z-index: 1;
  transform: rotate(-15deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-15deg);

  /* Firefox */
  -moz-transform: rotate(-15deg);

  /* IE */
  -ms-transform: rotate(-15deg);

  /* Opera */
  -o-transform: rotate(-15deg);
}

@media (max-width: 767px) {
  .section-title2 h3::after {
    width: 40%;
  }
}

.section-title2 .all-product a {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Muli);
  letter-spacing: 0.36px;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title2 .all-product svg {
  fill: var(--text-color);
}

.section-title2 .all-product.hover-underline {
  display: inline-flex;
}

.section-title2.style-2 h3::after {
  width: 100px;
}

.section-title2.style-3 {
  padding: 0 19.5%;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section-title2.style-3 {
    padding: 0 10%;
    margin-bottom: 80px;
  }
}

.section-title2.style-3::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 61%;
  height: 2px;
  background: var(--primary-color1);
  border-radius: 5px;
}

@media (max-width: 991px) {
  .section-title2.style-3::after {
    width: 80%;
  }
}

.section-title2.style-3 h3::after {
  display: none;
}

.section-title2.style-4 h3::after {
  width: 100%;
}
.hover-btn {
  position: relative;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
}

.hover-btn .for-border {
  width: 0;
}

.hover-btn .for-border::before {
  content: "";
  position: absolute;
  right: -0.5px;
  top: 0;
  height: 0%;
  width: 0.5px;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  transition-delay: 0.5s;
}

.hover-btn .for-border::after {
  content: "";
  position: absolute;
  left: -0.5px;
  bottom: 0;
  height: 0%;
  width: 0.5px;
  background: #000;
  transition: 0.3s;
  transition-delay: 0.6s;
}

.hover-btn::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -1.3px;
  width: 0%;
  height: 0.5px;
  background: #000;
  transition: 0.3s;
  transition-delay: 0.9s;
}

.hover-btn::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -0.5px;
  width: 0%;
  height: 0.5px;
  background: #000;
  transition: 0.3s;
  transition-delay: 0.9s;
}

.hover-btn:hover::before {
  width: 85%;
  transition-delay: 0s;
}

.hover-btn:hover::after {
  width: 85%;
  transition-delay: 0s;
}

.hover-btn:hover .for-border::before {
  height: 100%;
  transition-delay: 0.3s;
}

.hover-btn:hover .for-border::after {
  height: 100%;
  transition-delay: 0.3s;
}

.hover-btn2 {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hover-btn2::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--white-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}

.hover-btn2:hover {
  color: var(--primary-color1);
}

.hover-btn2:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.hover-btn3 {
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.form-inner .primary-btn1.hover-btn3 {
  background: #fff;
  color: #3d3d3d;
}

.hover-btn3::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--white-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}

.hover-btn3:hover {
  color: var(--primary-color1);
}

.hover-btn3:hover::after {
  transform: skewX(45deg) scale(1, 1);
  height: 150%;
  width: 150%;
}

/* Product card  */

.hover-underline {
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: right 100%;
  transition: background-size 0.75s;
}

.hover-underline:hover {
  background-size: 100% 2px;
  background-position: 0% 100%;
}

.product-card {
  border: 1px solid #ececec;
  background: #ebd8e5;
  padding: 15px;
  transition: 0.5s;
  border-radius: 28px;
}

.product-card .product-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-card .product-card-img .countdown-timer {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 208px;
  height: 40px;
  line-height: 1;
  border: 1px solid var(--primary-color1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.product-card .product-card-img .countdown-timer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.product-card .product-card-img .countdown-timer ul li {
  line-height: 1;
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-Muli);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.product-card .product-card-img .countdown-timer ul li span:first-child {
  display: none;
  visibility: hidden;
}

.product-card .product-card-img > a .batch {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.product-card .product-card-img > a .batch > span {
  width: 52px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Muli);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background-color: var(--primary-color1);
  z-index: 1;
}

.product-card .product-card-img > a .batch > span.new {
  font-size: 12px;
}

.product-card .product-card-img .out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.product-card .product-card-img .out-of-stock span {
  color: var(--primary-color1);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Muli);
  font-weight: 500;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  padding: 8px 25px;
  white-space: nowrap;
}

.product-card .product-card-img .overlay {
  background: rgba(33, 33, 33, 0.3000000119);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  padding-bottom: 15px;
}

.product-card .product-card-img .overlay .cart-area .add-cart-btn {
  color: var(--white-color);
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Muli);
  font-weight: 500;
  background: var(--primary-color1);
  padding: 8px 20px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  transition: 0.5s;
}

.product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
  color: var(--primary-color1);
}

.product-card .product-card-img .view-and-favorite-area {
  position: absolute;
  top: 7px;
  right: 7px;
}

.product-card .product-card-img .view-and-favorite-area > ul {
  transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area > ul li {
  margin-bottom: 5px;
  transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area > ul li:last-child {
  margin-bottom: 0;
}

.product-card .product-card-img .view-and-favorite-area > ul li > a {
  border: 1px solid var(--primary-color1);
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  cursor: pointer;
  transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area > ul li > a svg {
  fill: var(--white-color);
  transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area > ul li:hover > a {
  background-color: var(--white-color);
}

.product-card .product-card-img .view-and-favorite-area > ul li:hover > a svg {
  fill: var(--primary-color1);
}

.product-card .product-card-img.double-img a {
  display: flex;
  align-items: center;
}

.product-card .product-card-img.double-img a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  overflow: hidden;
  transform: translateX(-100%);
  transition: all 0.8s;
}

.product-card .product-card-img.double-img a .img1 {
  transition: all 0.8s;
}

.product-card .product-card-content {
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: left;
}

.product-card .product-card-content h6 {
  margin-bottom: 5px;
}

.product-card .product-card-content h6 a {
  color: var(--text-color);
  font-size: 22px;
  font-family: var(--font-Muli);
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: none;
  margin-bottom: 5px;
  line-height: 1;
}

.product-card .product-card-content p {
  margin-bottom: 20px;
}

.product-card .product-card-content p a {
  color: #878585;
  text-align: center;
  font-size: 15px;
  font-family: var(--font-Muli);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: 0.5s;
}

.product-card .product-card-content p a:hover {
  color: var(--text-color);
}

.product-card .product-card-content .price {
  color: var(--text-color);
  font-size: 20px;
  font-family: var(--font-Muli);
  font-weight: 600;
  margin-bottom: 5px;
}

.product-card .product-card-content .price del {
  color: var(--text-color2);
  font-size: 15px;
  font-family: var(--font-Muli);
}

.product-card .product-card-content .rating {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.product-card .product-card-content .rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-card .product-card-content .rating ul li {
  line-height: 1;
}

.product-card .product-card-content .rating ul li i {
  color: #ffc107;
  font-size: 12px;
}

.product-card .product-card-content .rating span {
  color: var(--text-color2);
  font-size: 13px;
  font-family: var(--font-Muli);
  line-height: 1;
}

.product-card .product-card-content .product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 5px;
}

.product-card .product-card-content .product-size li {
  padding: 5px 6px;
  border: 1px solid var(--text-color3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: var(--font-Muli);
  color: var(--primary-color1);
  cursor: pointer;
  line-height: 1.2;
  transition: 0.5s;
}

.product-card .product-card-content .product-size li:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

.product-card:hover .product-card-img .overlay {
  opacity: 1;
  transform: scaleY(1);
}

.product-card:hover .product-card-img .view-and-favorite-area ul {
  transform: scaleX(1);
  opacity: 1;
}

.product-card:hover .product-card-img .countdown-timer {
  opacity: 0;
}

.product-card:hover .product-card-img.double-img a .img2 {
  transform: translateX(0);
}

.product-card:hover .product-card-img.double-img a .img1 {
  transform: translateX(100%);
}

.product-card.style-2 {
  border: unset;
  background: var(--white-color);
}

.product-card.style-2 .overlay {
  background: rgba(33, 33, 33, 0.3000000119);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
  padding-bottom: 15px;
}

.product-card.style-2 .overlay .cart-area {
  display: flex;
  align-items: center;
}

.product-card.style-2 .overlay .cart-area .add-cart-btn {
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  font-family: var(--font-Muli);
  font-weight: 600;
  background: var(--primary-color1);
  padding: 8px 20px;
}

/* Button slide */

.slider-btn {
  display: flex;
  align-items: center;
  gap: 35px;
}

.slider-btn i {
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color1);
  transition: 0.5s;
}

.slider-btn i:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

.exclusive-product-section {
  background: #bd7ca7;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.exclusive-product-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 576px) {
  .exclusive-product-section {
    padding: 80px 0;
  }
}

.exclusive-product-section .slider-btn {
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 165px;
}

@media (max-width: 1700px) {
  .exclusive-product-section .slider-btn {
    right: 100px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .exclusive-product-section .slider-btn {
    right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .exclusive-product-section .slider-btn {
    right: 8px;
  }
}

@media (max-width: 1199px) {
  .exclusive-product-section .slider-btn {
    display: none;
  }
}

.exclusive-product-section .vector3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.exclusive-product-section .vector4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.exclusive-product-section .exclusive-product-left {
  max-width: 516px;
}

.exclusive-product-section .exclusive-product-left h2 {
  color: var(--white-color);
  font-size: 40px;
  font-family: var(--font-Muli);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 576px) {
  .exclusive-product-section .exclusive-product-left h2 {
    font-size: 35px;
  }
}

.exclusive-product-section .exclusive-product-left p {
  color: var(--white-color);
  font-size: 16px;
  font-family: var(--font-Muli);
  line-height: 1.9;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .exclusive-product-section .exclusive-product-left p {
    margin-bottom: 25px;
  }
}

.exclusive-product-section .exclusive-product-left ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

@media (max-width: 576px) {
  .exclusive-product-section .exclusive-product-left ul {
    gap: 15px;
    margin-bottom: 35px;
  }
}

.exclusive-product-section .exclusive-product-left ul li {
  color: var(--primary-color1);
  font-size: 18px;
  font-family: var(--font-Muli);
  font-weight: 500;
  letter-spacing: 0.36px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 576px) {
  .exclusive-product-section .exclusive-product-left ul li {
    font-size: 16px;
  }
}

.exclusive-product-section .exclusive-product-left ul li svg {
  fill: var(--primary-color1);
}

.exclusive-product-section .exclusive-product-right {
  border: 1px solid var(--primary-color1);
}

.exclusive-product-section .exclusive-product-right .product-right-img {
  padding: 20px;
  border-bottom: 1px solid var(--primary-color1);
}

.exclusive-product-section .exclusive-product-right .product-right-img a {
  width: 100%;
}

.exclusive-product-section .exclusive-product-right .product-right-img a img {
  width: 100%;
}

.exclusive-product-section .exclusive-product-right .product-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px 15px;
}

.exclusive-product-section
  .exclusive-product-right
  .product-right-content
  .star-bg {
  position: absolute;
  right: 15px;
}

.exclusive-product-section
  .exclusive-product-right
  .product-right-content
  .star-bg
  span {
  color: var(--primary-color1);
  text-align: center;
  font-size: 12px;
  font-family: var(--font-Muli);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  position: absolute;
  top: 19px;
  left: 10px;
}

/* Product */
.newest-product-section {
  background: #f8f2f6;
  padding: 120px 0;
}

/* Makeup Section */

/* Title section makeup */
.text-second {
  font-family: "Livvic", sans-serif;
  color: #4c3243;
  font-size: 18px;
}
.text-small {
  font-family: "Majesty", sans-serif;
  font-size: 24px;
  margin-left: 0.4rem;
  color: #7f2127;
}

/* Fix in mobile */
@media (max-width: 991px) {
  .makeup-section .makeup-top-item {
    /* margin-bottom: 50px; */
    padding-bottom: 50px;
  }

  .exclusive-product-section .exclusive-product-right {
    width: 60%;
  }
}

.makeup-section .makeup-img {
  width: 100%;
  height: 100%;
}

.makeup-section .makeup-img img {
  width: 100%;
  height: 100%;
  z-index: 99999;
  -o-object-fit: cover;
  object-fit: cover;
}
.makeup-section .makeup-img {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #bd7ca7; /* Set the main background color to #bd7ca7 */
}

.makeup-section.form-contact .makeup-img {
  background: transparent;
  text-align: center;
}

.makeup-img {
}

.makeup-img.skin-coach {
  background: none;
}

.makeup-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.makeup-section.coach::before {
  display: none;
}

.makeup-section.self-love::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.makeup-section.form-contact::before {
  display: none;
}

.makeup-img img {
  width: 100%;
  height: 100%;
  position: relative; /* Add this line to make sure the image stays within the container */
}

.makeup-section .makeup-content {
  /* max-width: 512px; */
  width: 100%;
  padding-left: 40px;
}

.makeup-section.form-contact .makeup-content {
  text-align: center;
}
.makeup-section .makeup-content ul {
  list-style: circle;
  font-family: var(--font-Muli);
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .makeup-section .makeup-content {
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .makeup-section .makeup-content {
    max-width: unset;
    padding: 0;
  }
}

.makeup-section .makeup-content span {
  /* color: var(--primary-color1); */
  /* font-size: 15px; */
  /* font-family: var(--font-Muli); */
  letter-spacing: 0.3px;
  /* text-transform: capitalize; */
  display: inline-block;
  margin-bottom: 6px;
}

.makeup-section .makeup-content h2 {
  color: #4c3243;
  font-size: 52px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .makeup-section .makeup-content h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .makeup-section .makeup-content h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

.makeup-section .makeup-content p {
  color: var(--primary-color1);
  font-size: 20px;
  font-family: var(--font-Muli);
  line-height: 1.8;
  letter-spacing: 0.48px;
  text-transform: inherit;
  margin-bottom: 35px;
}

.form-contact .inquiry-form p {
  color: #3b3b3b;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 12px;
}

@media (max-width: 991px) {
  .makeup-section .makeup-content p {
    margin-bottom: 25px;
  }
}

/*  Say about section */

.say-about-section {
  background: #d1a3c1;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .say-about-section {
    padding: 90px 0;
  }
}

.say-about-section .vector3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .say-about-section .vector3 {
    display: none;
    visibility: hidden;
  }
}

.say-about-section .vector4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .say-about-section .vector4 {
    display: none;
    visibility: hidden;
  }
}

.say-about-section .say-about-wrapper {
  padding: 0 5%;
}

.say-about-section .say-about-wrapper .swiper-wrapper {
  position: relative;
  padding: 0 40px;
}

@media (max-width: 576px) {
  .say-about-section .say-about-wrapper .swiper-wrapper {
    padding: 0;
  }
}

.say-about-section .say-about-wrapper .say-about-card {
  position: relative;
  max-width: 470px;
  width: 100%;
}

@media (max-width: 991px) {
  .say-about-section .say-about-wrapper .say-about-card {
    padding-left: 10px;
  }
}

.say-about-section .say-about-wrapper .say-about-card::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 1px;
  height: 150px;
  background-color: var(--primary-color1);
}

@media (max-width: 576px) {
  .say-about-section .say-about-wrapper .say-about-card::after {
    display: none;
  }
}

.say-about-section .say-about-wrapper .say-about-card .say-about-card-top {
  margin-bottom: 10px;
}

.say-about-section .say-about-wrapper .say-about-card .say-about-card-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.say-about-section
  .say-about-wrapper
  .say-about-card
  .say-about-card-top
  ul
  li
  i {
  color: #ffc107;
}

.say-about-section .say-about-wrapper .say-about-card p {
  color: var(--primary-color1);
  font-size: 20px;
  font-family: var(--font-Muli);
  line-height: 1.9;
  margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .say-about-section .say-about-wrapper .say-about-card p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .say-about-section .say-about-wrapper .say-about-card p {
    font-size: 18px;
  }
}

.say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom {
  max-width: 470px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.say-about-section
  .say-about-wrapper
  .say-about-card
  .say-about-card-bottom
  .author-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.say-about-section
  .say-about-wrapper
  .say-about-card
  .say-about-card-bottom
  .author-area
  .author-img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.say-about-section
  .say-about-wrapper
  .say-about-card
  .say-about-card-bottom
  .author-area
  .author-img
  img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}

.say-about-section
  .say-about-wrapper
  .say-about-card
  .say-about-card-bottom
  .author
  h5 {
  color: var(--primary-color1);
  font-size: 21px;
  font-family: var(--font-Muli);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.42px;
  margin-bottom: 10px;
}

.say-about-section
  .say-about-wrapper
  .say-about-card
  .say-about-card-bottom
  .author
  p {
  color: var(--primary-color1);
  font-size: 15px;
  font-family: var(--font-Muli);
  line-height: 1;
  margin-bottom: 0;
}

.say-about-section .say-about-wrapper .swiper-pagination2 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.say-about-section
  .say-about-wrapper
  .swiper-pagination2
  .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color1);
  background-color: transparent;
  opacity: 1;
  margin: 0;
}

.say-about-section
  .say-about-wrapper
  .swiper-pagination2
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color1);
  margin: 0;
}

/* Say about us */
@media (max-width: 576px) {
  .slider .slider-btn {
    display: none;
  }
}

.about-us-content .about-us-wrapper {
  text-align: center;
}

.about-us-content .about-us-wrapper h1 {
}

.about-us-content .about-us-wrapper h1 {
  color: var(--primary-color1);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .about-us-content .about-us-wrapper h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .about-us-content .about-us-wrapper h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .about-us-content .about-us-wrapper h1 {
    font-size: 25px;
  }
}

.about-us-content .about-us-wrapper p {
  color: var(--primary-color1);
  text-align: center;
  font-family: "TT Commons", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.48px;
  text-transform: inherit;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .about-us-content .about-us-wrapper p {
    font-size: 15px;
  }
}

.about-us-content .about-us-wrapper p:nth-child(2) {
  margin-bottom: 25px;
}

/* Section tilte 3 */

.section-title3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.section-title3.testimonial {
  display: block;
  font-family: "Amsterdam", sans-serif;
}

.section-title3.testimonial .title-tes {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: #976386;
}

.section-title3.testimonial::after {
  content: "Skincoach";
  text-align: right;
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 170px;
  right: 87px;
  z-index: 0;
  transform: rotate(-15deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-15deg);

  /* Firefox */
  -moz-transform: rotate(-15deg);

  /* IE */
  -ms-transform: rotate(-15deg);

  /* Opera */
  -o-transform: rotate(-15deg);
}

.section-title3.testimonial h3 {
  font-family: "Playfair Display", serif;
  text-transform: inherit;
  font-size: 56px;
}

.section-title3.testimonial p {
  font-size: 28px;
  line-height: 36px;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .section-title3 {
    display: block;
    margin-bottom: 40px;
  }
}

.section-title3 h3 {
  color: var(--primary-color1);
  font-family: var(--font-Muli);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}

.section-title3 h3 span {
  font-size: 25px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.section-title3 h3 span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: rgba(34, 34, 34, 0.2);
  width: 100%;
  height: 45%;
}

@media (max-width: 576px) {
  .section-title3 h3 span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .section-title3 h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .section-title3 h3 {
    font-size: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }
}

.section-title3 .view-all a {
  color: var(--primary-color1);
  font-family: var(--font-Muli);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: background-size 0.75s;
}

.section-title3 .view-all a:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.section-title3 .view-all svg {
  fill: var(--text-color);
}

.section-title3 .slider-btn2 {
  display: flex;
  align-items: center;
  gap: 30px;
}

.section-title3 .slider-btn2 i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: 0.5s;
}

.section-title3 .slider-btn2 i:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

.testimonial-section .testimonial-slider {
  position: relative;
}

.testimonial-section .testimonial-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  /* background: linear-gradient(84deg, #fbf8f1 0%, rgba(251, 248, 241, 0) 100%); */
  z-index: 9;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-slider::before {
    display: none;
  }
}

.testimonial-section .testimonial-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  /* background: linear-gradient(98deg, rgba(251, 248, 241, 0) 0%, #fbf8f1 100%); */
  z-index: 9;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-slider::after {
    display: none;
  }
}

.testimonial-section .swiper-slide-active .testimonial-card::after {
  opacity: 1;
}

.testimonial-section .swiper-slide-active .author-img-and-rating {
  opacity: 1;
}

.testimonial-section .testimonial-card {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  border-radius: 10px;
  padding: 40px 35px;
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 576px) {
  .testimonial-section .testimonial-card {
    padding: 30px 20px;
  }
}

.testimonial-section .testimonial-card .testimonial-content .author-rating {
  margin-bottom: 10px;
}
/*  Mới bổ sung phần hình */
.testimonial-section .testimonial-card .author-img {
  position: relative;
}
.testimonial-section .author-img-and-rating .author-img img {
  filter: blur(4px);
}
.testimonial-section .author-img-and-rating .author-img img.active {
  filter: blur(0);
}
.testimonial-section .testimonial-card .author-img .customer-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-section .testimonial-card .author-img .customer-3 {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(30deg) translateX(150px);
}

.testimonial-section .testimonial-card .author-img .customer-2 {
  position: absolute;
  top: 10px;
  left: -10px;
  transform: rotate(-10deg) translateX(-100px);
}
.testimonial-section .testimonial-card .testimonial-content .author-rating i {
  color: #ffc107;
}

.testimonial-section .testimonial-card .testimonial-content p {
  color: var(--primary-color1);
  font-family: var(--font-Muli);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.54px;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .testimonial-section .testimonial-card .testimonial-content p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .testimonial-section .testimonial-card .testimonial-content p {
    font-size: 15px;
  }
}

.testimonial-section .testimonial-card .testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-section .testimonial-card .testimonial-bottom .author-area h5 {
  color: var(--primary-color1);
  font-family: var(--font-Muli);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 576px) {
  .testimonial-section .testimonial-card .testimonial-bottom .author-area h5 {
    font-size: 20px;
  }
}

.testimonial-section .testimonial-card .testimonial-bottom .author-area p {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Muli);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .testimonial-section .testimonial-card .testimonial-bottom .author-area p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .testimonial-section
    .testimonial-card
    .testimonial-bottom
    .testimonial-qoute {
    display: none;
  }
}

.testimonial-section
  .testimonial-card
  .testimonial-bottom
  .testimonial-qoute
  svg {
  fill: rgba(34, 34, 34, 0.05);
}

.testimonial-section .testimonial-card .testimonial-bottom .date-and-time p {
  color: var(--primary-color1);
  font-family: var(--font-Muli);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}

.testimonial-section .testimonial-card .testimonial-bottom .date-and-time span {
  color: rgba(34, 34, 34, 0.5);
  font-family: var(--font-Muli);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.testimonial-section .testimonial-card::after {
  content: "";
  width: 40px;
  height: 40px;
  background: var(--white-color);
  border-bottom: 1px solid var(--primary-color1);
  border-right: 1px solid var(--primary-color1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -20px;
  opacity: 0;
  transition: 0.35s;
}

.testimonial-section .author-img-and-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.35s;
  opacity: 0;
}

.testimonial-section .author-img-and-rating .author-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-section .author-img-and-rating .author-img img {
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
}

/* Form contact */

.text-green {
  color: #2b8872 !important;
}

.text-red {
  color: red !important;
}

/* Display when in mobile */
@media (max-width: 1200px) {
  .makeup-section.coach .makeup-img.skin-coach p {
    font-size: 40px;
  }
  .makeup-section .makeup-content p {
    font-size: 16px;
  }
  .makeup-section .makeup-content ul {
    font-size: 20px;
  }
  .style-2 h2 {
    top: 100px;
  }
  .my-story.style-2 {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .makeup-section::before,
  .exclusive-product-section::before {
    display: none;
  }
  .makeup-section .makeup-top-item .col-img {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 60%;
  }
}

.my-story.style-2 {
  display: flex;
  width: 100%;
  justify-content: center;
}
