@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Sora:wght@100..800&display=swap');



/*==Font-setup==*/
*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/
.scrolltotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 20px 0 0;
  background: #C059DC;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 15px;
  /*! box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
  transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #8A2D9E;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

/*==container-setup==*/
.topbar-area {
  background: #FBF5FE;
  padding: 20px 0;
}

.topbar-main {
  display: grid;
  grid-template-columns: 70% auto;
  column-gap: 15px;
}

.topbar-left ul {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.topbar-left ul li:nth-of-type(1) {
  font-weight: 600;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -2%;
}

.topbar-left ul li:nth-of-type(2) a {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -2%;
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.2s all ease;
}

.topbar-left ul li:nth-of-type(2) a:hover {
  color: #C059DC;
}

.topbar-right {
  text-align: right;
}

.topbar-right a {
  font-weight: 500;
  font-size: 14px;
  color: #3D0C46;
  display: flex;
  max-width: 90px;
  margin-left: auto;
  align-items: center;
  column-gap: 8px;
  text-transform: uppercase;
  transition: 0.2s all ease;
}

.topbar-right a:hover {
  color: #C059DC;
  text-decoration: underline;
}

.header-area {
  padding: 23px 0 32px 0;
  background: #ffffff;
  border-bottom: 1px solid #E3E3E3;
}

.header-main {
  display: grid;
  grid-template-columns: 40% auto;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  column-gap: 21px;
}

.logo-item img {
  max-width: 278px;
}

.main-menu-area {
  background: #ffffff;
  padding: 32px 0;
  border-bottom: 1px solid #E3E3E3;
} 

.main-menu-main ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.main-menu-main ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: 0.2s all ease;
  position: relative;
}

.main-menu-main ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #C059DC;
  left: 0;
  bottom: -2px;
  transition: 0.2s all ease;
}

.main-menu-main ul li a:hover::after {
  width: 100%;
}

.main-menu-main ul li a:hover {
  text-shadow: 0 0 0.02px #C059DC, 0 0 0.02px #C059DC;
  color: #C059DC;
}

.menu-act {
  font-weight: 700 !important;
  color: #C059DC !important;
}

.menu-act:hover {
  text-shadow: none !important;
}

.inner-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 32px;
}

.inner-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #3D0C46;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  transition: 0.2s all ease;
}

.inner-menu ul li a:hover {
  color: #C059DC;
  text-decoration: underline;
}

.inner-menu ul li a img {
  width: 16px;
}

.inner-mobil-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.inner-mobil-menu ul li a {
  border: 1px solid #C059DC;
  width: 30px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  transition: 0.2s all ease;
}

.inner-mobil-menu ul li a img {
  width: 16px;
}

.inner-mobil-menu ul li a:hover {
  background: #C059DC;
}

.inner-mobil-menu ul li a:hover #mob-menu {
  fill: #ffffff;
}

.desk-humber {
  width: 64px;
  cursor: pointer;
}

.desk-humber ul {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.desk-humber ul li {
  font-weight: 500;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.desk-humber ul li img {
  display: block;
}

/*==desk-sidebar-start==*/
.sidebar-menu5 {
  position: fixed;
  top: 0;
  left: -400px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  transition: 0.4s;
  z-index: 10000;
}

.sidebar-menu5.active5 {
  left: 0;
}

.menu-header5 {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #E3E3E3;
  align-items: center;
}

.close-icon5 {
  cursor: pointer;
}

.close-icon5 i {
  font-size: 22px;
}

.menu-wrap5 {
  padding: 0 20px;
  padding-top: 10px;
}

.menu-item5 a {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  display: block;
  padding: 10px 0;
  transition: 0.2s all ease;
  border-bottom: 1px solid #C8C8C8;
}

.menu-item5 a:hover {
  color: #C059DC;
  text-shadow: 0 0 0.02px #C059DC, 0 0 0.02px #C059DC;
}

.mobil-brand5 img {
  max-width: 150px;
}

/* OVERLAY */
.overlay5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.overlay5.active5 {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.summer-main {
    z-index: 0;
}

/*==desk-sidebar-End==*/
.menu-btn {
  width: 30px;
  height: 28px;
  display: none;
  border: 1px solid #C059DC;
  border-radius: 3px;
  padding-top: 5px;
  cursor: pointer;
}

.menu-btn span {
  width: 70%;
  margin: auto;
  height: 3px;
  background: #3D0C46;
  margin-top: 3px;
  display: block;
}

.menu-btn span:first-child {
  margin-top: 0;
}

.inner-mobil-menu ul li a:hover .menu-btn span {
  background: #ffffff;
}

.mobil-brand img {
  max-width: 130px;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -400px;
  max-width: 400px;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  transition: left 0.4s ease;
  z-index: 10000;
  display: none;
}

.sidebar-menu.active {
  left: 0;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #E3E3E3;
}

.menu-wrap {
  padding: 15px 20px 0 20px;
}

.close-icon {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-icon i {
  font-size: 23px;
  color: #000000;
}

.menu-item a {
  font-weight: 600;
  font-size: 14px;
  color: #3D0C46;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  display: block;
  padding: 10px 0;
  transition: 0.2s all ease;
  border-top: 1px solid #E3E3E3;
}

.menu-item-last a {
  border-bottom: 1px solid #E3E3E3;
}

.menu-item a:hover {
  color: #C059DC;
}

.sidebar-search  {
  margin-bottom: 10px;
}

.sidebar-search input {
  width: 100%;
  outline: none;
  border: 1px solid #E3E3E3;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.2s all ease;
}

.sidebar-search input:hover {
  border-color: #C059DC;
}

.sidebar-search input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #515151;
  letter-spacing: -0.28px;
  background: url('images/search.svg') no-repeat;
  background-position: 100% 50%;
}

.sidebar-social ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 30px;
  justify-content: center;
}

.sidebar-social ul li i {
  font-size: 22px;
  color: #C059DC;
  transition: 0.2s all ease;
}

.sidebar-social ul li i:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.sidebar-social ul li svg {
  width: 20px;
  transition: 0.2s all ease;
}

.sidebar-social ul li svg:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.sidebar-social ul li svg path {
  fill: #C059DC;
}

/*==overlay-css==*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/*==hero-section==*/
.hero-area {
  background: url('images/hero-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 69px 0;
}

.hero-main {
  max-width: 357px;
}

.hero-topper span {
  font-weight: 700;
  font-size: 12px;
  color: #3D0C46;
  background: #FBF5FE;
  display: inline-block;
  padding: 8px 19px;
  text-transform: uppercase;
}

.hero-main h1 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 52px;
  color: #ffffff;
  line-height: 120%;
  letter-spacing: -1%;
  margin-top: 24px;
}

.hero-main p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.32px;
  margin-top: 15px;
}

.hero-main a {
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 12px 0 rgba(9, 30, 66, 0.10);
  background: #ffffff;
  letter-spacing: -0.28px;
  color: #3D0C46;
  display: block;
  margin-top: 45px;
  text-align: center;
  padding: 12px 18px;
  transition: 0.2s all ease;
}

.hero-main a i {
  font-size: 16px;
  padding-left: 12px;
  color: #8A2D9E;
  transition: 0.2s all ease;
  position: relative;
  top: 2px;
}

.hero-main a:hover {
  background: #61246B;
  color: #ffffff;
}

.hero-main a:hover i {
  color: #ffffff;
}

/*==summer-section==*/
.summer-area {
  background: #ffffff;
  padding: 50px 0;
  overflow: hidden;
}

.summer-title {
  text-align: center;
}

.summer-title h4 {
  font-weight: 500;
  font-size: 14px;
  color: #8A2D9E;
  letter-spacing: -0.28px;
}

.summer-title h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  color: #3D0C46;
  letter-spacing: -0.365px;
  line-height: 47.437px;
  margin-top: 14px;
}

