.contact_cont{
  display: flex;
  flex-direction: row-reverse;
  gap: 1vw;
  position: fixed;
  bottom: 10vw;
  right: 0vw;
  z-index: 12;
  transform: translate(0%, 100%);
  transition: all 0.3s ease-in-out;
  width: fit-content;
  padding: 1vw;
}
.whatsappCont {
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.whatsappIcon {
  background-color: transparent;
  box-shadow: -1px -1px 10px -5px black;
  border-radius: 50%;
  border: none;
  height: 76px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-cta {
  transform: translate(0%, 0%);
}
.callCont{
  display: none;
}