/* Theme 5 Style Start */

.video-container {
  width: 100%;
  height: 100vh;
  overflow: hidden; /* hide overflow if video is cropped */
}

.theme5-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* removes unwanted inline spacing */
  pointer-events: none;
}

.container {
  max-width: 100% !important;
  padding: 0 50px !important;
  margin: 0 auto !important;
}

.header-transparent {
  background: transparent; /* semi-transparent */
  backdrop-filter: blur(3px); /* the blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  .topbar {
    background-color: transparent;
  }
  .site-menu ul > li > a {
    color: #fff;
  }
  .left-category-area h4 {
    color: #fff;
  }
  .toolbar-item > a > div {
    color: #fff;
  }
}
.site-header .topbar {
  transition: all 0.3s ease;
  border-radius: 0 !important;
  border-bottom: none !important;
}
.site-header .navbar {
  background-color: transparent !important;
  .left-category-area {
    background-color: transparent !important;
  }
  .left-category-area h4 {
    background-color: transparent !important;
  }
}
.site-header .site-branding {
  padding: 10px 0 !important;
}
.navbar-stuck {
  .site-menu ul > li > a {
    color: #000 !important; /* Change to your desired color */
  }
  .left-category-area h4 {
    color: #000 !important;
  }
  .toolbar-item > a > div {
    color: #000 !important;
  }
  .menu-top-area {
    display: none !important;
  }
}
.mobile-menu {
  position: relative;
  z-index: 1000;
}

/* .collage-section {
  background-image: url("/assets/front/images/bg-2.png");
  background-size: content;
  background-position: right bottom;
  background-repeat: no-repeat;
} */

/* .collage {
  padding: 50px 20px;
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  gap: 0.5rem;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(8, 1fr);

  grid-template-areas:
    "..   two two    two    three  four ..    .."
    "one  two two    two    five   five six   .."
    "..   two two    two    five   five seven eight"
    "nine ten eleven eleven twelve ..   ..    .."
    "..   ..  eleven eleven ..     ..   ..    ..";
}

.collage > div {
  overflow: hidden;
  border-radius: 0.5rem;
}

.collage img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.collage img:hover {
  scale: 1.15;
  rotate: 3deg;
}

.collage :nth-child(1) {
  grid-area: one;
}

.collage :nth-child(2) {
  grid-area: two;
}

.collage :nth-child(3) {
  grid-area: three;
}

.collage :nth-child(4) {
  grid-area: four;
  background-color: #ffecc3;
  border-bottom-right-radius: 100%;
}

.collage :nth-child(5) {
  grid-area: five;
}

.collage :nth-child(6) {
  grid-area: six;
  background-color: #ccf0ee;
  border-top-right-radius: 100%;
}

.collage :nth-child(7) {
  grid-area: seven;
}

.collage :nth-child(8) {
  grid-area: eight;
  background-color: #cdd7f0;
  border-radius: 100%;
}

.collage :nth-child(9) {
  grid-area: nine;
  background-color: #ffdce0;
  border-top-left-radius: 100%;
}

.collage :nth-child(10) {
  grid-area: ten;
}

.collage :nth-child(11) {
  grid-area: eleven;
}

.collage :nth-child(12) {
  grid-area: twelve;
} */

/* Shop the reels */
.reels-videos .video {
  border-radius: 10px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  padding: 4px;
}
.shop-the-reels-section {
  position: relative;
  padding: 50px 0;
}
.shop-the-reels-section .reels-banner {
  background-color: white;
  min-height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.shop-the-reels-section .title-1 {
  font-size: 54px;
}
.shop-the-reels-section .title-2 {
  font-size: 48px;
  font-weight: 500;
}

.supporting-hours {
  color: #000 !important;
}

.icon-box-section {
  padding: 50px 0;
  background: white;
  padding: 50px 0 !important;
}
.icon-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /* 5 equal columns */
  gap: 10px;
}
.icon-box-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.mens-collection-cta {
  min-height: 80vh;
}
.mens-collection-cta .right {
  width: 45%;
  background: #000;
  min-height: 80vh;
}
.mens-collection-cta .left {
  width: 55%;
  background: url("/assets/front/images/mens.webp") no-repeat center center;
  background-size: cover;
  min-height: 80vh;
}
.mens-collection-cta .right-inner h2 {
  font-size: 52px;
}
.mens-collection-cta-btn {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.design-border {
  background-image: url("/assets/front/images/border1.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 40px;
}

.design-border2 {
  background-image: url("/assets/front/images/border2.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 40px;
}

.fabric-card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  transition: transform 0.3s ease;
}

.fabric-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.category-card-theme5 {
  position: relative;
}

.category-card-theme5 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.category-overlay-theme5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2336f;
  padding: 20px;
  height: 70%;
  width: 85%;
  background: rgba(255, 255, 255, 0.473);
}
.category-card-theme5 h6 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}

.fabric-card:hover img {
  transform: scale(1.05);
}

.fabric-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(114, 0, 70, 0.6);
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  transition: opacity 0.3s ease;
}
.fabric-overlay h6 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.fabric-card:hover .fabric-overlay {
  opacity: 1;
}
.store-location-section .store-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.store-location-section .nav-pills .nav-link {
  background-color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 10px 15px !important;
  border: none;
}
.store-location-section .nav-pills .nav-link.active {
  background-color: #c2336f !important;
  font-weight: 600;
  color: #fff !important;
}

@media (max-width: 991px) {
  .container {
    padding: 0 20px !important;
  }
  .video-container {
    height: 65vh !important; /* Adjust height for mobile */
  }
  .theme5-video {
    height: 100% !important;
    object-fit: cover;
    object-position: center center !important;
  }

  .header-transparent {
    background: transparent; /* semi-transparent */
    backdrop-filter: blur(3px); /* the blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    .topbar {
      background-color: transparent;
    }
    .site-menu ul > li > a {
      color: #fff;
    }
    .left-category-area h4 {
      color: #fff;
    }
    .toolbar-item > a > div {
      color: #fff;
    }
  }
  .icon-box-wrapper {
    display: grid;
    grid-template-columns: 1fr; /* 5 equal columns */
    gap: 20px;
  }
  .mens-collection-cta {
    min-height: 40vh;
  }
  .mens-collection-cta .right {
    width: 100%;
    background: #000;
    min-height: 40vh;
  }
  .mens-collection-cta .left {
    width: 100%;
    background: url("/assets/front/images/mens.webp") no-repeat center center;
    background-size: cover;
    min-height: 30vh;
  }
  .fabric-card {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .fabric-card img,
  .fabric-overlay {
    border-radius: 50%;
  }

  .fabric-overlay {
    opacity: 1;
  }

  .store-location-section .store-img {
    height: 250px;
  }

  .white-popup {
    position: relative;
    background: transparent !important;
    width: 100%;
    height: 100vh;
    margin: 50% auto;
    transition: 1s;
  }
  .white-popup .mfp-close {
    top: -10px !important;
    right: 25px !important;
  }
}
