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

.marquee, .marquee .marquee__inner {
  display: flex;
  align-items: 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-with-text, .two-banners-section .banner-text1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

.banner-section, .products-section, .two-banners-section {
  max-width: 1737px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1740px) {
    .banner-section, .products-section, .two-banners-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: 80px; }
  @media (max-width: 1370px) {
    .banner-section {
      margin-block: 40px; } }
  @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 img {
      border-radius: 24px;
      max-width: 847px;
      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 78px 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 .slider-title {
      color: #143F47;
      font-size: 60px;
      font-weight: 500;
      line-height: 70px;
      font-family: 'NeueMontrealMedium'; }
      @media (max-width: 1450px) {
        .banner-section .bannerSlider .banner-text-wrapper .slider-title {
          font-size: 44px;
          line-height: 52px; } }
      @media (max-width: 1250px) {
        .banner-section .bannerSlider .banner-text-wrapper .slider-title {
          font-size: 36px;
          line-height: 44px;
          margin-top: 8px; } }
      @media (max-width: 850px) {
        .banner-section .bannerSlider .banner-text-wrapper .slider-title {
          margin-top: 16px; } }
    .banner-section .bannerSlider .banner-text-wrapper .paragraph {
      color: #143F47;
      font-size: 16px;
      margin-top: 12px;
      line-height: 24px;
      margin-bottom: 40px; }
      @media (max-width: 1250px) {
        .banner-section .bannerSlider .banner-text-wrapper .paragraph {
          margin-bottom: 16px; } }
      @media (max-width: 850px) {
        .banner-section .bannerSlider .banner-text-wrapper .paragraph {
          margin-bottom: 30px; } }
    @media (max-width: 850px) {
      .banner-section .bannerSlider .banner-text-wrapper .go-job {
        width: 100%;
        justify-content: space-between;
        padding-inline: 16px; } }
  .banner-section .bannerSlider .swiper-button-next {
    top: unset;
    bottom: 20px;
    right: 24px; }
    @media (max-width: 850px) {
      .banner-section .bannerSlider .swiper-button-next {
        bottom: 9px; } }
  .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: 9px;
        left: 24px;
        right: unset; } }

.marquee {
  width: 100%;
  height: 56px;
  border: 1px solid #DAE0E1;
  overflow: hidden;
  position: relative; }
  .marquee .marquee__inner {
    gap: 250px;
    width: max-content;
    animation: marquee 35s linear infinite;
    will-change: transform; }
    .marquee .marquee__inner::after {
      content: attr(data-duplicate); }
    @media (max-width: 1450px) {
      .marquee .marquee__inner {
        gap: 170px; } }
    @media (max-width: 850px) {
      .marquee .marquee__inner {
        gap: 112px; } }
  .marquee p {
    font-size: 24px;
    white-space: nowrap;
    color: #143F47; }
    @media (max-width: 1450px) {
      .marquee p {
        font-size: 20px; } }
    @media (max-width: 850px) {
      .marquee p {
        font-size: 16px; } }
  .marquee img {
    width: 40px;
    flex-shrink: 0; }
  @media (max-width: 850px) {
    .marquee {
      height: 46px; } }

@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: 80px;
  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%; }
  .products-section .product-section-title {
    width: 68px;
    border-right: 1px solid #DAE0E1;
    padding-bottom: 187px; }
    .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;
  padding: 50px 0 30px 30px;
  gap: 16px;
  width: 100%; }
  @media (max-width: 1250px) {
    .products-wrapper {
      padding: 30px 0; } }
  @media (max-width: 761px) {
    .products-wrapper {
      grid-template-columns: 1fr 1fr; } }
  @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 .banner-with-text {
    min-height: 251px;
    background: #143F47;
    border-radius: 24px;
    padding: 20px 40px; }
    @media (max-width: 850px) {
      .two-banners-section .banner-with-text {
        border-radius: 8px; } }
    .two-banners-section .banner-with-text .title {
      font-size: 40px;
      margin-bottom: 24px;
      color: #fff; }
      @media (max-width: 1450px) {
        .two-banners-section .banner-with-text .title {
          font-size: 32px;
          margin-bottom: 16px; } }
      @media (max-width: 550px) {
        .two-banners-section .banner-with-text .title {
          font-size: 28px;
          margin-bottom: 16px; } }
    .two-banners-section .banner-with-text .banner-paragraph {
      font-size: 16px;
      margin-bottom: 32px;
      color: #fff;
      display: -webkit-box;
      word-break: break-word;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3; }
      @media (max-width: 1450px) {
        .two-banners-section .banner-with-text .banner-paragraph {
          margin-bottom: 18px; } }
    .two-banners-section .banner-with-text .more {
      width: max-content;
      font-size: 16px;
      color: #D2AC68;
      transition: 0.3s; }
      .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: 550px) {
      .two-banners-section .banner-with-text {
        padding-inline: 22px;
        min-height: 200px; } }
  .two-banners-section .banner-with-image {
    display: flex; }
    .two-banners-section .banner-with-image img {
      width: 100%;
      border-radius: 24px; }
      @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; } }
  .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: 550px) {
    .two-banners-section {
      grid-template-columns: 1fr;
      gap: 16px;
      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; }

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