@media screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }
}

.navbar {
  height: 128px;
  background-color: rgba(0, 0, 0, 0.2);
}

.navbar-wrapper {
  width: 100%;
}

#navbar-wrapper {
  padding-top: 34px;
}

#navbar-logo {
  width: 165px;
  height: 32px;
  flex-shrink: 0;
}

#navbarTogglerDemo03 {
  flex-direction: row;
  justify-content: space-around;
}

#navbar-tabs-ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#navbar-buy-btn {
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  border: 1px solid #be4e00;
  background: #fd6801;
  color: #f5f5f5;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  margin-top: -5px;
}

#navbar-buy-btn:hover {
  border-radius: 32px;
  border-top: 1px solid #be4e00;
  border-right: 2px solid #be4e00;
  border-bottom: 2px solid #be4e00;
  border-left: 2px solid #be4e00;
  background: #fd6801;
  box-shadow: 0px -6px 8px 0px rgba(187, 76, 0, 0.05) inset,
    0px -8px 10px 0px rgba(187, 76, 0, 0.1) inset,
    0px -4px 2px 0px rgba(187, 76, 0, 0.8) inset,
    0px 2px 10px 0px rgba(187, 76, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

#navbar-buy-btn:active {
  border-radius: 32px;
  border-top: 3px solid #be4e00;
  border-right: 3px solid #be4e00;
  border-bottom: 1.5px solid #be4e00;
  border-left: 3px solid #be4e00;
  background: #fd6801;
  box-shadow: -3px 0px 2px 0px rgba(187, 76, 0, 0.6) inset,
    -3px 0px 2px 0px rgba(187, 76, 0, 0.6) inset,
    0px 8px 10px 0px rgba(187, 76, 0, 0.1) inset, 0px 4px 2px 0px #bb4c00 inset;
  transition: all 0.3s ease-in-out;
}

.event-contents{
    min-height: 750px;
}

.event-banner-link{
    color: #FAFAFA;
    text-decoration: none !important;
}

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

.banner-dark-overlay{
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(50%);
    border-radius: 18px;
    padding: 48px
}

.home-banner-parallax,
.home-about-parallax,
.event-banner-parallax,
.product-banner-parallax {
  /* Create the parallax scrolling effect */
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
}

.home-banner-filter,
.product-banner-filter {
  backdrop-filter: brightness(0.6);
  -webkit-backdrop-filter: brightness(0.6);
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
}

.home-banner-parallax,
.product-banner-parallax {
  min-height: 960px;
}

.event-banner-parallax {
  min-height: 800px;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
}

.index-bottle-slider{
    width: 160px;
}
.card-text-btn-container{
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#home-banner-container,
#product-banner-container {
  height: 960px;
  display: flex;
  align-items: center;
}

.home-about-parallax {
  min-height: 500px;
  background-position: top center;
}

.home-about-filter {
  backdrop-filter: brightness(0.6);
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
}

#home-about-container {
  height: 500px;
  display: flex;
  align-items: center;
}

#home-product-slider-container {
  min-height: 720px;
}

.card {
  width: 546px !important;
  height: 520px !important;
  margin-left: 12px;
  margin-right: 12px;
  border: none !important;
}

.home-product-card-button {
  display: inline-flex;
  justify-content: end;
  padding: 8px 16px;
  align-items: center;
  border-radius: 555px;
  background: #fafafa;
  color: #FD6801;
  width: 56px;
  border: none !important;
  transition: all 300ms ease-in-out;
}

.home-product-card-button-text-container{
    width: 0;
}

.home-btn-readmore{
    color: black;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
overflow: hidden;
}

.home-product-card-button:hover{
    content: 'Read More';
    width: 150px;
    transition: all 300ms ease-in-out;
    .home-btn-readmore{
        width: 100px;
        transition: all 300ms ease-in-out;
    }
}

.home-cocktail-tags-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home-cocktail-tag {
  padding: 4px 16px;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 32px;
  background: #eaeaea;
  margin-top: 16px;
  margin-bottom: 16px;
}

.home-about-button, .section-button {
display: inline-flex;
height: 40px;
padding: 10px 16px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
flex-shrink: 0;
border-radius: 6666px;
border: 1px solid #BE4E00;
background: #FD6801;
color: white;
color: #F5F5F5;
text-align: right;
transition: all 300ms ease-in-out;
/* Button/Small */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
letter-spacing: -0.64px;
}

