body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.off-popup-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}
.off-popup-content{
    background: #fff;
    padding: 30px;
    margin: 40% 10% 30% 10%;
    text-align: center;
    border-radius: 10px;
}
.off-popup-hide{
    display: none;
}

#closePopup {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#closePopup:hover {
    background-color: #45a049;
}

h1 {
    text-align: center;
}
.heighlight{
    color: blue;
}

.gallery {
    display: flex;
    width: 100%;
    height: 75vh;
    margin: 20px auto;
}

.gallery-item {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    margin: 10px;
    width: 40%;
    font-size: 100%;
}
.gallery-item h2,h3,h5{
    margin: 0%;
}
.gallery-item-img {
    max-width: 100%;
    height: 60%;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;

}
.information{
height: 30%;
align-items: center;
justify-content: center;
}
.addOninformation{
    height: 10%;
align-items: center;
justify-content: center;
}
.quantity-input {
    display: none;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    height: 10%;
}
.quantity-input button{
    height: 100%;
    width: 20%;
text-align:center;
font-size: 150%;

}
.quantity-input input{
    height: 100%;
    width: 20%;
    text-align: center;
    font-size: 150%;
}
.subji-select {
    height: 10%;
    width: auto;
}
.subji-select button{
    height: 100%;
    width: 80%;
    font-size: 150%;
    border-radius: 10px;
    background-color: rgba(62, 175, 86, 0.473);
    border: 1px solid rgb(50, 41, 65);
}

.addOn-modal-content {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    align-items: center;

    font-size: 100%;
    width: 70%;
}
.addOn-modal-content label{
    font-size: 150%;
    
}
.addOn-modal-content  input{
    height: 30px;

    width: 10%;
    margin-top: 5%;
}
.addOn-modal-content  button{
    background-color: rgba(62, 175, 86, 0.473);
    height: 50px;
    width: 150px;
    font-size: 200%;
    margin-top: 30px;
    border: none;
    border-radius: 10px;
}
.subji-select button:hover{
    background-color: #4CAF50;
}
.quantity-btn {
    background-color: #4CAF50;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
}

button:hover {
    opacity: 0.8;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    align-items: center;

    font-size: 100%;
    width: 70%;
}
.modal-content label{
    font-size: 150%;
    
}
.modal-content input{
    height: 30px;

    width: 10%;
    margin-top: 5%;
}
.add-on-input input{
    text-align: center;
    font-size: 100%;
    height: 40px;
    width: 10%;

}
.modal-content button{
    background-color: rgba(62, 175, 86, 0.473);
    height: 50px;
    width: 150px;
    font-size: 200%;
    margin-top: 30px;
    border: none;
    border-radius: 10px;
}
 .add-on-btn{
        background-color: rgba(62, 175, 86, 0.473);
        height: 50px;
        width: 70px;
        font-size: 100%;
        border: none;
        border-radius: 10px;
    }
#modalContent p{
    font-size: 200%;
   
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#orderForm{
    display: flex;
  justify-content: center;
  align-items: center;
    height: 10vh;
    margin-top: 5vh;

}
#orderForm button{
    height: 60%;
    width: 20%;
    font-size: 180%;
    background-color: #4CAF50;
    border: none;
    border-radius: 10px;
}
#initialForm{
    margin: 0%;
    font-size: 100%;
}
#initialForm input{
    border: 1px solid rgb(134, 116, 116);
    width: 40%;
    height: 60%;
    font-size: 200%;
}

/* Style buttons */
.button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.button:hover {
    background-color: #45a049;
}

/* Style payment toggle button */
.payment-toggle {
    background-color: #f44336;
}

.payment-toggle:hover {
    background-color: #d32f2f;
}


