@font-face {
    font-family: 'Beachday';
    src: url('../fonts/beachday.ttf');
}

@font-face {
    font-family: 'Edu NSW ACT Foundation';
    src: url('../fonts/Edu-NSW-ACT-Foundation.ttf');
}

@font-face {
    font-family: 'CeraPro Regular';
    src: url('../fonts/CeraPro-Regular.otf');
}

@font-face {
    font-family: 'CeraPro Medium';
    src: url('../fonts/CeraPro-Medium.otf');
}

@font-face {
    font-family: 'CeraPro Bold';
    src: url('../fonts/CeraPro-Bold.otf');
}

:root {
    --green: #C4F416;
    --blue: #002E6E;
    --black: #231F20;
}

.m-0 {
    margin: 0;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

/* Margin Left */
.ml-0 {
    margin-left: 0;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

/* Margin Right */
.mr-0 {
    margin-right: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

/* Margin X Axis */
.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

/* Margin Y Axis */
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* =========================
   PADDING UTILITIES
========================= */
/* All Side Padding */
.p-0 {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

/* Padding Top */
.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

/* Padding Bottom */
.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

/* Padding Left */
.pl-0 {
    padding-left: 0;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

/* Padding Right */
.pr-0 {
    padding-right: 0;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

/* Padding X Axis */
.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

/* Padding Y Axis */
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Beachday';
}

.w-100 {
    width: 100%;
}

/* HERO BACKGROUND */
.hero {
    min-height: 100vh;
    color: white;
    text-align: center;
    background: linear-gradient(180deg, #3C60A8 0%, #002E6E 100%);
    /* background-image: url('img/hero-bg.png'); */
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: -1; */
}

/* NAVBAR */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.4s ease;
}

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    /* Transparent */
    background: transparent;
    /* Optional Blur Effect */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: 0.4s ease;
}

/* AFTER SCROLL */
header.sticky .navbar {
    /* background: rgba(255, 255, 255, 0.9); */
    background: linear-gradient(180deg, #3C60A8 0%, #002E6E 100%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 18px 60px;
}

/* NAV */
.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo img {
    max-width: 180px;
}

/* BUTTON IMAGE */
.menu-btn-img-1,
.menu-btn-img-2 {
    height: 45px;
}

.navbar a {
    color: #C4F416;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.logo img {
    width: 150px;
}

/* HERO TEXT */
.hero-content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.hero-content h1 {
    font-family: 'Beachday';
    font-size: 90px;
    margin: 10px 0;
    color: white;
    text-shadow: 0 5px 0 #002E6E;
}

.hero-content h3 {
    color: #C4F416;
    font-size: 60px;
    letter-spacing: 2px;
    text-align: left;
}

.hero-content .first {
    transform: rotate(-16deg);
}

.hero-content .second {
    margin-left: 120px;
    margin-top: -70px;
    transform: rotate(-10deg);
}

.hero-logo {
    width: 500px;
}

.logo-hero {
    width: 550px;
    margin-top: -150px;
}

.menu-btn-img-1 {
    width: 140px;
}

.menu-btn-img-2 {
    width: 120px;
}

.menu-btn-img-3 {
    width: 200px;
}

.hero-banner-btn {
    margin-top: 50px;
}

.second-section-title {
    font-size: 48px;
    font-weight: 500;
    color: var(--green);
}

.second-section-desc {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'Edu NSW ACT Foundation';
}

.products {
    position: relative;
    height: 850px;
}

/* Popup Animation */
@keyframes popup {
    0% {
        opacity: 0;
        transform: scale(0) translateY(100px);
    }

    60% {
        transform: scale(1.1) translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.hero-product-one,
.hero-product-two,
.hero-product-three,
.hero-product-four {
    opacity: 0;
}

.hero-product-one.animate-in,
.hero-product-two.animate-in,
.hero-product-three.animate-in,
.hero-product-four.animate-in {
    animation: popup 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.hero-product-one.animate-in {
    animation-delay: 0.2s;
}

.hero-product-two.animate-in {
    animation-delay: 0.4s;
}

.hero-product-three.animate-in {
    animation-delay: 0.6s;
}

.hero-product-four.animate-in {
    animation-delay: 0.8s;
}

.child1 {
    position: absolute;
    top: 50px;
    left: 200px;
    height: 730px;
}

.child2 {
    position: absolute;
    top: 50px;
    left: 532px;
    height: 730px;
}

.child3 {
    position: absolute;
    top: 50px;
    right: 468px;
    height: 730px;
}

.child4 {
    position: absolute;
    top: 50px;
    right: 210px;
    height: 730px;
}

.divider {
    height: 200px;
    background-image: url('../img/white-flow.png');
    margin-top: -200px;
}

.child1_arrow {
    position: absolute;
    top: 70px;
    left: 371px;
    transform: rotate(-27deg);
}

.child1_arrow_text {
    position: absolute;
    font-weight: 500;
    left: 314px;
    top: 89px;
    letter-spacing: 1.5px;
}

.child2_arrow {
    position: absolute;
    top: 26px;
    left: 632px;
    transform: rotate(13deg);
}

.child2_arrow_text {
    position: absolute;
    font-weight: 500;
    left: 576px;
    top: 15px;
    letter-spacing: 1.5px;
}

.child3_arrow {
    position: absolute;
    top: 26px;
    left: 882px;
    transform: rotate(13deg);
}

.child3_arrow_text {
    position: absolute;
    font-weight: 500;
    right: 540px;
    top: 25px;
    letter-spacing: 1.5px;
}

.child4_arrow {
    position: absolute;
    top: 26px;
    right: 400px;
    transform: rotate(-15deg);
}

.child4_arrow_text {
    position: absolute;
    font-weight: 500;
    right: 347px;
    top: 10px;
    letter-spacing: 1.5px;
}

.theme-box {
    margin: 0 auto;
    text-align: center;
}

.chatpata-section {
    padding: 50px 20px;
    padding-top: 0;
    text-align: center;
    background: #fff;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.title {
    font-size: 88px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: var(--blue);
}

.title span {
    font-size: 44px;
}

.chatpata-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #111;
    font-family: 'CeraPro Regular';
}

.gradient-text {
    background: linear-gradient(to right,
            #4AB560 0%,
            #CFF559 52%,
            #77C24F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 500;
}

.know-btn {
    margin-top: 10px;
    display: inline-block;
}

.know-btn img {
    width: 138px;
}

.third-section {
    /* background: linear-gradient(90deg,
            #4AB660 0%,
            #AAD23C 52%,
            #77C24F 100%); */
    background-image: url('../img/green-bg.png');
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-left: -3px;
    margin-top: 200px;
}

/* .third-section .content {
    margin-top: 130px;
} */
.third-section .subtitle {
    font-size: 40px;
    color: var(--blue);
}

.text-white {
    color: #fff !important;
}

.third-section .title {
    font-size: 110px;
    margin-bottom: 0;
}

.third-section .pera {
    font-size: 22px;
    color: #fff;
    font-family: 'Edu NSW ACT Foundation';
}

.girl-with-bottle-img {
    height: 656px;
    position: absolute;
    top: -155px;
    right: 0px;
}

.fourth-section {
    background: radial-gradient(circle,
            #FFFDE7 0%,
            #FFFBC8 50%,
            #FFF78F 100%);
}

.fourth-section-products {
    margin: 50px 0;
}

/* new */
/* SECTION */
.testimonial-section {
    background: #FFFCD0;
    padding: 80px 5%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding-bottom: 250px;
}

/* TITLE */
.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 72px;
    line-height: 1;
    color: #C4F416;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow:
        -4px 4px 0 #002E6E,
        -8px 8px 0 rgba(0, 0, 0, 0.0);
}

.section-title p {
    margin-top: 15px;
    font-size: 28px;
    color: var(--blue);
    font-weight: 600;
    font-family: 'Edu NSW ACT Foundation';
}

/* WRAPPER */
.testimonial-wrapper {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

/* CARD */
.testimonial-card {
    width: 290px;
    min-height: 280px;
    padding: 28px;
    border-radius: 40px;
    background: linear-gradient(135deg,
            #002E6E 0%,
            #0A347D 40%,
            #3159A9 100%);
    /* border: 5px solid #C4F416; */
    color: white;
    position: relative;
    box-shadow: -5px 5px 0 0 var(--green);
}

.testimonial-card:hover {
    transform: scale(1.1) rotate(5deg) translateY(-5px);
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: 5px -5px 0 0 var(--green);
}

/* STARS */
.stars {
    text-align: right;
    color: #D9FF32;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

/* REVIEW */
.review {
    font-size: 16px;
    line-height: 1.5;
    min-height: 140px;
    font-family: 'CeraPro Regular';
}

/* USER INFO */
.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.user-icon {
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #002E6E;
    font-size: 24px;
    font-weight: bold;
}

.user-info h4 {
    color: #D9FF32;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.user-info span {
    color: #D9FF32;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .section-title h2 {
        font-size: 46px;
    }

    .section-title p {
        font-size: 20px;
    }

    .testimonial-card {
        width: 100%;
    }
}

.text-center {
    text-align: center !important;
}

/* SECTION */
.subscribe-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    overflow: hidden;
    /* box-shadow: 5px 13px 25px 14px #787878; */
}

/* LEFT IMAGE */
.subscribe-image {
    flex: 1;
}

.subscribe-image img {
    width: 100%;
    max-width: 700px;
    display: block;
}

/* RIGHT CONTENT */
.subscribe-content {
    flex: 1;
    max-width: 750px;
    padding-right: 100px;
}

/* SMALL TITLE */
.subscribe-content h4 {
    font-size: 38px;
    color: var(--black);
    margin-bottom: 10px;
    font-weight: 500;
}

/* MAIN TITLE */
.subscribe-content h2 {
    font-size: 88px;
    line-height: .7;
    color: var(--blue);
    margin-bottom: 30px;
    font-weight: 500;
}

.subscribe-content h2 span {
    color: var(--green);
    display: inline-block;
    margin-top: 10px;
    font-size: 130px;
}

/* TEXT */
.subscribe-content p {
    font-size: 30px;
    /* line-height: 1.4; */
    color: var(--black);
    margin-bottom: 40px;
    font-family: 'Edu NSW ACT Foundation';
    font-weight: 500;
}

/* FORM */
.subscribe-form {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* INPUT */
.subscribe-form input {
    flex: 1;
    min-width: 250px;
    border: none;
    border-bottom: 3px solid #C4F416;
    background: transparent;
    padding: 15px 0;
    font-size: 24px;
    outline: none;
}

.subscribe-form input::placeholder {
    color: #999;
}

/* BUTTON */
.subscribe-form button {
    background: #002E6E;
    color: #D7FF2F;
    border: 3px solid #C4F416;
    padding: 18px 35px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: .3s;
    font-family: 'Beachday';
}

.subscribe-form button:hover {
    transform: translateY(-3px);
}

/* RESPONSIVE */
@media(max-width:991px) {
    .subscribe-section {
        flex-direction: column;
        text-align: center;
    }

    .subscribe-content h2 {
        font-size: 60px;
    }

    .subscribe-content p {
        font-size: 24px;
    }

    .subscribe-form {
        justify-content: center;
    }
}

@media(max-width:576px) {
    .subscribe-content h4 {
        font-size: 28px;
    }

    .subscribe-content h2 {
        font-size: 42px;
    }

    .subscribe-content p {
        font-size: 18px;
    }

    .subscribe-form {
        flex-direction: column;
    }

    .subscribe-form input {
        width: 100%;
    }
}

.footer {
    /* background: linear-gradient(135deg, #1a4d8f 0%, #0d2847 100%); */
    background-image: url(../img/footer-bg.png);
    color: white;
    font-family: Arial, sans-serif;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo {
    width: 250px;
    height: auto;
}

.tagline {
    font-family: 'Arial Black', sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    color: #c8ff00;
    text-transform: uppercase;
}

.footer-nav {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
    font-family: 'CeraPro Regular';
}

.footer-nav a:hover {
    color: #c8ff00;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.shop-btn {
    background: #c8ff00;
    color: #0d2847;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 900;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.3s;
}

.shop-btn:hover {
    transform: scale(1.05);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.contact-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'CeraPro Regular';
}

.contact-link:hover {
    color: #c8ff00;
}

.contact-link img {
    width: 20px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    opacity: 0.8;
    font-family: 'CeraPro Regular';
}

.footer-shop-btn {
    width: 120px;
}

.animation-wave {
    position: relative;
}

.my-wave {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-left {
        flex-direction: column;
    }

    .footer-nav {
        justify-content: center;
        font-family: 'CeraPro Regular';
    }

    .footer-right {
        align-items: center;
    }

    .contact-info {
        align-items: center;
    }
}

/* wave effect */
.wave-section {
    position: relative;
    width: 100%;
}

.wave-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

/* IMPORTANT */
.wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    /* bigger width */
    height: 100%;
    animation: waveMove 8s linear infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

.wave2 path {
    fill: #fff;
}

/* SMOOTH LOOP */
@keyframes waveMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-33.3333%);
    }
}

.btn-effect-1:hover {
    transform: scale(0.85);
    /* 5% bigger */
    transition: all 0.2s;
}

.logo:hover {
    transform: scale(1.5);
    transition: all 0.2s;
}

.flabour-wave-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.green-flow {
    position: absolute;
    top: -189px;
    left: 0;
    margin-bottom: -3px;
}

/* Overlay layout */
.panel {
    position: sticky;
    top: 0;
    height: 100vh;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: bold;
    color: #000;
}

.box1 {
    z-index: 1;
}

.box2 {
    z-index: 2;
}

.box3 {
    z-index: 3;
}

.box4 {
    z-index: 4;
}

.all-flavour {
    height: 800px;
}

.all-flavour:hover {
    transform: translateX(20px);
    transition: all 2s ease-out;
}

.d-none {
    display: none;
}

/* Fade Up Animation */
.fade-up {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

/* Active State */
.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}