.home-about-button:hover, .section-button:hover{
    transition: all 300ms ease-in-out;
border-top: 1px solid #BE4E00;
border-right: 2px solid #BE4E00;
border-bottom: 2px solid #BE4E00;
border-left: 2px solid #BE4E00;
background: #FD6801;
box-shadow: 0px 2px 10px 0px rgba(187, 76, 0, 0.10), 0px -6px 8px 0px rgba(187, 76, 0, 0.05) inset, 0px -8px 10px 0px rgba(187, 76, 0, 0.10) inset, 0px -4px 2px 0px rgba(187, 76, 0, 0.80) inset;
}

.home-about-button:active, .section-button:active{
    transition: all 300ms ease-in-out;
    border-radius: 6666px;
border-top: 2.5px solid #BE4E00;
border-right: 2.5px solid #BE4E00;
border-bottom: 1px solid #BE4E00;
border-left: 2.5px solid #BE4E00;
background: #FD6801;
box-shadow: -3px 0px 2px 0px rgba(187, 76, 0, 0.60) inset, -3px 0px 2px 0px rgba(187, 76, 0, 0.60) inset, 0px 8px 10px 0px rgba(187, 76, 0, 0.10) inset, 0px 4px 2px 0px #BB4C00 inset;
}

.event-thumb {
  background-image: url(../img/event-1.jpg);
  background-size: cover;
  border-radius: 16px;
  min-height: 371px;
  padding: 16px;
}

.event-thumb-sm {
  background-image: url(../img/event-1.jpg);
  background-size: cover;
  border-radius: 16px;
  min-height: 193px;
  padding: 16px;
}

.event-thumb-banner {
  background-image: url(../img/event-1.jpg);
  background-size: cover;
  border-radius: 16px;
  min-height: 756px;
  padding: 0;
}

.event-thumb-time {
  width: 125px;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background: #9ac1fe;
}

.call-us-box {
  height: 598px;
  background-image: url("../img/phone-red.png");
  background-size: cover;
  border-radius: 16px;
  padding-left: 48px;
  padding-top: 140px;
}

.buy-now-box {
  height: 598px;
  background-image: url("../img/buynow.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding-left: 48px;
  padding-top: 140px;
}

.footer {
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  padding-top: 3rem;
  min-height: 374px;
}

#about-banner-top {
  padding-top: 200px !important;
}

#about-otg-box{
    padding-right: 70px;
}

#about-otg-content{
    padding-right: 162px;
  padding-left: 70px;
}

.about-ot-button{
    display: flex !important;
padding: 16px 32px !important;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 666px !important;
border: 1px solid #000 !important;
margin-right: 16px;
color: #000;
/* Button/Large */
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
letter-spacing: -0.8px;
transition: all 300ms ease-in-out;
}

#about-ot-button-container{
    display: flex;
    flex-direction: row;
}

.about-ot-button:hover{
    color: #fff;
    background-color: #FD6801;
    transition: all 300ms ease-in-out;
}

#vision-container {
  border-radius: 16px;
  background-image: url('https://dev.balkat.com/king/storage/app/media/Global/about-vision-bg.png');
  min-height: 420px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 96px
}

.filter-buttons-container {
  border-radius: 32px;
  background-color: #fafafa;
  width: 80%;
}

.event-buttons-container {
  border-radius: 32px;
  background-color: #fafafa;
  width: 100%;
}

.filter-button {
  color: #000;
  background-color: transparent;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 16px;
  border-radius: 32px;
  border: 1px solid transparent;
}

.filter-button:hover {
  background-color: #000;
  color: #fff;
}

.filter-button.active,
.btn-check {
  background-color: #000 !important;
  color: #fff !important;
}

.product-box-recipe,
.product-box-buy {
  padding: 8px 16px;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 32px;
}

.product-spec-card {
  width: 100%;
  min-height: 400px;
  border-radius: 24px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-left: 24px;
  padding-right: 24px;
}

.product-spec-img {
  position: relative;
  object-fit: contain;
  top: 225px;
  height: 335px;
  width: 237px;
  transition: all 0.3s ease-in-out;
}