.summer-main {
  margin-top: 46px;
  position: relative;
}

.summer-main::after {
  content: "";
  display: block;
  position: absolute;
  width: 364px;
  height: 100%;
  background: rgba(251, 245, 254, 0.7);
  right: -256px;
  top: 0;
  z-index: 2;

}

.summer-main::before {
  content: "";
  display: block;
  position: absolute;
  width: 364px;
  height: 100%;
  background: rgba(251, 245, 254, 0.7);
  left: -256px;
  top: 0;
  z-index: 2;

}

.product-img {
  position: relative;
  overflow: hidden; 
}

.product-img img {
  width: 100%;
  transition: 0.5s all ease;
}

.product-img img:hover {
  transform: scale(1.1);
}

.product-love {
  position: absolute;
  width: 100%;
  top: 21px;
  left: 0;
  padding: 0 23px;
}

.product-love ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-love ul li:nth-of-type(1) span {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.253px;
  line-height: 18.96px;
  font-size: 12.64px;
  background: #C059DC;
  padding: 4px 8px;
  display: inline-block;
}

.product-love ul li:nth-of-type(2) span {
  background: #ffffff;
  border: 1px solid #E3E3E3;
}

.product-love ul li:nth-of-type(2) span img {
  width: 16px;
}

.summer-cnt ul {
  display: grid;
  grid-template-columns: repeat(11,1fr);
  align-items: center;
  justify-content: space-between;
  column-gap: 6px;
  margin-top: 24px;
}

.summer-cnt ul li {
  font-weight: 500;
  font-size: 12px;
  color: #3D0C46;
  height: 24px;
  border: 1px solid #E3E3E3;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.253px;
  transition: 0.2s all ease;
}

.summer-cnt ul li:hover {
  background: #C059DC;
  color: #ffffff;
}

.summer-cnt h3 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 18px;
  line-height: 23.4px;
  color: #3D0C46;
  margin-top: 15px;
  letter-spacing: -0.18px;
}

.summer-cnt h4 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: -0.32px;
  color: #3D0C46;
}

.summer-item:hover .summer-cnt h4 {
  text-decoration: underline;
  color: #C059DC;
}

.summer-item:hover .summer-cnt h3 {
  text-decoration: underline;
  color: #C059DC;
}

/* OWL-CAROUSEL-02 */
.main-content2 {
    position: relative;
}

.main-content2 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
    display: none;
}

.main-content2 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5B2B81;
}

.main-content2 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: 33%;
    left: 5%;
    right: 5%;
}
.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
    font-size: 15px;
    color: #ffffff;
    background: #3D0C46;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: 0;
}

/* OWL-CAROUSEL-03 */
.main-content3 {
    position: relative;
}

.main-content3 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
    display: none;
}

.main-content3 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content3 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5B2B81;
}

.main-content3 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content3 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content3 .owl-theme .custom-nav {
    position: absolute;
    top: 33%;
    left: 5%;
    right: 5%;
}
.main-content3 .owl-theme .custom-nav .owl-prev, .main-content3 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content3 .owl-theme .custom-nav .owl-prev i, .main-content3 .owl-theme .custom-nav .owl-next i {
    font-size: 16px;
    color: #ffffff;
    background: #3D0C46;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-content3 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content3 .owl-theme .custom-nav .owl-next {
    right: 0;
}

.summer-area2 {
  background: #FBF5FE;
  padding: 35px 0 35px 0;
}

.summer-vector img {
  width: 100%;
}

/*==prossing-section==*/
.prossing-area {
  background: #ffffff;
  padding: 30px 0 34px 0;
  border-bottom: 1px solid #E3E3E3;
}

.prossing-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 66px;
}

.prossing-item h4 {
  font-weight: 400;
  font-size: 16px;
  color: #818181;
  letter-spacing: -0.32px;
  line-height: 24px;
}

.prossing-item h4:hover {
  color: #3D0C46;
}

/*==prossing-section==*/
.gellary-area {
  background: #ffffff;
  padding: 76px 0;
}

.gellary-main {
  display: grid;
  grid-template-columns: 33% auto;
  column-gap: 9px;
}

.gellary-right {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 8px;
  row-gap: 8px;
}

.gellary-item img {
  width: 100%;
  vertical-align: bottom;
}

.gellary-item {
  position: relative;
  transition: 0.2s all ease;
} 

.gellary-item:hover {
  opacity: 0.9;
}

.gellary-cnt {
  position: absolute;
  bottom: 48px;
  left: 48px;
  z-index: 2;
}

.gellary-cnt h3 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #ffffff;
}

.gellary-cnt h4 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
  color: #ffffff;
  margin-top: 14px;
}

.gellary-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

/*==brand-section==*/
.brand-area {
  background: #ffffff;
  padding-bottom: 76px;
}

.brand-title {
  text-align: center;
}

.brand-title h3 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #8A2D9E;
}

.brand-title h4 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 32px;
  color: #3D0C46;
  letter-spacing: -0.324px;
  margin-top: 14px;
}

.brand-main {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  column-gap: 24px;
  row-gap: 25px;
  margin-top: 52px;
}

