
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul,li{padding:0;margin:0; list-style:none;}
ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #BE70A7;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}

.x-hidden {
  overflow-x: hidden !important;
}

.locked {
  overflow-y: hidden;
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

#productQuickView .close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  #productQuickView .close-icon {
    position: relative;
    top: 0;
    right: 0;
  }
}
#productQuickView .close-icon .close-btn {
  position: relative;
  z-index: 9999;
  border-radius: 50% !important;
  background-color: #FCEFF8;
  color: #BE70A7;
  padding: 4px;
  border: none;
  width: 32px;
  height: 32px;
  display: grid;
  align-content: center;
  justify-content: center;
}
#productQuickView .modal-dialog {
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 767px) {
  #productQuickView .modal-dialog {
    left: 0;
    top: 0;
    transform: none !important;
    margin: 0.5rem;
  }
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
    font-family:'Microsoft Yahei','Arial', arial, sans-serif;
    color: #808080;
    background-color: #FEFAFD;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: clamp(13px, 0.833vw, 22px);
    font-weight: 400;
    line-height: 140%;
    height: 100%;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #BE70A7;
  box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  body {
    font-size: clamp(13.5px, 1.778vw, 16px);
  }
}
@media (max-width: 767px) {
  body {
    font-size: clamp(13px, 2.286vw, 14px);
  }
}
@media (max-width: 575px) {
  body {
    font-size: clamp(11.5px, 3.59vw, 14px);
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in;
}
a:hover {
  color: #BE70A7;
  transition: all 0.5s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #43273A;
  margin-bottom: 0;
  
}


h1,
.h1 {
  font-size: clamp(40px, 2.177vw, 122px);
  font-weight: 700;
  line-height: 140%; /* 73.2px */
  letter-spacing: -1.22px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: clamp(38px, 5.119vw, 48px);
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: clamp(35px, 6.094vw, 45px);
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: clamp(32px, 8.78vw, 40px);
  }
}

h2,
.h2 {
  font-size: clamp(32px, 2.552vw, 98px);
  font-weight: 700;
  line-height: 120%; /* 58.8px */
  letter-spacing: -0.49px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: clamp(30px, 4.048vw, 40px);
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: clamp(28px, 4.844vw, 36px);
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: clamp(24px, 6.829vw, 32px);
  }
}

h3,
.h3 {
  font-size: clamp(25.59px, 2.031vw, 78px);
  font-weight: 700;
  line-height: 120%; /* 46.8px */
  letter-spacing: -0.39px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: clamp(26px, 3.452vw, 34px);
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: clamp(23px, 4.141vw, 30px);
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: clamp(21px, 5.854vw, 28px);
  }
}

h4,
.h4 {
  font-size: clamp(20.34px, 1.4vw, 62px);
  font-weight: 700;
  line-height: 120%; /* 37.2px */
  letter-spacing: -0.62px;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: clamp(23px, 2.976vw, 28px);
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: clamp(21px, 3.594vw, 25px);
  }
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: clamp(19px, 5.244vw, 23px);
  }
}

h5,
.h5 {
  font-size: clamp(16.4px, 1.302vw, 50px);
  font-weight: 700;
  line-height: 130%; /* 32.5px */
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: clamp(20px, 2.619vw, 23px);
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: clamp(19px, 3.047vw, 21px);
  }
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: clamp(18px, 4.634vw, 20px);
  }
}

h6,
.h6 {
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-weight: 600;
  line-height: 140%; /* 24px */
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}

