@import "./about.css";
@import "./contact.css";
@import "./footer.css";
@import "./header.css";
@import "./home.css";
@import "./news.css";


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

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

html {
    scroll-behavior: smooth;
}

/* ==== + BACK TO TOP + ==== */

/* styles.css */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #AAAAAA;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    display: none; /* Tugma dastlab yashirin bo'ladi */
    font-size: 16px;
}

.back-to-top:hover {
    background-color: #0056b3;
}


/* ==== HERO ==== */

.hero {
    padding-top: 100px;
    background-color: #bb2339;
    padding-bottom: 150px;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 97px;
}

.hero-section div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section  h5 {
    font-family: quicksand;
    font-weight: 700;
    font-size: 23px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.hero-section h1 {
    font-family: quicksand;
    font-weight: 700;
    font-size: 90px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.hero-section p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 4%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.hero-btn {
    border: 1px solid #FFFFFF;
    font-family: quicksand;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 4%;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 8px 32px;
}

.hero-btn:hover {
    background-color: #FFFFFF;
    color: #bb2339;
    transition: all 0.3s ease-in-out;
}

.hero-section img {
    max-width: 600px;
}

/* === POPULAR DISHES === */

.popular-dishes {
    padding: 120px 20px;
    background-color: #F8F8F8;
}

.p-dishes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.p-dishes h1 {
    font-family: quicksand;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: capitalize;
    color: #BB2339;
    margin-bottom: 30px;
}

.popular-btn-1,
.popular-btn-2 {
    background: transparent;
    border: 2px solid #646464;
    cursor: pointer;
    border-radius: 6px;
    padding: 10px 15px;
}

.popular-btn-1:hover {
    box-shadow: inset 50px -50px 10px rgb(222, 30, 30);
    border: 2px solid #BB2339;
    transition: all 0.3s ease-in-out;
    transform: translateX(-10px);
}

.popular-btn-2:hover {
    box-shadow: inset -50px -50px 10px rgb(222, 30, 30);
    border: 2px solid #BB2339;
    transition: all 0.3s ease-in-out;
    transform: translateX(15px);
}

.popular-dishes-cards {
    display: flex;
    gap: 20px;
}

.dish-cards {
    display: flex;
    gap: 20px;
}

.dish-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 40px 20px;
    background-color: #FFFFFF;
}

.dish-card h3 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #242424;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dish-card p {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #BB2339;
    margin-top: 20px;
}


/* ================== */

.scissor {
    position: absolute;
    right: 5px;
    margin-top: -45px;
}

/* === MENU PACK === */

.menu-pack {
    padding: 120px 20px;
    background-color: #FFFFFF;
}

.menu-pack-section h1 {
    font-family: Cera Round Pro;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: capitalize;
    color: #BB2339;
    margin-bottom: 60px;
}
.menu-pack-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-pack-btns button {
    border: 1px solid #BB2339;    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 5%;
    text-transform: capitalize;
    background-color: transparent;
    color: #BB2339;
    border-radius: 100px;
    padding: 10px 30px;
    overflow: hidden;
}

.menu-pack-btns button:hover {
    background-color: #BB2339;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.menu-pack-menu {
    margin-top: -50px;
    display: none;
    width: 60px;
}

.menu-pack-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.menu-cards {
    border: 1px solid #2424241A;
    border-radius: 15px;
    padding: 20px 20px 40px 20px;
}

.menu-cards h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #242424;
    margin-top: 10px;
    margin-bottom: 30px;
}

.menu-cards p {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #BB2339;
}

/* ====TESTIMONY ==== */

.testimony {
    padding: 95px 20px;
    background-color: #F4F4F4;
}

.testimony-section {
    padding-top: 100px;
}

.testimony-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimony-header h3 {
    font-family: quicksand;
    font-weight: 700;
    font-size: 23px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #242424;
    margin-bottom: 8px;
}
.testimony-header h1 {
    font-family: quicksand;
    font-weight: 400;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 3%;
    text-transform: capitalize;
    color: #242424;
    margin-top: 8px;
}

.comments {
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.maria {
    padding: 30px 50px 30px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #3333331A
}

.maria h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #333333;
    margin-bottom: 10px;
}

.maria p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #333333;
    margin-bottom: 20px;
}

.testimony-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.testimony-btn-1,
.testimony-btn-2 {
    background: transparent;
    border: 2px solid #242424;
    cursor: pointer;
    border-radius: 6px;
    padding: 10px 15px;
}

.testimony-btn-1:hover {
    box-shadow: inset 50px -50px 10px rgb(222, 30, 30);
    border: 2px solid #BB2339;
    transition: all 0.3s ease-in-out;
    transform: translateX(-10px);
}

.testimony-btn-2:hover {
    box-shadow: inset -50px -50px 10px rgb(222, 30, 30);
    border: 2px solid #BB2339;
    transition: all 0.3s ease-in-out;
    transform: translateX(15px);
}

/* ==== NEWS ==== */

.news {
    padding: 120px 20px;
}

