@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --legacyRed: #980400;
  --naturalBlack: #000000;
  --lightCream: #fefaf8;
  --bgCream: #9804000f;
}
.fs52Legacy {
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 3.25rem;
}
.fs44Legacy {
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 2.75rem;
}
.fs18Legacy {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: rgba(45, 41, 38, 0.7);
}
.redBtnLegacy {
  color: var(--white);
  font-family: "sat500";
  font-size: 1rem;
  background-color: var(--legacyRed);
  padding: 1rem 1.25rem;
  border: 1px solid var(--legacyRed);
}
.outlineBtnLegacy {
  color: var(--legacyRed);
  font-family: "sat500";
  font-size: 1rem;
  background-color: var(--white);
  padding: 1rem 2.25rem;
  border: 1px solid var(--legacyRed);
  background-color: transparent;
}

/* Start Banner page  */
.bannerSlider {
  background: url(/bannerBg.png) no-repeat !important;
  background-size: cover !important;
}
.bannerSliderInner {
  /* height: calc(100vh - 170px); */
  display: flex;
  align-items: center;
}
.bannerImg {
  text-align: center;
}
.swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  border-radius: 4px !important;
  background: var(--legacyRed) !important;
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  opacity: 1 !important;
}

.bannerData {
  margin-bottom: 40px;
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
}

/* End Banner page */
/* Start Top Brand */
.topBrand {
  height: 96px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem 0 2.1875rem 0;
}
.slide-box {
  font-size: 18px;
  color: var(--naturalBlack);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Forum", serif;
  font-weight: 400;
}
.brandDot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50px;
  background-color: var(--legacyRed);
}
/* End Top Brand */
/* Start Disvocer Product */
.discoverCard {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px 18px;
  /* border-radius: 20px; */
}
.discoverCard .wineName {
  font-size: 1.125rem;
}
.discoverButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discoverImage {
  text-align: center;
  margin-bottom: 1.75rem;
}
.discoverImage img {
  width: 100%;
  object-fit: contain;
}
.wineName {
  font-family: "sat600";
  font-size: 1.125rem;
  color: var(--black);
}
.shopNowBtn {
  font-family: "sat600";
  font-size: 0.875rem;
  color: var(--red);
}
/*End Disvocer Product */
/* Start Service */
.service {
  background-color: var(--lightCream);
  padding: 1.6875rem;
  /* border-radius: 1.5rem; */
  margin-block: 6.875rem;
}
.service .subHeading {
  color: var(--black70);
  font-size: 1rem;
}
.serviceData {
  padding-left: 2rem;
}
/* End Service */
/* Start Newly  */
.newlyLaunch {
  margin-bottom: 6.875rem;
}
.newlyCardImage {
  margin-bottom: 1.375rem;
}
.newlyCardImage img {
  width: 100%;
  min-height: 33rem;
  max-height: 33rem;
  object-fit: contain;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-block: 16px;
}
.newlyCard .wineName {
  font-family: "Forum", serif;
  font-weight: 400;
  color: var(--black);
  text-transform: uppercase;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* limits to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  min-height: 50px;
}
.homeNewlyCard .ml {
  font-family: "Open Sans";
}

.newlyCardDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newlyCardDetails .winePrice {
  font-family: "Open Sans";
  font-weight: 700;
}
.newlyCardButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newlyCardButton .redButton,
.newlyCardButton .outlineBtn {
  padding-block: 14px;
  width: 100%;
}
.quantity-box {
  border: 1px solid var(--legacyRed); /* dark red border */
  padding: 14.5px 20px;
  color: var(--legacyRed);
  font-weight: 600;
  width: fit-content;
}

.quantity-box button {
  background: none;
  border: none;
  color: var(--legacyRed);
  font-size: 22px;
  font-weight: bold;
  line-height: 0;
  cursor: pointer;
}

