﻿@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;

}
.bg{
    background-image: url(../img/bg.jpg);  
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.bg-red{
    background-image: url(../img/bg-red.jpg);  
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.contaniner {
    max-width: 1200px;
    margin: 0 auto;
}
.section {
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
img {
    max-width: 100%;
}
.no-jump {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
}
.online-logo-outer {
    max-width: 400px;
    margin: 0 auto 10px auto;
}
.online-logo-outer a {
    width: 100%;
    position: relative;
    padding-bottom: 8.8%;
    display: block;
    text-decoration: none;
    outline: none;
    cursor: pointer
}
.calander-logo {
    max-width: 200px;
    margin: 0 auto 20px auto;
    padding: 5px;
    //background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.calander-logo a {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    display: block
}
.calander-logo a img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.main-title {
    margin: 0 0 0 0;
    font-size: 60px;
    line-height: 75px;
    color: #fff;
    font-weight: 800;
    text-align: center
}
.main-title-plus {
    margin: 0 0 0 0;
    font-size: 35px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    text-align: center
}
.price {
    color: #ffff01;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
    position: relative
}
.price::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
    width: 30%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}
.price::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    width: 30%;
}
.price span {
    padding: 5px;
    /*	background-color: #080a5a;*/
    display: inline-block;
    position: relative;
    z-index: 10;
    max-width: 250px;
}
.buy-btn-outer {
    text-align: center;
    width: 100%;
    margin: 20PX 0
}
.buy-btn {
    display: inline-block;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffff01;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    max-width: 350px;
    width: 100%;
    font-size: 18PX;
}
.buy-btn:hover {
    background-color: #ec1c24;
    color: #fff
}
.footer-outer {
    /*    position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    /*    background-color: rgba(0, 0, 0, 0.2)*/
}
footer p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
}
.features {
    width: 100%;
    margin: 10px auto;
    max-width: 800px;
}
ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px 0 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: normal;
}
li::after {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    z-index: 1;
    background-color: #ffff01;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.sponsor-logos-block{
    width: 100%;
    text-align: center;
    margin: 25px 0;

}
.joy-alukkas-logo{
    max-width:320px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.joy-alukkas-logo-inner{
    position: relative;
    width: 100%;
    padding-bottom: 27.272727272727273% ;
    -webkit-animation:  placeHolderShimmer 2s linear infinite forwards;
    animation:  placeHolderShimmer 2s linear infinite forwards;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: 200px 60px;
}


.monger-logo{
    max-width: 120px;
    width: 100%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle
}
.monger-logo-inner{
    width: 100%;
    position: relative;
    padding-bottom: 126.98412698412699% ;
}
.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}
a{
    text-decoration: none;
    cursor: pointer;
    display: block;
    outline: none
}
.download-app-block{
    width: 100%;
    margin: 50px 0 50px 0;
    text-align: center;
}
.app-button-block{
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 5px;
}
.app-button-block-inner{
    width: 100%;
    position: relative;

    padding-bottom: 30% 
}
.description{
    max-width: 500px;
    margin: 20px auto;    
}
.description p{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.free footer{
    padding: 20px 0;
    text-align: center
}
.free footer p{
    text-align: center
}
.graphics-block{
    max-width: 800px;
    margin: 20px auto 0 auto;
    padding: 0 20px;
}
.border-graphics{
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    height: 5px;
}
.graphics-block-inner{
    width: 100%;
    position: relative;
    padding-bottom: 41% 
}
.free{
    padding: 25px 15px 0 15px;
}
.or-block{
    margin: 50px 0;
}
.or-text{
    font-size:45px;
    font-weight: 600;
    color: yellow;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
.download{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -200px 0
    }
    100% {
        background-position: 200px 0
    }
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -200px 0
    }
    100% {
        background-position: 200px 0
    }
}
@media screen and (max-height:480px) {
    .features {
        display: none
    }
    .calander-logo {
        max-width: 80px !important;
    }
}
@media screen and (max-height:650px) {

    .calander-logo {
        max-width: 120px !important;
    }
}
@media only screen and (max-width: 1000px) {
    .download-app-block, .sponsor-logos-block{
        margin: 20px 0 20px 0;
    }
    .joy-alukkas-logo{
        margin-bottom: 20px;
    }

    body, .bg, .bg-red {
        background-position: top right;
    }
    .main-title, .main-title-plus  {
        font-size: 25px;
        line-height: 35px;
    }
    footer p {
        padding: 0
    }
    .features {
        margin-top: 0
    }
    .price {
        font-size: 25px;
        line-height: normal
    }
    .buy-btn-outer {
        margin-top: 0;
        margin-bottom: 10px
    }
    .calander-logo {
        max-width: 120px;
    }
    .online-logo-outer {
        max-width: 280px;
    }
    li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 500px) {
    ul {
        text-align: left
    }
    footer p{
        text-align: left
    }
}
@media only screen and (max-width: 360px) {
    /*
                .manorama{
                display: block;
        }
    */
    .main-title, .main-title-plus  {
        font-size: 22px;
        line-height: 35px;
    }
}