.brand-item a {
  border: 1px solid #E3E3E3;
  padding: 12px;
  text-align: center;
  overflow: hidden;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
  transition: 0.5s all ease;
     max-width: 120px;
    max-height: 64px;
    object-fit: contain;
}

.brand-item1 img {
  max-width: 114px;
}

.brand-item2 img {
  max-width: 64px;
}

.brand-item3 img {
  max-width: 112px;
}

.brand-item:hover img {
  transform: scale(1.2);
  filter: grayscale(100%);
}

/*==child-section==*/
.child-area {
  background: #ffffff;
  padding-bottom: 95px;
  padding-top: 91px;
}

.child-main {
  display: grid;
  grid-template-columns: 41% auto;
  /*! column-gap: 121px; */
}

.child-left h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #8A2D9E;
}

.child-left h2 {
  font-weight: 500;
  font-size: 36px;
  color: #3D0C46;
  letter-spacing: -0.365px;
  margin-top: 14px;
  line-height: 47.437px;
}

.child-left p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  margin-top: 32px;
}

.child-left a {
  font-weight: 700;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  display: inline-block;
  margin-top: 32px;
  transition: 0.2s all ease;
}

.child-left a i {
  font-size: 16px;
  padding-left: 12px;
  position: relative;
  top: 2px;
}

.child-left a:hover {
  color: #C059DC;
  text-decoration: underline;
}

.child-right img {
  max-width: 558px;
  width: 100%;
  display: block;
  margin-left: auto;
}

/*==season-section==*/
.season-area {
  background: #ffffff;
  padding-bottom: 94px;
  border-bottom: 1px solid #E3E3E3;
}

.season-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 24px;
}

.season-item {
  text-align: center;
  padding: 0 10px;
}

.season-item-img {
  min-height: 184px;
}

.season-item-img img {
  max-width: 190px;
}

.season-item h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 22px;
  line-height: 29.61px;
  letter-spacing: -1%;
  color: #3D0C46;
  margin-top: 40px;
}

.season-item p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 24px;
  color: #3D0C46;
  margin-top: 12px;
}

/*==opinion-section==*/
.opinion-area {
  background: #ffffff;
  padding: 89px 0 46px 0;
}

.opinion-topbar h2 {
  font-weight: 500;
  font-size: 14px;
  color: #8A2D9E;
  letter-spacing: -0.28px;
}

.opinion-topbar-flex {
  display: grid;
  grid-template-columns: 60% auto;
  align-items: center;
  margin-top: 14px;
}

.opinion-topbar-left h3 {
    font-family: "Arima", system-ui;
    font-weight: 500;
    font-size: 36px;
    color: #3D0C46;
}

.opinion-topbar-right ul {
  display: flex;
  align-items: center;
  column-gap: 32px;
  justify-content: flex-end;
}

.line-opi {
  width: 1px;
  height: 58px;
  background: #C8C8C8;
}

.opinion-topbar-right ul li:nth-of-type(1) img {
  max-width: 113px;
}

.opinion-topbar-right ul li:nth-of-type(3) h4 {
  font-weight: 700;
  font-size: 16px;
  color: #3D0C46;
  display: flex;
  align-items: center;
  line-height: 24px;
  letter-spacing: -0.32px;
  column-gap: 12px;
}

.opinion-topbar-right ul li:nth-of-type(3) h4 img {
  max-width: 119px;
  position: relative;
  top: -2px;
}

.opinion-topbar-right ul li:nth-of-type(3) p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 2px;
  letter-spacing: -0.32px;
}

.opinion-slider {
  margin-top: 80px;
}

.opinion-item h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 22px;
  color: #3D0C46;
  letter-spacing: -0.228px;
  line-height: 29.614px;
  padding-right: 15px;
}

.opinion-item p {
  font-weight: 400;
  font-size: 16px;
  color: #3D0C46;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin-top: 12px;
}

.star2-img img {
  max-width: 129px;
  margin-top: 12px;
} 

/* OWL-CAROUSEL-01 */
.main-content1 {
    position: relative;
}

.main-content1 .owl-dots {
    width: 100%;
    text-align: center;
    position: initial;
    display: flex;
    justify-content: center;
    column-gap: 12px;
    margin-top: 80px;
}

.main-content1 .owl-theme .owl-dots .owl-dot span {
  width: 79px;
  height: 6px;
  margin: 0;
  background: #F8EBFC;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: none !important;
  border-radius: 0;
}

.main-content1 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #C059DC;
}

.main-content1 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    display: none;
}
.main-content1 .owl-theme .custom-nav .owl-prev, .main-content1 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i, .main-content1 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    background: #5B2B81;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content1 .owl-theme .custom-nav .owl-next {
    right: 0;
}

/*==inspiration-section==*/
.vector1-img img {
  width: 100%;
  position: relative;
  bottom: -95px;
}

.inspiration-area {
  background: #C059DC;
  padding-bottom: 0px;
  padding-top: 39px;
}

.inspiration-main {
  max-width: 365px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}

.inspiration-main h4 {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.28px;
}

.inspiration-main h2 {
  font-family: "Arima", system-ui;
  letter-spacing: -0.365px;
  line-height: 47.437px;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
  margin-top: 14px;
}

.inspiration-main p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 31px;
  letter-spacing: -0.28px;
  margin-top: 20px;
}

.inspi-btn {
  max-width: 238px;
  margin: auto;
}

.inspi-btn a {
  font-weight: 700;
  font-size: 14px;
  color: #3D0C46;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  background: #ffffff;
  letter-spacing: -0.28px;
  margin-top: 32px;
  box-shadow: 0 8px 12px 0 rgba(9, 30, 66, 0.10);
  transition: 0.2s all ease;
}

.inspi-btn a:hover {
  background: #61246B;
  color: #ffffff;
}

.inspi-btn a:hover #instra {
  stop-color: #ffffff;
}

.inspi-btn a:hover #instra {
  fill: #ffffff;
}