.news-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-header h3 {
    font-family: quicksand;
    font-weight: 700;
    font-size: 23px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #242424;
    margin-bottom: 8px;
}

.news-header h1 {
    font-family: Cera Round Pro;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 3%;
    text-transform: capitalize;
    color: #BB2339;
    margin-top: 8px;
    margin-bottom: 60px;
}

.news-cards {
    display: flex;
    gap: 35px;
}

.news-card h3 {
    font-family: quicksand;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #242424;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-cards p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #AAAAAA;
}

.news-card {
    border: 1px solid #2424241A;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;
}

.news-card-footer {
    display: flex;justify-content: space-between;
    margin-top: 20px;
}

.news-card-footer h6 {
    font-family: quicksand;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #BB2339;
}

.news-card img {
    width: 100%;
}

.news-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #2424241A;
}

.m-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;   
}

.news-btn {
    border: 1px solid #BB2339;
    font-family: quicksand;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 4%;
    color: #242424;
    padding: 8px 32px;
    border-radius: 100px;
    background-color: transparent;
}

.news-btn:hover {
    background-color: #BB2339;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.index-news {
    text-decoration: none;
    color: inherit;
}

/* ==== VIDEOS ==== */

.videos img {
    width: 100%;
}

.video-player {
    margin-top: -300px;
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-player img {
    width: 10%;
}

/* ==== PHOTO GALLERY ==== */

.gallery-section {
    display: flex;
    gap: 64px;
}

.gallery h5 {
    font-family: quicksand;
    font-weight: 700;
    font-size: 23px;
    line-height: 130%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #242424;
    margin-bottom: 8px;
}

.gallery h2 {
    font-family: quicksand;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 3%;
    text-transform: capitalize;
    color: #242424;
    margin-top: 8px;
    margin-bottom: 24px;
}

.gallery p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 4%;
    color: #AAAAAA;
    margin-bottom: 24px;
}

.gallery button {
    padding: 8px 32px;
    color: #242424;
    background: transparent;
    border: 1px solid #BB2339;
    border-radius: 100px;
    font-family: quicksand;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 4%;
}

.gallery button:hover {
    background-color: #BB2339;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.photo-gallery {
    padding: 128px 0 130px 310px;
    margin-bottom: 100px;
    background-color: #F4F4F4;
}

.gallery-images img {
    width: 100%;
}

/* ====  */

/* ==== --- ==== */
#navbar-responsive-1 {
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: -100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
  align-items: center;
  width: 100%;
  transition: 0.5s ease-in-out;
  gap: 10px;
}

#navbar-close-1 {
  width: 40px;
  position: absolute;
  top: 35px;
  right: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#navbar-close-1 img {
    width: 100%;
}
/* === -- === */


/* ====  RESPONSIVE ==== */

@media (max-width: 1400px) {
    .popular-dishes-cards {
        width: 95%;
        gap: 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .dish-cards {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dish-card {
        width: 95%;
        margin-bottom: 20px;
    }

    .news-cards {
        align-items: center;
    }

}

@media (max-width: 1300px) {
    .hero-section h1 {
        font-size: 70px;
    }

    .hero-section img {
        max-width: 550px;
    }

    .menu-pack-btns {
        display: none;
    }

    .menu-pack-responsive {
        display: flex;
        justify-content: space-between;
    }

    .menu-pack-menu {
        display: block;
    }

    .photo-gallery {
        padding: 128px 0 130px 20px;
        margin-left: 0;
    }
}


@media (max-width: 1030px) {
    .hero-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-section img {
        max-width: 100%;
    }

    .hero-section h1 {
        font-size: 50px;
    }

    .hero-section p {
        max-width: 820px;
    }
}

@media (max-width: 1000px) {
    .comments {
        flex-direction: column;
        align-items: center;
    }

    .video-player {
    margin-top: -250px;
    }

    .gallery-section {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 760px) {
    .hero-section h1 {
        font-size: 40px;
    }

    .hero-section p {
        font-size: 14px;
    }

    .popular-dishes-section h1 {
        font-size: 40px;
    }

    .dish-card {
        max-width: 300px;
        padding: 15px;
    }
    .dish-card h3 {
        font-size: 16px;
    }

    .dish-card p {
        font-size: 20px;
    }

    .news-cards {
        flex-direction: column;
        align-items: center;
    }

    .video-player {
    margin-top: -150px;
    }
}

@media (max-width: 700px) { 
    .menu-pack-responsive {
        display: flex;
        align-items: center;
    }


    .menu-pack-responsive h1 {
        font-size: 35px;
    }

    .menu-pack-menu {
        width: 40px;
    }

    .hero-section h5 {
        font-size: 18px;
    }

    .hero-btn {
        padding: 6px 24px;
        font-size: 14px;
    }

    .popular-dishes-cards {
        flex-direction: column;
        align-items: center;
    }

    .p-dishes {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .dish-cards {
        flex-direction: column;
        align-items: center;
    }

    .video-player {
    margin-top: -100px;
    }
}

@media (max-width:380px) {
    .p-dishes h1 {
        font-size: 32px;
    }
}