body {
  font-family: 'Sora', sans-serif;
}

.logBtn{
    width: 119px;
    height: 50px;
}

.shadow-custom-right {
    box-shadow: 2px 2px 12px 0px #5D74F10F;
  }
  
  .shadow-custom-left {
    box-shadow: -2px 2px 16px 0px #5D74F10F;
  }
.bot-pd{
  padding: 5px 10px;
}
.google-play{
  height: 40px !important;
  width: 135px!important;
}

.perspective {
  perspective: 1000px;
}
.transform-style-preserve-3d {
  transform-style: preserve-3d;
}
.backface-hidden {
  backface-visibility: hidden;
}
.rotate-y-180 {
  transform: rotateY(180deg);
}
.flip {
  transform: rotateY(180deg);
}