/*== teem-section==*/
.teem-area {
  background: linear-gradient(#C059DC 23%,#FBF5FE 23%);
  padding: 1px 0 5px 0;
  overflow: hidden;
}

.teem-img-wrap {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  position: relative;
  margin-top: 60px;
}

.teem-img img {
  width: 100%;
  position: relative;
  transition: 0.2s all ease;
}

.teem-img img:hover {
  opacity: 1;
}

.teem-img1 img {
  transform: rotate(10deg);
  margin-top: -24px;
}

.teem-img1 img:hover {
  z-index: 6;
}

.teem-img2 img {
  transform: rotate(-10deg);
  z-index: 5;
}

.teem-img3 img {
  transform: rotate(10deg);
  z-index: 4;
}

.teem-img3 img:hover {
  z-index: 6;
}

.teem-img4 img {
  transform: rotate(-10deg);
  z-index: 3;
}

.teem-img4 img:hover {
  z-index: 6;
}

.teem-img5 img {
  transform: rotate(10deg);
  z-index: 2;
}

.teem-img5 img:hover {
  z-index: 6;
}

.teem-img6 img {
  transform: rotate(-10deg);
}

.teem-img6 img:hover {
  z-index: 6;
}

.teem-main {
  display: grid;
  grid-template-columns: auto 41%;
  align-items: center;
  margin-top: 119px;
}

.teem-left img {
  width: 100%;
}

.teem-cnt h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #8A2D9E;
}

.teem-cnt h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
  line-height: 47.437px;
  margin-top: 14px;
}

.teem-cnt p {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  margin-top: 14px;
  letter-spacing: -0.28px;
  line-height: 21px;
}

.teem-contact-flex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 16px;
  margin-top: 32px;
}

.teem-input h6 {
  font-weight: 400;
  font-size: 14px;
  color: #515151;
  letter-spacing: -0.28px;
}

.teem-input input {
  width: 100%;
  border: 1px solid #C8C8C8;
  padding: 12px 20px;
  margin-top: 8px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  color: #515151;
  letter-spacing: -2%;
  transition: 0.2s all ease;
}

.teem-input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #515151;
  letter-spacing: -0.28px;
}

.teem-input input:hover {
  border-color: #8A2D9E;
}

.teem-submit button {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  border: none;
  margin-top: 32px;
  background: #C059DC;
  padding: 12px 18px;
  letter-spacing: -0.28px;
  transition: 0.2s all ease;
}

.teem-submit button i {
  padding-left: 14px;
}

.teem-submit button:hover {
  background: #8A2D9E;
  color: #ffffff;
}

/* check-box */
.checkbox {
  display: grid;
  grid-template-columns: 24px auto;
  column-gap: 12px;
  margin-top: 16px;
}

.checkbox label {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 21px;
  color: #3D0C46;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
    appearance: none;
    height: 24px;
    width: 24px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.6px solid #A4A4A4;
}

.checkbox input[type=checkbox]::after {
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    color: #ffffff;
    display: none;
}

.checkbox  input[type=checkbox]:checked {
    background: #8A2D9E;
    border-color: #8A2D9E;
    border: 3px solid #F8EBFC;
}

.checkbox input[type=checkbox]:checked::after {
    display: block;
}

.vector2-img img {
  width: 100%;
}

/*==footer-section==*/
.footer-area {
  background: #ffffff;
  padding: 110px 0 71px 0;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding-bottom: 42px;
  border-bottom: 1px solid #E3E3E3;
  column-gap: 24px;
}

.footer-item h4 {
  font-family: "Arima", system-ui;
  letter-spacing: -0.18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23.4px;
  color: #3D0C46;
}

.footer-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  color: #3D0C46;
  margin-top: 24px;
}

.footer-call ul {
  margin-top: 32px;
}

.footer-call ul li a {
  display: grid;
  grid-template-columns: 40px auto;
  column-gap: 12px;
}

.footer-call ul li span {
  width: 40px;
  height: 40px;
  background: #F8EBFC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-call ul li h3 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #3D0C46;
  transition: 0.2s all ease;
}

.footer-call ul li h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #3D0C46;
  margin-top: 5px;
  transition: 0.2s all ease;
}

.footer-call ul li a:hover h3,
.footer-call ul li a:hover h4 {
  color: #C059DC !important;
  text-decoration: underline;
}

.footer-menu ul {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
  margin-top: 24px;
}

.footer-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #3D0C46;
  letter-spacing: -0.32px;
  transition: 0.2s all ease;
  position: relative;
  transition: 0.2s all ease;
}

.footer-menu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #C059DC;
  transition: 0.2s all ease;
}

.footer-menu ul li a:hover {
  color: #C059DC;
}

.footer-menu ul li a:hover::after {
  width: 100%;
}

.footer-brand-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid #E3E3E3;
}

.footer-brand-main ul li {
  letter-spacing: -0.32px;
  font-weight: 500;
  line-height: 24px;
  color: #3D0C46;
  font-size: 16px;
}

.footer-brand-left ul {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.footer-brand-left ul li:nth-of-type(2) img {
  max-width: 82px;
}

.footer-brand-left ul li:nth-of-type(3) img {
  max-width: 81px;
}

.footer-brand-left ul li:nth-of-type(4) img {
  max-width: 39px;
}

.footer-brand-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 16px;
}

.footer-brand-right ul li:nth-of-type(2) img {
  max-width: 26px;
}

.footer-brand-right ul li:nth-of-type(3) img {
  max-width: 48px;
}

.footer-brand-right ul li:nth-of-type(4) img {
  max-width: 108px;
}

.copyright-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  padding-top: 36px;
}

.copyright-left p {
  font-weight: 500;
  font-size: 16px;
  color: #3D0C46;
  letter-spacing: -0.32px;
  line-height: 24px;
}

.copyright-right ul {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: flex-end;
}

.copyright-right ul li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #3D0C46;
  transition: 0.2s al ease;
}

.copyright-right ul li a:hover {
  color: #C059DC;
  text-decoration: underline;
}

.copyright-right ul li img {
  max-width: 24px;
  transition: 0.3s all ease;
}

.copyright-right ul li img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

/*==clothes-section==*/
.clothes-area {
  background: #FBF5FE;
  padding-top: 44px;
  /*! border-top: 1px solid #E3E3E3; */
}

.clothes-main h4 {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
}

.clothes-main h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 32px;
  color: #3D0C46;
  letter-spacing: -0.324px;
  margin-top: 14px;
}

.vector4-bg img {
  width: 100%;
}


/*===category-page===*/
.teem-area2 {
  background: #FBF5FE;
  padding: 0;
  padding-top: 108px;
}

.teem-main2 {
  margin-top: 0;
}

.category-area {
  background: #ffffff;
  padding: 66px 0 130px 0;
  border-bottom: 1px solid #E3E3E3;
}

.category-container {
  max-width: 1500px;
}

.category-main {
  display: grid;
  grid-template-columns: 322px auto;
  column-gap: 37px;
  align-items: start;
}

