.hero-section-default {
    position: relative;
    height: 440px;
    background-color: var(--toranj-primary-color);
    overflow: hidden;
    border-radius: 20px;
}

.pizza-pic {
    bottom:0;
    width:600px !important;
    position: absolute;
    left: 30px;
}

.left-leaf {
    position: absolute;
    left: 0;
    top: 20px;
    rotate: 15deg;
}

.right-leaf {
    position: absolute;
    bottom: 80px;
    right: 0;
    rotate: 200deg;
}

.resturant-details {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: 0;
    top: 70px;
    right: 110px;
    text-align: right;
}

.order-state-text {
    position: relative;
    padding-right: 10px;
    color: #8cadae;
}

.order-state-text::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: var(--toranj-accent-color);
}

.resturant-slogan {
    color: #fff;
    font-size: 32px;
    margin-block: 0;
}

.resturant-description {
    color: rgba(255, 255, 255, 0.54);
    font-size: 14px;
    line-height: 218%;
    margin-top: 5px;
    word-spacing: 5px;
    border-right: 2px solid #065f63;
    padding-right: 10px;
    margin-top: 10px;
}

.resturant-info {
    width: fit-content;
    padding: 9px 20px;
    border-radius: 8px;
    background: var(--toranj-secondary-color);
    backdrop-filter: blur(5.5px);
    border: none;
    color: var(--toranj-primary-color);
    font-weight: 600;
    font-size: 16px;
    align-self: flex-end;
    margin-top: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .pizza-pic {
        width: 500px !important;
    }
    .hero-section-default {
        height: 400px;
    }
    .right-leaf,
    .left-leaf {
        height: 140px !important;
    }
}

@media screen and (max-width: 1050px) {
    .pizza-pic {
        width: 350px !important;
    }
    .hero-section-default {
        height: 350px;
    }
    .right-leaf,
    .left-leaf {
        height: 110px !important;
    }
    .resturant-details {
        width: 350px;
        right: 65px;
    }
    .order-state-text,
    .resturant-description {
        font-size: 14px;
    }
    .resturant-slogan {
        font-size: 26px;
        padding-top: 10px;
    }
    .resturant-info {
        margin-top: 15px;
        font-size: 14px;
        padding-inline: 16px;
    }
}

@media screen and (max-width: 805px) {
    .hero-section-default {
        height: 250px;
    }
    .resturant-details {
        top: 50px;
        gap: 12px;
    }
    .resturant-slogan {
        order: 1;
    }
    .resturant-info {
        align-self: flex-start;
        order: 2;
        margin-top: 0;
    }
    .order-state-text {
        order: 3;
        margin-top: 6px;
    }
    .resturant-description {
        display: none;
    }
}

@media screen and (max-width: 740px) {
    .pizza-pic {
        width: 300px !important;
    }
}

@media screen and (max-width: 690px) {
    .hero-section-default {
        height: 220px;
    }
    .resturant-details {
        right: 20px;
        top: 30px;
    }
    .left-leaf,
    .right-leaf {
        height: 77px !important;
    }
    .left-leaf {
        top: 20px;
    }
    .right-leaf {
        bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    .pizza-pic {
        width: 220px !important;
    }
}

@media screen and (max-width: 520px) {
    .left-leaf,
    .right-leaf {
        height: 78px !important;
    }
    .right-leaf {
        right: -10px;
    }
    .hero-section-default {
        height: 200px;
    }
    .resturant-details {
        top: 35px;
        gap: 0px;
    }
    .order-state-text {
        margin-top: 15px;
    }
    .resturant-description {
        font-size: 12px;
    }
    .resturant-slogan {
        font-size: 22px;
        padding-top: 10px;
    }
    .resturant-info {
        margin-top: 15px;
        font-size: 12px;
        padding-inline: 16px;
    }
    .pizza-pic{
        left: 10px ;
    }
}
