@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap); /* font-family: 'Inter', sans-serif; */ p { line-height: 1.2; margin: 0 0 1rem; } * { box-sizing: border-box; } body { font-family: "Inter", sans-serif; font-size: 16px; font-weight: normal; color: #fff; margin: 0; padding: 0; position: relative; z-index: 1; background-color: #fff; } body::after { content: ""; position: fixed; right: 0; bottom: 0; left: 0; height: 50vh; background: radial-gradient( 100% 100% at 50% 0%, rgba(4, 17, 26, 0.95) 0%, rgba(4, 17, 26, 0) 100%); transform: matrix(1, 0, 0, -1, 0, 0); } body, html, .steps-wrap { height: 100%; overflow-x: hidden; } /* Header */ .header { font-size: 18px; line-height: 22px; font-weight: bold; text-transform: uppercase; text-align: center; position: relative; z-index: 100; display: flex; align-items: center; justify-content: space-between; } .header .logo { position: relative; display: flex; align-items: center; justify-content: flex-start; } .header .logo .logo-text { background: linear-gradient( 131.38deg, rgba(255, 255, 255, 0.7) 11.95%, rgba(255, 255, 255, 0) 73.06%), #3babf1; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } /* Step */ .steps-wrap { position: relative; height: auto; min-height: 60vh; max-width: 500px; margin: 0 auto; display: flex; flex-direction: column; justify-content: space-between; z-index: 9; } .steps-wrap .heart, .steps-wrap .heartsbox { display: inline-block; position: absolute; } .steps-wrap .heartsbox { width: 100px; bottom: 20vh; right: 15px; } .steps-wrap .heartsbox .heart { color: #fdf5e6; -webkit-animation-name: a; animation-name: a; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 0; } .steps-wrap .heartsbox .heart.anim1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; right: 10px; bottom: 35px; -webkit-animation-name: a1; animation-name: a1; } .steps-wrap .heartsbox .heart.anim2 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; right: 0; bottom: -15px; -webkit-animation-name: a2; animation-name: a2; } .steps-wrap .heartsbox .heart.anim3 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; right: 55px; bottom: 10px; } .steps-wrap .heartsbox .heart.anim4 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; bottom: 80px; right: 40px; } .steps-wrap .heartsbox .heart.anim5 { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; right: 70px; bottom: -35px; -webkit-animation-name: a5; animation-name: a5; } .step { display: none; flex-direction: column; justify-content: space-between; flex: 1; padding: 15px 15px 0; position: relative; z-index: 10; } .step .girl-info { text-align: right; } .step .girl-info .cards { position: relative; display: inline-block; margin-right: 18px; } .step .girl-info .cards .geo-flag { position: absolute; top: 16px; right: 16px; line-height: 0; transform: rotate(4deg); } .step .girl-info .cards .geo-flag .flag-icon { top: auto; margin: 0; width: 21px; height: 21px; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.7); } .step .girl-info .geo-location { font-size: 11px; line-height: 17px; font-weight: bold; letter-spacing: 0.03em; background: linear-gradient(180deg, #f86c59 0%, #ab18b9 100%); border-radius: 10px; margin-top: -25px; position: relative; } .step .girl-info .likes { position: absolute; right: 0; bottom: -31px; background-color: #fff; color: #000; min-width: 68px; display: flex; align-items: center; justify-content: flex-start; padding: 4px 9px 3px; border-radius: 15px; } .step .girl-info .likes .like-icon { margin-right: 3px; line-height: 1; } .step .girl-info .likes .like-text { font-size: 16px; font-weight: 600; } .step .step-content-wrap { position: relative; text-align: center; padding: 0 5px; } .step .step-content-wrap .step-title { font-size: 20px; line-height: 1.2; font-weight: 600; } .step .step-content-wrap .content-inner { padding-bottom: 10px; position: relative; z-index: 10; } .final-step .step-content-wrap .content-inner { background: linear-gradient(180deg, #320072, #190A3F); margin: 0 -20px; padding-left: 20px; padding-right: 20px; } .step .footer-links { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; } .step .footer-links .footer-link { font-weight: bold; font-size: 15px; line-height: 1.2; color: #ef44e7; -webkit-text-decoration-line: underline; text-decoration-line: underline; display: inline-block; width: 100%; text-align: center; } @-webkit-keyframes a { 0% { opacity: 0; } 10% { opacity: 1; } to { bottom: 200px; opacity: 0; } } @keyframes a { 0% { opacity: 0; } 10% { opacity: 1; } to { bottom: 200px; opacity: 0; } } @-webkit-keyframes a1 { 0% { opacity: 0; } 10% { opacity: 1; } to { bottom: 170px; opacity: 0; } } @keyframes a1 { 0% { opacity: 0; } 10% { opacity: 1; } to { bottom: 170px; opacity: 0; } } @-webkit-keyframes a2 { 0% { opacity: 0; } 10% { opacity: 1; } to { bottom: 150px; opacity: 0; } } @keyframes a2 { 0% { opacity: 0; } 10% { opacity: 1; } to { bottom: 150px; opacity: 0; } } @-webkit-keyframes a5 { 0% { opacity: 0; } 10% { opacity: 1; } to { bottom: 100px; opacity: 0; } } @keyframes a5 { 0% { opacity: 0; } 10% { opacity: 1; } to { bottom: 100px; opacity: 0; } } /* Buttons */ .btn { font-family: "Inter", sans-serif; font-size: 16px; display: flex; align-items: center; justify-content: center; font-weight: 600; color: #fff; width: 48%; min-height: 54px; line-height: 1; text-align: center; outline: 0; border: none; border-radius: 15px; background: linear-gradient(264deg, #FE03BB 0%, #8431EF 50%, #FE03BB 100%); background-size: 200% auto; cursor: pointer; text-decoration: none; display: flex; align-items: center; justify-content: center; transition: background-position 0.3s; } .btn:hover { background-position: right center; } .btn-wrap, .btns-wrap { display: flex; align-items: center; justify-content: center; } .btn-wrap .btn { width: 100%; margin: 0 auto; } .btns-wrap { margin: 0 -5px; } .btns-wrap .btn { margin: 0 5px; width: calc(50% - 10px); } .button--play { position: relative; } .is--loading .button--play span { opacity: 0; } .is--loading .button--play:before { display: none; } .is--loading .loader--circle { display: block; } .is--loading .text--press { opacity: 0; } .loader--circle { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; } .loader--circle .loader--circle-el { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .loader--circle .loader--circle-el:before { content: ""; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #fff; border-radius: 100%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; } .loader--circle .loader--circle-el2 { transform: rotate(30deg); } .loader--circle .loader--circle-el3 { transform: rotate(60deg); } .loader--circle .loader--circle-el4 { transform: rotate(90deg); } .loader--circle .loader--circle-el5 { transform: rotate(120deg); } .loader--circle .loader--circle-el6 { transform: rotate(150deg); } .loader--circle .loader--circle-el7 { transform: rotate(180deg); } .loader--circle .loader--circle-el8 { transform: rotate(210deg); } .loader--circle .loader--circle-el9 { transform: rotate(240deg); } .loader--circle .loader--circle-el10 { transform: rotate(270deg); } .loader--circle .loader--circle-el11 { transform: rotate(300deg); } .loader--circle .loader--circle-el12 { transform: rotate(330deg); } .loader--circle .loader--circle-el2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .loader--circle .loader--circle-el3:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .loader--circle .loader--circle-el4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .loader--circle .loader--circle-el5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .loader--circle .loader--circle-el6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .loader--circle .loader--circle-el7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .loader--circle .loader--circle-el8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .loader--circle .loader--circle-el9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .loader--circle .loader--circle-el10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .loader--circle .loader--circle-el11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .loader--circle .loader--circle-el12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes sk-circleFadeDelay { 0%, 100%, 39% { opacity: 0; } 40% { opacity: 1; } } @keyframes sk-circleFadeDelay { 0%, 100%, 39% { opacity: 0; } 40% { opacity: 1; } } /* Custom Final Step */ .active-step-6 body::after, .active-step-6 .heartsbox { display: none; } .final-step { position: relative; } .final-step::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(4, 17, 26, 0.8); } .final-step>* { z-index: 100; } .final-step .step-content-wrap { display: flex; flex-direction: column; justify-content: center; padding: 0; } .final-step .step-content-wrap .step-title { font-size: 20px; font-weight: 500; } .final-step .final-cards-wrap .content-inner { padding: 0 10px; } .final-step .final-cards-wrap .final-card-text { position: relative; padding: 30px 5px 15px; background: linear-gradient(0deg, #320072, #320072); margin: 0 -20px; text-align: center; z-index: 10; } .final-step .final-cards-wrap .final-card-text::before { content: ""; position: absolute; bottom: 100%; left: 50%; transform: translateX(-59%); width: 65px; height: 48px; background: url(/landings/286374/1706542129/images/final-arrow.png) no-repeat center; background-size: contain; } .final-step .final-cards-wrap .final-card-text .card-title { color: #FE03BB; font-size: 25px; line-height: 30px; font-weight: 700; margin: 0 0 10px; } .final-step .final-cards-wrap .final-card-text .card-desc { font-size: 16px; line-height: 19px; font-weight: 500; margin: 0; } .final-step .final-cards-wrap .swiper-container { width: 510px; margin-left: -25px; padding: 15px 0; } .final-step .final-cards-wrap .swiper-container .swiper-wrapper { transition-timing-function: ease-out; } .final-step .final-cards-wrap .swiper-container .swiper-slide { display: flex; justify-content: center; align-items: center; width: 108px; } .final-step .final-cards-wrap .highlighted { -webkit-filter: drop-shadow(0 0 8px #FF45CD); filter: drop-shadow(0 0 8px #FF45CD); } .final-step .final-cards-wrap .swiper-wrapper, .final-step .final-cards-wrap .swiper-container { pointer-events: none; } .is--mobile .final-step .final-cards-wrap .swiper-container { width: 100vw; } .is--mobile .final-step .final-cards-wrap .final-card-text::before { transform: translateX(-65%); } @-webkit-keyframes moveCards { 100% { transform: translateX(-100%); } } @keyframes moveCards { 100% { transform: translateX(-100%); } } /* VideoBox */ .videobox { position: fixed !important; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; } .videobox::after { content: ""; display: block; position: fixed; background: rgba(0, 0, 0, 0.1); width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; } .videobox .element-with-video-bg { height: 100%; } .videobox .jquery-background-video-wrapper { position: relative; overflow: hidden; background-position: 50%; background-repeat: no-repeat; background-size: cover; } .videobox .jquery-background-video { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; top: 50%; left: 50%; -o-object-fit: cover; object-fit: cover; transform: translate(-50%, -50%); } .videobox .js .jquery-background-video { opacity: 0; transition: opacity 0.3s linear; } .videobox .js .jquery-background-video.is-visible { opacity: 1; } /* VideoBox alt version */ .poster, .video, .video-wrap { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); z-index: 0; transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-filter 0.1s ease-out; transition: filter 0.1s ease-out, transform 0.1s ease-out, opacity 0.1s ease-out; transition: filter 0.1s ease-out, transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-filter 0.1s ease-out; } .objectfit .video, .video-wrap { top: 0; left: 0; min-width: 0; min-height: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transform: translate(0, 0); } .is--blurry { -webkit-filter: blur(5px); filter: blur(5px); transform: translate3d(-50%, -50%, 0) scale3d(1.05, 1.05, 1.05); } .video-wrap::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-filter: blur(5px); filter: blur(5px); background-color: rgba(0, 0, 0, 0.5); z-index: 10; opacity: 0; pointer-events: none; transition: opacity 0.1s ease-in-out; } .video-wrap.is--blurry::before { opacity: 0.5; } .video-wrap.poster-active::before { opacity: 0.2; } .objectfit .is--blurry { transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05) !important; } .poster.is--hidden { opacity: 0; pointer-events: none; } .is--visible { display: inline-flex; } /* Unsubscribe */ .unsubscribe_unable .steps-wrap .step .btn-wrap, .unsubscribe_unable .steps-wrap .step .btns-wrap { margin-bottom: 5px; } .unsubscribe_unable .step .footer-links { margin-bottom: 5px; } .unsubscribe { font-size: 11px; text-align: center; position: fixed; left: 0; right: 0; bottom: 2px; display: flex; align-items: center; justify-content: center; z-index: 100; } .unsubscribe a { display: inline-block; color: #fff; text-decoration: none; } .unsubscribe a:hover { text-decoration: underline; } /* Multilang */ .multilang #step5 .btn { font-size: 18px; } /* RTL */ .lang-he { direction: rtl; } .lang-he .step .girl-info .likes { right: auto; left: 0; } .lang-he .btns-wrap .btn:last-child { transform: rotate(-3deg); } .lang-he .btns-wrap .btn:first-child { transform: rotate(3deg); } /* Style alt3 (final step with slot machine) */ .style_alt3 .steps-wrap { overflow: hidden; } .style_alt3 .step.final-step { padding: 0; justify-content: flex-end; } .style_alt3 .step.final-step:after { background-color: #170f15; } .style_alt3 .step.final-step .step-content-wrap { border-radius: 15px 15px 0 0; padding: 25px 25px 0; } .style_alt3 .step.final-step .step-content-wrap::before, .style_alt3 .step.final-step .step-content-wrap::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 15px 15px 0 0; } .style_alt3 .step.final-step .step-content-wrap::before { background: linear-gradient(90deg, #0a669b 0%, #29a3e9 100%), #04111a; z-index: 5; top: 4px; right: 4px; left: 4px; } .style_alt3 .step.final-step .step-content-wrap::after { background: linear-gradient(90deg, #29a3e9 0%, #0a669b 100%), #04111a; z-index: 4; } .style_alt3 .step.final-step .step-content-wrap .step-title { transition: opacity 0.3s ease-in; } .style_alt3 .step.final-step .step-content-wrap .content-border { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 11; } .style_alt3 .step.final-step .step-content-wrap .content-border .border-right, .style_alt3 .step.final-step .step-content-wrap .content-border .border-left { position: absolute; top: 25px; bottom: 0; width: 20px; background: url(../404.html) repeat-y; } .style_alt3 .step.final-step .step-content-wrap .content-border .border-top { position: absolute; top: 5px; right: 20px; left: 20px; height: 20px; background: url(../404.html) repeat-x; } .style_alt3 .step.final-step .step-content-wrap .content-border .border-right { left: 3px; } .style_alt3 .step.final-step .step-content-wrap .content-border .border-left { right: 6px; } .style_alt3 .step.final-step .step-content-wrap .final-text { position: absolute; bottom: calc(100% + 6vh); left: 50%; transform: translateX(-50%); text-align: center; max-width: 90%; width: 100%; border-radius: 67px; z-index: 12; padding: 10px; transition: opacity 0.3s ease-in; } .style_alt3 .step.final-step .step-content-wrap .final-text .final-text-inner { border-radius: 67px; padding: 0 30px; } .style_alt3 .step.final-step .step-content-wrap .final-text .final-text-border { position: absolute; width: 100%; top: 50%; right: 0; left: 0; transform: translateY(-50%); z-index: 4; } .style_alt3 .step.final-step .step-content-wrap .final-text .final-title { font-size: 28px; line-height: 34px; font-weight: bold; text-transform: uppercase; margin: 0 0 1px; position: relative; z-index: 5; } .style_alt3 .step.final-step .step-content-wrap .final-text .final-desc { font-size: 18px; line-height: 22px; font-weight: normal; text-align: center; text-transform: uppercase; margin: 0; position: relative; z-index: 5; } .style_alt3 .step.final-step .content-inner { background: url(../404.html) no-repeat center; background-size: cover; border-radius: 15px 15px 0 0; padding: 15px; z-index: 20; } .style_alt3 .step.final-step .content-inner .content-waiting-title { font-size: 36px; line-height: 44px; font-weight: bold; background: -webkit-linear-gradient( 167.82deg, #0ffae9 16.52%, #2aeef3 84.06%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; opacity: 0; text-transform: uppercase; position: absolute; top: 23px; right: 0; left: 0; margin: 0; } .style_alt3 .step.final-step .content-inner .btn { font-family: "Inter", sans-serif; font-size: 24px; line-height: 1; font-weight: 900; text-transform: uppercase; color: transparent; border-radius: 15px 15px 20px 20px; position: relative; overflow: hidden; background: transparent; } .style_alt3 .step.final-step .content-inner .btn::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient( 90deg, #0a669b 0%, rgba(10, 102, 155, 0) 47.88%, rgba(171, 102, 17, 0) 51.12%, #ab6611 100%), #04111a; border-radius: 15px 15px 20px 20px; } .style_alt3 .step.final-step .content-inner .btn::after { content: ""; position: absolute; top: 4px; right: 4px; bottom: 4px; left: 4px; background: linear-gradient(158.68deg, #0ffae9 16.52%, #2aeef3 84.06%); border-radius: 15px 15px 20px 20px; } .style_alt3 .step.final-step .content-inner .btn span { position: relative; } .style_alt3 .step.final-step .content-inner .btn span strong { background: linear-gradient( 90deg, #0a669b 0%, rgba(10, 102, 155, 0) 47.88%, rgba(171, 102, 17, 0) 51.12%, #ab6611 100%), #04111a; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; position: relative; z-index: 5; } .style_alt3 .step.final-step .content-inner .btn span::before { content: ""; position: absolute; width: 300px; height: 50px; top: -40px; left: 50%; background: rgba(255, 255, 255, 0.2); border-radius: 50%; transform: translateX(-50%); z-index: 1; } .style_alt3 .step.final-step .final-slots-wrap { flex: 1; position: absolute; top: 0; right: 0; left: 0; } .style_alt3 .step.final-step .final-slots-wrap .slots { width: 500px; max-width: 100%; height: calc(100vh - 200px); } .style_alt3 .step.final-step .final-slots-wrap .window { position: relative; overflow: hidden; height: 100%; display: flex; justify-content: center; } .style_alt3 .step.final-step .final-slots-wrap .outer-col { width: 33.33%; float: left; margin: 0 2.5px; position: relative; background: linear-gradient( 180deg, #0a669b 0%, rgba(10, 102, 155, 0) 47.88%, rgba(171, 102, 17, 0) 51.12%, #ab6611 100%), #04111a; } .style_alt3 .step.final-step .final-slots-wrap .outer-col::before, .style_alt3 .step.final-step .final-slots-wrap .outer-col::after { content: ""; position: absolute; top: 0; bottom: 0; width: 10px; background: linear-gradient(90deg, #0a669b 0%, #29a3e9 100%), #04111a; } .style_alt3 .step.final-step .final-slots-wrap .outer-col::before { left: 0; } .style_alt3 .step.final-step .final-slots-wrap .outer-col::after { right: 0; } .style_alt3 .step.final-step .final-slots-wrap .outer-col:first-child { margin-left: 0; } .style_alt3 .step.final-step .final-slots-wrap .outer-col:last-child { margin-right: 0; } .style_alt3 .step.final-step .final-slots-wrap .outer-col .border { position: absolute; top: -10px; right: 0; bottom: 0; left: 0; } .style_alt3 .step.final-step .final-slots-wrap .outer-col .border::before, .style_alt3 .step.final-step .final-slots-wrap .outer-col .border::after { content: ""; position: absolute; top: 0; bottom: 0; width: 10px; background: url(../404.html) repeat-y; background-position: top center; z-index: 10; } .style_alt3 .step.final-step .final-slots-wrap .outer-col .border::before { left: 0; } .style_alt3 .step.final-step .final-slots-wrap .outer-col .border::after { right: 0; } .style_alt3 .step.final-step .final-slots-wrap .col { text-align: center; will-change: true; padding-top: 0; z-index: 11; } .style_alt3 .step.final-step .final-slots-wrap .col img { max-width: 100%; } .style_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(2) .col { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .style_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(3) .col { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .style_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(4) .col { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .style_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(5) .col { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .style_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(6) .col { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } .style_alt3 .step.final-step .final-slots-wrap .slots.spinning .col { -webkit-animation: scroll 3s cubic-bezier(0.5, 0, 0.5, 1) 1, blur 3s cubic-bezier(0.5, 0, 0.5, 1) 1; animation: scroll 3s cubic-bezier(0.5, 0, 0.5, 1) 1, blur 3s cubic-bezier(0.5, 0, 0.5, 1) 1; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .style_alt3 .step.final-step .final-slots-wrap .start-spin { opacity: 0; visibility: hidden; display: none; } .style_alt3 .step.final-step.waiting-state .final-text { opacity: 0; } .style_alt3 .step.final-step.waiting-state .btn { pointer-events: none; } .style_alt3 .step.final-step.waiting-state .btn::before { background: linear-gradient(0deg, #c0c0c0 0%, #f3f3f3 100%); } .style_alt3 .step.final-step.waiting-state .btn::after { background: #e3e3e3; } .style_alt3 .step.final-step.waiting-state .btn span strong { background: transparent; -webkit-text-fill-color: initial; color: #a2a2a2; } .style_alt3 .step.final-step.waiting-state .content-inner .content-waiting-title { opacity: 1; } .style_alt3 .step.final-step.waiting-state .content-inner .step-title { opacity: 0; } .style_alt3.has-push .step.final-step .content-inner { padding-bottom: 95px; } .style_alt3 .steps-wrap .heartsbox { z-index: 11; } @-webkit-keyframes scroll { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(0, calc(-85%), 0); } } @keyframes scroll { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(0, calc(-85%), 0); } } @-webkit-keyframes blur { 0% { -webkit-filter: blur(0); filter: blur(0); } 10% { -webkit-filter: blur(0); filter: blur(0); } 30% { -webkit-filter: blur(6px); filter: blur(6px); } 60% { -webkit-filter: blur(6px); filter: blur(6px); } 80% { -webkit-filter: blur(0); filter: blur(0); } } @keyframes blur { 0% { -webkit-filter: blur(0); filter: blur(0); } 10% { -webkit-filter: blur(0); filter: blur(0); } 30% { -webkit-filter: blur(6px); filter: blur(6px); } 60% { -webkit-filter: blur(6px); filter: blur(6px); } 80% { -webkit-filter: blur(0); filter: blur(0); } } /* Preload Slot Icons */ .preload, .preload-icon:after, .preload-icon:before { content: ""; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: calc(100vw / 4); z-index: -1; } .preload-icon.preloaded.content-border { width: 20px; height: 200px; background: url(../404.html); } .preload-icon.preloaded.slot-border { width: 10px; height: 200px; background: url(../404.html); } /* Responsive */ @media (max-width: 991px) { .style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text { bottom: calc(100% + 6vh); } } @media (min-width: 768px) { .style_alt3 .step.final-step .final-slots-wrap .slots .icon { height: calc(100vw / 6); } .style_alt3 .step.final-step .final-slots-wrap .final-text .final-title { font-size: 35px; line-height: 50px; } .style_alt3 .step.final-step .final-slots-wrap .final-text .final-desc { font-size: 23px; line-height: 27px; } .style_alt3.has-push .step.final-step .content-inner { padding-bottom: 0; } } @media (min-width: 1000px) { .style_alt3 .step.final-step .final-slots-wrap .slots .icon { height: calc(100vw / 9); } } /* Screen 736px */ @media (max-width: 767px) { .has-push .step { padding-bottom: 95px; } } @media (max-width: 400px) and (max-height: 650px) { .final-step .final-cards-wrap .final-card-text .card-title { font-size: 28px; line-height: 37px; } .has-push header { margin-bottom: 15px; } .has-push .final-step .final-cards-wrap { margin-bottom: 0; } .has-push .final-step .step-content-wrap .step-title { font-size: 18px; line-height: 22px; margin-top: 0; } } /* Iphone 8/286374/6S, Gallaxy S5 */ @media (max-width: 400px) and (max-height: 570px) { .step.final-step { justify-content: flex-start; } header { margin-bottom: 20px; } .final-step .final-cards-wrap { margin-bottom: 0; } .final-step .step-content-wrap .step-title { font-size: 21px; line-height: 25px; margin-top: 5px; } .final-step .final-cards-wrap .final-card-text .card-title { font-size: 30px; line-height: 30px; } .final-step .final-cards-wrap .final-card-text { margin-bottom: 5px; } .has-push .final-step .final-cards-wrap .swiper-container .swiper-slide { width: 90px; } .has-push .final-cards-wrap .card { max-width: 90px; } .has-push .final-cards-wrap .card img { max-width: 100%; display: block; } .has-push .final-step .final-cards-wrap .final-card-text::before { width: 60px; height: 45px; } } /* Iphone SE/6 */ @media (max-width: 400px) and (max-height: 460px) { .btn { font-size: 34px; line-height: 60px; } #step5 .btn { font-size: 19px; } .step .step-content-wrap { padding: 0; } .final-step .final-cards-wrap .swiper-container .swiper-slide { width: 80px; } .final-cards-wrap .card { max-width: 80px; } .final-cards-wrap .card img { max-width: 100%; display: block; } .final-step .final-cards-wrap .final-card-text::before { width: 55px; height: 40px; } .final-step .step-content-wrap .step-title { font-size: 19px; line-height: 22px; } .btn { line-height: 55px; } .final-step .final-cards-wrap .final-card-text .card-title { font-size: 28px; line-height: 28px; } } .video { background: url(/landings/286374/1706542129/images/poster_alt.jpg) 50% 50% no-repeat; background-size: cover; } .step-age .btn { justify-content: center; flex-wrap: wrap; } .step-age .btn { margin: 0 5px 5px; }