@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap); @-webkit-keyframes a { 0% { opacity: 0; transform: translate3d(0, 10rem, 0) } to { opacity: 1; transform: translateZ(0) } } @keyframes a { 0% { opacity: 0; transform: translate3d(0, 10rem, 0) } to { opacity: 1; transform: translateZ(0) } } .fadeInUp { -webkit-animation: a .4s; animation: a .4s } @-webkit-keyframes b { 0% { opacity: 0; transform: translate3d(0, -10rem, 0) } to { opacity: 1; transform: translateZ(0) } } @keyframes b { 0% { opacity: 0; transform: translate3d(0, -10rem, 0) } to { opacity: 1; transform: translateZ(0) } } .fadeInDown { -webkit-animation: b .4s; animation: b .4s } body { overflow-x: hidden; font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.4; color: #333 } h1, h2, h3, h4, h5, h6 { text-transform: uppercase } h1 { font-size: 3.5rem } h2 { font-size: 2rem } h3 { font-size: 2.2rem } h4 { font-size: 1.8rem } h5, h6 { font-size: 1.6rem } p { font-size: 1.8rem; text-align: justify; } h1, h2, h6, li, p { text-shadow: 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 0 rgba(0, 0, 0, .4), -1px 0 0 rgba(0, 0, 0, .4), 1px 0 0 rgba(0, 0, 0, .4) } * { margin: 0; padding: 0; box-sizing: border-box } html { font-size: 62.5% } body, html { width: 100%; height: 100% } body { min-width: 320px; min-height: 640px; background: #fff; z-index: 0 } ul { list-style-type: none; margin: 0; padding: 0 } .clearfix:after { content: ""; display: block; clear: both } .btn, .transition { transition: all .25s ease } img { display: block; max-width: 100%; height: auto } .main { position: relative; width: 100%; height: 100%; z-index: 1 } body { background-size: cover; background-position: 50% } .progress { display: block; position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; z-index: 3; width: 90%; max-width: 20rem; height: .5rem; border-radius: 5rem; overflow: hidden; background: transparent; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 1px rgba(0, 0, 0, .1) } .progress .bar { width: 0; height: 100%; border-radius: 5rem; background-image: linear-gradient(90deg, #1ee8cc, #19a3e0) } .videobgbox, .videobgbox:after { width: 100%; height: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0 } .videobgbox:after { content: ""; display: block; background: rgba(0, 0, 0, .4); background-size: 2px 2px; z-index: 0 } .video { height: 100%; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition-duration: 0ms; -o-object-fit: cover; object-fit: cover; } .btnbox { display: flex; justify-content: flex-end } .btn, .btnbox { align-items: center } .btn { width: 90%; height: 6rem; line-height: 1.2; padding: 0 2rem; position: relative; display: inline-block; color: #000; font-size: 1.6rem; text-decoration: none; text-transform: uppercase; text-align: center; letter-spacing: .1rem; border-radius: 5rem; cursor: pointer; margin-bottom: 1rem; display: flex; justify-content: center; border: 0; } .btn--primary { margin-left: 1.25rem; color: #fff; background-color: #1a10e2; background-image: linear-gradient(0deg, #1a10e2, #7dc4ff); box-shadow: 0 2px 6px rgba(0, 0, 0, .4), inset 0 2px 2px hsla(0, 0%, 100%, .2); } .btn--primary:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, .3); } .btn--primary:active { box-shadow: none; } .btn--accent { color: #fff; background-color: #1ee8cc; background-image: linear-gradient(180deg, #1ee8cc, #9aa); box-shadow: 0 2px 6px rgba(0, 0, 0, .4); } .btn--accent:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, .3); } .btn--accent:active { box-shadow: none; } .btn--round { width: 8.6rem; height: 8.6rem; background: #fff; border-radius: 6rem; padding: 0; text-align: center; color: #fff; font-size: 1.4rem } .btn--round.btn--primary { background-image: linear-gradient(0deg, #1a10e2, #7dc4ff); } .btn--round.btn--accent { background-image: linear-gradient(180deg, #1ee8cc, #9aa); } .stepbox { left: 0; top: 0; z-index: 2; padding-top: 80px; } .step, .stepbox { width: 100%; height: 100%; position: relative; } .step { max-width: 40rem; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; padding: 2rem; color: #fff } .step.current { display: block; } .step:first-child .btnbox, .step:last-child .btnbox { justify-content: center } .step:first-child .btnbox .btn--primary, .step:last-child .btnbox .btn--primary { /* margin: 0 */ } .step__inner { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center } .step__header { margin-bottom: 1rem } .step__body, .step__footer { margin-bottom: 2rem } .bg { position: fixed !important } .bg, .bg:after { width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; z-index: 0 } .bg:after { content: ""; display: block; position: fixed; background-size: 2px 2px } .bg__item { display: none; background-size: cover; background-repeat: no-repeat; background-position: 50%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0 } .bg__item.active { display: block } .field-box { position: relative; margin-top: 12px; min-height: 60px; } .input-text { display: block; width: 100%; max-width: 320px; padding: 10px 15px; border: none; border-radius: 5px; box-sizing: border-box; } .input-text:focus { outline: 0; } label.error { position: absolute; left: 0; top: 40px; color: #fd4444; font-size: 12px; } @media (min-width: 576px) { html { font-size: 75% } .btn--primary { margin-left: 2rem; } } @media (min-width:768px) { html { font-size: 87.5% } } @media (min-width:992px) { .btnbox .btn { max-width: 26rem } .btnbox .btn--round { width: 7rem; height: 7rem } .step { max-width: 60rem; padding-left: 10rem } } .top-content { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px 20px 0; max-width: 1000px; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; } /* location */ .location-count { position: relative; } .location-count .row { display: flex; align-items: center; background-color: #fff; border-radius: 20px; border: 2px solid #3aab9f; justify-content: center; height: 32px; padding: 0 10px; } .location-count .row-1 { margin-bottom: 10px; } .location-count .row p { font-size: 14px; font-weight: 700; color: #3d3d3d; line-height: 1; text-shadow: none; } .location-count .row .count { font-size: 14px; font-weight: 700; color: #3aab9f; margin-right: 5px; } .location-count img { display: block; margin-right: 5px; } /* timer */ .timer { position: relative; background: url(/landings/282134/1692795231/images/icon-timer.png) #fff no-repeat left 15px center; border-radius: 35px; padding: 8px 24px 6px; display: flex; align-items: center; flex-shrink: 0; font-size: 14px; font-weight: 700; z-index: 2; border: 2px solid #3aab9f; color: #3d3d3d; line-height: 1; padding-left: 40px; width: 132px; } @media (max-width: 480px) { .timer { font-size: 14px; background-size: 16px; background-position: left 10px center; padding-left: 32px; width: 110px; } }