.booking-container{ align-items: center;
justify-content: center;
width: 100%;  }
.booking-wrapper{ display: grid;
place-items: center;
font-size: .9rem;
}
.booking-btn{ opacity: .3;
border-radius: 200px;
color:#fff!important;
font-size: .8rem;
text-transform: uppercase; padding: 15px 35px 12px;
transform: translateY(0);
margin-bottom: 10px; transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}
.booking-btn:hover{
cursor:pointer;
border-radius: 200px;
color:#fff!important; transform: translateY(3px);
}
.booking-btn.active{opacity:1;}