.container-menutop {
  margin-top: 75px;
}

.row-menutop {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0px 2px 20px #534741;
}

.h1-exhibition {
  font-weight: bold;
  color: #534741;
  height: 59px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  padding-top: 5px;
  max-height: 59px;
  min-height: 35px;
  background: rgba(255,255,255,0.5);
}

.a-menutab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-color: rgba(0,0,0,0.2);
  border-right-color: rgba(0,0,0,0.2);
  border-left-color: rgba(0,0,0,0.2);
}

.h1-meeeting {
  font-weight: bold;
  color: var(--bs-white);
  height: 59px;
  background: #534741;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  padding-top: 5px;
  max-height: 59px;
  min-height: 35px;
  box-shadow: 0px 2px 15px rgba(7,50,62,0.75);
}

.div-prevroom {
  font-weight: bold;
  color: var(--bs-white);
  height: 59px;
  background: #534741;
  font-size: 30px;
  width: 100px;
  border-bottom-left-radius: 10px;
}

.div-nextroom {
  font-weight: bold;
  color: var(--bs-white);
  height: 59px;
  background: #534741;
  border-bottom-right-radius: 10px;
  font-size: 30px;
  width: 100px;
}

.h1-room {
  font-weight: bold;
  color: #534741;
  height: 59px;
  padding-top: 5px;
  max-height: 59px;
  min-height: 35px;
  background: rgba(255,255,255,0.5);
}

.h1-roomABC {
  font-weight: bold;
  color: #534741;
  height: 59px;
  padding-top: 5px;
  max-height: 59px;
  min-height: 35px;
  background: rgba(255,255,255,0.5);
}

.div-previous {
  font-weight: bold;
  color: var(--bs-white);
  height: 59px;
  background: rgb(83,71,65);
  font-size: 30px;
  width: 75px;
  border-bottom-left-radius: 10px;
}

.div-next {
  font-weight: bold;
  color: var(--bs-white);
  height: 59px;
  background: rgb(83,71,65);
  border-bottom-right-radius: 10px;
  font-size: 30px;
  width: 75px;
}

.rig-column-platinum {
  height: 220px;
  min-width: 33%;
  margin-bottom: 10px;
}

.card1-platinum {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background: rgba(255,255,255,0.75);
  margin: 5px;
  height: 220px;
  border-radius: 10px;
  min-width: 100%;
}

.p-platinum {
  margin-bottom: 0px;
  height: 150px;
}

.rig-column-gold {
  height: 200px;
  min-width: 33%;
  margin-bottom: 10px;
}

.card1-gold {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background: rgba(255,255,255,0.75);
  margin: 5px;
  border-radius: 10px;
  min-width: 100%;
}

.p-gold {
  height: 125px;
  margin-bottom: 0px;
}

.card1-basic {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  background: rgba(255,255,255,0.75);
  margin: 5px;
  border-radius: 10px;
}

.p-basic {
  height: 100px;
  margin-bottom: 0px;
}

.nav.nav-tabs.text-capitalize.d-flex.d-sm-flex.d-md-flex.d-lg-flex.d-xl-flex.justify-content-center.justify-content-sm-center.justify-content-md-center.justify-content-xl-center.cardTabs {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border-bottom-width: 2px;
  border-bottom-color: rgba(255,255,255,0.5);
  margin-bottom: 15px;
  padding-left: 40px;
}

