body {
    font-family: 'Arial', sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.menu {
    max-width: 600px;
    margin: 50px auto;
    margin-top: 10px;
    background-color: #fff;
    padding: 20px;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#aropenicon {
    display: none;
}

.menuItem {
    border: 1px solid #c7c7c7;
    margin-top: 20px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    overflow: auto;
}

.menuItem:hover {
    background-color: #f7f7f7;
}

h2 {

    color: rgb(64, 64, 64) !important;
}


p {
    color: rgb(103, 103, 103) !important;
    font-size: 0.9em;
}
.price {
    color: rgb(51, 51, 51);
    font-weight: bold;
}



 .modal4{
    background-color: rgb(255, 255, 255);
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    padding: 0em;
   }
  
  
   .modal__content4{
    width: 100%;
    z-index: 999999999;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0em;
    font-size: 15px;
    border-radius: 0em;
    opacity: 0;
    visibility: hidden;
    transition: all .5s; 
   }
  
  
   #modal4:target{
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
   }
  
  
   #modal4:target .modal__content4{
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
   }
  
  
   .modal__close4{
    color: #ffffff;
    position: absolute;
    top: 1%;
    right: 5%;
  
    z-index: 5;
    margin: 1em;
    z-index: 999;
   }
  
   .modal__close4:hover{
    color: #ffffff;
    position: absolute;
    top: 1%;
    right: 5%;
  
    z-index: 5;
    margin: 1em;
    z-index: 999;
   }
  
   .AR-3D-button {
    display: flex; 
    align-items: center; 
    padding: 8px 20px;
    padding-left: 40px; /* AR ikonunun genişliği + aralarındaki boşluk kadar. */
    border-radius: 6px;
    width: 12em;
    background-color: transparent;
    background-image: url('AR-icon-siyah.png'); /* AR ikonunu arkaplan olarak ekliyoruz. */
    background-repeat: no-repeat; /* AR ikonunun tekrarlanmamasını sağlar. */
    background-size: 15px ; /* AR ikonunun boyutunu ayarlıyoruz. */
    background-position: 15px center; /* AR ikonunun konumunu ayarlıyoruz. */
    border: solid 1px gray;
    float: right;
    font-size: 12px;
    color: rgb(58, 58, 58);
}


.AR-button {
    display: flex; 
    align-items: center; 
    padding: 12px 20px;
    padding-left: 44px; /* AR ikonunun genişliği + aralarındaki boşluk kadar. */
    border-radius: 6px;
    width: auto;
    background-color: transparent;
    background-image: url('AR-icon-siyah.png'); /* AR ikonunu arkaplan olarak ekliyoruz. */
    background-repeat: no-repeat; /* AR ikonunun tekrarlanmamasını sağlar. */
    background-size: 15px ; /* AR ikonunun boyutunu ayarlıyoruz. */
    background-position: 17px center; /* AR ikonunun konumunu ayarlıyoruz. */
    border: solid 1px gray;
    position: absolute;
    bottom: 6%;
    font-size: 12px;
    color: rgb(58, 58, 58);
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

  
   model-viewer {
    width: 100%;
    height: 100%;
    left: 0%;
    top:0%;
    position: fixed;
  
    z-index: 1; 
    --progress-mask: transparent;
   
    --poster-color: transparent;
   }
  
  
  .grid-container{
    width:100%;
    height: 100%;
    background-color: transparent;
    top: 0%;
    left: 0%;
    position: fixed;
    display: block;
    grid-gap: 0px;
    z-index: 98;
   
  }