.category-gender {
  border: 1px solid #E3E3E3;
  padding: 32px;
}

.category-gender h4 {
   font-family: "Arima", system-ui;
   font-weight: 500;
   font-size: 18px;
   color: #3D0C46;
   letter-spacing: -0.18px;
}

.category-drop-wrap {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
  border: 1px solid #E3E3E3;
  padding: 32px;
}

.category-drop-wrap2 {
    margin-top: 25px;
}

.checkbox30 {
  margin-top: 24px;
}

.countri-dropdown-wrap {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
  margin-top: 24px;
  border-left: 1px solid #C059DC;
}

.accordion10 {
  width: 100%;
}

.accordion10 .link10 {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}

.link10 ul li {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #3D0C46;
}

.link10 ul li {
  font-weight: 400;
  transition: 0.2s all ease;
}

.link10 ul li:hover {
  color: #C059DC !important;
}

.angle-accordion {
  position: absolute;
  top: -2px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  transition: 0.3s;
}

.angle-accordion i {
  color: #C059DC;
  font-size: 18px;
}

.angle-accordion {
  right: 0;
  left: auto;
}

.open10 .angle-accordion {
  transform: rotate(180deg);
  color: #b63b4d;
}

.submenu10 {
  height: 0;
  overflow: hidden;
}

.open10 .submenu10 {
  max-height: 1000px; 
}

.submenu10 ul {
  padding-left: 24px;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
  margin-top: 24px;
}

.submenu10 ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  transition: 0.2s all ease;
}

.submenu10 ul li a:hover {
  color: #C059DC;
  font-weight: 700;
}


.toggle-dropdown {
  width: 100%;
}

.toggle-header {
  cursor: pointer;
  position: relative;
}

.toggle-header h4 {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  transition: 0.2s all ease;
}

.toggle-header .toggle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.toggle-header .toggle-arrow i {
  color: #C059DC;
  font-size: 18px;
}

.toggle-header:hover {
  color: #C059DC;
}

.toggle-header:hover h4 {
  text-shadow: 0 0 0.02px #C059DC, 0 0 0.02px #C059DC;
  color: #C059DC;
}

.toggle-header.open .toggle-arrow {
  transform: translateY(-50%) rotate(180deg);
  color: #b63b4d;
}

.toggle-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.toggle-header.open h4 {
  font-weight: 700;
}

.toggle-header.open:hover {
  text-shadow: none !important;
}

 /*==category-right==*/
.category-dropdown-main {
  display: grid;
  grid-template-columns: repeat(7,1fr);
}

.dropdown {
    position: relative;
}

.dropdown-btn {
    font-weight: 700;
    font-size: 14px;
    color: #3D0C46;
    letter-spacing: -0.28px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid #C059DC;
    border-right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-btn-last {
  border-right: 1px solid #C059DC !important;
}

.dropdown-menus {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #C059DC;
    display: none;
    border-radius: 0;
    border-top: 0;
    z-index: 2;
}

.dropdown.active .dropdown-menus {
    display: block;
}

.dropdown-menus a {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  display: block;
  padding: 7px 10px;
}

.dropdown-menus a:hover {
    background: #C059DC;
    color: #ffffff;
}

.category-product-wrap {
  padding-top: 37px;
}

.category-product-top {
  display: grid;
  grid-template-columns: 50% auto;
  justify-content: space-between;
}

.category-product-top h4 {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  color: #3D0C46;
}

.category-product-top a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-decoration: underline;
  color: #3D0C46;
  transition: 0.2s all ease;
}

.category-product-top a:hover {
  color: #C059DC;
}

.category-product-flex {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 24px;
  margin-top: 37px;
  row-gap: 48px;
}

/*==product-page==*/
.insulated-area {
  background: #ffffff;
  padding: 26px 0 50px 0;
}

.insulated-title h2 {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  text-transform: uppercase;
  letter-spacing: -0.28px;
}

.insulated-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 71px;
  margin-top: 27px;
  align-items: start;
}

.insulated-left-flex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 20px;
  row-gap: 17px;
}

.insulated-img img {
  width: 100%;
}

.insulated-right-top {
  display: grid;
  grid-template-columns: 50% auto;
  justify-content: space-between;
  align-items: center;
}

.insulated-right-top h4 {
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  letter-spacing: -0.28px;
}

.insulated-right-top span {
  width: 42px;
  height: 42px;
  border: 1px solid #E3E3E3;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insulated-right-cnt1 {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 24px;
}

.insulated-right-cnt1 h2 {
   font-family: "Arima", system-ui;
   font-weight: 500;
   font-size: 25px;
   color: #3D0C46;
   letter-spacing: -0.365px;
   margin-top: 22px;
   line-height: 47.437px;
}

.insulated-right-cnt1 h3 {
   font-family: "Arima", system-ui;
   font-weight: 500;
   font-size: 25px;
   margin-top: 16px;
  color: #C059DC;
}

.insulated-right-cnt1 p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 21px;
  margin-top: 20px;
  color: #3D0C46;
}

.insulated-size-wrap {
  margin-top: 24px;
  border-bottom: 1px solid#E3E3E3;
  padding-bottom: 12px;
}

.insulated-size-wrap h4 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  color: #3D0C46;
}

.insulated-size-wrap ul {
  display: grid;
  grid-template-columns: repeat(10,1fr);
  column-gap: 4px;
  row-gap: 4px;
  margin-top: 12px;
}

.insulated-size-wrap ul li {
  font-weight: 500;
  font-size: 12px;
  color: #3D0C46;
  letter-spacing: -0.253px;
  border: 1px solid #E3E3E3;
  text-align: center;
  padding: 11px 13px;
  transition: 0.2s all ease;
  cursor: pointer;
}

.insulated-size-wrap ul li:hover {
  background: #C059DC;
  color: #ffffff;
}

.size-desable {
  opacity: 0.2;
}

.chart-item ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.chart-item ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  text-decoration: underline;
  transition: 0.2s all ease;
}

.chart-item ul li:nth-of-type(2) a {
  font-weight: 700;
}

.chart-item ul li a:hover {
  color: #C059DC;
}

.requarment-item {
  margin-top: 24px;
} 

