:root {
  --primary: "Open Sans", sans-serif;
  --secondary: "Lemontine";
  --tertiary: "Merriweather";
  --lorange: #ff917c;
  --lorange1: #f5ac9f;
  --lgray: #bdbdbd;
  --light-bg: #f8f3ef;
  --lyellow: #fff8ee;
  --gray2: #efefef;
  --gap: 5rem;
}
@font-face {
  font-family: "Lemontine";
  src: url(../fonts/Lemontine.ttf) format('truetype');
}

@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-Regular.ttf) format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: "Merriweather";
  src: url(../fonts/Merriweather-Bold.ttf) format('truetype');
  font-weight: 500;
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: var(--gray2);
}
a {
  cursor: pointer !important;
}
b {
  font-weight: 700;
}
/* Gap */
.sec-padd-t {
  padding-top: var(--gap);
}
.sec-padd-b {
  padding-bottom: var(--gap);
}
.sec-padd {
  padding: var(--gap) 0 var(--gap) 0;
}
/* Gap end */
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.5rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.6rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
}
img {
  max-width: 100%;
}
/* header */
header{
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: rgba(171, 171, 171, 0.41) 0px 0px 2px 0px;
}
.navbar-brand img {
  height: 80px;
}
header .bg-black{
  padding: 6px 0;
}
header .bg-black a{
  color: var(--bs-white);
  font-size: 17px;
  font-family: serif;
}
header .nav-item a {
  font-weight: 400;
  color: var(--bs-black);
}
header .nav-item a:hover,
header .navbar-nav .nav-link.active {
  color: var(--lorange);
}
.dropdown-item.active, .dropdown-item:active{
  background: var(--bs-dropdown-link-hover-bg) !important;
}

header .dropdown-menu{
  padding: 0;
}
.dropdown-menu:before {
  content: '';
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  top: -12px;
  left: 20%;
  position: absolute;
  filter: drop-shadow(0px -1px 1px rgb(0 0 0 / 0.1));
}
header .dropdown-menu.show{
  top: 42px;
  position: relative;
}
header .dropdown-menu li a{
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid #c5c4c46b;
  margin: 0;
  padding: 1rem 1rem;
  margin-left: 0;
  text-transform: capitalize;
  transition: all 0.5s ease;
  min-width: 130px;
}

.navbar-nav {
  gap: 2rem;
}
.header-search li {
  position: relative;
}
.header-search img {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 10px;
  height: 14px;
}
.header-search input {
  border: 1px solid var(--lorange1);
  box-shadow: none !important;
  outline: none !important;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  width: 200px;
  color: var(--bs-black);
  font-size: 1.4rem;
  border-radius: 4px;
}
.header-search input::placeholder {
  color: var(--lgray);
}
.header-icon li img {
  height: 25px;
}
.header-icon span {
  position: absolute;
  top: -4px;
  right: -14px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--lgray);
  color: var(--bs-white);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px;
}
.header-icon li {
  position: relative;
}
.c-heading {
  color: var(--bs-black);
  text-align: center;
  text-transform: capitalize;
  font-family: var(--tertiary);
  font-weight: 400;
}
.c-heading span {
  color: var(--lorange);
}
p {
  font-size: 1.6rem;
  color: var(--bs-black);
  font-weight: 400;
}
.pink-btn {
  background: var(--lorange);
  color: var(--bs-white);
  font-family: var(--tertiary);
  font-weight: 300;
  border: none;
  padding: 1.2rem 2rem;
  border-radius: 4px;
  font-size: 2rem;
  /* font-weight: 700; */
  transition: 0.5s;
  max-width: 220px;
  width: 100%;
  border-radius: 1rem;
  display: inline-block;
  text-align: center;
}

.shadow-img img {
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 62%);
  border-radius: 4px;
}
.outer-bullets {
  padding-bottom: 5rem;
}
.outer-bullets .swiper-pagination-bullet {
  background: #c3c3c3;
  width: 10px;
  height: 10px;
}
.arrow-color .swiper-button-next,.arrow-color .swiper-button-prev{
background: var(--lorange);
padding: 1rem;
border-radius: 50%;
width: 40px;
height: 40px;
}
.arrow-color .swiper-button-next::after,.arrow-color .swiper-button-prev::after{
  color: var(--bs-white);
  font-size: 2rem;
}
.outer-bullets .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
hr {
  border-color: #8f6347;
}
.swiper-container {
  display: flex;
  width: 100%;
  height: 710px;
}

/* Thumbs Swiper */
.thumbs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  position: relative;
}
.thumbs-container .swiper-vertical .swiper-wrapper {
  gap: 7rem;
}
.thumbs-swiper {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
.main-swiper {
  width: 70%;
}

.thumbs-swiper img,
.main-swiper img {
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 62%);
}

/*
.thumbs-swiper .swiper-slide{
 height: auto !important;
} */

.thumbs-container .swiper-button-prev {
  margin-bottom: 10px;
  top: 0;
  left: 50%;
  transform: rotate(90deg);
  color: var(--bs-black);
  opacity: 1;
}

