@charset "UTF-8";
:root {
  --swiper-navigation-size:35px !important; }

.text-authum {
  color: #E19B55; }

@keyframes shake {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(4deg); } }

@keyframes blink {
  from {
    background-color: rgba(255, 200, 131, 0.3);
    box-shadow: 0 0 4px #f8c37f; }
  to {
    background-color: rgba(255, 200, 131, 0.6);
    box-shadow: 0 0 6px #f5b35f; } }

@keyframes rotate {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

/* Shine */
.hover-shine .shine-effect {
  position: absolute;
  inset: 0; }
  .hover-shine .shine-effect::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .hover-shine .shine-effect:hover::before {
    animation: shine 0.75s; }

.hover-shine {
  position: relative; }

@keyframes shine {
  100% {
    left: 125%; } }

@font-face {
  font-family: 'Kanit';
  font-weight: 300;
  src: url("../fonts/Kanit/Kanit-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Kanit';
  font-weight: normal;
  src: url("../fonts/Kanit/Kanit-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Kanit';
  font-weight: 500;
  src: url("../fonts/Kanit/Kanit-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Kanit';
  font-weight: 600;
  src: url("../fonts/Kanit/Kanit-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Kanit';
  font-weight: 700;
  src: url("../fonts/Kanit/Kanit-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Kanit';
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Kanit/Kanit-SemiBoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Mitr';
  font-weight: normal;
  src: url("../fonts/Mitr/Mitr-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Mitr';
  font-weight: 500;
  src: url("../fonts/Mitr/Mitr-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Mitr';
  font-weight: 700;
  src: url("../fonts/Mitr/Mitr-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Petit_Formal_Script';
  font-weight: 400;
  src: url("../fonts/Petit_Formal_Script/PetitFormalScript-Regular.ttf") format("truetype"); }

* {
  box-sizing: border-box; }

html.fixed {
  overflow-y: hidden; }
  @media (min-width: 1128px) {
    html.fixed {
      overflow-y: auto; } }

html, body {
  position: relative;
  font-family: "Kanit";
  overflow-x: hidden;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.4;
  color: #3D3721;
  padding: 0;
  font-weight: 300; }
  html > .wrapper, body > .wrapper {
    overflow-x: hidden; }

.btn-floating {
  position: fixed;
  right: 0rem;
  z-index: 7;
  top: 70vh; }
  .btn-floating .btn-to-top, .btn-floating .btn-to-game, .btn-floating .btn-to-download {
    width: 4rem;
    display: block;
    cursor: pointer; }
  @media (min-width: 1128px) {
    .btn-floating {
      right: 2rem; }
      .btn-floating .btn-to-top, .btn-floating .btn-to-game, .btn-floating .btn-to-download {
        width: 5rem; } }

.bg-banner {
  background-image: url("../images/hero-banner.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.heading .h3 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2; }

.heading .h2 {
  font-size: 2.5rem;
  font-weight: 500; }

.Word {
  overflow: hidden;
  display: inline-block;
  margin-right: .3em; }
  .Word span {
    display: inline-block;
    transform-origin: top left; }

.btn-download {
  background-color: #B76533;
  color: #FFF !important;
  border-radius: 1.875rem;
  width: 100%;
  padding: .58rem;
  line-height: 1;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .btn-download {
      font-size: 1rem;
      max-width: 14.375rem;
      padding: .875rem; } }
  .btn-download:hover {
    background-color: #9d5528; }

.section-banner {
  min-height: 36rem;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-flow: column; }
  @media (min-width: 768px) {
    .section-banner {
      min-height: 45rem; } }
  @media (min-width: 1128px) {
    .section-banner {
      padding-top: 5%;
      min-height: 40rem; } }
  .section-banner .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.875rem; }
    .section-banner .logo img {
      max-width: 6.25rem; }
    @media (min-width: 768px) {
      .section-banner .logo img {
        max-width: 8rem; } }
  .section-banner .title h1 {
    margin-bottom: 0; }
    .section-banner .title h1 span {
      font-family: 'Petit_Formal_Script';
      background: linear-gradient(90deg, #FFF8D1 0%, #FFF3B1 49%, #FFEB7C 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 1.626rem;
      padding: 5px; }
      @media (min-width: 576px) {
        .section-banner .title h1 span {
          font-size: calc(1.626rem + 2vw); } }
      @media (min-width: 768px) {
        .section-banner .title h1 span {
          font-size: 3.5rem; } }
      @media (min-width: 1128px) {
        .section-banner .title h1 span {
          font-size: 6rem;
          font-weight: 700; } }
  .section-banner .title h2 {
    color: #FFF;
    font-size: 0.875rem;
    margin-bottom: 0;
    font-weight: 300; }
    @media (min-width: 576px) {
      .section-banner .title h2 {
        font-size: calc(0.875rem + .5vw); } }
    @media (min-width: 768px) {
      .section-banner .title h2 {
        font-size: 1.625rem; } }
    @media (min-width: 1128px) {
      .section-banner .title h2 {
        font-size: 2rem; } }

.section-history-coffee {
  position: relative; }
  .section-history-coffee .bg-oval {
    position: absolute;
    width: 23%;
    top: -7%; }
  .section-history-coffee .bg-curve-top {
    position: relative;
    z-index: 6; }
    .section-history-coffee .bg-curve-top img.bg {
      aspect-ratio: 375/104; }
      @media (min-width: 992px) {
        .section-history-coffee .bg-curve-top img.bg {
          aspect-ratio: 1920/375; } }
    .section-history-coffee .bg-curve-top .coffee-cup {
      position: absolute;
      z-index: 1;
      top: -5rem; }
      .section-history-coffee .bg-curve-top .coffee-cup img {
        max-width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .section-history-coffee .bg-curve-top .coffee-cup-left {
        left: -8%;
        width: 60%;
        top: -49%; }
        @media (min-width: 768px) {
          .section-history-coffee .bg-curve-top .coffee-cup-left {
            left: -8%;
            width: 55%;
            top: -36%; } }
        @media (min-width: 992px) {
          .section-history-coffee .bg-curve-top .coffee-cup-left {
            left: 0%;
            width: 40%;
            top: -69%; } }
      .section-history-coffee .bg-curve-top .coffee-cup-right {
        right: -6%;
        top: -100%;
        width: 48%; }
        @media (min-width: 768px) {
          .section-history-coffee .bg-curve-top .coffee-cup-right {
            right: -6%;
            top: -105%;
            width: 48%; } }
        @media (min-width: 992px) {
          .section-history-coffee .bg-curve-top .coffee-cup-right {
            right: 0%;
            top: -98%;
            width: 30%; } }
        .section-history-coffee .bg-curve-top .coffee-cup-right-bg {
          position: absolute;
          right: 0;
          top: 39%;
          z-index: -1; }
  .section-history-coffee > .content {
    position: relative;
    z-index: 4;
    padding-top: 15%;
    background: linear-gradient(180deg, #EEEFF2 0%, #FFF6ED 100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (min-width: 992px) {
      .section-history-coffee > .content {
        padding-top: 6%;
        background: url("../images/history-coffee/bg-flower.svg"), linear-gradient(180deg, #f1f0f1 0%, #FFF6ED 100%);
        background-position: bottom, top;
        background-size: contain;
        background-repeat: no-repeat; } }
    .section-history-coffee > .content .heading {
      position: relative; }
      .section-history-coffee > .content .heading .title {
        position: relative; }
        .section-history-coffee > .content .heading .title span {
          text-align: center;
          background: linear-gradient(180deg, #B86634 21.03%, #683812 83.73%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: "Mitr";
          font-size: 2rem;
          font-weight: 500; }
          @media (min-width: 768px) {
            .section-history-coffee > .content .heading .title span {
              font-size: 3.5rem; } }
          @media (min-width: 992px) {
            .section-history-coffee > .content .heading .title span {
              font-size: 4rem; } }
          @media (min-width: 1128px) {
            .section-history-coffee > .content .heading .title span {
              font-size: 5rem; } }
        .section-history-coffee > .content .heading .title .coffee-text {
          position: absolute;
          width: 6.25rem;
          top: -1.25rem;
          right: -.5rem; }
          @media (min-width: 768px) {
            .section-history-coffee > .content .heading .title .coffee-text {
              width: 10rem;
              top: -1rem;
              right: -1.5rem;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; } }
          @media (min-width: 1128px) {
            .section-history-coffee > .content .heading .title .coffee-text {
              width: 12rem; } }
      @media (min-width: 768px) {
        .section-history-coffee > .content .heading .qoute-left, .section-history-coffee > .content .heading .qoute-right {
          width: 5rem; } }
    .section-history-coffee > .content .description {
      max-width: 55rem;
      margin-left: auto;
      margin-right: auto;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        .section-history-coffee > .content .description {
          font-size: 1rem; } }
      @media (min-width: 1128px) {
        .section-history-coffee > .content .description {
          font-size: 1.125rem; } }
    .section-history-coffee > .content .coffee-cup-content {
      text-align: center;
      position: relative; }
      .section-history-coffee > .content .coffee-cup-content .image {
        margin-top: 2.25rem;
        margin-bottom: 1.5rem;
        transition: all .5s;
        position: relative; }
        .section-history-coffee > .content .coffee-cup-content .image img {
          transform: rotate(0);
          transition: all .3s; }
        @media (min-width: 576px) {
          .section-history-coffee > .content .coffee-cup-content .image {
            max-width: 50%;
            margin-left: auto;
            margin-right: auto; } }
        @media (min-width: 992px) {
          .section-history-coffee > .content .coffee-cup-content .image {
            max-width: 23rem; } }
        @media (min-width: 992px) {
          .section-history-coffee > .content .coffee-cup-content .image {
            max-width: 27rem; } }
        .section-history-coffee > .content .coffee-cup-content .image .btn-arrow {
          position: absolute;
          right: -7%;
          top: 50%;
          transform: translateY(-50%);
          border: 1px solid #FFF;
          width: 4rem;
          height: 4rem;
          padding: .35rem;
          border-radius: 50%;
          z-index: 3;
          animation-name: blink;
          animation-duration: .7s;
          animation-iteration-count: infinite; }
          .section-history-coffee > .content .coffee-cup-content .image .btn-arrow .icon {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #F4B260;
            display: flex;
            align-items: center;
            justify-content: center; }
            .section-history-coffee > .content .coffee-cup-content .image .btn-arrow .icon svg {
              width: 1rem; }
      .section-history-coffee > .content .coffee-cup-content .content {
        font-size: 0.875rem; }
      @media (min-width: 992px) {
        .section-history-coffee > .content .coffee-cup-content {
          display: flex;
          align-items: center;
          margin-top: 1rem; }
          .section-history-coffee > .content .coffee-cup-content .image {
            width: 50%;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            margin: 0;
            z-index: 2;
            margin-top: 4rem; }
          .section-history-coffee > .content .coffee-cup-content .content {
            width: 45%;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; } }
    @media (min-width: 992px) and (min-width: 1128px) {
      .section-history-coffee > .content .coffee-cup-content .content {
        font-size: 1.125rem;
        width: 35%;
        text-align: left; } }
      @media (min-width: 992px) {
          .section-history-coffee > .content .coffee-cup-content.show .image {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            left: 3%;
            transform: translateX(3%); }
            .section-history-coffee > .content .coffee-cup-content.show .image img {
              transform: translateX(3%) rotate(-290deg); }
          .section-history-coffee > .content .coffee-cup-content.show .content {
            left: 90%;
            transform: translateX(-90%);
            opacity: 1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; } }
    @media (min-width: 992px) and (min-width: 1128px) {
      .section-history-coffee > .content .coffee-cup-content.show .content {
        left: 80%; } }
    .section-history-coffee > .content .bg-leaf {
      position: absolute;
      right: 0;
      bottom: -5%;
      width: 12%; }
    .section-history-coffee > .content .bg-curve-botom img {
      aspect-ratio: 376/146; }
    @media (min-width: 992px) {
      .section-history-coffee > .content .bg-curve-botom {
        margin-top: -15%; }
        .section-history-coffee > .content .bg-curve-botom img {
          aspect-ratio: 1920/669; } }
  .section-history-coffee .coffee-timeline {
    position: relative;
    padding-bottom: 4rem;
    background: url("../images/history-coffee/bg-coffee.png"), linear-gradient(180deg, #859297 0%, rgba(255, 193, 131, 0.8) 96.92%), #859297;
    mask-image: url("../images/history-coffee/bg-history-mobile.png");
    mask-position: bottom;
    background-position: bottom;
    background-repeat: repeat-x, no-repeat;
    background-color: #859297;
    min-height: 37rem;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .section-history-coffee .coffee-timeline {
        min-height: auto;
        padding-bottom: 10rem; } }
    @media (min-width: 992px) {
      .section-history-coffee .coffee-timeline {
        mask-image: url("../images/history-coffee/bg-history.png"); } }
    @media (min-width: 1128px) {
      .section-history-coffee .coffee-timeline {
        padding-bottom: 20rem; } }
    .section-history-coffee .coffee-timeline .timeline {
      display: flex;
      overflow-x: auto;
      width: 100%;
      padding-left: 2rem;
      padding-top: 4rem;
      cursor: pointer; }
      .section-history-coffee .coffee-timeline .timeline-item {
        flex: 0 0 16.25rem;
        /* can't grow, can't shrink, fixed an 100% width */
        transition: .5s;
        min-width: 0;
        margin-right: 3rem;
        user-select: none;
        cursor: pointer; }
        .section-history-coffee .coffee-timeline .timeline-item .text {
          margin-top: 1.5rem;
          font-size: 0.875rem; }
        .section-history-coffee .coffee-timeline .timeline-item .image {
          pointer-events: none; }
        @media (min-width: 992px) {
          .section-history-coffee .coffee-timeline .timeline-item {
            flex: 0 0 30rem;
            display: flex;
            align-items: center; }
            .section-history-coffee .coffee-timeline .timeline-item .image {
              width: 55%;
              padding-right: 1rem; }
            .section-history-coffee .coffee-timeline .timeline-item .text {
              width: 45%;
              color: #25160A; } }
        @media (min-width: 1128px) {
          .section-history-coffee .coffee-timeline .timeline-item {
            flex: 0 0 40rem; }
            .section-history-coffee .coffee-timeline .timeline-item .image {
              width: 50%;
              padding-right: 2rem; }
            .section-history-coffee .coffee-timeline .timeline-item .text {
              width: 50%;
              font-size: 1.125rem; } }
      .section-history-coffee .coffee-timeline .timeline::-webkit-scrollbar {
        display: none; }

.bg-coffee-cycle {
  background: linear-gradient(270deg, #FFECC9 0%, #FFF6E5 20%, #FFFAF1 50.1%, #FFF6E5 80%, #FFECC9 100%); }
  .bg-coffee-cycle .coffee-cycle {
    padding-top: 4rem;
    position: relative;
    font-size: 0.875rem; }
    .bg-coffee-cycle .coffee-cycle .bg-coffee-cycle-left {
      position: absolute;
      left: 0;
      width: 9%;
      top: -8%;
      max-width: 6rem; }
    .bg-coffee-cycle .coffee-cycle .bg-coffee-cycle-right {
      position: absolute;
      right: 0;
      width: 30%;
      top: -15%; }
      @media (min-width: 768px) {
        .bg-coffee-cycle .coffee-cycle .bg-coffee-cycle-right {
          width: 20%;
          top: -20%; } }
      @media (min-width: 1128px) {
        .bg-coffee-cycle .coffee-cycle .bg-coffee-cycle-right {
          width: 18%;
          top: -27%; } }
    .bg-coffee-cycle .coffee-cycle .bg-coffee-cycle-center {
      position: absolute;
      left: 0;
      width: 15%;
      top: 55%; }
    .bg-coffee-cycle .coffee-cycle .heading {
      text-align: center; }
      .bg-coffee-cycle .coffee-cycle .heading .h2 {
        background: linear-gradient(180deg, #B86634 21.03%, #683812 83.73%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Mitr"; }
      @media (min-width: 1128px) {
        .bg-coffee-cycle .coffee-cycle .heading {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .bg-coffee-cycle .coffee-cycle .heading .h3 span {
            font-size: 3rem;
            margin-bottom: -1.5rem; }
          .bg-coffee-cycle .coffee-cycle .heading .h2 span {
            font-size: 4.5rem;
            background: linear-gradient(180deg, #B86634 21.03%, #683812 83.73%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "Mitr"; } }
    .bg-coffee-cycle .coffee-cycle .circle-tree-coffee {
      position: relative;
      margin-top: 3rem;
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee {
          width: 55%;
          margin-left: auto;
          margin-right: auto;
          margin-top: 5rem; } }
      .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon {
        position: absolute; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon img {
          transform: scale(1);
          transition: all .3s; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-0 {
          width: 20%;
          left: 36%;
          top: -8%;
          z-index: 1; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-0 .content {
            left: 85%;
            top: 39%; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-1 {
          width: 20%;
          left: 68%;
          top: 5%; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-1 .content {
            left: 86%;
            top: 50%; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-2 {
          width: 23%;
          left: 89%;
          top: 33%; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-2 .content {
            left: 74%;
            top: 50%; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-3 {
          width: 20%;
          left: 72%;
          top: 68%; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-3 .content {
            left: 74%;
            top: 50%;
            width: 17rem !important; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-4-1 {
          width: 14%;
          left: 40%;
          top: 89%;
          z-index: 1; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-4-1 .content {
            left: 74%;
            top: 50%; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-4-2 {
          width: 11%;
          left: 49%;
          top: 89%; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-5 {
          width: 23%;
          left: 3%;
          top: 68%; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-5 .content {
            right: 86%;
            top: 80%; }
            .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-5 .content .number {
              right: -1rem !important;
              left: unset !important; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-6 {
          width: 10%;
          left: 0%;
          top: 43%; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-6 .content {
            right: 86%;
            top: 30%; }
            .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-6 .content .number {
              right: -1rem !important;
              left: unset !important; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-7 {
          width: 12%;
          left: 10%;
          top: 6%; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-7 .content {
            right: 86%;
            top: 30%; }
            .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon-7 .content .number {
              right: -1rem !important;
              left: unset !important; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon .content {
          opacity: 0;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        @media (min-width: 1128px) {
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon {
            cursor: pointer; }
            .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon .content {
              position: absolute;
              width: 15rem;
              box-shadow: 0px 0px 6px 0px #8A8A8A4D;
              background-color: #FFF;
              border-radius: .75rem; }
              .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon .content .number {
                width: 2.125rem;
                height: 2.125rem;
                border-radius: 50%;
                background-color: #E19B55;
                color: #FFF;
                font-weight: 600;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0px 0px 2px 0px rgba(63, 63, 63, 0.3);
                font-size: 1.25rem;
                position: absolute;
                left: -1rem;
                top: -.65rem;
                border: 1px solid #FFF; }
              .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon .content .title {
                background: linear-gradient(270deg, rgba(226, 158, 87, 0.4), #A3A8BB 100%);
                font-weight: 600;
                padding: 4px 0 4px 1.5rem;
                border-top-left-radius: .75rem;
                border-top-right-radius: .75rem;
                font-size: 1.125rem; }
              .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon .content p {
                padding: .55rem 1.25rem .7rem;
                margin-bottom: 0; }
            .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon:hover img {
              transform: scale(1.1);
              transition: all .3s; }
            .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .tree-icon:hover > .content {
              opacity: 1;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; } }
      .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .circle-tree-content {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 65%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none; }
        .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .circle-tree-content .content {
          text-align: center;
          color: #683812;
          position: absolute; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .circle-tree-content .content .title {
            font-weight: 600;
            color: #E19B55; }
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .circle-tree-content .content.hide {
            display: none; }
        @media (min-width: 1128px) {
          .bg-coffee-cycle .coffee-cycle .circle-tree-coffee .circle-tree-content {
            display: none; } }
    @media (min-width: 768px) {
      .bg-coffee-cycle .coffee-cycle {
        padding-bottom: 4rem; }
        .bg-coffee-cycle .coffee-cycle .description {
          width: 32%;
          position: absolute; }
          .bg-coffee-cycle .coffee-cycle .description-2 {
            text-align: right;
            right: 0%;
            bottom: 0%; } }
    @media (min-width: 1128px) {
      .bg-coffee-cycle .coffee-cycle .description {
        font-size: 1.125rem;
        margin-top: 7rem; }
        .bg-coffee-cycle .coffee-cycle .description-2 {
          margin-top: 0;
          margin-bottom: 7rem; } }
  .bg-coffee-cycle .coffee-cherry {
    position: relative;
    padding-bottom: 5rem; }
    @media (max-width: 767.98px) {
      .bg-coffee-cycle .coffee-cherry {
        margin-top: 5rem; } }
    @media (min-width: 1128px) {
      .bg-coffee-cycle .coffee-cherry {
        padding-bottom: 8rem; } }
    .bg-coffee-cycle .coffee-cherry .coffee-cherry-content {
      position: relative;
      max-width: 30rem;
      margin-left: auto;
      margin-right: auto; }
      .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body {
        background-image: url("../images/coffee-sherry/bg-body.svg");
        background-size: 100%;
        background-repeat: repeat-y;
        background-color: transparent !important;
        padding: 1.375rem 1.375rem 0; }
        .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item {
          display: grid;
          grid-template-columns: 1.5rem auto; }
          .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .number {
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 50%;
            background-color: #E19B55;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFF;
            font-weight: 600;
            border: 1px solid #FFFFFF;
            box-shadow: 0px 0px 2px 0px #3F3F3F4D; }
          .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .content {
            padding-left: 1rem;
            font-size: 0.875rem; }
            .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .content .title {
              background: linear-gradient(270deg, rgba(226, 158, 87, 0) 6.5%, rgba(255, 255, 255, 0.8) 100%);
              color: #2A2E44;
              padding: 2px 5px 2px 1rem;
              border-top-left-radius: 4px;
              border-bottom-left-radius: 4px;
              font-weight: 500;
              margin-bottom: .25rem;
              position: relative; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .content .title .icon {
                width: 1.75rem;
                position: absolute;
                left: -1rem;
                top: -.25rem; }
                @media (min-width: 1128px) {
                  .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .content .title .icon {
                    width: 2.25rem;
                    left: -1.5rem;
                    top: -.25rem; } }
            @media (min-width: 1128px) {
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .content .title {
                font-size: 1.125rem;
                border-top-left-radius: 12px;
                border-bottom-left-radius: 12px; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .content p {
                font-size: 1rem; } }
        @media (min-width: 768px) {
          .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body {
            background-image: url("../images/coffee-sherry/bg-body-desktop.svg");
            display: flex;
            justify-content: center;
            padding: 2rem 0; }
            .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item {
              position: absolute;
              width: 10rem;
              display: flex; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .number {
                display: none; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item .content {
                font-size: 0.75rem; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item-1 {
                left: 3%;
                top: 30%; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item-2 {
                left: 3%;
                top: 49%; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item-3 {
                left: 3%;
                top: 67%; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item-5 {
                right: 3%;
                top: 30%; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item-6 {
                right: 3%;
                top: 49%; }
              .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item-7 {
                right: 3%;
                top: 67%; }
            .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .coffee-seed {
              max-width: 50%; } }
        @media (min-width: 1128px) {
          .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item {
            width: 18rem; }
            .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-1, .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-2, .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-3 {
              left: 5%; }
            .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-5, .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-6, .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-7 {
              right: 5%; }
            .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-1, .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-5 {
              top: 37%; }
            .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-2, .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-6 {
              top: 54%; }
            .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-3, .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .item.item-7 {
              top: 70%; }
          .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .bg-body .coffee-seed {
            max-width: 42%; } }
      @media (min-width: 768px) {
        .bg-coffee-cycle .coffee-cherry .coffee-cherry-content {
          max-width: 100%; }
          .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .description {
            background-image: url("../images/coffee-sherry/bg-description.svg");
            background-size: 100%;
            padding: 1.5rem 2rem;
            background-repeat: no-repeat;
            position: absolute;
            bottom: -12%;
            left: 50%;
            transform: translateX(-50%);
            width: 37.5rem; } }
      @media (min-width: 1128px) {
        .bg-coffee-cycle .coffee-cherry .coffee-cherry-content .description {
          font-size: 1.125rem;
          width: 46rem;
          bottom: -7%; } }
    .bg-coffee-cycle .coffee-cherry .description {
      font-size: 0.875rem; }
      .bg-coffee-cycle .coffee-cherry .description span {
        color: #b76534;
        font-weight: 500; }
    .bg-coffee-cycle .coffee-cherry .bg-head {
      position: relative; }
      .bg-coffee-cycle .coffee-cherry .bg-head .logo {
        position: absolute;
        left: 48%;
        transform: translateX(-50%);
        top: 7%; }
  .bg-coffee-cycle .bg-coffee-proceed {
    mask-image: url("../images/coffee-process/bg-mobile.svg");
    background: linear-gradient(180deg, #663610 -9.77%, #F0A45D 25.61%, #FFDEBE 60.39%, #FFF7EE 80.02%);
    mask-size: cover;
    padding-top: 3.75rem;
    padding-bottom: 4rem;
    position: relative; }
    @media (min-width: 1128px) {
      .bg-coffee-cycle .bg-coffee-proceed {
        padding-top: 6rem; } }
    .bg-coffee-cycle .bg-coffee-proceed .bg-coffee-proceed-left {
      position: absolute;
      width: 100%;
      top: -2%;
      pointer-events: none; }
      .bg-coffee-cycle .bg-coffee-proceed .bg-coffee-proceed-left img {
        mix-blend-mode: luminosity;
        opacity: .2; }
  .bg-coffee-cycle .coffee-proceed .heading .title {
    font-family: "Mitr"; }
    .bg-coffee-cycle .coffee-proceed .heading .title .h3 span {
      color: #FFF; }
    .bg-coffee-cycle .coffee-proceed .heading .title .h2 {
      margin-top: -.5rem; }
      .bg-coffee-cycle .coffee-proceed .heading .title .h2 span {
        color: #FFEB7C; }
    @media (min-width: 1128px) {
      .bg-coffee-cycle .coffee-proceed .heading .title .h3 {
        font-size: 2rem; }
      .bg-coffee-cycle .coffee-proceed .heading .title .h2 {
        font-size: 2.5rem; } }
  @media (min-width: 768px) {
    .bg-coffee-cycle .coffee-proceed .heading .qoute-left, .bg-coffee-cycle .coffee-proceed .heading .qoute-right {
      width: 5rem; } }
  .bg-coffee-cycle .coffee-proceed .nav-tabs {
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: .625rem;
    padding: .5rem;
    margin-top: 1.875rem;
    flex-wrap: nowrap;
    border: 0;
    padding-left: 1.75rem; }
    @media (min-width: 768px) {
      .bg-coffee-cycle .coffee-proceed .nav-tabs {
        justify-content: center; } }
    .bg-coffee-cycle .coffee-proceed .nav-tabs::-webkit-scrollbar {
      display: none; }
    .bg-coffee-cycle .coffee-proceed .nav-tabs .nav-item .nav-link {
      text-decoration: none;
      width: 11.5rem;
      border-radius: 1.875rem;
      background: rgba(255, 255, 255, 0.8);
      color: #655345;
      white-space: nowrap;
      box-shadow: 0px 0px 10px 0px #00000026;
      padding: .3rem 0;
      border: 0; }
      .bg-coffee-cycle .coffee-proceed .nav-tabs .nav-item .nav-link span {
        display: block; }
        .bg-coffee-cycle .coffee-proceed .nav-tabs .nav-item .nav-link span:first-child {
          font-size: 0.875rem;
          line-height: 1;
          font-weight: 400; }
        .bg-coffee-cycle .coffee-proceed .nav-tabs .nav-item .nav-link span:last-child {
          font-size: 0.75rem; }
      .bg-coffee-cycle .coffee-proceed .nav-tabs .nav-item .nav-link.active {
        background: linear-gradient(90deg, #F4B260 0%, #FFC37A 100%);
        color: #462A14; }
      @media (min-width: 1128px) {
        .bg-coffee-cycle .coffee-proceed .nav-tabs .nav-item .nav-link {
          width: 14rem; }
          .bg-coffee-cycle .coffee-proceed .nav-tabs .nav-item .nav-link span:first-child {
            font-size: 1.125rem; }
          .bg-coffee-cycle .coffee-proceed .nav-tabs .nav-item .nav-link span:last-child {
            font-size: .875rem; } }
  .bg-coffee-cycle .coffee-proceed .tab-content {
    background: url("../images/coffee-process/bg-mobile-2.svg");
    background-size: 100๔;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    padding-bottom: 7rem;
    position: relative;
    padding-top: 6rem; }
    @media (min-width: 768px) {
      .bg-coffee-cycle .coffee-proceed .tab-content {
        background: url("../images/coffee-process/bg-floor.svg"); } }
    @media (min-width: 992px) {
      .bg-coffee-cycle .coffee-proceed .tab-content {
        padding-top: 8rem;
        padding-bottom: 8rem; } }
    .bg-coffee-cycle .coffee-proceed .tab-content .tab-pane {
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .bg-coffee-cycle .coffee-proceed .tab-content .tab-pane {
          display: none !important; } }
    .bg-coffee-cycle .coffee-proceed .tab-content .content {
      position: relative;
      display: none; }
      .bg-coffee-cycle .coffee-proceed .tab-content .content .item {
        display: none; }
      @media (min-width: 768px) {
        .bg-coffee-cycle .coffee-proceed .tab-content .content {
          width: 70%;
          margin: 0 auto;
          display: block;
          max-width: 45rem; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item {
            display: block; } }
      .bg-coffee-cycle .coffee-proceed .tab-content .content .item {
        position: absolute;
        cursor: pointer;
        transform: scale(1);
        transition: all .3s; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item.disabled {
          pointer-events: none; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item.disabled img {
            filter: grayscale(1);
            opacity: .7; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item img .normal {
          display: inline-block; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item img.hover {
          display: none; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item:hover img.normal {
          display: none; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item:hover img.hover {
          display: block; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item:hover .tooltip {
          opacity: 1;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item .tooltip {
          background: #FFFFFF99;
          box-shadow: 0px 0px 6px 0px #5151514D;
          backdrop-filter: blur(20px);
          position: absolute;
          padding: .5rem .7rem;
          opacity: 0;
          pointer-events: none;
          padding: .5rem 1.5rem;
          white-space: nowrap;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          font-weight: 500; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-1 {
          width: 18%;
          top: -17%;
          left: 4%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-1 .tooltip {
            border-radius: 1.5rem 1.5rem 0rem 1.5rem;
            right: 75%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-1:hover .tooltip {
            right: 80%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-2 {
          width: 28%;
          top: -24%;
          left: 30%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-2 .tooltip {
            border-radius: 1.5rem 1.5rem 0rem 1.5rem;
            right: 75%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-2:hover .tooltip {
            right: 83%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-3 {
          width: 26%;
          top: -16%;
          left: 62%;
          z-index: 2; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-3 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-3:hover .tooltip {
            left: 50%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-3-1 {
          width: 10%;
          top: 4%;
          left: 89%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-3-1 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-3-1:hover .tooltip {
            left: 50%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-4 {
          width: 27%;
          top: 19%;
          left: 91%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-4 .tooltip {
            border-radius: 1.5rem 1.5rem 0rem 1.5rem;
            left: -15%;
            top: 15%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-4:hover .tooltip {
            left: -20%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-5 {
          width: 31%;
          top: 6%;
          left: 35%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-5 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-5:hover .tooltip {
            left: 50%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-6 {
          width: 24%;
          top: 43%;
          left: 77%;
          z-index: 2; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-6 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-6:hover .tooltip {
            left: 50%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-7 {
          width: 25%;
          top: 58%;
          left: 88%;
          z-index: 2; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-7 .tooltip {
            border-radius: 1.5rem 1.5rem 0rem 1.5rem;
            right: 60%;
            top: 15%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-7:hover .tooltip {
            right: 70%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-8 {
          width: 25%;
          top: 61%;
          left: 68%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-8 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-8:hover .tooltip {
            left: 50%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-9 {
          width: 24%;
          top: 73%;
          left: 27%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-9 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-9:hover .tooltip {
            left: 50%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-9-1 {
          width: 22%;
          top: 62%;
          left: 32%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-9-1 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-9-1:hover .tooltip {
            left: 50%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-10 {
          width: 30%;
          top: 41%;
          left: 5%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-10 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-10:hover .tooltip {
            left: 50%; }
        .bg-coffee-cycle .coffee-proceed .tab-content .content .item-11 {
          width: 28%;
          top: 9%;
          left: -8%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-11 .tooltip {
            border-radius: 0rem 1.5rem 1.5rem 1.5rem;
            left: 60%;
            top: 48%; }
          .bg-coffee-cycle .coffee-proceed .tab-content .content .item-11:hover .tooltip {
            left: 50%; }
  .bg-coffee-cycle .coffee-roast .heading .title {
    font-family: "Mitr"; }
    .bg-coffee-cycle .coffee-roast .heading .title .h2 span {
      font-size: 2rem;
      background: linear-gradient(180deg, #B86634 21.03%, #683812 83.73%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 500; }
    .bg-coffee-cycle .coffee-roast .heading .title .h5 span {
      font-size: 0.875rem;
      font-weight: 500; }
    @media (min-width: 1128px) {
      .bg-coffee-cycle .coffee-roast .heading .title .h2 span {
        font-size: 2.5rem; }
      .bg-coffee-cycle .coffee-roast .heading .title .h5 span {
        margin-top: -.5rem;
        font-size: 1.25rem; } }
  @media (min-width: 768px) {
    .bg-coffee-cycle .coffee-roast .heading .qoute-left, .bg-coffee-cycle .coffee-roast .heading .qoute-right {
      width: 5rem; } }
  .bg-coffee-cycle .coffee-roast .description {
    font-size: 0.875rem;
    text-align: center; }
    @media (min-width: 1128px) {
      .bg-coffee-cycle .coffee-roast .description {
        font-size: 1.125rem; } }
  .bg-coffee-cycle .coffee-roast .coffee-bean-item {
    cursor: pointer;
    position: relative; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item .coffee-bean-image {
      display: block; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item .coffee-bean-hover {
      display: none; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item .coffee-bean-text {
      position: absolute;
      transition: all .3s;
      opacity: 0; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.light-roast .light-text1 {
      right: 7%;
      width: 32%;
      top: 5%; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.light-roast .light-text2 {
      width: 24%;
      left: 27%;
      top: 23%; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.light-roast .light-text3 {
      width: 30%;
      right: 1%;
      top: 60%; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.medium-roast .image {
      transform: rotate(250deg); }
      @media (min-width: 768px) {
        .bg-coffee-cycle .coffee-roast .coffee-bean-item.medium-roast .image {
          transform: rotate(0); } }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.medium-roast .medium-text1 {
      width: 36%;
      top: 5%;
      left: 39%;
      z-index: 1; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.medium-roast .medium-text2 {
      width: 24%;
      left: -5%;
      top: 21%;
      z-index: 1; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.medium-roast .medium-text3 {
      width: 40%;
      z-index: 1;
      left: 45%;
      top: 48%; }
    @media (min-width: 768px) {
      .bg-coffee-cycle .coffee-roast .coffee-bean-item.medium-roast .medium-text1 {
        width: 36%;
        top: 3%;
        left: 60%;
        z-index: 1; }
      .bg-coffee-cycle .coffee-roast .coffee-bean-item.medium-roast .medium-text2 {
        width: 24%;
        left: 21%;
        top: 21%;
        z-index: 1; }
      .bg-coffee-cycle .coffee-roast .coffee-bean-item.medium-roast .medium-text3 {
        width: 40%;
        z-index: 1;
        left: 67%;
        top: 52%; } }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.dark-roast .dark-text1 {
      right: 3%;
      width: 32%;
      top: 5%; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.dark-roast .dark-text2 {
      width: 24%;
      left: 16%;
      top: 23%; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item.dark-roast .dark-text3 {
      width: 30%;
      right: 0%;
      top: 55%; }
    .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover {
      animation-name: shake;
      animation-duration: .5s;
      animation-iteration-count: 2; }
      .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-image {
        display: none; }
      .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-hover {
        display: block; }
      .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text {
        opacity: 1; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.light-text1 {
          right: 12%; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.light-text2 {
          left: 30%;
          transition-delay: 250ms; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.light-text3 {
          right: 6%;
          transition-delay: 500ms; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.medium-text1 {
          left: 30%; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.medium-text2 {
          left: 1%;
          transition-delay: 250ms; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.medium-text3 {
          left: 40%;
          transition-delay: 500ms; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.dark-text1 {
          right: 12%; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.dark-text2 {
          left: 25%;
          transition-delay: 250ms; }
        .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.dark-text3 {
          right: 6%;
          transition-delay: 500ms; }
        @media (min-width: 768px) {
          .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.medium-text1 {
            left: 57%; }
          .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.medium-text2 {
            left: 30%; }
          .bg-coffee-cycle .coffee-roast .coffee-bean-item:hover .coffee-bean-text.medium-text3 {
            left: 70%; } }

.bg-coffee-compare {
  background: linear-gradient(180deg, #F0B35D -2.54%, #FFDEBE 95.14%); }
  .bg-coffee-compare .coffee-compare {
    padding-bottom: 7rem;
    position: relative; }
    .bg-coffee-compare .coffee-compare .heading {
      margin-top: 3.45rem; }
      .bg-coffee-compare .coffee-compare .heading .h3 span {
        font-size: 1.625rem; }
        @media (min-width: 1128px) {
          .bg-coffee-compare .coffee-compare .heading .h3 span {
            font-size: 2rem; } }
      .bg-coffee-compare .coffee-compare .heading .h3:nth-child(2n) {
        color: #6d3d17;
        margin-top: -.75rem; }
    @media (min-width: 1128px) {
      .bg-coffee-compare .coffee-compare .description {
        font-size: 1rem !important; } }
    .bg-coffee-compare .coffee-compare .bg-line {
      position: relative;
      top: -2rem;
      background-image: url("../images/coffee-compare/bg-line.svg");
      background-repeat: repeat-x;
      background-size: cover;
      background-position: bottom;
      height: 4rem; }
      @media (min-width: 992px) {
        .bg-coffee-compare .coffee-compare .bg-line {
          height: 5rem; } }
      @media (min-width: 1128px) {
        .bg-coffee-compare .coffee-compare .bg-line {
          height: 6rem;
          background-image: url("../images/coffee-compare/bg-line-desktop.svg"); } }
    .bg-coffee-compare .coffee-compare .coffee-table {
      max-width: 25rem;
      margin-left: auto;
      margin-right: auto; }
      .bg-coffee-compare .coffee-compare .coffee-table .image {
        height: 7.5rem;
        text-align: center; }
        .bg-coffee-compare .coffee-compare .coffee-table .image img {
          height: 6.375rem; }
      .bg-coffee-compare .coffee-compare .coffee-table .head-table {
        background-color: #E19B55;
        border-top-left-radius: .75rem;
        border-top-right-radius: .75rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        color: #FFF; }
        .bg-coffee-compare .coffee-compare .coffee-table .head-table-image {
          background-color: transparent; }
          .bg-coffee-compare .coffee-compare .coffee-table .head-table-image img {
            margin-bottom: 3rem;
            width: 5rem; }
      .bg-coffee-compare .coffee-compare .coffee-table .row-table {
        display: grid;
        grid-template-columns: 6.875rem auto;
        text-align: center;
        font-size: 0.875rem;
        margin-bottom: 6px; }
        @media (min-width: 768px) {
          .bg-coffee-compare .coffee-compare .coffee-table .row-table {
            grid-template-columns: 100%; } }
        .bg-coffee-compare .coffee-compare .coffee-table .row-table .column-a {
          background-color: rgba(255, 255, 255, 0.3);
          color: #3A1E07;
          padding: .5rem 0;
          display: none; }
          @media (max-width: 767.98px) {
            .bg-coffee-compare .coffee-compare .coffee-table .row-table .column-a {
              display: block; } }
        .bg-coffee-compare .coffee-compare .coffee-table .row-table .column-b {
          background: #0000001A;
          color: #3A1E07;
          padding: .5rem 0; }
        .bg-coffee-compare .coffee-compare .coffee-table .row-table .column-c {
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
          padding: .5rem 0; }
        .bg-coffee-compare .coffee-compare .coffee-table .row-table:last-child {
          margin-bottom: 0; }
          .bg-coffee-compare .coffee-compare .coffee-table .row-table:last-child .column-a {
            font-weight: 500;
            border-bottom-left-radius: .75rem; }
          .bg-coffee-compare .coffee-compare .coffee-table .row-table:last-child .column-b {
            border-bottom-right-radius: .75rem; }
            @media (min-width: 992px) {
              .bg-coffee-compare .coffee-compare .coffee-table .row-table:last-child .column-b {
                border-bottom-right-radius: 0;
                border-bottom-left-radius: .75rem; } }
      @media (min-width: 768px) {
        .bg-coffee-compare .coffee-compare .coffee-table {
          max-width: 100%;
          margin-left: 0;
          margin-right: 0;
          width: 35%; } }
      .bg-coffee-compare .coffee-compare .coffee-table.compare-table {
        min-width: 7rem;
        width: 24%;
        font-weight: 600; }
      @media (min-width: 768px) {
        .bg-coffee-compare .coffee-compare .coffee-table:last-child .row-table:last-child .column-b {
          border-bottom-right-radius: .75rem;
          border-bottom-left-radius: 0; } }
      @media (min-width: 1128px) {
        .bg-coffee-compare .coffee-compare .coffee-table {
          width: 40%; }
          .bg-coffee-compare .coffee-compare .coffee-table .row-table {
            font-size: 1rem; } }
    .bg-coffee-compare .coffee-compare .description {
      font-size: 0.875rem; }
    .bg-coffee-compare .coffee-compare .compare-chart-tooltip {
      background-color: #FFF;
      border-radius: 20px 0  20px 0;
      padding: 5px 8px;
      align-items: baseline; }
      .bg-coffee-compare .coffee-compare .compare-chart-tooltip b {
        font-size: 1.125rem;
        margin-left: 5px; }
    .bg-coffee-compare .coffee-compare .bg-bottom-left {
      position: absolute;
      width: 30%;
      left: -12%;
      z-index: 2;
      bottom: -8%; }
      @media (min-width: 768px) {
        .bg-coffee-compare .coffee-compare .bg-bottom-left {
          width: 15%;
          left: 0; } }
      @media (min-width: 1128px) {
        .bg-coffee-compare .coffee-compare .bg-bottom-left {
          width: 12%;
          bottom: -30%; } }

.coffee-planting-area {
  position: relative;
  background: linear-gradient(270deg, #FFECC9 0%, #FFF6E5 20%, #FFFAF1 50.1%, #FFF6E5 80%, #FFECC9 100%);
  mask-image: url("../images/coffee-area/bg-mobile.svg");
  mask-position: top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-position: top;
  background-repeat: repeat-x, no-repeat;
  padding-bottom: 1rem;
  padding-top: 6.25rem;
  margin-top: -4rem; }
  @media (min-width: 768px) {
    .coffee-planting-area {
      mask-image: url("../images/coffee-area/bg.svg");
      padding-top: 8rem; } }
  .coffee-planting-area .bg-top-right {
    position: absolute;
    right: 0;
    width: 18%;
    top: 2%; }
  .coffee-planting-area .bg-center {
    position: absolute;
    left: 30%;
    top: 3%;
    width: 20%;
    z-index: -1; }
    @media (min-width: 1128px) {
      .coffee-planting-area .bg-center {
        width: 11%; } }
  .coffee-planting-area .content .title {
    background: linear-gradient(270deg, rgba(225, 155, 85, 0) 0%, #E19B55 60.63%);
    font-size: 1.25rem;
    color: #FFF;
    font-weight: 500;
    padding: 4px 1.125rem;
    margin-bottom: 1.375rem; }
  .coffee-planting-area .content p {
    font-size: 0.875rem; }
  @media (min-width: 992px) {
    .coffee-planting-area .content .title {
      font-size: 1.75rem; }
    .coffee-planting-area .content p {
      font-size: 1rem; } }
  .coffee-planting-area .map-filter {
    position: relative; }
    .coffee-planting-area .map-filter .map-legend {
      position: absolute;
      bottom: 25%;
      right: 0; }
      .coffee-planting-area .map-filter .map-legend .item {
        background: linear-gradient(270deg, rgba(208, 208, 208, 0) 0%, #D0D0D0 100%);
        box-shadow: 0px 0px 4px 0px #D2D2D21A;
        border-top-left-radius: 1.875rem;
        border-bottom-left-radius: 1.875rem;
        font-size: .75rem;
        padding: .5rem 1rem;
        max-width: 20rem;
        margin-bottom: .75rem;
        display: flex;
        align-items: center;
        gap: .5rem; }
        .coffee-planting-area .map-filter .map-legend .item .dot {
          width: 1rem;
          height: 1rem;
          border-radius: 50%;
          border: 1px solid #FFF; }
      @media (min-width: 768px) {
        .coffee-planting-area .map-filter .map-legend {
          bottom: 15%; }
          .coffee-planting-area .map-filter .map-legend .item {
            font-size: .875rem;
            padding: .75rem 1.125rem; } }

.coffee-graph {
  position: relative;
  padding-top: 5rem; }
  @media (min-width: 1128px) {
    .coffee-graph {
      padding-bottom: 5rem; } }
  .coffee-graph .bg-top-left {
    position: absolute;
    width: 40%;
    top: -2rem;
    z-index: -1; }
    @media (min-width: 768px) {
      .coffee-graph .bg-top-left {
        width: 34%;
        top: -6rem; } }
    @media (min-width: 992px) {
      .coffee-graph .bg-top-left {
        top: -11rem;
        max-width: 22rem; } }
  .coffee-graph .nav-tabs {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    gap: .625rem;
    padding: .5rem;
    margin-top: 1.875rem;
    flex-wrap: nowrap;
    border: 0;
    padding-left: 1.75rem;
    margin-left: -1.75rem;
    margin-right: -1.75rem; }
    @media (min-width: 768px) {
      .coffee-graph .nav-tabs {
        justify-content: center; } }
    .coffee-graph .nav-tabs::-webkit-scrollbar {
      display: none; }
    .coffee-graph .nav-tabs .nav-item .nav-link {
      text-decoration: none;
      width: 11.5rem;
      border-radius: 1.875rem;
      background-color: #FFF;
      color: #655345;
      white-space: nowrap;
      box-shadow: 0px 0px 10px 0px #00000026;
      padding: .3rem 0;
      border: 0;
      height: 100%;
      font-size: 0.875rem;
      line-height: 1.2;
      font-weight: 400; }
      .coffee-graph .nav-tabs .nav-item .nav-link.active, .coffee-graph .nav-tabs .nav-item .nav-link:hover {
        background: linear-gradient(90deg, #F4B260 0%, #FFC37A 100%);
        color: #462A14; }
      @media (min-width: 992px) {
        .coffee-graph .nav-tabs .nav-item .nav-link {
          width: 80%;
          padding: 1.125rem .5rem;
          margin-bottom: .5rem; } }
      @media (min-width: 1128px) {
        .coffee-graph .nav-tabs .nav-item .nav-link {
          font-size: 1rem; } }
  .coffee-graph .tab-content .tab-pane .coffee-graph-item {
    border-radius: 1.875rem; }
    .coffee-graph .tab-content .tab-pane .coffee-graph-item .title {
      background-color: #768685;
      border-radius: 1.875rem;
      padding: .5rem;
      text-align: center; }
      .coffee-graph .tab-content .tab-pane .coffee-graph-item .title span {
        background: linear-gradient(90deg, #FFF3B1 21.13%, #FFEB7C 109.49%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 1.25rem;
        font-style: italic; }
      @media (min-width: 1128px) {
        .coffee-graph .tab-content .tab-pane .coffee-graph-item .title {
          padding: .75rem;
          border-radius: 3rem; }
          .coffee-graph .tab-content .tab-pane .coffee-graph-item .title span {
            font-size: 1.75rem; } }
    .coffee-graph .tab-content .tab-pane .coffee-graph-item .highcharts-data-label .highcharts-data-label-box {
      width: 50px; }
  .coffee-graph .tab-content .tab-pane .description {
    font-size: 0.875rem;
    margin-top: 1.5rem; }
    @media (min-width: 1128px) {
      .coffee-graph .tab-content .tab-pane .description {
        font-size: 1rem; } }
  .coffee-graph .coffee-popup {
    margin-top: 8rem;
    width: 100%;
    position: relative; }
    .coffee-graph .coffee-popup-image {
      max-width: 18rem;
      position: relative; }
      .coffee-graph .coffee-popup-image .btn-popup {
        background: #FFC8834D;
        border: 1px solid rgba(255, 255, 255, 0.8);
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        padding: 5px;
        position: absolute;
        left: 50%;
        bottom: 30%;
        z-index: 3; }
        .coffee-graph .coffee-popup-image .btn-popup .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #F4B260;
          width: 100%;
          height: 100%;
          border-radius: 50%; }
          .coffee-graph .coffee-popup-image .btn-popup .icon img {
            width: 1.25rem; }
          .coffee-graph .coffee-popup-image .btn-popup .icon .icon-cancel {
            display: none; }
      @media (min-width: 768px) {
        .coffee-graph .coffee-popup-image {
          max-width: 24rem; } }
    .coffee-graph .coffee-popup .pop-up-content {
      position: absolute;
      bottom: 42%;
      background: #E3E6F3;
      border-radius: 2.25rem;
      padding: 2.125rem 1.5rem;
      font-size: 0.875rem;
      width: calc(100% - 1.75rem);
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      transition: all .3s;
      opacity: 0;
      box-shadow: 0px 0px 10px 0px #53535340; }
      @media (min-width: 768px) {
        .coffee-graph .coffee-popup .pop-up-content {
          max-width: 20rem;
          left: 22rem;
          padding: 2.125rem 1.25rem 3.5rem;
          bottom: 29%;
          border-radius: 1.5rem; } }
      @media (min-width: 1128px) {
        .coffee-graph .coffee-popup .pop-up-content {
          font-size: 1rem; } }
      .coffee-graph .coffee-popup .pop-up-content.show {
        opacity: 1;
        transition: all .3s; }
        .coffee-graph .coffee-popup .pop-up-content.show + .coffee-popup-image .icon .icon-info {
          display: none; }
        .coffee-graph .coffee-popup .pop-up-content.show + .coffee-popup-image .icon .icon-cancel {
          display: block; }
    @media (min-width: 768px) {
      .coffee-graph .coffee-popup {
        margin-top: 0; } }
    @media (min-width: 1128px) {
      .coffee-graph .coffee-popup {
        position: absolute;
        bottom: 0;
        max-width: 30rem; } }

.coffee-game {
  background-image: url("../images/coffee-game/bg-game-body.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 3.5rem; }
  @media (min-width: 1128px) {
    .coffee-game {
      padding-top: 5rem; } }
  .coffee-game .coffee-game-bg-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: -2%; }
  .coffee-game .sign {
    position: relative;
    z-index: 2;
    background-color: #47240F;
    border: 6px solid #855E4C;
    padding: .625rem; }
    .coffee-game .sign h5 span {
      background: linear-gradient(90deg, #FFF3B1 21.13%, #FFEB7C 109.49%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (min-width: 768px) {
        .coffee-game .sign h5 span {
          font-size: 1.5rem; } }
    .coffee-game .sign h3 span {
      color: #FFF;
      font-size: 1.375rem; }
      @media (min-width: 768px) {
        .coffee-game .sign h3 span {
          font-size: 2rem; } }
    @media (min-width: 768px) {
      .coffee-game .sign {
        max-width: 70%;
        margin: 0 auto; } }
    @media (min-width: 1128px) {
      .coffee-game .sign {
        max-width: 35rem; } }
  .coffee-game .shop {
    position: relative;
    z-index: 2;
    background-color: #66462D;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .coffee-game .shop-rooftop {
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .coffee-game .shop-rooftop {
          margin-left: -10%;
          margin-right: -10%; } }
      .coffee-game .shop-rooftop .sign-2 {
        position: absolute;
        left: -15%;
        width: 23%;
        top: 18%; }
    .coffee-game .shop-body {
      margin-top: -1rem;
      padding-top: 6rem; }
      .coffee-game .shop-body .machine {
        position: relative;
        max-width: 18.75rem; }
        .coffee-game .shop-body .machine .coffee-cup {
          position: absolute;
          width: 26%;
          left: 49%;
          transform: translateX(-50%);
          bottom: 10%; }
      @media (min-width: 768px) {
        .coffee-game .shop-body {
          padding-top: 3rem; } }
    .coffee-game .shop-footer {
      position: relative;
      background-image: url("../images/coffee-game/shop-footer.svg");
      background-size: cover;
      background-position: top;
      height: 18.75rem; }
      .coffee-game .shop-footer .game-control {
        position: absolute;
        display: flex;
        align-items: center;
        left: 50%;
        top: 10%;
        transform: translateX(-50%); }
        .coffee-game .shop-footer .game-control .btn-prev, .coffee-game .shop-footer .game-control .btn-next {
          width: 2.5rem;
          height: 2.5rem;
          border-radius: 50%;
          background-color: #FFF;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0px 0px 6px 0px #6565651A;
          position: relative; }
          .coffee-game .shop-footer .game-control .btn-prev svg, .coffee-game .shop-footer .game-control .btn-next svg {
            width: 1rem; }
          .coffee-game .shop-footer .game-control .btn-prev:after, .coffee-game .shop-footer .game-control .btn-next:after {
            content: "";
            display: block;
            width: 2.5rem;
            height: 2.5rem;
            background-color: #6D3D17;
            z-index: -1;
            top: 2px;
            left: 1px;
            position: absolute;
            border-radius: 50%; }
          .coffee-game .shop-footer .game-control .btn-prev.disabled, .coffee-game .shop-footer .game-control .btn-next.disabled {
            opacity: 1;
            background-color: #B76533; }
            .coffee-game .shop-footer .game-control .btn-prev.disabled svg path, .coffee-game .shop-footer .game-control .btn-next.disabled svg path {
              fill: #FFF; }
          @media (min-width: 768px) {
            .coffee-game .shop-footer .game-control .btn-prev, .coffee-game .shop-footer .game-control .btn-next {
              width: 3rem;
              height: 3rem; } }
        .coffee-game .shop-footer .game-control .btn-next:after {
          left: -1px; }
        .coffee-game .shop-footer .game-control .btn-order {
          width: 6.5rem;
          height: 6.5rem;
          border-radius: 50%;
          background-color: #B76533;
          border: 4px solid #FFF;
          font-size: 1.5rem;
          margin: 0 1rem;
          color: #FFF;
          position: relative;
          overflow: hidden; }
          .coffee-game .shop-footer .game-control .btn-order:before {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: "";
            width: 50%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg); }
          .coffee-game .shop-footer .game-control .btn-order:hover {
            background-color: #683812; }
            .coffee-game .shop-footer .game-control .btn-order:hover::before {
              -webkit-animation: shine 0.75s;
              animation: shine 0.75s; }
        @media (min-width: 768px) {
          .coffee-game .shop-footer .game-control {
            top: -1rem; } }
      .coffee-game .shop-footer .logo-shop {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translateX(-50%); }
        @media (min-width: 768px) {
          .coffee-game .shop-footer .logo-shop {
            top: 60%; } }
        @media (min-width: 1128px) {
          .coffee-game .shop-footer .logo-shop {
            top: 40%;
            width: 12rem; } }
      @media (min-width: 768px) {
        .coffee-game .shop-footer {
          height: 14rem; } }
      @media (min-width: 1128px) {
        .coffee-game .shop-footer {
          height: 20rem; } }
    @media (min-width: 768px) {
      .coffee-game .shop {
        max-width: 70%;
        margin: 0 auto; } }
    @media (min-width: 1128px) {
      .coffee-game .shop {
        max-width: 40rem; } }
  .coffee-game .coffee-game-footer {
    position: relative;
    z-index: 3;
    margin-top: -2rem;
    background-image: url("../images/coffee-game/bg-game-footer.svg");
    height: 21rem;
    background-size: cover;
    background-position: top;
    font-weight: 300;
    line-height: 1.8;
    color: #FFF; }
    .coffee-game .coffee-game-footer b {
      font-weight: 500; }
    .coffee-game .coffee-game-footer a {
      color: #FFF;
      text-decoration: none !important; }
    .coffee-game .coffee-game-footer ul li {
      margin-bottom: .5rem; }
    @media (min-width: 768px) {
      .coffee-game .coffee-game-footer {
        height: 10rem;
        font-size: .875rem; } }
    @media (min-width: 992px) {
      .coffee-game .coffee-game-footer {
        background-image: url("../images/coffee-game/bg-game-footer-desktop.svg"); }
        .coffee-game .coffee-game-footer ul {
          gap: 1.5rem !important; } }
    @media (min-width: 1128px) {
      .coffee-game .coffee-game-footer {
        margin-top: -4%;
        font-size: 1rem; }
        .coffee-game .coffee-game-footer ul {
          gap: 2.5rem !important; } }
    .coffee-game .coffee-game-footer .copyright {
      font-size: .875rem;
      line-height: 1.4;
      margin-top: 1.25rem; }

.modal-result .modal-header {
  background-color: transparent;
  padding: 0;
  border: 0; }
  .modal-result .modal-header .btn {
    padding: 0;
    margin-left: auto; }
    @media (min-width: 992px) {
      .modal-result .modal-header .btn {
        position: absolute;
        right: -4.5rem;
        z-index: 2;
        top: -.5rem; }
        .modal-result .modal-header .btn img {
          width: 65px; } }
    @media (min-width: 1128px) {
      .modal-result .modal-header .btn {
        right: -5rem;
        top: 7rem; } }
  .modal-result .modal-header .sign {
    position: relative;
    z-index: 2;
    background-color: #47240F;
    border: 6px solid #855E4C;
    padding: .625rem;
    margin-bottom: 1.5rem;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto; }
    .modal-result .modal-header .sign h5 {
      background: linear-gradient(90deg, #FFF3B1 21.13%, #FFEB7C 109.49%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 1.5rem; }
    .modal-result .modal-header .sign h3 {
      color: #FFF;
      font-size: 2rem; }

.modal-result .modal-dialog {
  max-width: 90%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .modal-result .modal-dialog {
      max-width: 50rem; } }
  @media (min-width: 1128px) {
    .modal-result .modal-dialog {
      max-width: 55rem; } }

.modal-result .modal-content {
  border-radius: .875rem;
  background-color: transparent;
  border: 0; }

.modal-result .modal-body {
  border-radius: .875rem;
  background-color: #EFEFE0; }
  .modal-result .modal-body .image {
    border-radius: .75rem;
    background: linear-gradient(330.49deg, #FFD2A2 0.05%, #E3CABD 75.33%, #A3A8BB 124.02%);
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-result .modal-body .image img {
      transform: rotate(-10deg);
      height: 145px; }
      @media (min-width: 768px) {
        .modal-result .modal-body .image img {
          height: 70%; } }
    @media (min-width: 768px) {
      .modal-result .modal-body .image {
        height: 100%; } }
  .modal-result .modal-body .content {
    margin-top: 1rem; }
    .modal-result .modal-body .content .title {
      width: 80%;
      color: #FFF;
      padding: .5rem 1.5rem;
      background-color: #8C5238;
      border-top-right-radius: 1.5rem;
      margin-left: -1rem;
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: 1rem; }
    .modal-result .modal-body .content p {
      font-size: .875rem; }
      .modal-result .modal-body .content p b {
        font-weight: 700; }
    @media (min-width: 768px) {
      .modal-result .modal-body .content {
        background: url("../images/bg-modal.png");
        background-color: #FAFAEA;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: bottom right;
        box-shadow: 0px 0px 12px 0px #ADADAD26;
        padding: 1rem;
        border-radius: .875rem;
        margin-top: 0; }
        .modal-result .modal-body .content .btn-download {
          padding: .75rem;
          max-width: 13rem; } }
    @media (min-width: 992px) {
      .modal-result .modal-body .content .title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem; }
      .modal-result .modal-body .content p {
        font-size: 1rem; } }

.modal-backdrop.show {
  opacity: .7;
  backdrop-filter: blur(120px); }

.highcharts-tooltip .tooltip {
  box-shadow: 0px 0px 6px 0px #8A8A8A4D;
  background-color: #FFF;
  border-radius: .75rem;
  min-width: 300px; }
  .highcharts-tooltip .tooltip .title {
    background: linear-gradient(270deg, rgba(226, 158, 87, 0.4), #A3A8BB 100%);
    font-weight: 600;
    padding: 6px 0 6px 1.5rem;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    font-size: 1.25rem; }
  .highcharts-tooltip .tooltip .content {
    padding: 10px 1.5rem;
    font-size: .875rem !important; }
    .highcharts-tooltip .tooltip .content b {
      font-weight: 500; }
