@import "../../../engine/common/styles/reset.css";
@media (max-width: 720px) {
  .wz-ad-block {
    width: 100%;
  }
}

.onlyMobile {
  display: none;
}
@media (max-width: 720px) {
  .onlyMobile {
    display: block;
  }
}

@media (max-width: 720px) {
  .desktopOnly {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.hamburger li {
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.opened .line:nth-child(2) {
  opacity: 0;
}

.hamburger.opened .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.opened .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 720px) {
  .wz-ad-block {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .mainWrap {
    overflow: hidden;
    margin-top: 20px;
  }
}

.innerWrap {
  align-items: center;
}

.widgetInner .widgetContent {
  width: 80%;
}
@media (max-width: 1024px) {
  .widgetInner .widgetContent {
    width: 80%;
  }
}
@media (max-width: 720px) {
  .widgetInner .widgetContent {
    width: 100%;
  }
}
.widgetInner .widgetContent h1 {
  font-size: 38px;
  justify-content: center;
  color: #1B385A;
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent h1 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1B385A;
  }
}
.widgetInner .widgetContent h4 {
  color: #1B385A;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent h4 {
    font-size: 22px;
  }
}
.widgetInner .widgetContent .subTitle {
  color: #5F83A5;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent .subTitle {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.widgetInner .widgetContent p {
  font-size: 25px;
  color: #656565;
  text-align: center;
  font-weight: 300;
  line-height: 32px;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent p {
    font-size: 18px;
    line-height: 28px;
  }
}

.backCards {
  width: 660px;
  margin: 0 auto 20px;
  height: 260px;
  list-style-type: none;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
@media (max-width: 720px) {
  .backCards {
    width: 100%;
    height: 100px;
  }
}
@media (max-width: 415px) {
  .backCards {
    width: 275px;
  }
}
.backCards .card {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  right: 0;
  transition: all 0.4s cubic-bezier(0.63, 0.15, 0.03, 1.12);
  cursor: pointer;
}
.backCards .card img {
  height: auto;
}
@media (max-width: 720px) {
  .backCards .card img {
    height: 150px;
  }
}
@media (max-width: 415px) {
  .backCards .card img {
    height: 80px;
  }
}
.backCards .card.card-0 {
  z-index: 11;
}
.backCards .card.card-1 {
  z-index: 10;
  right: 0;
  transition-delay: 0.2s;
}
.backCards .card.card-2 {
  z-index: 9;
  transition-delay: 0.2s;
}
.backCards .card.card-3 {
  z-index: 8;
  transition-delay: 0.2s;
}
.backCards .card.card-4 {
  z-index: 7;
  transition-delay: 0.2s;
}
.backCards .card.card-5 {
  z-index: 6;
  transition-delay: 0.2s;
}
.backCards .card.card-6 {
  z-index: 5;
  transition-delay: 0.2s;
}
.backCards .card.card-7 {
  z-index: 4;
  transition-delay: 0.2s;
}
.backCards .card.card-8 {
  z-index: 3;
  transition-delay: 0.2s;
}
.backCards .card.card-9 {
  z-index: 2;
  transition-delay: 0.2s;
}
.backCards .card.card-10 {
  z-index: 1;
  transition-delay: 0.2s;
}
.backCards.transition .card-0 {
  right: 0;
}
.backCards.transition .card-1 {
  right: 60px;
}
@media (max-width: 720px) {
  .backCards.transition .card-1 {
    right: 35px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-1 {
    right: 25px;
  }
}
.backCards.transition .card-2 {
  right: 120px;
}
@media (max-width: 720px) {
  .backCards.transition .card-2 {
    right: 70px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-2 {
    right: 50px;
  }
}
.backCards.transition .card-3 {
  right: 180px;
}
@media (max-width: 720px) {
  .backCards.transition .card-3 {
    right: 105px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-3 {
    right: 75px;
  }
}
.backCards.transition .card-4 {
  right: 240px;
}
@media (max-width: 720px) {
  .backCards.transition .card-4 {
    right: 140px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-4 {
    right: 100px;
  }
}
.backCards.transition .card-5 {
  right: 300px;
}
@media (max-width: 720px) {
  .backCards.transition .card-5 {
    right: 175px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-5 {
    right: 125px;
  }
}
.backCards.transition .card-6 {
  right: 360px;
}
@media (max-width: 720px) {
  .backCards.transition .card-6 {
    right: 210px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-6 {
    right: 150px;
  }
}
.backCards.transition .card-7 {
  right: 420px;
}
@media (max-width: 720px) {
  .backCards.transition .card-7 {
    right: 245px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-7 {
    right: 175px;
  }
}
.backCards.transition .card-8 {
  right: 480px;
}
@media (max-width: 720px) {
  .backCards.transition .card-8 {
    right: 280px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-8 {
    right: 200px;
  }
}
.backCards.transition .card-9 {
  right: 540px;
}
@media (max-width: 720px) {
  .backCards.transition .card-9 {
    right: 315px;
  }
}
@media (max-width: 415px) {
  .backCards.transition .card-9 {
    right: 225px;
  }
}
.selectedCartWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  .selectedCartWrap {
    margin-bottom: 15px;
  }
}
.selectedCartWrap .cartWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 50px;
  cursor: pointer;
}
.selectedCartWrap .cartWrap:last-child {
  margin-right: 0 !important;
}
@media (max-width: 720px) {
  .selectedCartWrap .cartWrap {
    margin-right: 30px;
  }
}
.selectedCartWrap .cartWrap span {
  font-family: "Felipa", cursive;
  font-size: 40px;
  color: #C6C6C6;
  text-align: center;
  margin: 10px auto;
}
@media (max-width: 720px) {
  .selectedCartWrap .cartWrap span {
    font-size: 20px;
  }
}
.selectedCartWrap .cardPlace {
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 115px;
  height: 196px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 720px) {
  .selectedCartWrap .cardPlace {
    width: 55px;
    height: 92px;
    background-size: 20px;
  }
}
.selectedCartWrap .cardPlace img {
  width: 100%;
}
.selectedCartWrap .cardPlace.blink {
  animation-name: blink;
  animation-duration: 0.5s;
  animation-direction: alternate;
}
.selectedCartWrap .cardPlace.placed {
  cursor: auto;
}
.selectedCartWrap .cardPlace.placeHere {
  background-color: rgba(102, 133, 169, 0.4);
}
.selectedCartWrap .cardPlace.placeHere + span {
  color: #1B385A;
}
.selectedCartWrap .cardPlace.unplaced + span {
  color: #1B385A;
}
.selectedCartWrap .cardPlace.cardPlace1 {
  background-image: url("/assets/tarot/daily-3-card/images/face-a.svg");
}
.selectedCartWrap .cardPlace.cardPlace2 {
  background-image: url("/assets/tarot/daily-3-card/images/heart-b.svg");
}
.selectedCartWrap .cardPlace.cardPlace2.placeHere {
  background-image: url("/assets/tarot/daily-3-card/images/heart-a.svg");
}
.selectedCartWrap .cardPlace.cardPlace3 {
  background-image: url("/assets/tarot/daily-3-card/images/suit-b.svg");
}
.selectedCartWrap .cardPlace.cardPlace3.placeHere {
  background-image: url("/assets/tarot/daily-3-card/images/suit-a.svg");
}
.selectedCartWrap.result .cartWrap {
  margin-right: 60px;
}
@media (max-width: 720px) {
  .selectedCartWrap.result .cartWrap {
    margin-right: 13px;
  }
}
.selectedCartWrap.result .cardPlace {
  width: 170px;
  height: 285px;
}
@media (max-width: 720px) {
  .selectedCartWrap.result .cardPlace {
    width: 100px;
    height: 172px;
  }
}

.resultWrap {
  text-align: center;
}
.resultWrap h3 {
  color: #4F6E93;
  margin-bottom: 5px;
  font-size: 40px;
}
@media (max-width: 720px) {
  .resultWrap h3 {
    font-size: 25px;
  }
}
.resultWrap .cardName {
  font-family: "Felipa", cursive;
  font-size: 30px;
  color: #1B385A;
  text-transform: capitalize;
}
@media (max-width: 720px) {
  .resultWrap .cardName {
    font-size: 18px;
  }
}
.resultWrap p.pWithBg {
  text-align: justify;
  position: relative;
}
.resultWrap p.pWithBg.mood:after {
  content: "";
  background-image: url("/assets/tarot/daily-3-card/images/face-o.svg");
  position: absolute;
  right: -67px;
  top: 10px;
  width: 137px;
  height: 137px;
}
.resultWrap p.pWithBg.love:after {
  content: "";
  background-image: url("/assets/tarot/daily-3-card/images/heart-o.svg");
  position: absolute;
  right: -67px;
  top: 10px;
  width: 149px;
  height: 137px;
}
.resultWrap p.pWithBg.career:after {
  content: "";
  background-image: url("/assets/tarot/daily-3-card/images/suit-o.svg");
  position: absolute;
  right: -67px;
  top: 10px;
  width: 145px;
  height: 137px;
}

.submitBtn {
  background-color: #1B385A;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  border-radius: 40px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .submitBtn {
    font-size: 18px;
    line-height: 35px;
  }
}
.submitBtn.disabled {
  cursor: not-allowed;
  background: rgba(27, 56, 90, 0.2);
}
.submitBtn.disabled:hover {
  box-shadow: none;
}
.submitBtn:hover {
  box-shadow: 5px 10px 12px rgba(0, 0, 0, 0.25);
}

@keyframes blink {
  from {
    box-shadow: 2px 2px 2px rgba(27, 56, 90, 0.5);
  }
  to {
    box-shadow: 5px 10px 15px rgba(27, 56, 90, 0.5);
  }
}
@media (max-width: 720px) {
  .wz-ad-block {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
