@font-face {font-family:'DancingScript'; src:url(./fonts/DancingScript-VariableFont_wght.ttf);}
@font-face {font-family:'Caladea'; src:url(./fonts/Caladea-Regular.ttf);}
@font-face {font-family:'Roboto-Medium'; src:url(./fonts/Roboto-Medium.ttf);}
@font-face {font-family:'NotoSerif'; src:url(./fonts/NotoSerif-VariableFont.ttf);}

body {
    height: 100vh;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fdf0ba;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.container_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-image: url(images/bg2.jpg);
    background-attachment: fixed;
}

.header-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header-logo {
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-images-wrapper {
    display: flex;
    gap: 120px;
    align-items: center;
}
.header-images-wrapper img {
    /*height: 100%;*/       /* scale image to container height */
    width: auto;        /* keep original aspect ratio */
    object-fit: contain; /* ensures no distortion */
    display: block;
}
.header-image-left {
    width: 100%;
}
.header-image-right {
    max-width: 150px;
}

.container0 {
    padding: 6vh 0;
}

.container1 {
    display: flex;
    align-items: center;
    max-width: 1100px;
    font-family: 'Caladea', serif;
    font-size: 160%;
    font-weight:500;
    text-align: center;
    padding: 0 0 5vh 0;
}

.container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Caladea', serif;
    font-size: 160%;
    font-weight:500;
    text-align: center;
    padding: 5vh 0 7vh 0;
}

.container3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0;
}

.text1 {
    display: flex;
    font-family: 'DancingScript', sans-serif;
    font-size: clamp(10px, 3vw, 50px);
    font-weight:bold;
    color: #8b3a00;
    line-height: 120%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 2vw;
    margin: 0;
}

.text2 {
    font-family: 'NotoSerif', serif;
    font-size: clamp(10px, 3.2vw, 30px);
    font-weight:500;
    line-height: 150%;
    text-align: center;
    padding: 0 6vw;
    margin: 0;
}

.text3 {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: clamp(10px, 4.2vw, 30px);
    font-weight:500;
    color: #8b3a00;
    line-height: 150%;
    text-align: center;
    margin: 0;
}

.item {
    text-align: center;
    padding: 4px;
    background-color: rgba(200, 60, 0, .2);
    border-radius: 25px;
}

.item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.caption {
    font-family: 'Roboto-Medium', sans-serif;
    margin-top: 10px;
    font-size: 14px;
    padding: 0 2px;
    color: #333;
}

.section_a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto-Medium', sans-serif;
    width: 100%;
}

.column {
    width: 60%;
    font-size: clamp(20px, 1.2vw, 30px);
}
.price {
    width: 60%;
}

table {
    width: 100%;
    border-collapse: collapse;
    line-height: 120%;
}

th, td {
    border: 1px solid black;
    padding: 8px 0 8px 4px;
    text-align: left;
    background-color: rgba(200, 60, 0, .2);
}

th {
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding: 0;
    line-height: 180%;
}

ul li {
    position: relative;
    padding-left: 28px;
}

ul li::before {
    content: '•';
    color: #db5e02;
    font-size: 200%;
    position: absolute;
    left: 0;
    top: 0;
}

ul li {
    color: black;
}

.fssai-wrapper {
    display: flex;
    justify-content: center;
    padding: 5vh 0 2vh 0;
}
.fssai {
    display: flex;
    justify-content: center;
}
.column-fssai {
    padding: 10px;
}
.image-fssai {
    display: flex;
    max-width: 12%;
    height: auto;
    align-items: center;
}
.text-fssai {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: clamp(15px, 1.8vw, 30px);
}

@media (min-width: 1041px) and (max-width: 1500px) {
    .price {
        font-size: 18px !important;
    }
    .section_a {
        width: 100%;
    }
}

@media (max-width: 1040px) {
    .header-images-wrapper {
        gap: 40px;
    }
    .column {
        width: 100%;
    }
    .section_a {
        width: 100%;
    }
    .container3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .text1 {
        font-size: 40px;
        padding: 0 16vw;
    }    
}
@media (max-width: 786px) {
    .header-images-wrapper {
        gap: 20px;
    }
    .column {
        width: 100%;
        font-size: clamp(15px, 1vw, 30px);
    }
    .section_a {
        width: 90%;
    }
    .text1 {
        font-size: 6vw;
        padding: 0 4vw;
    }
}
@media (max-width: 560px) {
    .header-images-wrapper {
        gap: 0px;
    }
    .header-image-right {
        max-width: 100px;
    }
        ul li {
        padding-left: 14px;
    }
    .section_a {
        width: 100%;
    }
    .column {
        width: 100%;
        font-size: 14px;
    }
    .price {
        font-size: 12px !important;
    }
    .text2 {
        font-size: 19px;
        padding: 0 4vw;
    }    
    .container3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
