@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Inria Sans, sans-serif;
}

 :root {
    --primary-color: #185329;
    --secondary-color: #FFFFFF;
    --third-color: #9CD39B;
}

body,
html {
    overflow-x: hidden;
    background: var(--secondary-color);
}

a {
    text-decoration: none;
}

header {
    z-index: 111;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: sticky;
    top: 0px;
    background: var(--secondary-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.nav__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.head__lft {
    display: flex;
    align-items: center;
}

.link_list {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin-left: 45px;
}

.title_link {
    text-decoration: none;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
}

.title_link {
    padding-bottom: 10px;
    text-decoration: none;
    background-image: linear-gradient(#185329, #185329);
    background-size: 0% 3px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 0.3s ease;
}

.title_link:hover {
    background-size: 100% 3px;
}

.head__rgt {
    display: flex;
    align-items: center;
    gap: 25px;
}

.phone_num {
    text-decoration: none;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
}

.head__rgt button {
    background: linear-gradient(0deg, #185329, #185329), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    border: none;
    border-radius: 30px;
    padding: 8px 16px;
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
}

.hero {
    display: flex;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.nav__hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.hero-image {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 90%;
}

.hero-image img {
    margin-top: 800px;
    z-index: -2;
    width: 30%;
    height: 30%;
}

.hero_lft {
    margin: 90px 0px 0px 130px;
}

.hero_tt {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    color: var(--primary-color);
    width: 467px;
    line-height: 70px;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.hero_btn {
    border: none;
    padding: 8px 33px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: linear-gradient(0deg, #185329, #185329), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: white;
    line-height: 100%;
    letter-spacing: 0%;
}

.hero_rgt img {
    margin-top: -50px;
    width: 375px;
    height: 584px;
}

.famous_title h1 {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 70px;
    margin-top: 108px;
    margin-bottom: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--primary-color);
}

.famous_title p {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--primary-color);
}

.short_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.menu_box {
    width: 379px;
    height: 580px;
    border-radius: 17px;
    margin-top: 40px;
    border-width: 1px;
    background-color: var(--primary-color);
    box-shadow: 0px 10px 4px 0px #0F3319;
}

.saray_form {
    width: 191px;
    height: 279px;
    border-radius: 26px;
    margin-left: 182.8px;
}

.saray_food {
    width: 191px;
    height: 279px;
    border-radius: 26px;
    margin-left: 88px;
    margin-top: -160px;
}

.fd_name {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: var(--secondary-color);
}

.adj_title {
    font-family: Inria Sans;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: bold;
    color: var(--secondary-color);
    width: 237px;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity: 30%;
}

.price {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.uzs {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF80;
}

.menu_btn {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 8px 15px 8px 15px;
    background: var(--primary-color);
    border-radius: 12px;
    border: none;
    box-shadow: 0px 4px 4px 0px #FFFFFF1A inset;
    border: 0.1px solid #ffffff4b;
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--secondary-color);
}

.map_btn_two{    
    background: var(--primary-color);
    box-shadow: 0px 4px 4px 0px #0F3319 inset;
    border:3px solid #0F3319;
    color: #fff;
    padding: 15px;
    margin-top: 30px;
    width: 100%;
    font-size: 20px;
    font-family: 'Inria Sans';
    font-weight: bold;
    border-radius: 20px;
}

.map_btn {
    display: flex;
    gap: 14px;
    align-items: center;
    background: var(--primary-color);
    border-radius: 12px;
    border: none;
    box-shadow: 0px 4px 4px 0px #FFFFFF1A inset;
    border: 0.1px solid #ffffff4b;
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    width: 50%;
    line-height: 100%;
    text-align: center;
    color: var(--secondary-color);
}

.box {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 40px;
    text-align: center;
    color: var(--secondary-color);
    background: #0F3319;
    padding: 5px 10px 10px 10px;
    border-radius: 14px;
}

.menu_titles {
    margin-top: -50px;
    margin-left: 35px;
}

.others {
    margin-top: 50px;
    padding: 10px 30px;
    background: var(--primary-color);
    box-shadow: 0px 4px 4px 0px #00000040;
    border: none;
    border-radius: 12px;
    border: 0.1px solid #FFFFFF;
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--secondary-color);
}

#location {
    margin-top: 100px;
}

.location_box {
    display: flex;
    align-items: center;
    gap: 108px;
    background: var(--primary-color);
    padding: 43px 32px 34px 43px;
    border-radius: 20px;
}

.location h1 {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--primary-color);
}

.location_img {
    position: relative;
    width: 120px;
    left: 20px;
    height: 120px;
}

.location p {
    margin: 40px auto;
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    width: 798px;
    color: var(--primary-color);
}

.map_btn {
    margin-top: 50px;
    background-color: #0E571E;
    padding: 14px 12px 14px 43px;
    border-radius: 12px;
}

.gordinate_lc {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 33px;
    margin-bottom: 33px;
    color: var(--secondary-color);
}

.bi-geo-alt {
    position: relative;
}

.phone_number {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--secondary-color);
}

.bi-telephone {
    position: relative;
}

.location_right img {
    margin-left: 120px;
    margin-top: -80px;
    margin-bottom: 30px;
}

#deliver {
    margin-bottom: 64px;
}

