@font-face {
  font-family: Bentonmoddisp;
  src: url('../fonts/BentonModDisp-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bentonmoddisp;
  src: url('../fonts/BentonModDisp-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bentonmoddisp;
  src: url('../fonts/BentonModDisp-LightIt.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bentonmoddisp;
  src: url('../fonts/BentonModDisp-RegularIt.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bentonmoddisp;
  src: url('../fonts/BentonModDisp-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bentonmoddisp;
  src: url('../fonts/BentonModDisp-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---primary-color: #ae3559;
  --_colors---white: white;
  --_colors---black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
}

.section.padding {
  padding-top: 50px;
}

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

.section.padding.faq {
  padding-top: 0;
}

.section.testimonial {
  background-image: url('../images/bgg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
}

.section.footer_bg {
  background-image: url('../images/footer_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.span-primary-color {
  color: var(--_colors---primary-color);
  padding: 0 5px;
}

.video-block {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph {
  color: #222;
  font-size: 1.2em;
  line-height: 1.2em;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.cta-para {
  line-height: 1.5em;
}

.paragraph.text-black.m-0 {
  margin-bottom: 0;
}

.paragraph.mediapara {
  font-size: 1.15em;
}

.section-heading {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bentonmoddisp, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 2em;
}

.section-heading.white {
  color: var(--_colors---white);
}

.heading-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.product-image-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.product-image {
  background-image: url('../images/madhuban_lehenga.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 5px solid #fff;
  border-bottom-width: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 100%;
  transition: all .8s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image:hover {
  flex-grow: 2;
  flex-shrink: 1;
}

.product-image.two {
  background-image: url('../images/gulaab_lehenga.jpg');
}

.product-image.three {
  background-image: url('../images/rang_mahal_lehenga.jpg');
}

.product-image.four {
  background-image: url('../images/indira_mahal_lehenga.jpg');
}

.product-image.five {
  background-image: url('../images/shahi_baraat_lehenga.jpg');
}

.product-name {
  background-color: var(--_colors---white);
  color: var(--_colors---primary-color);
  flex: 0 auto;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
  position: static;
}

.arrow-button {
  z-index: 1;
  grid-column-gap: 1em;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 3.5em;
  padding-right: 1.75em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow_button_circle {
  z-index: 1;
  background-color: var(--_colors---primary-color);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 100%;
  display: flex;
  position: relative;
}

.arrow_icon {
  width: 35px;
}

.arrow_button_text {
  z-index: 1;
  color: #515151;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
  position: relative;
}

.arrow_button_text.hero-button-text {
  color: #fff;
}

.arrow_button_bg {
  z-index: 0;
  background-color: var(--_colors---primary-color);
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._w-cards-list {
  position: sticky;
  top: 0;
}

.card-title {
  color: var(--_colors---white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bentonmoddisp, Arial, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1em;
}

.c-card {
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  padding-bottom: 40px;
  position: sticky;
  top: 0;
}

.c-card._1, .c-card._3 {
  position: sticky;
  top: 0;
}

._w-card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 40%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

._w-card._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._w-card._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-details {
  color: var(--_colors---white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5em;
}

.c-card-content-divider {
  border-bottom: 1px dashed var(--_colors---white);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-card-details {
  margin-bottom: 20px;
}

.social-links-component {
  margin-top: 1.9em;
}

.social-links-component.contactsocial {
  margin-top: .7em;
}

.nav-link-item {
  color: var(--_colors---black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .3em;
  padding-bottom: .3em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .15s;
  display: inline-block;
  position: relative;
}

.nav-link-item:hover {
  opacity: .7;
  transform: scale(1.05);
}

.nav-link-item.w--current {
  opacity: .7;
  color: #fe6c01;
}

.nav-link-item.is-main-link {
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 600;
  display: flex;
}

.nav-link-desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--_colors---white);
  letter-spacing: .06em;
  text-transform: lowercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-desktop:hover {
  transform: scale(1.1);
}

.nav-link-desktop.w--current {
  color: #fe6c01;
}

.nav-toggle-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

.nav-toggle-wrapper.w--open {
  color: #fff;
  background-color: #0000;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  border-bottom: .1em solid #ffffff1a;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0 0% auto;
}

.nav-links-column {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-links-column.is-main {
  grid-row-gap: 0em;
  text-transform: uppercase;
}

.navbar-right-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  background-color: #ffede3;
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem 1.3rem .5rem .5rem;
  text-decoration: none;
  display: grid;
}

.navbar-right-item:hover {
  background-color: #fff5ef;
}

.navbar-content-wrapper {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.brand-wrapper {
  color: #fc762d;
  flex: none;
}

.brand-wrapper.w--current {
  font-size: .6em;
}

.nav-link-badge-label {
  background-color: var(--_colors---primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 999em;
  margin-top: .1em;
  padding: .4em .6em;
  font-size: .5em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .15s ease-out;
  transform: rotate(8deg);
}

.nav-link-badge-label:active {
  transform: scale(1.02)translate(0, -3px);
}

.nav-link-badge-label.w--current {
  color: #fff;
}

.nav-main-inner {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 6em;
  display: flex;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.page-padding.is-navbar {
  width: 100%;
  height: 100%;
}

.navbar-right-content {
  grid-column-gap: 0px;
  grid-row-gap: .5em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  display: flex;
}

.navbar-fullscreen-component {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar-menu {
  color: #232325;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0;
  overflow: auto;
}

.scale-on-hover {
  transition: transform .15s ease-out;
}

.scale-on-hover:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transform: scale(1.05);
}

.scale-on-hover:active {
  transform: scale(1);
}

.navbar-open {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-toggle-icon-line {
  background-color: #fff;
  width: 1.2rem;
  height: 2px;
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.nav-toggle-inner {
  grid-column-gap: .6em;
  background-color: var(--_colors---primary-color);
  cursor: pointer;
  border-radius: 999em;
  justify-content: flex-start;
  align-items: center;
  height: 2.8em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  transition: all .3s;
  display: flex;
}

.nav-toggle-inner:active {
  transform: scale(.92);
  box-shadow: inset 0 0 90em #00000080;
}

.navbar-right {
  z-index: 0;
  background-color: #e7d4ca;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 38em;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 4em;
  padding-left: 5em;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-toggle-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.navbar-right-image {
  aspect-ratio: 2 / 2.4;
  object-fit: cover;
  border-radius: .8em;
  width: 100%;
}

.navbar-right-text {
  color: #3d3d3d;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

.navbar-right-content-wrapper {
  z-index: 1;
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 35rem;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-left-inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-main-column-item {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon-wrapper {
  color: #705a4d;
  width: 2em;
  height: 1.5em;
  text-decoration: none;
}

.social-icon-wrapper:hover {
  color: var(--_colors---primary-color);
}

.nav-main-column-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-links-list {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: row;
  display: flex;
}

.nav-main-column.is-ghost {
  width: 0;
  height: 0;
}

.navbar-right-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-right-last-element {
  margin-top: 1rem;
  margin-bottom: auto;
}

.navbar-left {
  z-index: 1;
  background-color: #fff5ef;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 59%;
  margin-right: -5.3em;
  padding-top: 7em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  box-shadow: 2em 0 5em #00000012;
}

.cta {
  background-image: url('../images/Group-311.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.cta-title {
  color: #fff;
  font-size: 2.4em;
  line-height: 1.5em;
}

.cta-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.book-appointment-footer {
  background-image: linear-gradient(color(srgb 0 0 0 / 0.5), color(srgb 0 0 0 / 0.5)), url(../images/book.jpg);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.book-appointment-content {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  display: flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.cards_bottom {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.cards_heading {
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.cards_item {
  color: #333;
  border: 1px solid #0003;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  display: flex;
}

.cards_item:hover {
  background-color: #fff5f5;
  transform: translate(0, -2%);
}

.cards_item:focus {
  background-color: #fff5f5;
  border: 1px solid #0003;
  transform: translate(0, -2%);
}

.cards_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-rows: 1fr;
}

.cards_image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cards_image-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.footer-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-link {
  color: #000;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--_colors---primary-color);
}

.copyright-text {
  font-size: 1.2em;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-brand-info {
  text-align: center;
  max-width: 80vw;
  margin-top: 15px;
}

.quote-4-subwrapper {
  max-width: 730px;
  display: none;
  position: absolute;
  inset: 40px auto auto 0%;
}

.user-name {
  text-align: right;
  font-size: 1em;
  font-weight: 700;
}

.quote-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.user-3 {
  border: 1px solid #0000;
  border-radius: 100px;
  width: 70px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 2px;
}

.quote-2-subwrapper {
  max-width: 730px;
  display: none;
  position: absolute;
  inset: 40px auto auto 0%;
}

.testimonials {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.quote-wrapper {
  max-width: 730px;
  height: 200px;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.quote-3-subwrapper {
  max-width: 730px;
  display: none;
  position: absolute;
  inset: 40px auto auto 0%;
}

.quote {
  margin-bottom: 18px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.quote-1-subwrapper {
  max-width: 730px;
}

.testimonials-wrapper {
  box-shadow: none;
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.user-4, .user-1 {
  border: 1px solid #0000;
  border-radius: 100px;
  width: 70px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 2px;
}

.user-picture {
  border-radius: 100px;
  box-shadow: 1px 1px 3px #b8b8b8;
}

.user-2 {
  border: 1px solid #0000;
  border-radius: 100px;
  width: 70px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 2px;
}

.line {
  border-style: solid;
  border-width: 2px 0;
  border-color: var(--_colors---primary-color);
  background-color: #0000;
  width: 70px;
  height: 5px;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.auto-tabs_wrapper {
  position: relative;
}

.auto-tabs_timer-bar {
  background-color: var(--_colors---primary-color);
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.auto-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 35rem;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.auto-tabs_column {
  max-width: 48%;
  margin-left: auto;
}

.auto-tabs_img-mobile {
  display: none;
}

.auto-tabs_pane {
  width: 100%;
  height: 100%;
  position: relative;
}

.auto-tabs_tab {
  background-color: #0000;
  border-bottom: 1px solid #ae355933;
  padding: 10px 0;
}

.auto-tabs_tab:hover {
  color: var(--_colors---primary-color);
}

.auto-tabs_tab.w--current {
  color: var(--_colors---primary-color);
  background-color: #0000;
}

.auto-tabs_tab._1.w--current {
  padding-top: 0;
}

.auto-tabs_content {
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.auto-tabs_menu {
  flex-direction: column;
  display: flex;
}

.text-black {
  color: #333;
}

.auto-tabs_description {
  display: none;
}

.tab-heading {
  margin-top: 0;
  font-family: Bentonmoddisp, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

.inner-section-heading-block {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner-one.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 70vh;
  position: relative;
}

.inner-section-heading-block.craftmanship {
  background-image: linear-gradient(#00000080, #00000080), url('../images/craftmanshipbanner.png');
}

.inner-section-heading-block.store {
  background-image: linear-gradient(#00000080, #00000080), url('../images/storebanner.png');
}

.inner-section-heading-block.bridal {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner-four.jpg');
}

.inner-section-heading-block.media {
  background-image: linear-gradient(#0000001a, #0003), url('../images/mediabanner.jpg');
}

.inner-section-heading-block.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/contactusbanner.jpg');
  background-position: 0 0, 50% 0;
}

.inner-section-heading-block.adminlogin {
  height: 40vh;
}

.breadcrumb {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 5% 5%;
}

.breadcrumb-link {
  color: var(--_colors---white);
  text-decoration: none;
}

.inner-section-heading {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -15% 0% 0%;
}

.inner-section-heading.admin_login {
  justify-content: center;
  align-items: flex-end;
}

.book-appointment-side-content {
  z-index: 9;
  border: 5px solid #fff;
  border-radius: 20px;
  width: 400px;
  height: 270px;
  position: absolute;
  inset: 50% 2% 0% auto;
  box-shadow: -10px 15px 20px 5px #0003;
}

.background-video {
  border-radius: 20px;
  height: 260px;
}

.card_button {
  background-color: #fff;
  border-radius: 1.41em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.96em;
  height: 3.96em;
  display: flex;
  box-shadow: 0 4px 20px #00000024;
}

.book-appointment-overlay {
  background-color: #0000004d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
}

.text-block {
  color: #fff;
  margin-bottom: 10px;
}

.innersection {
  background-color: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-holder {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.btn-holder.first {
  align-items: flex-start;
  margin-top: 0;
}

.innersectioncontainer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.innersectioncontainer.craftmanship {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.innersectioncontainer.store {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.innersectioncontent {
  margin-bottom: 30px;
}

.innersectioncontent.storecontent {
  margin-bottom: 0;
}

.innersectionimage {
  justify-content: center;
  align-items: center;
  display: flex;
}

.innersectionimage.craftimage {
  position: sticky;
  top: 70px;
}

.inner-page-section {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.inner-page-section.last {
  padding-bottom: 0;
}

.inner-page-section.contact {
  flex-flow: column;
  padding-top: 70px;
}

.list-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.section-image {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.section-image.second {
  justify-content: flex-start;
  margin-left: 100px;
}

.book-inner-text {
  font-weight: 500;
}

.book-inner-text.read_more {
  font-weight: 600;
}

.arrowicon {
  width: 15px;
  margin-top: -3px;
  margin-left: 10px;
}

.arrowicon.read_more_icon {
  width: 12px;
}

.grid-view-section {
  padding-bottom: 20px;
  position: relative;
}

.section-content {
  width: 70%;
  margin-left: 100px;
}

.section-content.left {
  margin-left: 0;
}

.image-8 {
  z-index: -1;
  width: 300px;
  position: absolute;
  inset: auto 0% 18% auto;
}

.link-block {
  color: var(--_colors---primary-color);
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #000;
}

.list-icon {
  width: 20px;
  display: flex;
}

.innerpageheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bentonmoddisp, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.inner-page-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.list-item {
  justify-content: center;
  margin-left: 16px;
  padding-left: 0;
}

.image-5 {
  z-index: -1;
  width: 250px;
  position: absolute;
  inset: 36% auto 0% 0%;
}

.image-9 {
  width: 617px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-heading {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
}

.benefits-container {
  flex-direction: row;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.feature {
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 1px 4px -2px #8b8b8b;
}

.features-container {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.features-container.second {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-10 {
  z-index: -1;
  width: 250px;
  position: absolute;
  inset: 5% auto auto 0%;
}

.benefits {
  position: relative;
}

.image-11 {
  z-index: -1;
  position: absolute;
  inset: 32% 9% auto auto;
}

.feature-p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.about-page-image {
  border-radius: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.copyright-block {
  border-top: 1px solid #0000004d;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.contact-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.contactboxes {
  padding-bottom: 10px;
}

.submitbutton {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---white);
      padding: 10px 25px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.logo {
  width: 95px;
}

.slider-right-arrow {
  color: #444;
}

.slide-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.product-slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-text {
  color: var(--_colors---primary-color);
  font-family: Bentonmoddisp, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.5em;
}

.product-slider-container {
  width: 100%;
  min-height: 300px;
  margin-bottom: 40px;
  padding: 40px;
  overflow: hidden;
}

.product-images {
  height: 450px;
}

.animation {
  width: 60px;
  height: 60px;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-wrap {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-2 {
  color: #445567;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.highlight {
  color: #784fe0;
}

.card_content {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.craftmanship {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.store {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bridal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--_colors---primary-color);
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
}

.read_more_btn {
  color: var(--_colors---primary-color);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tab_text {
  color: #3d3d3d;
}

.read-toggle {
  display: none;
}

.text-field {
  border-radius: 5px;
}

@media screen and (min-width: 1440px) {
  .product-image:hover {
    flex-grow: 1.5;
  }

  .auto-tabs {
    min-height: 55rem;
  }

  .innersectioncontainer {
    justify-content: center;
    display: flex;
  }

  .innersectionimage {
    justify-content: center;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .video-block {
    grid-template-columns: 1fr;
  }

  .left-content {
    padding-bottom: 30px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .section-heading {
    font-size: 1.7em;
  }

  .heading-block.testimonial_head_space {
    padding-top: 30px;
  }

  .product-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .product-image:hover {
    flex-grow: 1.5;
  }

  .product-name {
    font-size: 1em;
  }

  .card-title {
    font-size: 4em;
  }

  ._w-card {
    padding-right: 5%;
  }

  .card-details {
    font-size: 1.2em;
  }

  .nav-link-desktop:hover {
    border-bottom-color: #fe6c01;
  }

  .navbar-right-item {
    width: 100%;
  }

  .navbar-content-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .nav-link-badge-label {
    font-size: .3em;
  }

  .nav-link-badge-label:hover {
    opacity: 1;
    transform: scale(1);
  }

  .nav-link-badge-label:active {
    background-image: linear-gradient(#02022226, #02022226);
    transform: scale(.92);
  }

  .nav-main-inner {
    height: 5em;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar-right-content {
    grid-row-gap: 1em;
  }

  .navbar-menu {
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }

  .scale-on-hover:hover {
    transform: translate(0)scale(1);
  }

  .navbar-right {
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    padding-top: 8em;
    padding-left: 0;
  }

  .navbar-right-text {
    font-size: 1.3rem;
  }

  .navbar-right-content-wrapper {
    width: 100%;
    max-width: none;
  }

  .navbar-left-inner {
    grid-row-gap: 2.25em;
  }

  .hide-tablet-down {
    display: none;
  }

  .navbar-right-text-wrapper {
    width: 100%;
  }

  .navbar-left {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3em;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: -5.1em;
    margin-right: 0;
    padding-top: 6em;
    padding-bottom: 2.8em;
  }

  .cta-content {
    max-width: 70vw;
  }

  .book-appointment-footer {
    background-position: 0 0, 100%;
  }

  .book-appointment-content {
    width: 70vw;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cards_heading {
    font-size: 1.2em;
  }

  .footer-brand-info {
    max-width: 80vw;
  }

  .quote-1-subwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .users-wrapper {
    margin-top: 26px;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .auto-tabs_column {
    max-width: 42%;
  }

  .auto-tabs_content {
    width: 57%;
  }

  .tab-heading {
    font-size: 1.7em;
  }

  .section-content {
    margin-left: 40px;
  }

  .innerpageheading {
    font-size: 1.9em;
    line-height: 1.3em;
  }

  .image-9 {
    width: 80%;
  }

  .two-line-text {
    font-size: .9em;
  }

  .tab_text {
    color: var(--_colors---black);
  }

  .read-toggle {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section.testimonial {
    background-position: 50%;
  }

  .paragraph, .paragraph.mediapara {
    font-size: 1em;
  }

  .section-heading {
    text-align: center;
    font-size: 1.4em;
  }

  .product-image-wrapper {
    flex-flow: column;
    height: 1500px;
  }

  .product-image {
    width: 40%;
  }

  .card-title {
    font-size: 3.5em;
  }

  .card-details {
    font-size: 1.2em;
  }

  .nav-link-item.is-main-link {
    font-size: 1em;
  }

  .nav-links-column {
    text-align: center;
    align-items: center;
    font-size: 1.2em;
  }

  .nav-links-column.is-main {
    grid-row-gap: .4em;
  }

  .cta-title {
    font-size: 2em;
  }

  .cta-content {
    max-width: 90vw;
  }

  .book-appointment-content {
    width: 90vw;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-menu {
    flex-flow: column;
  }

  .user-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonials {
    padding: 40px 20px;
  }

  .users-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
    display: flex;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .user-4, .user-1, .user-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .img-cover {
    height: 100%;
  }

  .auto-tabs_column {
    max-width: none;
  }

  .auto-tabs_img-mobile {
    width: 100%;
    margin-top: 2rem;
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .auto-tabs_img-mobile-wrapper, .auto-tabs_content {
    display: none;
  }

  .auto-tabs_menu {
    margin-top: 1rem;
  }

  .inner-section-heading-block {
    height: 40vh;
  }

  .inner-section-heading {
    top: 0%;
  }

  .book-appointment-side-content.m-none {
    display: none;
  }

  .innersection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .btn-holder.first {
    align-items: center;
    margin-top: 0;
    margin-bottom: 29px;
  }

  .btn-holder.first.desktop {
    display: none;
  }

  .innersectioncontainer {
    flex-direction: column;
  }

  .innersectioncontent {
    width: 100%;
  }

  .innersectionimage {
    width: 80%;
  }

  .innersectionimage.craftimage {
    width: 100%;
    position: relative;
    top: 0;
  }

  .inner-page-section {
    flex-direction: column;
    padding-top: 0;
  }

  .inner-page-section.last {
    flex-direction: column-reverse;
  }

  .inner-page-section.first {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .section-image {
    justify-content: center;
    width: 100%;
    padding-top: 30px;
  }

  .section-image.second {
    margin-left: 0;
  }

  .grid-view-section {
    padding-bottom: 50px;
  }

  .section-content {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-9 {
    width: 90%;
  }

  .feature {
    background-color: #fff;
    width: 80%;
  }

  .features-container {
    flex-direction: column;
    align-items: center;
  }

  .features-container.second {
    margin-top: 15px;
  }

  .contact-section, .craftmanship {
    grid-template-columns: 1fr;
  }

  .store {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .media {
    padding-top: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-line-text {
    font-size: .8em;
  }
}

@media screen and (max-width: 479px) {
  .section.testimonial {
    background-image: linear-gradient(#ffffff80, #ffffff80 99%, #fff), url('../images/bgg.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .paragraph, .paragraph.mediapara {
    font-size: .8em;
  }

  .section-heading {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .heading-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .product-image {
    width: 60%;
  }

  .arrow_button_circle {
    width: 3em;
    height: 85%;
  }

  .arrow_icon {
    width: 20px;
  }

  .arrow_button_text {
    font-size: .9em;
  }

  .card-title {
    font-size: 2em;
  }

  .c-card._3 {
    top: 0;
  }

  ._w-card {
    padding: 20px 20px 70px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-link-item.is-main-link {
    font-size: 1em;
  }

  .nav-link-desktop {
    text-align: right;
  }

  .navbar-right-item {
    flex-direction: column;
    display: flex;
  }

  .brand-wrapper {
    margin-right: 0;
  }

  .navbar-right-image {
    aspect-ratio: 2;
  }

  .nav-main-column-content {
    flex: none;
  }

  .social-media-links-list {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .navbar-right-text-wrapper {
    padding: .8em .8em .5em;
  }

  .cta-title {
    font-size: 1.3em;
  }

  .footer {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .cards_text.text-style-3lines {
    font-size: .8em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cards_heading {
    font-size: 1em;
  }

  .footer-link, .copyright-text, .footer-brand-info {
    font-size: .8em;
  }

  .quote-icon {
    width: 50px;
  }

  .user-3 {
    text-align: center;
    width: 90px;
    margin: 20px;
  }

  .testimonials {
    width: 100%;
    padding-top: 15px;
  }

  .quote-wrapper {
    padding-top: 25px;
  }

  .quote {
    font-size: .8em;
  }

  .users-wrapper {
    margin-top: 70px;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
    box-shadow: 1px 20px 26px 3px #c9c9c9;
  }

  .user-4, .user-1, .user-2 {
    text-align: center;
    width: 90px;
    margin: 20px;
  }

  .line {
    width: 100%;
  }

  .auto-tabs_column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .innersection.bridal_section {
    padding-bottom: 0;
  }

  .btn-holder.first {
    align-items: flex-start;
    display: block;
  }

  .btn-holder.first.desktop {
    display: none;
  }

  .innersectionimage {
    width: 100%;
  }

  .gray-wave {
    margin-top: -10px;
  }

  .list-container {
    margin-bottom: 0;
  }

  .section-image.second {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .section-content {
    margin-top: 0;
  }

  .image-8 {
    width: 250px;
  }

  .innerpageheading {
    font-size: 1.7em;
    line-height: 1.5em;
  }

  .image-5 {
    width: 200px;
  }

  .image-9 {
    width: 90%;
  }

  .image-10 {
    width: 200px;
    top: 3%;
  }

  .copyright-block {
    font-size: .9em;
  }

  .question-title {
    flex: 1;
  }

  .craftmanship {
    grid-template-columns: 1fr;
  }

  .container.blogs {
    padding-left: 0;
    padding-right: 0;
  }

  .tab_text {
    font-size: .8em;
  }
}

#w-node-_2ff0bf2a-1dda-1534-cff0-dcf0340debee-340deb78, #w-node-_2ff0bf2a-1dda-1534-cff0-dcf0340debf5-340deb78, #w-node-_2ff0bf2a-1dda-1534-cff0-dcf0340debfb-340deb78, #w-node-_2ff0bf2a-1dda-1534-cff0-dcf0340dec01-340deb78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-de0e3941-9fe0-43ad-fb17-dbb901058e1e-01058e17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-LightIt.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-RegularIt.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.two-line-text {
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; 
overflow: hidden;
}
.read-toggle {
display:none;
}
@media screen and (max-width: 768px) {
.tab_text {
display: -webkit-box;
line-clamp: 2;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
transition: all 0.3s ease;
max-height: 3.3em; /* ~2 lines depending on font */
}
.tab_text.expanded {
line-clamp: unset;
-webkit-line-clamp: unset;
max-height: none;
}
.read-toggle{
 display: block;
cursor: pointer;
color: #ae3559;
font-weight: 500;
font-size: 14px;
}
} 
.CEO video{
  width: 100%;
}
/* .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  aspect-ratio: 1;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-icon {
  color: white;
  font-size: 2em;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-icon {
  transform: scale(1);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  display: block;
  opacity: 1;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.lightbox-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  margin: 5vh auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.3s ease;
}

.lightbox.active .lightbox-image {
  transform: scale(1);
  opacity: 1;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 2em;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.lightbox-close:hover {
  transform: rotate(90deg);
}

.lightbox-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.lightbox-prev,
.lightbox-next {
  color: white;
  font-size: 3em;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
} */

/* *****  GALLERIES ***** */

.gallery-wrapper {
  padding: 2rem 7rem;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

/* Another way to do the same without declaring in the classes - remove h-x w-x from classes */
/* .gallery-wrapper {
  padding: 2rem 10rem;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 300px);
  grid-auto-rows: 200px;
  grid-gap: 1rem;
  grid-auto-flow: dense;
}
 */

.gallery-item {
  width: 100%;
  height: 100%;
  position: relative;
  filter: drop-shadow(2px 2px 3px #333);
}

.gallery-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  cursor: pointer;
  transition: all 400ms ease-in;
  transform: scale(1);
}

.gallery-item .image img:hover {
  transform: scale(1.1);
}

.w-1{
  grid-column: span 1;
}
.w-2{
  grid-column: span 2;
}
.w-3{
  grid-column: span 3;
}
.w-4{
  grid-column: span 4;
}
.w-5{
  grid-column: span 5;
}

.h-1{
  grid-row: span 1;
}
.h-2{
  grid-row: span 2;
}
.h-3{
  grid-row: span 3;
}
.h-4{
  grid-row: span 4;
}
.h-5{
  grid-row: span 5;
}

/* ***** LIGHTBOX EFFECT ***** */

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .92);
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
  padding: 4px;
  /* border-radius: 1%; */
  /* background-color: white; */
  border: 0.2px solid silver;
}

@media only screen and (max-width: 800px) {
  .gallery-wrapper {
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: 1fr;
    grid-gap: 2;
    grid-auto-flow: dense;
  }  
  .gallery-container:nth-child(3n+2) {
    grid-column: 1 / span 2;
    grid-row-end: span 2;
  }
  
  .gallery-container:nth-child(4n+3) {
    grid-column: 2 / span 1;
    grid-row-end: span 2;
  }
  
/*  reseting the css for the class within the divs to show a different way to achieve grid control using the nth childs*/
  .w-1,
  .w-2,
  .w-3,
  .w-4,
  .w-5 {
  grid-column: span 1;
}

.h-1,
.h-2,
.h-3,
.h-4,
.h-5 {
  grid-row: span 1;
}
  
}

@media only screen and (max-width: 700px) {
  .gallery-wrapper {
    padding: 2rem;
  }
  .c-card._3, .c-card._2{
      display:none;
  }
}

@media only screen and (max-width: 400px) {
  .gallery-wrapper {
    display: flex;
    flex-direction: column;
    flex: wrap;
    padding: 2rem;
  }
}

.quote-wrapper {
  max-width: 730px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.quote-slide {
  display: none;
  text-align: center;
  transition: opacity 0.5s ease;
}

.quote-slide.active {
  display: block;
}

.user-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-picture {
  border-radius: 100px;
  box-shadow: 1px 1px 3px #b8b8b8;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.user-name {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1em;
  color: #333;
}

.testimonial-nav-arrows {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(100%);
  display: flex;
  justify-content: space-between;
  padding: 0 15rem;
  pointer-events: none;
  z-index: 10;
}

.testimonial-nav-arrows button {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 30px;
  color: #444;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s ease;
}

.testimonial-nav-arrows button:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* ðŸ”½ Tablet (medium screens) */
@media (max-width: 991px) {
  .testimonial-nav-arrows {
    padding: 0 8rem;
  }
}

/* ðŸ”½ Mobile (small screens) */
@media (max-width: 768px) {
  .testimonial-nav-arrows {
    padding: 0 4rem;
  }

  .testimonial-nav-arrows button {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}

/* ðŸ”½ Extra small devices */
@media (max-width: 480px) {
  .testimonial-nav-arrows {
    padding: 0 2rem;
  }

  .testimonial-nav-arrows button {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
}

.popup-close-btn {
    display: flex;
    margin-left: auto;
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease;
}

.popup-close-btn:hover {
  color: #000;
}

/* Thank You Overlay */
.thank-you-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Elegant dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

/* Inner Content */
.thank-you-content {
  background: #ffffff;
  padding: 2rem 3rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  max-width: 400px;
  animation: slideUp 0.4s ease-in-out;
}

.thank-you-content h2 {
  color: #222;
  font-size: 1.8rem;
  margin: 1rem 0 0.5rem;
}

.thank-you-content p {
  font-size: 1rem;
  color: #555;
}

/* Checkmark Circle */
.checkmark-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e6f7ec;
  margin: 0 auto;
  position: relative;
}

.checkmark {
  position: absolute;
  top: 18px;
  left: 30px;
  width: 20px;
  height: 40px;
  border: solid #28a745;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  animation: checkmarkFade 0.6s ease-out forwards;
}

/* Animations */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes slideUp {
  from {transform: translateY(40px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

@keyframes checkmarkFade {
  from {opacity: 0;}
  to {opacity: 1;}
}
.slider-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 16px;
}

.short-video {
  width: 300px;
  height: 530px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  flex-shrink: 0;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  background: rgba(255,255,255,0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.slider-btn.left {
  left: 10px;
}

.slider-btn.right {
  right: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .short-video {
    width: 240px;
    height: 420px;
  }
}

@media (max-width: 480px) {
  .short-video {
    width: 180px;
    height: 320px;
  }
}

/* --- Floating Action Button Styles --- */
.floating-action-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: #ae3559;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease;
  padding: 5px 15px;
}
/* Hover Effect */
.floating-action-button:hover {
  background-color: #fff; /* Darker blue on hover */
  transform: translateY(-3px); /* Lifts the button slightly */
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);  
  color: #ae3559;
}

/* Styles for the content inside the button (if you use a span for text) */
.floating-action-button span {
  position: relative;
  top: -1px; /* Small adjustment for vertical centering */
}

.antara-carousel-container {
width: 100%;
height: 500px;
position: relative;
perspective: 2000px;
z-index: 2;
}

.antara-carousel-track {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transform-style: preserve-3d;
transition: transform 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.antara_card {
position: absolute;
width: 300px;
height: 420px;
background: #1e293b;
border-radius: 24px;
overflow: hidden;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
cursor: pointer;
will-change: transform, opacity;
transform-origin: center;
border: 1px solid rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
background: linear-gradient(
    145deg,
    rgba(30, 41, 59, 0.9) 0%,
    rgba(15, 23, 42, 0.9) 100%
);
}

.antara_card::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
    135deg,
    rgba(96, 165, 250, 0.2) 0%,
    rgba(232, 121, 249, 0.2) 50%,
    rgba(244, 114, 182, 0.2) 100%
);
opacity: 0;
transition: opacity 0.4s ease;
z-index: 2;
}

.antara_card:hover::before {
opacity: 1;
}

.antara_card-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
filter: brightness(0.8);
}

/* All CSS related to .antara_card-content has been removed as it is no longer in the HTML */

/* antara_card positions */
.antara_card.center {
z-index: 10;
transform: scale(1.15) translateZ(0);
box-shadow: 0 30px 60px -10px rgba(251, 113, 133, 0.4);
}

.antara_card.center .antara_card-img {
filter: brightness(1);
}

.antara_card.left-2 {
z-index: 1;
transform: translateX(-400px) scale(0.8) translateZ(-200px) rotateY(15deg);
opacity: 0.6;
}

.antara_card.left-1 {
z-index: 5;
transform: translateX(-200px) scale(0.95) translateZ(-50px) rotateY(8deg);
opacity: 0.8;
}

.antara_card.right-1 {
z-index: 5;
transform: translateX(200px) scale(0.95) translateZ(-50px) rotateY(-8deg);
opacity: 0.8;
}

.antara_card.right-2 {
z-index: 1;
transform: translateX(400px) scale(0.8) translateZ(-200px) rotateY(-15deg);
opacity: 0.6;
}

.antara_card.hidden {
opacity: 0;
pointer-events: none;
}

/* antara info section */
.antara-info {
text-align: center;
}

.antara-info-content {
opacity: 1;
transform: translateY(0);
transition: opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.antara-name {
color: #000000;
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.antara-role {
color: #000000;
font-size: 0.8rem;
font-weight: 500;
margin: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
text-transform: uppercase;
letter-spacing: 2px;
}

/* Animation classes */
.antara-info.animate-out .antara-info-content > * {
opacity: 0;
transform: translateY(20px);
}

.antara-info.animate-in .antara-info-content > * {
opacity: 1;
transform: translateY(0);
}

/* antara_antara_dots navigation */
.antara_antara_dots {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 15px;
z-index: 2;
}

.antara_dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgb(203, 213, 225);
cursor: pointer;
transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
position: relative;
}

.antara_dot::after {
content: "";
position: absolute;
top: -3px;
left: -3px;
right: -3px;
bottom: -3px;
border: 1px solid rgba(251, 113, 133, 0.3);
border-radius: 50%;
opacity: 0;
transition: opacity 0.3s ease;
}

.antara_dot:hover::after {
opacity: 1;
}

.antara_dot.active {
background: #000;
transform: scale(1.3);
}

/* Navigation arrows */
.antara-nav-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: rgb(0, 0, 0);
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 20;
transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
font-size: 1.5rem;
border: 2px solid rgba(255, 255, 255, 0.1);
outline: none;
backdrop-filter: blur(5px);
box-shadow: 0 5px 15px rgba(125, 211, 252, 0.3);
}

.antara-nav-arrow:hover {
transform: translateY(-50%) scale(1.1);
}

.antara-nav-arrow.left {
left: 20px;
}

.antara-nav-arrow.right {
right: 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {

.antara_card {
    width: 240px;
    height: 360px;
}

.antara_card.left-2 {
    transform: translateX(-300px) scale(0.8) translateZ(-200px) rotateY(15deg);
}

.antara_card.left-1 {
    transform: translateX(-150px) scale(0.95) translateZ(-50px) rotateY(8deg);
}

.antara_card.right-1 {
    transform: translateX(150px) scale(0.95) translateZ(-50px) rotateY(-8deg);
}

.antara_card.right-2 {
    transform: translateX(300px) scale(0.8) translateZ(-200px) rotateY(-15deg);
}

.antara-name {
    font-size: 2.2rem;
}

.antara-role {
    font-size: 1rem;
}
}

@media (max-width: 768px) {

.antara-carousel-container {
    height: 400px;
}

.antara_card {
    width: 200px;
    height: 300px;
}

.antara_card.left-2 {
    transform: translateX(-220px) scale(0.8) translateZ(-200px) rotateY(15deg);
}

.antara_card.left-1 {
    transform: translateX(-110px) scale(0.95) translateZ(-50px) rotateY(8deg);
}

.antara_card.right-1 {
    transform: translateX(110px) scale(0.95) translateZ(-50px) rotateY(-8deg);
}

.antara_card.right-2 {
    transform: translateX(220px) scale(0.8) translateZ(-200px) rotateY(-15deg);
}

.antara-name {
    font-size: 1.8rem;
}

.antara-name::before,
.antara-name::after {
    width: 40px;
}

.antara-name::before {
    left: -50px;
}

.antara-name::after {
    right: -50px;
}

.antara-nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
}
}

@media (max-width: 480px) {

.antara-carousel-container {
    height: 350px;
}

.antara_card {
    width: 160px;
    height: 240px;
}

.antara_card.left-2,
.antara_card.right-2 {
    display: none;
}

.antara_card.left-1 {
    transform: translateX(-90px) scale(0.9) translateZ(-50px) rotateY(8deg);
}

.antara_card.right-1 {
    transform: translateX(90px) scale(0.9) translateZ(-8deg);
}

.antara-name {
    font-size: 1.5rem;
}

.antara-name::before,
.antara-name::after {
    display: none;
}

.antara-role {
    font-size: 0.9rem;
}

.antara_antara_dots {
    margin-top: 40px;
}
}
.antara-arrow-icon {
    width: 28px; /* Or whatever size you prefer */
    height: 28px;
}
@media (max-width: 1650px) and (min-width: 767px) {
    .blogs, .bridal_container{
    padding: 0 20px;
}
}