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

body {
    font-family: 'Manrope', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    /* min-height: 900px; */
    background-color: #00BDF2;
    overflow: hidden;
    display: flex;
    align-items: center;
}




.hero-bg-mask {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    z-index: 1;
    width: 60%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.hero-bg-mask svg {
    width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px 100px;
    position: relative;
    z-index: 20;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-content {
    flex: 1.2;
    color: #ffffff;
    animation: fadeInLeft 1s ease-out;
}

.star-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}

.star-icon svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

.hero-heading {
    font-size: 63px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: -2px;
}

.hero-subheading {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 30px;
    opacity: 0.9;
    min-height: 75px;
    /* Yazı değişiminde zıplamayı engellemek için */
}

.logo-elbebek {
    height: 65px;
    /* Logolar sayfayı sarsmasın kanka! */
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.logo-elbebek img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.nav-arrows {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
}

.nav-arrow {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-arrow:hover {
    background: #ffffff;
    transform: scale(1.1);
}

.nav-arrow svg {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    transition: all 0.3s ease;
}

.nav-arrow:hover svg {
    stroke: #000000;
}

.price-card {
    background-color: #F0D72D;
    padding: 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #E95554;
    width: 280px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.price-discount {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    opacity: 0.8;
}

.price-amount {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 25px;
}

.btn-add-to-cart {
    background: #E95554;
    color: white;
    border: none;
    padding: 18px 0;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 8px 20px rgba(233, 85, 84, 0.4);
    transition: all 0.3s ease;
}

.btn-add-to-cart:hover {
    background: #d44c4b;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(233, 85, 84, 0.5);
}

.hero-image-container {
    flex: 1.4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    animation: fadeInRight 1s ease-out;
}

.image-wrapper {
    position: relative;
    display: grid;
    place-items: end center;
    /* Hepsini alt kısımdan hizalamak için */
    width: 100%;
    min-width: 1060px;
    height: 850px;
    /* Sabit yükseklik hizalama için önemli */
    margin: 210px -230px 0 auto;
}

.image-wrapper>* {
    grid-area: 1 / 1;
}

.basket-back {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom;
    z-index: 10;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.15));
}

.product-overlay {
    --product-y-offset: -12%;
    /* Bu değeri değiştirerek sadece paketi yukarı aşağı kaydırabilirsin */
    position: absolute;
    width: 80%;
    height: auto;
    z-index: 11;
    bottom: var(--product-y-offset);
    left: 50%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
    pointer-events: none;
    transform: translateX(-50%) rotate(2deg);
    animation: productIntro 4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Markalara göre ofsetler kanka */
.product-overlay.elbebek {
    --product-y-offset: -12%;
}

.product-overlay.myleydi {
    --product-y-offset: 5%;
}

.product-overlay.kolped {
    --product-y-offset: 26%;
}

.product-overlay.pedix {
    --product-y-offset: 5%;
}

.basket-middle {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom;
    z-index: 12;
}

.basket-front {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom;
    z-index: 13;
}

@keyframes productFloating {

    0%,
    100% {
        transform: translateX(-50%) translateY(0) rotate(2deg);
    }

    50% {
        transform: translateX(-50%) translateY(-15px) rotate(4deg);
    }
}



.discount-circle {
    position: absolute;
    top: 45%;
    right: -11%;
    width: 150px;
    height: 150px;
    background-color: #F0D72D;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 110;
    color: #E95554;
    font-weight: 900;
    border: 6px solid #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: scale(1);
    animation: pulse 2s infinite ease-in-out;
}

.discount-circle span:first-child {
    font-size: 32px;
    line-height: 1;
}

.discount-circle span:last-child {
    font-size: 24px;
    line-height: 1;
    text-transform: lowercase;
}

.bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #EACE29;
    padding: 20px 0;
    z-index: 10;
    overflow: hidden;
}

.scrolling-content {
    display: flex;
    gap: 60px;
    font-size: 38px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    animation: scrollText 40s linear infinite;
    white-space: nowrap;
}

.scrolling-content span {
    display: flex;
    align-items: center;
    gap: 15px;
}

.heart {
    color: #E95554;
}

@keyframes scrollText {
    from {
        transform: translateX(0);
    }

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes productIntro {
    0% {
        transform: translateX(-50%) translateY(-400px) rotate(2deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(0) rotate(2deg);
        opacity: 1;
    }
}

@keyframes productOut {
    0% {
        transform: translateX(-50%) translateY(0) rotate(2deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(600px) rotate(2deg);
        opacity: 1;
    }
}

.product-exit {
    animation: productOut 4s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

@keyframes productOutMobile {
    0% {
        transform: translateX(-50%) translateY(0) rotate(2deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-600px) rotate(2deg);
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .product-exit {
        animation: productOutMobile 4s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 1200px;
        padding: 0 40px 70px;
    }

    .hero-heading {
        font-size: 38px;
    }

    .hero-subheading {
        font-size: 32px;
        min-height: auto;
    }

    .image-wrapper {
        min-width: 700px;
        height: 550px;
        margin: 350px -100px 0 auto;
    }

    .logo-elbebek {
        height: 40px;
        margin-bottom: 15px;
    }

    .price-card {
        padding: 15px;
        max-width: 240px;
    }

    .price-amount {
        font-size: 28px;
    }

    .hero-bg-mask {
        width: 100%;
        right: -37%;
        top: 50%;
    }

    .discount-circle {
        right: 4%;
        top: 5%;
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 40px 100px;
        gap: 20px;
    }

    .hero-heading {
        font-size: 50px;
    }

    .hero-subheading {
        font-size: 44px;
    }

    .image-wrapper {
        min-width: 700px;
        height: 550px;
        margin: 120px -100px 0 auto;
    }

    .hero-bg-mask {
        width: 80%;
        top: 50%;
        right: -10%;
    }
}

@media (max-width: 992px) {
    .hero {
        height: auto;
        min-height: 100vh;
        padding: 40px 0 80px;
    }

    .container {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        text-align: center;
        gap: 20px;
    }

    .hero-content {
        display: contents;
    }

    .star-icon,
    .hero-heading,
    .hero-subheading,
    .logo-elbebek,
    .nav-arrows {
        order: 2;
    }

    .star-icon {
        display: none;
    }

    .hero-heading {
        font-size: 38px;
        margin-bottom: 0px;
    }

    .hero-subheading {
        font-size: 32px;
        min-height: auto;
        margin-bottom: 0px;
    }

    .logo-elbebek {
        justify-content: center;
        margin-bottom: 0px;
        height: 50px;
    }

    .nav-arrows {
        justify-content: center;
        margin-bottom: 15px;
        gap: 15px;
    }

    .nav-arrow {
        width: 55px;
        height: 55px;
    }

    .hero-image-container {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .price-card {
        order: 3;
        align-items: center;
        margin: 0 auto;
    }

    .image-wrapper {
        min-width: unset;
        width: 100%;
        max-width: 580px;
        height: auto;
        aspect-ratio: 16 / 10;
        margin: 0 auto;
    }

    .basket-back,
    .basket-middle,
    .basket-front {
        width: 100%;
    }

    .product-overlay {
        width: 60%;
    }

    .product-overlay.elbebek {
        --product-y-offset: 18%;
    }

    .product-overlay.myleydi {
        --product-y-offset: 30%;
    }

    .product-overlay.kolped {
        --product-y-offset: 43%;
    }

    .product-overlay.pedix {
        --product-y-offset: 30%;
    }

    .discount-circle {
        top: 0;
        right: 4%;
        width: 100px;
        height: 100px;
    }

    .hero-bg-mask {
        width: 140%;
        top: 60%;
        right: -15%;
        transform: translateY(-50%);
    }

    .bottom-bar {
        display: none;
    }
}


@media (max-width: 768px) {
    .hero-heading {
        font-size: 38px;
    }

    .hero-subheading {
        font-size: 32px;
    }

    .price-card {
        width: 100%;
        max-width: 320px;
    }

    .discount-circle {
        width: 100px;
        height: 100px;
        border-width: 4px;
    }

    .discount-circle span:first-child {
        font-size: 24px;
    }

    .discount-circle span:last-child {
        font-size: 18px;
    }

    .hero-bg-mask {
        width: 190%;
        right: -20%;
        top: 75%;
    }

    .scrolling-content {
        font-size: 24px;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
        gap: 15px;
    }

    .star-icon {
        width: 50px;
        height: 50px;
    }

    .hero-heading {
        font-size: 28px;
    }

    .hero-subheading {
        font-size: 24px;
    }

    .logo-elbebek {
        height: 35px;
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
    }

    .price-card {
        padding: 15px;
    }

    .price-amount {
        font-size: 28px;
    }

    .discount-circle {
        top: auto;
        bottom: 5%;
        right: 0%;
        width: 90px;
        height: 90px;
        border-width: 3px;
    }

    .discount-circle span:first-child {
        font-size: 20px;
    }

    .discount-circle span:last-child {
        font-size: 14px;
    }

    .bottom-bar {
        padding: 10px 0;
    }

    .scrolling-content {
        font-size: 16px;
        gap: 12px;
    }

    .hero-bg-mask {
        width: 190%;
        right: -20%;
        top: 71%;
    }
}

i {
    font-style: normal;
}