Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *, html {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- html, body {
- font-family: sans-serif;
- background-color: #000000;
- }
- .header {
- position: relative;
- display: inline-block;
- height: 80px;
- width: 100%;
- background-color: #000000;
- }
- .header img {
- position: absolute;
- max-height: 90%;
- max-width: 100%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .hero-image {
- position: relative;
- height: 100vh;
- width: 100%;
- background-color: #000000;
- overflow: hidden;
- }
- .hero-image img {
- position: absolute;
- min-height: 100vh;
- min-width: 100%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .primo-logo {
- position: absolute;
- top: 50vh;
- left: 50vw;
- max-height: 35vh;
- max-width: 50vw;
- transform: translate(-50%, -50%);
- background-color: transparent;
- }
- .primo-logo img {
- position: relative;
- width: 100%;
- height: 100%;
- }
- .primo-title-text {
- position: absolute;
- top: 70vh;
- left: 50vw;
- max-width: 600px;
- text-align: center;
- transform: translateX(-50%);
- background-color: transparent;
- }
- .primo-title-text h1 {
- font-family: sans-serif;
- font-weight: normal;
- font-size: 30px;
- color: #ffffff;
- }
- .primo-title-arrow {
- position: absolute;
- display: inline-block;
- top: 80vh;
- left: 50vw;
- transform: translateX(-50%);
- width: 50px;
- height: 50px;
- border-radius: 100%;
- background-color: #f3bc15;
- }
- .primo-title-arrow img {
- position: absolute;
- display: inline-block;
- max-width: 60%;
- max-height: 80%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .section {
- position: relative;
- display: inline-block;
- padding: 50px 0px;
- width: 100%;
- text-align: center;
- background-color: #000000;
- }
- .section .text {
- position: relative;
- display: inline-block;
- width: 400px;
- }
- .section .text h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: left;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 19px;
- margin-bottom: 30px;
- color: #f3bc15;
- }
- .section .text h2 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: left;
- font-family: sans-serif;
- font-weight: 100;
- font-size: 15px;
- line-height: 18px;
- margin-bottom: 15px;
- color: #f3bc15;
- }
- .section.s1 .image {
- position: relative;
- display: inline-block;
- width: 300px;
- top: 50%;
- left: 0;
- transform: translateY(-50%);
- }
- .section.s1 .image img {
- max-width: 100%;
- max-height: 100%;
- }
- .section.s2 {
- background-color: #f3bc15;
- text-align: center;
- }
- .section .smaller-cont {
- position: relative;
- display: inline-block;
- width: 500px;
- }
- .section .section-bgimage {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .section .section-bgimage img {
- position: absolute;
- max-width: 750px;
- max-height: 100%;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .section .title h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- font-weight: 100;
- font-family: sans-serif;
- font-size: 30px;
- color: #ffffff;
- }
- .section .points-ball {
- position: relative;
- display: inline-block;
- margin: 30px 0px;
- width: 150px;
- height: 150px;
- border-radius: 100%;
- text-align: center;
- background-color: #ffffff;
- }
- .section .points-ball h1 {
- position: absolute;
- display: inline-block;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- font-size: 93px;
- color: #f3bc15;
- }
- .section.s2 .text {
- width: 100%;
- }
- .section.s2 .text h2 {
- position: relative;
- display: inline-block;
- width: 100%;
- text-align: center;
- font-family: sans-serif;
- font-weight: 100;
- font-size: 25px;
- line-height: 28px;
- margin-bottom: 15px;
- color: #ffffff;
- }
- .section.s3 {
- display: flex;
- background-color: #ffffff;
- padding: 0;
- }
- .section.s3 .image-left {
- position: relative;
- display: inline-block;
- width: 25%;
- max-width: 350px;
- float: left;
- overflow:hidden;
- align-items: stretch;
- flex: 1
- }
- .section.s3 .image-left img {
- position: absolute;
- max-width: 100%;
- top: 50%;
- left: 0;
- transform: translateY(-50%);
- }
- .section.s3 .text {
- padding: 50px 0;
- width: 35%;
- float: left;
- }
- .section.s3 .text h2 {
- font-size: 14px;
- color: #000000;
- }
- .section.s3 .image-right {
- position: relative;
- display: inline-block;
- width: 40%;
- float: left;
- overflow:hidden;
- align-items: stretch;
- flex: 1
- }
- .section.s3 .image-right img {
- position: absolute;
- max-width: 100%;
- max-height: 130%;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- }
Advertisement
Add Comment
Please, Sign In to add comment