@font-face {
  font-family: "NeueMontreal";
  src: url("/fonts/NeueMontreal-Regular.otf");
}
@font-face {
  font-family: "NeueMontrealMedium";
  src: url("/fonts/NeueMontreal-Medium.otf");
}
@font-face {
  font-family: "NeueMontrealBold";
  src: url("/fonts/NeueMontreal-Bold.otf");
}
.two-banners-section .banner-with-text .more, .two-banners-section .brand-name, .marquee__content, .marquee__track, .banner-section .bannerSlider .banner-text-wrapper .brand-name, .products-section .view-all-btn, .banner-section .bannerSlider .banner-text-wrapper .go-job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-section .product-section-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.banner-section .bannerSlider .banner-text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.two-banners-section .banner-text1, .two-banners-section .banner-with-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.two-banners-section .banner-with-image {
  display: flex;
}

.two-banners-section, .products-section, .banner-section {
  max-width: 94%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1740px) {
  .two-banners-section, .products-section, .banner-section {
    max-width: 93%;
    margin: 0 auto;
  }
}

.banner-section .bannerSlider .banner-text-wrapper .go-job {
  min-width: 138px;
  height: 42px;
  width: max-content;
  border: 1px solid #143F47;
  background-color: #143F47;
  border-radius: 8px;
  color: #D2AC68;
  transition: 0.3s;
}
.banner-section .bannerSlider .banner-text-wrapper .go-job svg {
  width: 16px;
  transition: 0.3s;
  margin-left: 6px;
}
.banner-section .bannerSlider .banner-text-wrapper .go-job:hover {
  background-color: #fff;
  color: #143F47;
}
.banner-section .bannerSlider .banner-text-wrapper .go-job:hover svg path {
  stroke: #143F47;
}

.products-section .view-all-btn {
  height: 42px;
  width: max-content;
  border: 1px solid #143F47;
  border-radius: 8px;
  padding: 0 16px;
  color: #143F47;
  margin: 0 auto 30px;
  transition: 0.3s;
}
.products-section .view-all-btn svg {
  margin-left: 8px;
}
.products-section .view-all-btn svg path {
  transition: 0.3s;
}
.products-section .view-all-btn:hover svg path {
  stroke: #D2AC68;
}
.products-section .view-all-btn:hover {
  color: #D2AC68;
  background-color: #143F47;
}