.thumbs-container .swiper-button-next {
  top: auto;
  margin-bottom: 10px;
  bottom: 0;
  left: 50%;
  transform: rotate(90deg);
  color: var(--bs-black);
  opacity: 1;
}
.thumbs-container .swiper-button-prev::after,
.thumbs-container .swiper-button-next::after {
  font-size: 2.2rem;
}
.testi-div h4 {
  color: var(--bs-white);
  padding: 2rem 0;
  text-align: center;
}
.testi-div {
  background: #ff917c;
  padding: 2rem 4rem;
  text-align: left;
  position: relative;
}
.testi-div p{
  color: var(--bs-white);
  font-size: 2rem;
  margin: 2rem;
  border: 4px solid var(--bs-white);
  padding: 3rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.testi-div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -43px;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  border-width: 23px;
  border-style: solid;
  border-color: transparent #ff917c transparent transparent;
}
.custom-gap {
  --bs-gutter-x: 6rem;
}
.bg_light {
  background: var(--light-bg);
}
.subtitle {
  color: var(--bs-black);
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  font-size: 2.5rem;
}
.news-input {
  position: relative;
}
.news-input input {
  border: 1px solid var(--lorange1);
  box-shadow: none !important;
  outline: none !important;
  padding: 1.4rem 6rem 1.4rem 1.4rem;
  width: 100%;
  color: var(--bs-black);
  font-size: 1.6rem;
  border-radius: 4px;
  background: transparent;
  color: var(--lorange);
}
.news-input input::placeholder {
  color: var(--lorange);
  font-size: 1.6rem;
}
.news-input span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  height: 25px;
}
.bg-yellow {
  background: var(--lyellow);
}
.home-pattern{
  position: relative;
 /* background: rgb(255,145,124);
  background: linear-gradient(90deg, rgba(255, 146, 124, 0.525) 0%, rgba(255,255,255,1) 100%);; */
}
.home-pattern::after, .home-lahga::after, .fushion-home::after,.trousseau-home::after,
.home-pslider::after, .own-home::after,.option-home::after,.home-testi::after, .product_list::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
z-index: -1;
  background: url(../images/pattern.webp) 125% 140% / 800px no-repeat;
}
.home-lahga::after{
  background: url(../images/pattern.webp) 137% 5% / 800px no-repeat;
  margin-top: -22%;

}
.fushion-home::after{
  background: url(../images/pattern.webp) -70% 0% / 900px no-repeat;
  margin-top: -106px;
}
.home-category, .home-lahga, .fushion-home, .trousseau-home, .home-pslider, .own-home, .option-home,.home-testi,.product_list {
  position: relative;
}
.trousseau-home::after{
  background: url(../images/pattern.webp) 199% 1% / 1100px no-repeat;
  margin-top: -392px;
}
.home-pslider::after {
  background: url(../images/pattern.webp) -75% 1% / 1100px no-repeat;
  margin-top: -392px;
}

.home-category::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern2.webp) -76% -23% / 1000px no-repeat;
  z-index: -1;
  margin-top: -140px;
}
.own-home::after{
  background: url(../images/pattern2.webp) 279% 0% / 1200px no-repeat;
  z-index: -1;
  margin-top: -480px;
}
.option-home::after{
  background: url(../images/pattern2.webp) -81% 0% / 1100px no-repeat;
  z-index: -1;
  margin-top: -480px;
}
.home-testi::after{
  background: url(../images/pattern2.webp) 47% 0 / cover no-repeat;
  z-index: -1;
  margin-top: -26%;
}
.product_list::after {
  background: url(../images/pattern2.webp) 256% 0% / 1200px no-repeat;
  z-index: -1;
  margin-top: -300px;
}
/* about */
.white-bullet .swiper-pagination-bullet {
  background: var(--bs-white);
}
.about-slider {
  background: url(../images/about/gradient.webp) center bottom / contain
    no-repeat;
}
.about-vision {
  background: url(../images/about/vision-bg.webp) center center / cover no-repeat;
}
.about-vision p {
  color: var(--bs-white);
  font-size: 2rem;
  font-style: italic;
  text-transform: capitalize;
}
.about-meet {
  background: url(../images/about/mahira-bg.webp) center center / contain
    no-repeat;
}
.d-font{
  font-family: var(--secondary);
}
.mix-img{
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem;

}
.mix-img img:nth-child(1){
  position: absolute;
  width: 80%;
  height: 80%;
  transform: translate(-3%, -32%);
  object-fit: contain;
}
.mix-img img:nth-child(2){
  width: 40%;
  height: 40%;
  margin-top: 10rem;
  margin-left: -10%;
}
/* end about */

