[v-cloak] {
    display: none !important;
}

[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[flex-around] {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

[flex-between] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[flex-shrink] {
    flex-shrink: 0;
}

[flex-align="start"] {
    align-items: start;
}

[flex-align="end"] {
    align-items: end;
}

[flex="auto"] {
    flex: auto;
}

[textLine="1"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

[textLine="2"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

[textLine="3"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

[textLine="4"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

* {
    box-sizing: border-box;
}

a {
    display: block;
    text-decoration: none;
}

a img {
    display: block;
}

.news_img {
    object-fit: cover;
}

#app {
    width: 100%;
}


/* search  start*/

.search_box input {
    font-family: 'Roboto 400', sans-serif;
    margin: 1.875rem auto 1.375rem;
    width: 18.75rem;
    height: 2.38rem;
    border-radius: 1.19rem;
    background: #DAD6CA;
    border: .0313rem solid #5C4C42;
    font-size: 0.88rem;
    padding: 0 .75rem;
    color: #5C4C42;
    outline: none;
    display: block;
}

.search_box input::placeholder {
    color: #5C4C42;
    font-family: 'Roboto 400', sans-serif;
}

/* search end */
footer {
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: #AD8E72;
    font-family: 'Roboto 400', sans-serif;
    padding: 1rem 0;
    border-top: 1px solid rgba(77, 77, 77, 0.3);
}

footer div:nth-child(1) {
    margin-bottom: 0.5rem;
}

footer span {
    margin: 0 0.625rem;
    opacity: 0.7;
    font-size: 0.75rem;
}

footer a {
    color: #AD8E72;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 0.03em;
    font-family: 'Roboto 400', sans-serif;
}

/* menu */
.menu_pannel {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 450px;
    height: 100vh;
    width: 100%;
    z-index: 10;
    overflow-y: scroll;
    background: #DAD6CA;
}

.menu_pannel .back {
    width: 1.125rem;
    height: 1.125rem;
}

.menu_pannel .menu_container {
    padding: 0 1.875rem;
}

.menu_pannel .menu_container .title-1,
.menu_pannel .menu_container .title-2 {
    font-family: 'Playfair Display SC 400', sans-serif;
    font-size: 1.875rem;
    color: #5C4C42;
    position: relative;
    z-index: 1;
}

.menu_pannel .menu_container>.main {
    margin-top: 1.1875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .4688rem;
}

.menu_pannel .menu_container>.main .menu_item {
    width: 100%;
    height: 7.9375rem;
    border-radius: 5.625rem;
    position: relative;
    overflow: hidden;
}

.menu_pannel .menu_container>.main .menu_item img {
    width: 100%;
    height: 100%;
    display: block;
}

.menu_pannel .menu_container .cat_name_div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 1.9244rem;
    border-radius: 4.6875rem;
    padding: .25rem .5625rem;
    background: linear-gradient(180deg, #D8D8D8 -1%, rgba(216, 216, 216, 0) 100%);
}

.menu_pannel .menu_container .cat_name_div .cat_name {
    font-family: 'Playfair Display SC 400', sans-serif;
    /* font-family: 'Roboto 400', sans-serif;
    font-family: 'Noto Sans 400', sans-serif; */
    font-size: .75rem;
    line-height: normal;
    letter-spacing: 0em;
    color: #5C4C42;
    white-space: wrap;
    text-align: center;
    text-transform: capitalize;
}