@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding: 0;
}

header {
    background-color: #49a4ff;
}

header .navbar-light .navbar-nav .nav-link{
    text-transform: uppercase;
    color: #343B4C;
    transition: .2s;
    cursor: pointer;
}

header .navbar-brand {
    margin-right: 60px;
}

.navbar-expand-lg .navbar-nav{
    display: flex;
    align-items: center;
}

header .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    text-decoration: underline;
}

.login-btn {
    background-color: #5b45e0;
    color: #fff;
    font-size: 18px;
    padding: 11px 30px;
    border-radius: 6px;
    border: none;
    margin-left: 40px;
    transition: .2s;
}

.login-btn:hover {
    background-color: #705fde;
    text-decoration: underline;
}


footer {
    background-color: #2c3e50;
}

footer p {
    text-align: center;
    color: #a7a7ab;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
}

footer p span {
    margin-left: 20px;
    font-size: 13px;
}


/* SECTION MOBILE */

.mobile-app-area {
    background: url(/landing/image/mobile-bg.svg) no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    min-height: 762px;
    margin-bottom: 30px;
    padding-top: 150px;
}

.mobile-phone-img {
    background: url(/landing/image/mobile-phone-img.svg) no-repeat;
    width: 100%;
    height: 465px;
    background-size: contain;
    margin-top: 48px;
    background-position: center;
}

.mobile-app-content p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.mobile-app-content h1 {
    font-size: 57px;
    font-weight: 700;
    line-height: 1.2;
}

.mobile-app-content ul{
    list-style: none;
    padding-left: 0;
}

.mobile-app-content ul li {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}

.mobile-app-content button {
    margin-top: 30px;
    font-size: 18px;
    padding: 15px 40px;
    background-color: #5b45e0;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 3px 5px 0px rgb(91 69 224 / 36%);
}

.mobile-app-content button:hover {
    background-color: #0a58ca;
}

.about-project-area {
    display: flex;
    align-items: center;
    background: url(/landing/image/about-project-bg.svg) no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    min-height: 311px;
}

.about-project-area .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about-project-area h1 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
    width: 100%;
}

.about-project-area p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    max-width: 1000px;
}



.carousel-indicators [data-bs-target] {
    background-color: #000;
}

.auth-area {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 50px;
}

.auth-area-left {
    width: 50%;
}

.carousel-inner {
    padding-bottom: 40px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #a4a4a4;
}

.carousel-indicators [data-bs-target].active{
    background-color: #136aed;
}

.div-authomatization img {
    margin-bottom: 16px;
    margin-right: 10px;
}

.div-authomatization p {
    font-size: 16px;
    color: #8e8c95;
    font-style: italic;
}

.auth-area-right {
    padding-left: 40px;
    padding-top: 70px;
}

.auth-area-right h1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 40px;
}

.auth-area-right .check-area, .check-list-partners .check-area {
    display: flex;
    align-items: flex-start;
}

.auth-area-right .check-area img {
    width: 22px;
    margin-right: 5px;
}

.auth-area-right .check-area p {
    font-size: 18px;
    line-height: 1.3;
}

.auth-area-right button {
    width: 80%;
    margin-top: 30px;
    font-size: 18px;
    padding: 15px 40px;
    background-color: #5b45e0;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 3px 5px 0px rgb(91 69 224 / 36%);
}

.auth-area-right button:hover {
    background-color: #0a58ca;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border-color: none;
    background-color: #fff;
    border-bottom: 4px solid #dfdfdf;
    color: #333333;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    border-color: #fff;
    border-bottom: 4px solid #333333;
}

.tab-pane.fade .auth-area-right {
    padding-top: 15%;
}

.auth-area-rights .text-app {
    font-weight: 600;
    font-size: 36px;
    width: 60%;
    margin-bottom: 20px;
}

.features-area h1{
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 80px;
}

.features-list-area .feature-item p {
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 18px;
    line-height: 1.3;
}

.features-list-area .feature-item {
    width: 50%;
    margin-bottom: 40px;
}