.copyright {
  background: var(--lorange1);
  text-align: center;
  padding: 1rem;
}
.copyright p {
  margin-bottom: 0;
}
.m-show,
.nav-show {
  display: none;
}
.subheading-swiper h4 {
  color: var(--bs-black);
  font-size: 1.6rem;
  margin-top: 2rem;
}
.subheading-swiper img {
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 62%);
  border-radius: 4px;
}
.subheading-swiper .swiper-slide {
  transform: scale(0.8);
  transition: 0.5s;
}
.subheading-swiper .swiper-slide-thumb-active {
  transform: scale(1.1);
}
.footer-top{
  background: #fff6f4;
  padding: 0;
}
footer .news-input form {
  display: flex;
  gap: 2rem;
}
.c-title{
  font-size: 2rem;
  text-align: center;
  color: var(--bs-black);
}
footer  .news-input input{
padding: 1rem 6rem 1rem 1rem;
font-size: 1.4rem;
width: 100%;
}
footer input[type="submit"]{
width: auto;
padding: 1rem 3rem;
background: var(--lorange);
color: var(--bs-white);
}
.opacity-7{
  opacity: 0.2;
}
.footer-middle p img{
  height: 25px;
}
.footer-social {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 1.5rem;
  justify-content: center;
  padding: 3rem 0;
}
.footer-social  li img{
  height: 40px;
  width: 40px;
}
.footer-middle .c-heading{
  font-family: var(--secondary);
  text-transform: none;
}
.footer-nav{
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  padding-bottom: 2rem;

}
.footer-nav li a{
  color: var(--bs-black);
}
.slider-3d{
  padding: 5rem 0;
}
.slider-3d .swiper-slide{
  transform: scale(0.6);
  transition: all 0.5s;
}
.slider-3d .swiper-slide img{
      background: #d1d7e0;
      height: 600px;
      transform: scale(1.2);
      z-index: 9;
      position: relative;
}

.slider-3d .swiper-slide-next::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71%;
  height: 100%;
  background: url(../images/product/mobile-frame.webp) center center / contain no-repeat;
  border-radius: 5rem;
  /* background-color: #faf7f0; */
}

.slider-3d .swiper-slide-next::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 100%;
  border-radius: 5rem;
  background-color: #faf7f0;
}

.border-shadow img{
  box-shadow: 0px 2px 4px 7px #dadada;
  border: 4px solid var(--bs-white);
}
.slider-3d .swiper-slide-next{
  transform: scale(1);
  position: relative;
  /* background: #fff; */
  border-radius: 8rem;

}
.slider-3d .swiper-slide-next img{
  border: none;
  background: transparent;
  box-shadow: none;
  padding-top: 7rem;
  border-radius: 8rem;
}
.slider-3d .swiper-button-next::after, .slider-3d .swiper-button-prev::after{
color: var(--bs-black);
}
.after_img{
  position: relative;
}
.after_img::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/bg-img.webp) center center/cover no-repeat;
  width: 100%;
  height: auto;
}
.model-custom h4{
   color: var(--lorange);
   font-size: 2rem;
   text-align: center;
   margin-bottom: 2rem;
}
.model-custom .modal-body img{
  height: 150px;
  margin: 0 auto;
  display: block;
  padding-bottom: 1rem;
}
.model-custom .modal-body{
padding-top: 2rem;
padding-bottom: 5rem;
}
.model-custom p{
text-align: center;
font-size: 1.4rem;
margin-bottom: 6px;
}
.product-list .product-img img{
  box-shadow: 0px 2px 4px 7px #ffd8d0;
  border: 4px solid var(--bs-white);
}
.product-list .product-desc{
  margin: 3rem 0;
  /* display: flex;
  align-items: center;
  gap: 13px; */
}
/* .product-list .product-desc a:first-child{
  flex-basis: 66%;
} */
.custom_a{
  color: var(--lorange);
  display: flex;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.custom_a img{
  height: 18px;
  margin-right: 5px;
}
.product-list .product-desc h4{
  color: var(--bs-black);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
}
.product-list .product-desc h4 span{
  display: block;
}
.paginaton{
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.paginaton li a{
  color: var(--bs-black);
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: all 0.4s;
  border: 1px solid var(--lorange);

}
.paginaton li a.active{
  background: var(--lorange);
  color: var(--bs-white);
}
.details-slider .thumbs-container .swiper-vertical .swiper-wrapper{
gap: 0;
}
.bg-pattern{
  background: url("../images/img.webp") center center / cover no-repeat;
}
.size-options {
  display: flex;
 gap: 1.5rem;
 margin-bottom: 1rem;
 flex-wrap: wrap;
}
.custom-radio {
  display: flex;
  align-items: center;
}

.custom-radio input[type="radio"] {
  display: none;
}
.add_more{
  margin-bottom: 2rem;
  margin-top: 1rem;
  background: transparent;
  border: none;
  color: #3762ea;
  font-weight: 500;
  font-size: 13px;
}
.c_switch{
  display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 15px;
}
.c_switch label{
  font-size: 13px;
}

.custom-radio label {
  position: relative;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}

.custom-radio label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-radio input[type="radio"]:checked + label::before {
  background-color: #348655;
  border-color: #348655;
}

.custom-radio label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.3s;
}

.custom-radio input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(1);
}

.option-text {
  padding: 5px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: var(--bs-white);
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
  font-weight: 500;
  border-color: #e5e5e5;
  color: var(--bs-black);
  border-radius: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.custom_radio-btn a{
  padding: 5px;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: 500;
  border-color:var(--lorange);
  color: var(--lorange) !important;
  font-family: sans-serif;
  font-size: 1.4rem;
  height: 40px;
  background: transparent ;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}

.custom-radio input[type="radio"]:checked + label .option-text {
  background-color: var(--lorange);
  border-color: var(--lorange);
  color: var(--bs-white);
}
.product-des h1{
  color: var(--bs-black);
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--tertiary);
  font-size: 3rem;
  margin-bottom: 3rem;
}
.p-size h4{
  color: var(--lgray);
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
.p-size h4 span{
  color: var(--bs-black);
  margin-right: 10px;
}
.p-size a{
  color: var(--lorange);
}

.fit-info img{
  height: 30px;
}
.stand-info img{
  height: 20px;
}
.info1{
  padding-top: 1rem;
}
.info1 h4{
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--bs-black);
  font-size: 1.8rem;
  font-family: var(--tertiary);
  margin-bottom: 0.8rem;
}