.lead {
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .lead {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  .lead {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  .lead {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}

.bold-text {
  font-weight: 500;
  line-height: 120%;
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Inter", sans-serif;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #BE70A7 !important;
}

.bg-primary {
  background-color: #BE70A7 !important;
}

.accent-dark {
  color:#43273A !important;
}

.bg-accent-dark {
  background-color: #43273A !important;
}

.accent-lightest {
  color: #FCEFF8 !important;
}

.bg-accent-lightest {
  background-color: #FCEFF8 !important;
}

.accent-light {
  color: #F9DDF1 !important;
}

.bg-accent-light {
  background-color: #F9DDF1 !important;
}

.color-white {
  color: #FEFAFD !important;
}

.bg-white {
  background-color: #FEFAFD !important;
}

.dark-gray {
  color: #808080 !important;
}

.bg-dark-gray {
  background-color: #808080 !important;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

.uppercase {
  text-transform: uppercase;
}

.bold-text {
  font-weight: 500;
  line-height: 120%;
}

.font-sec {
  
}

.font-sec-2 {
  font-family: "Pacifico", cursive;
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

span.br {
  display: block;
  margin-bottom: 12px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.42vw, 12px);
}
    .social-icons a {
        width: clamp(36px, 2.5vw, 64px);
        height: clamp(36px, 2.5vw, 64px);
        display: grid;
        align-content: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        color: #BE70A7;
    }
    .social-icons a:hover{background-color: #BE70A7;color: #fff;}

.quantity-wrap {
  display: flex;
  gap: clamp(4px, 0.62vw, 16px);
  width: fit-content;
}
.quantity-wrap input {
  border: none !important;
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-weight: 600;
  line-height: 140%; /* 24px */
  letter-spacing: -0.4px;
  color: #43273A !important;
  padding: 0 !important;
  background: transparent;
  width: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .quantity-wrap input {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  .quantity-wrap input {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  .quantity-wrap input {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}
.quantity-wrap input:focus {
  border: none;
  outline: none;
  color: #43273A;
}
.quantity-wrap input:hover {
  border: none;
  color: #43273A;
}
.quantity-wrap .decrement,
.quantity-wrap .increment {
  display: grid;
  align-content: center;
  justify-content: center;
  height: clamp(30px, 2.083vw, 48px);
  width: clamp(30px, 2.083vw, 48px);
  background-color: #F9DDF1;
  border-radius: 5px;
  cursor: pointer;
}
.quantity-wrap .decrement i,
.quantity-wrap .increment i {
  font-size: clamp(14.5px, 1.042vw, 40px);
  color: #BE70A7;
}
@media (max-width: 991px) {
  .quantity-wrap .decrement i,
  .quantity-wrap .increment i {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  .quantity-wrap .decrement i,
  .quantity-wrap .increment i {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  .quantity-wrap .decrement i,
  .quantity-wrap .increment i {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}

.bg-border {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  padding: 2px;
}

.bg-border-2 {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 10px;
  padding: 2px;
}

.dash-line {
  height: 1px;
  opacity: 1;
  background-image: linear-gradient(90deg, #985A86, #985A86 65%, transparent 65%, transparent 100%);
  background-size: 15px 1px;
  border: none;
}

.dash-line-2 {
  position: relative;
  height: 1px;
}
.dash-line-2 .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, transparent 50%, #985A86 50%);
  background-size: 10px 10%;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.my-48 {
  margin: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .my-48 {
    margin: 23px 0;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 23px;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 23px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.pe-64 {
  padding-right: clamp(24px, 3.3vw, 100px);
}
@media (max-width: 575px) {
  .pe-64 {
    padding-right: 0;
  }
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: clamp(14px, 0.83vw, 20px);
  font-weight: 500;
  line-height: 150%;
  padding: clamp(10px, 0.83vw, 20px) clamp(20px, 1.66vw, 40px);
  border-radius: 5px;
  width: fit-content;
  display: flex;
  flex-shrink: 0;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease-in-out;
  background-color: #F9DDF1 !important;
  color: #43273A !important;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='7' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
}
.cus-btn svg {
  width: clamp(20px, 1.25vw, 32px);
  height: clamp(20px, 1.25vw, 32px);
}
.cus-btn svg path {
  transition: 0.4s ease-in-out;
  fill: #43273A !important;
}
.cus-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  color: #BE70A7;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  background: #BE70A7;
  z-index: -1;
}
.cus-btn:hover {
  transition: 0.4s ease-in-out;
  color: #FEFAFD !important;
}
.cus-btn:hover svg path {
  transition: 0.4s ease-in-out;
  fill: #FEFAFD !important;
}
.cus-btn:hover span {
  width: 225%;
  height: 562.5px;
  z-index: -1;
}
.cus-btn.sec {
  background-color: #FEFAFD !important;
}
.cus-btn.sec-2 {
  color: #FEFAFD !important;
  background-color: #BE70A7 !important;
}
.cus-btn.sec-2 svg path {
  fill: #FEFAFD !important;
}
.cus-btn.sec-2 span {
  color: #F9DDF1;
}

/*----------------------------------------*/
/* Slider Buttons
/*----------------------------------------*/
.slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 1.25vw, 32px);
}
.slider-arrows .arrow {
  width: clamp(40px, 3vw, 84px);
  height: clamp(40px, 3vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEFAFD;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  transition: all 0.5s ease-in;
  padding: 0;
}
.slider-arrows .arrow svg {
  transition: all 0.5s ease-in;
  width: clamp(24px, 1.66vw, 48px);
  height: clamp(24px, 1.66vw, 48px);
}
.slider-arrows .arrow svg path {
  transition: all 0.5s ease-in;
  stroke: #BE70A7;
}
.slider-arrows .arrow:hover {
  background-color: #BE70A7;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.slider-arrows .arrow:hover svg path {
  transition: all 0.5s ease-in;
  stroke: #FEFAFD;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: clamp(36px, 2.5vw, 64px);
  width: clamp(36px, 2.5vw, 64px);
  cursor: pointer;
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px RGBA(0, 0, 0, 0.2);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}


.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
  width: 100%;
}
.form-group input[type=date],
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=file],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=submit],
.form-group input[type=tel],
.form-group textarea,
.form-group .cus-form-control {
  width: 100%;
  background-color: #FEFAFD;
  padding: 0 clamp(12px, 0.83vw, 24px);
  height: clamp(42px, 2.917vw, 72px);
  color: #808080;
  display: flex;
  border-radius: 5px;
  align-items: center;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
}
.form-group input[type=date]:focus,
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=file]:focus,
.form-group input[type=number]:focus,
.form-group input[type=password]:focus,
.form-group input[type=search]:focus,
.form-group input[type=submit]:focus,
.form-group input[type=tel]:focus,
.form-group textarea:focus,
.form-group .cus-form-control:focus {
  color: #808080;
  outline: none;
  background-color: #FEFAFD !important;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}
.form-group input[type=date]:hover,
.form-group input[type=text]:hover,
.form-group input[type=email]:hover,
.form-group input[type=file]:hover,
.form-group input[type=number]:hover,
.form-group input[type=password]:hover,
.form-group input[type=search]:hover,
.form-group input[type=submit]:hover,
.form-group input[type=tel]:hover,
.form-group textarea:hover,
.form-group .cus-form-control:hover {
  color: #808080;
  border: none;
}
.form-group input[type=date]::placeholder,
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=file]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=search]::placeholder,
.form-group input[type=submit]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group textarea::placeholder,
.form-group .cus-form-control::placeholder {
  color: #808080;
  opacity: 1;
}
.form-group textarea {
  height: auto !important;
  padding-top: 16px;
}

.form-group input[type=date] {
  display: inline-block;
}

.newsletter-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px, 0.83vw, 24px);
  padding: 0;
  overflow: hidden;
}
.newsletter-field input {
  width: 100%;
  background-color: #FEFAFD;
  padding: clamp(12px, 0.83vw, 24px);
  color: #808080;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
}
.newsletter-field input:focus {
  color: #808080;
  outline: none;
  border: none;
  box-shadow: none;
}
.newsletter-field input:hover {
  color: #808080;
  border: none;
}
.newsletter-field input::placeholder {
  color: #808080;
  opacity: 1;
}
.newsletter-field button {
  flex-shrink: 0;
  font-size: clamp(14px, 0.83vw, 20px);
  font-weight: 500;
  line-height: 150%;
  padding: clamp(12px, 0.83vw, 20px) clamp(24px, 1.66vw, 40px);
  border-radius: 5px;
  width: fit-content;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease-in;
  background-color: #BE70A7 !important;
  color: #FEFAFD !important;
}
.newsletter-field button svg {
  width: clamp(20px, 1.25vw, 32px);
  height: clamp(20px, 1.25vw, 32px);
}
.newsletter-field button svg path {
  fill: #FEFAFD !important;
}

.search-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(12px, 0.83vw, 24px);
  border-radius: 5px;
  height: clamp(42px, 2.917vw, 72px);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='4%2c 8' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  color: #43273A;
  background-color: #FEFAFD;
}
.search-field .form-group input[type=date],
.search-field .form-group input[type=text],
.search-field .form-group input[type=email],
.search-field .form-group input[type=file],
.search-field .form-group input[type=number],
.search-field .form-group input[type=password],
.search-field .form-group input[type=search],
.search-field .form-group input[type=submit],
.search-field .form-group input[type=tel],
.search-field .form-group textarea,
.search-field .form-group .cus-form-control {
  border: none;
  padding-right: 0;
  background: transparent;
  height: auto;
  color: #43273A;
  padding: 0;
}
.search-field .form-group input[type=date]:focus,
.search-field .form-group input[type=text]:focus,
.search-field .form-group input[type=email]:focus,
.search-field .form-group input[type=file]:focus,
.search-field .form-group input[type=number]:focus,
.search-field .form-group input[type=password]:focus,
.search-field .form-group input[type=search]:focus,
.search-field .form-group input[type=submit]:focus,
.search-field .form-group input[type=tel]:focus,
.search-field .form-group textarea:focus,
.search-field .form-group .cus-form-control:focus {
  border: none;
}
.search-field .form-group input[type=date]:hover,
.search-field .form-group input[type=text]:hover,
.search-field .form-group input[type=email]:hover,
.search-field .form-group input[type=file]:hover,
.search-field .form-group input[type=number]:hover,
.search-field .form-group input[type=password]:hover,
.search-field .form-group input[type=search]:hover,
.search-field .form-group input[type=submit]:hover,
.search-field .form-group input[type=tel]:hover,
.search-field .form-group textarea:hover,
.search-field .form-group .cus-form-control:hover {
  border: none;
}
.search-field .form-group input[type=date]::placeholder,
.search-field .form-group input[type=text]::placeholder,
.search-field .form-group input[type=email]::placeholder,
.search-field .form-group input[type=file]::placeholder,
.search-field .form-group input[type=number]::placeholder,
.search-field .form-group input[type=password]::placeholder,
.search-field .form-group input[type=search]::placeholder,
.search-field .form-group input[type=submit]::placeholder,
.search-field .form-group input[type=tel]::placeholder,
.search-field .form-group textarea::placeholder,
.search-field .form-group .cus-form-control::placeholder {
  color: #43273A;
  border: none;
}
.search-field .search-btn {
  flex-shrink: 0;
  border: 0;
  background: transparent;
  color: #43273A;
}
.search-field .search-btn i {
  font-size: 16px;
}

.cus-form-control-select {
  padding: 0 24px;
  border: 1px solid #43273A;
  height: 48px;
  display: grid;
  align-content: center;
  border-radius: 10px;
  width: clamp(200px, 11.146vw, 240px);
}

/*----------------------------------------*/
/*  Heading CSS START
/*----------------------------------------*/
.heading span {
  color: #BE70A7;
}

/*----------------------------------------*/
/*  Preloader CSS START
/*----------------------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  text-align: center;
  background: #FEFAFD;
  z-index: 9999999;
}
#preloader .loader {
  text-align: center;
  width: 100%;
  position: relative;
  max-width: 35rem;
  margin: 0 auto;
  bottom: 15%;
}
#preloader .loader .plane {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
#preloader .loader .plane .plane-img {
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
@media (max-width: 575px) {
  #preloader .loader .plane .plane-img {
    width: 210px;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#preloader .loader .earth-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding-top: 2.7rem;
}
#preloader .loader .earth-wrapper .earth {
  width: 160px;
  height: 160px;
  background: url("https://uiparadox.co.uk/templates/bloom/assets/media/icons/earth.png");
  border-radius: 100%;
  background-size: 340px;
  animation: earthAnim 12s infinite linear;
  margin: 0 auto;
  border: 1px solid #CDD1D3;
}
@media (max-width: 575px) {
  #preloader .loader .earth-wrapper .earth {
    width: 120px;
    height: 120px;
  }
}
@keyframes earthAnim {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -340px;
  }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  /* font-size: 16px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: 0.32px; */
  /* height: 42px; */
  outline: none;
  padding-left: 0px;
  padding-right: 24px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
  content: "";
  display: block;
  width: clamp(8px, 0.53vw, 12px);
  height: clamp(8px, 0.53vw, 12px);
  margin-top: clamp(-5px, -0.365vw, -8px);
  pointer-events: none;
  position: absolute;
  right: clamp(12px, 0.83vw, 24px);
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  width: 100%;
  background: #FEFAFD;
  box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.05), 7px 6px 9px 0px rgba(0, 0, 0, 0.04), 15px 13px 12px 0px rgba(0, 0, 0, 0.03), 26px 23px 14px 0px rgba(0, 0, 0, 0.01), 41px 37px 15px 0px rgba(0, 0, 0, 0);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 99;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: clamp(32px, 2.083vw, 45px);
  list-style: none;
  min-height: clamp(32px, 2.083vw, 45px);
  outline: none;
  color: #0d0d0c;
  padding: 0 clamp(12px, 0.83vw, 24px);
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: rgba(190, 112, 167, 0.2);
  color: #BE70A7;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  Pagination CSS START
/*----------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  margin-top: clamp(24px, 3.33vw, 84px);
  margin-bottom: 0;
  gap: clamp(16px, 1.25vw, 32px);
  justify-content: center;
}
@media (max-width: 575px) {
  .pagination {
    gap: 12px;
  }
}
.pagination li a {
  width: clamp(40px, 3vw, 84px);
  height: clamp(40px, 3vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEFAFD;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  color: #BE70A7;
  transition: all 0.5s ease-in;
  padding: 0;
}
@media (max-width: 400px) {
  .pagination li a {
    width: 36px;
    height: 36px;
  }
}
.pagination li a svg {
  transition: all 0.5s ease-in;
  width: clamp(24px, 1.66vw, 48px);
  height: clamp(24px, 1.66vw, 48px);
}
.pagination li a svg path {
  stroke: #BE70A7;
  transition: all 0.5s ease-in;
}
.pagination li a.next, .pagination li a.active, .pagination li a:hover {
  transition: all 0.5s ease-in;
  color: #FEFAFD;
  background-color: #BE70A7;
}
.pagination li a.next svg path, .pagination li a.active svg path, .pagination li a:hover svg path {
  stroke: #FEFAFD;
  transition: all 0.5s ease-in;
}

/*-------------------------
  layouts
-------------------------*/
/* ------------------------------------------------------------- *
 * Header CSS Start
/* ------------------------------------------------------------- */
.main-menu {
  width: 100%;
  z-index: 9999;
  height: 112px;
  display: grid;
  align-content: center;
}
@media (max-width: 1199px) {
  .main-menu {
    height: 80px;
  }
}
.main-menu .main-menu__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.main-menu .main-menu__left {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.33vw, 90px);
}
.main-menu .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.83vw, 24px);
}
.main-menu .main-menu__right .icon-btn {
  display: flex;
  font-size: clamp(16px, 1.042vw, 24px); cursor:pointer;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 0.83vw, 20px);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 10px;
  transition: all 0.5s ease-in;
}
.cart-button em{ font-style:normal;font-size: 12px; position:absolute;right:10px;top:0; color:#be70a7;}
.cart-button{ position:relative;}

.main-menu .main-menu__right .icon-btn svg path {
  fill: #43273A;
  transition: all 0.5s ease-in;
}
.main-menu .main-menu__right .icon-btn:hover {
  background-color: #BE70A7;
  transition: all 0.5s ease-in;
}
.main-menu .main-menu__right .icon-btn:hover svg path {
  fill: #FEFAFD;
  transition: all 0.5s ease-in;
}
.main-menu .main-menu__logo .logo {
  text-align: center;
}
.main-menu .main-menu__nav {
  margin: 0 auto;
}
.main-menu .main-menu__nav .main-menu__list,
.main-menu .main-menu__nav .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .main-menu .main-menu__nav .main-menu__list,
  .main-menu .main-menu__nav .main-menu__list ul {
    display: flex;
    gap: clamp(16px, 1.66vw, 42px);
  }
}
.main-menu .main-menu__nav .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 999999;
}
.main-menu .main-menu__nav .main-menu__list > li > a {
  font-size: clamp(17px, 1.042vw, 24px);
  display: flex;
  align-items: center;
  
  color: #43273A;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
  font-feature-settings: "case" on;
}
.main-menu .main-menu__nav .main-menu__list > li > a.active {
  color: #BE70A7;
  text-decoration: underline;
  transition: all 500ms ease;
}
.main-menu .main-menu__nav .main-menu__list > li > a:hover {
  color: #BE70A7;
  text-decoration: underline;
  transition: all 500ms ease;
}
.main-menu .main-menu__nav .main-menu__list > li.current, .main-menu .main-menu__nav .main-menu__list > li:hover {
  text-decoration: underline;
  transition: all 500ms ease;
  color: #BE70A7;
}
.main-menu .main-menu__nav .main-menu__list li ul {
  position: absolute;
  top: 100%;
  min-width: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: 0.3s cubic-bezier(0.18, 0.55, 1, 1);
  z-index: 99;
  background-color: #FEFAFD;
  box-shadow: 0px 10px 60px 0px rgba(255, 255, 255, 0.07);
  padding: 15px 16px 10px;
  /* dashed border */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 10px;
}
.main-menu .main-menu__nav .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__nav .main-menu__list li ul li > a {
  font-size: 16px;
  line-height: 26px;
  color: black;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  padding: 7px 16px;
  transition: 400ms;
  margin-bottom: 4px;
  border-radius: 5px;
  transition: all 500ms ease;
}
    .main-menu .main-menu__nav .main-menu__list li ul li > a:after {
        position: absolute;
        right: 15px;
        top: 7px;
        border-radius: 0;
        font-size: 14px;
        font-weight: 400;
        font-family: "FontAwesome";
        content: "\f105";
        color: #FEFAFD;
        visibility: hidden;
        opacity: 0;
        transition: all 500ms ease;
        transform: scale(0);
    }
