img{
    max-width: 50%;
    padding-top: 1.5rem;
}

/* .btnMeerInfo {
    --color: #d1b516;
    font-family: inherit;
    display: inline-block;
    width: 400px;
    height: 2.6em;
    line-height: 2.5em;
    overflow: hidden;
    margin: 20px;
    font-size: 17px;
    z-index: 1;
    color: var(--color);
    border: 2px solid var(--color);
    border-radius: 6px;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.438);
  }
  
 .btnMeerInfo::before {
    position: absolute;
    content: "";
    background: var(--color);
    width: 400px;
    height: 600px;
    z-index: -1;
    border-radius: 20%;
  }
  
  .btnMeerInfo:hover {
    color: white;
  }
  
  .btnMeerInfo:before {
    top: 100%;
    left: 100%;
    transition: .3s all;
  }
  
  .btnMeerInfo:hover::before {
    top: -30px;
    left: -30px;
  } */

  .btnMeerInfo {
    --color: #d1b516;
    font-family: inherit;
    display: inline-block;
    width: 400px;
    height: 2.6em;
    line-height: 2.5em;
    overflow: hidden;
    margin: 20px;
    font-size: 17px;
    z-index: 1;
    color: var(--color);
    border: 2px solid var(--color);
    border-radius: 6px;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.438);
  }
  
  .btnMeerInfo::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 150%;
    height: 150%;
    background: var(--color);
    border-radius: 30%;
    z-index: -1;
    transition: all 0.5s ease;
  }
  
  .btnMeerInfo:hover {
    color: white;
  }
  
  .btnMeerInfo:hover::before {
    top: -25%;
    left: -25%;
  }
  

  .partyrentTab{
    text-align: center;
    padding-bottom: 3rem;
    border-style: solid;
    border-radius: 3rem;
    max-width: 60%;
    border-color: #9dd573;
    background-color: rgba(98, 101, 101, 0.186);
    box-shadow: 10px 10px 5px dba0db;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}