﻿@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
:root {
    --main-color: #0B59C6;
    --secondary-color: #F3F4F4;
    --font-main-color: #575757;
}
*:hover {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
body {
    font-family: "Mona Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: var(--font-main-color);
}
#landing-header {
    background-image: url('../img/landing/bg-top.png');
    background-size: cover;
    padding: 45px 0;
    position:relative;
}
    #landing-header::after {
        content: "";
        background-image: url('../img/landing/bk1.png');
        padding: 45px 0;
        height: 100%;
        width: 100%;
        background-size: 60%;
        background-repeat: no-repeat;
        position: absolute;
        background-position: top right;
        top: 0;
        left: 0;
        z-index: 1;
    }
.landing-main-section {
    display:flex;
    justify-content:center;
}
.landing-main-cont {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
    z-index: 99;
}
.landing-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
    .landing-top a.logo {
        margin: initial;
        max-width: initial;
    }
.action-button {
    background: white;
    padding: 10px;
    border: 1px solid white;
    color: var(--main-color);
    border-radius: 10px;
}
.landing-top-tools button.action-button {
    margin-right: 10px;
}
.action-button-sub {
    background: var(--main-color);
    color: white;
}
    .action-button-sub i {
        color: white !important;
        font-weight: initial !important;
        margin-right: 5px;
    }
.left-tools button.action-button {
    margin-left: 10px;
}
.landing-main-cont-half {
    width: 100%;
    max-width: 680px;
    margin: 10% 0 30px;
    color: white;
}
.landing-legend {
    font-size: 2em;
    line-height: initial;
}
a.top-link {
    color: white !important;
}
    a.top-link i {
        color: white !important;
        font-weight: initial !important;
        font-size: 1.5em;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }
.landing-sub-legend {
    background: rgba(11, 89, 198, 0.5);
    padding: 10px;
    margin: 20px 0;
    max-width: 450px;
    line-height: initial;
}
.login {
    opacity: 0;
    position: absolute;
    z-index: 9999;
    top: -999px;
    background: white;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
    .login.login-view-opened {
        opacity: 1;
        top: 0;
        overflow: hidden;
    }
body.login-body.locked {
    overflow: hidden;
}
a#dismiss-login {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 2em;
    opacity: 0.5;
}
a#dismiss-login:hover {
    opacity: 0.8;
}
section.landing-data-section {
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.landing-data-counter {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}
.landing-data-item {
    width: 30%;
    text-align: center;
    font-size: 2.4em;
    font-weight: 700;
    color: white;
    line-height: initial;
}
    .landing-data-item span {
        display: block;
        font-size: 16px;
        font-weight: 400;
        margin-top: -5px;
    }
footer.footer {
    display:none;
}
section.landing-features-section {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
.landing-gray-section {
    background: var(--secondary-color);
}
.landing-bluetxt-section {
    color:var(--main-color);
}
.center-txt {
    text-align: center;
}
.color-txt-default {
    color:var(--font-main-color);
}
.landing-main-cont h2 {
    text-align: center;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}
.no-list {
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
}
.no-list-item {
    background: #f9fafa;
    padding: 5px 15px;
    border-radius: 10px;
    position: relative;
}
    .no-list-item:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        color: #fb7d7d;
        /* font-size: 14px; */
        position: absolute;
        left: -3px;
    }
.landing-main-cont h4 {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
}
.icon-roll-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-top: 30px;
}
.icon-roll-list-item {
    background: var(--secondary-color);
    padding: 20px;
    max-width: 210px;
    font-size: 15px;
    border-radius:10px;
}
    .icon-roll-list-item div {
        margin-top: 20px;
    }
.landing-blue-section {
    background-color: var(--main-color);
    background-image: url('../img/landing/image-bf.png');
    background-size: cover;
}
.acction-banner {
    display: flex;
    gap: 40px;
    max-width: 1130px;
}
    .acction-banner img {
        width: 40%;
        max-width: 380px;
    }
.acction-banner-content {
    color: white;
}
    .acction-banner-content h1 {
        font-size: 2em;
        margin-bottom: 10px;
    }
    .acction-banner-content .plain-txt.plain-txt-sub-title {
        font-size: 1.3em;
        line-height: normal;
        margin-bottom: 20px;
    }
section.landing-two-part {
    background-image: url('../img/landing/image4.png');
    display: flex;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding: 50px 0;
    position: relative;
}
    section.landing-two-part:after {
        content: "";
        background: #ffffff;
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(199, 222, 255, 1) 100%);
        height: 100%;
        position: absolute;
        width: 55%;
        right: 0;
        top: 0;
        z-index: 0;
    }
.odd-container {
    display: flex;
    justify-content: end;
    width: 100%;
    max-width: 1300px;
    position: relative;
    z-index: 99;
}
.half {
    width: 50%;
}
.list-why {
    padding: 30px 0;
    max-width: 520px;
}
.list-why-item {
    color: var(--main-color);
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 25px;
    margin: 10px 0;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    position: relative;
}
    .list-why-item::before {
        content: "";
        background-image: url(../img/landing/vector.svg);
        width: 20px;
        display: block;
        height: 20px;
        position: absolute;
        left: -10px;
        background-size: contain;
        top: 0;
        bottom: 0;
        margin: auto;
    }
section.landing-features-section.landing-foot-section {
    background-image: url('../img/landing/foot-bg.svg');
    background-size: contain;
}
    section.landing-features-section.landing-foot-section h2.landing-bluetxt-section, section.landing-features-section.landing-foot-section .plain-txt {
        text-align: center;
        margin: 30px 0;
    }

.landing-foot-section-tools button.action-button {
    border: 1px solid;
    margin:0 10px;
}
    .landing-foot-section-tools button.action-button i.fab.fa-whatsapp {
        color: var(--main-color);
        font-weight: 500;
    }
section.landing-footer-section {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}
@media (max-width: 600px) {
    body.login-body {
        font-size: 16px;
    }
    .left-tools {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: -20px;
    }
    .landing-top a.logo {
        width: 220px;
        display: block;
        margin-bottom: 10px;
    }
    button.action-button {
        width: 100%;
        font-size: 17px;
        margin-bottom: 20px;
    }
    .landing-top button#login-switch {
        max-width: 100px;
    }
    #landing-header::after {
        background-position: right bottom;
        background-size: 100%;
        opacity: 0.6;
    }
    .landing-data-counter, .landing-top, .icon-roll-list, .landing-main-cont.acction-banner {
        flex-wrap: wrap;
    }
    .landing-data-item {
        width: 100%;
        margin: 20px 0;
    }
    .no-list {
        width: 80%;
        justify-content: center;
    }
    .no-list-item {
        width: 100%;
        text-align: center;
    }
    .icon-roll-list-item {
        width: 100%;
    }
    .acction-banner img {
        width: 60%;
        max-width: 380px;
    }
    .odd-container, .half {
        max-width: 100%;
        width: 100%;
    }
    section.landing-two-part {
        padding-left: 25px;
        padding-right: 15px;
        background-size: contain;
        background-position: top left;
    }
        section.landing-two-part:after {
            width: 100%;
            height: 80%;
            bottom: 0;
            top: initial;
        }
    .odd-container {
        margin-top: 200px;
    }

    .landing-foot-section-tools button.action-button {
        margin-bottom: 20px;
    }
    section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .list-why {
        padding: 30px 0 30px 20px;
    }
}