.recipe-bg {
    border-radius: 12px;
    border: 0.5px solid #DEDEDE;
    background: #2A9DB8;
    display: flex;
    width: 546px;
    padding: 24px 24px 48px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    min-height: 1080px; 
    margin-top: 190px;
}
.cocktail-recipe-main-img{

}
.untoggled {
  height: 0;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.toggled {
  height: 220px;
  transition: all 300ms ease-in-out;
  color: #3e3e3e;
}

.navbar {
  height: 128px;
  min-height: 128px;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: start;
}

.expanded {
  height: 330px;
  transition: all 300ms ease-in-out;
  background-color: #fafafa;
  display: flex;
  align-items: start;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.expanded .nav-link {
  color: #3e3e3e;
}

.buynow-box1 {
  background-image: url("/assets/img/buynow-box-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 432px;
  width: 432px;
  border-radius: 16px;
}

#navbar-prod-click:hover {
  cursor: pointer;
}

.article-time-upcoming {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background: #9ac1fe;
  max-width: 150px;
  color: #277afc;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 32px;
}

.article-time-past {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background: #c9d5e8;
  max-width: 150px;
  color: #5a6c88;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 32px;
}

.article-tag {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background: #eaeaea;
  max-width: 100px;
  color: #000000;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.event-banner-filter {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(44, 44, 44, 0.58) 47.29%,
    #000 100%
  );
  border-radius: 56px;
}

#contact-form-box {
  border-radius: 24px;
  background: #f9fafb;
  padding: 48px;
}

#contact-form-box .form-control {
  border-radius: 12px;
  border: 1px solid #aeaeae;
  padding: 16px;
  color: #aeaeae;

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

.buynow-filter {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 63.5%,
    rgba(0, 0, 0, 0.7) 100%
  );
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 32px;
}


.ecomm-box-upper,
.ecomm-box-lower {
  height: 217px;
}

.ecom-button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  background-color: transparent;
}

#shopee-button {
  border: 2px solid #ff4810;
  color: #ff4810;
  transition: all 0.3s ease-in-out;
}

#shopee-button:hover {
  background-color: #ff4810;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#tokped-button {
  color: #068b2e;
  border: 2px solid #068b2e;
  transition: all 0.3s ease-in-out;
}

#tokped-button:hover {
  background-color: #068b2e;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

#blibli-button {
  color: #0074ff;
  border: 2px solid #0074ff;
  transition: all 0.3s ease-in-out;
}

#blibli-button:hover {
  background-color: #0074ff;
  color: #fff;
  transition: all 0.3s ease-in-out;
}


#milestone-container{
    padding: 48px !important;
    background-image: url('https://dev.balkat.com/king/storage/app/media/Global/timeline-bg.png');
    border-radius: 12px !important;
}

.roller {
  height: 4.125rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d3557;
}

.roller #rolltext {
  position: absolute;
  top: -0.5rem;
  animation: slide 12s infinite;
  color: #e5e5e5;
  font-family: "League Gothic";
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@keyframes slide {
  0% {
    top: -1rem;
  }
  16.6% {
    top: -7.25rem;
  }
  33.3% {
    top: -13.5rem;
  }
  50% {
    top: -19.75rem;
  }
  66.6% {
    top: -26rem;
  }
  83.3% {
    top: -32.25rem;
  }
}

.roller {
  height: 4.25rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d3557;
}

.roller-container {
  width: 350px;
  height: 5rem;
  margin-bottom: 2rem;
  animation: resize 6s infinite;
}

.rtd-sm-column {
  height: 742px;
  border-radius: 16px;
  background-repeat: no-repeat;
  width: 32%;
  background-position: center center;
}

.rtd-category-button {
  display: inline-flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  border: 2px solid;
  background-color: transparent;
  text-align: center;

  /* Button/Small */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}

.timeline-ellipse{
    opacity: 0.5;
    transition: all 300ms ease-in-out;
}

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

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

#rtd-sm-iceland-button,
#mb-sm-iceland-button {
  color: #1534b0;
}

#rtd-sm-mixmax-button,
#mb-sm-mixmax-button {
  color: #ef2b97;
}

#rtd-sm-blackjack-button,
#mb-sm-blackjack-button {
  color: #fff;
}

#mixmax-container,
#iceland-container,
#blackjack-container {
  transition: all 500ms ease-in-out;
}

#cocktail-search-bar, #event-search-bar{
    border: #D7D7D7 1px solid;
    border-top-left-radius: 666px;
    border-bottom-left-radius: 666px;
    border-right: none;
    color: #000;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 12px;
}

.cocktail-recipe-main-img{
    width: 544px !important; 
    height: 544px !important;  
    object-fit: cover;
    border-radius: 8px
}

.cocktail-recipe-gallery-container{
    height: 743px; position: sticky; top: 150px; padding-left: 100px; padding-right: 100px;
}

.search-button-out{
    border: #D7D7D7 1px solid;
    border-top-right-radius: 666px;
    border-bottom-right-radius: 666px;
    border-left: none;
    background-color: #FD6801;
}

.search-button-in{
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.recipe-img-sm .slick-current{
    border-radius: 8px;
border: 3px solid #FD6801;
}