@font-face {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  src: url("../fonts/HelveticaNeue-CondensedBold.woff2") format("woff2"), url("../fonts/HelveticaNeue-CondensedBold.woff") format("woff");
}
@font-face {
  font-family: 'URWFormSemiCond-ExtraBold';
  font-weight: bold;
  src: url("../fonts/URWFormSemiCond-ExtraBold.woff2") format("woff2"), url("../fonts/URWFormSemiCond-ExtraBold.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus {
  outline: 0;
}

img {
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

body {
  font-family: "Helvetica Neue";
  color: #000000;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 800;
  background: #f6f6f6;
}

html, body {
  height: 100%;
}

.group {
  display: inline-block;
}

/* =========================================================================
	Header
=========================================================================== */
.header {
  position: relative;
  padding: 10px;
  text-align: left;
  background-color: #0040ff;
}
.header .logo {
  text-align: left;
  font-family: "URWFormSemiCond-ExtraBold";
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  position: relative;
  top: 4px;
}

/* Steps Style */
.wrapper {
  max-width: 500px;
  margin: 0 auto;
  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;
  position: relative;
}

.steps-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: hidden;
}
.steps-wrap .step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  padding: 10px;
}
.steps-wrap .step .video-wrap {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 6px;
}
.steps-wrap .step .video-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.3%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.3%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 0 0 8px 8px;
  z-index: 3;
}
.steps-wrap .step .video-wrap .video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.steps-wrap .step .video-wrap .girl-info {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  padding: 10px;
}
.steps-wrap .step .video-wrap .girl-info .geo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}
.steps-wrap .step .video-wrap .girl-info .geo-wrap .geo-pin {
  max-width: 12px;
  margin-right: 3px;
}
.steps-wrap .step .video-wrap .girl-info .geo-wrap .geo-city {
  font-weight: 500;
}
.steps-wrap .step .step-content {
  text-align: center;
  margin-bottom: 20px;
}
.steps-wrap .step .video-wrap .final-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  padding: 0 16px;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.steps-wrap .step.step-final {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}
.steps-wrap .step.step-final .final-content-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.25);
}
.steps-wrap .step.step-final .video-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: auto;
  border-radius: 10px 0 0;
  margin-bottom: 12px;
  min-height: 30vh;
  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;
}
.steps-wrap .step.step-final .video-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  border-radius: 10px 10px 0 0;
}
.steps-wrap .step.step-final .video-wrap .final-title {
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 10;
  text-align: center;
  z-index: 5;
}
.steps-wrap .step.step-final .video-wrap .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
.steps-wrap .step.step-final .step-content-wrap {
  padding: 0 12px 12px;
}
.steps-wrap .step.step-final .step-content-wrap .step-content {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
.steps-wrap .step.step-final .step-content-wrap .step-content strong {
  font-weight: 800;
}

/* Buttons */
.btns-wrap,
.btn-wrap {
  width: 100%;
  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;
}

.btns-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btns-wrap .btn {
  width: calc(50% - 5px);
}

.btn {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 2px solid transparent;
  text-decoration: none;
  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;
  background: #0040ff;
}
.btn.btn-2 {
  color: #000000;
  border-color: #EAEAEA;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation: pulse 1s ease-in-out forwards infinite;
          animation: pulse 1s ease-in-out forwards infinite;
}

/* Confetti */
#confetti {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* Preload */
.preload,
.preload-img:after,
.preload-img:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.preload-img.preload-img1 {
  background-image: url("../images/poster-1.jpg");
}

.preload-img.preload-img2 {
  background-image: url("../images/poster-2.jpg");
}

.preload-img.preload-img3 {
  background-image: url("../images/poster-3.jpg");
}

.preload-img.preload-img4 {
  background-image: url("../images/poster-4.jpg");
}

.bg-alt .preload-img.preload-img4 {
  background-image: url("../images/poster-4.jpg"), url("../images/bg.jpg");
}

/* RTL */
.lang-he {
  direction: rtl;
}
.lang-he .steps-wrap .step .video-wrap .girl-info {
  left: auto;
  right: 12px;
}
.lang-he .steps-wrap .step .video-wrap .girl-info .geo-wrap .geo-pin {
  margin-right: 0;
  margin-left: 3px;
}

/* Unsubscribe */
.unsubscribe {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 100;
}

.unsubscribe a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
}

/* Responsive */
.isMobile.has-push .step {
  padding-bottom: 110px;
}
.isMobile.has-push .step.step-final {
  padding-bottom: 0;
}

/* Screen 568px */
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */
@media (max-width: 479px) and (max-height: 650px) {
  .isMobile.has-push .step.step-final {
    padding-bottom: 20px;
  }
}
/* Iphone 8/7/6S, Galaxy S5/S6/S7 */
/* Iphone SE */
@media (max-width: 400px) and (max-height: 460px) {
  .iOs {
    font-size: 20px;
  }
  .iOs .steps-wrap .step.step-final .step-content-wrap .step-content {
    font-size: 20px;
  }
}
body {
  background: linear-gradient(to bottom, #1e3a8a, #60a5fa);
}