.row {
    --bs-gutter-x: 30px;
    --bs-border-color: #eee;
}

hr {
    color: #eee;
    opacity: 1;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 30px;
}

body {
    font-family: "Gilda Display", serif;
}

h1 {
    font-family: "Gilda Display", serif;
    font-size: clamp(3rem, 6vw, 5rem);
}

h2 {
    font-family: "Gilda Display", serif;
    font-size: clamp(3rem, 5vw, 3.75rem);
}

h3 {
    font-family: "Gilda Display", serif;
    font-size: clamp(2.5rem, 4vw, 3rem);
}

h4 {
    font-family: "Gilda Display", serif;
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
}

h5 {
    font-family: "Gilda Display", serif;
    font-size: clamp(1.5rem, 3vw, 1.75rem);
}

.chinese-h6 {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    font-weight: 300;
}

h6 {
    font-family: "Gilda Display", serif;
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
}

.text-justify {
    text-align: justify;
}

.text-12px {
    font-size: 12px !important;
}

.text-darkblue {
    color: darkblue;
}

.text-green-dark {
    color: #5a7800;
}

.mb-30 {
    margin-bottom: 30px;
}

.upper-header {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-padding-sm {
    padding-top: 70px;
    padding-bottom: 70px;
}

.top-margin {
    margin-top: 140px;
}

.bottom-margin {
    margin-bottom: 140px;
}

.navbar {
    z-index: 1030;
    padding: 20px 0;
    position: absolute;
    background-color: transparent;
    width: 100%;
}

.nav-link {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}

.logo {
    height: 70px;
}

.nav-link {
    padding: 0 !important;
    margin: 8px;
}

.navbar .nav-link:hover {
    color: white;
    font-weight: 700;
}

.navbar .nav-link.active {
    color: white;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.nav-link:focus {
    color: white;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

nav .nav-link.show {
    color: white;
    font-weight: 700;
}

.navbar-brand {
    margin-right: 40px;
}

a {
    text-decoration: none;
    color: black;
}

.highlight-wrap {
    padding: 0 15px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #5a7800;
}

.highlight-icon {
    width: 100px;
    margin-bottom: 24px;
}

.product-card {
    position: relative;
    height: 480px;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: transform 0.5s ease;
}

.product-card-1::before {
    background-image: url('../img/home/bc-orchard-coconut-water-highlight.jpg');
    background-position: 30% center;
}

.product-card-2::before {
    background-image: url('../img/home/bc-orchard-bc-jucies-highlight.jpg');
    background-position: 60% center;
}

.product-card-3::before {
    background-image: url('../img/home/bc-orchard-arrow-tree-highlight.jpg');
    background-position: center center;
}

.product-card:hover::before {
    transform: scale(1.05);
}

.product-card>* {
    position: relative;
    z-index: 1;
}

.product-card-content {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 1;
    will-change: transform;
    backface-visibility: hidden;
}

.banner-container {
    padding-left: 20px;
    padding-right: 20px;
}

.masked-image {
    width: 100%;
    height: 762px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.masked-image.top {
    height: 381px;
    background-repeat: no-repeat;
    background-position-x: center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 80px;
    background-position-y: bottom;
    background-image: url("../img/home/bc-orchard-about-us-top.jpg");
}

.masked-image.bottom {
    height: 381px;
    background-repeat: no-repeat;
    background-position-x: center;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 100px;
    background-position-y: top;
    background-image: url("../img/home/bc-orchard-about-us-bottom.jpg");
}

.masked-image-2 {
    background-color: #e3e9de;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.masked-image-3 {
    background-color: #e3e9de;
    border-radius: 100px;
}

.masked-image-content {
    padding: 0 50px;
}

.masked-image-content h4 {
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
}

.col-44 {
    flex: 0 0 auto;
    width: 44%;
}

.col-28 {
    flex: 0 0 auto;
    width: 28%;
}

.button {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 12px 24px 13px;
    border: 1px solid darkblue;
    background-color: transparent;
    color: darkblue;
    overflow: hidden;
    transition: color 0.3s ease;
    cursor: pointer;
    z-index: 1;
    align-self: center;
    width: auto;
}

.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: darkblue;
    z-index: -1;
    transition: width 0.4s ease;
}

.button:hover::before {
    width: 100%;
}

.button:hover {
    color: white;
}

.button.active {
    background-color: #000;
    color: #fff;
}

.button.active {
    background-color: white;
    color: black;
}

.button-white-fill {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: black;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    background-color: white;
    border: none;
    overflow: hidden;
    transition: color 0.3s ease;
    cursor: pointer;
    z-index: 1;
    align-self: flex-start;
    width: auto;
}

.button-white-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: black;
    z-index: -1;
    transition: width 0.4s ease;
}

.button-white-fill:hover::before {
    width: 100%;
}

.button-white-fill:hover {
    color: white;
}

.feature-products-container {
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.feature-product-wrap {
    max-width: 330px;
    padding: 0 30px;
}

.shop-wrap {
    padding: 30px 30px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.shop-wrap img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.shop-wrap .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.4s ease;
    z-index: 1;
}

.shop-wrap:hover .hover-img {
    opacity: 1;
    transform: scale(1);
}

.shop-wrap:hover .main-img {
    opacity: 0;
}

.shop-wrap .product-name {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    background: transparent;
    padding: 22px 0 16px;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.5s ease;
}

.shop-wrap:hover .product-name {
    background: white;
    color: black;
    transform: translateY(-30px);
}

.product-name h5 {
    margin: 0 8px 8px;
}

.product-name>a {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.product-name>a:hover {
    color: #a8cc3c;
}

.brand-name {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #a8a8a8;
}

.testimonials-container {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-container>* {
    position: relative;
    z-index: 2;
}

.testimonials-content {
    min-height: 297px;
    color: #666;
    text-align: center;
    width: 100%;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.testimonials-content p {
    font-size: 16px;
}

.carousel-inner {
    width: 100%;
}

.carousel-item {
    width: 100%;
    text-align: center;
}

.testimonial-content-box {
    width: 80%;
    margin: 0 auto;
}

.carousel-control-icon {
    font-size: 24px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #d1d1d1;
    color: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: none;
    color: #666;
    opacity: 1;
}

.carousel-control-prev {
    left: 3%;
}

.carousel-control-next {
    right: 3%;
}

.social-icons {
    display: flex;
    gap: 24px;
}

.img-container {
    height: 560px;
    overflow: hidden;
}

.img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scroll-container {
    width: 118px;
    height: 560px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.scroll-content {
    display: flex;
    flex-direction: column;
    animation: scrollDown 9s linear infinite;
}

.scroll-text {
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.scroll-text-1 {
    height: 470px;
}

.scroll-text-2 {
    height: 380px;
}

.scroll-text-3 {
    height: 360px;
}

@keyframes scrollDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-1210px);
    }
}

footer {
    background-color: #5a7800;
    color: white;
}

footer a {
    color: white;
}

footer .row {
    --bs-border-color: #d2dbbf;
}

footer hr {
    color: #d2dbbf;
}

.social-icon {
    width: 25px;
    height: 25px;
}

.banner-container {
    width: 100%;
    height: 300px;
    position: relative;
}

.find-us-banner {
    background: url('../img/find-us/bc-orchard-find-us-banner.jpg') no-repeat 90% center/cover;
    clip-path: url(#smoothBottomCurve);
    height: 740px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner {
    background: url('../img/about/bc-orchard-about-us-banner.jpg') no-repeat 90% center/cover;
    clip-path: url(#smoothBottomCurve);
    height: 740px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-card {
    padding-bottom: 24px;
    height: auto;
    width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.divider {
    height: 2px;
    width: 100%;
    background: #425300;
    margin: 16px 0;
}

.max-width {
    max-width: 500px;
}

iframe {
    width: 100%;
    height: 600px;
}

@keyframes float-z {

    0%,
    100% {
        transform: rotate(-20deg) scale(1);
    }

    50% {
        transform: rotate(-20deg) scale(1.05);
    }
}

@keyframes float-z-2 {

    0%,
    100% {
        transform: rotate(10deg) scale(1);
    }

    50% {
        transform: rotate(10deg) scale(1.05);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.product-coconut-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../img/coconut/bc-orchard-coconut-water-banner-blue-bubbles-background.jpg') center/cover no-repeat;
    clip-path: url(#smoothBottomCurve);
    position: relative;
}

.sub-heading {
    font-size: 24px;
    text-shadow: 0.4px 0.4px rgba(255, 255, 255, 0.8);
}

.cocoanut-water-bg-ice {
    position: absolute;
    top: 420px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.product-coconut-img-wrap {
    position: relative;
    height: 600px;
    perspective: 1000px;
}

.product-coconut-img {
    height: 500px;
    position: absolute;
    transform-style: preserve-3d;
}

.product-coconut-img-1 {
    top: 6%;
    left: 18%;
    animation: float-z 3s ease-in-out infinite;
}

.product-coconut-img-2 {
    top: -3%;
    left: 40%;
    animation: float-z-2 4s ease-in-out infinite;
}

.floating-ice-1,
.floating-ice-2,
.floating-ice-3 {
    position: absolute;
    top: 20%;
    left: 75%;
    height: 25%;
    animation: float 4s ease-in-out infinite;
}

.floating-ice-2 {
    top: 60%;
    left: 78%;
    animation: float 5s ease-in-out infinite;
}

.floating-ice-3 {
    top: 52%;
    left: 14%;
    animation: float 6s ease-in-out infinite;
}

.benefits-img {
    width: 180px;
    height: 180px;
}

.floating-coconut-1,
.floating-coconut-2 {
    position: absolute;
    top: -6%;
    right: 14px;
    width: 260px;
    animation: float 5s ease-in-out infinite;
}

.floating-coconut-2 {
    top: -3%;
    right: 160px;
    animation: float 4s ease-in-out infinite;
}

.product-coconut-bg-2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url('../img/coconut/bc-orchard-water-wave-with-drops.jpg');
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.convex-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.product-highlight-img-bg {
    height: 540px;
    width: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.product-highlight-img-sm {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.product-nutrition-img {
    object-fit: contain;
}

.nutrition-container {
    max-width: 350px;
}

.nutrition-circle {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #006dfb;
    line-height: 0.8;
}

.product-comparison-card {
    width: 100%;
    height: 350px;
    border-radius: 32px;
    background-color: #f6f6f6;
    padding: 15px 12px;
    border: 1px solid rgba(42, 42, 42, 0.09);
}

.product-comparison-inner-card-1,
.product-comparison-inner-card-2,
.product-comparison-inner-card-3,
.product-comparison-inner-card-4 {
    width: 100%;
    height: 138px;
    border-radius: 20px;
    background-color: #BC459E;
    padding: 28px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.product-comparison-inner-card-2 {
    background-color: #37a6ca;
}

.product-comparison-inner-card-3 {
    background-color: #ff8025;
}

.product-comparison-inner-card-4 {
    background-color: #f1b500;
}

.product-comparison-card-content {
    padding: 15px 25px;
}

.product-cards-container {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}