.count {
  font-size: 18px;
  min-width: 20px;
  text-align: center;
}
.newlyFixImg {
  background: url(/images/newly4.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  min-height: 400px;
}
.newlyFixImg p {
  color: var(--brightWhite);
  font-size: 2.5rem;
  font-family: "Forum", serif;
  font-weight: 400;
  line-height: 37px;
}
.newlyCardImage img {
  width: 100%;
  min-height: 25rem;
}
.fit-content {
  width: fit-content;
}

.vertical-slider-wrapper {
  height: 600px;
  background: url("/images/bg-clouds.jpg") no-repeat center center / cover;
}

.stack-slider-wrapper {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.verticalSwiper {
  height: 100%;
  position: relative;
}

.verticalSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.verticalSwiper .slide-card {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.verticalSwiper .slide-img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.verticalSwiper .swiper-slide {
  position: relative;
}

.verticalSwiper .swiper-slide-next,
.verticalSwiper .swiper-slide-prev {
  opacity: 0.7; /* background card look */
  transform: translateY(10px);
}

.verticalSwiper .swiper-slide-active {
  transform: translateY(0);
  opacity: 1;
}
.verticalSwiper .text-box {
  max-width: 60%;
}

/* Swiper "cards" stacking customization */
.verticalSwiper .swiper {
  overflow: visible !important;
}

.verticalSwiper .swiper-slide-prev {
  transform: translateY(-15px) scale(0.96) !important;
  opacity: 0.7;
}

.verticalSwiper .swiper-slide-next {
  transform: translateY(15px) scale(0.96) !important;
  opacity: 0.7;
}
.stack-container {
  position: relative;
}
.stack-card {
  position: absolute;
}
/* End Newly */
/* Start Variety */

.moodSlider {
  margin-bottom: 5rem;
}
.mood-box {
  text-align: center;
}
.mood-box img {
  margin-bottom: 15px;
}
.moodWine {
  color: var(--black);
  font-size: 1.25rem;
  font-family: "sat500";
}
.new {
  background: #9c1e331a;
  padding: 8.5px 14px;
  font-size: 14px;
  color: #9c1e33;
  font-family: "sat500";
  text-transform: uppercase;
  border-radius: 30px;
}
/* End Variety */
.stackContainer {
  position: relative;
  height: 400vh; /* enough scroll space */
  background: #000; /* optional backdrop */
}

/* === Card stacking layout === */
.cardWrapper {
  position: sticky;
  top: 50px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardsBg {
  background-image: url(/skyImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* border-radius: 30px; */
}

/* main card container */
.cardInner {
  width: 90%;
  height: 70vh;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

/* content */
.cardContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem;
  height: 100%;
  width: 100%;
}

/* text area */
.textBlock {
  flex: 1;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* image */
.imageBlock {
  position: relative;
  flex: 1;
  height: 100%;
}

/*variety css start*/
.legacyHeading44 {
  font-size: 2.75rem;
  font-family: "Forum", serif;
  color: var(--black);
  font-weight: 400;
}

.variety .legacyHeading44 {
  color: var(--brightWhite);
}
/*mood css start*/

.moodWineLegacy {
  font-family: "Forum", serif;
  color: var(--black);
  font-size: 1.25rem;
}
.mood-boxLegacy:hover {
  background-color: var(--bgCream);
}
/*footer css start*/
.footerLegacy {
  background-color: #fff !important ;
  border-top: 1px solid #0000001a;
}
.footerHeadingLegacy {
  font-family: "Forum", serif !important;
  color: var(--black) !important;
}
.footerLegacy ul li a,
.footerLegacy ul li {
  font-size: 16px;
  color: var(--black) !important;
  font-family: "sat400";
  text-transform: capitalize;
}
.footerLegacy ul li {
  margin-bottom: 8px;
}
.allRightsLegacy {
  background-color: var(--lightCream);
  padding: 1rem !important;
}
.redIcon {
  filter: brightness(0) saturate(100%) invert(9%) sepia(63%) saturate(7478%)
    hue-rotate(7deg) brightness(91%) contrast(109%);
}
.cardsBg .fs18Legacy{
 color: #fff;
}

@media (max-width: 1024px) {
  .cardInner {
    flex-direction: column;
    height: auto;
    min-height: 80vh;
  }

  .cardContent {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .imageBlock {
    width: 100%;
    height: 40vh;
  }
}


