@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.footer-link-ul {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  list-style: none;
  line-height: 200%;
  padding-left: 0;
}

.footer-heading {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.home-event-link{
    text-decoration: none !important;
}

.about-year{
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.96px;
    opacity: 0.5;
    transition: all 300ms ease-in-out;
}

.slick-current .about-year{
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.about-year:hover{
    opacity: 0.7;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.tag-text {
  color: #277afc;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.footer-heading a {
  color:#000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 200ms ease-in-out;
}

.footer-heading a:hover {
  border-bottom: 1px solid #000;
  transition: all 200ms ease-in-out;
}

.footer-link-ul a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: all 200ms ease-in-out;
}

.footer-link-ul a:hover {
  border-bottom: 1px solid #000;
  transition: all 200ms ease-in-out;
}

.nav-link {
      border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #fafafa;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
    transition: all 200ms ease-in-out;
}

.nav-link:hover{
    border-bottom: 1px solid #fff;
  transition: all 200ms ease-in-out;
  color: white
}

.expanded .nav-link:hover{
border-bottom: 1px solid #000;
  transition: all 200ms ease-in-out;
  color: black;
}

.home-banner-type {
color: #C2C2C2;

/* Heading/Small */
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
letter-spacing: -0.96px;
}

.home-banner-subtitle,
.product-banner-subtitle {
  color: #C2C2C2;

/* Display/Medium */
font-family: "League Gothic";
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 83.2px */}

.home-banner-title,
.product-banner-title {
 color: #FFF;
font-family: "League Gothic";
font-size: 84px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.home-banner-text {
color: #C2C2C2;

/* Body/Large */
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 28px */
}

.section-title {
  color: #000;
  font-family: "League Gothic";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 67.2px */
  margin: 0 !important;
}

.about-section-subtitle{
    color: #3E3E3E;

/* Heading/Large */
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 52px */
letter-spacing: -3.2px;
}

.about-section-content-text{
    color: #585858;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.about-section-cta{
    color: #000;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.card-title {
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 50px;
  margin-left: 22px;
  margin-right: 22px;
}

.home-about-title {
color: #0F8C8C;

/* Heading/Small */
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
letter-spacing: -0.96px;
}

.home-about-subtitle {
 color: #FFF;

/* Display/Small */
font-family: "League Gothic";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 67.2px */
}

.home-product-card-description {
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-banner-header {
  color: #353535;
  text-align: center;
  font-family: "League Gothic";
  font-size: 84px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 72px */
  width: 1024px;
}

colorblue {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
  color: #e32728 !important;
}

.vision-text {
color: #000;
text-align: center;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 41.6px */
letter-spacing: -1.92px;
}

.vision-title {
color: #888;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.6px;
text-transform: uppercase;
text-align: center;
}

.home-cocktail-name {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cocktail-link{
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 300ms ease-in-out;
}

.cocktail-link-box{
    height: 54px;
    transition: all 300ms ease-in-out;
}

.cocktail-link-box:hover{
    border-bottom: 1px solid black;
    transition: all 300ms ease-in-out;
}

.home-event-title {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}

.home-event-title-sm {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.event-banner-title-sm{
    color: #FAFAFA;

/* Heading/Medium */
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 41.6px */
letter-spacing: -1.92px;
}

datetime {
  color: #8b8b8b;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.question-title,
.contact-box-title {
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.question-subtitle,
.contact-box-subtitle {
  color: #444;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.question-title,
.question-subtitle {
  color: #fff;
}

.product-box-title {
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.product-box-description {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.product-spec-brand {
  color: #dedede;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-spec-variant {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-spec-vol {
  color: #dedede;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product-spec-description {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.recipe-title {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 62.4px */
}

.recipe-paragraph {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.recipe-subtitle {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.recipe-list {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 300%;
}

.nav-sub {
  color: #3e3e3e;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.events-top-title {
  color: #fafafa;

  /* Heading/Large */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -3.2px;
}

.article-scroll {
  color: #a2a2a2;

  /* Body/Xsmall */
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.richtext p {
  color: #3e3e3e;

  /* Body/Medium */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
.richtext h1 {
  color: #0a0a0a;

  /* Heading/Medium */
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1.92px;
}
.richtext img {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.article-anchor {
  text-decoration: none !important;
}

.article-anchor:hover {
  h4 {
    text-decoration: underline !important;
  }
}

.contact-title {
  color: #000;

  /* Body/Small */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  opacity: 0.6;
  text-transform: uppercase;
}

.contact-subtitle {
  color: #3e3e3e;

  /* Heading/Medium */
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1.92px;
}

.contact-content {
  color: #000;

  /* Body/Small */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  opacity: 0.7;
}

.contact-button {
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 666px;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  /* Button/Small */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
  transition: all 0.3s ease-in-out;
}

.contact-button:hover {
  border: 1px solid #be4e00;
  background: #fd6801;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.form-title {
  color: #0a0a0a;
  margin-bottom: 28px;
  /* Heading/Small */
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.96px;
}

.send-button {
  width: 100%;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 32px;
  border: 1px solid #888;
  background: #dedede;
  color: #888;

  /* Button/Medium */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}

.buynow-link,
.buynow-text {
  color: #fff;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ecommerce-title {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  margin-top: 100px;
  margin-bottom: 16px;
}

.offer-text {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}

.shopee-title {
  color: #ff4810;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.about-time-desc-title{
    color: #0A0A0A;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.96px;
}

.about-time-desc-text{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */       
}

.product-banner-text {
  color: #c2c2c2;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.rtd-category-title {
  text-align: center;
  /* Heading/Small */
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.96px;
}

#rtd-sm-iceland-title {
  color: #1534b0;
}

#rtd-sm-mixmax-title {
  color: #ef2b97;
}

#rtd-sm-blackjack-title {
  color: #fff;
}

.bottom-text-xl {
  color: transparent;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
    -1px 1px 0 #fff, 3px 3px 5px #333;
  font-family: "Plus Jakarta Sans";
  font-size: 320px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  z-index: -3;
  opacity: 0.2;
}

.rtd-lg-brand-name {
  color: #e0e0e0;

  /* Body/Small */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.rtd-lg-product-name {
  color: #fff;

  /* Heading/Medium */
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1.92px;
}

.rtd-lg-product-description {
  color: #fff;

  /* Body/Xsmall */
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.rtd-lg-product-spec-field {
  color: #fff;
  opacity: 0.7;
  /* Body/Xsmall */
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.rtd-lg-product-spec-content {
  color: #fff;
  text-align: right;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.recipe-div li{
    color: #FFF;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 3;
}

.recipe-div a{
    opacity: 0.7;
color: #FFF;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline;
}


.shopee-title {
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

#shopeefont {
  color: #ff4810;
}

#bliblifont {
  color: #0074ff;
}

#tokpedfont {
  color: #068b2e;
}

.flipcard-ol-bottom a{
    color: #fff !important
}