.info1 p,.info1 ul li{
  color:#626262;
  font-size: 1.2rem;
}
.with-btn{
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.btn-dark, .btn-outline {
  background: #fdb1a3;
  color: var(--bs-black) !important;
  padding: 0.8rem;
  min-width: 220px;
  text-align: center;
  font-size: 2rem;
  font-family: var(--tertiary);
  font-weight: 400;
}
.btn-outline{
  background: var(--bs-white);
  border: 1px solid var(--bs-black);
}
.check-info{
  margin-top: 1rem;
  padding-top: 1rem;
}
.flex-1{
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  align-items: center;
}
.flex-1 .right1 h4{
  color:#fd8a73;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.flex-1 .right1 h3, .flex-1 .right1 h3 p,.flex-1 .right1,.flex-1 .right1 h3 p span{
  color: var(--bs-black);
  font-size: 1.4rem !important;
  font-weight: 500;
  margin-bottom: 0;
  font-family: sans-serif;
}
.flex-1 .right1 h3 p{
  margin-top: 8px;
}
.flex-1 .right1 h3 p strong,.flex-1 .right1 h3 p strong span{
  color: #fd8a73 !important;
  font-weight: 400;
}
.flex-top{
  margin-top: 0.5rem;
}
.gift-info{
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.gift-info h4{
  margin-bottom: 0;
  font-size: 1.7rem;
  color:#fd8a73;
}
.gift-info h4 span{
  color: var(--bs-black);
}
 .left1 img{
  height: 30px;
}
.gift-info img{
  height: 25px;
}
.left1 input{
  accent-color: #2d2c2c;
}

.product-tab .nav-tabs{
  margin-bottom: 3rem;
}
.product-tab .nav-tabs .nav-link{
color: var(--bs-black);
text-transform: capitalize;
font-size: 1.7rem;
}
.product-tab .nav-tabs .nav-link.active{
  color: var(--lorange);
}
.product-tab .tab-content p{
  font-size: 1.6rem;
  font-weight: 300;
}
.whatsapp_fixed{
  position: fixed;
  right: 2rem;
  bottom: 10rem;
  z-index: 999;
}
.whatsapp_fixed img{
  height:50px
}
.main_testi{
  position: relative;
}
.home-testimonial img{
  height: 450px;
  margin-top: 13%;
}
.home-testimonial{
 padding-top: 4rem;
}
.testi-div{
  position: absolute;
  top: 0;
  width: 60%;
  right: -30%;
  z-index: -1;
  margin-top: 0;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}
.testi-div::before{
  display: none;
}
.guide_modal .modal-header, .model-custom .modal-header{
  background: var(--lorange);
}
.guide_modal .modal-title, .model-custom .modal-title{
  color: var(--bs-white);
  font-weight: 500;
  font-size: 1.6rem;
}
.guide_modal .btn-close, .model-custom .btn-close{
  box-shadow: none !important;
  opacity: 1;
  filter: brightness(0) invert(1);

}
.custom_size {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: end;
  margin-bottom: 1.5rem;
}
.custom_size  label{
  color: var(--bs-black);
}
.custom_size input{
  box-shadow: none !important;
 transition: all 0.3s;
 background-color: var(--bs-black);
 transition: background-position .15s ease-in-out !important;
 border-color: var(--bs-black) !important;
 background-color: var(--bs-black) !important;

}
.custom_size input:checked {
  background-color: var(--bs-black);
  border-color: var(--bs-black);
}
.form-switch .form-check-input {
  background-position: left center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.guide_modal .nav-pills{
  margin-bottom: 0;
  margin-top: 1rem;
}
.guide_modal .nav-pills .nav-link{
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none !important;
  color: var(--bs-gray);
  font-size: 1.4rem;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.guide_modal .nav-pills .nav-link.active{
  color: var(--lorange);
  border-color: var(--lorange);
}
.guide_modal table th, .guide_modal table td{
  color: var(--bs-black);
  font-weight: 500;
  font-size: 1.4rem;
  padding: 1rem 0.5rem;
}
.table-fixed {
  table-layout: fixed;
  width: 100%;
}
.guide_modal form p, .guide_modal form label{
  font-size: 1.4rem;
  color: var(--bs-black);
}
.guide_modal form p{
  margin-bottom: 0.5rem;
}
.guide_modal form input{
  box-shadow: none !important;
}
.guide_modal .form-check-input:checked{
  background-color: var(--lorange);
  border-color: var(--lorange);
}
.guide_modal form .form-control{
  font-size: 1.3rem;
  padding: 0.8rem 1rem;
}
.guide_modal form .form-control::placeholder{
  color: var(--bs-gray);
}
.guide_modal form input[type="submit"]{
  background: var(--lorange);
  color: var(--bs-white);
  font-weight: 500;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  width: 100%;
}
.guide_modal .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

#colorSearch {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0.8rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  outline: none !important;
}
#colorDropdown::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#colorDropdown::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#colorDropdown::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: gray;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-content label {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-content label:hover {
  background-color: #f1f1f1;
}

.dropdown-content input[type="radio"] {
  margin-right: 10px;
}

.color-box {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 3px;
}
.form_link{
  color: var(--lorange);
  font-size: 1.3rem;
  margin-top: 10px;
  display: inline-block;
}
.p_info{
  font-size: 1.2rem !important;
  color: gray;
  font-weight: 300;
  border: 1px solid gray;
  padding: 0.5rem;
}
.p_info span{
  font-weight: 600 ;
}
.zoomContainer{
  z-index: 9 !important;
}
.zoomWindowContainer div{
  width: 100% !important;
  height: 100% !important;
}
/* Video container with aspect ratio */
.video-container {
  position: relative;
  width: 100%;
  /* padding-bottom: 56.25%; */
  overflow: hidden;
  background-color: #000; /* Black background to fill gaps */
  height: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bridal_list .product-list .product-img img{
 border: none;
  box-shadow: none;
  max-height: 450px;
}
.bridal_list .product-list .product-img{
  position: relative;
  text-align: center;
}
.bridal_list .product-list .product-img::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background:url(../images/product/circle-pattern.webp) left center / contain no-repeat ;
  z-index: -1;
}
.custom_list .product-list .product-img img{
 border:none;
  box-shadow: none;
  max-height: 400px;
  object-fit: contain;
  border-radius: 50%;
  position: relative;
}
.custom_list.client_list .product-img img{
  height: 400px;
  object-fit: cover;
}
.custom_list .outer-bullets .swiper-pagination-bullet{
  background: var(--bs-white);
}
.custom_list .product-list{
  position: relative;
}
.custom_list .row{
  padding-top: 5rem;
}
.custom_list .row:nth-child(even){
  flex-direction: row-reverse;
}

.custom_list .product-list::after{
  content: "";
  position: absolute;
  top: 30%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: url(../images/product/pattern.webp) center center / contain no-repeat;
  z-index: -1;
  transform: rotate(180deg);
}
.custom_list .row:nth-child(even)  .product-list::after{
  top: 30%;
  left: -55px;
  transform: rotate(346deg);
}
.custom_list .product-list{
  padding-right: 10rem;
}
.custom_list .row:nth-child(even)  .product-list{
  padding-left: 10rem;
  padding-right:0 ;
}

.custom_list .product-list .swiper-slide{
  text-align: center;
}
.contact_sec h3{
  color: var(--bs-black);
}
.contact_sec form{
  background: var(--lorange);
  color: var(--bs-white);
  padding:4rem  3rem;
  border-radius: 1rem;
}
.contact_sec form h3{
  color: var(--bs-white);
  text-align: center;
  padding-bottom:2rem ;
}
.contact_sec form .form-control{
  font-size: 1.6rem;
  box-shadow: none !important;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.contact_sec form .form-control::placeholder{
  color: var(--lgray);
}
.contact_sec form input[type="submit"]{
  font-size: 1.6rem;
  background: var(--bs-white);
  color: var(--lorange);
  padding: 1rem;
  font-family: var(--tertiary);
  font-weight: 400;
  border: none;
  padding: 1rem 2rem;
  border-radius: 4px;
  transition: 0.5s;
  width: 160px;
  display: inline-block;
  text-align: center;
}
.contact_info{
  list-style: none;
  padding-left: 0;
  margin-top: 3rem;
}
.contact_info li{
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  color: var(--bs-black);
}
.contact_info li span{
  background: var(--lorange);
  border-radius: 50%;
  padding: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_info li a{
  color: var(--bs-black);
  margin-top: 6px;
}
.contact_info li a:hover{
  color: var(--lorange);
}
.privacy_sec{
  margin-bottom: 3rem;
}
.privacy_sec h1{
color: var(--bs-black);
text-align: center;
margin-bottom: 2rem;
font-size: 3.5rem;
}
.privacy_sec h2, .privacy_sec h3{
  color: var(--bs-black);
  margin: 2rem 0;
  font-size: 2.6rem;
  font-weight: 500;
}
.privacy_sec h3{
  font-size: 2.2rem;
}
.privacy_sec  a{
  color: var(--lorange);
}
.privacy_sec p, .privacy_sec ul{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #000;
font-weight: 300;
}
.privacy_sec ul{
  margin-top: 2rem;
  padding-left: 3rem;
}
.client_create{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding:6rem 4rem;
  text-align: center;
  margin: 3rem;
}
.client_create p{
  margin-bottom: 3rem;
}
.client_create a{
  width: 180px;
  height: 50px;
  font-size: 1.6rem;
  padding:12px 8px;
}
.bg-outfit{
background: #fffaf7;
}
.outfit_img_div{
  position: sticky;
  top: 140px;
  /* mix-blend-mode: multiply; */

}
.mySwiperthumb .swiper-button-next{
  right: 0;
  width: 35px;
  height: 35px;
}
.mySwiperthumb .swiper-button-prev{
  left: 0;
  width: 35px;
  height: 35px;
}
.mySwiperthumb .swiper-button-next::after,.mySwiperthumb .swiper-button-prev::after{
  font-size: 1.6rem;
  font-weight: 600;
}

.bg-outfit .c-heading{
  font-family: var(--primary);

}
.bg-outfit .c-heading span{
  font-family: var(--secondary);
  color: #a76448;
  font-size: 10rem;
  font-weight: 500;
}
.radio-button-group {
  display: flex;
  gap: 10px;
}

.radio-button-group input[type="radio"] {
  display: none;
}

.custom-radio-btn {
  display: inline-block;
  padding: 8px;
  border: 1px solid var(--bs-black);
  border-radius: 5px;
  background-color: transparent;
  color: var(--bs-black);
  cursor: pointer;
  max-width: 200px;
  width: 100%;
  min-width: 100px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

input[type="radio"]:checked + .custom-radio-btn {
  background-color: var(--lorange);
  color: var(--bs-black);
  border-color: var(--lorange);

}

.custom-radio-btn:hover {
  background-color: var(--lorange);
  color: var(--bs-black);
  border-color: var(--lorange);

}
.bg-outfit form{
  background: rgb(255 255 255 / 50%);
  padding: 3rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  backdrop-filter: blur(4px);

}
.bg-outfit form label{
  margin-bottom: 1rem;
}
.bg-outfit form .radio-group{
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
/* .outfit-img{
  background-image: url(../images/product/outfit-img.webp) ;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
} */

.client-banner{
  height: 150px;
  object-fit: cover;
}
#basic-addon1{
  padding: 0;
}
#customOutfitForm #currency{
  font-size: 1.6rem;
  height: 100%;
}
#customOutfitForm .input-group .input-group-text{
  padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-size: 1.5rem;
}
.image-container {
  position: relative;
  width: 450px; /* Ensure container width matches the image width */
  height: 280px; /* Ensure container height matches the image height */
  overflow: hidden;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-name: crossfade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 16s;
  object-fit: contain;
}

.image-container img:nth-of-type(1) {
  animation-delay: 0s;
}
.image-container img:nth-of-type(2) {
  animation-delay: 4s;
}
.image-container img:nth-of-type(3) {
  animation-delay: 8s;
}
/* .image-container img:nth-of-type(4) {
  animation-delay: 12s;
} */

@keyframes crossfade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* custom */
.home-category .mySwiper01  [aria-label="4 / 5"],.home-category .mySwiper01  [aria-label="5 / 5"] {
  display: none; /* Hides the element */
}
form .text-danger{
  font-size: 1.4rem;
    margin-top: 10px;
    display: block;
}
#swal2-title{
  color: var(--lorange);
  font-size: 2.4rem;
}
#swal2-html-container{
  font-size: 1.6rem;
}
.swal2-confirm.swal2-styled{
  background: var(--lorange);
  font-size: 1.4rem;
  width: 100px;
}
.bg-outfit form .form-control, .checkout_page form .form-control{
  font-size: 1.6rem;
}
.checkout_page form label {
  margin-bottom: 1rem;
}
.btn-danger.btn-sm.mt-4{
  font-size: 1.4rem;
    padding: 5px 2rem;
}
.product_d a{
  color: var(--lorange);
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  text-transform: capitalize;

}
#coupon_code{
  font-size: 1.6rem;
  padding: 0.8rem 1rem;
  box-shadow: none !important;
}
#check_coupon{
  background: var(--lorange);
  color: var(--bs-black);
  border: none;
  font-size: 1.6rem;
  padding: 0.8rem 1.4rem;
}
#search-results, .currency_nav ul{
  position: absolute;
    top: 34px;
    background-color: var(--bs-white);
    width: 100%;
    z-index: 11;
    max-height: 260px;
    overflow: auto;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#search-results li, .currency_nav ul li a {
  border-bottom: 1px solid #f4f4f4;
}
#search-results li a, .currency_nav ul li a{
  color: var(--bs-black);
    font-weight: 500;
    font-size: 14px;
    padding: 7px 15px;
    display: block;
}
#search-results li a:hover{
  color: var(--lorange);
}
header .nav-item a:focus{
  color: var(--bs-black);
}
.currency_nav{
  margin-bottom: 0;
  list-style: none;
  font-size: 1.4rem;
}
.currency_nav li  ul{
  position: absolute !important;
  top: auto;
overflow-x: hidden;
}
#customOutfitForm .out_condition p{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: #000000;
  font-weight: 600;
  font-family: system-ui;
}