.requarment-item ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.requarment-item ul li {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.requar-line {
  border-bottom: 1px solid #E3E3E3;
  margin: 16px 0;
}

.requarment-item ul li img {
  max-width: 24px;
}

.requarment-item ul li {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.253px;
  text-transform: uppercase;
  color: #000000;
}

.card-wrap {
  display: grid;
  grid-template-columns: 128px auto;
  column-gap: 7px;
  margin-top: 24px;
}

.card-right button {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  width: 100%;
  border: none;
  padding: 15px 12px;
  background: #C059DC;
  transition: 0.2s all ease;
}

.card-right button:hover {
  background: #8A2D9E;
}

.counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    user-select: none;
    border: 1px solid #C059DC;
}

.count-cnt {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.28px;
  display: flex;
  column-gap: 4px;
}

.counter button {
    all: unset;
    cursor: pointer;
    font-size: 20px;
    color: #1a0033;
}

.counter button i {
  font-size: 15px;
  color: #C059DC;
}

.summer-area3 {
  padding: 0 0 65px 0;
}

.accordion-wrap {
  margin-top: 24px;
}

.ac-cd20 {
  border: 1px solid #E3E3E3;
  background: #ffffff;
  border-bottom: 0;
}

.ac-cd20:last-child {
  border-bottom: 1px solid #E3E3E3;
}

.ac-trigger-cd20 {
  font-weight: 700;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  padding: 12px 18px;
  cursor: pointer;
  position: relative;
}

.ac-trigger-cd20::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #C059DC;
  font-size: 17px;
}

.ac-cd20.is-active-cd20 .ac-trigger-cd20::after {
  content: "\f106";
}

.ac-panel-cd20 {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}

.ac-panel-cnt-cd20 {
  padding: 0 18px 18px 18px;
}

.ac-panel-cnt-cd20 p {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  line-height: 21px;
}

.demo-image img {
  width: 100%;
}

.thumbnail {
  cursor: pointer;
}

.thumbnail img {
  width:100%;
}

.thumbnail.active {
  border-color: red;
}

.thumbnails {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 20px;
  row-gap: 5px;
  margin-top: 16px;
}

/*==basket-page==*/
.footer-area2 {
  border-top: 1px solid #E3E3E3;
  padding-top: 84px;
}

.basket-area {
  background: #FBF5FE;
  padding: 26px 0 44px 0;
}

.basket-title h2 {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #3D0C46;
  letter-spacing: -0.28px;
}

.basket-main {
  display: grid;
  grid-template-columns: auto 364px;
  column-gap: 24px;
  margin-top: 41px;
  align-items: start;
}

.basket-left {
  background: #ffffff;
  padding: 32px;
}

.basket-box-flex {
  display: grid;
  grid-template-columns: 87% auto;
  margin-top: 18px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 18px;
}

.basket-box-left {
  display: grid;
  grid-template-columns: 93px auto;
  column-gap: 24px;
}

.basket-box-title h4 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
}

.basket-img img {
  width: 100%;
}

.inner-right {
  padding-right: 54px;
}

.basket-cnt h3 {
  font-weight: 500;
  font-size: 16px;
  color: #3D0C46;
  letter-spacing: -0.32px;
}

.basket-cnt h4 {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: -0.28px;
  color: #3D0C46;
}

.basket-cnt h5 {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  margin-top: 5px;
  letter-spacing: -0.28px;
}

.basket-box-right {
  border-left: 1px solid #E3E3E3;
}

.cros-box a {
  width: 40px;
  height: 40px;
  border: 1px solid #E3E3E3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: 0.2s all ease;
}

.cros-box a:hover {
  background: #C059DC;
  color: #ffffff;
}

.cros-box i {
  font-size: 20px;
  color: #3D0C46;
}

.cros-box a:hover i {
  color: #ffffff;
}

.basket-cont-flex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  margin-top: 24px;
}

.basket-cont-flex h4 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #3D0C46;
  text-align: right;
}

.counter2 {
  padding: 7px 11px;
  max-width: 100px;
}

.basket-right {
  background: #ffffff;
  padding: 32px;
}

.basket-right-title {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 16px;
}

.basket-right-title h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.256px;
  color: #3D0C46;
}

.basket-right-part ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C8C8C8;
  padding: 16px 0;
}

.basket-right-part ul li {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #3D0C46;
}

.basket-right-part ul li:nth-of-type(2) {
  text-align: right;
  font-weight: 500;
}

.dropdon-item-bask {
  margin-top: 18px;
}

.category3 {
    position: relative;
}

.category-btn3 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.28px;
  padding: 12px 18px;
  border: 1px solid #E3E3E3;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-btn3 i {
  color: #C059DC;
  font-size: 16px;
}

.category-menu3 {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #E3E3E3;
  display: none;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.category3.active .category-menu3 {
  display: block;
}

/* SEARCH */
.category-search3 {
    padding: 10px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
}

.category-search3 input {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  outline: none;
}

.category-search3 input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
}

.category-list3 {
  max-height: 200px;
  overflow-y: auto;
}

.list-item3 {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  padding: 8px 10px;
  cursor: pointer;
}

.list-item3:hover {
  background: #C059DC;
  color: #ffffff;
}

.baks-btn button {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.28px;
  border: none;
  width: 100%;
  padding: 12px 18px;
  text-transform: uppercase;
  margin-top: 18px;
  background: #C059DC;
  transition: 0.2s all ease;
}

.baks-btn button:hover {
  background: #8A2D9E;
}

.baks-list {
  margin-top: 20px;
}

.baks-list ul {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 20px;
}

.baks-list ul li {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.253px;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.vector-img img {
  width: 100%;
}

/*==checkout-page==*/
.shipping-contact-wrap {
  background: #ffffff;
  padding: 32px;
}

.shipping-contact-title h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 25px;
  color: #3D0C46;
  letter-spacing: -0.256px;
}

.shipping-input {
  margin-top: 16px;
}

.shipping-input-flex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 32px;
}

.shipping-input-flex2 {
  display: grid;
  grid-template-columns: 68% auto;
  column-gap: 32px;
}

.shipping-input h4 {
  font-weight: 400;
  font-size: 14px;
  color: #515151;
}

.shipping-input input {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #515151;
  width: 100%;
  outline: none;
  border: 1px solid #C8C8C8;
  margin-top: 8px;
  padding: 12px 20px;
  transition: 0.2s all ease;
}

.shipping-input input:hover {
  border-color: #8A2D9E;
}

.shipping-input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  opacity: 1;
  color: #515151;
}

.category5 {
    position: relative;
    margin-top: 8px;
}

.category-btn5 {
  font-weight: 400;
  font-size: 14px;
  color: #515151;
  letter-spacing: -0.28px;
  padding: 12px 20px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s all ease;
}

