@font-face {
    font-family: "Gabarito Regular";
    src: url(../fonts/Gabarito-Regular.woff2) format('woff2');
}

@font-face {
    font-family: "Gabarito Bold";
    src: url(../fonts/Gabarito-Bold.woff2) format('woff2');
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.br-tlbr {
    border-radius: 60px 0 60px 0;
}

.br-trbl {
    border-radius: 0 60px 0 60px;
}

.t-emphasize {
    background: linear-gradient(to right, #0B92DE, #103DDF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Inter';
    font-size: 1rem;
}

.navbar-brand img {
    height: 35px;
}

.btn-primary {
    background: #7462FE;
    color: #ffffff;
    line-height: 2.5rem;
    padding: 0 1rem;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    min-width: 135px;
    border-color: #7462FE;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background: #6B58FB;
        outline: none;
        box-shadow: none;
    }

#m-header {
    display: none;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.header-nav {
    height: 100px;
}

.header-link {
    color: white !important;
    min-width: 130px;
}

.header-brand {
    background-image: url(../img/home_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}

.header-warp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.header-poster {
    perspective: 500px;
    background-image: url(/img/home_poster.png);
    background-repeat: no-repeat;
    background-position: 50% 2rem;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .header-poster img {
        transform-style: preserve-3d;
        transform: rotateX(15deg) rotateY(30deg);
        transition: all .1s;
        margin: 2rem 0;
    }

.header-intro {
    font-size: 1.1rem;
    text-align: center;
}

    .header-intro h1 {
        font-family: 'Inter';
        font-size: 3rem;
        font-weight: bold;
        color: white;
    }

    .header-intro span {
        background: linear-gradient(to right, white, #7462FE);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.header-subintro {
    color: rgba(255, 255, 255, 0.56);
    max-width: 750px;
    margin-top: 2rem;
    text-align: center;
    display: inline-block;
}

.header-action {
    text-align: center;
}

.header-bottom {
    color: #868686;
}

.header-services {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 1.3rem 0;
}

.feature {
    padding-top: 10%;
}

    .feature h2 {
        color: #444444;
        font-weight: bold;
        font-size: 3rem;
        line-height: 5rem;
        margin-top: 4rem;
    }

    .feature h4 {
        color: #7462FE;
        font-size: 1.1rem;
        margin-top: 2rem;
    }

.feature-title {
    text-align: center;
}

.feature-services {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10%;
}

.feature-services-item {
    text-align: center;
}

    .feature-services-item h3 {
        font-weight: bold;
        margin: 1rem 0;
    }

.feature-services-box {
    height: 260px;
    width: 200px;
    margin-bottom: 2rem;
}

    .feature-services-box img {
        transition: all .3s ease;
    }

        .feature-services-box img:hover {
            transform: scale(1.2,1.2);
            transition: all .3s ease;
        }

.feature-flow {
    background-color: #F9FBFF;
    padding: 3rem;
    margin: 5rem 0;
}

    .feature-flow ul {
        list-style-type: none;
    }

.feature-flow-item {
    text-align: center;
    display: inline-block;
}

    .feature-flow-item img {
        display: block;
    }

.feature-flow-project {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
}

    .feature-flow-project h4 {
        margin: 2rem 0;
        font-weight: bold;
        color: black;
    }

.feature-flow-description {
    text-align: center;
    color: rgba(0, 0, 0, .56);
    margin-bottom: 3rem;
}

.feature-flow-mobile {
    display: none;
}

.footer {
    color: black;
}

.footer-advantage {
    background-image: url(/img/about_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 758px;
    margin-top: 4rem;
}

.footer-advantage-table {
    width: 100%;
    margin-top: 5rem;
}

.footer-advantage-table-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .footer-advantage-table-item img {
        width: 60px;
        height: 60px;
        margin-right: 1rem;
    }

.footer-about {
    min-height: 330px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 4rem 0;
}

.footer-about-item {
    color: black;
    flex: 1;
}

.footer hr {
    color: black;
    height: 2px;
    margin: 0;
}

.footer-copyright {
    color: gray;
    font-size: 1rem;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer-copyright a {
        color: gray;
        text-decoration: none;
    }

    .footer-copyright img {
        width: 22px;
        height: 24px;
    }


@media screen and (max-width: 960px) {
    #header {
        display: none;
    }

    #m-header {
        display: flex;
        align-items: center;
        position: fixed;
        width: 100%;
        height: 60px;
        z-index: 99;
    }

    .header-nav {
        height: 60px;
    }

    .header-poster {
        background-size: 100%;
        background-position: 50% 90px;
    }

        .header-poster img {
            width: 100px;
            margin: 0;
        }

    .header-intro h1 {
        font-size: 2.4rem;
    }

    .header-subintro {
        font-size: 1rem;
    }

    .header-services {
        font-size: .9rem;
    }

    .feature {
        padding-top: 3rem;
    }

        .feature h2 {
            font-size: 2rem;
            line-height: 2.6rem;
            text-align: left;
            margin-top: 2rem;
        }

        .feature h4 {
            margin-top: 0;
        }

    .footer-about {
        flex-direction: column;
        gap: 2rem;
    }

    .feature-flow-project, .feature-flow {
        display: none;
    }

    .feature-flow-mobile {
        display: flex;
        background-image: url(/img/ic_arrow_v.png);
        background-repeat: no-repeat;
        background-size: contain;
        flex-direction: column;
        padding-left: 2rem;
        gap: 2rem;
        margin-bottom: 3rem;
    }

    .feature-flow-mobile-text {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .feature-flow-description {
        text-align: start;
    }

    .feature-services {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .feature-services-box {
        height: 156px;
        width: 120px;
    }

        .feature-services-box img {
            width: 100%;
        }

    .col-mobile {
        flex: unset;
    }

    .footer-advantage-table {
        margin-top: 1rem;
    }

    .footer-advantage-table-item {
        justify-content: space-between;
        flex-direction: row-reverse;
        margin: 1rem 0;
    }

    /*    .feature-services-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 2rem 0;
    }*/
}
