body {
    margin: 0;
    padding: 0;
  }

#cover {
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#aboutim {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  #aboutus p, #aboutus1 p {
    font-family: Georgia, serif;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 500px;
    text-align: justify;
  }
  #aboutus p{
    background-color:#d2ff4b7a;
    border-radius: 0px 40px 40px 40px;
    padding: 10px 20px;
  }

  #aboutus1 p{
    background-color:#d2ff4b7a;    
    border-radius: 0px 40px 40px 40px;
    padding: 10px 20px;
  }

  #aboutus, #aboutus1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
  } 

  #menupar, #menupar1 {
    font-family: "Brush Script MT", cursive;
    font-size: 72px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-text {
    color: rgb(218, 244, 165); /* change this to your desired color */
    font-weight: bold;
    font-size: 84px;
  }

 /* Selecting Menu */ 
  .tab {
    display: flex;
    justify-content: center;
    border: none;
    font-family: Georgia, serif;
  }

  .tab button {
    background-color: transparent;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
  }

  .tab button:hover {
    border-bottom: 2px solid  rgb(215, 244, 156);
  }

  .tab button.active {
    border-bottom: 2px solid  rgb(215, 244, 156);
  }

  /* Align the menu in the center */
  .table-container {     
    display: flex;
    justify-content: center;
    align-items: flex-start;   
  }

  .cool-table {   
    display: inline-block;
    margin: 0 20px;
    justify-content:center;
    align-items:center;  
    font-size: 20px;
    font-family: Georgia, serif;
    margin-top: 20px;
    border-collapse: collapse;
    padding: 0;
  }

  .itemartd{
    text-align: right;
    border-right: dotted rgb(230, 228, 228, 0.525);
  }
  
  .itementd {
    border-collapse: collapse;
    padding: 0;
    margin: auto;
    border-right: dotted rgba(230, 228, 228, 0.525);
  }
  
  .pricetd{
    text-align: right;  
  }
  .titlemenu{
    text-decoration: underline;
  }
  
  .spacetd {
    width: 10px;
  }

  .tabcontent {
    animation: fadeEffect 2s; /* Fading effect takes 1 second */
  }
  
  .tab button.active {
    border-bottom: 2px solid  rgb(215, 244, 156);
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
 
  #img {
    border-radius: 10px 100px / 120px;
    transition: transform 0.5s;
  }

  #img:hover {
    transform: scale(1.05);
  }

  /*Contact us*/
  .wlink{
    text-decoration: none;
    font-family: Georgia, serif;
    color: rgb(0, 0, 0);  
  }

  .menufootmap, .cellphone{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-family: Georgia, serif;
  }

  .cellphone{
    font-size:18px;
    font-weight: bold;
  }

/* ========navbar ======= */

.navbar {
  display: flex;
  font-family: Georgia, serif;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  color: #fff;
  background-color: #333;
}

/*============== Responsive ================== */
@media only screen and (max-width: 768px) {
  .navbar {
    display: inline-block;
    font-family: Georgia, serif;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0px;    
  }

  .nav-links {    
    display:flex;
    padding-left: 0px;
    width: 100%;    
  }

  .nav-links a {
    font-size: 0.9rem;   
  }

  .nav-links li {
    padding-left: 0px;
  }

  #aboutus, #aboutus1 {
    flex-direction: column; 
    padding: 2px;    
  }

  #aboutus p, #aboutus1 p {
    font-size: 0.9rem;
  }

  #menupar{
    font-size: 3rem;
  }

  .tab button {   
    font-size: 0.9rem;    
  }

  .cool-table {  
    font-size: 0.9rem;
    margin: 0.1rem;
    padding: 0.2rem;
    margin-top: 20px;   
  } 

  .itementd, .itemartd {
    display: block;
    clear:both;
    text-align: left;   
    border-right: none;
    border-collapse: collapse; 
  } 

   .itementd:nth-child(2), .itemartd:nth-child(2){
        border-bottom: dotted rgb(230, 228, 228, 0.525);

  }

  .menu-text{
    font-size: 3rem;
  }

  #img {
    border-radius: 30px;
    margin-bottom: 0.4rem;
  }

  .menufootmap{
   font-size: 0.9rem;
  }

}
  