
.container-fluid.main {
    margin-top: 71px;
    background: url('/assets/index/image/header1.jpg') no-repeat;
    background-size: contain;
}

/* search-form */
.search-form {
    background: linear-gradient(180deg, #E5FAF4 38%, #CFF4F6 77%);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

/* whoarewe */
.about {
    font-size: 16px;
    line-height: 21px;
}
.whoarewe {
    padding: 6px;
}
.whoarewe div {
    display: flex;
    flex-direction: column;
    justify-content: space-between ;
    min-height: 109px;
    line-height: 30px;
    border-radius: 5px;
    opacity: 0.72;
}
.whoarewe:nth-child(1) div {
    background: #D5FBEF;
}
.whoarewe:nth-child(2) div {
    background: #D6E4FF;
}
.whoarewe:nth-child(3) div {
    background: #DDF9FF;

}
.whoarewe b {
    display: block;
    background: initial;
    font-size: 30px;
}

/* popular */
.popular {
    text-align: center;
    font-weight: bold;
    font-size: 14.5px;
    line-height: 19px;
    color: #000;
    cursor: pointer;
    padding: 8px;
    transition: 0.5s;
}
.popular div {
    min-height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 10px;
}
.popular:hover div {
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background: linear-gradient(270deg, #5BE3BA 0%, #00BBE4 100%);
    color: #FFF;
}
.popular img {
    height: 70px;
    display: block;
    clear: both;
    margin: 20px auto;
}

.popular:hover img {
    filter: grayscale(1) brightness(300%)
}

.popular-block .button {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 15px;
    width: 161px;
    margin: auto;
}

/* support */
.support h6 {
    font-size: 35px;
    line-height: 44px;
}

.support ul {
    list-style: none;
    margin-top: 40px;
}
.support ul li {
    margin-top: 27px;
    font-size: 25px;
    line-height: 31px;
    margin-left: 26px;
    font-weight: bold;
}
.support ul li:before {
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    background: url('/assets/basic/fonts/src/bullet.svg') no-repeat;
    background-size: contain;
    margin-left: -65px;
}
.support ul li sub {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;

}
.support .sites {
    font-size: 24px;
    line-height: 30px;
}

/* categories */
.categories a {
    background: #E6F8F2;
    border-radius: 27px;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 6px 4px;
    padding: 7px 16px;

}
.categories a.active {
    background: linear-gradient(90deg, #5BE3BA -3.27%, #00BBE4 100%);
    color: #fff;
}

.project > div:hover {
    background: #ECF3F1;
}
.project > div:hover .main:after {
    background-image: linear-gradient(rgba(255,255,255,0) 20%,#ECF3F1 80%);
}
.project > div:hover .categories i{
    background-color: #FFF;
}

.faq-news .newsone {
    position: relative;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.06);
    margin: 20px 0;
    padding: 15px;
}
.faq-news .newsone:hover {
    background: #ECF3F1;
}

.faq-news .newsone img {
    border-radius: 9px;
    width: 195px;
    max-width: 195px;
}

.faq-news .newsone div.text {
    padding-left: 15px;
    max-height: 130px;
    display: flex;
    flex-direction: column;
}
.faq-news .newsone div.text:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 30px;
    top: 90px;
    background-image: linear-gradient(rgba(255,255,255,0) 20%,#fff 80%);
}
.faq-news .newsone:hover div.text:after {
    background-image: linear-gradient(rgba(255,255,255,0) 20%,#ECF3F1 80%);
}

.faq-news .newsone h4 {
    font-size: 20px;
    line-height: 25px;
}

.faq-news .newsone:hover h4 {
    color: #04A977;
}

.faq-news .newsone div.text p {
    overflow: hidden;
}
.faq-news .newsone div.text div {
    display: flex;
}
.faq-news .newsone div.text div * {
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
}
.faq-news .newsone div.text p {
    flex-grow: 1;
}
.faq-news .newsone div.text > div > div i:nth-child(1) {
    margin-right: 5px;
}
.faq-news .newsone div.text > div > div i:nth-child(2) {
    color: #888;
}
.faq-news .newsone div.text > div {
    justify-content: space-between;
}
.faq-news .newsone em {
    background: linear-gradient(270deg, #5BE3BA 0%, #00BBE4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-news .faq-btn {
    margin-top: 12px;
    background: #E3FBF4;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    padding: 24px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.faq-news .faq-btn-open {
    background: #F5FFFC;
    border-radius: 0px 0px 5px 5px;
    padding: 19px 28px 10px;
    font-size: 16px;
    line-height: 20px;
}
.faq-news .button {
    font-size: 18px;
    line-height: 42px;
}
.faqlist .show a, .faqlist .show a:hover {
    text-decoration: underline;
}

.iphone11 h3 {
    font-size: 45px;
    line-height: 51px;
}

.iphone11 p {
    font-size: 18px;
    line-height: 22px;
}

.iphone11 .market {
    width: 175px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}

.iphone11 .market.google {
    background-image: url('/assets/basic/image/market_google.svg');
}
.iphone11 .market.apple {
    background-image: url('/assets/basic/image/market_apple.svg');
}
.iphone11 .market.rustore {
    background-image: url('/assets/basic/image/market_rustore.svg');
}

.container-fluid.whatsay {
    background: linear-gradient(134.72deg, #E5FAF4 19.01%, #CFF4F6 79.21%);
}

.whatsay .comment {
    max-width: 33%;
    display: inline-block;
    vertical-align: top;
}

.whatsay .comment p {
    display: block;
    background: #FFF;
    border-radius: 5px;
    padding: 23px 30px 17px 27px;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.06);
}
.whatsay .icon-quote:before {
    background: linear-gradient(270deg, #5BE3BA 0%, #00BBE4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    position: relative;
    left: 0;
    top: 15px;
}

.whatsay i.sqrt {
    display: block;
    width: 23px;
    height: 23px;
    background: #FFF;
    box-shadow: -20px 20px 18px rgba(0, 0, 0, 0.06);
    transform: rotate(-45deg);
    position: relative;
    left: 10px;
    top: 28px;
}
.whatsay em {
    display: block;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    color: #779489;
}

.whatsay .rotate {
    width: 50px;
    height: 200px;
}

 .whatsay .icon-circle::before {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #FFF;
    font-family: 'basic';
    font-style: normal;
    content: 'C';
    color: #BDD5CE;
}
.whatsay .icon-circle.left::before {
    transform: rotate(90deg);
}
.whatsay .icon-circle.right::before {
    transform: rotate(270deg);
}

.whatsay ol.carousel-indicators  {
    position: relative;
}
.whatsay ol.carousel-indicators li {
    margin: 7px;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 18px;
    background: #FFF;
    opacity: 1;
}
.whatsay ol.carousel-indicators li.active {
    background: #5BE3BA;
    width: 14px;
    height: 14px;
}

.whatsay .market {
    width: 140px;
    height: 48px;
    display: inline-block;
    margin-right: 10px;
    background: no-repeat center;
    background-size: contain;
}
.whatsay .market-list {
    text-align: right;
}
.whatsay .market.google {
    background-image: url('/assets/basic/image/marketstar_google.svg');
}
.whatsay .market.apple {
    background-image: url('/assets/basic/image/marketstar_apple.svg');
}

.whatsay .percent {
    float: left;
    font-size: 17px;
    line-height: 21px;
}
.whatsay .percent b {
    float: left;
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
    margin-right: 10px;
}

.whatsay .socials a {
    display: inline-block;
    line-height: 57px;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: #FFF;
    border-radius: 57px;
    margin: 5px;
}
.whatsay .socials a:hover {
    background: linear-gradient(270deg, #5BE3BA 0%, #00BBE4 100%);
}
.whatsay .socials a:hover img {
    filter: grayscale(1) brightness(300%)
}

.how p {
    font-size: 15px;
    line-height: 19px;
    color: #464646;
}
.how p a, .how p a:hover{
    text-decoration: underline;
}
.how h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: normal;
}
.how .circles {
    margin-top: 10px;
    width: 292px;
    height: 201px;
    clear: both;
    background: url('/assets/index/image/circles.svg') no-repeat center;
    background-position: center;
}
.how .circles .button {
    display: inline-block;
    margin-top: 66px;
    width: 292px;
    height: 68px;
    font-size: 22px;
    line-height: 68px;
    text-align: center;
}
.how .links a {
    display: block;
    font-size: 15px;
    line-height: 27px;

}
.how .cards {
}
.how .cards img {
    margin: 5px;
}

.how .socials {
/*    min-width: 280px; */
}
.how .socials a {
    display: inline-block;
    margin: 12px 12px 30px 12px;
}
.how .socials a.buttonlight {
    margin: 0 0 0 20px;
    width: 138px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
}

@media (max-width: 992px) {
    .container-fluid.main {
        margin-top: 62px;
    }
    .support h6 {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .support ul li {
        font-size: 18px;
        line-height: 22px;
    }
    .iphone11 * {
        text-align: center;
    }
    .iphone11 > div:nth-child(1) {
        order: 2;
    }
    .iphone11 .hr {
        width: 40%;
    }
    .whatsay .carousel-item .comment:last-child {
        display: none;
    }
    .whatsay .comment {
        max-width: 48%;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px
    }
    .whoarewe div {
        font-size: 12px;
        line-height: 15px;
        min-height: 86px;
    }
    .whoarewe b {
        font-size: 16px;
    }
    .popular div {
        min-height: 140px;
    }
    .popular img {
        margin: 8px auto;
    }
    .support .sites {
        font-size: 16px;
        line-height: 20px;
    }
    .projects h2 {
        text-align: center;
        font-size: 25px;
        line-height: 31px;
    }
    .projects .categories {
        justify-content: center;
    }
    .projects .categories a {
        margin: 5px 3px;
        font-size: 13px;
        line-height: 16px;
        padding: 4px 8px;
    }
    .faq-news h2 {
        text-align: center;
        font-size: 25px;
        line-height: 31px;
    }
    .faq-news .newsone {
        flex-direction: column;
        padding: 0;
        font-size: 12px;
        line-height: 15px;
    }

    .faq-news .newsone img {
        width: 100%;
        max-width: 100%;
        border-radius: 9px 9px 0 0;
    }
    .faq-news .newsone h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .faq-news .newsone div.text {
        padding: 14px;
        max-height: 170px;
    }
    .faq-news .newsone div.text > div > div {
        flex-direction: column;
    }
    .faq-news .newsone div.text:after {
        display: none;
    }
    .faq-news .faq-btn {
        padding: 24px 45px 24px 14px;
    }
    .faq-news .faq-btn-open {
        padding: 18px 11px 5px 14px;
    }
    .iphone11 * {
        text-align: center;
    }
    .iphone11 h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .iphone11 .hr {
        margin: auto;
        margin: 17px 0;
    }
    .iphone11 .market {
        width: 138px;
        height: 41px;
        margin: 0;
    }
    .iphone11 .market.google {
        margin-right: 8px;
    }
    .iphone11 img {
        width: 100%;
    }
    .whatsay {
        font-size: 14px;
        line-height: 17px;
    }
    .whatsay h2 {
        font-size: 25px;
        line-height: 31px;
    }
    .whatsay .rotate {
        display: none;
    }
    .whatsay .carousel-inner {
        height: initial;
    }

    .whatsay .carousel-item .comment:not(:first-child) {
        display: none;
    }
    .whatsay .comment {
        max-width: 100%;
    }

    .whatsay .market-list {
        text-align: center;
        padding: 0;
        display: flex;
        justify-content: space-around;
    }
    .whatsay .market {
        width: 136px;
        height: 46px;
        margin: 0;
    }
    .whatsay .percent {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    .whatsay .socials a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 3px;
    }
    .how h3 {
        font-weight: bold;
        font-size: 25px;
        line-height: 31px;
    }
    .how h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .how .cards, .how .socials {
        text-align: center;
    }
    .how .socials .button.buttonlight {
        margin: 0;
    }
}

@media (max-width: 324px) {
    .whoarewe {
        line-height: 12px;
    }
    .whoarewe b {
        font-size: 14px;
        line-height: 12px;
    }
}