﻿@import url(../fonts/fonts.css);

body {
    background-color: #F6F9FA;
    margin: 0;
}

* {
    outline: none !important;
}

.btn {
    border-radius: 2rem;
    font-family: "TBC Akwe GEO";
    font-size: 14px;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

.btn-lg {
    font-size: 1rem;
    line-height: 1.5;
    min-width: 250px;
    padding: .7rem 1rem;
}

.btn-primary {
    background-color: #00AEEF;
    border: none;
}

.navbar {
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
}

.fixed-top.scrolled .navbar {
    border: none;
}

.bg-transparent {
    background-color: transparent !important;
}

.top-bg-info-container {
    bottom: 25%;
    position: absolute;
    right: 20px;
    width: 50%;
}

.bg-clients .top-bg-info-container {
    left: 0;
    right: initial;
    width: 70%;
}

.bg-business .top-bg-info-container {
    left: 20px;
    right: initial;
    width: 70%;
}

.px-10 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.top-bg-info-container h2 {
    color: #FFFFFF;
    font-family: "TBC Akwe GEO";
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0px 0 10px rgba(37, 40, 82, 0.5);
    width: 100%;
}

.top-bg-info-container h4 {
    color: #FFFFFF;
    font-family: "TBC Akwe GEO";
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-shadow: 0px 0 10px rgba(37, 40, 82, 0.5);
    width: 100%;
}

.full-size-white {
    padding-top: 70px;
}

    .full-size-white h3 {
        color: #252852;
        font-family: "TBC Akwe GEO";
        font-size: 26px;
        font-weight: bold;
        line-height: 31px;
        margin-bottom: 70px;
    }

    .full-size-white h4 {
        color: #252852;
        font-family: "TBC Akwe GEO";
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        margin: 24px 0;
    }

    .full-size-white p {
        color: #252852;
        font-family: "TBC Din Nusxuri";
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 50px;
    }

    .full-size-white .btn {
        margin-bottom: 70px;
    }

.full-size-blue {
    background: linear-gradient(180deg, #00ACF1 0%, #4196EB 100%);
    padding: 50px 0;
}

    .full-size-blue h2 {
        color: #FFFFFF;
        font-family: "TBC Akwe GEO";
        font-size: 26px;
        font-weight: bold;
        line-height: 31px;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .full-size-blue p {
        color: #FFFFFF;
        font-family: "TBC Din Nusxuri";
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 50px;
    }

    .full-size-blue img {
        height: auto;
        width: 100%;
    }

    .full-size-blue btn {
        margin-bottom: 50px;
    }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    font-family: "TBC Akwe GEO";
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
        font-family: "TBC Akwe GEO";
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
    }

.nav-item {
    position: relative;
    width: fit-content;
}

/*.navbar-light .navbar-nav .active:before {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    bottom: 4px;
    left: 0px;
    position: absolute;
}*/

.nav-link:after {
    background-color: #fff;
    border-radius: 10px;
    bottom: 4px;
    content: '';
    height: 4px;
    left: 8px;
    position: absolute;
    transition-duration: 0.3s;
    transition-property: width;
    transition-timing-function: ease-out;
    width: 0;
    z-index: -1;
}

.nav-link:hover:after {
    left: 8px;
    right: auto;
    width: calc(100% - 16px);
}

.nav-item.active .nav-link:before {
    background-color: #fff;
    border-radius: 10px;
    bottom: 4px;
    content: '';
    height: 4px;
    left: 8px;
    position: absolute;
    transition-duration: 0.3s;
    transition-property: width;
    transition-timing-function: ease-out;
    width: calc(100% - 16px);
    z-index: -1;
}

.scrolled .nav-item.active .nav-link:before, .scrolled .nav-link:after {
    background-color: #1B50C6;
}

.fixed-top {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
    background-color: transparent;
    transition: all 0.3s;
}

    .fixed-top.scrolled {
        background: #fff;
        background-color: #fff;
        box-shadow: 4px 4px 20px 0 rgba(37, 82, 117, 0.1);
    }

.nav-link {
    transition: all 0.3s;
}

.fixed-top.scrolled .navbar-light .navbar-nav .nav-link, .fixed-top.scrolled .navbar-light .navbar-nav .nav-link:focus, .fixed-top.scrolled .navbar-light .navbar-nav .nav-link:hover {
    color: #1B50C6;
}

    .fixed-top.scrolled .navbar-light .navbar-nav .active > .nav-link, .fixed-top.scrolled .navbar-light .navbar-nav .nav-link.active, .fixed-top.scrolled .navbar-light .navbar-nav .nav-link.show, .fixed-top.scrolled .navbar-light .navbar-nav .show > .nav-link {
        color: #1B50C6;
    }

.fixed-top.scrolled .btn {
    border-color: #1B50C6;
    color: #1B50C6;
}

.brand-scrolled {
    display: none;
}

.fixed-top.scrolled .brand-scrolled {
    display: block;
}

.fixed-top.scrolled .brand-normal {
    display: none;
}

.navbar-light .navbar-toggler {
    border: none;
    color: rgb(255, 255, 255);
}

.bg-full-size {
    background-image: url('/images/mainpage_1920x980.png');
    background-position: center;
    background-size: cover;
    height: 720px;
    transition: background-position 0.3s;
    width: 100%;
}

    .bg-full-size.bg-clients {
        background-image: url('/images/customers page_1920x980.png');
    }

    .bg-full-size.bg-business {
        background-image: url('/images/business page_1920x980.png');
    }

    .bg-full-size .container {
        height: 100%;
        position: relative;
        width: 100%;
    }

        .bg-full-size .container > img {
            left: 6%;
            mix-blend-mode: overlay;
            position: absolute;
            top: calc(50% + 40px);
            transform: translateY(-50%);
        }

            .bg-full-size .container > img.chatImage {
                mix-blend-mode: initial;
            }

    .bg-full-size.bg-clients .container > img {
        left: initial;
        right: 6%;
    }

.merchant-slide-item {
    background-color: #FFFFFF;
    border: 1px solid rgba(221, 223, 226, 0);
    border-radius: 11px;
    box-shadow: 0px 4px 10px 0 rgba(37, 82, 117, 0.1);
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

    .merchant-slide-item hr {
        border-top: 1px solid rgba(53, 154, 236, 0.2);
        display: block;
        margin: 0 auto;
        width: 70%;
    }

    .merchant-slide-item img {
        align-self: center;
        height: 40px;
        margin: 20px 0;
        object-fit: contain;
        width: auto;
    }

    .merchant-slide-item h4 {
        color: #252852;
        font-family: "TBC Akwe GEO";
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .merchant-slide-item p {
        color: #252852;
        font-family: "TBC Din Nusxuri";
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px;
    }

.slick-slide {
    padding: 25px 10px;
}

.slick-dots li {
    margin: 0;
}

    .slick-dots li button:before {
        font-size: 13px;
    }

    .slick-dots li.slick-active button:before {
        color: #00AEEF;
        opacity: 1;
    }

.slick-prev:before, .slick-next:before {
    color: #aeb7bb;
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.5;
}

.slick-next:before {
    content: url(../images/arrow.svg);
}

.slick-next {
    right: -35px;
}

.slick-prev:before {
    content: url(../images/arrow.svg);
    transform: translateY(-50%), rotate(180deg);
}

.slick-prev {
    left: -35px;
    transform: rotate(180deg);
}

#play-pause {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 80px;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

    #play-pause.playing {
        font-size: 35px;
        left: initial;
        right: 10px;
        top: 0;
        transform: none;
    }

footer {
    margin-bottom: 40px;
}

    footer h4 {
        color: #1B50C6;
        font-family: "TBC Akwe GEO";
        font-size: 14px;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 16px;
        text-align: center;
    }

.social-btn {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(207, 216, 220, 0.3);
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    margin: 0 6px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
}

.btn-yt {
    color: #f00;
}

.btn-ig {
    color: #6b54c6;
}

.btn-fb {
    color: #475993;
}

.social-container {
    margin: 0 -8px;
}

.circle-enumerator {
    background-image: url(../images/circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: #252852;
    display: block;
    font-family: "TBC Akwe GEO";
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 24px;
    margin: auto;
    margin-top: 20px;
    padding-top: 11px;
    text-align: center;
    width: 45px;
}

.text-small {
    font-size: 14px !important;
    line-height: 21px !important;
}

.add-arrow {
    position: relative;
}

    .add-arrow:before {
        content: url(../images/arrow-colored.svg);
        position: absolute;
        right: -10px;
        top: 50px;
    }

.add-arrow1:before {
    content: url(../images/arrow-colored.svg);
    position: absolute;
    right: -10px;
    top: 30px;
}

.register-input-container {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

    .register-input-container div {
        max-width: 600px;
        position: relative;
        width: 100%;
    }

    .register-input-container input {
        background-color: #FFFFFF;
        border: none;
        border-radius: 32px;
        font-family: "TBC Akwe GEO";
        padding: 20px;
        width: 100%;
    }

::placeholder {
    color: #CFD8DC !important;
    opacity: 1;
}

.register-input-container button {
    box-shadow: 0 2px 4px 0 rgba(37, 40, 82, 0.2);
    letter-spacing: 1px;
    padding: 15px 25px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-container {
    padding-left: 80px;
}

.faq-container {
    position: relative;
}

    .faq-container:before {
        content: url(../images/icon-question.svg);
        left: 20px;
        position: absolute;
        top: 25px;
    }

    .faq-container h4 {
        color: #00AEEF;
        font-family: "TBC Akwe GEO";
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }

    .faq-container p {
        color: #252852;
        font-family: "TBC Din Nusxuri";
        font-size: 14px;
        line-height: 21px;
    }

.tariffs-container {
    padding-left: 80px;
}

.tariffs-container {
    position: relative;
}

    /*.tariffs-container:before {
        content: url(../images/icon-question.svg);
        position: absolute;
        left: 20px;
        top: 25px;
    }*/

    .tariffs-container h4 {
        color: #00AEEF;
        font-family: "TBC Akwe GEO";
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }

    .tariffs-container p {
        color: #252852;
        font-family: "TBC Din Nusxuri";
        font-size: 14px;
        line-height: 21px;
    }

.badge-container h3 {
    margin-bottom: 20px;
}

.badge-container p {
    color: #252852;
    font-family: "TBC Din Nusxuri";
    font-size: 16px;
    line-height: 21px;
}

.badge-container img {
    filter: drop-shadow(0 2px 4px rgba(37, 40, 82, 0.2));
}

footer p {
    color: #252852;
    font-family: "TBC Akwe GEO";
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    opacity: 0.5;
    text-align: center;
}

.section_bg_image {
    align-items: center;
    background-image: url(../images/image-devices.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 550px;
    padding-top: 0 !important;
    width: 100%;
}

    .section_bg_image h3 {
        margin-bottom: 40px;
    }

    .section_bg_image h4 {
        color: #00AEEF;
        font-family: "TBC Akwe GEO";
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
    }

.info-pill {
    align-items: center;
    background-color: #1F2245;
    border-radius: 60px;
    box-shadow: 2px 14px 20px 0 rgba(37, 40, 82, 0.2);
    display: flex;
    margin: 20px 0;
    padding: 20px 60px;
}

    .info-pill img {
        height: 60px;
        width: 60px;
    }

.text-medium {
    font-size: 16px !important;
    line-height: 21px !important;
}

.info-pill span {
    color: #FFFFFF;
    font-family: "TBC Akwe GEO";
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 35px;
}

@supports (mix-blend-mode: overlay) {
    .bg-full-size .container > img {
        mix-blend-mode: overlay;
    }
}

@supports not (mix-blend-mode: overlay) {
    .bg-full-size .container > img {
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }

    .px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    footer p {
        margin-top: 50px;
    }

    .social-container {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .top-bg-info-container {
        bottom: 0;
        padding: 25px;
        padding-left: 50px;
        width: 100%;
    }

    .bg-full-size .container > img {
        left: 0;
        max-height: 500px;
        padding: 30px;
        top: 45%;
        width: 100%;
    }

    .top-bg-info-container h2 {
        font-size: 27px;
    }

    .top-bg-info-container h4 {
        font-size: 16px;
    }

    .bg-full-size {
        background-position: 35%;
    }

        .bg-full-size.bg-clients .container > img {
            right: 0;
        }

        .bg-full-size.bg-clients {
            background-position: 80%;
        }

    .register-input-container button {
        right: 50%;
        top: 165%;
        transform: translate(50%, -50%);
    }

    .register-input-container {
        margin-bottom: 85px;
    }

    .info-pill {
        padding: 20px 35px;
    }

        .info-pill span {
            font-size: 14px;
            line-height: 16px;
            padding-left: 15px;
        }

        .info-pill img {
            height: 40px;
            width: 40px;
        }
}

@media screen and (max-width: 991px) {
    .info-pill-container {
        margin-top: 30px;
    }

    .fixed-top .navbar {
        border: none;
    }

    .fixed-top .navbar-light .navbar-nav .active:before {
        background-color: #1B50C6;
    }

    .fixed-top {
        background: #fff;
        background-color: #fff;
        box-shadow: 4px 4px 20px 0 rgba(37, 82, 117, 0.1);
    }

    .navbar-nav {
        align-items: center;
    }

    .fixed-top .navbar-light .navbar-nav .nav-link, .fixed-top .navbar-light .navbar-nav .nav-link:focus, .fixed-top .navbar-light .navbar-nav .nav-link:hover {
        color: #1B50C6;
        padding: 20px 0;
    }

        .fixed-top .navbar-light .navbar-nav .active > .nav-link, .fixed-top .navbar-light .navbar-nav .nav-link.active, .fixed-top .navbar-light .navbar-nav .nav-link.show, .fixed-top .navbar-light .navbar-nav .show > .nav-link {
            color: #1B50C6;
        }

    .fixed-top .btn {
        border-color: #1B50C6;
        color: #1B50C6;
    }

    .fixed-top .brand-scrolled {
        display: block;
    }

    .fixed-top .brand-normal {
        display: none;
    }

    .nav-item.active .nav-link:before, .nav-link:after {
        display: none;
    }

    .nav-item.active .nav-link:before {
        display: none;
        width: 100%;
    }

    .nav-link:hover:after {
        left: 0px;
        width: 100%;
    }

    .btn-nav-login {
        display: block;
        margin: auto;
        margin-bottom: 20px !important;
    }

    .full-size-white h3 {
        margin-bottom: 20px;
    }

    .slick-dots {
        display: none !important;
    }

    .merchant-slider {
        margin: 0 -33px;
    }

    .add-arrow {
        margin-bottom: 20px;
    }

        .add-arrow:before {
            bottom: -8px;
            right: calc(50% - 8px);
            top: initial;
            transform: rotate(90deg);
        }

    .section_bg_image {
        align-items: center;
        background: #fff;
        background-image: none;
        display: flex;
        height: 450px;
        padding-top: 0 !important;
        width: 100%;
    }

    .bg-business .top-bg-info-container {
        left: 20px;
        right: initial;
        top: 50%;
        width: 100%;
    }

    .bg-full-size.bg-business {
        height: 520px;
    }
}

.bg-contact {
    background: radial-gradient(circle, #00AEEF 0%, #0021BF 100%);
    background-size: 120%;
}

    .bg-contact .top-bg-info-container {
        bottom: 39%;
        left: 0;
        position: absolute;
        width: 50%;
    }

    .bg-contact .container > img {
        left: initial;
        mix-blend-mode: overlay;
        position: absolute;
        right: 6%;
        top: calc(35% + 40px);
        transform: translateY(-50%);
        width: 300px;
    }

.card-container {
    background-color: #FFFFFF;
    border: 1px solid rgba(221, 223, 226, 0);
    border-radius: 9px;
    box-shadow: 4px 4px 20px 0 rgba(37, 82, 117, 0.1);
}

.contact-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    top: -135px;
}

    .contact-card img {
        position: relative;
        top: -45px;
    }

    .contact-card h4 {
        color: #00AEEF;
        margin: 0;
        position: relative;
        top: -15px;
    }

    .contact-card p {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .contact-card .btn {
        margin-bottom: 40px;
    }

.bg-developers {
    background-image: url('/images/developers page_1920x980.png');
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: cover;
}

.developers-plugin h2 {
    color: #252852;
    font-family: "TBC Akwe GEO";
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
}

.developers-plugin p {
    color: #252852;
    font-family: "TBC Din Nusxuri";
    font-size: 14px;
    line-height: 21px;
}

.ecomm-plugin-logo {
    border-radius: 15px;
    padding: 10px 0;
    width: 150px;
}

.plugin-side-img {
    margin-top: -120px;
}

.bg-code {
    background-image: url(../images/bg-code.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg-code img {
        display: block;
        margin: auto;
        width: 90px;
    }

@media (max-width: 1199px) {
    .contact-card .btn {
        min-width: 180px;
    }
}

@media (max-width: 991px) {
    .contact-card .btn {
        min-width: 180px;
    }

    .contact-card-wrapper {
        margin-bottom: 75px;
    }

    .bg-contact .container > img {
        opacity: 0.5;
        width: 350px;
    }

    .bg-developers {
        background-position: 65% center;
    }

        .bg-developers .top-bg-info-container {
            bottom: 20%;
            left: 15px;
        }
}

.radio {
    cursor: pointer;
    margin: 0.2rem;
}

    .radio input[type="radio"] {
        opacity: 0;
        position: absolute;
    }

        .radio input[type="radio"] + .radio-label:before {
            -webkit-transition: all 100ms ease;
            background-color: #FFFFFF;
            border: 1px solid #252852;
            border-radius: 100%;
            content: '';
            cursor: pointer;
            display: inline-block;
            height: 1.05em;
            margin-right: 2.0em;
            margin-top: 5px;
            text-align: center;
            top: -0.2em;
            transition: all 100ms ease;
            vertical-align: top;
            width: 1.05em;
        }

        .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #252852;
            box-shadow: inset 0 0 0 3px #fff;
        }

        .radio input[type="radio"]:focus + .radio-label:before {
            border-color: #252852;
            outline: none;
        }

        .radio input[type="radio"]:disabled + .radio-label:before {
            background: #fff;
            border-color: #252852;
            box-shadow: inset 0 0 0 2px #fff;
        }

        .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0;
        }

.radio-label {
    color: #252852;
    font-family: "TBC Din Nusxuri";
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 0;
}

.container.demoPay {
    align-items: center;
    border: 1px solid #D4D4DD;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    min-height: 70px;
}

.for-business h3 {
    color: #00AEEF;
    font-family: "TBC Akwe GEO";
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 40px;
    width: 50%
}

.for-business h4 {
    color: #252852;
    font-family: "TBC Din Nusxuri";
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    width: 50%;
}

.dev-by-lemondo-landing {
    height: 40px;
    width: 100px;
}

@media (max-width: 991px) {
    .for-business {
        height: 100%;
        padding-top: 40px !important;
    }

        .for-business h3 {
            width: 100%;
        }

        .for-business h4 {
            width: 100%;
        }
}

.circle-enumerator-small {
    background-image: url(../images/circle-small-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: #252852;
    display: block;
    font-family: "TBC Akwe GEO";
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 24px;
    margin: auto;
    margin-top: 20px;
    padding-top: 11px;
    text-align: center;
    width: 45px;
}

.register-qr .col-10 {
    padding-top: 5px;
}

.header-qr h3 {
    margin-bottom: 70px;
}

.img-store-links {
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

img.img-playstore {
    width: 135px;
}

img.img-appstore {
    margin-right: 17px;
}

@media (max-width: 1199px) {
    .img-store-links {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .img-store-links {
        justify-content: center;
        margin-left: 0px;
    }
}

@media (max-width: 349px) {
    img.img-playstore {
        width: 115px;
    }

    img.img-appstore {
        width: 115px;
    }
}

.table-prices {
    width: 550px;
}

.td-center {
    text-align: center;
}

.section-prices {
    background-color: #FFF;
    margin-bottom: 50px;
    padding-bottom: 100px;
}