@import url("https://fonts.googleapis.com/css2?family=KoHo:wght@400;500;600;700&family=Inter:wght@100..900&family=Playfair+Display:wght@400;500;600;700&display=swap");

/*
font-family: 'KoHo', sans-serif;
font-family: 'Playfair Display', serif;
*/
@font-face {
  font-family: FigmaHand;
  src: local(FigmaHand-Bold), url(../fonts/FigmaHand-Bold.woff2) format("woff2"),
    url(../fonts/FigmaHand-Bold.woff) format("woff"),
    url(../fonts/FigmaHand-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Anke Print";
  src: url("../fonts/Schrift.woff2") format("woff2"),
    url("../fonts/Schrift.woff") format("woff"),
    url("../fonts/Schrift.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style-type: none;
  margin: 0px;
}
li {
  height: 40px;
  margin-top: 0px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
strong {
  font-weight: bold;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
  border: 0 none;
  height: auto;
  vertical-align: middle;
}
body {
  padding: 0;
  margin: 0px;
  color: #1f1f1f;
  font-family: "KoHo", sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  font-size: 16px;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  clear: both;
  padding: 0;
  margin: 0;
}
p {
  clear: both;
  padding: 0 0 12px 0;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #767676;
}
a {
  text-decoration: none;
}
p a:hover,
a:hover {
  text-decoration: none;
  color: #dabf80;
}
h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Playfair Display", serif;
}
h2 {
  font-size: 48px;
  font-weight: 600;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 76px;
  }
  h2 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 58px;
    line-height: 76px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
    font-weight: 500;
  }
}
@media (min-width: 1540px) {
  h1 {
    font-size: 64px;
    line-height: 86px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 36px;
  }
}
.btn {
  border-radius: 4px;
  /* min-width: 250px; */
  height: 54px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
}
.btn-primary {
  background: #dabf80;
  border-color: #dabf80;
}
.btn-primary:hover {
  background: #000;
  border-color: #000;
  color: #dabf80;
}
*,
::after,
::before {
  box-sizing: border-box;
}
/*------------------------------------*\

         Custom Css Start

\*------------------------------------*/
/*Header Css Start*/
.top-strip {
  height: 37px;
  background: #191919;
  text-align: right;
  display: flex;
  align-items: center;
}
.top-strip a {
  font-size: 13px;
  line-height: 17px;
  color: #efeee6;
  background: url("../images/arrow-right.svg") no-repeat right center;
  padding-right: 15px;
}
.flat-text {
  background: #dabf80;
  text-align: center;
  color: #000;
  font-family: "Montserrat", sans-serif;
  /* font-style: italic; */
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.flat-text a {
  font-style: normal;
  color: #000;
  /* text-decoration: underline; */
}
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 10px 0;
  transition: all ease-in-out 0.3s 0s;
  background: #111111;
}
header .container {
  max-width: 100%;
  /* padding-left: 60px;
  padding-right: 60px; */
}
/* .header-inner {
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
} */
/* .header-left {
  margin-top: 20px;
}
.header-login {
  margin-top: 20px;
} */
.header-login {
  margin-right: 60px;
}

.header-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.logo {
  width: 100%;
  position: relative;
  bottom: 15px;
  /* margin-bottom: 20px; */
}
/* .logo img {
  right: 40rem;
  width: 100%;
  position: relative;
  bottom: -44px;
  max-height: 60px;
  
} */