@media only screen and (max-width: 768px) and (min-width:426px) {
    .header{
        font-size: 50%;

    }
    .modal-content {
        background-color: #fefefe;
        margin: 30% auto;
        padding: 20px;
        align-items: center;
        border: 1px solid #0bfc67;
        font-size: 80%;
        width: 70%;
        height: 50%;
    }
    #modalContent p{
        font-size: 200%;
    
    }
    .gallery{
        margin: 0% auto;
        height: 85vh;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .gallery-item{
         width: 45%;
        height: 45%;
        font-size: 90%;
        margin: 1% auto;
    }
    .gallery-item-img{
        height: 40%;
    }
    .information{
        height: 32%;
    }
    .quantity-input {
        display: none;
        justify-content: space-around;
        align-items: center;
        margin-top: 10px;
        height: 15%;
    }

    #orderForm{
        display: flex;
      justify-content: center;
      align-items: center;
        height: 8vh;
        margin-top: 0%;
    }
    #orderForm button{
        height: 60%;
        width: 40%;
        font-size: 180%;
        background-color: #4CAF50;
        border: none;
        border-radius: 10px;
    }
    .subji-select {
        height: 15%;
        width: auto;
    }
    .subji-select button{
    height: 100%;
    width: 80%;
    font-size: 150%;
    border-radius: 10px;
    background-color: rgba(62, 175, 86, 0.473);
    border: 1px solid rgb(50, 41, 65);
}
.addOn-modal-content {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    align-items: center;

    font-size: 100%;
    width: 70%;
}
.addOn-modal-content label{
    font-size: 100%;
    
}
.addOn-modal-content  input{
    height: 25px;

    width: 10%;
    margin-top: 5%;
}
.addOn-modal-content  button{
    background-color: rgba(62, 175, 86, 0.473);
    height: 50px;
    width: 100px;
    font-size: 200%;
    margin-top: 30px;
    border: none;
    border-radius: 10px;
}
.add-on-btn{
    background-color: rgba(62, 175, 86, 0.473);
    height: 50px;
    width: 100px;
    font-size: 200%;
    /* margin-top: 30px; */
    border: none;
    border-radius: 10px;
}
#Add-On{
    font-size: 90%;
}
}
@media only screen and (max-width: 511px){
    .header{
        font-size: 50%;

    }
    .gallery{
        margin: 0% auto;
        height: 80vh;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-item{
        width: 40%;
        height: 43%;
        font-size: 90%;
        margin: 1% auto;
    }
    .gallery-item-img{
        height: 40%;
    }
    .information{
        height: 45%;
    }
    .quantity-input {
        display: none;
        justify-content: space-around;
        align-items: center;
        margin-top: 10px;
        height: 15%;
    }
    .subji-select {
        height: 20%;
        width: auto;
    }
    
    #orderForm{
        display: flex;
      justify-content: center;
      align-items: center;
        height: 8vh;
        margin-top: 0%;
    }
    #orderForm button{

        height: 65%;
        width: 60%;
        font-size: 180%;
        background-color: #4CAF50;
        border: none;
        border-radius: 10px;
    }
    .modal-content{
        margin-top: 40%;
        width: 90%;
        border: 1px solid red;
        font-size: 50%;
    }
    .addOn-modal-content {
        background-color: #fefefe;
        margin: 7% auto;
        padding: 20px;
        align-items: center;
    
        font-size: 100%;
        width: 80%;
    }
    .addOn-modal-content label{
        font-size: 100%;
        
    }
    .addOn-modal-content  input{
        height: 25px;
    
        width: 10%;
        margin-top: 5%;
    }
    .addOn-modal-content  button{
        background-color: rgba(62, 175, 86, 0.473);
        height: 50px;
        width: 50px;
        font-size: 100%;
        margin-top: 30px;
        border: none;
        border-radius: 10px;
    }
    .add-on-btn{
        background-color: rgba(62, 175, 86, 0.473);
        height: 50px;
        width: 50px;
        font-size: 100%;
        /* margin-top: 30px; */
        border: none;
        border-radius: 10px;
    }

}
@media only screen and (max-width: 330px){
    .header{
        font-size: 50%;

    }

    .gallery{
        margin: 0% auto;
        height: 90vh;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery-item{
        width: 40%;
        height: 40%;
        font-size: 80%;
        margin: 1% auto;
    }
    .gallery-item-img{
        height: 30%;
    }
    .information{
        height: 49%;
    }
    .quantity-input {
        display: none;
        justify-content: space-around;
        align-items: center;
        margin-top: 10px;
        height: 15%;
    }
    .subji-select {
        height: 15%;
        width: auto;
    }
    
    #orderForm{
        display: flex;
      justify-content: center;
      align-items: center;
        height: 8vh;
        margin-top: 0%;
    }
    #orderForm button{

        height: 65%;
        width: 60%;
        font-size: 180%;
        background-color: rgba(62, 175, 86, 0.473);
        border: none;
        border-radius: 10px;
    }
    .modal-content{
        margin-top: 40%;
        width: 90%;
        border: 1px solid red;
        font-size: 50%;
    }
    .addOn-modal-content {
        background-color: #fefefe;
        margin: 7% auto;
        padding: 20px;
        align-items: center;
    
        font-size: 100%;
        width: 85%;
    }
    .addOn-modal-content label{
        font-size: 100%;
        
    }
    .addOn-modal-content  input{
        height: 25px;
    
        width: 10%;
        margin-top: 5%;
    }
    .addOn-modal-content  button{
        background-color: rgba(62, 175, 86, 0.473);
        height: 50px;
        width: 50px;
        font-size: 100%;
        margin-top: 30px;
        border: none;
        border-radius: 10px;
    }
    .add-on-btn{
        background-color: rgba(62, 175, 86, 0.473);
        height: 50px;
        width: 50px;
        font-size: 100%;
        /* margin-top: 30px; */
        border: none;
        border-radius: 10px;
    }

}