.category-btn5:hover {
  border-color: #8A2D9E;
}

.category-btn5 i {
  color: #8A2D9E;
  font-size: 12px;
}

.category-menu5 {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 6px;
  display: none;
  z-index: 10;
}

.category5.active .category-menu5 {
  display: block;
}

.select-item {
  font-weight: 400;
  font-size: 14px;
  color: #515151;
  letter-spacing: -0.28px;
  padding: 5px 12px;
  cursor: pointer;
}

.select-item:hover {
  background: #C059DC;
  color: #ffffff;
}

.delivery-main {
  background: #ffffff;
  padding: 32px;
  margin-top: 24px;
}

.delivery-main h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 25px;
  color: #3D0C46;
  letter-spacing: -0.256px;
}

.delivery-box-wrap {
  margin-top: 32px;
}

.delivery-box-flex {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  border: 1px solid #E3E3E3;
  padding: 16px 24px;
  border-bottom: 0;
}

.delivery-box-flex:last-child {
  border-bottom: 1px solid #E3E3E3;
}

.checkbox2 {
  margin-top: 0;
}

.delivery-box-left {
  display: grid;
  grid-template-columns: 24px 65px auto;
  column-gap: 12px;
  align-items: center;
}

.text-leftbox h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #3D0C46;
}

.delivery-img {
  border: 1px solid #A4A4A4;
  border-radius: 2px;
  text-align: center;
  padding: 6px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery-img img {
  width: 100%;
}

.delivery-box-right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.delivery-box-right ul li{
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #666;
}

.delivery-box-right ul li:nth-of-type(2) {
  color: #3D0C46;
}

.payment-box {
  padding: 32px;
  background: #ffffff;
  margin-top: 24px;
}

.payment-box h4 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
}

.pm-box1 {
  margin-top: 32px;
}

.pm-item1 {
  display: grid;
  grid-template-columns: 24px 65px auto;
  column-gap: 12px;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #666;
  cursor: pointer;
  position: relative;
  background: #fff;
  opacity: 0.2;
}

.pm-item1 input {
  display: none;
}

.pm-check1 {
  width: 24px;
  height: 24px;
  border: 1px solid #A4A4A4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .2s;
  color: #fff;
  font-size: 12px;
}

.pm-check1 i {
  opacity: 0;
  transform: scale(0);
  transition: .2s;
}

.pm-item1.active1 {
  border-color: #C059DC;
  opacity: 1;
}

.pm-item1.active1 .pm-check1 {
  background: #8A2D9E;
  border: 3px solid #F8EBFC;
}

.pm-item1.active1 .pm-check1 i {
  opacity: 1;
  transform: scale(1);
}

.pm-icon1 {
  border: 1px solid #A4A4A4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  text-align: center;
  padding: 4px 20px;
}

.pm-text1 {
  font-weight: 500;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
}

.checkbox10 label {
  font-weight: 500;
}

.basket-right-title2 {
  border-bottom: 0;
  padding: 0;
}

.bask-inner-flex {
  display: grid;
  grid-template-columns: 93px auto;
  column-gap: 24px;
  border-bottom: 1px solid #C8C8C8;
  padding: 18px 0;
}

.bask-inner-flex img {
  width: 100%;
}

.bask-inner-flex h3 {
  font-weight: 500;
  font-size: 16px;
  color: #3D0C46;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.bask-inner-flex ul {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 4px;
  margin-top: 5px;
}

.bask-inner-flex ul li {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #3D0C46;
}

.bask-inner-flex h4 {
  font-weight: 700;
  font-size: 14px;
  color: #3D0C46;
  margin-top: 8px;
  letter-spacing: -0.28px;
}

/*==ty-page==*/
.ty-main {
  background: #ffffff;
  padding: 32px;
  margin-top: 41px;
}

.ty-title h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  color: ;
  letter-spacing: -0.365px;
  color: #3D0C46;
}

.ty-title p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #3D0C46;
  line-height: 21px;
  margin-top: 18px;
}

.bask-inner-flex2 {
  border-bottom: 0;
  padding: 0;
}

.ty-flex-main {
  display: grid;
  grid-template-columns: 70% auto;
  border-bottom: 1px solid #C8C8C8;
  padding: 18px 0;
}

.ty-flex-main:last-child {
  border-bottom: 0;
}

.ty-flex-right h4 {
  font-weight: 700;
  font-size: 14px;
  text-align: right;
  letter-spacing: -0.28px;
  color: #3D0C46;
}

.homeback-btn a {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #C059DC;
  display: block;
  padding: 18px;
  color: ;
  letter-spacing: -0.28px;
  margin-top: 18px;
}

.homeback-btn a:hover {
  background: #8A2D9E;
  transition: 0.2s all ease;
}

/*==login-page==*/
.login-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 24px;
  margin-top: 40px;
}

.login-left {
  padding: 32px;
}

.login-left h3 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  color: #3D0C46;
  letter-spacing: -0.365px;
}

.login-left p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  color: #3D0C46;
  letter-spacing: -0.32px;
}

.login-input {
  margin-top: 18px;
}

.login-input h4 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #515151;
}

.login-input input {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #515151;
  width: 100%;
  margin-top: 8px;
  outline: none;
  padding: 12px 20px;
  transition: 0.2s all ease;
  border: 1px solid #C8C8C8;
}

.login-input input:hover {
  border-color: #8A2D9E;
}

.login-input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #515151;
}

.forget-password a {
  font-weight: 400;
  font-size: 16px;
  color: #3D0C46;
  text-decoration: underline;
  letter-spacing: -0.32px;
  transition: 0.2s all ease;
  display: inline-block;
  margin-top: 18px;
}

.forget-password a:hover {
  color: #C059DC;
}

.login-submit button {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.28px;
  background: #C059DC;
  border: none;
  width: 100%;
  padding: 12px;
  margin-top: 18px;
  transition: 0.2s all ease;
}

.login-submit button:hover {
  background: #8A2D9E;
}

.login-submit a {
  font-weight: 700;
  font-size: 14px;
  padding: 12px;
  text-align: center;
  margin-top: 12px;
  color: #3D0C46;
  border: 1px solid #C059DC;
  display: block;
  letter-spacing: -0.28px;
  transition: 0.2s all ease;
}

.login-submit a:hover {
  background: #8A2D9E;
  color: #ffffff;
}

.login-right {
  padding: 32px 64px;
  background: #ffffff;
  text-align: center;
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  align-items: center;
}