.header-login img,
.slideMenuOpen img {
  max-width: 60px;
}
.nav {
  height: 24px;
  flex-wrap: nowrap;
  width: 100%;
  /* justify-content: center; */
}
.nav-list {
  /* height: 24px; */
  display: flex;
}
.nav a {
  color: #fff;
  font-size: 18px;
  margin: 0 20px;
  transition: all ease-in-out 0.3s 0s;
  letter-spacing: 3px;
}
.nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.headerSticky {
  background: #000;
  padding: 15px 0;
  position: fixed;
  top: 0;
  animation: slideInDown 0.7s ease-in-out 0s 1 both running;
}
.headerSticky .header-login img,
.headerSticky .slideMenuOpen img {
  max-width: 40px;
}
.headerSticky .header-inner {
  align-items: center;
}
.headerSticky .header-left,
.headerSticky .header-login {
  margin: 0;
}
.headerSticky .logo {
  display: none;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*Click Menu*/
.MainMenuContainer {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: -1500px;
  right: 0;
  padding: 3.125rem;
  align-items: flex-start;
  transition: all 0.5s;
  background-size: cover;
  background-color: #000;
  box-shadow: 0rem 0rem 0.875rem 0.4375rem rgba(0, 0, 0, 0.03);
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.MainMenuContainerOpen {
  top: 0;
}
.MainMenuContainer .row {
  width: 100%;
}
.closeMenu svg {
  width: 38px;
}
.slideMenuOpen {
  display: block;
  cursor: pointer;
}
.closeMenu {
  position: absolute;
  top: 4%;
  right: 5%;
}
.rmaAddress {
  padding-right: 10%;
  color: #fff;
  width: 50%;
}
.rmaAddress h4 {
  margin-bottom: 20px;
}
.rmaAddress p,
.rmaAddress p a {
  color: #fff;
  padding: 0;
}
.rmaHeaderMenuRight ul li {
  text-align: left;
  margin-bottom: 1.25rem;
}
.rmaHeaderMenuRight ul li a {
  font-weight: 500;
  font-size: 30px;
  transition: all 0.6s;
  display: block;
  color: #fff;
  position: relative;
}
.rmaHeaderMenuRight ul li a:hover::before {
  position: absolute;
  width: 24px;
  content: "";
  height: 2px;
  background-color: #fff;
  top: 47%;
  left: -10%;
}
.rmaHeaderMenuRight ul li a:hover {
  transition: all 0.6s;
  transform: scale(1.1);
}
.MainMenuContainer .footerSocial a {
  margin-left: 0;
  margin-right: 20px;
}
/* Home Banner Css */
.homeBannerBlock {
  position: relative;
}
.mainSlider .slideThumb img {
  min-height: 400px;
  object-fit: cover;
  width: 100%;
}
.caption-main {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  text-align: start;
}
.caption-main img {
  width: 170px;
}
.caption-main p {
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  line-height: 15.04px;
}
.caption-main h3 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 96.64px;
  padding-bottom: 34px;
}
.banner-head-h1 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 52px;
  margin-bottom: 10px;
}
.caption-main h4 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}
.caption-main h4::after,
.caption-main h4::before {
  width: 80px;
  height: 1px;
  background: #fff;
  display: inline-block;
  content: "";
  margin-right: 16px;
}
.caption-main h4::after {
  margin: 0 0 0 15px;
}
.caption-main .btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.85px;
  width: 200px;
  height: auto;
  padding: 13px 17px;
  border-radius: 4px;
}
.slideThumb::after,
.collectionItems:after {
  content: "";
  background: #0009;
  width: 100%;
  /* height: 100%; */
  left: 0;
  top: 0;
  position: absolute;
}
.titleBlock {
  position: relative;
  overflow: hidden;
  padding: 70px 0 50px 0;
  text-align: center;
}
.howWeWork .titleBlock img {
  object-fit: cover;
  height: 100%;
  max-height: 600px;
}
.mainTitle {
  font-size: 60px;
  font-weight: 700;
  line-height: 79.98px;
  font-family: "Playfair Display", serif;
  color: #111111;
}
.titleBlock span {
  font-weight: 500;
  font-size: 22px;
  color: #111111;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 27px;
}
.titleBlock h3 {
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  max-width: 99%;
  margin: 20px auto auto auto;
}

