/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
:root {
  --primary-color: #134983;
  --secondary-color: #FFFCE8;
  --green-color: #8DB783;
  --green-blue-color: #62B8B0;
  --dark-color: #231F20;
  --black-color: #000000;
  --white-color: #FFFFFF;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}
.no-transition,
.no-transition *,
.no-transition *:after,
.no-transition *:before {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body {
  color: var(--primary-color);
  background-color: #ffffff;
  max-width: 100%;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: var(--green-color);
}

h1,h2,h3,h4,h5,h6 {margin-bottom: .8rem;}

.ls-3-percent {letter-spacing: 3%;}

.line-clamp {
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp.line-1 {-webkit-line-clamp: 1;}
.line-clamp.line-2 {-webkit-line-clamp: 2;}
.line-clamp.line-3 {-webkit-line-clamp: 3;}

img {
  width: 100%;
  height: auto;
}

.img-cover {height: 100%; object-fit: cover;}

.text-pri {color: var(--primary-color);}
.text-gb {color: var(--green-blue-color);}
.text-g {color: var(--green-color);}

.bg-pri {background-color: var(--primary-color);}
.bg-sec {background-color: var(--secondary-color);}
.bg-green {background-color: var(--green-color);}

.text-border-primary {
  -webkit-text-stroke: 1.3px var(--primary-color);
}
.text-pri-b-dark {
  -webkit-text-stroke: 1.3px var(--dark-color);
  color: var(--primary-color);
}
.text-green-b-pri {
  -webkit-text-stroke: 1.3px var(--primary-color);
  color: var(--green-blue-color);
}
.text-green-b-dark {
  -webkit-text-stroke: 1.3px var(--dark-color);
  color: var(--green-color);
}


.p-section {
  padding: 95px 0;
}
.p-section-small {
  padding: 40px 0;
}
.p-section-medium {
  padding: 70px 0;
}
.p-section-top {
  padding-top: 80px;
}
.p-section-bottom {
  padding-bottom: 80px;
}
.pb-detail {
  padding-bottom: 69px;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-main {
  display: inline-block;
  background-color: var(--white-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.btn-main:hover,
.btn-main.active {
  background-color: var(--green-blue-color);
  color: var(--white-color);
}

.lazy {
  opacity: 0;
  transition: opacity .5s;
}

.lazy.loaded {
  opacity: 1;
}

.text-nowrap {
  white-space: nowrap;
}

.content-no-data {
  min-height: 10vh;
}

/* Add this class to any element that needs a bubble burst on hover. */
.animation-bubble {
  --bubble-x: 50%;
  --bubble-y: 50%;
  position: relative;
  isolation: isolate;
}

.animation-bubble::before,
.animation-bubble::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: var(--bubble-x);
  top: var(--bubble-y);
  width: 140px;
  height: 140px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.35);
  will-change: transform, opacity;
}

.animation-bubble::before {
  background:
    radial-gradient(circle at var(--bubble-1-x, 5%) var(--bubble-1-y, 48%), rgba(255, 255, 255, .48) 0 5px, #8DB783 5.5px 6.5px, transparent 7px),
    radial-gradient(circle at var(--bubble-2-x, 19%) var(--bubble-2-y, 10%), rgba(255, 255, 255, .48) 0 3px, #8DB783 3.5px 4.5px, transparent 5px),
    radial-gradient(circle at var(--bubble-3-x, 78%) var(--bubble-3-y, 7%), rgba(255, 255, 255, .48) 0 6px, #8DB783 6.5px 7.5px, transparent 8px),
    radial-gradient(circle at var(--bubble-4-x, 96%) var(--bubble-4-y, 40%), rgba(255, 255, 255, .48) 0 4px, #8DB783 4.5px 5.5px, transparent 6px),
    radial-gradient(circle at var(--bubble-5-x, 88%) var(--bubble-5-y, 88%), rgba(255, 255, 255, .48) 0 5px, #8DB783 5.5px 6.5px, transparent 7px),
    radial-gradient(circle at var(--bubble-6-x, 12%) var(--bubble-6-y, 91%), rgba(255, 255, 255, .48) 0 4px, #8DB783 4.5px 5.5px, transparent 6px);
}

.animation-bubble::after {
  background:
    radial-gradient(circle at var(--bubble-7-x, 12%) var(--bubble-7-y, 30%), rgba(255, 255, 255, .48) 0 4px, #8DB783 4.5px 5.5px, transparent 6px),
    radial-gradient(circle at var(--bubble-8-x, 31%) var(--bubble-8-y, 91%), rgba(255, 255, 255, .48) 0 6px, #8DB783 6.5px 7.5px, transparent 8px),
    radial-gradient(circle at var(--bubble-9-x, 70%) var(--bubble-9-y, 92%), rgba(255, 255, 255, .48) 0 4px, #8DB783 4.5px 5.5px, transparent 6px),
    radial-gradient(circle at var(--bubble-10-x, 91%) var(--bubble-10-y, 20%), rgba(255, 255, 255, .48) 0 5px, #8DB783 5.5px 6.5px, transparent 7px);
}

.animation-bubble:hover::before {
  animation: animation-bubble-burst .7s ease-out both;
}

.animation-bubble:hover::after {
  animation: animation-bubble-burst .7s .06s ease-out both;
}

@keyframes animation-bubble-burst {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.05); }
  12% { opacity: 1; transform: translate(-50%, -50%) scale(.14); }
  65% { opacity: .85; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.15); }
}

@media (prefers-reduced-motion: reduce) {
  .animation-bubble::before,
  .animation-bubble::after { display: none; }
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.page-mt {
  margin-top: var(--header-height);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/* ตกแต่งปุ่มเมนูให้เป็นขอบมนตามดีไซน์ */
.custom-nav-pill {
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  color: var(--primary-color);
  background-color: #ffffff;
  padding: 8px 16px !important;
  margin: 8px 0;
  font-weight: 500;
  letter-spacing: 3%;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 0 var(--primary-color);
  transition: all 0.3s ease-out;
}

/* เอฟเฟกต์ตอนนำเมาส์ไปชี้ (Hover) */
.custom-nav-pill:hover {
  background-color: var(--green-blue-color);
  color: #ffffff;
  font-weight: 400;
}

.logo-img {
  width: 80px;
}

/* ปรับช่องว่างระหว่างปุ่มในหน้าจอ Desktop */
@media (min-width: 992px) {
  .custom-landing-navbar .navbar-nav.gap-2 {
    gap: 16px !important;
  }

  .custom-nav-pill {
    margin: 0;
    /* เอา margin แนวตั้งออกเมื่อเป็นแนวนอนบน Desktop */
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  --footer-container-gutter: 100px;
  padding: 40px 0 0;
  overflow: hidden;
}

.logo-footer {
  width: 110px;
}

.social-icon { width: 42px; height: 42px; }

.footer-vehicle-wrap {
  position: relative;
  min-height: 250px;
  justify-content: flex-end !important;
  right: calc(-1 * var(--footer-container-gutter));
}
.footer-vehicle {
  width: min(100%, 280px);
  height: auto;
  opacity: 0;
  transform: translate3d(-260px, -50px, 0) rotate(-12deg);
  transform-origin: center bottom;
  will-change: opacity, transform;
}
.footer.is-vehicle-moving .footer-vehicle {
  animation: footer-vehicle-ride .5s linear both;
}

@keyframes footer-vehicle-ride {
  0% {
    opacity: 0;
    transform: translate3d(-260px, -50px, 0) rotate(-12deg);
  }
  10% {
    opacity: 1;
    transform: translate3d(-252px, -59px, 0) rotate(-9deg);
  }
  20% { transform: translate3d(-224px, -68px, 0) rotate(-6deg); }
  30% { transform: translate3d(-196px, -74px, 0) rotate(-3deg); }
  40% { transform: translate3d(-168px, -79px, 0) rotate(.5deg); }
  50% {
    opacity: 1;
    transform: translate3d(-140px, -80px, 0) rotate(1deg);
  }
  60% { transform: translate3d(-112px, -79px, 0) rotate(.6deg); }
  70% { transform: translate3d(-84px, -74px, 0) rotate(0deg); }
  80% { transform: translate3d(-56px, -68px, 0) rotate(-.7deg); }
  90% { transform: translate3d(-28px, -59px, 0) rotate(-.4deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, -50px, 0) rotate(0deg);
  }
}

@media (max-width: 991px) {
  .footer-vehicle-wrap {
    min-height: 190px;
    margin-top: 30px;
    justify-content: center !important;
    right: 0;
  }
  .footer-vehicle {
    width: min(70vw, 250px);
    translate: 0 50px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--primary-color) transparent var(--primary-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Figure
--------------------------------------------------------------*/
figure {
  overflow: hidden;
  margin: 0;
}

.on-hover-img figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-out !important;
	transition: .3s ease-out !important;
}

.on-hover-img:hover figure img{
	-webkit-transform: scale(1.13);
	transform: scale(1.13);
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.introSection,
.productSection {
  position: relative;
  min-height: 100vh;
}

.introSection {
  --product-curve-height: clamp(70px, 13vw, 180px);
  z-index: 2;
  overflow: visible;
  padding-top: calc(var(--header-height, 90px) + 7vh);
  padding-bottom: calc(180px + 180px);
}

.introSection::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: -10%;
  bottom: -1px;
  width: 120%;
  height: var(--product-curve-height);
  background-color: var(--green-color);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
}

.intro-copy {
  position: relative;
  z-index: 3;
  width: 34%;
  margin-left: 100px;
  margin-top: 12vh;
}

.intro-copy .title,
.intro-copy .description {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  will-change: opacity, transform;
}

.landing-page.is-intro-loaded .intro-copy .title {
  animation: intro-copy-rise 1.05s cubic-bezier(.22, 1, .36, 1) both;
}

.landing-page.is-intro-loaded .intro-copy .description {
  animation: intro-copy-rise 1.05s .32s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes intro-copy-rise {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.intro-copy .text-border-primary {
  -webkit-text-stroke: 1.5px var(--primary-color);
}

.intro-stockist {
  position: absolute;
  z-index: 3;
  top: 35%;
  left: 64%;
  display: grid;
  justify-items: center;
  gap: .6rem;
}

.intro-stockist img { width: clamp(90px, 9vw, 150px); }

.intro-coconut { --coconut-rotation: 0deg; position: absolute; z-index: 1; animation: intro-coconut-float 2s ease-in-out infinite; }
.intro-coconut-top { --coconut-rotation: -55deg; top: 13%; left: 29%; width: clamp(100px, 9vw, 200px); animation-delay: -.8s; }
.intro-coconut-left { --coconut-rotation: 24deg; z-index: 4; left: -3%; bottom: 16%; width: clamp(120px, 15vw, 250px); animation-delay: -2.1s; }
.intro-coconut-blur { --coconut-rotation: -135deg; z-index: 2; top: 8%; right: -10%; width: clamp(260px, 30vw, 530px); animation-delay: -1.4s; }

@keyframes intro-coconut-float {
  0%, 100% { transform: translate3d(0, -10px, 0) rotate(var(--coconut-rotation)); }
  50% { transform: translate3d(0, 16px, 0) rotate(var(--coconut-rotation)); }
}

.hero-bottle {
  --bottle-x: 0px;
  --bottle-y: 0px;
  --bottle-scale: 1;
  --bottle-rotate: 0deg;
  position: absolute;
  z-index: 8;
  top: 24%;
  left: 50%;
  width: clamp(155px, 15vw, 285px);
  pointer-events: none;
  transform: translate3d(calc(-50% + var(--bottle-x)), var(--bottle-y), 0) scale(var(--bottle-scale)) rotate(var(--bottle-rotate));
  transform-origin: 50% 55%;
  will-change: transform;
}

.hero-bottle img { display: block; opacity: 0; transform: translate3d(0, 28vh, 0); will-change: opacity, transform; }
.landing-page.is-intro-loaded .hero-bottle img { animation: bottle-rise 1.65s .78s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes bottle-rise { from { opacity: 0; transform: translate3d(0, 28vh, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }

.productSection {
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: visible;
  isolation: isolate;
}
.productSection .container-fluid { position: relative; z-index: 4; }
.productSection .row { align-items: center; min-height: 60vh; }
.productSection .place-bottle { min-height: 540px; }
.productSection .content-text { max-width: 570px; }

.product-visual { position: absolute; z-index: 5; inset: 0 50% 0 0; pointer-events: none; }
.product-orbit {
  --orbit-from-x: 0px;
  --orbit-from-y: 0px;
  --orbit-delay: 0s;
  position: absolute;
  opacity: 0;
  transform: translate3d(var(--orbit-from-x), var(--orbit-from-y), 0) scale(.15);
  transform-origin: center;
}
.product-orbit svg { display: block; width: 100%; height: auto; }
.product-orbit-coconuts { --orbit-delay: .04s; width: clamp(130px, 15vw, 260px); left: 8%; top: 21%; }
.product-orbit-coconut { --orbit-delay: .18s; width: clamp(100px, 10vw, 200px); right: 15%; top: 42%; }
.product-orbit-flower { --orbit-delay: .32s; width: clamp(100px, 10vw, 200px); left: 25%; bottom: 10%; }

.productSection.is-settled .product-orbit {
  animation: orbit-pop-out .85s cubic-bezier(.18, .86, .32, 1.25) var(--orbit-delay) both;
}

/* pattern0 คือภาพวงน้ำ ส่วน pattern1 คือมะพร้าว/ดอกไม้ จึงหมุนเฉพาะ rect นี้ */
.product-orbit svg > rect[fill^="url(#pattern0_"] {
  transform-box: fill-box;
  transform-origin: center;
}

.productSection.is-settled .product-orbit-coconuts svg > rect[fill^="url(#pattern0_"],
.productSection.is-settled .product-orbit-flower svg > rect[fill^="url(#pattern0_"] {
  animation: water-ring-clockwise 15s linear calc(var(--orbit-delay) + .35s) infinite;
}

.productSection.is-settled .product-orbit-coconut svg > rect[fill^="url(#pattern0_"] {
  animation: water-ring-counter-clockwise 15s linear calc(var(--orbit-delay) + .35s) infinite;
}

@keyframes orbit-pop-out {
  0% { opacity: 0; transform: translate3d(var(--orbit-from-x), var(--orbit-from-y), 0) scale(.15); }
  18% { opacity: .35; }
  62% { opacity: 1; transform: translate3d(-5px, -3px, 0) scale(1.12); }
  78% { transform: translate3d(2px, 1px, 0) scale(.96); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes water-ring-clockwise { to { transform: rotate(360deg); } }
@keyframes water-ring-counter-clockwise { to { transform: rotate(-360deg); } }

@media (max-width: 991px) {
  .product-orbit-flower { bottom: 18%; }
  .introSection, .productSection { min-height: auto; }
  .productSection .row { min-height: auto; }
  .productSection .content-text br { display: none; }
}
@media (max-width: 767px) {
  .introSection { --product-curve-height: 60px; min-height: 850px; padding-top: 110px; }
  .intro-copy { width: auto; margin: 0 18px !important; }
  .intro-stockist {
    z-index: 9;
    top: 66%;
    left: auto;
    right: 3%;
    width: clamp(120px, 30vw, 155px);
    gap: .35rem;
    text-align: center;
  }
  .intro-stockist h4 { font-size: clamp(.72rem, 3vw, .95rem); line-height: 1.25; }
  .intro-stockist img { width: clamp(65px, 17vw, 85px); }
  .intro-coconut-top { top: 6%; left: 57%; width: 100px; }
  .intro-coconut-blur { top: 48%; right: -25%; }
  .hero-bottle { top: 45%; width: 150px; }
  .productSection { min-height: 850px; align-items: flex-end; padding-bottom: 70px; }
  .productSection .row { min-height: auto; }
  .productSection .content-text { max-width: 100%; }
  .product-visual { inset: 0; height: 480px; }
  .product-orbit-coconuts { left: 10%; top: 13%; }
  .product-orbit-coconut { right: 10%; top: 37%; }
  .product-orbit-flower { left: 20%; bottom: 5%; }
}

@media (max-width: 575px) {
  .introSection h5 br { display: none; }
}
@media (max-width: 480px) {
  .intro-stockist { top: 68%; right: 2%; width: 112px; }
  .intro-stockist img { width: 64px; }
  .product-orbit-coconuts { left: 3%; top: 15%; }
}

/* @media (prefers-reduced-motion: reduce) {
  .intro-coconut, .hero-bottle img,
  .footer.is-vehicle-moving .footer-vehicle,
  .landing-page.is-intro-loaded .intro-copy .title,
  .landing-page.is-intro-loaded .intro-copy .description,
  .productSection.is-settled .product-orbit,
  .productSection.is-settled .product-orbit svg > rect[fill^="url(#pattern0_"] { animation: none; }
  .intro-copy .title, .intro-copy .description { opacity: 1; transform: none; }
  .landing-page.is-intro-loaded .hero-bottle img { opacity: 1; transform: none; }
  .footer-vehicle { opacity: 1; transform: none; }
  .productSection.is-settled .product-orbit { opacity: 1; transform: none; }
} */

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-scroll {
  height: calc(var(--about-scroll-count) * 100vh);
  margin-bottom: clamp(60px, 8vw, 120px);
}

.about-scroll-sticky {
  position: sticky;
  top: var(--header-height, 0px);
  height: calc(100vh - var(--header-height, 0px));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: clamp(12px, 2vh, 24px);
  box-sizing: border-box;
  overflow: hidden;
}

.about-scroll-tabs {
  display: flex;
  width: fit-content;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0 auto clamp(32px, 5vh, 56px);
  border: 1px solid var(--primary-color);
  border-radius: 999px;
  overflow-x: auto;
  background: var(--white-color);
}

.about-scroll-tab {
  flex: 0 0 auto;
  padding: 8px 1.25rem;
  border: 0;
  border-radius: 999px;
  background: var(--white-color);
  color: var(--primary-color);
}

.about-scroll-tab.is-active { background: var(--green-blue-color); color: var(--white-color); border: 1px solid var(--primary-color); }

.about-scroll-panels {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
}

.about-scroll-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(32px, 8vw, 120px);
  min-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity .35s ease, transform .35s ease, visibility .35s;
}

.about-scroll-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.about-scroll-image {
  height: 100%;
  max-height: 580px;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-scroll-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 30px;
}

.about-scroll-content {
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  max-width: 500px;
}

@media (max-width: 991px) {
  .about-scroll-panel { gap: clamp(20px, 4vw, 48px); }
  .about-scroll-content br { display: none; }
}

@media (max-width: 767px) {
  .about-scroll-sticky { padding-bottom: 12px; }
  .about-scroll-tabs { justify-content: flex-start; margin-bottom: 24px; }
  .about-scroll-panel {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 16px;
    align-items: stretch;
  }
  .about-scroll-image { max-height: none; }
  .about-scroll-content { max-width: 100%; }
}

@media (max-height: 700px) {
  .about-scroll-tabs { margin-bottom: 24px; }

  .about-scroll-panel {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-scroll-panel { transition: none; transform: none; }
}

.about-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  isolation: isolate;
}

.about-gallery-container {
  padding-top: clamp(60px, 8vw, 120px);
  padding-bottom: clamp(80px, 10vw, 160px);
}

.about-gallery-item {
  --parallax-y: 0px;
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(14px, 1.4vw, 24px);
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
}

.about-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-gallery-item-1 { --parallax-speed: .12; left: 0; top: 2%; width: 45%; height: 43%; z-index: 1; }
.about-gallery-item-2 { --parallax-speed: .20; left: 15%; bottom: 3%; width: 32%; height: 43%; z-index: 2; }
.about-gallery-item-3 { --parallax-speed: -.15; right: 0; top: 15%; width: 45%; height: 43%; z-index: 1; }
.about-gallery-item-4 { --parallax-speed: .27; left: 39%; top: 22%; width: 23%; height: 32%; z-index: 4; }
.about-gallery-item-5 { --parallax-speed: -.23; right: 27%; bottom: 4%; width: 15%; height: 20%; z-index: 3; }
.about-gallery-item-6 { --parallax-speed: -.29; right: 6%; bottom: 10%; width: 24%; height: 32%; z-index: 5; }

@media (max-width: 767px) {
  .about-gallery {
    aspect-ratio: .8 / 1;
  }

  .about-gallery-item-1 { left: 0; top: 1%; width: 58%; height: 34%; }
  .about-gallery-item-2 { left: 3%; bottom: 3%; width: 43%; height: 35%; }
  .about-gallery-item-3 { right: 0; top: 15%; width: 55%; height: 34%; }
  .about-gallery-item-4 { left: 35%; top: 30%; width: 31%; height: 27%; }
  .about-gallery-item-5 { right: 32%; bottom: 8%; width: 21%; height: 19%; }
  .about-gallery-item-6 { right: 1%; bottom: 15%; width: 34%; height: 27%; }
}

@media (prefers-reduced-motion: reduce) {
  .about-gallery-item {
    transform: none;
    will-change: auto;
  }
}

/*--------------------------------------------------------------
# Order Channels
--------------------------------------------------------------*/
.order-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: visible;
  background-image: url('/landing-images/sky-bg.png');
  background-size: cover;
  background-position: center;
}

.order-section .decoration-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-position: top;
  transform: translateY(-50%);
  z-index: 4;
  pointer-events: none;
}

.order-section .coconut-rain {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.order-section .coconut-drop {
  --drop-x: 0px;
  --drop-y: 78vh;
  --start-rotate: 45deg;
  position: absolute;
  top: 0;
  left: var(--drop-left);
  /* One coconut in coconut-line.png is approximately 9% of the line width. */
  width: 9vw;
  height: auto;
  opacity: 0;
  transform: translate3d(0, -110%, 0) rotate(var(--start-rotate));
  transform-origin: 48% 52%;
  will-change: transform, opacity;
}

.order-section.coconuts-are-falling .coconut-drop {
  animation: coconut-fall var(--drop-duration) cubic-bezier(.45, 0, 1, 1)
    var(--drop-delay) forwards;
}

.order-section .coconut-drop-1 { --drop-left: 5%;  --drop-x: 20px;  --start-rotate: 45deg;  --drop-duration: .72s; --drop-delay: 0s; }
.order-section .coconut-drop-2 { --drop-left: 16%; --drop-x: -55px; --start-rotate: -55deg; --drop-duration: .78s; --drop-delay: 0s; }
.order-section .coconut-drop-3 { --drop-left: 55%; --drop-x: 24px;  --start-rotate: 60deg;  --drop-duration: .74s; --drop-delay: 0s; }
.order-section .coconut-drop-4 { --drop-left: 65%; --drop-x: -50px; --start-rotate: -40deg; --drop-duration: .8s; --drop-delay: 0s; }
.order-section .coconut-drop-5 { --drop-left: 78%; --drop-x: 16px;  --start-rotate: 50deg;  --drop-duration: .7s; --drop-delay: 0s; }
.order-section .coconut-drop-6 { --drop-left: 90%; --drop-x: 14px; --start-rotate: -60deg; --drop-duration: .76s; --drop-delay: 0s; }

@keyframes coconut-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -110%, 0) rotate(var(--start-rotate));
  }
  3% { opacity: 1; }
  100% {
    opacity: 1;
    transform: translate3d(var(--drop-x), var(--drop-y), 0) rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .order-section.coconuts-are-falling .coconut-drop {
    animation-duration: .01ms;
    animation-delay: 0s;
  }
}

@media (max-width: 767px) {
  .order-section .coconut-drop-1 { --drop-left: 2%; }
  .order-section .coconut-drop-2 { --drop-left: 20%; }
  .order-section .coconut-drop-3 { --drop-left: 37%; }
  .order-section .coconut-drop-4 { --drop-left: 54%; }
  .order-section .coconut-drop-5 { --drop-left: 70%; }
  .order-section .coconut-drop-6 { --drop-left: 84%; }
}

.order-section .decoration-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 150px;
  object-fit: cover;
  object-position: bottom;
  z-index: 1;
  pointer-events: none;
}

.order-section .content-wrapper {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.order-section .main-card {
  position: relative;
  z-index: 2;
  border-radius: 2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  max-width: 480px;
  height: auto;
}

.order-section .order-socials {
  position: relative;
  z-index: 4;
}

.order-section .title-text {
  color: #003b71;
  font-weight: 700;
}

.order-section .logo-box {
  width: 120px;
  height: 120px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.order-section .logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
.order-section .logo-box {
    width: 76px;
    height: 76px;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control {
  padding: 8px 18px;
  font-weight: 400;
  background: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 30px;
}

.form-control:focus {
  background: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
  box-shadow: 0 1px 0 0 color-mix(in srgb, var(--white-color), transparent 50%);
}

.form-control::placeholder {
  color: var(--white-color);
}

/*--------------------------------------------------------------
# CKEDITOR5
--------------------------------------------------------------*/

figure.image {
  margin: 1.5rem auto;
}
figure.image img,
img.image_resized {
  height: auto !important;
}

.image-style-align-left {
  float: left;
  margin-right: 1.5em !important;
}

.image-style-align-right {
  float: right;
  margin-left: 1.5em !important;
}

.image_resized {
  margin-left: auto;
  margin-right: auto;
}

.image-style-block-align-right {
  margin-left: auto;
  margin-right: unset;
}

.image-style-block-align-left {
  margin-right: auto;
  margin-left: unset;
}

.marker-yellow {
  background-color: #b9b924;
  color: #fff;
}

.marker-green {
  background-color: #17c117;
  color: #fff;
}

.marker-pink {
  background-color: #f63666;
  color: #fff;
}

.marker-blue {
  background-color: #2B5597;
  color: #fff;
}

.pen-red {
  color: #e91313;
}

.pen-green,
.pen-red {
  background-color: transparent;
}

.pen-green {
  color: #180;
}

figure.media {
  display: block;
  background: transparent;
  width: auto;
  padding: 10px;
}

blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin: 0 0 1rem;
}

figure.table {
  width: 100% !important;
  overflow-x: auto;
}

.landing-policy {
  min-height: calc(100vh - 220px);
  padding-top: calc(var(--header-height, 90px) + 30px) !important;
}

.landing-policy-content {
  overflow-wrap: anywhere;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1440px) {
  .footer { --footer-container-gutter: 70px; }
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
  .intro-copy { margin-left: 70px; }
}

@media (max-width: 991px) {
  .p-section { padding: 80px 0; }
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .intro-copy { margin-left: 50px; }
  .logo-img {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-section {padding: 60px 0;}
  .footer .footer-title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .p-section {
    padding: 50px 0;
  }
  .content-text h1 br, .content-text h2 br, .content-text h3 br, .content-text h4 br, .content-text h5 br, .content-text h6 br, .content-text p br, .content-text ul br{
    display: none;
  }
  .logo-footer { width: 90px; }
}