.out_condition p span{
  font-size: 18px;
  margin-top: 6px;
}
.out_condition{
  margin-bottom: 3rem;
}
.product_price{
  font-size: 2.4rem !important;
  margin-top: -2rem !important;
}
.last_p{
    font-family: aria;
    font-size: 2.4rem !important;
    text-align: center;
}
#pills-sizeknow .col-md-5 .d-md-block{
position: sticky;
top: 10px;
}

.help_accordian .accordion-header button{
  box-shadow: none !important;
  font-size: 1.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.help_accordian .accordion-collapse{
 transition: all 0.3s;
}
.help_accordian .accordion-button:not(.collapsed){
  background: var(--lorange);
  color: var(--bs-white);
}
.help_accordian .accordion-button::after{

filter: brightness(0) invert(1);
background-size: 2rem;
height: 2rem;
width: 2rem;
font-weight: 600;
}
.help_accordian .accordion-body{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.shop_details .short_div form{
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: end;
}
.shop_details .short_div {
  margin-bottom: 4rem;

}
.shop_details .short_div form label{
  color: var(--bs-black);
  font-size: 1.5rem;
}
.shop_details .short_div form select{
  width: 250px;
  font-size: 1.6rem;
  box-shadow: none !important;
}
.product-list .product-desc h4 .out_stock, .product-des .product_price span{
  display: inline-block;
  background: #ff918d;
  padding: 2px 10px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 3px;
}
.product-des .product_price span{
  text-transform: none;
  padding-top: 3px;
}

nav ul.pagination{
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
nav ul.pagination .page-link{
  font-size: 1.6rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-black);
  box-shadow: none !important;
}
nav ul.pagination  .page-item.active .page-link{
  background: var(--lorange);
  border-color: var(--lorange);
  color: var(--bs-white);
}

.mobile_circle img{
  border-radius: 50%;
  border: 2px solid var(--lorange);
}

.main_testi .testi-div p img{
  width: auto;
  height: auto;
  margin-top: 0;
  box-shadow: none !important;
}
.card-front form .error-text, .card-back form .error-text{
  color: #fff;
  text-align: left;
  margin: 10px;
  color: #fff;
  font-weight: 300;
  font-family: sans-serif;
  font-size: 12px;
}
.card-3d-wrap{
  height: 500px !important;
}
/* mobile css */

@media (min-width:1200px) and (max-width:1400px) {
  .slider-3d .swiper-slide-next::before{
    height: 82%;
  }
}
@media (min-width:600px) and (max-width:1200px){
  .slider-3d .swiper-slide-next::before{
    height: 70%;
  }
}

@media (min-width:991px) and (max-width:1400px) {
  .navbar-nav {
    gap: 1rem;
}
.header-search input{
  width: 170px;
}
.header-icon li img {
  height: 22px;
}
.navbar-brand img {
  height: 75px;
}
}
@media (min-width:991px) and (max-width:1200px) {
  .navbar-brand img {
    height: 60px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 1.4rem;
  }
  .header-search input{
    width: 150px;
  }
}
@media (min-width:991px) {
  .footer-top .col-md-3,.footer-top .col-md-6{
    margin-top: 0;
  }
  .outfit_home .pt-5.pb-4, .customization_home .pt-5.pb-4{
padding-top: 5rem !important;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg #navbarNav {
    background: var(--bs-white);
    box-shadow: rgb(0 0 0 / 23%) 0px 0px 5px 1px;
    -moz-box-shadow: rgb(0 0 0 / 23%) 0px 0px 5px 1px;
    -webkit-box-shadow: rgb(0 0 0 / 23%) 0px 0px 5px 1px;
    padding: 2rem;
    z-index: 999;
    position: fixed;
    width: 70%;
    right: 0;
    top: 0;
    height: 100% !important;
    transition: 0s ease-in-out !important;
    transition: 0s ease !important;
    transform: translateX(35ch);
    transition-property: transform !important;
    transition-duration: 0.5s !important;
    transition-delay: 0.05s !important;
}
.navbar-expand-lg .navbar-collapse.show {
  transform: translateX(0ch) !important;
}
.navbar-brand img {
  height: 60px;
}
header .ms-auto.header-icon{
  margin-top: 2.5rem;
}
  .nav-hide {
    display: none;
  }
  header .nav-show{
    display: block;
  }
  header .navbar .container {
    padding-right: 2rem;
  }
  header .navbar .container .navbar-brand {
    order: 2;
    margin-right: 0;
  }

  header .navbar .container .navbar-toggler {
    order: 1;
  }
  .m-order {
    order: 3;
  }
  header .navbar-toggler {
    border: none;
    outline: none !important;
    box-shadow: none !important;
  }
  header .navbar-toggler-icon {
    background: url(../images/menu-bar.svg) center center / cover no-repeat;
    width: 40px;
    height: 40px;
  }
  .header-search input {
    width: 100%;
    padding: 0.8rem 0.8rem 0.8rem 5rem;
    font-size: 1.6rem;
  }
  .mobile-category h5 {
    color: var(--bs-black);
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0.8rem;
    font-weight: 400;
  }
  .header-search img {
    height: 17px;
  }
  header .dropdown-menu.show{
    top: 6px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  :root {
    --gap: 4rem;
  }
  .m-hide {
    display: none;
  }
  main{
    overflow-x: hidden;
  }
  .m-show,
  .nav-show {
    display: block;
  }
  .mobile-social-nav {
    display: flex;
    list-style: none;
    gap: 2rem;
    padding-left: 0;
  }
  .mobile-social-nav li img {
    height: 30px;
  }
  .home-about {
    padding-top: 2rem;
  }
  header .bg-black a{
    font-size: 10px;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
  p {
    font-size: 1.6rem;
  }
  .pink-btn {
    width: 180px;
  }
  .swiper-container {
    height: 260px;
  }
  .thumbs-swiper {
    margin-top: 3rem;
    margin-bottom: 8rem;
  }
  .thumbs-container .swiper-vertical .swiper-wrapper {
    gap: 0;
  }
  .home-testimonial img {
    width: 80%;
    margin: 0 auto;
  }
  .testi-div {
    margin-top: -1rem;
    border-radius: 1rem;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 62%);
  }

  .subtitle {
    font-size: 2.2rem;
    font-weight: 600;
  }
  .home_answer h3.c-heading {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 4rem;
  }
  .mobile-padd-0 .sec-padd {
    padding-top: 0;
    margin-top: 0 !important;
  }
  .home_answer {
    border-top: 1px solid var(--lorange);
  }
  .custom-gap {
    --bs-gutter-x: 0rem;
  }
.m-img{
  height: 100px;
}
.slider-3d .swiper-slide{
  transform: scale(1);
}
.after_img{
  padding-bottom: 0;
}
.product_list .c-heading{
  margin-bottom: 3rem;
}
.c-heading{
  font-size: 2.7rem;
}
.home-pattern::after{
  background-position: -17% 0%;
  margin-top: -237px;
  background-size: 500px;
}
.home-category::after{
  background-position: 126% -8%;
  background-size: 700px;
  margin-top: -140px;
}
.trousseau-home::after{
  background-position: 175% 1%;
  background-size: 700px;
  margin-top: -133px;
}
.home-pslider::after{
  background-position: 162% 1%;
  background-size: 600px;
  margin-top: -282px;
}
.own-home::after{
  background-position: -29% 0%;
  background-size: 800px;
  margin-top: -300px;

}
.option-home::after {
  background-position: 0% 0%;
  background-size: 600px;
  margin-top: -307px;

}
.home-testi::after{
  background-position: 43% 0%;
  background-size: 700px;
  margin-top: -324px;
}
.mobile-padd-0 .sec-padd.pt-5 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.footer-top .col-md-3:first-child{
  margin-top: 0;
}
.mpt-0{
  padding-top: 2rem;
}

.m-reverse{
  flex-direction: column-reverse;
}
.c-heading.text-start, .about-meet h2 {
  text-align: center !important;
}
.slider-3d .swiper-slide::after{
  content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 51%;
    height: 100%;
    background: url(../images/product/mobile-frame.webp) center center / contain no-repeat;
    border-radius: 3rem;
    background-color: transparent;
}
.slider-3d .swiper-slide::before{
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 98%;
  border-radius: 3rem;
  background-color: #dcdeeb;
}
.slider-3d .swiper-slide{
  position: relative;
  border-radius: 8rem;

}
.after_img::after{
  background: url(../images/pattern.webp);
  background-position: 87% 0%;
  background-size: cover;
  margin-top: -42px;

}
.product_list{
  padding-top: 3rem;
}
.slider-3d .swiper-slide img{
  border: none;
  box-shadow: none;
  padding-top: 5rem;
  border-radius: 8rem;
  height: 416px;
  background: transparent;
}
.slider-3d .swiper-button-next::after, .slider-3d .swiper-button-prev::after{
font-size: 3rem;
}
.product-list .product-desc a:first-child {
  flex-basis: 60%;
}
.arrow-color .swiper-button-next, .arrow-color .swiper-button-prev{
  width: 30px;
  height: 30px;
}
.arrow-color .swiper-button-next::after, .arrow-color .swiper-button-prev::after{
  font-size: 1.5rem;
}
.about-vision p{
  font-size: 1.7rem;
}
.about-vision {
  background: url(../images/about/vision-bg.webp) left center / cover no-repeat;
}
.mobile-paddt-0{
  padding-top: 0;
  margin-top: -2rem;
}
.home-testimonial img{
  height: 100%;
  width: 90%;
}
.testi-div{
  position: relative;
}
.testi-div{
  width: 100%;
  left: 0;
}
.home-testimonial {
  padding-top: 0rem;
}
.testi-div p{
  font-size: 1.8rem;
}
.about-meet{
  margin-top: 0 !important;
}
.mix-img img:nth-child(1){
  transform: translate(-32%, -32%);
}
.mix-img img:nth-child(2){
  margin-left: -40%;
}
.product-list .product-desc{
  margin-bottom: 0;
}
.product-list .product-img img {
  box-shadow: 0px 0px 5px 4px #ffd8d0;
  border: 4px solid var(--bs-white);
}
.btn-dark, .btn-outline{
  min-width: 180px;
  font-size: 1.8rem;
}
.bg-pattern{
  padding: 3rem 0;
}
.bg-pattern h2{
  font-size: 2.2rem;
}
.guide_modal .nav-pills .nav-link{
  font-size: 1.2rem;
}
.privacy_sec h1{
  font-size: 3rem;
  }
  .privacy_sec h2{
    color: var(--bs-black);
    margin: 2rem 0;
    font-size: 2.4rem;
  }
  .footer-nav{
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
  }
  .custom_list .row:nth-child(even)  .product-list::after{
    top: 30%;
    left: -55px;
    transform: rotate(346deg);
  }
  .custom_list .product-list,   .custom_list .row:nth-child(even) .product-list{
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
  .custom_list .product-list .product-img img{
    height: 250px;
  }
  .client-banner1{
    height: 140px;
    object-fit: cover;
  }
  .home-category{
padding-bottom: 0;
  }
  .customization_home{
    padding-top: 0 !important;
    padding-bottom: 1rem;

  }
  .home-testi{
    padding-top: 2rem;
  }
}

@media (max-width:400px) {
  .slider-3d .swiper-slide::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48%;
    height: 90%;
    border-radius: 3rem;
    background-color: #dcdeeb;
}

}


