@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Lora:ital,wght@1,500&display=swap');



.home {
    padding: 15px;
    height: 545pc;
}

.guj {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 6px;

}

.pricebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: burlywood;
    border: 1.8px solid blueviolet;
    border-radius: 50%;
    padding: 5px;
}

.price {
    color: black;
    margin: 0px;
    font-size: 16px;
    padding: 6px;

}

.gujarati {
    width: 69%;
}

.guj-row {
    display: flex;
    flex-direction: column;
}

.middleimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 66%;
}

.middleimg img {
    height: 6.5em;
    width: auto;
}

.gujprice {
    border: 1.5px solid snow;
    background-color: darksalmon;
    padding: 6px;
    width: 80%;
    text-align: left;
    margin: 3px;
    color: brown;
}

.sec1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.sec1 img {
    height: 140px;
}

.sec1 h3 {
    font-size: clamp (2.5rem, 1.0774rem + 3.7936vw);
    color: antiquewhite;
    font-family: 'Kaushan Script';
}

.sec3 {
    width: 100%;
    margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}


.btn1 {
    width: 43%;
    background-color: #FF9800;
    height: 1.9em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px 0px 40px 0px;
    font-weight: bolder;
    font-size: 1em;
    color: white;
}

.btn2 {
    width: 80%;
    background-color: #4F4433;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130%;
    border-radius: 40px 0px 40px 0px;
}


.address {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    margin: 1px 29px 0px 29px;
    border-bottom: 4px solid burlywood;
    border-radius: 20px;
    padding-bottom: 12px;
}

.address p {
    margin: 6px 0px 0px 0px;
    font-weight: bolder;
    font-size: 1em;
    color: #fdc26b;

}

.sec1 {
    width: 100%;
}

.scroll-text {
    width: 85%;
}

.stext {
    font-weight: bolder;
    font-size: 1em;
    color: antiquewhite;
}


.sec4 {
    padding-bottom: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}


.menus {
    padding: 0px 20px 1px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    position: relative;
}

.top-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 7px;
}


table, td, th {
    width: 100%;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

.scrolling-images {
    padding: 0px 0px 18px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.scrolling-images img {
    height: 61px;
    margin-right: 20px;
    border: 2px solid rgb(235, 194, 31);
    cursor: pointer;
    margin-top: 17px;
}

.marquee1 {
    margin-top: 18px;
    width: 50%;
}

.location {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
    gap: 12px;
    width: max-content;
    margin: 2px;
    padding: 4px;
    border-bottom: 2px solid darkred;
}

.location img {
    height: 24px;
    width: 24px;
    margin: 0px;
    padding: 0px;
}

.location h4 {
    font-size: 16px;
    color: antiquewhite;
    margin: 0px;
    padding: 0px;
}

.category-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
    gap: 12px;
    width: max-content;
    margin: 2px;
    padding: 9px;
}

.category-name img {
    height: 24px;
    width: 24px;
    margin: 0px;
    padding: 0px;
}

h4, h2 {
    text-transform: uppercase;
}

.category-name h4 {

    font-size: 16px;
    color: antiquewhite;
    margin: 0px;
    padding: 0px;
}

.sideimg1 {
    height: 46px;
    position: absolute;
    left: 9px;
    margin: auto;
    top: -56px;
    border-radius: 28%;
}

.sideimg2 {
    height: 46px;
    position: absolute;
    right: 9px;
    margin: auto;
    top: -24px;
    border-radius: 28%;
}

.sec2 {
    position: relative;
}


.instaimg {

    height: 23px;
    position: absolute;
    right: 11px;
    margin: auto;
    top: 24px;
    border-radius: 28%;
    border: 2px solid white;
}

@media only screen and (max-width: 400px) {
    .gujprice {
        border: 1.5px solid snow;
        background-color: darksalmon;
        padding: 6px;
        width: 100%;
        text-align: center;
        margin: 3px;
        color: brown;
        font-size: 12px;
    }

    .middleimg {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 20%;
    }
}