.login-logo img {
  max-width: 99px;
}

.login-right h3 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
  color: #3D0C46;
  margin-top: 24px;
}

.login-right p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 24px;
  margin-top: 20px;
  color: #3D0C46;
}

.login-right a {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-top: 24px;
  background: #C059DC;
  padding: 12px;
  display: block;
  text-align: center;
  transition: 0.2s all ease;
}

.login-right a:hover {
  background: #8A2D9E;
}

/*==contact-page==*/
.basket-area2 {
  padding: 0;
  padding-top: 82px;
}

.contact-title {
  max-width: 520px;
  margin: auto;
  text-align: center;
}

.contact-title h4 {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.contact-title h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 52px;
  color: #3D0C46;
  letter-spacing: -0.52px;
  line-height: 120%;
  margin-top: 20px;
}

.contact-title p {
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  color: #3D0C46;
  letter-spacing: -0.28px;
}

.contact-flex {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 24px;
  margin-top: 80px;
}

.contact-item {
  text-align: center;
}

.contact-item-img {
  min-height: 210px;
}

.contact-item-img img {
  max-width: 190px;
  width: 100%;
}

.contact-item h3 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 22px;
  color: #3D0C46;
  letter-spacing: -0.228px;
  margin-top: 40px;
}

.contact-item a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #3D0C46;
  display: inline-block;
  margin-top: 10px;
  transition: 0.2s all ease;
}

.contact-item a:hover {
  color: #C059DC;
}

.contact-item p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #3D0C46;
  margin-top: 20px;
}

.contact-form-main {
  max-width: 688px;
  margin: auto;
}

.contact-form-title {
  margin-bottom: 33px;
  text-align: center;
}

.contact-form-title h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #8A2D9E;
}

.contact-form-title h3 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
  color: #3D0C46;
  margin-top: 14px;
}

.contact-form-area {
  background: #ffffff;
  padding-top: 48px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 89px;
}


/*==onas-project==*/
.smalls-area {
  background: #FBF5FE;
  padding-top: 84px;
}

.smalls-main {
  display: grid;
  grid-template-columns: 46% auto;
  column-gap: 120px;
  align-items: center;
}

.smalls-right img {
  width: 100%;
}

.vector1-bg img {
  width: 100%;
}

.smalls-left h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #8A2D9E;
}

.smalls-left h3 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
  color: #3D0C46;
  margin-top: 14px;
  line-height: 47px;
}

.smalls-left p {
  font-weight: 400;
  font-size: 14px;
  color: #3D0C46;
  line-height: 21px;
  letter-spacing: -0.28px;
  margin-top: 32px;
}




.small-area {
  background: #ffffff;
  padding: 96px 0 154px 0;
} 

.small-main {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
  margin-top: 84px;
} 

.small-item {
  text-align: center;
}

.small-cnt {
  padding: 0 25px;
}

.small-img img {
  width: 100%;
}

.small-cnt h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.28px;
  margin-top: 40px;
  color: #8A2D9E;
}

.small-cnt h3 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 26px;
  color: #3D0C46;
  letter-spacing: -0.256px;
  line-height: 33.319px;
  margin-top: 14px;
}

.small-cnt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #3D0C46;
  letter-spacing: -0.28px;
  margin-top: 25px;
}








.season-main2 {
  margin-top: 50px;
}

.season-area2 {
  padding-top: 95px;
}

.subheading-area {
  background: #C059DC;
  padding-bottom: 76px;
}

.subheading-main {
  display: grid;
  grid-template-columns: 47% auto;
  column-gap: 120px;
  align-items: center;
}

.subheading-right img {
  width: 100%;
}

.vector-6-bg img {
  width: 100%;
}

.subheading-left h4 {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.28px;
}

.subheading-left {
  padding-right: 50px;
}

.subheading-left h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
  color: #ffffff;
  line-height: 47.437px;
  margin-top: 14px;
}

.subheading-left p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
  margin-top: 32px;
  letter-spacing: -0.28px;
}

.onas-hero-area {
  background: url('images/ones-hero.png') no-repeat;
  background-position:right center;
  background-size: cover;
  padding: 44px 0;
  position: relative;

}

.onas-hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F3A7AB;
  background: linear-gradient(86deg, rgba(243, 167, 171, 1) 47%, rgba(105, 149, 199, 0) 60%);
}

.onas-hero-main h4 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #ffffff;
}

.onas-hero-main {
  max-width: 463px;
  position: relative;
  z-index: 2;
}

.onas-hero-main h2 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 52px;
  color: #ffffff;
  letter-spacing: -0.52px;
  line-height: 120%;
  margin-top: 20px;
}

.onas-hero-main p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: -0.28px;
}

/*==chose-page==*/
.chose-area {
  background: url('images/chose-hero-bg.png') no-repeat;
  background-position:right center;
  background-size: cover;
  padding: 44px 0;
  position: relative;

}

.chose-inner-area {
  background: #ffffff;
  padding: 98px 0 113px 0;
}

.chose-inner-title {
  max-width: 557px;
  margin: auto;
  text-align: center;
}

.chose-inner-title h4 {
  font-weight: 500;
  font-size: 14px;
  color: #8A2D9E;
  letter-spacing: -0.28px;
}

.chose-inner-title h3 {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
  color: #3D0C46;
  margin-top: 14px;
}

.chose-inner-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #3D0C46;
  margin-top: 25px;
  letter-spacing: -0.28px;
}

.chose-inner-box-wrap {
  margin-top: 98px;
  position: relative;
}

.chose-inner-box-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-left: 5px dashed #C059DC;
  z-index: 1;
}

.chose-inner-box {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 152px;
  border-radius: 32px;
  background: #FBF5FE;
  padding: 64px;
  align-items: center;
  margin-top: 63px;
  position: relative;
  z-index: 2;
}

.inner-box-right img {
  width: 100%;
}

.inner-box-left h4 {
  font-weight: 500;
  font-size: 14px;
  color: #8A2D9E;
  text-transform: uppercase;
  letter-spacing: -0.28px;
}

.inner-box-left h3 {
  font-family: "Arima", system-ui;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.365px;
  color: #3D0C46;
  margin-top: 14px;
}

.inner-box-left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-top: 25px;
  letter-spacing: -0.28px;
  color: #3D0C46;
}

.chose-inner-box3 {
  background: #3D0C46;
}

.inner-box-left3 h4,
.inner-box-left3 h3,
.inner-box-left3 p {
  color: #ffffff;
}



