/*bottom nav*/
.bottom-nav {
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 190px;
  z-index: 999;
}

.bottom-nav a{
    margin: 0px 20px;
}

.bottom-whatsapp{
    background-color: #4caf50;
    color: white;
    padding: 30px 60px;
    border-radius: 20px;
    font-size: 60px;
}

.bottom-whatsapp:hover {
    background-color: #4caf50;
    color: white;
    padding: 30px 60px;
    border-radius: 20px;
    font-size: 60px;
}

.bottom-whatsapp i{
    color: white;
}

.bottom-destination{
    background-color: #945466 !important;
    color: white !important;
    padding: 30px 60px;
    border-radius: 20px;
    font-size: 60px;
}

.bottom-destination:hover {
    background-color: #945466 !important;
    color: white !important;
    padding: 30px 60px;
    border-radius: 20px;
    font-size: 60px;
}

.bottom-destination i{
    color: white;
}

footer{
    padding-bottom: 200px;
}