/* updated css */
body {
  overflow-x: hidden;
  background-color: rgb(0, 0, 0);
}
.hero-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1; /* Lower than navbar when fixed */
}

/* Add this new style */
.content-wrapper {
  position: relative;
  z-index: 2; /* Higher than hero-section */
}
/* Mobile Responsive Fix for Navbar Gap */
@media screen and (max-width: 768px) {
  /* Content wrapper mobile fix */
  .content-wrapper {
    position: relative;
    z-index: 1;
    transition: margin-top 0.3s ease;
  }


  /* Alternative approach if the above doesn't work */
  .mobile-content-fix {
    margin-top: -80px !important;
  }

  
  /* Additional mobile fixes */
  .hero-section {
    position: relative;
    z-index: 1;
  }

  .content-wrapper {
    margin-top: -81px;
  }
}
.div-block-12 {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.girl {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
background-image: url("../images/6740563e1c22f56f346799d7_Frame 25.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%; /* Slightly larger than container */
  transition: background-position 0.5s ease-out;
  will-change: background-position;
  overflow: hidden;
}

/* Rest of your CSS remains the same */
.div-block-10 {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.frame canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.background.img-1 {*/
/*  background-image: url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");*/
/*  background-position: 50%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/

.background {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* .div-block-8 {
  z-index: 2;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5),
    rgba(158, 158, 158, 0) 100%,
    #fff 0%
  );
  width: 100%;
  height: 40vh;
  position: absolute;
  inset: auto 0% 0%;
} */

.model {
  background-image: url("../images/674057be7e939c43a4992c27_model.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: -75px;
  z-index: 10;
}

.hero-container-text {
  z-index: 4;
  grid-column-gap: 1em;
  /*grid-row-gap: 1em;*/
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 6em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  z-index: 99;
}

.div-hide {
  text-align: center !important;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.sloop {
  /*font-family: "Dancing Script", cursive;*/
  font-size: 3.13em;
  font-weight: 400;
  line-height: 1.9;
  color: #fff;
  margin-bottom: 0px;
  opacity: 1;
  font-style: italic;
  transform: translate3d(0px, 0em, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.heading-2 {
  z-index: 4;
  color: #fff;
  position: relative;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.38em;
  font-weight: 400;
  line-height: 1.15;
  opacity: 1;
  transform: translate3d(0px, 0em, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.text-banner.center {
  text-align: center;
  color: #fff;
  /*font-size: 1.2em;*/
  /*line-height: 1.6;*/
  max-width: 600px;
  margin-top: 1em;
  /*font-weight: 300;*/
  /*opacity: 1;*/
  transform: translate3d(0px, 0em, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

/* Architectural elements */
.architectural-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(139, 69, 19, 0.1) 0%,
    rgba(160, 82, 45, 0.1) 25%,
    rgba(205, 133, 63, 0.1) 50%,
    rgba(222, 184, 135, 0.1) 75%,
    rgba(245, 245, 220, 0.1) 100%
  );
}

.graffiti-text {
  position: absolute;
  top: 30%;
  left: 10%;
  font-family: "Cinzel", serif;
  font-size: 2em;
  color: rgba(138, 43, 226, 0.6);
  transform: rotate(-15deg);
  z-index: 3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive design */
@media (max-width: 768px) {
  .heading-2 {
    font-size: 4em;
  }

  .sloop {
    font-size: 2em;
  }

  .text.center {
    font-size: 1em;
    padding: 0 2em;
  }
}

@media (max-width: 480px) {
  .heading-2 {
    font-size: 3em;
  }

  .sloop {
    font-size: 1.5em;
  }
}

.header-5 .header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0 17px 50px !important;
}

@media screen and (min-width: 769px) {
  /* Mobile Menu Toggle */
  .mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }

  .menu-icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
  }

  .mobile-menu-toggle.active .menu-icon-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.active .menu-icon-bar:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.active .menu-icon-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Dropdown Menu Styles */
.voh-dropdown-menu {
  position: absolute;
  top: 100%;
  background: rgb(0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-top: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  white-space: nowrap;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  min-width: 500px;
}

.voh-dropdown:hover .voh-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-columns {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 20px;
}

.dropdown-column {
  display: flex;
  flex-direction: column;
  min-width: 160px;
}

.dropdown-category {
  padding: 10px 0 5px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
}

.dropdown-item {
  padding: 8px 0;
  font-size: 10px;
  color: #8b8b8b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  color: #fff;
  /* background: rgba(255, 255, 255, 0.08); */
}

.dropdown-arrow-icon {
  margin-left: 8px;
  font-size: 8px;
  transition: transform 0.3s ease;
}

.voh-dropdown:hover .dropdown-arrow-icon {
  transform: rotate(180deg);
}

.header-5 .header-top .header-top-left,
.header-5 .header-top .header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.header__logo-2 {
  padding-left: 100px;
}

.text-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.content-section {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  text-align: center;
  background-color: rgb(0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  /* padding-top: 8.23em; */
  /* padding-bottom: 8.23em; */
  display: flex;
  position: relative;
}
.text.grey-color {
  color: #858585;
  position: relative;
}

.text-banner {
  color: #f1efe0;
  text-transform: uppercase;

  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
.parent {
  text-align: center;
  flex-flow: column;
}
.heading2 {
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 0;

  color: #fff;
  font-size: 4.79em;
  font-weight: 400;
  line-height: 1.1;
  display: block;
  position: relative;
  overflow: hidden;
}
:root {
  --beige: #f5f3f0;
  --grey: #888;
  --black: #1a1a1a;
  --white: #ffffff;
  --gutter: 1rem;
  --card-grid-gap: 0.13rem;
  --items-per-row-desktop: 4;
  --items-per-row-tablet: 3;
  --items-per-row-mobile: 1;
  --card-radius: 0px;
  --card-text-color: #333;
  --card-bg-color: #fff;
}

.content-section {
  /* background-color: var(--beige); */
  min-height: 100vh;
}

.content-text {
  flex-flow: column;
  /* justify-content: center; */
  padding-top: 200px;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 10%;
  z-index: 1;
}

.textt.grey-color {
  color: var(--grey);
  position: relative;
  margin-bottom: 2rem;
}

.textt {
  text-transform: uppercase;

  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.div-hide {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading2 {
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 0;

  font-size: 4.79em;
  font-weight: 400;
  line-height: 1.1;
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.parent {
  max-width: 100vw;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

.card-container {
  z-index: 2;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
  padding-top: 20vh;
  margin-bottom: 30vh;
}
@media (max-width:500px){
.card-container {
  margin-bottom: 20vh !important;
}
}
.card {
  background-color: rgb(0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 26em;
  height: 30em;
  padding: 0.68em 0.68em 0.68em 0.69em;
  display: flex;
  position: sticky;
  /*top: 20%;*/
  top: 32%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card.one {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(18deg) skew(0deg, 0deg);
}

.card.two {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(-18.4974deg) skew(0deg, 0deg);
}

.card.three {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(12deg) skew(0deg, 0deg);
}

.div-block {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.div-block._1 {
  background-image: url("../images/67ad0036567d5c99304275e3_Frame\ 32\ \(1\).avif");
}

.div-block._2 {
  background-image: url("../images/67ad0036e577c0e8c9c64995_Frame\ 17\ \(10\).avif");
}

.div-block._3 {
  background-image: url("../images/67ad0037837fa67964715ee1_Frame\ 7\ \(5\).avif");
}
.div-block._4 {
  background-image: url("../images/67ad0036567d5c99304275e3_Frame\ 32\ \(1\).avif");
}

.image-9 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  width: 100%;
  height: auto;
}

.card.last {
  background-color: rgb(0, 0, 0);
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  /* padding: 2em; */
}

/* Responsive design */
@media (max-width: 768px) {
  .heading2 {
    font-size: 40px;
  }

  .card {
    width: 20em;
    height: 24em;
  }

  .text {
    font-size: 1.2vw;
  }
}
.featured-collection__slider {
  background-color: rgb(0, 0, 0);
  position: relative;
  z-index: 1;
  padding: 2rem;
}
.featured-collection__slider_01 {
  background-color: rgb(0, 0, 0);
  position: relative;
  z-index: 1;
  padding: 2rem;
}
.splide__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.section__header {
  padding-top: calc(var(--gutter) * 1.6);
  padding-bottom: calc(var(--gutter) * 0.6);
  position: relative;
}

.h2.heading {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
text-transform:uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}

.mb-8 {
  margin-bottom: 2rem;
}

.description {
  font-size: 1rem;
  color: #666;
}

.splide__arrows {
  display: flex;
  opacity: 0;
}

@media only screen and (min-width: 767px) {
  .splide__arrows {
    opacity: 1 !important;
  }
}

.splide__arrow {
  display: grid;
  place-content: center;
  padding: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  transition: opacity 0.3s ease;
}

.splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.7;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 30px;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  transition: transform 0.3s ease;
}

.splide__slide {
  margin-right: var(--card-grid-gap);
  flex: 0 0 auto;
}

@media only screen and (min-width: 1023px) {
  .splide__slide {
    --width: calc(
      (
        (100% + var(--card-grid-gap)) / var(--items-per-row-desktop) -
          var(--card-grid-gap)
      )
    );
    width: var(--width);
  }
}

@media only screen and (min-width: 767px) and (max-width: 1022px) {
  .splide__slide {
    --width: calc(
      (
        (100% + var(--card-grid-gap)) / var(--items-per-row-tablet) -
          var(--card-grid-gap)
      )
    );
    width: var(--width);
  }
}
@media only screen and (max-width: 600px) {
.card-hover-images{
height:250px !important;
}
.splide__arrows {
    display: none !important;
    opacity: 0;
}
.product-image {
        width: 100%;
        height: 120px !important;
        /* object-fit: cover !important; */
    }
	.swiper.p-sm-3.pt-sm-5.pb-sm-5{
	 padding-left:8px;
	 padding-right:8px;
	 padding-top:20px;
	 padding-bottom:20px;
	}
}
@media only screen and (max-width: 766px) {


  .splide__slide {
    --width: calc(
      (
        (100% + var(--card-grid-gap)) / var(--items-per-row-mobile) -
          var(--card-grid-gap)
      )
    );
    width: var(--width);
  }
}

.card-slide {
  --card-radius: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--card-radius);
  color: var(--card-text-color);
  /*background-color: var(--card-bg-color);*/
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.card-additionals {
  display: flex;
  gap: calc(var(--gutter) / 2);
  padding: calc(var(--gutter) / 2);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 1023px) {
  .card-additionals {
    padding: 24px;
  }
}

.product__badges {
  display: flex;
  gap: 0.5rem;
}

.badge {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.25rem;
}

.badge.sale {
  background-color: #ffffff;
  color: #000000;
}

.badge.soldout {
  background-color: #111111;
  color: #ffffff;
}

.card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f0f0f0;
}

.card-hover-images {
  position: relative;
  overflow: visible;
height:490px;
}

/* Main image styling */
.card-hover-images .media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
  position: relative;
}

/* First image (default visible) */
.card-hover-images .media:first-child {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

/* Second image (hidden by default) */
.card-hover-images .media:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-in-out;
}

/* Hover effect - show second image */
.card-slide:hover .card-hover-images .media:first-child {
  opacity: 0;
}

.card-slide:hover .card-hover-images .media:last-child {
  opacity: 1;
}

.product-image {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */

height: 280px;
    /* width: 350px; */
 width: 100%; 

    object-fit: cover !important;
}

.card-body {
  /* padding: 1rem 0rem 1rem !important; */
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.text-align-left {
  text-align: left;
}

.card-body__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.8rem;
}

.card-slide.layout-traditional .card-body__inner {
  margin-top: auto;
  z-index: 1;
  text-decoration: none;
}

.card-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  /*text-transform: uppercase;*/
  word-break: break-word;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.card-price-collection {
  font-size: 1rem;
  font-weight: 500;
  color: #949494;
}

.price__container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price-item--regular {
  color: #a1a1a1;
}

.price-item--sale {
  color: #e74c3c;
  font-weight: bold;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: #999;
}

.price--sold-out {
  opacity: 0.6;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Slider functionality */
.slider-container {
  position: relative;
}

.slider-track {
  transform: translateX(0);
}

/* Animation delays for staggered effect */
.splide__slide:nth-child(1) .card {
  transition-delay: 0s;
}

.splide__slide:nth-child(2) .card {
  transition-delay: 0.2s;
}

.splide__slide:nth-child(3) .card {
  transition-delay: 0.4s;
}

.splide__slide:nth-child(4) .card {
  transition-delay: 0.6s;
}
.showcase-section {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  background: rgb(0, 0, 0);
}
.hero__area-7 {
  padding-top: 180px;
  padding-bottom: 140px;
  background-image: url(/assets/imgs/home-7/hero-bg.png);
  background-repeat: repeat;
  position: relative;
}

.hero__area-7 .shape-1 {
  position: absolute;
  right: 100px;
  bottom: 200px;
}

.hero__title-7 {
  font-weight: 500;
  font-size: 130px;
  line-height: 1;
  color: var(--black-2);
  max-width: 1060px;
}

.hero__text-7 {
  margin-left: 210px;
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 20px auto;
  grid-template-columns: 200px auto;
  grid-gap: 20px;
}

.hero__text-7 .about {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: var(--black-2);
  position: relative;
}

.hero__text-7 .about::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  top: 14px;
  left: 60px;
  background-color: var(--black-2);
  padding-left: 9px;
}

.hero__text-7 p {
  max-width: 350px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (min-width: 1920px) {
  .video__area img {
    height: 800px;
  }
}

.video__area.about__img-2 {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.about__area-7 .sec-title-wrapper {
  text-align: center;
  padding-bottom: 70px;
}

.about__area-7 .shape-1 {
  position: absolute;
  left: 100px;
  top: 280px;
}

.about__left-7 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 15px;
}

.about__left-7 img {
  position: absolute;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  /* Add transition for smooth parallax effect */
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.about__mid-7 {
  padding-left: 80px;
  padding-top: 60px;
}

.about__mid-7 p {
  max-width: 440px;
  line-height: 1.4;
  padding-bottom: 30px;
}

.about__mid-7 img {
  display: block;
}

.about__mid-7 .signature {
  margin-top: 30px;
}

.about__mid-7 .image-1 {
  margin-left: auto;
  margin-top: 35px;
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  border-radius: 10px;
}

.about__right-7 {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 140px;
}

.about__right-7 img {
  max-width: 100%;
  border-radius: 10px;
}

.award__area-7 {
  background-color: #f9f9f9;
}

.award__area-7 .inherit_row {
  margin-left: -350px;
}

.award__area-7 .award-video-7 video {
  width: 100%;
}

.award__counter {
  width: 330px;
  height: 330px;
  background: var(--black-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 6px;
  z-index: 9;
}
.heightWidth {
  width: 100%;
  height: 280px !important;
  object-fit: cover;
  border-radius: 5px !important;
}

.positionrelative {
  position: relative;
}
.positionAbsolute {
  position: absolute;
  top: 215px;
  z-index: 1000;
  left: 10px;
}
.positionAbsolute_01 {
  position: absolute;
  top: 85%;
  left: 15px;
}
.specificationDots {
  justify-content: space-between;
}
.job__detail-sidebar {
  margin-top: 70px;
  background: #000;
  padding: 40px 30px;
  /* position: sticky;
	top: 70px; */
}
.showcase4__content h2 {
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.showcase4__content h2 span {
  color: var(--white);
  padding-left: 35px;
  font-family: "newYork";
  position: relative;
}

.showcase4__content span {
  text-transform: uppercase;
  color: var(--white);
}
.fontfamilymain {
  font-family: "NT VALENTINO Regular";
  text-transform: uppercase;
  font-size: 40px;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.sectitle01 {
  text-transform: uppercase !important;
  font-size: 60px !important;
  color: #fff;
  padding-left: 2rem;
  margin-bottom: 12px !important;
  font-family: "NT VALENTINO Regular";
}
.footer {
    position: relative;
  background-color: #000;
  width: 100%;
  z-index: 1;
  /*max-width: 1200px;*/
  /*margin: 0 auto;*/
}

.preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column !important	;
  justify-content: center !important;
  align-items: center;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.6s ease-out;
}

.preloader__img {
  display: block;
  width: 165px;
  height: auto;
}
:root {
  --brand-red: #e4002b;
}

.preloader__indicator {
  margin-top: 30px;
 margin-left: 130px;
  width: 200px;
  height: 2px; /* slightly thicker helps the glow read better; keep 1px if you prefer */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  position: relative;
  /* no overflow:hidden — the glow needs to bleed outside the bar */
}

.preloader-bar {
  background: linear-gradient(
    90deg,
    #000 0%,
    #000 25%,
    var(--brand-red) 50%,
    #e4002b 75%,
    var(--brand-red) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transform: translateX(-100%);
  animation: loadingBar 0.7s ease-in-out forwards;  /* was 5s */
  animation-delay: 0.1s;                             /* was 0.2s */
}

/* Glow layer behind the bar */
.preloader-bar::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 25%,
    rgba(228, 0, 43, 0.5) 50%,
    rgba(228, 0, 43, 0.7) 75%,
    rgba(228, 0, 43, 0.5) 100%
  );
  border-radius: 14px;
  z-index: -1;
  filter: blur(8px);
  animation: glowPulse 0.6s ease-in-out infinite alternate;
}

@keyframes loadingBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes glowPulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/* Navbar Styles */
.scroll-nav-wrap {
  position: fixed;
  top: 0;
  height: 80px;
  right: 0;
  background: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  z-index: 99;
  width: calc(100% - 80px);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.fl-wrap {
  float: left;
  width: 100%;
}

.scroll-down-wrap {
  float: left;
  height: 100%;
  position: relative;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 150px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}
.header-5 .header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0 17px 50px !important;
}
.header__logo-2 {
  padding-left: 100px;
}

/* .header__logo-2 img {
            height: 40px;
            width: auto;
        } */

.scroll-nav {
  width: 60%;
  padding: 18px 20px 0;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  background: rgb(0, 0, 0);
}

.scroll-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scroll-nav li {
  float: left;
  position: relative;
}

.scroll-nav li a {
  float: left;
  padding: 13px 35px;
 /* color: #8b8b8b; */
  color: #b5b5b5;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.3s linear;
  text-decoration: none;
}

.scroll-nav li a:hover,
.scroll-nav li a.act-scrlink {
  color: #fff;
  background: none;
}

.scroll-nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background: rgba(255, 255, 255, 0.091);
  z-index: 1;
}

/* Mobile menu toggle */
.mobile-menu-toggle {
  /* display: none; */
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  padding: 10px;
  margin-right: 20px;
}

.menu-icon-bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.3s;
}

.mobile-menu-toggle.active .menu-icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.mobile-menu-toggle.active .menu-icon-bar:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .menu-icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
}

/* Dropdown Styles */
.voh-dropdown {
  position: relative;
}

        .voh-dropdown-menu {
            position: absolute;
            top: 100%;
	    left:-420px !important;
            background: rgb(0, 0, 0);
            border: 1px solid rgba(255, 255, 255, 0.11);
            border-top: none;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
            white-space: nowrap;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
            min-width: 500px;
        }

.voh-dropdown:hover .voh-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-columns {
  display: flex;
  padding: 20px;
  gap: 30px;
}

.dropdown-column {
  flex: 1;
  min-width: 150px;
}

.dropdown-category {
  padding: 10px 0 5px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
}

.dropdown-item {
  display: block;
  padding: 8px 0;
  color: #8b8b8b;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.dropdown-item:hover {
  color: #fff;
}

.dropdown-arrow-icon {
  margin-left: 8px;
  font-size: 10px;
  transition: transform 0.3s ease;
}

/* Fixed position when scrolled */
.scroll-nav-wrap.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  margin-top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

  /* Mobile Styles */
        @media screen and (max-width: 1200px) {
            .scroll-nav-wrap {
                width: 100%;
                justify-content: center; /* Initially center the logo */
                padding: 0 20px;
                bottom: 0px !important;
                transition: all 0.3s ease;
            }

            /* Initially hide header top on mobile */
            .header-5 .header-top {
                display: none;
            }

            .scroll-down-wrap {
                padding-right: 0;
                border-right: none;
                padding-left: 0;
                margin-left: 0;
                justify-content: center;
            }

            .header__logo-2 {
                padding-left: 0;
                transition: all 0.3s ease;
            }

            .scroll-nav {
                position: fixed;
                top: 65px;
                left: 0;
                width: 100%;
                height: auto;
                padding: 0;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease-out;
                border-right: none;
                background: rgba(0, 0, 0, 0.95);
                backdrop-filter: blur(10px);
                display: none;
            }

            /* When navbar becomes fixed */
            .scroll-nav-wrap.fixed {
                justify-content: space-between; /* Change to space-between when fixed */
            }

            .scroll-nav-wrap.fixed .scroll-down-wrap {
                justify-content: flex-start; /* Move logo to left when fixed */
            }

            .scroll-nav-wrap.fixed .mobile-menu-toggle {
                opacity: 1; /* Show menu toggle when fixed */
                transform: translateX(0);
                pointer-events: auto;
                display: flex;
                margin-right: 0px !important;
            }

            /* Show mobile menu only when navbar is fixed */
            .scroll-nav-wrap.fixed .scroll-nav {
                display: block;
            }

            .scroll-nav-wrap.fixed .scroll-nav.active {
                max-height: 100vh;
                border-bottom: 1px solid rgba(255, 255, 255, 0.11);
            }

            .scroll-nav ul {
                display: flex;
                flex-direction: column;
                align-items: stretch;
                padding: 20px 0;
            }

            .scroll-nav li {
                float: none;
                margin: 0;
                width: 100%;
                text-align: center;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            }

            .scroll-nav li:last-child {
                border-bottom: none;
            }

            .scroll-nav li a {
                float: none;
                display: block;
                padding: 20px 20px;
                width: 100%;
                text-align: left;
            }

            .scroll-nav li .scroll-link:before {
                display: none;
            }

            .scroll-nav-wrap.fixed .scroll-nav li.voh-dropdown {
                display: block;
            }

            /* Mobile Dropdown Styles */
            .voh-dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                background: rgba(255, 255, 255, 0.05);
                border: none;
                box-shadow: none;
                min-width: auto;
                max-height: 0;
                overflow: auto;
                transition: max-height 0.3s ease-out;
            }

            .voh-dropdown.active .voh-dropdown-menu {
                max-height: 400px;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

            .dropdown-columns {
                flex-direction: column;
                gap: 10px;
                padding: 15px 20px;
            }

            .dropdown-column {
                min-width: auto;
            }

            .dropdown-category {
                font-size: 10px;
                padding: 8px 0 4px;
                margin-bottom: 8px;
            }

            .dropdown-item {
                padding: 10px 0;
                font-size: 11px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.03);
            }

            .dropdown-item:last-child {
                border-bottom: none;
            }

            .dropdown-arrow-icon {
                margin-left: auto;
                float: right;
            }

            .voh-dropdown.active .dropdown-arrow-icon {
                transform: rotate(180deg);
            }

            /* Initially hide mobile menu toggle on mobile */
            .mobile-menu-toggle {
                display: none;
            }

            .header-top-right {
                display: none !important;
            }
        }

@media (max-width: 1199px) {
    .scroll-nav-wrap {
        width: 100%;
        justify-content: space-between;
        padding: 0 20px;
        height: 65px !important;
    }
}
/* Mobile Styles */
@media screen and (min-width: 300px) and (max-width: 399px) {
  .scroll-nav-wrap {
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    bottom: -10px !important;
  }
  .hero-container-text {
    z-index: 4;
    grid-column-gap: 1em;
    /* grid-row-gap: 1em; */
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10em !important;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    z-index: 99;
  }
  .card {
    width: min(15em, calc(100vw - 2rem)) !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
   .scroll-nav-wrap {
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    bottom: -10px !important;
  }
  .hero-container-text {
    z-index: 4;
    grid-column-gap: 1em;
    /* grid-row-gap: 1em; */
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10em !important;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    z-index: 99;
  }
  .card {
    width: min(18em, calc(100vw - 2rem)) !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
.scroll-nav-wrap {
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    bottom: 0px !important;
  }
  .card {
    width: min(17em, calc(100vw - 2rem)) !important;
  }
}
@media screen and (max-width: 1200px) {
  .content-text {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 180px !important;
  }
  .scroll-down-wrap {
    padding-right: 0;
    border-right: none;
    padding-left: 0;
    margin-left: 0;
  }

 
}
/* Tablet styles */
@media (min-width: 769px) and (max-width: 1199px) {
  .heading2 {
    text-align: center;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    font-size: 3.79em !important;
    font-weight: 400;
    line-height: 1.1;
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.showcase-section {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px;
    background: rgb(0, 0, 0);
    overflow-x: hidden !important;
}
.card-container {
    z-index: 2;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 300vh;
    display: flex
;
    position: relative;
    padding-top: 20vh;
    margin-bottom: 5vh !important;
}
  .scroll-nav {
    padding: 18px 0px 0;
  }
  .header__logo-2 {
    padding-left: 70px !important;
  }
  .scroll-down-wrap {
    padding-right: 50px;
  }

  .dropdown-columns {
    gap: 20px;
    padding: 15px;
  }

  .voh-dropdown-menu {
    min-width: 400px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header__logo-2 {
    padding-left: 37px !important;
}
  .card-container {
    z-index: 2;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 300vh;
    display: flex
;
    position: relative;
    padding-top: 20vh;
    margin-bottom: 10vh !important;
}
  .scroll-nav li a {
    float: left;
    padding: 13px 20px !important;
  }
  .scroll-nav li a {
    float: left;
    padding: 13px 35px;
    color: #8b8b8b;
    font-weight: 600;
    font-size: 9px !important;
  }
  .scroll-nav-wrap {
    position: absolute;
    bottom: -8px !important;
  }

  .scroll-nav {
    float: left;
    padding: 18px 7px 5px 30px !important;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    background: rgb(0, 0, 0);
  }
  .girl {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
    background-image: "url(../images/6740563…_Frame 25.webp)";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 135%;
    transition: background-position 0.5s ease-out;
    will-change: background-position;
    overflow: hidden;
  }
  .scroll-down-wrap {
    float: left;
    height: 100%;
    position: relative;
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 130px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
  }
}

@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .scroll-nav-wrap {
    position: absolute;
    bottom: 0px !important;
  }
.scroll-nav li a {
    float: left;
           padding: 13px 20px !important;
        color: #8b8b8b;
        font-weight: 600;
        font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transition: all 0.3s linear;
    text-decoration: none;
}
  .scroll-nav {
    float: left;
    padding: 18px 18px 0 !important;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    background: rgb(0, 0, 0);
  }
  .scroll-down-wrap {
    float: left;
    height: 100%;
    position: relative;
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 80px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
  }
    .girl {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
    background-image: url('../images/6740563e1c22f56f346799d7_Frame 25.webp') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 125%;
    transition: background-position 0.5s ease-out;
    will-change: background-position;
    overflow: hidden;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1550px) {
  .scroll-down-wrap {
    float: left;
    height: 100%;
    position: relative;
    margin-left: 0px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-right: 150px;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}
.scroll-nav li a {
    float: left;
    padding: 13px 30px !important;
    color: #8b8b8b;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transition: all 0.3s linear;
    text-decoration: none;
}
  .scroll-nav {
    padding: 18px 40px 0 !important;
  }
  .scroll-nav-wrap {
    position: absolute;
    bottom: 0px !important;
  }
    .girl {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
       background-image: url('../images/6740563e1c22f56f346799d7_Frame 25.webp') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 155% !important;
    transition: background-position 0.5s ease-out;
    will-change: background-position;
    overflow: hidden;
  }
}
@media screen and (min-width:1200px) and (max-width:1599px){
  .scroll-nav li a {
    float: left;
    padding: 13px 20px !important;
  }
  .scroll-nav li a {
    float: left;
    padding: 13px 35px;
    color: #8b8b8b;
    font-weight: 600;
    font-size: 9px !important;
  }
.product-image {
    height: 225px !important;
}
.card-hover-images{
height:450px !important;
}
}
@media screen and (min-width: 1551px) and (max-width: 1599px) {
  .scroll-nav {
    padding: 18px 40px 0 !important;
  }
  .scroll-nav-wrap {
    position: absolute;
    bottom: -50px !important;
  }
    .girl {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
    background-image: url('../images/6740563e1c22f56f346799d7_Frame 25.webp') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 155% !important;
    transition: background-position 0.5s ease-out;
    will-change: background-position;
    overflow: hidden;
  }
}
.voh-wishlist-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e4002b;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
}
.wishlist {
    position: relative;
}