.rate-left-block {
    background-color: #ffedb6;
    border-radius: 12px;
    padding: 40px 85px;
    margin-right: 10px;
}

.rate-right-block {
    background-color: #d1e8ff;
    border-radius: 12px;
    padding: 40px 85px;
    margin-left: 10px;
}

.rate-left-block .price, .rate-right-block .price {
    color: #edb300;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.rate-right-block .price {
    color: #49a4ff;
}

.rate-left-block .price span, .rate-right-block .price span {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
    margin-left: 14px;
    margin-top: 4px;
}

.rate-left-block .start, .rate-right-block .start {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}

.rate-left-block .users, .rate-right-block .users {
    font-size: 14px;
    margin-top: 5px;
}

.rate-left-block .check-area, .rate-right-block .check-area {
    display: flex;
    align-items: flex-start;
}

.rate-left-block .check-area img, .rate-right-block .check-area img {
    margin-right: 10px;
}

.rate-left-block button, .rate-right-block button {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    padding: 15px 40px;
    background-color: #5b45e0;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 3px 5px 0px rgb(91 69 224 / 36%);
}

.rate-left-block button {
    margin-top: 174px;
}

.rate-left-block button:hover, .rate-right-block button:hover {
    background-color: #0a58ca;
}

.features-area .access {
    font-size: 14px; 
    line-height: 1.5;
    margin-top: 10px;
}

.form-free {
    width: 645px;
    min-height: auto;
    background-color: #d9e7ff;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 70px 100px;
    margin-top: 100px;
}

.form-free h1 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.form-free input, .form-free label input, .form-free select {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 16px;
    outline: none;
    margin-top: 0;
}

.form-free select {
    width: 100%;
    position: relative;
    display: inline-block;
}

.form-free input, .form-free label {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}

.form-free .btn.btn-primary {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    padding: 15px 40px;
    background-color: #5b45e0;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 3px 5px 0px rgb(91 69 224 / 36%);
}

.form-free .btn.btn-primary:hover {
    background-color: #0a58ca;
}

.container.contacts .contact-number {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}

.functions-area {
    margin-top: 60px;
}

.functions-area h1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}

.region-partners {
    margin-top: 100px;
}

.region-partners h1 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    margin: 50px 0;
}

.region-partners .check-list-partners {
    margin-left: 38%;
    margin-bottom: 40px;
}

.features-list-area .feature-item div h1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.features-list-area .feature-item div {
    max-width: 430px;
    width: 100%;
}

.features-list-area .feature-item div p {
    font-size: 14px;
    text-align: center;
}

.form-free.yellow{
    background-color: #ffedb6;
    margin-bottom: 100px;

}




/* LOGIN */


.login .login-main-title {
    text-align: center;
    font-size: 57px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
}

.login ul {
    display: flex;
    justify-content: center;
}

.login .back-to-main-link {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #0d6efd;
    text-decoration: none;
}

.login .back-to-main-link:hover {
    color: #0d6efd;
    text-decoration: underline;
}


#pills-home-tab, #pills-profile-tab {
    background-color: #22194d00;
    border-bottom: 4px solid #dfdfdf;
    margin-right: 10px;
    border-radius: 0px;
    outline: none;
}

#pills-home-tab p, #pills-profile-tab p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.login .nav-link.active {
    border-bottom: 4px solid #000000 !important;
}

.login #form3 {
    background-color: #fff;
    width: 450px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 70px 60px;
}

.login #form3 .send-form-3 {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    padding: 10px 40px;
    background-color: #3498db;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 3px 5px 0px rgb(91 69 224 / 36%);
}

.login #form3 a {
    text-align: center;
    width: 100%;
    text-decoration: none;
    margin-top: 20px;
}



/* MEDIA */

@media screen and (max-width: 1400px) {
    .rate-left-block button {
        margin-top: 222px;
    }
}

