@import url(https://fonts.googleapis.com/css2?family=Irish+Grover&display=swap); /* font-family: 'Orbitron', sans-serif; */ @import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap); /* font-family: 'Shantell Sans', cursive; */ @import url(https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,400;1,600&display=swap); * { box-sizing: border-box; } html, body { padding: 0; margin: 0; } html, body { touch-action: none; touch-action-delay: none; } /* main */ body { font-size: 22px; color: white; background: #000 url(/landings/284756/1701165451/images/bg.jpg) no-repeat center/cover; } .wrap { padding: 0 0 35px; min-height: 100vh; max-width: 980px; margin: 0 auto; overflow: hidden; } .container { margin: 0 auto; position: relative; } .bg { background-color: #000; } .decor { position: absolute; top: 120px; bottom: 0; } .decor-left { left: 0; } .decor-right { right: 0; } .decor .pic { width: 160px; height: 208px; background: url(/landings/284756/1701165451/images/1.png) no-repeat center/contain; } .decor .pic[data-bg="1"] { background-image: url(/landings/284756/1701165451/images/1.png); } .decor .pic[data-bg="2"] { background-image: url(/landings/284756/1701165451/images/2.png); } .decor .pic[data-bg="3"] { background-image: url(/landings/284756/1701165451/images/3.png); } .decor .pic[data-bg="4"] { background-image: url(/landings/284756/1701165451/images/4.png); } .decor .pic[data-bg="5"] { background-image: url(/landings/284756/1701165451/images/5.png); } .decor .pic[data-bg="6"] { background-image: url(/landings/284756/1701165451/images/6.png); } .decor .pic[data-bg="7"] { background-image: url(/landings/284756/1701165451/images/7.png); } .decor .pic[data-bg="8"] { background-image: url(/landings/284756/1701165451/images/8.png); } .decor .pic[data-bg="9"] { background-image: url(/landings/284756/1701165451/images/9.png); } .decor .pic[data-bg="10"] { background-image: url(/landings/284756/1701165451/images/10.png); } .decor .pic[data-bg="11"] { background-image: url(/landings/284756/1701165451/images/11.png); } .decor .pic[data-bg="12"] { background-image: url(/landings/284756/1701165451/images/12.png); } .decor .pic[data-bg="13"] { background-image: url(/landings/284756/1701165451/images/13.png); } .decor .pic[data-bg="14"] { background-image: url(/landings/284756/1701165451/images/14.png); } .decor .pic[data-bg="15"] { background-image: url(/landings/284756/1701165451/images/15.png); } .decor .pic[data-bg="16"] { background-image: url(/landings/284756/1701165451/images/16.png); } .decor .pic.active { animation: showPics 0.3s linear forwards; } @media (max-width: 768px) { body { background-image: none; } .wrap { padding: 20px 0 15px; } .container { max-width: 375px; } .decor { display: none; } .bg { background: transparent; } } /* head-block */ .head-block { background: linear-gradient(180deg, #d0ff51 0%, #94ea43 100%); position: relative; } .head-block .text { padding: 15px 55px 15px 145px; background: url(/landings/284756/1701165451/images/img-head-03.png) no-repeat calc(100% - 15px) 50%; color: #000; font-feature-settings: "clig" off, "liga" off; text-shadow: 0px 2px 0px #fff; font-family: "Irish Grover", sans-serif; font-size: 40px; font-style: normal; font-weight: 400; line-height: 40px; } .head-block .text br { display: none; } .head-block .text p { margin: 0; } .img-head { position: absolute; display: block; bottom: -26px; left: 59px; animation: 1s wiggle infinite; } .img-head-top { position: absolute; top: 9px; left: 15px; } .img-head-top.mob { display: none; } .head-block .container { padding: 0 70px; } @media (max-width: 970px) { .head-block .text { font-size: 31px; line-height: 31px; } } @media (max-width: 768px) { .head-block .text { padding: 10px 48px 10px 136px; font-size: 18px; line-height: 18px; min-height: 82px; display: flex; align-items: center; } .img-head { left: 1px; max-width: 148px; } .img-head-top.web { display: none; } .img-head-top.mob { display: block; } .img-head-top { top: -21px; right: 48px; left: inherit; max-width: 42px; } .head-block .container { max-width: 375px; padding: 0; } } /* border-box */ .border-box { position: relative; display: flex; justify-content: flex-start; align-items: center; padding: 22px 0; } .border-box:after, .border-box::before { position: absolute; left: 0; width: 100%; display: block; content: ""; height: 10px; background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100% ), repeating-linear-gradient(-60deg, #fff, #fff 8px, #606060 8px, #606060 20px); z-index: 1; } .border-box:after { bottom: 0; } .border-box:before { top: 0; } @media (max-width: 768px) { .border-box { display: block; padding-top: 0; } .border-box:before { display: none; } } /* time-box */ .time-box { margin: 0 40px 0 50px; display: flex; align-items: center; justify-content: center; font-family: "Orbitron", sans-serif; color: #7cff00; font-size: 65px; font-weight: bold; line-height: 1; position: relative; max-width: fit-content; text-align: left; } .time-box .hour { padding-right: 7px; min-width: 62px; text-align: center; } .time-box .min { padding-left: 7px; min-width: 115px; } .time-box .sec { position: absolute; right: -59px; top: 4px; font-size: 34px; min-width: 46px; text-align: left; } @media (max-width: 768px) { .time-box { margin: 0 auto; font-size: 35px; } .time-box .sec { font-size: 17px; right: -30px; min-width: 29px; } .time-box .hour { min-width: 37px; } .time-box .min { min-width: 65px; } } /* title-box */ .title-box { margin: 0 auto; max-width: 550px; } .title-box h2 { margin: 0; padding: 0 80px; color: #fff; text-align: center; font-feature-settings: "clig" off, "liga" off; font-family: "Shantell Sans", cursive; font-size: 28px; font-style: normal; font-weight: 400; line-height: normal; position: relative; text-transform: uppercase; } .title-box h2:before, .title-box h2::after { position: absolute; min-height: 50px; width: 80px; height: 100%; top: 50%; transform: translateY(-50%); display: block; content: ""; background-repeat: no-repeat; background-position: center; background-size: contain; } .title-box h2:before { right: 0; background-image: url(/landings/284756/1701165451/images/arrow-right.png); animation: moveArrowRight 1.3s linear forwards infinite; } .title-box h2:after { left: 0; background-image: url(/landings/284756/1701165451/images/arrow-left.png); animation: moveArrowLeft 1.3s linear forwards infinite; } @media (max-width: 768px) { .title-box h2 { font-size: 16px; padding: 0 71px; } } /* profile-box */ .profile-box { position: relative; padding: 15px 0 0; } .profile-box.profile-final { display: none; padding-bottom: 43px; } .profile-box.profile-final.active, .profile-box.active { display: block; } .profile-box .img-left { position: absolute; display: block; top: 196px; left: calc(50% - 307px); z-index: 10; animation: 1s swivel2 infinite; } .profile-box .img-right { position: absolute; display: block; top: 43px; right: calc(50% - 282px); z-index: 10; animation: 1s swivel infinite; } .profiles { display: none; overflow: hidden; } .profiles.active { display: block; } .profiles .item img { display: block; margin: 0 auto; border: 5px solid #fbff33; } .profiles .item { display: none; } .profiles .item.active { display: block; animation: showGirls 0.3s linear forwards; } .profiles[data-profile="ugly"] .item img { border: 5px solid #f00; } .profiles[data-profile="beautiful"] .item img { border: 5px solid #00d047; } @media (max-width: 768px) { .profile-box { padding: 6px 0 0; } .profiles { max-height: 258px; } .profile-box .img-left { top: 62px; left: 13px; max-width: 113px; } .profile-box .img-right { top: 28px; right: 11px; max-width: 98px; } .profiles .item img { max-width: 212px; } .profiles .item img, .profiles[data-profile="ugly"] .item img, .profiles[data-profile="beautiful"] .item img { border-width: 3px; } .profile-box.profile-final { padding-bottom: 15px; } .profile-box.profile-final .btn-wrap { max-width: 334px; height: 82px; } } /* btn */ .btn-wrap { display: flex; justify-content: space-around; align-items: center; max-width: 532px; height: 129px; background: url(/landings/284756/1701165451/images/border-btn.svg) no-repeat; margin: 6px auto 0; position: relative; padding: 12px 27px; background-size: contain; } .btn-wrap:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ""; animation: 1s bdBtn infinite; } .btn { display: flex; align-items: center; justify-content: center; padding: 8px 2px; height: 66px; text-align: center; text-decoration: none; border: none; color: #fff; font-feature-settings: "clig" off, "liga" off; font-family: "Shantell Sans", cursive; font-size: 18px; font-weight: 700; line-height: normal; width: calc((100% / 3) - 14px); position: relative; z-index: 5; cursor: pointer; line-height: 1; text-transform: uppercase; } .btn.w100 { width: calc(100% - 16px); margin: 0 auto; } .btn-red { background: linear-gradient(180deg, #ff9292 0%, #cf0303 100%); } .btn-blue { background: linear-gradient(180deg, #1f94ff 0%, #004c92 100%); } .btn-green { background: linear-gradient(180deg, #6fe500 0%, #007f2b 100%); } @media (max-width: 920px) { .btn-wrap { max-width: 465px; height: 115px; } .btn { font-size: 15px; height: 59px; } } @media (max-width: 768px) { .btn-wrap { max-width: 365px; height: 89px; padding: 12px 17px; margin-top: 0; } .btn { font-size: 11px; width: calc((100% / 3) - 9px); height: 44px; } .btn.w100 { width: calc(100% - 10px); } } /* girl-list */ .girl-list { display: flex; justify-content: space-between; margin: 0 auto; max-width: 563px; padding-bottom: 13px; } .girl-list .item { position: relative; padding-bottom: 20px; margin: 0 10px; } .girl-list .item img { display: block; } .girl-list .item .name { display: block; position: absolute; top: 8px; width: 100%; left: -35px; } .girl-list .item .name img { display: block; max-width: 100%; height: auto; } .girl-list .item:before { display: block; position: absolute; bottom: 0; left: 0; width: 100%; content: ""; height: 12px; z-index: 2; } .girl-list .item:nth-child(1):before { background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100% ), repeating-linear-gradient(-60deg, #fff, #fff 8px, #00d047 8px, #00d047 20px); } .girl-list .item:nth-child(2):before { background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100% ), repeating-linear-gradient(-60deg, #fff, #fff 8px, #ff0000 8px, #ff0000 20px); } .girl-list .item:nth-child(3):before { background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100% ), repeating-linear-gradient(-60deg, #fff, #fff 8px, #9e00ff 8px, #9e00ff 20px); } @media (max-width: 920px) { .girl-list { max-width: 465px; } } @media (max-width: 768px) { .girl-list .item { max-width: 84px; padding-bottom: 15px; } .girl-list .item img { max-width: 100%; } .girl-list { max-width: 350px; } .girl-list .item::before { height: 8px; } .girl-list .item:nth-child(1):before { background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100% ), repeating-linear-gradient(-60deg, #fff, #fff 5px, #00d047 5px, #00d047 14px); } .girl-list .item:nth-child(2):before { background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100% ), repeating-linear-gradient(-60deg, #fff, #fff 5px, #ff0000 5px, #ff0000 14px); } .girl-list .item:nth-child(3):before { background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100% ), repeating-linear-gradient(-60deg, #fff, #fff 5px, #9e00ff 5px, #9e00ff 14px); } .girl-list .item .name { top: 5px; left: -10px; } .girl-list .item:nth-child(1) .name { max-width: 100px; } .girl-list .item:nth-child(2) .name { max-width: 66px; } .girl-list .item:nth-child(3) .name { max-width: 60px; } } /* info-box */ .info-box { padding: 60px 0 0px; } .info-box .img-block { display: flex; justify-content: center; margin-bottom: 30px; } .info-box .img-block img { display: block; max-width: 100%; height: fit-content; } .info-box .img-block img + img { margin-left: 20px; } .info-box .img-block img:last-child { margin-top: 10px; } .info-box .text { color: #fff; text-align: center; font-feature-settings: "clig" off, "liga" off; text-shadow: 0px 4px 0px #ff0707; font-family: "Irish Grover", sans-serif; font-size: 41px; font-style: normal; font-weight: 400; line-height: 1; margin-bottom: 20px; padding: 0 170px; } .info-box .text p { margin: 0; } @media (max-width: 768px) { .info-box { padding: 0; } .info-box .img-block { display: flex; justify-content: center; margin-bottom: 13px; } .info-box .text { text-shadow: 0px 2px 0px #ff0707; font-size: 22px; padding: 0 60px; margin-bottom: 7px; } .info-box .img-block img:first-child { max-width: 144px; } .info-box .img-block img:last-child { max-width: 170px; } } /* animate */ @keyframes wiggle { 0% { transform: translate(2px, 1px); } 10% { transform: translate(-1px, -2px); } 20% { transform: translate(-3px, 0px); } 30% { transform: translate(0px, 2px); } 40% { transform: translate(1px, -1px); } 50% { transform: translate(-1px, 2px); } 60% { transform: translate(-3px, 1px); } 70% { transform: translate(2px, 1px); } 80% { transform: translate(-1px, -1px); } 90% { transform: translate(1px, -2px); } 100% { transform: translate(2px, 1px); } } @keyframes swivel { 0% { transform: rotate(10deg); } 50% { transform: rotate(-10deg); } 100% { transform: rotate(10deg); } } @keyframes swivel2 { 0% { transform: rotate(-10deg); } 50% { transform: rotate(10deg); } 100% { transform: rotate(-10deg); } } @keyframes bdBtn { 0% { background-color: rgba(0, 0, 0, 0.5); } 50% { background-color: rgba(0, 0, 0, 0); } 100% { background-color: rgba(0, 0, 0, 0.5); } } @keyframes showPics { 0% { opacity: 0; transform: scale(0.9); } 100% { opacity: 1; transform: none; } } @keyframes showGirls { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes moveArrowLeft { 0% { transform: translateX(-70px) translateY(-50%); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateX(0) translateY(-50%); opacity: 0; } } @keyframes moveArrowRight { 0% { transform: translateX(70px) translateY(-50%); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateX(0) translateY(-50%); opacity: 0; } }