.deliver_navbar {
    display: flex;
    align-items: center;
    gap: 155px;
    margin-top: 250px;
}

.deliver_navbar .deliver_lft h2 {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-color);
    margin-bottom: 33px;
    margin-left: -54px;
}

.deliver_navbar .deliver_lft p {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    width: 440px;
    color: var(--primary-color);
    margin-bottom: 50px;
}

.deliver_navbar .deliver_lft button {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 8px 37px;
    border: none;
    border-radius: 30px;
    background: var(--primary-color);
    color: var(--secondary-color);
}

footer {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    padding: 50px 0px 39px 0px;
}

.footer_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 130px;
    background: var(--primary-color);
    padding: 15px 51px 42px 13px;
    border-radius: 20px;
}

.saray-mark {
    position: absolute;
    top: -80px;
    left: -75px;
}

.footer_lft {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-left: 13px;
}

.footer_lft img {
    width: 186px;
    height: 197px;
}

.footer_lft h2 {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 4%;
    text-align: center;
    color: var(--secondary-color);
    width: 330px;
}

.footer_center {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_center h2 {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1%;
    text-align: left;
    color: #9CD39B;
}

.footer_center h3 {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 40px;
    width: 110px;
    letter-spacing: 1%;
    text-align: left;
    color: var(--secondary-color);
}

.footer_rgt {
    margin-top: 58px;
}

.footer_rgt h2 {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: none;
    line-height: 40px;
    letter-spacing: 2%;
    text-align: left;
    margin-bottom: 30px;
    color: var(--secondary-color);
}

.footer_rgt p {
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2%;
    margin-bottom: 22px;
    color: var(--secondary-color);
}

.footer_rgt i {
    color: #9CD39B;
    width: 25px;
    height: 25px;
}

.footer_btn {
    display: flex;
    gap: 28px;
    padding: 3px 5px 3px 15px;
    align-items: center;
    background: var(--primary-color);
    border: 0.1px solid #45903E;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #FFFFFF1A inset;
    font-family: Inria Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--secondary-color);
}

.box-footer {
    font-family: Inter;
    font-weight: 300;
    font-style: Light;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--secondary-color);
    background-color: #0F3319;
    border-radius: 14px;
    padding: 3px 15px 10px 15px;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.3);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(1);
    }
}