.main-menu .main-menu__nav .main-menu__list li ul li.current > a, .main-menu .main-menu__nav .main-menu__list li ul li:hover > a {
  background-color: #BE70A7;
  transition: all 500ms ease;
  color: #FEFAFD;
}
.main-menu .main-menu__nav .main-menu__list li ul li.current > a::after, .main-menu .main-menu__nav .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__nav .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__nav .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__nav .main-menu__list li ul li > ul ul {
  display: none;
}
.main-menu .main-menu__nav .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 6px;
  transform: scaleY(1) translateZ(0px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .main-menu .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 300;
  color: #BE70A7;
  cursor: pointer;
  transition: 500ms;
}
@media screen and (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none;
  }
}
.mobile-nav__toggler:hover {
  color: #BE70A7;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, opacity 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 300ms, visibility 500ms ease 300ms, transform 500ms ease 300ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #43273A;
  opacity: 0.3;
  cursor: url(../image/close.png), auto;
  transition: opacity 500ms ease 300ms, visibility 500ms ease 300ms, transform 500ms ease 300ms;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #FCEFF8;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #43273A;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  letter-spacing: 0.48px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #BE70A7;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #BE70A7;
  border: none;
  outline: none;
  color: #FEFAFD;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #FEFAFD;
  cursor: pointer;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #43273A;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #BE70A7;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #BE70A7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #FEFAFD;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.mobile-nav__overlay {
  transition: opacity 500ms ease 300ms, visibility 500ms ease 300ms, transform 500ms ease 300ms;
}

