
body {
    font-family: 'Open Sans', sans-serif;
}
a {
    text-decoration: none;
}
.page-header{
    position: relative;
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap {
    max-width: 1110px;
    margin: 0 auto;
}

.box-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 350px;
    padding-top: 50px;
    padding-bottom: 300px;
}

.logo{
    background-image: url(../img/logo.png);
    display:block;
    width: 181px;
    height: 49px;
}
.nav {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav>li {
    padding: 0 19px;
}

.nav-item {
    color: #6e7ea9;
}
.page-header h1 {
    font-size: 80px;
    font-weight: 600;
    color: #192b59;
    letter-spacing: -2px;
    line-height: 90px;
    max-width: 550px;
    margin-bottom: 45px;
}
.btn-primary {
    background-color: #1085e4;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 22px 41px;
    border: 1px solid #1085e4;
}

.btn-primary:hover {
    background-color: #fff;
    color: #1085e4;
}

.btn-secondary {
    background-color: #cbdbe8;
    color: #7e8bae;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 30px;
    padding: 22px 40px;
    border: 1px solid #cbdbe8;
}

.btn-secondary:hover {
    background-color: #fff;
}

.btn-free {
    font-weight: 400;
    padding: 22px 50px;
}

.btn-group button+button {
    margin-left: 15px;
    margin-bottom: 200px;
}

.screen-img{
    background-image: url(../img/bg.png);
    display: block;
    width: 800px;
    height: 740px;
    position: absolute;
    top:200px;
    right: 0;
}

.page-sponsors {
    background-image: url(../img/company-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 100px 0;
}

.list-sponsors {
    list-style-type:none ;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-sponsors-item {
    display: block;
    flex-basis: 20%;
    background-repeat: no-repeat;
}

.sponsor-one {
    background-image: url(../img/bg_1.png);
    height: 58px;
}

.sponsor-two {
    background-image: url(../img/bg_2.png);
    height: 69px;
}

.sponsor-three {
    background-image: url(../img/bg_3.png);
    height: 47px;
}

.sponsor-four {
    background-image: url(../img/bg_4.png);
    height: 69px;
}
/*features*/
.fea-grid{
    display: grid;
    grid-template-areas: 
    "a b c" 
    "d b c" 
    "d e f" 
    "g e f" 
    "g h h";
    grid-gap: 20px;
}
.fea-grid img{
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.grid-item{
    font-size: 20px;
    text-align: center;
    border: 2px solid #aaa;
}
.fea-grid h3 {
    font-size: 20px;
    text-align: center;
    color: #192b59;
}
.fea-grid h4 {
    font-size: 16px;
    text-align: center;
    color: #7581a1;
}
.fea-grid a {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #1085e4;
}
.item1 {
    grid-area: b;
}

.item2 {
    grid-area: c;
}

.item3 {
    grid-area: d;
}

.item4 {
    grid-area: e;
}

.item5 {
    grid-area: f;
}

.item6 {
    grid-area: g;
}
.grid-text {
    grid-area: h;
}
.grid-text {
    font-size: 20px;
}

/*-------------- */
.Robot{
    background: -moz-linear-gradient(left, rgba(36,49,229,1) 36%, rgba(36,49,229,1) 42%, rgba(36,49,229,1) 44%, rgba(77,95,234,1) 68%, rgba(77,95,234,1) 83%);
background: -webkit-gradient(left top, right top, color-stop(36%, rgba(36,49,229,1)), color-stop(42%, rgba(36,49,229,1)), color-stop(44%, rgba(36,49,229,1)), color-stop(68%, rgba(77,95,234,1)), color-stop(83%, rgba(77,95,234,1)));
background: -webkit-linear-gradient(left, rgba(36,49,229,1) 36%, rgba(36,49,229,1) 42%, rgba(36,49,229,1) 44%, rgba(77,95,234,1) 68%, rgba(77,95,234,1) 83%);
background: -o-linear-gradient(left, rgba(36,49,229,1) 36%, rgba(36,49,229,1) 42%, rgba(36,49,229,1) 44%, rgba(77,95,234,1) 68%, rgba(77,95,234,1) 83%);
background: -ms-linear-gradient(left, rgba(36,49,229,1) 36%, rgba(36,49,229,1) 42%, rgba(36,49,229,1) 44%, rgba(77,95,234,1) 68%, rgba(77,95,234,1) 83%);
background: linear-gradient(to right, rgba(36,49,229,1) 36%, rgba(36,49,229,1) 42%, rgba(36,49,229,1) 44%, rgba(77,95,234,1) 68%, rgba(77,95,234,1) 83%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2431e5', endColorstr='#4d5fea', GradientType=1 );
}
.Robot h6{
    font-size: 14px;
    text-align: left;
    color: #00bffe;
    text-transform: uppercase; 
}
.Robot h1{
    font-size: 50px;
    text-align: left;
    color: #ffffff;
}
.Robot p{
    font-size: 18px;
    text-align: left;
    color: #ffffff;
}
.bth-third {
    background-color: #1085e4;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    border-radius: 30px;
    padding: 10px 26px;
    border: 1px solid #1085e4;
    letter-spacing: 1.5px;
}
.Features h1 {
    font-size: 50px;
    text-align: left;
    color: #192b59;
}
.Features h3 {
    font-size: 16px;
    text-align: left;
    color: #5a6789;
}
.Features small {
    font-size: 14px;
    text-align: left;
    color: #7581a1;
}
.wrap {
    max-width: 1110px;
    margin: 0 auto;
}
.title-h2 {
    font-size: 50px;
    letter-spacing: -2px;
    color: #192b59;
    font-weight: 600;
} 

.title-h2 span{
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    color: #1085e4;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.FunFucts .title-h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.FunFucts h2{
    font-size: 50px;
    text-align: center;
    color: #192b59;
}
.FunFucts {
    background-color: #edf6ff;
    padding: 120px 0 100px 0;
}
.Fun {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
}
.Fun>li {
    font-size: 12px;
    color: #1085e4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
}
.Fun>li>span {
    font-size: 60px;
    letter-spacing: -2px;
    color: #bacbdc;
    display: block;
    margin-bottom: 5px;
}
.Fun span{
    font-size: 60px;
    text-align: center;
    color: #bacbdc;
}
.Video h2{
    font-size: 50px;
    text-align: left;
    color: #192b59;
}
.Video p{
    font-size: 16px;
    text-align: left;
    color: #7581a1;
}
.Loremipsum h1{
    font-size: 50px;
    text-align: left;
    color: #192b59;
}
.Loremipsum p{
    font-size: 16px;
    text-align: left;
    color: #7581a1;
}
.btn-four {
    background-color: #1085e4;
    color: #fff;
    text-transform: uppercase;
    font-size: 6px;
    font-weight: 700;
    border-radius: 30px;
    padding: 14px 28px;
    border: 1px solid #1085e4;
    letter-spacing: 1.5px;
}
.Loremipsum2 h1{
    font-size: 50px;
    text-align: left;
    color: #192b59;
}
.Loremipsum2 p{
    font-size: 16px;
    text-align: left;
    color: #7581a1;
}
.btn-five {
    background-color: #1085e4;
    color: #fff;
    text-transform: uppercase;
    font-size: 6px;
    font-weight: 700;
    border-radius: 30px;
    padding: 14px 42px;
    border: 1px solid #1085e4;
    letter-spacing: 1.5px;
}

.title-h2-40 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #192b59;
    font-weight: 600;
    line-height: 50px;
} 

.title-h2-40 span {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    color: #1085e4;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.screen_preview .title-h2-40 {
    text-align: center;
}

.screen_preview {
    background-color: #edf6ff;
    padding: 70px 0 0 0;
    text-align: center;
}

.testimonials{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
}
.testimonials_1{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}
.testimonials h4 {
    font-size: 18px;
    text-align: left;
    color: #1085e4;
}
.testimonials h2 {
    font-size: 40px;
    text-align: left;
    color: #192b59;
}
.client {
    font-size: 22px;
    text-align: left;
    color: #000958;
}
.ceo {
    font-size: 14px;
    text-align: left;
    color: #1085e4;
}
.page-plans {
    text-align: center;
    padding: 10px 0 120px 0;
}
.box-prise {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.box-price-item {
    background-color: #f5faff;
    flex-basis: 32%;
    padding: 65px 0 105px 0;
    position: relative;
}

.box-price-item::after {
    content: "";
    width: 65px;
    height: 100%;
    background-image: url(../img/bg1-plans.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.box-price-item h1{
    font-size: 70px;
    text-align: center;
    margin: 0 0;
    color: #000958;
}
.started {
    font-size: 14px;
    text-align: center;
    color: #0084ff;
}
.box-price-item >.started{
    margin: 0 0;
}
.box-price-item ul{
    list-style-type: none;
}

.box-price-item ul>li{
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 24px;
}
.btn-six {
    background-color: rgba(28,28,28,0);
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    padding: 22px 65px;
    border: 1px solid #6e808f;
    letter-spacing: 1.5px;
}
.btn-six:hover {
    color: #ff0;
    background: #000;
    border: 1px solid #ff0;
    }

.box-price-item-active {
    background-color: #192b59;
    color: #fff;
}
.box-price-item::after {
    content: "";
    display: none;
}
.box-price-item-active ul{
    list-style-type: none;
}

.box-price-item-active ul>li{
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 24px;
}
.btn-seven {
    background-color: #1085e4;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    padding: 22px 65px;
    border: 1px solid #1085e4;
    letter-spacing: 1.5px;
}

.angels_1 h5 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #85c8ff;
    }

.angels_1 h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    background-color: #0084ff;
}
.Personal {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 0;
}
.Personal h5{
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    color: #1a88e1;
}
.Personal h4{
    font-size: 26px;
    text-align: left;
    color: #192b59;
}
.Trial{
    color: #000000;
    background-color: floralwhite;
    list-style-type: none;
    text-decoration: none;
    
}

.Trial h2{
    text-align: center;
    max-width: 25%;
    font-size: 40px;
    word-spacing: 15px;
    padding: 15px;
    margin: 0;
}

.forms{
    color: rgb(71, 71, 71);
    font-size: 20px;
    background-color: transparent;
    border-radius: 50px;
    padding: 15px;
    margin: 15px;
}