@import "fonts"; @import "libs"; @import "vars"; @import "../css/odometer-theme-minimal.css"; *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; &:before, &:after{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } } *::-webkit-input-placeholder{ color: #666; opacity: 1; } *:-moz-placeholder{ color: #666; opacity: 1; } *::-moz-placeholder{ color: #666; opacity: 1; } *:-ms-input-placeholder{ color: #666; opacity: 1; } body input:focus:required:invalid, body textarea:focus:required:invalid{ color: #666; } body input:required:valid, body textarea:required:valid{ color: #666; } html, body{ height: 100%; } body{ font-size: 16px; min-width: 320px; position: relative; line-height: 1.65; font-family: $agopus; overflow-x: hidden; } .img-responsive{ display: block; max-width: 100%; height: auto; } img{ max-width: 100%; height: auto; } .text-center{ text-align: center; } ::selection{ color: #fff; } img{ max-width: 100%; height: auto; } main{ width: 100%; min-height: 100vh; background-color: #006df0; background-image: linear-gradient(154deg, #006df0, #003bdd); } #statistic{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; @media only screen and (min-width : 320px){ padding-top: 40px; padding-bottom: 30px; } @media only screen and (min-width : 480px){ padding-top: 60px; padding-bottom: 40px; } @media only screen and (min-width : 1200px){ padding-top: 80px; padding-bottom: 125px; } @media only screen and (min-width : 1680px){ padding-top: 120px; padding-bottom: 225px; } } .logo{ max-width: 150px; margin-bottom: 40px; @media only screen and (min-width : 1200px){ max-width: 200px; margin-bottom: 60px; } @media only screen and (min-width : 1680px){ max-width: 240px; margin-bottom: 90px; } } .content{ text-align: center; margin-bottom: 30px; h1{ font-size: 26px; margin-bottom: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 1px; text-align: center; color: $main; font-family: $agopus; } .info{ opacity: 0.7; font-family: $avenir; font-family: $agopus; font-family: $oxygen; font-family: $avenir-medium; font-size: 20px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.6px; text-align: center; color: $main; } @media only screen and (min-width : 480px){ h1{ font-size: 36px; margin-bottom: 20px; } .info{ font-size: 26px; } } @media only screen and (min-width : 767px){ h1{ font-size: 48px; margin-bottom: 20px; } .info{ font-size: 26px; } } @media only screen and (min-width : 1200px){ h1{ font-size: 72px; margin-bottom: 25px; } .info{ font-size: 30px; } } @media only screen and (min-width : 1680px){ margin-bottom: 120px; h1{ font-size: 92px; margin-bottom: 30px; } .info{ font-size: 40px; } } } .counter{ border-radius: 10px; background-color: #0052fb; min-width: 70%; padding: 10px; transform: skewX(-20deg); text-align: center; @media only screen and (min-width : 1200px){ padding: 50px; border-radius: 20px; } @media only screen and (min-width : 1680px){ padding: 90px; border-radius: 40px; } } @keyframes numbers { from{ opacity: 0; top: -50px; } to{ opacity: 1; top: 0px; } } .number{ font-family: $agopusc; font-size: 16px; font-weight: bold; font-style: none; font-stretch: normal; line-height: 1; letter-spacing: normal; text-align: center; letter-spacing: 10px; color: $main; transform: skewX(20deg); position: relative; span{ position: relative; display: inline-block; } &.animation{ span{ animation-delay:15s; animation: numbers 1s ease-in-out forwards; } } @media only screen and (min-width : 767px){ font-size: 60px; letter-spacing: 15px; } @media only screen and (min-width : 1200px){ font-size: 80px; letter-spacing: 25px; } @media only screen and (min-width : 1300px){ font-size: 100px; letter-spacing: 25px; } @media only screen and (min-width : 1681px){ font-size: 110px; letter-spacing: 40px; } @media only screen and (min-width : 1920px){ font-size: 140px; letter-spacing: 40px; } } main { position: relative; #statistic{ position: relative; z-index: 2; } #videoBg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.2; z-index: 1; } @media only screen and (max-width : 1200px){ #videoBg{ display: none; } } }