@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');
@font-face {
    font-family: "Pragmatica";
    src: url("assets/pragmatica.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
html,
body {
    background: #232427 !important;
    color: #fafafa;
    font-family: "Pragmatica", "Arial", sans-serif;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    height: 100vh;
    max-width: 100%;
    box-sizing: border-box;
}
.layout-header {
    font-family: 'Fira Sans', sans-serif !important;
}
#layout-footer {
    font-family: 'Fira Sans', sans-serif !important;
}
main {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 56px;
    overflow: hidden !important;
    overflow-x: none !important;
    max-width: 100%;
    padding-bottom: 48px;
}
@media screen and (max-width: 992px) {
    section {
        max-width: calc(100% - 16px);
    }
}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 56px 32px;
    box-sizing: border-box;
    @media screen and (max-width: 992px) {
        padding: 24px 16px;
    }
}
.menu-logo {
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    @media screen and (max-width: 992px) {
        max-width: 200px;
    }
    @media screen and (max-width: 600px) {
        max-width: 150px;
    }
}
#hero {
    position: relative;
}
.hero-decoration {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 1;
    pointer-events: none;
    @media screen and (max-width: 992px) {
        top: 50px;
    }
}
.swiper-container {
    position: relative;
    z-index: 2;
}
.hero-content {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 3;
    gap: 64px;
    margin: 0 auto;
    margin-top: 80px;
    max-width: calc(100% - 24px);
    @media screen and (max-width: 992px) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
        gap: 32px;
    }
    @media screen and (max-width: 600px) {
        gap: 16px;
    }
}
.hero-decoration {
    position: absolute;
    left: -500px;
    @media screen and (max-width: 992px) {
        left: -700px;
    }
}
.hero-bubble {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 657px;
    align-self: flex-start;
    z-index: 10;
    @media screen and (max-width: 992px) {
        align-self: center !important;
        max-width: 100%;
    }
}
.hero-bubble img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.orange-bubble {
    margin-top: -48px;
}
.hero-bubble-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 32px;
    @media screen and (max-width: 992px) {
        margin-left: 56px;
    }
}
.hero-bubble-content h2 {
    align-self: flex-start;
    font-size: clamp(24px, 6vw, 72px);
    line-height: 1;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 992px) {
        font-size: 64px;
    }
    @media screen and (max-width: 600px) {
        font-size: 48px;
    }
}
.hero-bubble-content p {
    align-self: flex-start;
    font-size: clamp(16px, 4vw, 48px);
    line-height: 1;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 992px) {
        font-size: 32px;
    }
}
.hero-hi {
    max-width: 350px !important;
    height: auto !important;
    @media screen and (max-width: 600px) {
        max-width: 300px !important;
    }
}
.hero-avatar {
    display: block;
    width: auto;
    height: auto;
    max-width: 656px;
    max-height: 1014px;
    z-index: 10;
}
.hero-avatar img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.landing-dessert-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 32px;
    z-index: 10;
}
.landing-dessert-section h2 {
    font-size: 48px;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 992px) {
        font-size: 32px;
    }
}
.landing-dessert-section p {
    font-size: 32px;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 992px) {
        font-size: 24px;
    }
}
#video {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    margin: 32px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
}
#video img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
  #video {
    max-width: 100vw !important;
    width: 100vw !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none;
    border-radius: 0;
  }
  #video video {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    border-radius: 0;
  }
  .video-overlay {
    width: 100vw !important;
    left: 0 !important;
    border-radius: 0;
  }
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.play-button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s;
}
.play-button:hover {
    background: rgba(0, 0, 0, 0.7);
}
.play-button img {
    width: 40px;
    height: 40px;
}
@media (max-width: 600px) {
    .play-button {
        width: 56px;
        height: 56px;
    }
    .play-button img {
        width: 28px;
        height: 28px;
    }
}
.landing-products {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 32px;
    @media screen and (max-width: 1300px) {
        gap: 16px;
    }
    @media screen and (max-width: 600px) {
        gap: 0;
    }
}
.product-content {
    position: relative;
    display: flex;
    justify-content: center;
    @media screen and (max-width: 1300px) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 32px;
        margin-bottom: -8px;
    }
}
.product-bubble {
    display: flex;
    position: relative;
    width: 353px;
    height: 353px;
    max-width: 353px;
    max-height: 353px;
    align-self: flex-start;
    justify-content: center;
    z-index: 10;
    @media screen and (max-width: 1300px) {
        align-self: center !important;
        max-width: 100%;
    }
}
.product-bubble img {
    width: 353px;
    height: 353px;
    object-fit: contain;
    @media screen and (max-width: 1300px) {
        width: 100%;
        height: auto;
    }
}
.product-bubble-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 100px);
    justify-content: center;
    left: 70px;
    gap: 16px;
    @media screen and (max-width: 1300px) {
        left: 60px;
    }
}
.product-bubble-content h2 {
    align-self: flex-start;
    font-size: clamp(24px, 6vw, 32px);
    font-weight: 400;
    line-height: 1;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 1300px) {
        font-size: 32px;
    }
    @media screen and (max-width: 600px) {
        font-size: 24px;
    }
}
.product-bubble-content p {
    align-self: flex-start;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 300;
    line-height: 1;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 1300px) {
        font-size: 20px;
    }
    @media screen and (max-width: 600px) {
        font-size: 18px;
    }
}
.product-button {
    position: absolute;
    bottom: calc(50% - 200px);
    z-index: 11;
    left: calc(50% - 200px);
    @media screen and (max-width: 1300px) {
        position: relative;
        bottom: 0;
        left: 0;
        align-self: center;
    }
}
.product-button button {
    background: #b8813f;
    color: #fafafa;
    border: none;
    border-radius: 99px;
    padding: 16px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.product-image {
    display: block;
    margin-top: 16px;
    left: -24px;
    position: relative;
    width: auto;
    height: auto;
    max-width: 592px;
    max-height: 543px;
    z-index: 10;
    @media screen and (max-width: 1300px) {
        left: 0;
        align-self: center !important;
        margin-top: 32px;
        max-width: 100%;
    }
}
.product-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media screen and (min-width: 1300px) {
    .product-content.reverse {
        display: flex;
        flex-direction: row-reverse;
    }
    .product-button-reverse {
        bottom: calc(50% - 180px);
        left: calc(50% - 50px);
    }
    .product-image-reverse {
        margin-top: 48px !important;
    }
    .product-bubble-reverse {
        margin-top: 180px;
    }
    .product-bubble-yellow {
        margin-top: 220px;
    }
    .product-button.yellow {
        position: absolute;
        bottom: calc(50% - 200px);
        left: calc(50% - 100px);
        z-index: 11;
    }
}
.product-button.blue button {
    background: #5db9e9;
}
.product-button.yellow button {
    background: #d0b51d;
}
.product-decoration-1 {
    display: flex;
    position: absolute;
    top: 180px;
    left: -700px;
    @media screen and (max-width: 1300px) {
        top: 100px;
        left: -1100px;
    }
}
.product-decoration-2 {
    display: flex;
    position: absolute;
    top: 0;
    right: -500px;
    @media screen and (max-width: 1300px) {
        top: -100px;
        right: -1100px;
    }
}
.product-decoration-3 {
    display: flex;
    position: absolute;
    bottom: -250px;
    right: -500px;
    @media screen and (max-width: 1300px) {
        bottom: -300px;
        right: -1100px;
    }
}
.product-button button,
.product-button.blue button,
.product-button.yellow button,
.play-button {
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
}
.product-button button:hover,
.product-button.blue button:hover,
.product-button.yellow button:hover,
.play-button:hover {
    transform: scale(1.08) rotate(-2deg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    filter: brightness(1.1);
}
.product-button button:active,
.product-button.blue button:active,
.product-button.yellow button:active,
.play-button:active {
    transform: scale(0.96) rotate(1deg);
    filter: brightness(0.95);
}
.mobile-container {
    height: fit-content;
    z-index: 1000;
}
.swiper-pagination-horizontal {
    bottom: -16px !important;
    @media screen and (max-width: 991px) {
        bottom: -24px !important;
    }
}
.swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
    background-color: transparent !important;
    border: 2px solid gray !important;
}
.swiper-pagination-bullet-active {
    background-color: gray !important;
}
@media (max-width: 991px) {
    .hero-swiper,
    .swiper-container.hero-swiper {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        /* overflow-x: hidden !important; */
    }
    .hero-swiper .swiper-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }
    .hero-swiper .swiper-slide {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    html,
    body {
        overflow-x: hidden !important;
    }
}