.banner-section {
  margin-block: 32px;
}
@media (max-width: 850px) {
  .banner-section {
    margin-block: 24px;
  }
}
.banner-section .bannerSlider .banner-slide-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.banner-section .bannerSlider .banner-slide-item .banner-slide-item-img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .banner-slide-item .banner-slide-item-img {
    height: 280px;
  }
}
@media (max-width: 550px) {
  .banner-section .bannerSlider .banner-slide-item .banner-slide-item-img {
    height: 200px;
  }
}
.banner-section .bannerSlider .banner-slide-item img {
  border-radius: 24px;
  width: 100%;
}
@media (max-width: 1055px) {
  .banner-section .bannerSlider .banner-slide-item {
    gap: 18px;
  }
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .banner-slide-item {
    grid-template-columns: 1fr;
  }
}
.banner-section .bannerSlider .banner-text-wrapper {
  background: #F7F7F7;
  border-radius: 24px;
  width: 100%;
  padding: 32px 32px 60px 32px;
}
@media (max-width: 1250px) {
  .banner-section .bannerSlider .banner-text-wrapper {
    padding: 16px 16px 33px 16px;
  }
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .banner-text-wrapper {
    padding: 16px 16px 20px 16px;
  }
}
.banner-section .bannerSlider .banner-text-wrapper .brand-name {
  border: 1px solid #D2AC68;
  border-radius: 1000px;
  padding: 6px 16px;
  width: max-content;
}
.banner-section .bannerSlider .banner-text-wrapper .brand-name img {
  width: 24px;
  margin-right: 12px;
}
.banner-section .bannerSlider .banner-text-wrapper .brand-name .brand-item-name {
  color: #143F47;
}
.banner-section .bannerSlider .banner-text-wrapper h2 {
  color: #143F47;
  font-size: 50px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 70px;
  font-family: "NeueMontrealMedium";
}
@media (max-width: 1450px) {
  .banner-section .bannerSlider .banner-text-wrapper h2 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1250px) {
  .banner-section .bannerSlider .banner-text-wrapper h2 {
    font-size: 36px;
    line-height: 44px;
    margin-top: 8px;
  }
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .banner-text-wrapper h2 {
    margin-block: 16px;
    font-size: 22px;
    line-height: 32px;
  }
}
.banner-section .bannerSlider .banner-text-wrapper .go-job {
  padding: 5px 20px;
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .banner-text-wrapper .go-job {
    width: 100%;
    justify-content: space-between;
    padding-inline: 16px;
  }
}
.banner-section .bannerSlider .banner-text-wrapper .banner-description {
  margin-bottom: 40px;
  margin-top: 12px;
}
.banner-section .bannerSlider .banner-text-wrapper .banner-description p, .banner-section .bannerSlider .banner-text-wrapper .banner-description span, .banner-section .bannerSlider .banner-text-wrapper .banner-description ul, .banner-section .bannerSlider .banner-text-wrapper .banner-description li, .banner-section .bannerSlider .banner-text-wrapper .banner-description div, .banner-section .bannerSlider .banner-text-wrapper .banner-description strong, .banner-section .bannerSlider .banner-text-wrapper .banner-description em, .banner-section .bannerSlider .banner-text-wrapper .banner-description s, .banner-section .bannerSlider .banner-text-wrapper .banner-description sub, .banner-section .bannerSlider .banner-text-wrapper .banner-description sup, .banner-section .bannerSlider .banner-text-wrapper .banner-description ol, .banner-section .bannerSlider .banner-text-wrapper .banner-description a {
  color: #143F47;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .banner-text-wrapper .banner-description p, .banner-section .bannerSlider .banner-text-wrapper .banner-description span, .banner-section .bannerSlider .banner-text-wrapper .banner-description ul, .banner-section .bannerSlider .banner-text-wrapper .banner-description li, .banner-section .bannerSlider .banner-text-wrapper .banner-description div, .banner-section .bannerSlider .banner-text-wrapper .banner-description strong, .banner-section .bannerSlider .banner-text-wrapper .banner-description em, .banner-section .bannerSlider .banner-text-wrapper .banner-description s, .banner-section .bannerSlider .banner-text-wrapper .banner-description sub, .banner-section .bannerSlider .banner-text-wrapper .banner-description sup, .banner-section .bannerSlider .banner-text-wrapper .banner-description ol, .banner-section .bannerSlider .banner-text-wrapper .banner-description a {
    font-size: 14px;
  }
}
.banner-section .bannerSlider .banner-text-wrapper .banner-description ul {
  padding-left: 19px;
}
@media (max-width: 1250px) {
  .banner-section .bannerSlider .banner-text-wrapper .banner-description {
    margin-bottom: 16px;
  }
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .banner-text-wrapper .banner-description {
    margin-bottom: 30px;
  }
}
.banner-section .bannerSlider .swiper-button-next {
  top: unset;
  bottom: 20px;
  right: 24px;
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .swiper-button-next {
    bottom: -10px;
  }
}
.banner-section .bannerSlider .swiper-button-prev {
  top: unset;
  bottom: 20px;
  right: 94px;
  left: unset;
}
@media (max-width: 850px) {
  .banner-section .bannerSlider .swiper-button-prev {
    bottom: -10px;
    left: 24px;
    right: unset;
  }
}
@media (max-width: 850px) {
  .banner-section .bannerSlider {
    padding-bottom: 40px;
  }
}