/*----------------------------------------*/
/*  Banner CSS START
/*----------------------------------------*/
.hero-banner {
  position: relative;
}
.hero-banner .content {
  position: relative;
}


    .hero-banner .slick-dots {
        position: absolute;
        bottom: 10px;
        text-align: center;
        width: 100%;
    }

        .hero-banner .slick-dots li {
            display: inline-block;
            list-style: none;
        }
            .hero-banner .slick-dots li button {
                width: 10px;
                height: 10px;
                background-color: #ccc;border:solid 1px #ccc;
                font-size: 0;margin-left:5px;margin-right:5px;
            }

            .hero-banner .slick-dots li.slick-active button {
                background-color: #BE70A7;
                border: solid 1px #BE70A7;
            }
.hero-banner .justify-content-center{ position:relative;}
.banner-text{ position:absolute;top: 30%; left:10%;z-index:99999;width:35%;padding:2%;}
.banner-text span{ color: #333;font-size: 50px; text-transform: uppercase; font-weight:bold;width:100%;float:left;line-height:60px;}
.banner-text p{color: #666;font-size:18px;width:100%;float:left;margin-top:5%;}
.banner-text em{ font-style:normal;width:100%;float:left;margin-top:2%;}
.banner-text em a{position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: clamp(14px, 0.83vw, 20px);
  font-weight: 500;
  line-height: 150%;
  padding: clamp(10px, 0.83vw, 20px) clamp(20px, 1.66vw, 40px);
  border-radius: 5px;
  width: fit-content;
  display: flex;
  flex-shrink: 0;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease-in-out;
  background-color: #F9DDF1 ;
  color: #43273A ;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='7' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;margin-top:2%;}


.banner-text em a:hover {
  background-color: #be70a7;  color: #fff !important;
  transition: all 0.5s ease-in;
}
  
   @media(max-width:1200px){	  .banner-text{top:20%;}
     .banner-text span{ font-size:40px;line-height:50px;}
	  .banner-text p{ font-size:16px;}
   } 
  
  @media(max-width:768px){
	  .banner-text{width:80%;top:10%;}
	  .banner-text span{ font-size:16px;line-height:25px;}
	  .banner-text p{ font-size:14px;margin-top: 2%;}	  .banner-text em {margin-top:0;}
	  .banner-text em a {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
	  }
  
.lang-drop{position:absolute;top:100%;right:0%;background:#FFFFFF;border:1px solid #EBEEF5;border-radius:4px;box-shadow:0px 2px 12px 0 rgba(0,0,0,.1);z-index:9999;visibility:hidden;opacity:0;transition:opacity .3s,top .3s}
.lang-drop.active{visibility:visible;opacity:1;top:calc(100% + 12px)}
.lang-drop.lang-flex{transform:translateX(25%)}
.lang-drop.lang-flex .lang-arrow{left:75%}
.lang-arrow{display:block;width:10px;height:10px;background-color:#FFFFFF;border-top:1px solid #EBEEF5;border-left:1px solid #EBEEF5;transform:translateX(-50%) rotate(45deg);position:absolute;top:-6px;left:50%}
.lang-wrap{width:140px;padding:8px 0px;box-sizing:border-box}
.lang-flex .lang-wrap{width:340px;display:flex;flex-wrap:wrap;padding:8px}
.lang-wrap li{width:100%;padding:8px 16px;box-sizing:border-box;transition:background-color .3s; list-style:none;}
.language-flag span{ font-size:14px; color:#666;}
 .lang { 
  font-size: clamp(16px, 1.042vw, 24px); cursor:pointer;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 0.83vw, 20px);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 10px;
  transition: all 0.5s ease-in;
  
 }
 .lang:hover {
  background-color: #BE70A7;
  transition: all 0.5s ease-in;
}
  .lang:hover i{ color:#fff;}
 
 .lang-icon i{ color:#444; font-size:20px;}
  
/*----------------------------------------*/
/*  About CSS START
/*----------------------------------------*/
.about .content {
  position: relative;
  z-index: 2;
}
.about .content .vector-mockup {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 44.375vw;
}
@media (max-width: 991px) {
  .about .content .vector-mockup {
    bottom: auto;
    top: 5%;
    left: 10%;
  }
}
.about .content.st-2 .vector-mockup {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  .about .content.st-2 .vector-mockup {
    right: auto;
    bottom: auto;
    top: 5%;
    left: 10%;
  }
}
.about .img-block {
  position: relative;
}
.about .img-block .img-object {
  position: absolute;
  bottom: 0;
  left: -12%;
  width: clamp(150px, 15.125vw, 350px);
}
@media (max-width: 575px) {
  .about .img-block .img-object {
    width: 120px;
  }
}
.about .img-block .about-tag {
  position: absolute;
  right: -6.771vw;
  top: 1.667vw;
  padding: clamp(24px, 3.33vw, 96px);
  background-color: #F9DDF1;
  text-align: center;
  border-radius: 5000px;
  box-shadow: 4px 0px 0px 0px #BE70A7;
  transform: rotate(45deg);
}


.product-card {
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='7%2c 10' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 30px;
  padding: 2px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .product-card {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 7' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 20px;
  }
}
.product-card figure {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.product-card figure img {
  margin: 0 auto;padding:2%;
}
.product-card figure .action-list {
  position: absolute;
  top: 16px;
  right: -100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: right 0.5s linear;
}
.product-card figure .action-list .icon {
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  width: clamp(40px, 2.5vw, 60px);
  height: clamp(40px, 2.5vw, 60px);
  background-color: #F9DDF1;
  transition: all 0.5s ease-in;
}
.product-card figure .action-list .icon i {
  font-size: clamp(17px, 1.042vw, 24px);
  color: #BE70A7;
  transition: all 0.5s ease-in;
}
.product-card figure .action-list .icon:hover {
  background-color: #BE70A7;
  transition: all 0.5s ease-in;
}
.product-card figure .action-list .icon:hover i {
  color: #FEFAFD;
  transition: all 0.5s ease-in;
}
.product-card figure .remove-product {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  border: none;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  width: clamp(40px, 2.5vw, 60px);
  height: clamp(40px, 2.5vw, 60px);
  background-color: #F9DDF1;
  transition: all 0.5s ease-in;
}
.product-card figure .remove-product svg {
  width: 20px;
  height: 20px;
  fill: #BE70A7;
  transition: all 0.5s ease-in;
}
.product-card figure .remove-product:hover {
  background-color: #BE70A7;
  transition: all 0.5s ease-in;
}
.product-card figure .remove-product:hover svg {
  fill: #FEFAFD;
  transition: all 0.5s ease-in;
}
.product-card:hover figure .action-list {
  right: 16px;
  transition: right 0.5s linear;
}
.product-card .text-block {
  position: relative;
  background-color: #FCEFF8;
  padding: clamp(20px, 1.66vw, 40px);
  border-radius: 30px;
}
.product-card .text-block .price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-card .text-block .action-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.products-slider {
  position: relative;
}
.products-slider .arrow {
  width: clamp(40px, 3vw, 84px);
  height: clamp(40px, 3vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEFAFD;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  transition: all 0.5s ease-in;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .products-slider .arrow {
    display: none;
  }
}
.products-slider .arrow svg {
  transition: all 0.5s ease-in;
  width: clamp(24px, 1.66vw, 48px);
  height: clamp(24px, 1.66vw, 48px);
}
.products-slider .arrow svg path {
  transition: all 0.5s ease-in;
  stroke: #BE70A7;
}
.products-slider .arrow:hover {
  background-color: #BE70A7;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.products-slider .arrow:hover svg path {
  transition: all 0.5s ease-in;
  stroke: #FEFAFD;
}
.products-slider .arrow.prev-btn {
  left: 0;
  transform: translate(-50%, -100%);
}
.products-slider .arrow.next-btn {
  right: 0;
  transform: translate(50%, -100%);
}



/*----------------------------------------*/
/*  Blog START
/*----------------------------------------*/
.blog-card {
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='7%2c 10' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 30px;
  padding: 1px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .blog-card {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 7' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 20px;
  }
}
.blog-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-card figure {
    border-radius: 20px 20px 0 0;
  }
}
.blog-card figure img {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog-card .text-block {
  padding: clamp(16px, 1.66vw, 40px);
}
.blog-card .text-block .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
}
.blog-card .text-block .top-row .date {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  padding: clamp(8px, 0.67vw, 16px);width:auto;
}
.blog-card .text-block .top-row .author {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.83vw, 20px);
}
.blog-card .text-block .top-row .author img {
  width: clamp(36px, 2.5vw, 56px);
}
.blog-card .text-block .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card .text-block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.blogs-slider-block {
  position: relative;
}
.blogs-slider-block .arrow {
  width: clamp(40px, 3vw, 84px);
  height: clamp(40px, 3vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEFAFD;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  transition: all 0.5s ease-in;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .blogs-slider-block .arrow {
    display: none;
  }
}
.blogs-slider-block .arrow svg {
  transition: all 0.5s ease-in;
  width: clamp(24px, 1.66vw, 48px);
  height: clamp(24px, 1.66vw, 48px);
}
.blogs-slider-block .arrow svg path {
  transition: all 0.5s ease-in;
  stroke: #BE70A7;
}
.blogs-slider-block .arrow:hover {
  background-color: #BE70A7;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.blogs-slider-block .arrow:hover svg path {
  transition: all 0.5s ease-in;
  stroke: #FEFAFD;
}
.blogs-slider-block .arrow.prev-btn {
  left: 0;
  transform: translate(-50%, -125%);
}
.blogs-slider-block .arrow.next-btn {
  right: 0;
  transform: translate(50%, -125%);
}


.feature-block {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.25vw, 32px);
    padding: clamp(16px, 1.66vw, 48px);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='7%2c 10' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 5px;
    min-height: 200px;
}
.feature-block .icon svg {
  width: clamp(36px, 2.5vw, 64px);
  height: clamp(36px, 2.5vw, 64px);
  object-fit: cover;
}
.feature-block .icon svg path {
  fill: #BE70A7;
}

.testimonial-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: clamp(16px, 1.66vw, 48px);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='10%2c 15' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 30px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .testimonial-card {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 7' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 20px;
  }
}
@media (max-width: 470px) {
  .testimonial-card {
    flex-direction: column;
  }
}
.testimonial-card .img-block {
  position: relative;
  flex-shrink: 0;
}
.testimonial-card .img-block img {
  border-radius: 20px;
  width: clamp(150px, 12.708vw, 450px);
}
@media (max-width: 470px) {
  .testimonial-card .img-block img {
    width: 100%;
  }
}
.testimonial-card .img-block .quote-icon {
  position: absolute;
  top: clamp(-10px, -1vw, -24px);
  right: clamp(-12px, -1.25vw, -32px);
  width: clamp(48px, 3.33vw, 84px);
  height: clamp(48px, 3.33vw, 84px);
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  background: #F9DDF1;
}
.testimonial-card .img-block .quote-icon svg {
  width: clamp(24px, 1.563vw, 40px);
}
.testimonial-card .img-block .quote-icon svg path {
  fill: #BE70A7;
}
.testimonial-card .text-block {
  position: relative;
}
.testimonial-card .text-block .stars {
  display: flex;
  gap: 4px;
}
.testimonial-card .text-block .stars i {
  font-size: 14px;
  color: #BE70A7;
}
.testimonial-card .text-block .info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonial-card .text-block .info span {
  display: flex;
  align-items: center;
  gap: 8px;
}
    .testimonial-card .text-block .info span.h6 {
        font-size: clamp(25.59px, 2.031vw, 78px);
    }
    .testimonial-card .text-block .info span.color-primary {
        font-size: clamp(14.5px, 1.042vw, 40px) !important;
    }

    .testimonial-card .text-block .info span::before {
        content: "-";
    }
.testimonial-card .text-block .info span:first-child::before {
  display: none;
}

.testimonials-slider-block {
  position: relative;
}
.testimonials-slider-block .arrow {
  width: clamp(40px, 3vw, 84px);
  height: clamp(40px, 3vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEFAFD;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='5%2c 5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
  transition: all 0.5s ease-in;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media (max-width: 575px) {
  .testimonials-slider-block .arrow {
    display: none;
  }
}
.testimonials-slider-block .arrow svg {
  transition: all 0.5s ease-in;
  width: clamp(24px, 1.66vw, 48px);
  height: clamp(24px, 1.66vw, 48px);
}
.testimonials-slider-block .arrow svg path {
  transition: all 0.5s ease-in;
  stroke: #BE70A7;
}
.testimonials-slider-block .arrow:hover {
  background-color: #BE70A7;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.testimonials-slider-block .arrow:hover svg path {
  transition: all 0.5s ease-in;
  stroke: #FEFAFD;
}
.testimonials-slider-block .arrow.prev-btn {
  left: 0;
  transform: translate(-50%, -50%);
}
.testimonials-slider-block .arrow.next-btn {
  right: 0;
  transform: translate(50%, -50%);
}




.banner {
  background: #F9DDF1;
  border-radius: clamp(20px, 1.563vw, 40px);
  padding: clamp(16px, 1.66vw, 42px);
}
.banner .content {
  border-radius: clamp(20px, 1.563vw, 40px);
  background: #FEFAFD;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .banner .content {
    padding-top: 32px;
  }
}
.banner .content .bg-shape-vector {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
  width: 44.375vw;
}
.banner .content .text-block {
  position: relative;
  text-align: center;
  padding: 7.461vw 8px;
}
.banner .content .text-block span {
  display: block;
}
.banner .content .text-block span.title-1 {
  
  font-size: 8.333vw;
  font-weight: 700;
  line-height: 73%;
  letter-spacing: -3.2px;
  color: #43273A;
}
@media (max-width: 991px) {
  .banner .content .text-block span.title-1 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .banner .content .text-block span.title-1 {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .banner .content .text-block span.title-1 {
    font-size: 64px;
  }
}
.banner .content .text-block span.title-2 {
  color: #BE70A7;
  font-family: "Pacifico", cursive;
  font-size: 4.688vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.8px;
  margin-top: -2.083vw;
}
@media (max-width: 991px) {
  .banner .content .text-block span.title-2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner .content .text-block span.title-2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner .content .text-block span.title-2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .banner .content .img-block {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.banner .content .img-block img {
  max-height: 36.458vw;
}
@media (max-width: 991px) {
  .banner .content .img-block img {
    height: auto;
  }
}




/**HOME cart TUBIAO*/

.cart-btn {
  height: clamp(36px, 2.5vw, 64px);
  width: clamp(36px, 2.5vw, 64px);
  display: grid;
  align-content: center;
  justify-content: center;
  border-radius: 10px;
  background: #BE70A7;
  transition: all 0.5s ease-in;  cursor:pointer;
}
.cart-btn img {
  width: clamp(18px, 1.25vw, 32px);
  height: clamp(18px, 1.25vw, 32px);
}




/**HOME categories*/

.categories .category-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: clamp(12px, 0.83vw, 24px);
  border-radius: 10px;
}
.categories .category-card img {
  width: clamp(120px, 9.375vw, 240px);
}
.categories .category-card .link-btn {
  color: #BE70A7;
  text-decoration: underline;
}
.categories .category-card.bg-gradient-1 {
  background: linear-gradient(110deg, #FFEAF1 -9.36%, #F8E9FF 103.16%);
}
.categories .category-card.bg-gradient-2 {
  background: linear-gradient(105deg, #FFECE2 -3.62%, rgba(255, 248, 222, 0.91) 113.31%, rgba(255, 232, 149, 0.75) 113.32%), linear-gradient(110deg, #FFEAF1 -9.36%, #F8E9FF 103.16%);
}
.categories .category-card.bg-gradient-3 {
  background: linear-gradient(104deg, #FEFFE1 0%, #E9F0FF 100%);
}


.footer .footer-main {
    padding-top: 5%;
    background-color: #F9DDF1 ;float: left;
  width: 100%;
}
    .footer .footer-main .mb-32 {
        margin-bottom: 5%;
    }


    .footer .footer-main .footer-widget .time {
        display: flex;
        align-items: center;
        gap: 8px;
    }
.footer .footer-main .footer-widget .time .icon {
  width: clamp(28px, 1.66vw, 40px);
  height: clamp(28px, 1.66vw, 40px);
  border-radius: 50%;
  background: #F9DDF1;
  display: grid;
  align-content: center;
  justify-content: center;
}
.footer .footer-main .footer-widget .time .icon i {
  font-size: clamp(12px, 0.83vw, 24px);
  color: #BE70A7;
}
.footer .footer-main .footer-widget .links-list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.83vw, 24px);
}
.footer .footer-main .footer-widget .links-list a {
color: #43273A;
}
.footer .footer-main .footer-widget .links-list a:hover {
  color: #BE70A7;
}
.footer .footer-main .footer-widget .contacts-list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.83vw, 24px);
}
.footer .footer-main .footer-widget .contacts-list a,
.footer .footer-main .footer-widget .contacts-list p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #43273A;
}
.footer .footer-main .footer-widget .contacts-list a .icon,
.footer .footer-main .footer-widget .contacts-list p .icon {
  width: clamp(28px, 1.66vw, 40px);
  height: clamp(28px, 1.66vw, 40px);
  border-radius: 50%;
  background: #F9DDF1;
  display: grid;
  align-content: center;
  justify-content: center;
}
.footer .footer-main .footer-widget .contacts-list a .icon i,
.footer .footer-main .footer-widget .contacts-list p .icon i {
  font-size: clamp(12px, 0.83vw, 24px);
  color: #BE70A7;
}
.footer .footer-main .footer-bottom {
  padding: clamp(24px, 1.66vw, 40px) 0;
}
.footer .footer-main .footer-bottom .text-sm-end {
font-size: 14px;
color: #43273A !important;
 }
.footer .footer-main .footer-bottom .text-sm-end a {
font-size: 14px;
color: #43273A !important;padding-left:5px;padding-right:5px;
}


#onlineService {
  z-index: 100998;
  display: none;
}
#onlineService {
  position: fixed;
  right: 0;
  bottom: 32%;
  z-index: 100998;
}



.footer-main .footer-widget h4 i {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.cus-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: clamp(14px, 0.83vw, 20px);
  font-weight: 500;
  line-height: 150%;
  padding: clamp(10px, 0.83vw, 20px) clamp(20px, 1.66vw, 40px);
  border-radius: 5px;
  width: fit-content;
  display: flex;
  flex-shrink: 0;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease-in-out;
  background-color: #F9DDF1 !important;
  color: #43273A !important;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23985A86FF' stroke-width='2' stroke-dasharray='7' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 5px;
}
.cus-btn svg {
  width: clamp(20px, 1.25vw, 32px);
  height: clamp(20px, 1.25vw, 32px);
}
.cus-btn svg path {
  transition: 0.4s ease-in-out;
  fill: #43273A !important;
}
.cus-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  color: #BE70A7;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  background: #BE70A7;
  z-index: -1;
}
.cus-btn:hover {
  transition: 0.4s ease-in-out;
  color: #FEFAFD !important;
}
.cus-btn:hover svg path {
  transition: 0.4s ease-in-out;
  fill: #FEFAFD !important;
}
.cus-btn:hover span {
  width: 225%;
  height: 562.5px;
  z-index: -1;
}
.cus-btn.sec {
  background-color: #FEFAFD !important;
}
.cus-btn.sec-2 {
  color: #FEFAFD !important;
  background-color: #BE70A7 !important;
}
.cus-btn.sec-2 svg path {
  fill: #FEFAFD !important;
}
.cus-btn.sec-2 span {
  color: #F9DDF1;
}

@media(max-width:768px){
	.about h2{ font-size:18px;}
	.categories .category-title .h5{ font-size:18px;}
	.heading h2{ font-size:18px;}
.blog-card .text-block .title{ font-size:16px;}
.cus-btn{ font-size:12px;}
.product-card .text-block a{ font-size:16px;}
.footer-main h4{font-size:20px;}

	.footer .footer-main{padding-bottom:60px;}
.footer .footer-main .mb-32{ position:relative;}
.footer .footer-main .col-7{width: 100%;}
.footer .footer-main .col-5{width: 100%;}
.footer-main .footer-widget h4 i {display: block;}
.list-area { display: none !important; }
.active .list-area li{line-height:30px;}
.active .social-icons a{float:left;margin-right:5px;}
.active h4 i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  
  .active .list-area {
    display: block !important;
  }
	.scroll-top--active{display:none;}
#onlineService {
	display: block;
}  #onlineService {
    overflow: visible;
  }
	
#onlineService {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offside {
	display: flex;
	width: 100%
}
.offside li {
	flex-grow: 1;
	flex: 1;
	text-align: center;
	width: auto;
	height: 60px;
	background:#BE70A7 !important;
	border-bottom: none !important;
	border-right: 1px solid rgba(255,255,255,0.15)
}
.offside li i {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 60px !important;
	padding: 0;
	font-size: 22px !important
}
.offside li.tel {
	width: 47px;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}
.offside li:last-child {
	display: none
}
.offside li p {
	display: none !important
}
.offside li a {
	position: static;
	display: inline-block
}}