
*,
*:after,
*::before {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    font-family: 'Alatsi';
}
.__op_grid_all_1__{
    isolation: isolate; 
    padding-block: 0px;
}

.__op_grid_all_1__[data-theme-switch="Light"]{
    --background-grids-color: rgb(255, 255, 255);
    --background-grids-color-text: rgb(0, 0, 0);
    --grid-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: white;
    --background-color-dark:rgb(255, 255, 255);
    
    --bg-img: #ffffff;
}
.__op_grid_all_1__[data-theme-switch="Dark"]{
    --background-grids-color: #810ca8;
    --background-grids-color-text: #e5b8f4;
    --grid-box-shadow: 0 0 5px rgb(255, 255, 255, 0.3);
background-color: #2d033b;
--background-color-dark: #2d033b;
--bg-img: #ffffff;
}
.__op_grid_1_card_heading__ {
    font-weight: bolder;
    background-color: var(--background-color-dark);
    width: max-content;
    margin-inline: auto;
    z-index: 2;
    padding-inline: 15px;
    color: var(--background-grids-color-text);
}

.__op_grid_1_card_heading__::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 92%;
    height: 3px;
    background-color: red;
    transform: translateX(-50%);

}


.__op_grid_1__ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-inline: 50px;
}


.__op_grid_1__>.__op_grid_1_card__ {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}



.__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_img__ {
    height: 100%;
    width: 100%;
    background: url("../images/plate.png"), var(--bg-img,whitesmoke);
    background-size: 330px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__ {
    width: 100%;
    height: 100%;
    grid-column: 2/4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color:var(--background-grids-color);
    padding: 15px;
}

.__op_grid_1_card_dish__ {
    font-weight: 1000;
    font-size: 17px;
    letter-spacing: 1px;
color: var(--background-grids-color-text);
}

.__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__>p {
    width: 100%;
    height: 100%;
    grid-column: 1/3;
    color: var(--background-grids-color-text);
    font-size: 15px;

}

.__op_grid_1_card_price_1__ {
    padding-top: 20px;
}
.__op_grid_1_card_price_1__ span{
    color: red;
}
.__op_grid_1_card_price_1__ del{
    color: var(--background-grids-color-text);
}

.__op_grid_1_card_button__ {
    text-align: center;
    padding-left: 50px;
}

.__op_grid_1_card__ {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--grid-box-shadow);
}




/* CSS */
.button-24 {
    background: #ff002b;
    border: 1px solid #FF4742;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 20px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.button-24:hover,
.button-24:active {
    background-color: initial;
    background-position: 0 0;
    color: #FF4742;

}

.button-24:active {
    opacity: .5;
}
.gallery{
	width: 80%;
	margin: 100px auto 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	grid-gap: 30px;
}
.gallery img{
	width: 100%;
	cursor: pointer;
	
}
.gallery img:hover{
	transform: scale(0.8) rotate(-15deg);
	border-radius: 20px;
	box-shadow: 0 32px 75px rgba(68,77,136,0.2);
	
}
.fullimg{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.fullimg img{
	width: 90%;
	max-width: 500px;
}
.fullimg span{
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

.glow img{
	width: auto;
	height: auto;
	display: block;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width:1300px) {
	.glow img{
	margin-top: 20%;
	width: auto;
	height: auto;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.fullimg span{
	position: relative;
	display:block;
	top: -230px;
	right: 8%;
	font-size: 23px;
	color: red;
	cursor: pointer;
}
.col-12  video{
	width: 100%;
}
    .__op_grid_1__ {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-inline: 50px;
    }

    .__op_grid_1__>.__op_grid_1_card__ {

        grid-template-columns: repeat(1, 1fr);
       
    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_img__ {
        grid-column: 1/-1;
        height: 250px;
        background-size: 260px auto;
    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__ {

        grid-column: 1/-1;


    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__>p {
        width: 100%;
        height: 100%;
        grid-column: 1/-1;
        
        font-size: 15px;

    }
    .__op_grid_1_card_button__ {
        text-align: center;
        padding-left: 50px;
        padding-top: 15px;
    }
    .__op_grid_1_card_price_1__ {
        padding-top: 40px;
    }
}

@media (max-width:885px) {
    .__op_grid_1__ {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-inline: 50px;
    }

    .__op_grid_1__>.__op_grid_1_card__ {

        grid-template-columns: repeat(1, 1fr);
       
    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_img__ {
        grid-column: 1/-1;
        height: 250px;
        background-size: 260px auto;
    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__ {

        grid-column: 1/-1;


    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__>p {
        width: 100%;
        height: 100%;
        grid-column: 1/-1;
       
        font-size: 15px;

    }
    .__op_grid_1_card_button__ {
        text-align: center;
        padding-left: 0px;
        padding-top: 30px;
    }
    .__op_grid_1_card_price_1__ {
        padding-top: 40px;
    }
    .button-24 {
        font-size: 12px;
    }
}
@media (max-width:660px) {
    .__op_grid_1_card_dish__{
        grid-column: 1/-1;
    }
    .__op_grid_1__ {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding-inline: 50px;
    }

    .__op_grid_1__>.__op_grid_1_card__ {

        grid-template-columns: repeat(1, 1fr);
       
    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_img__ {
        grid-column: 1/-1;
        height: 250px;
        background-size: 260px auto;
    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__ {

        grid-column: 1/-1;


    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__>p {
        width: 100%;
        height: 100%;
        grid-column: 1/-1;
        
        font-size: 15px;

    }
    .__op_grid_1_card_button__ {
        text-align: center;
        padding-left: 50px;
        padding-top: 15px;
    }
    .__op_grid_1_card_price_1__ {
        padding-top: 40px;
    }
    .button-24 {
        font-size: 20px !important;
    }
}
@media (max-width:570px) {
    .__op_grid_1__ {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding-inline: 50px;
    }

    .__op_grid_1__>.__op_grid_1_card__ {

        grid-template-columns: repeat(1, 1fr);
        /* background-color: red; */
    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_img__ {
        grid-column: 1/-1;
        height: 250px;
        background-size: 260px auto;
    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__ {

        grid-column: 1/-1;


    }

    .__op_grid_1__>.__op_grid_1_card__>.__op_grid_1_card_content__>p {
        width: 100%;
        height: 100%;
        grid-column: 1/-1;
        
        font-size: 15px;

    }
    .__op_grid_1_card_button__ {
        text-align: center;
        padding-left: 0px;
        padding-top: 15px;
        grid-column: 1/-1;
        margin-inline: auto;
    }
    .__op_grid_1_card_price_1__ {
        padding-top: 40px;
    }
    .button-24 {
        font-size: 15px !important;
    }
    .__op_grid_1_card_price_1__ {
        grid-column: 1/-1;
        margin-inline: auto;
    }
}