:root {
  font-family: "Noto Sans Thai", "Roboto Condensed", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 18px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --bs-navbar-toggler-icon-bg-light: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body {
  font-family: "Noto Sans Thai", "Roboto Condensed", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  color: #000;
}
a {
  font-weight: 500;
  color: #0c0c0c;
  text-decoration: inherit;
}
a:hover {
  color: #0e0e0e;
}
.bg-1 {
  background-color: #FFD427;
}
.bg-2 {
  background-color: #F6C40C;
}
.bg-3 {
  background-color: #FFDD4F;
}
.bg-4 {
  background-color: #FFD427;
}
.bg-5 {
  background-color: #F4C70A;
}
.bg-6 {
  background-color: #272727;
}
.navbar-collapse {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background-color: rgb(255, 212, 39);
}
.navbar a.nav-link {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.navbar a.nav-link:hover {
  color: #252525;
}
.navbar .navbar-nav {
  max-width: 80%;
  text-align: left;
  margin: 0 auto;
}
.nav-item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff5c;
}
.nav-link {
  padding: 0;
}
.btn-buy {
  background-color: #FDB609;
  color: #000;
  font-weight: bold;
  border-radius: 40px;
  padding: 0.25rem 0.3rem 0;
  border: 2px solid #fff;
  font-size: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.logo {
  margin-bottom: 0;
}
.logo img {
  width: 125px;
  height: auto;
}
.navbar-toggler {
  border: none;
  padding: 0.1rem 0.2rem
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url(../images/svg/menu-normal.svg);
}
[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(../images/svg/menu-x.svg);
}
@media (min-width: 992px) {
  .navbar-collapse {
    position: relative;
    top: auto;
  }
  .navbar a.nav-link {
    color: #FFF;
  }
  .container-xl.container-fix {
    max-width: 920px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .navbar .navbar-nav {
    max-width: inherit;
    margin-left: auto;
  }
  .nav-item {
    display: flex;
    align-items: center;
    border-bottom: none;
  }
  .logo img {
    width: 195px;
  }
  .btn-buy {
    background-color: #FDB609;
    color: #000;
    font-weight: bold;
    border-radius: 40px;
    padding: 0.3rem 0.5rem 0;
    border: 2px solid #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
}
.swiper-flavors {
  color: #fff;
  text-align: center;
}
.swiper-flavors h3 {
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.swiper-flavors h4 {
  font-weight: bold;
  text-transform: uppercase;
}
.swiper-flavors .swiper-slide.swiper-slide-prev,
.swiper-flavors .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.nav-menu-prev,
.nav-menu-next,
.nav-flavor-prev
.nav-flavor-prev2,
.nav-flavor-next,
.nav-flavor-next2 {
  cursor: pointer;
}
.nav-menu-prev,
.nav-menu-prev,
.nav-flavor-prev,
.nav-flavor-prev2 {
  transform: rotate(180deg);
}
.soda-detail {
  background-color: #FECD20;
  border: 4px solid #ffffffd9;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 25px;
}
.soda-detail h2,
.soda-detail h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.soda-text {
  text-align: left;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .swiper-flavors .swiper-slide img {
    width: auto;
  }
  .swiper-flavors .text-left {
    text-align: left;
  }
  .img-flavor {
    width: 500px;
  }
  .swiper-flavors .swiper-wrapper {
    margin-bottom: 3rem;
  }
  .swiper-menu .swiper-wrapper {
    margin-bottom: 1rem;
  }
  .swiper-flavors .swiper-slide {
    padding: 0 120px;
  }
  .nav-flavor-prev,
  .nav-flavor-next {
    position: absolute;
    top: 45%;
    z-index: 2;
  }
  .nav-flavor-prev {
    left: 10px;
  }
  .nav-flavor-next {
    right: 10px;
  }
}

.swiper-menu img {
  cursor: pointer;
}
.click-more {
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  left: 0;
  color: #fff;
  font-weight: bold;
}
.menu-detail {
  border: 4px solid #ffffffd9;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fecd20d4;
  display: none;
  opacity: 0;
}
.modal-body .menu-detail {
  height: auto;
}
.menu-detail.show {
  display: block;
  opacity: 1;
}
.menu-detail .menu-head {
  color: #fff;
  font-size: 2.5rem;
}
.menu-head {
  border-bottom: 4px solid #ffffffd9;
  padding: 10px 25px;
}
.menu-body {
  padding: 25px;
}
.menu-ingredient {
  padding: 0 25px;
}
.menu-body {
  font-weight: bold;
}
.menu-remark {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  font-size: 0.85rem;
}
.ingredient {
  font-weight: bold;
  margin-bottom: 15px;
}
.menu-size {
  font-weight: normal;
  font-size: 0.85rem;
}
@media (min-width: 992px) {
  .menu-body {
    font-size: 1.3rem;
  }
  .menu-ingredient {
    max-width: 600px;
    margin: 0 auto;
  }
  .ingredient {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .menu-size {
    font-weight: normal;
    font-size: 1rem;
  }
}

.swiper-menu .swiper-pagination {
  position: relative;
  top: initial;
  bottom: initial;
  margin: 15px 0;
}
.swiper-flavor-modal .nav-flavor-prev2,
.swiper-flavor-modal .nav-flavor-next2 {
  position: absolute;
  top: 20%;
  z-index: 2;
}
.swiper-flavor-modal .nav-flavor-prev2 {
  left: 0;
}
.swiper-flavor-modal .nav-flavor-next2 {
  right: 0;
}
.swiper-flavor-modal .swiper-pagination {
  top: 52%;
}
.swiper-flavor-modal .row {
  flex-direction: column;
}
.swiper-flavor-modal .col-md-4 {
  margin-bottom: 20px;
}
.swiper-flavor-modal .soda-detail {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.swiper-flavor-modal .soda-text {
  font-size: 1.15rem;
}
.swiper-flavor-modal h3,
.swiper-flavor-modal h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}
.swiper-flavor-modal h3 {
  font-size: 1.5rem;
}

.modal .swiper-close,
#menuModal .swiper-close.d-none,
.swiper-flavor-modal .swiper-close.d-none {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  background-image: url(../images/svg/close.svg);
  background-size: cover;
}
.modal .swiper-close {
  right: 4px;
  top: 4px;
  opacity: .7;
  background-image: url(../images/svg/close2.svg);
}
@media (min-width: 992px) {
  .swiper-flavor-modal h3 {
    font-size: 2.5rem;
  }
  .modal .swiper-close {
    top: -25px;
    right: -35px;
  }
}
.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed) {
  color: #000;
  background: none;
  box-shadow: none;
}
.accordion-button {
  font-size: 1.2rem;
  font-weight: 500;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  box-shadow: 7px 10px 0 0 rgb(0 0 0 / 16%);
  -webkit-box-shadow: 7px 10px 0 0 rgb(0 0 0 / 16%);
  -moz-box-shadow: 7px 10px 0 0 rgb(0 0 0 / 16%);
  margin: 5px 30px 30px;
  background: #fff;
  border: 2px solid #000;
}
.accordion-button::after {
  background-image: url(../images/svg/plus-svg.svg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/svg/minus-svg.svg);
}
.accordion-item {
  border: 1px solid #eaeaea78;
}
.footer-nav .nav-link {
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
}
.footer-nav .nav-link:hover {
  text-decoration: underline;
}
.footer-link {
  text-align: center;
  color: #fff;
}
.footer-link a.singha {
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  margin: 5px 2px;
}
.footer-link a.call-center {
  display: inline-block;
  margin: 5px 2px;
  text-align: left;
  color: #FFFFFF;
  vertical-align: bottom;
}
.footer-text,
.footer-link {
  color: #fff;
}
.footer-link .call-1 {
  font-size: 0.7rem;
}
.footer-link .call-2 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  vertical-align: bottom;
}
.footer-nav {
  margin-bottom: 1rem;
}
.footer-link a.circle {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin: 5px 2px;
}
.footer-link a.circle img {
  width: 26px;
}
.footer-link .h-divider {
  height: 70px;
  margin: 5px 8px;
  border-right: 3px solid #fff;
  display: inline-block;
  vertical-align: middle;
}
.footer-text .company {
  font-weight: bold;
}
.footer-text .copy {
  font-size: 0.7rem;
  margin-top: 1.3rem;
}
.footer-nav .nav-item {
  border-bottom: none;
}
@media (min-width: 768px) {
  .footer-link a.circle img {
    width: 40px;
  }
}
#menuModal img {
  display: none;
}
#menuModal .menu-detail {
  display: block !important;
  opacity: 1 !important;
  position: relative !important;
}
#menuModal .menu-head {
  font-size: 1.5rem;
  padding: 10px;
}
#menuModal .menu-body  {
  padding: 10px;
}
#menuModal .menu-ingredient {
  padding: 10px;
  margin-bottom: 5rem;
}
#menuModal .swiper-slide {
  width: 100% !important;
}
.animated {
  animation-duration: 750ms;
  animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
  animation-fill-mode: both;
}
.appear-animation {
  opacity: 0;
  animation-delay: 200ms;
}
.appear-animation-visible {
  opacity: 1;
}
.bubble {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0;
  z-index: 5;
  background-image: url(../images/bubble.png);
  background-size: cover;
}
#wrapall {
  position: relative;
  overflow-x: hidden;
}
.fact {
  max-width: 920px;
  margin: 0 auto;
}
@media (min-width: 1420px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
}
.text-lemon {
  color: #F7BE2C;
  font-weight: bold;
}
.btn-warning {
  background-color: #FBC132;
  color: #000;
}
.list-group-flush .list-group-item {
  padding: 0;
  border: none;
}
.list-mail,
.list-tel,
.list-map {
  background-size: 40px;
  background-repeat: no-repeat;
  padding-left: 50px;
  border: none;
  display: flex;
  height: 40px;
  align-items: center;
}
.list-mail {
  background-image: url(../images/svg/icn-mail.svg);
}
.list-tel {
  background-image: url(../images/svg/icn-tell.svg);
}
.list-map {
  background-image: url(../images/svg/icn-map.svg);
}
.form-control,
.form-select {
  border-radius: 0;
  border: 1px solid #F7BE2C;
}
.form-control:focus {
  border-color: #F7BE2C;
  box-shadow: 0 0 0 0.25rem #f7be2c40;
}
#error-message {
  display: none;
  padding-top: 8px;
  font-size: 0.9rem;
  color: red;
}
.was-validated #error-message {
  display: block;
}
.was-validated.is-valid #error-message {
  display: none;
}
.result-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffffeb;
  text-align: center;
}
.result-message.show {
  display: flex;
}
