@font-face {
    font-family: quicksand-bold;
    src: url(../fonts/Quicksand-Bold.ttf);
}

@font-face {
    font-family: quicksand-regular;
    src: url(../fonts/Quicksand-Regular.ttf);
}

body {
    font-family: quicksand-regular;
}

.container-fluid {
    overflow-x: hidden;
}

.font-title {
    font-family: quicksand-bold;
}

.font-11pt {
    font-size: 11px !important;
}

.font-13pt {
    font-size: 13px !important;
}

.font-14pt {
    font-size: 14px !important;
}

.font-15pt {
    font-size: 15px !important;
}

.font-16pt {
    font-size: 16px !important;
}

.font-17pt {
    font-size: 17px !important;
}

.font-18pt {
    font-size: 18px !important;
}

.font-20pt {
    font-size: 20px !important;
}

.font-22pt {
    font-size: 22px !important;
}

.font-sm-title {
    font-size: 25px !important;
}

.font-md-title {
    font-size: 28px !important;
}

.font-lg-title {
    font-size: 32px !important;
}

.object-fit-cover {
    object-fit: cover;
}

.no-active-focus:active,
.no-active-focus:focus,
.no-active-focus*:active,
.no-active-focus*:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

.radius-sm {
    border-radius: 5px;
}

.radius-md {
    border-radius: 10px;
}

.radius-lg {
    border-radius: 15px;
}

.radius-xl {
    border-radius: 25px;
}

.text-black {
    color: #212529 !important;
}

.py-7 {
    padding: 5rem 0rem;
}

.pb-9 {
    padding-bottom: 7rem;
}

.text-primary {
    color: #1360ef !important;
}

.text-warning {
    color: #fb3 !important;
}

.btn-primary {
    background: rgb(0, 91, 234);
    background: linear-gradient(90deg, rgba(0, 91, 234, 1) 0%, rgba(37, 117, 252, 1) 80%);
    color: #fff;
}

.bg-primary {
    background-color: #1360ef !important;
}

.logo-nav {
    height: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: #212529;
}

.navbar-nav .nav-item {
    padding-right: 30px;
}

.navbar-nav .nav-item:last-child {
    padding-right: 0px;
}

.introduce-system {
    min-height: 570px;
    background: url(../img/bg-about-2.png) no-repeat bottom center;
    background-size: cover;
}

.introduce-content {
    padding-right: 75px;
}

.introduce-title {
    font-size: 55px;
}

.introduce-sub-title {
    font-size: 39px;
}

.img-introduce {
    height: 300px;
}

.why-use-item img {
    height: 50px;
}

.why-use-deco {
    width: 150%;
    min-height: 375px;
    border-radius: 50px;
    background: url(../img/bg-about-2.png);
    background-size: cover;
    transform: skewX(-20deg);
}

/*.feature-list {
    background-color: #f5f9fd;
}*/

.feauture-icon-img img {
    height: 48px;
}

.feauture-img-lg img {
    height: 380px;
}