@keyframes lightning {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.bi-emoji-heart-eyes-fill {
    animation: bounce 2s infinite, heartBeat 2s infinite;
    display: inline-block;
    color: var(--primary-color);
}

.bi-geo-alt {
    animation: bounce 3s infinite;
    display: inline-block;
}

.bi-telephone {
    animation: shake 1s infinite;
    display: inline-block;
}

.bi-lightning-charge-fill {
    animation: pulse 1s infinite, lightning 0.5s infinite;
    display: inline-block;
    color: #ffd700;
}

.hamburger {
    display: none;
    cursor: pointer;
    font-size: 28px;
    color: var(--primary-color);
    padding: 10px;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 20px;
}

.mobile-link_list {
    list-style: none;
}

.mobile-link {
    margin-bottom: 15px;
}

.mobile-title_link {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-color);
    display: block;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.mobile-title_link:hover {
    background-color: rgba(24, 83, 41, 0.1);
}

.mobile-order-btn {
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
    .hero_lft {
        margin: 90px 0px 0px 50px;
    }
    .location_box {
        gap: 50px;
        padding: 30px;
    }
    .deliver_navbar {
        gap: 80px;
    }
    .footer_box {
        gap: 80px;
        padding: 30px;
    }
    .hero-image img {
        display: none;
    }
}

@media (max-width: 992px) {
    .hero-image img {
        display: none;
    }
    .nav__hero {
        text-align: center;
    }
    .hero_lft {
        margin: 50px 0;
        text-align: center;
    }
    .hero_tt {
        width: 100%;
        font-size: 40px;
        line-height: 50px;
    }
    .hero_rgt img {
        margin-top: 30px;
        width: 300px;
        height: auto;
    }
    .hero-image img {
        width: 20%;
        height: auto;
    }
    .link_list {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .head__rgt .phone_num {
        display: none;
    }
    .head__rgt .phone {
        display: none;
    }
    .short_menu {
        flex-direction: column;
        align-items: center;
    }
    .menu_box {
        width: 100%;
        max-width: 379px;
    }
    .location p {
        width: 100%;
        font-size: 24px;
        line-height: 35px;
    }
    .location_box {
        flex-direction: column;
        gap: 30px;
    }
    .location_right img {
        margin: 0 auto 30px;
        display: block;
    }
    .gordinate_lc,
    .phone_number {
        font-size: 24px;
    }
    .deliver_navbar {
        flex-direction: column;
        text-align: center;
        margin-top: 100px;
        gap: 40px;
    }
    .footer_btn {
        gap: 60%;
        width: 100%;
    }
    .map_btn {
        width: 60%;
    }
    .deliver_navbar .deliver_lft h2 {
        margin-left: 0;
    }
    .deliver_navbar .deliver_lft p {
        width: 100%;
    }
    .footer_box {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .footer_lft,
    .footer_center,
    .footer_rgt {
        width: 100%;
    }
    .footer_center {
        align-items: center;
    }
    .footer_center h3 {
        width: auto;
    }
    .footer_rgt {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .famous_title h1 {
        font-size: 50px;
        margin-top: 60px;
    }
    .famous_title p {
        font-size: 22px;
    }
    .hero_tt {
        font-size: 35px;
        line-height: 45px;
    }
    .location h1 {
        font-size: 50px;
    }
    .location_img {
        width: 80px;
        height: 80px;
        left: 10px;
    }
    .map_btn {
        width: 80%;
    }
    .menu_btn {
        font-size: 24px;
    }
    .box {
        font-size: 32px;
        padding: 5px 12px 8px 12px;
    }
    .deliver_navbar .deliver_lft h2 {
        font-size: 40px;
    }
    .deliver_navbar .deliver_lft p {
        font-size: 24px;
        line-height: 35px;
    }
    .footer_rgt h2 {
        font-size: 26px;
    }
    .footer_rgt p {
        font-size: 18px;
    }
    .footer_btn {
        font-size: 24px;
    }
    .box-footer {
        font-size: 32px;
    }
}

.logo_none {
    display: none;
}

@media (max-width: 576px) {
    .deliver_rgt img {
        width: 100%;
    }
    .footer_rgt {
        margin-top: 0px;
        p {
            width: 250px;
            margin: 0 auto;
        }
    }
    .logo_none {
        display: block;
    }
    .bi-geo-alt {
        left: 0px;
    }
    .map {
        width: 100%;
    }
    .location_right img {
        display: none;
    }
    .logo_none {
        margin: 0 auto;
        margin-bottom: 40px;
        display: block;
    }
    .nav__head {
        padding: 15px 0;
    }
    .logo img {
        width: 80px;
    }
    .head__rgt button {
        padding: 6px 12px;
        font-size: 16px;
    }
    .hero_tt {
        font-size: 28px;
        line-height: 38px;
        width: 250px;
    }
    .hero_btn {
        padding: 8px 25px;
        z-index: -1;
        font-size: 18px;
    }
    .famous_title h1 {
        font-size: 40px;
    }
    .famous_title p {
        font-size: 18px;
    }
    .fd_name {
        font-size: 32px;
    }
    .adj_title {
        font-size: 18px;
    }
    .price {
        font-size: 28px;
    }
    .menu_btn {
        font-size: 22px;
        padding: 8px 12px;
    }
    .box {
        font-size: 28px;
        padding: 5px 10px 7px 10px;
    }
    .location h1 {
        font-size: 40px;
    }
    .location p {
        font-size: 20px;
        line-height: 30px;
        margin: 20px auto;
    }
    .location_box {
        padding: 20px;
    }
    .gordinate_lc,
    .phone_number {
        font-size: 20px;
    }
    .deliver_navbar .deliver_lft h2 {
        font-size: 32px;
    }
    .deliver_navbar .deliver_lft p {
        font-size: 20px;
        line-height: 30px;
    }
    .deliver_navbar .deliver_lft button {
        padding: 8px 25px;
        font-size: 18px;
    }
    .footer_box {
        padding: 20px;
    }
    .footer_lft img {
        width: 150px;
        height: auto;
    }
    .footer_lft h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .footer_center h2 {
        font-size: 26px;
    }
    .footer_center h3 {
        font-size: 18px;
    }
    .footer_rgt h2 {
        font-size: 24px;
    }
    .footer_rgt p {
        font-size: 16px;
    }
    .footer_btn {
        font-size: 22px;
        padding: 3px 15px;
    }
    .map_btn {
        font-size: 22px;
        padding: 3px 15px;
    }
    .box-footer {
        font-size: 28px;
        padding: 3px 10px 8px 10px;
    }
    .saray-mark {
        width: 150px;
        top: -40px;
        left: -30px;
    }
}

.map_box {
    display: block;
}

@media (min-width: 368px) and (max-width: 400px) {
    .map_btn {
        padding: 10px;
        width: 100%;
    }
    .map_box {
        display: none;
    }
    .hero_tt {
        font-size: 24px;
        line-height: 34px;
    }
    .hero_rgt {
        position: relative;
        width: 500px;
        height: 500px;
        z-index: -55;
        img {
            position: absolute;
            top: 0px;
            left: -100px;
        }
    }
    .menu_box {
        height: auto;
        padding-bottom: 20px;
    }
    .saray_form {
        margin-left: auto;
        display: block;
    }
    .saray_food {
        display: block;
        width: 0px;
        margin-left: 46px;
    }
    .menu_titles {
        margin-left: 20px;
        margin-top: 20px;
    }
    .others {
        padding: 8px 20px;
        font-size: 24px;
    }
    .hero_btn {
        z-index: -1;
    }
}

@media (hover: hover) {
    .head__rgt button:hover {
        transform: translateY(-2px);
        box-shadow: 0px 6px 8px 0px #00000040 inset;
        transition: all 0.3s ease;
    }
    .hero_btn:hover {
        transform: translateY(-2px);
        box-shadow: 0px 6px 8px 0px #00000040 inset;
        transition: all 0.3s ease;
    }
    .menu_btn:hover {
        background: #0F3319;
        transition: all 0.3s ease;
    }
    .menu_btn:hover .box {
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }
    .others:hover {
        transform: translateY(-2px);
        box-shadow: 0px 6px 8px 0px #00000040;
        transition: all 0.3s ease;
    }
    .menu_box:hover {
        transform: translateY(-5px);
        box-shadow: 0px 15px 20px 0px #0F3319;
        transition: all 0.3s ease;
    }
    .title_link:hover {
        color: #0F3319;
    }
    .phone_num:hover {
        color: #0F3319;
    }
    .footer_btn:hover {
        background: #0F3319;
        transition: all 0.3s ease;
    }
    .footer_btn:hover .box-footer {
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }
}

.bi {
    color: var(--primary-color);
}

.dappanji {
    position: relative;
}

.dappanji img {
    position: absolute;
    left: -150px;
    top: -100px;
    animation: liqila 3s ease-in-out infinite;
}

.lagman {
    position: relative;
}

.lagman img {
    position: absolute;
    right: -80px;
    bottom: 10px;
    animation: liqila 2.5s ease-in-out infinite alternate;
}

@keyframes liqila {
    0%,
    100% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
}

.dappanji:hover img,
.lagman:hover img {
    animation-play-state: paused;
}

