.box_shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.rounded {
  border-radius: 12px !important;
}
.border_none {
  border: none !important;
}
.swiper-pagination-bullet {
  background-color: white !important;
  padding: 5px;
}
.text_decoration {
  text-decoration: none !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  pointer-events: auto;
}

.container_box_shadow{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.section-title{
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.rating_active{
  color: #ffc43f;
}
.rating_active_muted{
  color: darkgrey;
}
.height_100vh{
  height: 100vh !important;
}

