@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: mont;
  src: url("../fonts/Mont-ExtraLightDEMO.otf");
}

@font-face {
  font-family: heligthon;
  src: url("../fonts/Heligthon\ Signature.otf");
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--gray-color);
}

body,
html {
  overflow-x: hidden;
}

:root {
  --primary-color: #ffffff;
  --secondary-color: #feb36e;
  --tertiary-color: #ffab5e;
  --btn-text-color: #010101;
  --linear-grad1: #f6ae71;
  --linear-grad2: #ffffff;
  --linear-grad3: #ffab5e;
  --gray-color: #141414;
}

a {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.nav-container {
  max-width: 1800px; /* 1789+30 */
}

.title1 {
  font-size: 90px;
  /* font-size: 7.813vw; */
  font-weight: 600;
  background-image: linear-gradient(
    to right,
    var(--linear-grad1),
    var(--linear-grad2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 678px;
}

.title {
  font-size: 65px;
  font-weight: 350;
}

.titlee {
  font-size: 55px;
  font-weight: 250;
}

.title3 {
  font-size: 36px;
}

.primary-btn {
  padding: 15.5px 37.5px;
  font-size: 32px;
  /* font-size: 1.667vw; */
  font-family: "mont", sans-serif;
  border-radius: 200px;
  color: var(--tertiary-color);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  margin-top: 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.primary-btn:hover {
  background-color: var(--linear-grad1);
  color: var(--btn-text-color);
  font-weight: bold;
  transition: 0.3s linear;
  transition: scale(1.01);
}

.gradient {
  background-image: linear-gradient(
    to right,
    var(--linear-grad1),
    var(--linear-grad2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Pre-Loader */

#pre-loader {
  /* background: black url(../assets/home/onload-gif-3.gif) no-repeat center/cover; */
  /* background: black url(../assets/home/wine-glass\ gif.gif) no-repeat center/cover; */
  /* background: black url(../assets/home/gif.jpg) no-repeat
    center/cover; */

  background: black url(../assets/home/glass-wine-glass.gif) no-repeat
    center/cover;

  background-size: 20%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}

/* Header Section */

.header-sec {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: var(--btn-text-color);
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, var(--tertiary-color), black) 1;
}

.nav-logo > a {
  width: 40px;
}

.nav-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-toggler {
  color: var(--primary-color);
  border-color: var(--linear-grad1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffab5e' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.nav-link {
  margin-right: 35px;
  color: var(--primary-color);
  font-family: "mont", sans-serif;
  position: relative;
  font-size: 1.146vw;
}

.nav-link::after {
  position: absolute;
  content: "";
  height: 1.3px;
  background: var(--tertiary-color);
  width: 0;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link:hover {
  color: var(--primary-color) !important;
}

/* For active page */
.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
}

.navbar-nav .nav-link.active::after {
  width: 100%;
  background: var(--tertiary-color) !important;
}

/*------------*/
.cart {
  width: 26px;
  margin-right: 52px;
}

.cart > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-three-bar-icon {
  width: 48px;
}

.nav-three-bar-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.count {
  margin-left: 6px;
  color: var(--primary-color);
}

.offcanvas {
  flex-direction: row !important;
  align-items: center;
}

.offcanvas-header {
  border: none;
  background: none;
  color: black;
}

.active {
  color: var(--primary-color) !important;
}

.cross {
  color: var(--primary-color);
}

a.login-btn {
  cursor: pointer;
}

/* Banner section */

.banner-sec {
  background: url(../assets/home/banner-bg-new.png) no-repeat center/cover;
  min-height: 100vh;
  padding-block: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnr-row {
  align-items: center !important;
}
.banner-container {
  max-width: 1700px;
}

.subtitle1 {
  font-family: "heligthon", sans-serif;
  color: var(--primary-color);
  font-size: 50px;
  /* font-size: 3.333vw; */
}

.sub-title2 {
  /* font-size: 96px; */
  font-size: 5vw;
  font-weight: 400;
  background-image: linear-gradient(
    to right,
    var(--linear-grad1),
    var(--linear-grad2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-title3 {
  /* font-size: 90px; */
  font-size: 4.688vw;
  font-weight: 220;
  background-image: linear-gradient(
    to right,
    var(--linear-grad1),
    var(--linear-grad2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*---------Banner-right-section -----*/

.bottle-img {
  max-width: 21.615vw;
  margin-top: 30px;
}

.bnr-right-cntn-wrpr .bottle-img {
  flex-shrink: 0;
}
.bottle-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr-right-cntn-wrpr {
  display: flex;
  align-items: center;
  position: relative;
}

.swiper {
  width: 400px;
  height: 150px;
  padding: 10px;
  border: none;
  position: relative;
  top: 80px;
  right: 60px;
  z-index: 5;
}

.quote {
  margin-bottom: 7px;
}

.swiper-slide > p {
  max-width: 400px;
  text-align: center;
  font-size: 14px;
  color: white;
  margin-right: auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper-pagination {
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  right: 20px;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.swiper-button-next {
  color: var(--tertiary-color);
  cursor: pointer;
  z-index: 15;
}

.swiper-button-next::after {
  transform: rotate(-90deg);
}

/*-------------------new----------------*/

.bnr-right-cntn-wrpr .swiper-pagination {
  position: static; /* remove absolute positioning from Swiper default */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 70px;
}

.bnr-right-cntn-wrpr .bottle-img {
  flex-shrink: 0;
}

.bnr-right-cntn-wrpr .swiper-button-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
  position: relative;
  bottom: 40px;
}

/* shadow behind bottle */

.bottle-img > img {
  position: relative;
  z-index: 2;
}

.bottle-img::before {
  content: ""; /* Essential for pseudo-elements */
  position: absolute;
  top: 50%; /* Adjust as needed */
  left: 50%; /* Adjust as needed */
  transform: translate(-90%, -50%); /* Centers the shadow */
  width: 50%; /* Adjust size of the shadow relative to the bottle */
  height: 50%; /* Adjust size of the shadow relative to the bottle */
  border-radius: 15%; /* Creates a circular or oval shape */
  background-color: var(--linear-grad1); /* Orange color */
  filter: blur(70px); /* Adjust blur radius for softness */
  opacity: 0.1; /* Adjust transparency */
  z-index: 1; /* Ensures the shadow is behind the bottle */
}

/*--------------------------------------------------------*/

/* Isotope Section */

.iso-container {
  max-width: 1600px;
}

.isotope-sec {
  padding: 76px 0;
  background-color: var(--gray-color);
}

.btn {
  font-size: 22px;
  font-family: "mont", sans-serif;
  color: var(--secondary-color);
  /* margin-right: 45px; */
}

.btn:hover {
  color: var(--primary-color);
  transition: 0.3s linear;
}

.button-group {
  margin-bottom: 30px;
}

.iso-card-body {
  text-align: center;
}

.card-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--tertiary-color);
}

.iso-card-text {
  color: var(--primary-color);
}

.price {
  color: var(--primary-color);
  font-size: 22px;
}

/* shadow behind the isotop section */

.iso-container .for-shadow {
  /* 1. Sets the reference point for the absolute pseudo-element */
  position: relative;
  /* 2. Allows the large blurred shadow to extend beyond the container */
  overflow: visible;
  /* 3. Ensures the section and its contents are on top of other potential backgrounds */
  z-index: 10;
}

.grid {
  position: relative;
  z-index: 6;
}

.iso-container .for-shadow::before {
  content: "";
  content: "";
  position: absolute;
  z-index: 5;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 80%;
  border-radius: 50%;
  background-color: var(--linear-grad1);
  filter: blur(200px);
  opacity: 0.2;
}

/*-------------------------*/

/* Test Section */

.taste-sec {
  padding-block: 120px;
  background: linear-gradient(to right, #cc9b70, rgba(0, 0, 0, 0)),
    url("../assets/home/test-img.png") no-repeat center/cover;
  position: relative;
}

.taste-container {
  max-width: 1396px;
}

.taste-hdr {
  font-size: 24px;
  color: var(--primary-color);
  font-family: "heligthon", sans-serif;
}

.title2 {
  color: var(--primary-color);
  font-weight: bold;
  max-width: 660px;
  font-size: 80px;

  margin-bottom: 44px;
}

.shop-btn {
  padding: 16px 26.5px;
  background-color: var(--primary-color);
  color: var(--tertiary-color);
  border-radius: 200px;
  font-size: 24px;
  font-family: "mont", sans-serif;
  box-shadow: 10px 10px 5px #67615d;
}

.shop-btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-weight: bold;
  transition: 0.3s linear;
}

/* Region Section */

.toskana-wrpr {
  background: url(../assets/home/black-bg.png) no-repeat center/cover;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 40px;
}

.place {
  padding: 0;
}
.toskana-map img {
  max-width: 480px;
}

.toskana-map {
  margin: 0 auto;
}

.toskana-map > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.napavalley-wrpr {
  background: #aeaeae;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
}

.napavalley-wrpr p {
  font-size: 12px;
  color: var(--tertiary-color);
  margin-top: 50px;
}
.napa-cntn {
  font-size: 34px;
  max-width: 473px;
  color: var(--primary-color);
  font-weight: bold;
  text-align: end;
  margin-top: 9px;
  margin-bottom: 36px;
}
.discover-btn {
  padding: 9.5px 27.5px;
  color: var(--linear-grad2);
  border: 1px solid var(--linear-grad2);
  border-radius: 200px;
  font-size: 24px;
  text-align: end;
  display: inline-block;
  text-align: end;
}
.discover-btn:hover {
  background: var(--gray-color);
  transition: 0.3s linear;
  transition: scale(1.01);
  box-shadow: 10px 10px 5px #67615d;
}
.napavalley-wrpr {
  display: flex;
  justify-content: center;
  /* align-items: end; */
  flex-direction: column;
}

.napa-img {
  max-width: 400px;
  margin-top: 40px;
  margin: 40px auto;
}
.napa-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toskana-hdr {
  font-size: 26px;
  color: var(--tertiary-color);
  font-weight: bold;
}
.toskana-cntn p {
  font-size: 11px;
  color: var(--primary-color);
  max-width: 172px;
  text-align: end;
  margin-left: auto;
}
.toskana-map {
  position: relative;
}
.toskana-cntn {
  position: absolute;
  top: 32%;
  left: 80%;
}
.toskana-line {
  position: absolute;
  top: 34%;
  left: 42%;
}
.toskana-circle {
  position: absolute;
  top: 34%;
  left: 38%;
}
/* ---- */

/* New addition */
/* Make both columns equal height */
.region-section .row {
  display: flex;
  align-items: stretch;
}

/* Make each column flexible */
.region-section .row .place {
  display: flex;
}

/* Left column (Toscana) */
.toskana-wrpr {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Right column (Napa Valley) */
.napavalley-wrpr {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* To point on map */

/* -----------end section----- */
/*-------------------------*/

/* recepies Section */

.receipies-container {
  max-width: 1400px;
}

.recepies-sec {
  padding-block: 120px;
  background-color: var(--gray-color);
  position: relative;
}

.recipie-desin-img {
  max-width: 600px;
  position: absolute;
  top: -100px;
  left: -30px;
}

.recipie-desin-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.recepies-sub-hdr {
  font-family: "heligthon", sans-serif;
  color: var(--tertiary-color);
  margin-bottom: 10px;
}

.recepies-hdr > .title3 {
  max-width: 440px;
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: 52px;
}

.date {
  font-size: 12px;
  color: var(--tertiary-color);
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.card {
  border: none;
  border-radius: 0;
  background: transparent;
}

.card-img-top {
  margin-bottom: 30px;
  transition: 0.3s linear;
}

.card-img-top:hover {
  transform: scale(1.03);
}

.card-body {
  padding: 0;
}

.card-body > .title4 {
  font-weight: 500;
  letter-spacing: 0;
  background-image: linear-gradient(
    to right,
    var(--tertiary-color),
    var(--linear-grad2)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-text {
  font-size: 11px;
  max-width: 324px;
  color: var(--primary-color);
  font-weight: 500;
}
.read {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  color: var(--tertiary-color);
  position: relative;
}

.read::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
  background: var(--tertiary-color);
}

.read:hover::after {
  width: 100%;
}

/* --For Shadow-- */
.recepies-sec {
  position: relative;
  z-index: 10;
}

.recepies-sec::before {
  content: "";
  position: absolute;
  z-index: 5;

  bottom: -150px;
  right: -150px;

  width: 600px;
  height: 200px;
  border-radius: 50%;

  /* 7. The Glow Effect */
  background-color: #a76e28;
  filter: blur(250px);
  opacity: 0.3;
}

/*----------------------*/

/* Whisky-selection-section */

.selection-sec {
  background: url("../assets/home/whisky_selection.png") no-repeat center/cover;
  min-height: 80vh;
  position: relative;
  z-index: 20;
}

.selection-cntn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.selection-cntn > .title3 {
  color: var(--tertiary-color);
  letter-spacing: 4px;
}

.selection-cntn > p {
  color: var(--primary-color);
  font-size: 15px;
}

/* Winetype Card Section */

.winetype-card-sec {
  background-color: var(--gray-color);
}

.winetype-row {
  padding-top: 30px;
}

.card {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.card-img3 {
  overflow: hidden;
}

.card-img3 > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-img-top3 {
  margin-bottom: 0;
}

.card-body3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.card-title3 {
  font-size: 36px;
  letter-spacing: 7px;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.card-text3 {
  font-size: 12px;
  letter-spacing: 7px;
  color: var(--primary-color);
}

.card:hover .card-img3 img {
  transform: scale(1.03);
  transition: 0.3s linear;
}

.winetype-row {
  margin: 0;
}

.winetype-row > .col {
  padding: 0;
}

/* Add 30px gap between two cards only */
.left-card {
  margin-right: 15px; /* half of 30px */
}

.right-card {
  margin-left: 15px; /* half of 30px */
}

/* For Shadow */

/* Wine-type Section */

.wintype-sec {
  padding-block: 150px;
  background-color: var(--gray-color);
  background-image: linear-gradient(to right, var(--linear-grad1), transition);
  position: relative;
}

.wine-type-row {
  align-items: center;
}

.wine-type-container {
  max-width: 1396px;
}

.wine-type-row .col-xl-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.winetype-name {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.winetype-logo {
  max-width: 34px;
  height: 35px;
  margin-right: 30px;
}

.winetype-logo > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.winetype-cntn > p {
  color: var(--primary-color);
  max-width: 500px;
  letter-spacing: 3px;
  font-size: 24px;
}

.wintype-img {
  max-width: 600px;
  margin-bottom: 30px;
}

.wintype-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wine-type-design {
  max-width: 700px;
  position: absolute;
  top: -100px;
  right: 0;
  overflow: hidden;
}

.wine-type-design > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title4 {
  color: var(--tertiary-color);
  font-size: 24px;
  letter-spacing: 4px;
}

/* For shadow */

.wintype-sec {
  /* Sets the reference point for the absolute pseudo-element */
  position: relative;
  /* Allows the large blurred shadow to extend outside the section without interfering */
  overflow: hidden;
  /* Ensures the section content is visually on top */
  z-index: 10;
}

.wintype-sec::before {
  content: "";
  /* Position the glow absolutely within .wintype-sec */
  position: absolute;

  /* Places the glow behind all the content (z-index: 10 or higher for content) */
  z-index: 5;

  /* 🛑 BOTTOM-LEFT POSITIONING 🛑 */
  bottom: -150px; /* Pushes the glow's origin down (adjust this value) */
  left: -150px; /* Pushes the glow's origin left (adjust this value) */

  /* Remove the conflicting top/right properties if they were here */
  /* top: auto; right: auto; */

  /* Sizing and Shape (Adjust width/height for desired size) */
  width: 600px;
  height: 600px;
  border-radius: 50%;

  /* The Glow Effect */
  background-color: var(--tertiary-color); /* Orange color */
  filter: blur(250px); /* High blur for softness */
  opacity: 0.3; /* Subtle intensity */
}

/*------------------*/

/* Contact Section */

.contact-container {
  max-width: 1396px;
}

.contact-sec {
  background: url("../assets/home/contact-bg.png") no-repeat center/cover;

  padding-block: 120px;
}

.contact-row {
  align-items: center;
}

.c-para {
  font-size: 13px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: var(--primary-color);
  letter-spacing: 5px;
}

.contact-form {
  max-width: 497px;
}

.input-field {
  padding: 14px;
  color: var(--tertiary-color);
  width: 100%;
  margin-bottom: 22px;
  background: transparent;
  border: none;
  border: 1px solid var(--primary-color);
}

::placeholder {
  color: var(--tertiary-color);
  font-weight: 500;
}

.contact-form > .title3 {
  color: var(--tertiary-color);
  max-width: 497px;
  letter-spacing: 6px;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 500;
  margin: 22px 0 31px 0;
}

.send-btn {
  color: var(--primary-color);
  padding: 10px 23px;
  border-radius: 50px;
  border: 1px solid var(--tertiary-color);
  background: transparent;
  margin-bottom: 30px;
}

.send-btn:hover {
  background: var(--btn-text-color);
}

.map-img {
  max-width: 536px;
  cursor: pointer;
  margin-bottom: 12px;
}

.map-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact-info {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  color: var(--tertiary-color);
}

.map-cntn > p {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  color: var(--linear-grad2);
}

/*------------------------------*/

/* Make the column a flex container and center its child vertically */
.contact-row .col-xl-6 {
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* optional: horizontal center */
}

/*-----------------------------*/

/* Footer Section */
.footer-sec {
  padding: 100px 0 20px 0;
  background-color: var(--btn-text-color);
}

.footer-logo > a {
  width: 108px;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
}

.footer-logo > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.foot-link {
  color: var(--tertiary-color);
}

.f-link {
  color: var(--primary-color);
  margin-bottom: 12px;
}

.f-link:hover {
  color: var(--linear-grad1);
}

ul {
  padding: 0;
}

.foot-hdr {
  margin-bottom: 30px;
  letter-spacing: 4px;
}

.social-icon {
  width: 20px;
  margin-left: 10px;
  transition: 0.3s linear;
}

.social-icon > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.social-icon:hover {
  transform: scale(1.2);
}
.for-align {
  text-align: end;
}

.footer-top {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, var(--tertiary-color), black) 1;
}

.privacy,
.copyright,
.text-end {
  color: var(--primary-color);
}

.copyright {
  text-align: center !important;
}

.copy-div {
  text-align: center;
}

.f-btm:hover {
  color: var(--linear-grad1);
}

/* Media Quary */

@media screen and (max-width: 1800px) {
  /* Banner Section */

  /* .title1 {
    font-size: 130px;
  } */
}

@media screen and (max-width: 1400px) {
  /* Banner Section */
  .banner-sec {
    padding-top: 140px;
  }

  /* Taste Section */

  .title2 {
    font-size: 90px;
  }
}

@media screen and (max-width: 1200px) {
  /* Banner Section */

  .banner-sec {
    padding-top: 140px;
  }

  .swiper-slide > p {
    font-size: 10px;
  }

  /* Taste Section */

  .title2 {
    font-size: 85px;
  }

  /* Contact Section */
  .contact-form {
    margin: 20px auto;
    text-align: start;
  }

  .map-img {
    margin: 30px auto;
  }
  /* 
  .c-para {
    text-align: center;
  }

  .map-cntn {
    text-align: center;
  } */

  /* Region Section */

  .toskana-cntn {
    left: 70%;
  }
}

@media screen and (max-width: 992px) {
  /* Navbar(header) Section */

  .offcanvas {
    flex-direction: column !important;
    background: transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(50px);
  }

  .navbar-nav {
    margin: 100px auto !important;
    text-align: center;
  }

  .nav-link {
    margin-right: 0px;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 16px;
  }

  .active {
    color: var(--primary-color) !important;
  }

  .cross {
    font-size: 2rem;
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .nav-right {
    display: none !important;
  }

  .subtitle1 {
    font-size: 55px;
  }

  /* Banner Section */

  .bnr-right-cntn-wrpr .swiper-pagination {
    left: -1px;
  }

  .bottle-img {
    max-width: 200px;
  }

  /* Taste Section */

  .title2 {
    font-size: 76px;
  }

  /* Wine-type Section */
  .wintype-sec {
    padding-block: 100px;
  }

  /* Region Section */

  .region-section .row {
    height: auto;
  }

  /* .toskana-wrpr,
  .napavalley-wrpr {
    min-height: 100vh; 
  } */

  .napa-cntn {
    font-size: 26px;
  }

  /* Wine-type-card Section */

  .wine-type-row > col {
    margin-bottom: 20px !important;
  }

  .left-card {
    margin: 0 0 15px 0; /* right side half gap */
  }

  .right-card {
    margin: 15px 0 0 0; /* left side half gap */
  }

  /* Contact Section */

  .contact-sec {
    padding-block: 100px;
  }
}

@media screen and (max-width: 768px) {
  /* .title1 {
    font-size: 40px;
  } */

  /*Selection Section */
  .title3 {
    font-size: 28px;
  }

  /* Wine-type Section */

  .wintype-sec {
    padding-block: 80px;
  }

  .title4 {
    font-size: 20px;
  }

  .winetype-cntn > p {
    font-size: 20px;
  }

  /* Winetype Card Section */

  .card-title3 {
    font-size: 28px;
  }

  /* footer-sec */
  .footer-row .col-md-6 {
    text-align: center;
    justify-content: center;
  }

  .social-link > ul {
    justify-content: center !important;
    font-size: 16px;
  }

  .f-btm,
  .text-end {
    text-align: center !important;
    font-size: 12px !important;
  }
}

@media screen and (max-width: 576px) {
  /* Banner Section */

  /* .banner-sec {
    padding-top: 200px;
  } */
  .title1 {
    font-size: 75px;
  }

  .title {
    font-size: 50px;
  }

  .titlee {
    font-size: 40px;
  }

  .subtitle1 {
    font-size: 28px;
  }

  /* .sub-title2 {
    font-size: 34px;
  }

  .sub-title3 {
    font-size: 25px;
  } */

  .primary-btn {
    padding: 12px 23px;
    font-size: 16px;
  }

  .bnr-right-cntn-wrpr .swiper-pagination {
    position: relative;
    left: 35px;
  }

  .bnr-right-cntn-wrpr .swiper-button-next {
    height: 28px !important;
    width: 28px !important;
  }

  /* Isotope Section */
  .btn {
    font-size: 18px;
  }
  .card-title {
    font-size: 16px;
  }

  .card-text {
    font-size: 12px;
  }

  .price {
    font-size: 16px;
  }

  /* Winetype Card Section */

  .card-title3 {
    font-size: 24px;
    letter-spacing: 4px;
  }

  .card-text3 {
    letter-spacing: 3px;
  }

  /* Selection section */
  .title3 {
    font-size: 24px;
  }

  /* Taste Section */

  .title2 {
    font-size: 40px;
  }

  .shop-btn {
    padding: 12px 18px;
    font-size: 16px;
  }

  /* Region Section */

  .toskana-cntn {
    left: 60%;
  }

  .toskana-hdr {
    font-size: 20px;
  }

  .toskana-cntn > p {
    font-size: 10px;
  }

  .napa-cntn {
    font-size: 20px;
  }

  .discover-btn {
    padding: 9px 18px;
    font-size: 18px;
  }

  /* Winetype Card Section */

  .card-title3 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .card-text3 {
    letter-spacing: 2px;
    font-size: 11px;
  }

  /* Wine-type Section */
  .wintype-sec {
    padding-block: 60px;
  }

  .title4 {
    font-size: 18px;
  }

  .winetype-cntn > p {
    font-size: 18px;
  }

  /* Contact section */

  .contact-sec {
    padding-block: 40px;
  }
  .contact-form > .title3 {
    font-size: 28px;
  }

  .send-btn {
    padding: 7px 12px;
    font-size: 12px;
  }

  ::placeholder {
    font-size: 13px;
  }

  .input-field {
    padding: 10px;
  }

  /* Footer-sec */

  .footer-sec {
    padding: 40px 0 20px;
  }
  .footer-logo > a > img {
    width: 70px;
  }

  .foot-hdr {
    font-size: 18px !important;
    margin-bottom: 18px !important;
  }

  .foot-link {
    font-size: 18px !important;
  }

  .f-link {
    font-size: 12px !important;
    margin-bottom: 10px;
  }

  .phone {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 425px) {
  /* Banner-Section */

  .title1 {
    font-size: 55px;
  }

  .title {
    font-size: 45px;
  }

  .titlee {
    font-size: 35px;
  }
  .bottle-img {
    max-width: 178px;
  }

  /* Selection section */
  .selectin-sec {
    min-height: 60vh;
  }

  .selection-cntn > .title3 {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .selection-cntn > p {
    font-size: 12px;
  }

  /* Region Section */

  .toskana-cntn {
    left: 60%;
  }

  .toskana-hdr {
    font-size: 16px;
  }

  .toskana-cntn > p {
    font-size: 10px;
  }
  /* Taste Section */
  .taste-hdr {
    font-size: 18px;
  }

  .title2 {
    font-size: 50px;
  }

  .shop-btn {
    padding: 12px 16px;
    font-size: 13px;
  }

  /* Wine-type Section */
  .wintype-sec {
    padding-block: 40px;
  }

  .title4 {
    font-size: 14px;
  }

  .winetype-cntn > p {
    font-size: 13px;
  }

  .winetype-name {
    margin-bottom: 20px;
  }

  .winetype-logo {
    margin-right: 15px;
  }

  /* Contact section */
  .contact-form > .title3 {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .c-para {
    font-size: 12px;
    letter-spacing: 2px;
  }

  /* Footer-sec */

  .footer-sec {
    padding-block: 30px;
  }

  .footer-logo > a > img {
    width: 50px;
  }
}

@media screen and (max-width: 320px) {
  /* region Section */
  .napavalley-wrpr > p {
    text-align: end;
  }
}

/* Login Modal and Popup */

/* Login-popup */

.blur-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  /* backdrop-filter: blur(5px); */
  background: rgba(0, 0, 0, 0.6);
  transition: 0.1s ease;
  z-index: 999;
}

.show-popup .blur-bg-overlay {
  opacity: 1;
  pointer-events: auto;
}

.form-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  max-width: 720px;
  background-color: white;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #151212;
  border-radius: 10px;
  z-index: 9999;
  background: url(../assets/home/form-7-copy.jpg) no-repeat center/cover;
}

.show-popup .form-popup {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.1s;
}

.form-popup .cross-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  color: gray;
  cursor: pointer;
}

.form-popup .form-box {
  display: flex;
}

.form-box .form-details {
  max-width: 330px;
  width: 100%;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.login .form-details {
  /* background: url(../assets/home/login-img.jpg) no-repeat center/cover; */
  color: white;
}

.signup .form-details {
  /* background: url(../assets/home/signup-img.png) no-repeat center/cover; */
  color: white;
}

.form-box h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #aeaeae;
  font-weight: 600;
}

.form-box .form-content {
  width: 100%;
  padding: 35px;
  /* margin-top: 20px; */
}

.form .form-input {
  height: 50px;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
/* 
.form .form-input,
.form .form-input > input{
    width: 100%;
    height: 100%;
} */

.form .form-input input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 15px;
  font-size: 0.95rem;
  border-radius: 50px;
  border: 1px solid rgb(59, 52, 52);
  background-color: #100909; /* added new */
  background-color: #aeaeae;
  background-color: #100909;
  color: var(--linear-grad2);
}

.form-input input:focus {
  border-color: var(--tertiary-color);
}

.form-input input:is(:focus, :valid) {
  padding: 16px 15px 0;
}

.form .form-input label {
  position: absolute;
  top: 50%;
  left: 15px;
  pointer-events: none;
  color: rgb(18, 17, 17);
  color: white;
  color: rgb(18, 17, 17);
  color: white;
  transform: translateY(-50%);
  transition: 0.2s ease;
}

.form-input input:is(:focus, :valid) ~ label {
  font-size: 0.75rem;
  transform: translateY(-120%);
  /* color: rgb(49, 33, 3); */
  color: var(--tertiary-color);
  /* font-weight: 600; */
  margin-left: 4px;
}

#policy {
  margin-right: 6px;
}

.form-box a {
  /* color: orange; */
  color: var(--tertiary-color);
  text-decoration: none;
}

.form-box a:hover {
  text-decoration: underline;
}

.form-box :where(.forgot-pass, .policy-text) {
  margin-top: 15px;
  display: inline-flex;
  font-size: 0.95rem;
}

.form button {
  width: 100%;
  outline: none;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 0;
  border-radius: 50px;
  margin: 25px 0;
  background-color: var(--tertiary-color);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px) !important;
  color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s ease;
}

.form button:hover {
  background-color: #100909;
}

.form-box .bottom-link {
  text-align: center;
  color: #aeaeae;
}

/* .form-popup .signup,
.form-popup.show-signup .signup .login {
  display: none;
}

.form-popup.show-signup .signup {
  display: flex;
} */

/* Hide login by default when show-signup is active */
.form-popup .signup {
  display: none;
}

.form-popup.show-signup .login {
  display: none;
}

.form-popup.show-signup .signup {
  display: flex;
}

.signup .policy-text {
  display: flex;
  align-items: center;
  color: #aeaeae;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .form-popup {
    width: 95%;
  }

  .form-box .form-details {
    display: none;
  }

  .form-box .form-content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 425px) {
  .form-popup {
    width: 75%;
  }

  .form .form-input input {
    font-size: 11px;
  }
  .form .form-input label {
    font-size: 13px;
  }
  .form button {
    padding: 12px;
    font-size: 13px;
  }

  .form-box :where(.forgot-pass, .policy-text),
  .bottom-link {
    font-size: 13px;
  }

  a.fogot-pass {
    text-align: end;
  }
}

/* for overlay */

/* .blur-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.6);
  transition: 0.1s ease;
} */

/* Disable scrolling on the body when the popup is active */
body.show-popup {
  overflow: hidden;
  height: 100vh;
}