.howWeWorkStep ul {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.howWeWorkStep ul li {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 17%;
}
.howWeWorkStep {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.work-step {
  border: 2px solid #dabf80;
  border-radius: 5px;
  width: 200px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 75px;
  left: -25px;
}
.howWeWorkStep ul li:nth-child(2n) .work-step {
  bottom: auto;
  top: 75px;
}
.work-step:after {
  content: "";
  width: 40px;
  height: 26px;
  position: absolute;
  bottom: -26px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/bottom-work-arrow.jpg) no-repeat center;
}
.howWeWorkStep ul li:nth-child(2n + 0) .work-step:after {
  bottom: auto;
  top: -26px;
  background: url(../images/top-work-arrow.jpg) no-repeat center;
}

.work-step img {
  width: 60px;
}
.work-step h6 {
  font-size: 18px;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding: 10px 0 5px 0;
}
.work-number {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  background: #dabf80;
  border-radius: 50px;
  border: 1px solid #dabf80;
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.work-number::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  border: 4px solid #fff;
}
.howWeWorkStep ul li::after,
.howWeWorkStep ul li::before {
  content: "";
  width: 50%;
  height: 2px;
  display: inline-block;
  border: 2px dashed;
  position: absolute;
  right: 0;
}
.howWeWorkStep ul li::before {
  right: auto;
  left: 0;
}
.howWeWorkStep ul li:first-child:before,
.howWeWorkStep ul li:last-child:after {
  display: none;
}
.style-blog-brand {
  display: flex;
  flex-direction: column;
}
.style-blog-text {
  text-align: center;
  width: 90%;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #111111;
  border-top: 1px solid #876737;
  padding: 5px 20px 5px 15px;
  margin-top: 8px;
}
.style-head {
  text-align: center;
  width: 90%;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #111111;
  padding: 5px 20px 5px 15px;
  margin-top: 8px;
  text-transform: uppercase;
}
.style-thumb img {
  /* max-height: 230px; */
  width: 90%;
  object-fit: cover;
}
.lifeStyleBrandList {
  display: flex;
  flex-wrap: wrap;
}
.lifeStyleBrandListBlock {
  width: 33%;
  position: relative;
}
.lifeStyleBrandListBlock a {
  position: absolute;
  z-index: 1;
  background: #dabf8099;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #000;
  letter-spacing: 5px;
  font-weight: 500;
  padding: 20px 10px;
}
.lifeStyleBrandListBlock a span {
  font-weight: 700;
}

.weddingVibesList {
  /* background: #000 url("../images/weddingVibesBg.jpg") no-repeat center top; */
  position: relative;
  /* padding: 364px 0 0 0; */
}
.weddingVibesListInner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.weddingVibesBlock {
  width: 100%;
  /* text-align: center;
  padding-bottom: 35px; */
  position: relative;
  margin-top: 15px;
}
/* .weddingVibesBlock::before {
  content: "";
  width: 100px;
  height: 50px;
  background: #dabf80;
  position: absolute;
  top: -15px;
  left: -15px;
} */
.owl-item:first-child .weddingVibesBlock::before {
  display: none;
}
.owl-item:first-child .weddingVibesBlock {
  margin-top: 0;
}
.weddingVibesBlock img {
  position: relative;
}
.weddingVibesBlock h4 {
  color: #dabf80;
  margin-bottom: 10px;
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 20px;
  font-family: "Playfair Display", serif;
}
.weddingVibesBlock h4 a {
  color: #dabf80;
  transition: ease-in-out 0.3s 0s;
}
.weddingVibesBlock h4 a:hover {
  text-decoration: underline;
}
.weddingVibesBlock .price-pro {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}
.newJustIn {
  background: #111111;
  /* margin-top: 150px; */
}
.weddingVibes .weddingVibesBlock {
  text-align: center;
}
.weddingVibes .weddingVibesBlock h4,
.weddingVibes .weddingVibesBlock h4 a {
  color: #000;
}
.filter-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.newJustIn .weddingVibesBlock::before {
  display: none;
}
.container.slide-container {
  padding-right: calc(calc(100% - 100%) / 2);
  max-width: 100%;
}
.newJustIn .titleBlock span {
  color: #fff;
}
.newJustInSlider .weddingVibesBlock {
  width: 99%;
  padding-bottom: 85px;
  margin: 0;
}
.newJustInSlider .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 0 !important;
  background-size: contain !important;
}
.newJustInSlider .owl-nav button.owl-prev {
  background: url("../images/prev-arrow.svg") no-repeat center center;
  left: -60px;
}
.newJustInSlider .owl-nav button.owl-next {
  background: url("../images/next-arrow.svg") no-repeat center center;
  right: -60px;
}
.newJustIn .weddingVibesBlock h4 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  color: #111111;
  font-weight: 600;
  /* margin-top: 30px;
  margin-bottom: 20px; */
}
.scheduleHomeFormSection {
  /* padding-bottom: 150px; */
  text-align: center;
}
.FormTextField {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
}
.FormTextField .form-control,
.FormTextField .form-select {
  width: calc(25% - 20px);
  margin: 20px 10px;
  border-radius: 5px;
  border: 1px solid #dabf80;
  background: #f2f2f2;
  height: 54px;
  color: #767676;
  font-size: 20px;
  font-weight: 500;
}
.scheduleHomeForm p {
  margin: 16px 0;
}
.collectionItems {
  background: url("../images/collectionBg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
}
.collectionItems {
  padding: 100px 0 50px 0;
}
.collectionItemsList {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.collectionItemsBlog {
  width: calc(50% - 40px);
  background: #dabf80;
  border-radius: 50px;
  padding: 45px;
  display: flex;
  position: relative;
  margin: 70px 0;
  min-height: 345px;
}
.collectionItemsBlog div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.collectionItemsBlog h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 73px;
}
.collectionItemsBlog a {
  color: #000;
  background: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  min-width: 220px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  transition: all ease-in-out 0.3s 0s;
  letter-spacing: 2px;
}
.collectionItemsBlog a:hover {
  background: #000;
  color: #fff;
}
.collectionItemsBlog img {
  position: absolute;
  max-width: 50%;
  right: 0;
  bottom: 0;
}
.footerServices {
  padding: 100px 0;
  text-align: center;
}
.footerServices h4 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-weight: 700;
  margin: 6px 0;
  font-size: 24px;
}
.footerServices p {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  font-weight: 600;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
/*Footer Css Start*/
.footer {
  background: #000;
  padding: 60px 0 0px 0;
  position: relative;
}
.footer-top {
  padding: 0 0 20px 0;
}
.footer-link h3 {
  font-size: 28px;
  color: #fff;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
/* .footer-link h3::after {
  content: "";
  background: #DABF80;
  height: 2px;
  width: 130px;
  display: block;
  margin: 15px 138px;
} */
.footer-link ul {
  margin-left: 23%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.footer-Linktext {
  display: flex;
  flex-direction: column;
}
.footer-link ul li {
  padding: 10px 0;
  line-height: normal;
}
.footer-link ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: normal;
  color: #fff;
  letter-spacing: 2px;
}
.footer-link ul li a:hover {
  color: #dabf80;
}

.footer-content img {
  max-width: 190px;
}
.footer-content p {
  color: #fff;
  margin: 24px 0;
  letter-spacing: 2px;
}
.footer-content a.ftrNumber {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.footerSocial a {
  margin-left: 20px;
}
.footerSocial img {
  max-width: 34px;
}
.copyright {
  background: #DABF80;
  margin-top: 40px
}
.copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  letter-spacing: 2px;
  padding: 5px 0;
}
.copyright p a {
  color: #000;
}
.fixedTab {
  position: fixed;
  background: #fff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  display: none;
  z-index: 2;
  bottom: 0;
}
.fixedTab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.fixedTab ul li {
  width: 20%;
}
.fixedTab ul li a {
  width: 100%;
  text-align: center;
  display: block;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 3px;
  padding: 10px 5px;
}
.fixedTab ul li svg {
  width: 24px;
}
.fixedTab ul li span {
  display: block;
  margin-top: 5px;
}
.fixedTab ul li img {
  max-width: 20px;
}
/*Product Page Css*/
.productListing {
  padding: 100px 0;
}
.productListBlock {
  border: 1px solid #dabf80;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 30px;
}
.proThumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.proThumb img {
  transition: 0.3s 0s;
}
.proThumb:hover img {
  transform: scale(1.1);
}
.proDetail {
  text-align: center;
}
.proDetail h4 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 26px;
  min-height: 60px;
}
.proDetail h4 a {
  color: #000;
}
.proDetail .price-pro {
  color: #018f0f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
#sidebarWrap {
  position: relative;
}
#sidebar {
  position: absolute;
  width: 300px;
}
#sidebar.fixed {
  position: fixed;
  top: 150px;
}
.filterMobOpen {
  text-align: center;
  background: #000;
  color: #dabf80;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px;
  cursor: pointer;
  display: none;
}
.filterClose {
  display: none;
}
.filter {
  list-style: none;
  padding: 0;
  width: calc(100% - 20px);
}
.filter li {
  position: relative;
  border-bottom: 1px solid #c4c4c4;
  padding: 12px 0;
}
.filter li a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  background-size: 18px;
}
.filtertoggle {
  display: none;
  background: #fff;
}
.filtertoggle label {
  font-size: 22px;
  color: #4e4e4e;
  letter-spacing: 2px;
}
.toggle {
  background: url("../images/downArrow.svg") no-repeat right center;
}
.filter .active {
  background: url("../images/upArrow.svg") no-repeat right center;
  background-size: 18px;
}
.filtertoggle .form-check {
  margin: 15px 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.filtertoggle .form-check .form-check-input {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.filtertoggle label {
  font-size: 18px;
  color: #4e4e4e;
  letter-spacing: 2px;
  font-weight: 500;
}
.filtertoggle .form-check-input:checked {
  background-color: #dabf80;
  border-color: #dabf80;
}
.filtertoggle .form-check-input:focus {
  border-color: #dabf80;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(218, 191, 128, 0.25);
}
/*product-detail-page*/
.product-detail-page header {
  background: #000;
  position: static;
}
.product-detail-page .logo {
  margin: 0;
}
.product-detail-page .header-inner {
  align-items: center;
}
.product-detail-page .header-left,
.product-detail-page .header-login {
  margin: 0;
}
.product-detail-page .headerSticky {
  position: fixed;
}
.productDetail {
  padding: 67px 0;
  overflow: hidden;
}
.productSlider .owl-nav button {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 0 !important;
}
.productSlider .owl-nav button.owl-prev,
.relatedProduct .owl-nav button.owl-prev {
  background: url("../images/prevArrow.svg") no-repeat center center;
}
.relatedProduct .owl-nav button.owl-prev {
  left: 0;
}
.productSlider .owl-nav button.owl-next,
.relatedProduct .owl-nav button.owl-next {
  background: url("../images/nextArrow.svg") no-repeat center center;
  left: auto;
  right: 0;
}
.product-title {
  letter-spacing: 2px;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}
.product-title span {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 5px;
  color: #dabf80;
  display: block;
  font-family: "Anke Print";
}
.ratings-container {
  display: flex;
  align-items: center;
}
.product-ratings {
  display: flex;
  align-items: center;
}
.ratingText {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}
.rating-link {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: underline;
}
.product-desc {
  margin-top: 20px;
  margin-bottom: 15px;
}
.product-desc p {
  color: #4e4e4e;
  font-size: 24px;
  text-align: justify;
  line-height: 36px;
}
.oldPrice {
  font-size: 24px;
  color: #4e4e4e;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: line-through;
}
.originalrice {
  font-size: 30px;
  color: #018f0f;
  font-weight: 700;
  letter-spacing: 1px;
}
.discount {
  color: #000;
}
.product-action {
  display: flex;
  margin-top: 30px;
}
.product-action a {
  border-radius: 50px;
  background: #dabf80;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 13px 25px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.product-action .give-call a {
  background: #4e4e4e;
  font-family: "Playfair Display", serif;
}
.what-get {
  margin-top: 40px;
  background: #dabf80;
  padding: 25px 0;
  position: relative;
}
.what-get::after {
  content: "";
  background: #dabf80;
  width: 10000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -500%;
}
.what-get h4,
.fabricDetails h4 {
  font-weight: 600;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.what-get ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.what-get ul li {
  width: 19%;
  text-align: center;
  margin-top: 25px;
}
.what-get img {
  width: 45px;
}
.what-get span {
  display: block;
  font-weight: 500;
  margin-top: 13px;
  line-height: normal;
}
.fabricDetails {
  margin-top: 30px;
}
.fabricDetails ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  margin-top: 20px;
}
.fabricDetails ul li {
  width: 33.33%;
  color: #4e4e4e;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 10px;
}
.fabricDetails ul li span {
  display: block;
  text-transform: none;
  color: #555;
  font-weight: 500;
  font-size: 16px;
}
.fabricDetails ul li:nth-child(3n + 3) {
  text-align: right;
}
.fabricDetails ul li:nth-child(2),
.fabricDetails ul li:nth-child(5) {
  padding-left: 50px;
}
.product-single-description,
.product-single-reviews {
  padding-top: 50px;
}
.product-single-description h3,
.product-single-reviews h3,
.relatedProduct h3 {
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.product-single-reviews-list {
  padding: 25px;
  display: flex;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.client-thumb {
  width: 120px;
  margin-right: 30px;
}
.client-thumb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100px;
}
.client-detail {
  width: 100%;
  flex: 1;
}
.product-single-reviews-list h4 {
  color: #4e4e4e;
  margin-bottom: 10px;
}
.product-single-reviews-list .ratings {
  margin-bottom: 15px;
  display: block;
}
.client-detail p {
  color: #4e4e4e;
  font-size: 21px;
  letter-spacing: 1px;
}
.product-single-reviews-list .clientTit {
  display: none;
}
.relatedProduct .weddingVibesBlock::before {
  display: none;
}
.relatedProduct .weddingVibesBlock,
.relatedProduct .weddingVibesBlock img {
  border-radius: 20px;
}
.relatedProduct .weddingVibesBlock h4,
.relatedProduct .weddingVibesBlock h4 a {
  color: #4e4e4e;
}
.relatedProduct .weddingVibesBlock .price-pro {
  color: #018f0f;
}
.relatedProduct .owl-nav button {
  width: 45px;
  height: 45px;
}
.product-sticky-detail {
  background: #fff;
  position: fixed;
  z-index: 22;
  bottom: 0;
  padding: 15px 0;
  left: 0;
  right: 0;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
}
.product-sticky-detail .container {
  display: flex;
  justify-content: space-between;
}
.product-sticky-detail .product-title {
  font-size: 36px;
  margin: 0;
}
.product-sticky-detail .product-action a {
  font-size: 18px;
  padding: 10px 20px;
  min-width: 170px;
}

/*Mini cart drawer css*/
.sidebar-Drawer {
  position: fixed;
  top: 0;
  right: 0;
  visibility: visible;
  width: 400px;
  height: 100vh;
  max-height: none;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #000000;
  box-shadow: none;
  touch-action: manipulation;
  z-index: 99;
  transform: translate(100%);
}
.sidebar-Drawer.open {
  visibility: visible;
  transform: translate(0);
}

.Drawer_Header {
  display: flex;
  align-items: center;
  position: relative;
  background: inherit;
  text-align: center;
  z-index: 1;
  max-height: 80px;
  min-height: 60px;
  box-shadow: 0 -1px #433021 inset;
  padding-left: 30px;
  padding-right: 30px;
}
.Drawer_Title {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.Drawer_Close {
  position: absolute;
  margin-left: 0;
  right: 30px;
  top: calc(50% - 7px);
  line-height: 0;
  background: none;
  border: none;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Icon-close {
  width: 15px;
  height: 15px;
  stroke-width: 1.5px;
  color: #dabf80;
}

.Drawer_Content {
  height: calc(100% - 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.Drawer_Main {
  flex: 1 1 auto;
  overflow: auto;
}
.Drawer_Container {
  padding-left: 30px;
  padding-right: 30px;
}
.CartItem {
  display: table;
  table-layout: fixed;
  margin: 30px 0;
  width: 100%;
}
.CartItem_Image {
  width: 120px;
  min-width: 90px;
  text-align: center;
}
.CartItem_Image img {
  width: 100%;
}
.CartItem_Image,
.CartItem_Info {
  display: table-cell;
  vertical-align: middle;
}
.CartItem_Info {
  padding-left: 25px;
}
.CartItem_Title {
  font-size: 12px;
  margin-bottom: 0.45em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3cf7e6;
}
.CartItem_Title a {
  color: #ffffff;
}
.CartItem_Price {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #dabf80 !important;
  font-size: 11px;
  margin-bottom: 20px;
}
.product_price {
  color: #dabf80 !important;
}
.CartItem_Actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #eee1c6;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.QuantitySelector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #433021;
  white-space: nowrap;
}
.QuantitySelector_Button {
  padding: 7px 14px 8px;
  display: inline-block;
}
.Icon-minus,
.Icon-plus {
  width: 10px;
  height: 10px;
  stroke-width: 1.5px;
  vertical-align: -1px;
  color: #dabf80;
}
.QuantitySelector_CurrentQuantity {
  display: inline-block;
  width: 20px;
  padding: 0;
  font-size: 12px !important;
  text-align: center;
  letter-spacing: normal;
  background: transparent;
  border: none;
  color: #dabf80 !important;
}
.CartItem_Remove {
  font-size: 10px;
  margin: 8px 0;
  color: #dabf80;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: underline;
}

.Drawer_Footer {
  padding: 20px 30px 30px;
  box-shadow: 0 -1px #433021;
  flex: none;
}
.Cart_NoteButton {
  color: #dabf80;
  background: none;
  border: none;
}
.Cart_Taxes {
  color: #dabf80;
  font-size: 14px;
}
.Cart_Checkout {
  width: 100%;
  text-transform: uppercase;
  font-size: 15px !important;
  max-width: none !important;
  margin-left: 0% !important;
  letter-spacing: 2px !important;
}
.Drawer_Footer .Cart_Checkout:hover {
  color: #dabf80 !important;
  background-color: white !important;
}
.Button_SeparatorDot {
  display: inline-block;
  margin: 0 18px;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: currentColor;
  color: #261307;
}
.section-content {
  margin-top: 20px;
  gap: 7%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  align-items: center;
  z-index: 2;
}
.section-text {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.section-text span {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.section-work {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.section-h3 {
  margin-top: auto !important;
}
.howWeWorkVideo iframe {
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .howWeWork .section-content .section-text {
    display: none; /* Hide text and background */
  }

  .howWeWorkVideo iframe {
    height: 20%;
    width: 120%;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1024px) {
  .navbar-brand img {
    display: none;
  }
}

@media (max-width: 1024px) {
  .section-work {
    font-size: 24px;
  }
  .section-h3 {
    margin-top: -1px !important;
    align-items: start !important;
    font-size: 18px !important;
  }
  .section-text {
    height: 20%;
    width: 80%;
  }
  .section-text span {
    font-size: 18px;
  }
  .howWeWorkVideo iframe {
    align-items: center;
    aspect-ratio: 16/9;
    border-radius: 10px;
  }
}

/* General styles for the filter-tab list */
.filter-tab {
  margin-top: 20px;
  list-style: none;
  display: flex;
  justify-content: center; /* Center aligns the tabs */
  gap: 60px;
  padding: 0;
}

/* Styling for each tab item */
.filter-tab li {
  position: relative;
  font-weight: 500;
}
.filter-tab li a {
  text-transform: uppercase;
  height: 54px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}

/* Hover Effect */
.filter-tab li a:hover {
  color: #d4b882; /* Gold color on hover */
}

/* Active State (current class) */
.filter-tab li.current a {
  color: #d4b882; /* Gold color for the active tab */
}

/* Underline Effect */
.filter-tab li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d4b882; /* Gold underline */
  transition: width 0.3s ease-in-out; /* Smooth underline transition */
}
.category-ethnic li a:hover {
  color: #d4b882 !important;
}

.filter-tab li a:hover::after,
.filter-tab li.current a::after {
  width: 100%; /* Full width underline on hover/active */
}
.form-bg {
  margin: 48px 60px 0px 60px;
}
.form-btn {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 1%;
  margin-bottom: 5%;
  margin-left: 1.5%;
  padding: 12px;
}
.form-policy p {
  font-size: 18px;
  margin: 7px 0px 0px 16px !important;
}

.footerService-text {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.Service-leftDiv {
  display: flex;
  margin-bottom: 20px;
  gap: 25px;
}
.footer-head {
  margin-left: 23%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.navbar-brand {
  margin-right: 0 !important;
  width: 15%;
  text-align: center;
}
.nav-bar {
  position: relative;
  z-index: 999999;
}
.navbar-expand-lg .navbar-collapse {
  height: 1.5rem !important;
}
.weddingVibes .weddingVibesBlock:hover {
  background-color: #dabf80;
}
