@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://unpkg.com/lenis@1.3.4/dist/lenis.css");
@import url("typo.css");
@import url("header.css");
@import url("img.css");
@import url("btn.css");
@import url("footer.css");
@import url("swiper-bundle.min.css");
@import url("swiper-custom.css");
@import url("scroller.css");
@import url("form.css");
@import url("preloader.css");
/*Setting Color*/ :root {
  --white-color: #E5E3DF;
  --black-color: #191717;
}
/*Setting Global*/ :root {
  --min-view: 575;
  --max-view: 1920;
  --fluid-multiplier: calc((100vw - (var(--min-view) * 1px)) / (var(--max-view) - var(--min-view)));
}
/*Setting Font*/ :root {
  --xxs-text: clamp(10px, 10px + (14 - 10) * var(--fluid-multiplier), 14px);
  --xs-text: clamp(14px, 14px + (16 - 14) * var(--fluid-multiplier), 16px);
  --regular-text: 1rem;
  --md-text: clamp(20px, 20px + (28 - 20) * var(--fluid-multiplier), 28px);
  --lg-text: clamp(22px, 22px + (45 - 22) * var(--fluid-multiplier), 45px);
  --xl-text: clamp(35px, 40px + (65 - 35) * var(--fluid-multiplier), 65px);
  --xxl-text: clamp(50px, 50px + (90 - 50) * var(--fluid-multiplier), 90px);
  --letter-spacing: 0;
}
/*Setting Space and layout*/ :root {
  --xxs-space: 0.5rem;
  --xs-space: 0.75rem;
  --regular-space: 1rem;
  --md-space: clamp(20px, 20px + (35 - 20) * var(--fluid-multiplier), 35px);
  --lg-space: clamp(40px, 40px + (75 - 40) * var(--fluid-multiplier), 75px);
  --xl-space: clamp(60px, 60px + (150 - 60) * var(--fluid-multiplier), 150px);
  --header-height: clamp(80px, 80px + (190 - 80) * var(--fluid-multiplier), 190px);
  --logo-width: clamp(120px, 120px + (250 - 120) * var(--fluid-multiplier), 250px);
  --logo-sep-width: clamp(50px, 50px + (110 - 50) * var(--fluid-multiplier), 110px);
  --container-width: 1720px;
}
/*Setting Behavior*/ :root {
  --header-scroll-trigger: 10px;
}
/*Setting Img*/ :root {
  --xs-img: clamp(100px, 100px + (150 - 100) * var(--fluid-multiplier), 150px);
  --regular-img: clamp(250px, 150px + (350 - 150) * var(--fluid-multiplier), 350px);
  --md-img: clamp(200px, 200px + (550 - 200) * var(--fluid-multiplier), 550px);
  --lg-img: clamp(300px, 300px + (750 - 300) * var(--fluid-multiplier), 750px);
  --xl-img: clamp(300px, 300px + (850 - 300) * var(--fluid-multiplier), 850px);
  --wine-img: clamp(350px, 350px + (650 - 350) * var(--fluid-multiplier), 650px);
}
:root {
  /*Setting Radius*/
  --regular-radius: 6px;
  --medium-radius: 10px;
  --big-radius: 30px;
}
html, body {
  padding: 0;
  margin: 0;
  color: var(--text-color);
  background: var(--white-color);
  outline: none;
  scroll-behavior: auto !important;
}
* {
  outline: none !important;
}
/**utility**/
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul:last-child {
  margin-bottom: 0 !important;
}
li:last-child {
  margin-bottom: 0 !important;
}
div:last-child {
  margin-bottom: 0 !important;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.flex-center {
  align-items: center !important;
}
.flex-end {
  align-items: flex-end !important;
}
.over-hidden {
  overflow: hidden !important;
}
.over-show {
  overflow: visible !important;
}
/*margin - padding*/
.m-top {
  margin-top: var(--regular-space) !important;
}
.m-top-xs {
  margin-top: var(--xs-space) !important;
}
.m-top-md {
  margin-top: var(--md-space) !important;
}
.m-top-lg {
  margin-top: var(--lg-space) !important;
}
.m-top-xl {
  margin-top: var(--xl-space) !important;
}
.m-bottom {
  margin-bottom: var(--regular-space) !important;
}
.m-bottom-xs {
  margin-bottom: var(--xs-space) !important;
}
.m-bottom-md {
  margin-bottom: var(--md-space) !important;
}
.m-bottom-lg {
  margin-bottom: var(--lg-space) !important;
}
.m-bottom-xl {
  margin-bottom: var(--xl-space) !important;
}
.m-left {
  margin-left: var(--regular-space) !important;
}
.m-left-xs {
  margin-left: var(--xs-space) !important;
}
.m-left-md {
  margin-left: var(--md-space) !important;
}
.m-left-lg {
  margin-left: var(--lg-space) !important;
}
.m-left-xl {
  margin-left: var(--xl-space) !important;
}
.m-right {
  margin-right: var(--regular-space) !important;
}
.m-right-xs {
  margin-right: var(--xs-space) !important;
}
.m-right-md {
  margin-right: var(--md-space) !important;
}
.m-right-lg {
  margin-right: var(--lg-space) !important;
}
.m-right-xl {
  margin-right: var(--xl-space) !important;
}
.logo-sep {
  width: var(--logo-sep-width);
  position: relative;
  margin: 0 auto;
  /**/
  display: none;
}
.logo-sep img {
  width: 100%;
}
.circle-sep {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.circle-sep span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: var(--black-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
hr {
  max-width: calc(100% - 0px);
  border-color: var(--black-color);
  margin: var(--xl-space) auto;
  opacity: .15;
}
/**end utility**/
/**utility color**/
.bg-white {
  background-color: var(--white-color) !important;
}
.bg-black {
  background-color: var(--black-color) !important;
}
.color-white {
  color: var(--white-color);
}
.color-black {
  color: var(--black-color);
}
/**end utility color**/
/**grid setting**/
.container-main {
  position: relative;
  z-index: 1;
}
section {
  position: relative;
  margin: 0 auto;
  margin-bottom: var(--xl-space);
}
section.section-first {
  padding: 0;
}
section.section-first-page {
  padding-top: calc(var(--header-height) + var(--lg-space));
}
section.section-first-page.section-first-wine {
  padding-top: var(--header-height);
}
section.section-first-page.section-first-wine .container {
  padding-top: var(--lg-space);
}
section.section-first-page-wine {
  padding: calc(var(--header-height) * 2) 0 var(--xl-space) 0;
}
section.section-first-winelist {
  padding: var(--header-height) 0 0 0;
}
section.section-first-page-wine::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
section.section-first-wine .sticky-top {
  top: calc(var(--header-height) * 1);
}
.container {
  position: relative;
  width: 95%;
  max-width: var(--container-width);
  margin: 0 auto;
  margin-bottom: var(--xl-space);
}
@media screen and (min-width: 992px) {
  .container.container-full {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.container.container-mini {
  max-width: 1200px;
}
.row {
  margin-bottom: var(--lg-space);
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .container .row {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .container .row > .col, .container .row > [class*=col-] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row.margin-row {
  margin-bottom: -2rem !important;
}
.row.margin-row > .col, .row.margin-row > [class*=col-] {
  margin-bottom: 2rem !important;
}
.row.grid-row {
  margin-bottom: -5px !important;
  margin-right: -2.5px !important;
  margin-left: -2.5px !important;
}
.row.grid-row > .col, .row.grid-row > [class*=col-] {
  margin-bottom: 5px !important;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
/*****/
.row.row-grid {
  margin-bottom: 5px;
}
.row.grid-img {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row.grid-img > .col, .row.grid-img > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.grid-img .col-grid-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/**end grid setting*/
/*****/
.row-bg {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/**page**/
.col-inside {
  margin-top: var(--lg-space);
  padding-top: var(--lg-space);
  border-top: 1px solid var(--black-color);
}
ul.menu-wine {
  display: flex;
  justify-content: center;
  gap: 20px;
}
ul.menu-wine li {
  width: auto;
  text-align: center;
}
ul.menu-wine li::after {
  content: "";
  width: 25px;
  height: 1px;
  background: var(--black-color);
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
ul.menu-wine li:last-child::after {
  display: none;
}
ul.menu-wine li a {
  font-size: var(--xxs-text);
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
ul.menu-wine li a span {
  display: block;
  padding: 3px 0;
}
ul.menu-wine li a.active span {
  border-bottom: 1px solid var(--black-color);
}
@media screen and (min-width: 992px) {
  ul.menu-wine li a:hover span {
    border-bottom: 1px solid var(--black-color);
  }
}
@media screen and (max-width: 767px) {
  ul.menu-wine {
    flex-wrap: wrap;
    gap: 5px;
  }
  ul.menu-wine li {
    width: auto;
  }
  ul.menu-wine li::after {
    width: 5px;
    margin-left: 5px;
  }
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lg-space);
  justify-content: center;
}
.product-grid-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/logo-icon-lightbig.png);
  background-size: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
.product {
  display: block;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .product {
    width: 100%;
  }
}
.product-grid-home .product {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .product-grid-home .product {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .product-grid-home .product {
    width: 100%;
  }
}
.product-grid-bg-home {
  background-size: 30%;
}
.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wine-img);
  aspect-ratio: 2 / 3;
  margin: 0 auto;
  /***/
  /*filter: drop-shadow(25px 20px 15px rgba(0, 0, 0, 0.15));*/
}
.product-img img {
  max-height: 100%;
  max-width: 80%;
}
.product-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/logo-icon-lightbig.png);
  background-size: 85%;
  background-position: top 30% center;
  background-repeat: no-repeat;
  z-index: -1;
}
.product-img.product-img-page {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  aspect-ratio: auto;
  height: 100vh;
  border: none;
}
@media screen and (max-width: 767px) {
  .product-img.product-img-page {
    height: auto;
  }
  .product-img.product-img-page img {
    max-width: 80%;
    max-height: 70vh;
  }
}
.product-text {
  position: relative;
  margin: 0 auto;
  margin-top: var(--md-space);
  padding: var(--md-space) var(--lg-space);
  text-align: center;
  max-width: 500px;
}
.product-text::before {
  content: "";
  width: 120px;
  height: 1px;
  background-color: var(--black-color);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
}
@media screen and (min-width: 992px) {
  .product:nth-child(even) {
    margin-top: var(--xl-space);
  }
  .product-grid-home .product:nth-child(even) {
    margin-top: 0;
  }
  .product-img:not(.product-img-page) img {
    transition: transform 1.5s;
  }
  .product:hover img {
    transform: scale(.95);
  }
}
.product-logo-list {
  display: flex;
}
.product-logo-list .logo-list {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 10px;
}
.product-logo-list .logo-list:last-of-type {
  margin-right: 0;
}
.product-logo-list .logo-list img {
  max-width: 90%;
  max-height: 95%;
}
.desc-wine {
  padding-top: var(--md-space);
  padding-bottom: var(--md-space);
  border-top: 1px solid var(--black-color);
}
.desc-wine:first-child {
  border: none;
  padding-top: var(--lg-space);
  padding-bottom: var(--lg-space);
}
.desc-wine.d-flex {
  justify-content: space-between;
}
.desc-wine.d-flex div:first-child {
  width: 25%;
}
.desc-wine.d-flex div:last-child {
  width: 70%;
}
@media screen and (min-width: 992px) {
  .desc-wine.desc-wine-full {
    padding-top: 30vh;
  }
}
.banner-hero {
  position: relative;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.banner-hero-page {
  min-height: 60vh;
}
.banner-hero-inside {
  position: relative;
  width: 100%;
  padding: var(--medium-space) 0;
  margin-bottom: var(--medium-space);
}
.banner-hero-inside:last-child {
  margin: 0;
  padding: 0;
}
.banner-page {
  background-color: var(--darkblack-color);
  padding: var(--lg-space) var(--xl-space);
}
.banner-full {
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .col-pad {
    padding-left: var(--lg-space);
  }
}
.scroll {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  border-radius: 50%;
  z-index: 3;
  opacity: .5;
}
.scroll-inside {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: transparent;
  background-image: url("../img/icon/arrow-vect.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  border: 1px solid var(--white-color);
}
@media screen and (max-width: 1450px) {
  .scroll {
    display: none;
  }
}
/**end page**/
/*scrollbar*/ ::-webkit-scrollbar {
  width: 8px;
  background: #00000050;
}
::-webkit-scrollbar-track {
  box-shadow: none;
}
::-webkit-scrollbar-thumb {
  background: var(--black-color);
  border-radius: 0;
}
/*selection*/ ::-moz-selection {
  color: white;
  background: black;
}
::selection {
  color: white;
  background: black;
}
/*end selection*/
/*******global responsive*********/
@media screen and (max-width: 1920px) {
  :root {}
  html, body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  :root {}
  html, body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  :root {}
  html, body {
    font-size: 18px;
  }
  .hide-lg {
    display: none !important;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  .m-top-lg-m {
    margin-top: var(--md-space) !important;
  }
}
@media screen and (max-width: 991px) {
  :root {}
  html, body {
    font-size: 18px;
  }
  .hide-md {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m {
    margin-top: var(--lg-space) !important;
  }
}
@media screen and (max-width: 767px) {
  :root {}
  html, body {
    font-size: 16px;
  }
  .hide-sm {
    display: none !important;
  }
  .align-center-sm {
    text-align: center !important;
  }
  .align-left-sm {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m {
    margin-top: var(--lg-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
}
@media screen and (max-width: 575px) {
  :root {}
  html, body {
    font-size: 16px;
  }
  .hide-xs {
    display: none !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m, .m-top-xs-m {
    margin-top: var(--lg-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
  footer .m-top-xs-m {
    margin-top: var(--regular-space) !important;
  }
}