@media screen and (max-width: 1198px) {
    .mobile-phone-img {
        height: 415px;
    }

    .auth-area-left img {
        height: 500px;
    }

    .auth-area-rights .text-app {
        width: 100%;
    }

    .rate-left-block button {
        margin-top: 246px;
    }
}

@media screen and (max-width: 991px) {
    header .navbar-collapse ul {
        text-align: center;
    }

    .mobile-phone-img {
        height: 309px;
    }

    .auth-area-right {
        padding-top: 0px;
    }

    .auth-area-left {
        width: 100%;
    }

    .auth-area-right {
        padding-left: 20px;
        padding-top: 0px;
    }

    .auth-area-right h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .auth-area-right .check-area p {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .auth-area-right button {
        width: 100%;
    }

    
    .features-list-area .feature-item {
        width: 100%;
    }

    .features-area h1 {
        font-size: 29px;
        text-align: center;
        margin-bottom: 50px;
    }

    .rate-block {
        flex-wrap: wrap;
    }

    .rate-left-block {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
        padding: 40px 40px;
    }

    .rate-left-block button {
        margin-top: 0px;
    }

    .rate-right-block {
        margin-left: 0;
        margin-bottom: 40px;
        width: 100%;
        padding: 40px 40px;
    }

    .features-list-area {
        margin-left: 14%;
    }

    .login-btn {
        margin-left: 0;
    }

    .navbar-collapse {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .mobile-app-content h1 {
        font-size: 50px;
    }

    .mobile-app-content ul li {
        font-size: 17px;
    }


    .mobile-app-content {
        text-align: center;
    }

    .auth-area {
        flex-wrap: wrap;
    }

    .auth-area-right {
        padding-top: 25px;
    }

    .auth-area-left img {
        height: 500px;
        width: 100%;
    }

    #myTab {
        display: flex;
        flex-wrap: wrap;
    }
    
    #myTab .nav-item {
        width: 100%;
        margin-bottom: 15px;
    }
    
    #myTab .nav-item .nav-link{
        width: 100%;
    }

    .auth-area-rights .text-app {
        font-size: 30px;
    }

    .form-free {
        width: 100%;
        padding: 70px 70px;
    }

    .region-partners .check-list-partners {
        margin-left: 20%;
    }

    .features-list-area {
    margin-left: 0;
    }

}

@media screen and (max-width: 478px) {
    .mobile-app-content h1 {
        font-size: 44px;
    }

    .auth-area-left img {
        height: 470px;
    }

    .auth-area-right {
        padding-left: 0px;
    }

    .auth-area-rights .text-app {
        font-size: 25px;
        text-align: center;
    }

    .rate-left-block .price, .rate-right-block .price {
        font-size: 38px;
    }

    .rate-left-block, .rate-right-block {
        padding: 20px 10px;
    }

    .form-free {
        padding: 40px 20px;
    }

    .region-partners .check-list-partners {
        margin-left: 0;
    }


    .features-list-area .feature-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .features-list-area .feature-item img {
        margin-bottom: 20px;
    }
    
    .region-partners h1 {
        font-size: 30px;
    }

    .detail-analytic-text {
        width: 100%;
    }

    header .navbar-nav li:last-child {
        width: 100%;
    }

    .login-btn {
        width: 100%;
    }

    .navbar-collapse .login-btn {
        width: 100%;
    }

}

@media screen and (max-width: 425px) {
    .mobile-app-area {
        min-height: 582px;
        padding-top: 65px;
    }

    header .navbar-brand {
        margin-right: 0;
    }

    header svg {
        width: 229px;
    }

    .mobile-app-content button {
        width: 100%;
    }

    .mobile-phone-img {
        height: 220px;
    }

    .mobile-app-content p {
        font-size: 14px;
    }

    .mobile-app-content h1 {
        font-size: 32px;
    }

    .mobile-app-content ul li {
        font-size: 14px;
    }

    .about-project-area h1 {
        font-size: 30px;
    }

    .about-project-area p {
        font-size: 15px;
    }

    .auth-area-left img {
        height: 425px;
    }

    .functions-area h1 {
        font-size: 30px;
    }
}