@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: none;
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}

.group {
  display: inline-block;
}

.justify-content-center {
  justify-content: center!important;
}

body {
  font-family: "Montserrat", serif;
  color: #111111;
  line-height: 1.2;
  font-size: 1.13rem;
  background: #ffffff url("../images/bg.jpg") no-repeat top center;
  background-size: cover;
  font-weight: 600;
}

html, body, .wrapper {
  height: 100%;
}

.bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.bg::before, .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg::before {
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 160, 189, 0)), to(rgba(255, 160, 189, 0.7)));
  background: linear-gradient(180deg, rgba(255, 160, 189, 0) 0%, rgba(255, 160, 189, 0.7) 100%);
}
.bg::after {
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 160, 189, 0.3)), to(rgba(153, 96, 113, 0)));
  background: linear-gradient(180deg, rgba(255, 160, 189, 0.3) 0%, rgba(153, 96, 113, 0) 100%);
}
.bg .bg-stage {
  -webkit-animation: bg 60s linear infinite;
          animation: bg 60s linear infinite;
  width: 100%;
  position: relative;
  top: -16%;
}
.bg .bg-stage img {
  display: block;
  width: 97%;
  margin: 0 auto;
}
.bg .bg-stage img:nth-child(2) {
  -webkit-transform: scale(-1, 1) translateY(-8%);
          transform: scale(-1, 1) translateY(-8%);
}

.active-step-2 .bg::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa0bd), to(rgba(153, 96, 113, 0)));
  background: linear-gradient(180deg, #ffa0bd 0%, rgba(153, 96, 113, 0) 100%);
}
.active-step-2 .bg::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 78, 119, 0.8)), to(#ffa0bd));
  background: linear-gradient(180deg, rgba(215, 78, 119, 0.8) 0%, #ffa0bd 100%);
}

.wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step {
  display: none;
  width: 100%;
}
.step.active {
  display: block;
}
.step .step-content-wrap {
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 35px 0 rgba(91, 8, 8, 0.48);
          box-shadow: 0 4px 35px 0 rgba(91, 8, 8, 0.48);
  padding: 40px;
  text-align: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.step .step-content-wrap .step-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.step .step-content-wrap .step-content {
  margin-bottom: 1.25rem;
}
.step .choose-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.step .choose-wrap .choose-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 2.25rem;
}
.step .choose-wrap .choose-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .choose-wrap .choose-item-wrap .choose-item {
  margin: 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.step .choose-wrap .choose-item-wrap .choose-item .choose-img {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 35px 0 rgba(47, 47, 47, 0.48);
          box-shadow: 0 4px 35px 0 rgba(47, 47, 47, 0.48);
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .choose-wrap .choose-item-wrap .choose-item .choose-img img {
  border-radius: 18px;
}
.step .choose-wrap .choose-item-wrap .choose-item .choose-img .choose-img-name {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 14px;
  position: absolute;
  bottom: 15px;
  left: 20px;
  background-color: rgba(47, 47, 47, 0.7);
  border-radius: 50px;
}
.step .choose-wrap .choose-item-wrap .choose-item .choose-btn {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid #d7135e;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.step .choose-wrap .choose-item-wrap .choose-item .choose-btn svg {
  color: #d7135e;
  width: 48px;
  height: 48px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.step .choose-wrap .choose-item-wrap .choose-item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.step .choose-wrap .choose-item-wrap .choose-item.active {
  -webkit-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0);
  pointer-events: none;
  will-change: transform;
}
.step .choose-wrap .choose-item-wrap .choose-item.active .choose-btn {
  -webkit-box-shadow: 0 5px 75px 0 rgba(189, 6, 76, 0.43);
          box-shadow: 0 5px 75px 0 rgba(189, 6, 76, 0.43);
  background: #bd064c;
  border-color: #bd064c;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.6;
}
.step .choose-wrap .choose-item-wrap .choose-item.active .choose-btn svg {
  color: #ffffff;
}
.step .choose-wrap .choose-item-wrap.item-selected .choose-item {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.6;
  pointer-events: none;
}
.step .choose-wrap .choose-item-wrap.item-selected .choose-item.active {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  pointer-events: all;
}
.step .choose-wrap .choose-modal {
  position: absolute;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: none;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
}
.step .choose-wrap .choose-modal .choose-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  text-align: center;
  margin-bottom: 7px;
}
.step .choose-wrap .choose-modal .choose-modal-content {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 7px;
}
.step .choose-wrap .choose-modal.active {
  display: block;
}
.step .inner-step-list {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .inner-step-list .inner-step-item {
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 35px 0 rgba(91, 8, 8, 0.48);
          box-shadow: 0 4px 35px 0 rgba(91, 8, 8, 0.48);
  padding: 40px;
  text-align: center;
  max-width: 550px;
  width: 100%;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(calc(10px * (var(--index) - 1))) scale(calc(1 - 0.03 * (var(--index) - 1)));
          transform: translateY(calc(10px * (var(--index) - 1))) scale(calc(1 - 0.03 * (var(--index) - 1)));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.step .inner-step-list .inner-step-item .progress-wrap {
  width: calc(100% - 120px);
  margin: 0 auto 20px;
}
.step .inner-step-list .inner-step-item .progress-wrap .progress-percent {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.step .inner-step-list .inner-step-item .progress-wrap .progress-bar-wrap {
  width: 100%;
  height: 8px;
  position: relative;
  background-color: rgba(215, 19, 94, 0.4);
  border-radius: 50px;
}
.step .inner-step-list .inner-step-item .progress-wrap .progress-bar-wrap .progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background-color: #d7135e;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
}
.step .inner-step-list .inner-step-item .inner-step-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 10px;
}
.step .inner-step-list .inner-step-item .inner-step-content {
  margin-bottom: 20px;
}
.step .inner-step-list .inner-step-item:nth-child(1) {
  --index: 1;
  z-index: 3;
}
.step .inner-step-list .inner-step-item:nth-child(2) {
  --index: 2;
  z-index: 2;
}
.step .inner-step-list .inner-step-item:nth-child(3) {
  --index: 3;
  z-index: 1;
}
.step .inner-step-list .inner-step-item.step-item-active {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

/* Buttons */
.btn-wrap,
.btns-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap .btn {
  min-width: 195px;
}

.btn {
  font-size: 18px;
  font-weight: 600;
  width: calc(50% - 10px);
  height: 65px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.btn-1 {
  color: #ffffff;
  -webkit-box-shadow: 0 4px 34px 0 rgba(215, 19, 94, 0.28);
          box-shadow: 0 4px 34px 0 rgba(215, 19, 94, 0.28);
  background: #d7135e;
}
.btn.btn-2 {
  color: #d7135e;
  border-color: #d7135e;
  -webkit-box-shadow: 0 4px 34px 0 rgba(215, 19, 94, 0.28);
          box-shadow: 0 4px 34px 0 rgba(215, 19, 94, 0.28);
  background: #ffffff;
}
.btn.disabled-action {
  pointer-events: none;
}

/* RTL */
.lang-he {
  direction: rtl;
}

/* Keyframe */
@-webkit-keyframes bg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes bg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
