@charset "UTF-8";
:root {
    --bs-font-sans-serif: Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::selection {
    background-color: #f90;
    color: #000;
}

html {
    height: 100%;
    background-color: #ebebeb;
}

.navbar {
    background-color: rgba(235, 235, 235, .9) !important;
    padding: 8px 0;
}

.navbar .container {
    position: relative;
}

.navbar .navbar-brand {
    padding: 0;
    cursor: pointer;
}

.navbar .navbar-brand img {
    width: auto;
    height: 30px;
}

.navbar-light .navbar-nav .nav-item {
    margin: 0 .5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
    font-weight: 700;
    border-radius: 4px;
    transition: all ease .25s;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    background-color: #222;
    color: #fff;
}

.dropdown.language .btn:focus {
    box-shadow: none;
}

.dropdown.language img {
    width: 24px;
    height: 18px;
    margin-right: 4px;
}

.dropdown.language span {
    vertical-align: middle;
}

.dropdown.language .dropdown-toggle::after {
    vertical-align: middle;
}

main .background {
    width: 100%;
    height: auto;
}

.landing {
    position: relative;
    overflow: hidden;
    min-height: 430px;
}

.landing .promo {
    top: 25%;
    left: 10.25%;
    color: #fff;
    z-index: 10;
    position: absolute;
    max-width: 650px;
    animation: 2s ease-out 1 fadeIn;
}

.landing .promo p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.landing .promo img {
    width: auto;
    height: 46px;
}

.landing .phone1 {
    position: absolute;
    top: 15%;
    right: 7%;
    width: 22%;
    animation: 1s ease-out 1 slideInFromLeft;
}

.landing .phone2 {
    position: absolute;
    top: 20%;
    right: 17%;
    width: 28%;
    animation: 1s ease-out 1 slideInFromRight;
}

.title {
    font-weight: 700;
    text-align: center;
}

.title .line, .title .subtitle {
    display: inline-block;
    vertical-align: middle;
}

.title .line {
    background: #222;
    width: 20px;
    height: 3px;
    margin: 0 5px;
}

.features {
    text-align: center;
    padding-top: 100px;
}

.features i {
    font-size: 4rem;
    color: #f90;
}

.features h3 {
    font-weight: 700;
    font-size: 1.25rem;
}

.features p {
    color: #555;
}

.numbers {
    background-image: url('../img/numbers.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 50px;
    padding-top: 50px;
}

.numbers h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 50px;
    display: inline-block;
}

.numbers h3:first-of-type {
    margin-top: 100px;
}

.numbers p {
    color: #555;
}

.numbers img {
    margin-top: 50px;
    max-width: 100%;
    max-height: 750px;
}

.statistics {
    background-image: url('../img/statistics.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    min-height: 400px;
    margin-top: 50px;
    padding-top: 50px;
}

.statistics h3 {
    font-size: 2.2rem;
    font-weight: 700;
}

.statistics i {
    font-size: 4rem;
    color: #f90;
}

.screenshots {
    background-image: url('../img/screenshots.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 50px;
    padding-top: 150px;
    padding-bottom: 100px;
}

.screenshots h3 {
    font-weight: 700;
    font-size: 1.25rem;
}

.screenshots .mockup {
    position: relative;
}

.screenshots .mockup img {
    position: absolute;
    width: 410px;
    height: 580px;
    z-index: 998;
    top: -13px;
    left: 50%;
    transform: translate(-49.5%);
}

.screenshots .owl-theme,
.comments .owl-theme {
    position: relative;
}

.screenshots .owl-theme .owl-item {
    opacity: .4;
    filter: blur(4px);
}

.screenshots .owl-theme .owl-item.center {
    opacity: 1;
    filter: blur(0px);
    z-index: -999;
    position: relative;
}

.screenshots .owl-theme .owl-item img {
    width: 250px;
    margin: 0 auto;
}

.screenshots .owl-theme .owl-dots {
    padding-top: 50px;
}

.screenshots .owl-theme .owl-dots .owl-dot span,
.comments .owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
}

.screenshots .owl-theme .owl-dot:hover span,
.comments .owl-theme .owl-dot:hover span {
    background: #222;
}

.screenshots .owl-theme .owl-dot.active span,
.comments .owl-theme .owl-dot.active span {
    background: #f90;
}

.comments {
    padding-top: 100px;
    padding-bottom: 50px;
}

.comments h3 {
    font-weight: 700;
    font-size: 1.25rem;
}

.comments .comment {
    margin: 20px;
    padding: 10px;
    transition: all ease .25s;
}

.comments .comment:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.comments .comment .quote {
    width: 40px;
    margin-left: auto;
}

.comments .comment .stars {
    width: 100px;
    margin: 8px 0 16px;
}

.comments .comment p {
    color: #555;
}

.comments .comment .user {
    width: 50px;
}

.comments .owl-theme .owl-stage-outer {
    padding-bottom: 50px;
}

.comments .owl-theme .owl-dots {
    padding-top: 0;
}


.faq {
    background-image: url('../img/faq.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding-top: 150px;
    padding-bottom: 100px;
}

.faq h3 {
    font-weight: 700;
    font-size: 1.25rem;
}

.faq .accordion {
    margin: 50px auto 0;
    max-width: 1000px;
}

.faq .accordion .accordion-item {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq .accordion .accordion-button {
    background-color: transparent;
    font-weight: 700;
}

.faq .accordion .accordion-button:not(.collapsed) {
    color: #222;
}

.faq .accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq .accordion .accordion-button:hover {
    color: #f90;
}

.faq .accordion .accordion-button:hover::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f90'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.fans {
    background-color: #ebebeb;
    background-image: url('../img/fans.png');
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: contain;
    min-height: 250px;
}

.warnings {
    background: #000;
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
}

.warnings-div {
    display: inline-block;
    margin: 5px 10px;
}

.warnings img {
    margin-right: 5px;
    max-width: 100%;
    max-height: 36px;
}

.warnings span {
    font-size: 14px;
}

.warnings .left {
    text-align: left;
}

.warnings .right {
    text-align: right;
}

.social-media {
    background: #000;
    color: #fff;
    padding: 10px 0;
}

.social-media h6 {
    font-size: .9rem;
    font-weight: 400;
    margin: 5px 10px;
    line-height: 1.4rem;
}

.social-media a {
    display: inline-block;
    margin: 0 10px;
}

.social-media i {
    color: #fff;
    font-size: 1.4rem;
    transition: all ease .25s;
}

.social-media i:hover {
    color: #f90;
}

footer {
    background-color: #ebebeb;
}

.footer {
    font-size: .85rem;
}

.footer .col-xl-6 {
    padding: 0;
}

.footer img {
    width: auto;
    height: 40px;
    margin: 5px 0;
    filter: brightness(0);
}

.footer a,
.footer span {
    line-height: 50px;
    margin: 5px 10px;
    padding: 0;
    font-size: .85rem;
    color: #222;
    text-decoration: none;
    transition: all ease .25s;
    vertical-align: middle;
    border: none;
    border-radius: 0;
}

.footer a:hover {
    color: #f90;
}

.page {
    background: linear-gradient(transparent, #ebebeb);
    padding-top: 80px;
    padding-bottom: 80px;
}

.page .body {
    font-size: .8rem;
    text-align: justify;
}

.orange {
    color: #f90;
}

.yellow {
    color: #f1c40f;
}

.page h6 {
    font-weight: bold;
}

.page .indent {
    margin-left: 40px;
}

.page a {
    color: #f90;
    text-decoration: none;
}

.container-fluid .container {
    padding: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1400px) {
    .landing .promo {
        max-width: 580px;
    }
}

@media (max-width: 1200px) {
    .landing .promo {
        max-width: 500px;
    }
}

@media (max-width: 992px) {
    .landing .promo {
        top: 20%;
        left: 8%;
        max-width: 400px;
    }

    .landing .promo img {
        height: 38px;
    }

    .landing .phone1 {
        top: 13%;
        right: 5%;
    }

    .landing .phone2 {
        top: 17%;
        right: 14%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 80%;
    }
}

@media (max-width: 768px) {

    .navbar {
        position: sticky;
    }

    .navbar .navbar-brand {
        position: absolute;
        margin: 0;
        left: calc(50% - 65px);
        top: 5px;
    }

    .navbar .navbar-nav {
        margin-top: 10px;
    }

    .navbar-light .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .dropdown.language {
        position: absolute;
        top: 0;
        height: 44px;
        right: var(--bs-gutter-x, .75rem);
    }

    .landing {
        min-height: 350px;
    }

    .landing .promo {
        top: 0;
        left: 0;
        transform: scale(.85);
    }

    .features {
        padding-top: 0;
    }
}

@media (max-width: 576px) {

    .landing {
        min-height: 250px;
    }

    .landing .promo {
        top: -8%;
        left: -8%;
        transform: scale(.7);
    }

    .landing .promo p {
        max-width: 250px;
    }
}