.marquee {
  width: 100%;
  height: 56px;
  overflow: hidden;
  position: relative;
  border: 1px solid #DAE0E1;
}
.marquee__track {
  height: 56px;
  width: max-content;
}
@media (max-width: 850px) {
  .marquee__track {
    height: 46px;
  }
}
.marquee__content {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  contain: layout paint;
}
.marquee__content > * {
  margin-right: 200px;
  flex-shrink: 0;
}
@media (max-width: 850px) {
  .marquee__content > * {
    margin-right: 114px;
  }
}
.marquee p {
  font-size: 24px;
  color: #143F47;
}
@media (max-width: 850px) {
  .marquee p {
    font-size: 16px;
  }
}
.marquee img {
  width: 40px;
  height: auto;
}
@media (max-width: 850px) {
  .marquee {
    height: 46px;
  }
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.mobileProductSlider {
  display: none;
}
@media (max-width: 550px) {
  .mobileProductSlider {
    display: block;
    margin-top: 30px;
  }
}

.products-section {
  border-top: 1px solid #DAE0E1;
  border-bottom: 1px solid #DAE0E1;
  margin-top: 34px;
  display: flex;
  align-items: stretch;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 550px) {
  .products-section .view-all-btn {
    margin-top: 24px;
    width: 100%;
  }
}
.products-section .products-container {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .products-section .products-container {
    max-width: 91%;
  }
}
@media (max-width: 1250px) {
  .products-section .products-container {
    max-width: 100%;
  }
}
.products-section .product-section-title {
  width: 68px;
  border-right: 1px solid #DAE0E1;
  padding-bottom: 208px;
}
.products-section .product-section-title .titleItem {
  transform: rotate(-90deg);
  white-space: nowrap;
  display: inline-block;
  position: sticky;
  top: 305px;
  font-size: 36px;
  color: #143F47;
}
@media (max-width: 1250px) {
  .products-section .product-section-title .titleItem {
    transform: rotate(0deg);
    position: static;
    font-size: 31px;
    white-space: pre-wrap;
  }
}
@media (max-width: 1250px) {
  .products-section .product-section-title {
    width: 100%;
    border-right: 0;
    padding-block: 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1250px) {
  .products-section {
    flex-direction: column;
    border: 0;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
@media (max-width: 550px) {
  .products-section {
    margin-bottom: 40px;
  }
}

.products-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 50px 0 30px 30px;
  gap: 32px;
  width: 100%;
}
.products-wrapper .swiper-slide:nth-child(n+11) {
  display: none;
}
@media (max-width: 1950px) {
  .products-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1650px) {
  .products-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .products-wrapper .swiper-slide:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 1250px) {
  .products-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 1146px) {
  .products-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .products-wrapper .swiper-slide:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 761px) {
  .products-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .products-wrapper .swiper-slide:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 550px) {
  .products-wrapper {
    display: none;
  }
}

.two-banners-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 100px;
}
.two-banners-section .brand-name {
  border: 1px solid #D2AC68;
  border-radius: 1000px;
  padding: 6px 16px;
  width: max-content;
  color: #D2AC68;
  margin-bottom: 24px;
}
.two-banners-section .brand-name img {
  width: 24px;
  margin-right: 12px;
}
@media (max-width: 1370px) {
  .two-banners-section .brand-name {
    margin-bottom: 16px;
  }
}
.two-banners-section .second-banner {
  text-align: justify;
}
.two-banners-section .banner-with-text {
  height: 378px;
  background: #143F47;
  border-radius: 24px;
  padding: 64px 40px;
}
@media (max-width: 850px) {
  .two-banners-section .banner-with-text {
    border-radius: 8px;
  }
}
.two-banners-section .banner-with-text .banner-content h2, .two-banners-section .banner-with-text .banner-content h3 {
  font-size: 40px;
  margin-bottom: 24px;
  color: #fff;
}
@media (max-width: 1450px) {
  .two-banners-section .banner-with-text .banner-content h2, .two-banners-section .banner-with-text .banner-content h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 550px) {
  .two-banners-section .banner-with-text .banner-content h2, .two-banners-section .banner-with-text .banner-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.two-banners-section .banner-with-text .banner-content p, .two-banners-section .banner-with-text .banner-content span, .two-banners-section .banner-with-text .banner-content div {
  font-size: 16px;
  color: #DAE0E1;
  line-height: 24px;
}
@media (max-width: 1450px) {
  .two-banners-section .banner-with-text .banner-content p, .two-banners-section .banner-with-text .banner-content span, .two-banners-section .banner-with-text .banner-content div {
    margin-bottom: 18px;
  }
}
.two-banners-section .banner-with-text .more {
  width: max-content;
  font-size: 16px;
  color: #D2AC68;
  transition: 0.3s;
  margin-top: 32px;
}
.two-banners-section .banner-with-text .more svg {
  margin-left: 8px;
}
.two-banners-section .banner-with-text .more svg path {
  transition: 0.3s;
}
.two-banners-section .banner-with-text .more:hover {
  color: #fff;
}
.two-banners-section .banner-with-text .more:hover svg path {
  stroke: #fff;
}
@media (max-width: 850px) {
  .two-banners-section .banner-with-text {
    height: auto;
    padding-block: 34px;
  }
}
@media (max-width: 550px) {
  .two-banners-section .banner-with-text {
    padding-inline: 22px;
    min-height: 200px;
  }
}
.two-banners-section .banner-with-image a {
  display: block;
  width: 100%;
}
.two-banners-section .banner-with-image img {
  width: 100%;
  border-radius: 24px;
  height: 378px;
  object-fit: cover;
}
@media (max-width: 1250px) {
  .two-banners-section .banner-with-image img {
    object-fit: cover;
  }
}
@media (max-width: 850px) {
  .two-banners-section .banner-with-image img {
    border-radius: 8px;
    height: 240px;
  }
}
.two-banners-section .banner-text1 {
  background-color: #F7F7F7;
  border-radius: 24px;
  padding: 40px;
}
.two-banners-section .banner-text1 .blue-txt {
  max-width: 473px;
  font-size: 40px;
  color: #143F47;
}
@media (max-width: 1370px) {
  .two-banners-section .banner-text1 .blue-txt {
    font-size: 34px;
  }
}
@media (max-width: 550px) {
  .two-banners-section .banner-text1 .blue-txt {
    font-size: 28px;
  }
}
@media (max-width: 1370px) {
  .two-banners-section {
    gap: 24px;
  }
}
@media (max-width: 1250px) {
  .two-banners-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 1055px) {
  .two-banners-section {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 550px) {
  .two-banners-section {
    margin-bottom: 40px;
  }
}

.cocktail-item {
  border-radius: 8px;
  background-color: #F7F7F7;
  padding: 16px;
}
.cocktail-item img {
  width: 100%;
  border-radius: 8px;
}
.cocktail-item .cocktail-title {
  font-size: 16px;
  margin-top: 16px;
  color: #000;
}

.pd .product-section-title .titleItem {
  padding-right: 64px;
}

/*# sourceMappingURL=homepage.css.map */