.feauture-icon-img {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: -webkit-gradient(linear, left bottom, right bottom, from(#0072ff), to(#00d4ff));
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
}

.feauture-item-container .feauture-item {
    margin-bottom: 20px;
}

.feauture-item-container .feauture-item:last-child {
    margin-bottom: 0px;
}

.feauture-item-content {
    width: calc(100% - 95px);
}

.contact-footer {
    height: 210px;
}

.circle-deco-sm {
    width: 350px;
    height: 350px;
    border: 1px dashed #d0d0d0;
    left: 50%;
    margin-left: -175px;
    top: 50%;
    margin-top: -175px;
    z-index: -1;
}

.circle-deco-lg {
    width: 500px;
    height: 500px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -250px;
    border: 1px solid #d0d0d0;
    z-index: -1;
}

.circle-deco-lg {
    width: 500px;
    height: 500px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -250px;
    border: 1px solid #d0d0d0;
}

.img-intro-slider img {
    max-width: 45%;
    border-radius: 5px;
}

.iphoneFrame {
    max-width: 53%;
    margin-top: -75px;
}

.sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:first-child,
.sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:last-child {
    left: 55%;
}

.sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:nth-child(2) {
    left: 36%;
}

.sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:first-child,
.sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:last-child {
    left: -55%;
}

.sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:nth-child(2) {
    left: -36%;
}

.why-use-deco-container img {
    height: 475px;
}

.why-use-img-deco-first {
    position: absolute;
    top: 15%;
    left: 13%;
}

.why-use-img-deco-last {
    position: absolute;
    top: -10%;
    right: 1%;
}

button.hero-scroll-down {
    overflow: visible;
    background: 0 0;
    border-radius: 0;
    line-height: 1;
    background-size: cover;
    position: relative;
    border: 0;
    width: 3.75rem;
    height: 2.34375rem;
    background-image: url(../img/icon-scroll-down-1.svg);
    transition: opacity .8s;
    -webkit-animation: bounce 1.5s infinite;
    animation: bounce 1.5s infinite;
}

button.hero-scroll-down:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    height: 80%;
    width: 80%;
    background-image: url(../img/icon-scroll-down-2.svg);
    -webkit-animation: bounce2 1.5s infinite;
    animation: bounce2 1.5s infinite;
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce2 {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes bounce2 {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@media (min-width: 1200px) {
    .why-use-deco-container img {
        height: 445px;
    }

    .why-use-img-deco-last {
        top: -5%;
    }
}

@media (min-width: 1400px) {
    .why-use-img-deco-first {
        top: 11%;
    }

    .why-use-deco-container img {
        height: 475px;
    }
}

@media (min-width: 1600px) {}

@media (min-width: 1920px) {
    .why-use-deco-container img {
        height: 670px;
    }

    .why-use-img-deco-last {
        top: -22%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .introduce-content {
        padding-right: 105px;
    }

    .introduce-sub-title {
        font-size: 29px;
    }

    .why-use-deco {
        min-height: 405px;
    }

    .feauture-item-title {
        font-size: 13px !important;
    }

    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item-content {
        margin-left: 15px;
    }

    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:first-child,
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:last-child {
        left: -40%;
    }

    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:nth-child(2) {
        left: -20%;
    }

    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:nth-child(2) {
        left: 20%;
    }

    .why-use-deco-container img {
        height: 360px;
    }

    .why-use-img-deco-first {
        position: absolute;
        top: 30%;
        left: 13%;
    }

    .why-use-img-deco-last {
        position: absolute;
        top: -10%;
        right: 0%;
    }

    .iphoneFrame {
        margin-top: -60px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .introduce-content {
        padding-right: 0px;
    }

    .feauture-img-lg img,
    .img-introduce {
        width: 100%;
        height: auto;
    }

    .introduce-sub-title {
        font-size: 26px;
    }

    .why-use-item img {
        height: 60px;
    }

    .why-use-deco-container img {
        height: 540px;
    }

    .why-use-img-deco-first {
        position: absolute;
        top: 25%;
        left: 13%;
    }

    .why-use-img-deco-last {
        position: absolute;
        top: -5%;
        right: 1%;
    }

    .why-use>.container-fluid>.row>.col-sm-12,
    .sliderBannerImg .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .why-use>.container-fluid>.row>.col-sm-12:last-child {
        margin-top: 20px;
    }

    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:first-child,
    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:last-child,
    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:nth-child(2),
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:first-child,
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:last-child,
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:nth-child(2) {
        left: 0%;
    }

    .sliderBannerImg .col-sm-12:first-child .feauture-item-container {
        top: -33%;
    }

    .sliderBannerImg .col-sm-12:last-child .feauture-item-container {
        top: 33%;
    }

    .feauture-item-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 15px;
    }

    .feauture-icon-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .iphone-frame {
        left: 6.5%;
    }

    .iphoneFrame {
        max-width: 54%;
        margin-top: -80px;
    }

    .img-intro-slider img {
        max-width: 40%;
    }

    .feauture-content-first .col-sm-12:first-child,
    .feauture-content-last .col-sm-12:first-child,
    footer>.container>.row>.col-sm-12:first-child {
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .introduce-content {
        padding-right: 0px;
    }

    .introduce-system .row .col-sm-12:first-child,
    .why-use .row .col-sm-12,
    .feauture-content-first .col-sm-12:first-child,
    .feauture-content-last .col-sm-12:first-child,
    footer>.container>.row>.col-sm-12:first-child {
        margin-bottom: 20px;
    }

    .why-use .row .col-sm-12:last-child {
        margin-bottom: 0px;
    }

    .feauture-img-lg img,
    .img-introduce,
    .contact-footer {
        height: auto;
        width: 100%;
    }

    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:first-child,
    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:last-child,
    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:nth-child(2),
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:first-child,
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:last-child,
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:nth-child(2) {
        left: 0%;
    }

    .sliderBannerImg .col-sm-12:first-child .feauture-item-container {
        top: -40%;
    }

    .sliderBannerImg .col-sm-12:last-child .feauture-item-container {
        top: 36%;
    }

    .feauture-item-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 15px;
    }

    .feauture-icon-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .why-use-img-deco-first {
        top: 20%;
    }

    .iphoneFrame {
        margin-top: -68px;
    }

    .why-use-img-deco-last {
        top: -5%;
    }
}

@media (max-width: 575.98px) {
    .introduce-content {
        padding-right: 0px;
    }

    .introduce-sub-title {
        font-size: 30px;
    }

    .why-use-deco {
        min-height: 315px;
    }

    .why-use-deco-container img {
        height: 335px;
    }

    .why-use-img-deco-first {
        position: absolute;
        top: 15%;
        left: -2%;
    }

    .why-use-img-deco-last {
        position: absolute;
        top: -10%;
        right: -2%;
    }

    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:first-child,
    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:last-child,
    .sliderBannerImg .col-sm-12:first-child .feauture-item-container .feauture-item:nth-child(2),
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:first-child,
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:last-child,
    .sliderBannerImg .col-sm-12:last-child .feauture-item-container .feauture-item:nth-child(2) {
        left: 0%;
    }

    .introduce-system .row .col-sm-12:first-child,
    .why-use .row .col-sm-12,
    .feauture-content-first .col-sm-12:first-child,
    .feauture-content-last .col-sm-12:first-child,
    footer>.container>.row>.col-sm-12:first-child {
        margin-bottom: 20px;
    }

    .sliderBannerImg .col-sm-12:first-child .feauture-item-container {
        top: -40%;
    }

    .sliderBannerImg .col-sm-12:last-child .feauture-item-container {
        top: 36%;
    }

    .feauture-item-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 15px;
    }

    .feauture-icon-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .why-use .row .col-sm-12:last-child {
        margin-bottom: 0px;
    }

    .img-intro-slider img {
        max-width: 55%;
    }

    .iphoneFrame {
        max-width: 64%;
        margin-top: -57px;
    }

    .feauture-img-lg img,
    .img-introduce,
    .contact-footer {
        height: auto;
        width: 100%;
    }

}