.text-white{
  color: #ffffff;  
}
.text-uppercase {
    text-transform: uppercase;
}
.shapes {
    position: absolute;
    z-index: -1;
}
.slick-dots {
    list-style-type: none;
    display: flex;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    text-indent: -50000px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background: #e4e4e4;
    transition: all .3s ease-in-out;
}
.z-1 {
  z-index: 1;
}
.main-page-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: -1;
    background: linear-gradient(180deg, #F4F4F4 0%, rgba(247, 247, 247, 0.84) 85.79%, rgba(247, 247, 247, 0) 100%);
}
.hero-banner .illustration {
    position: absolute;
    right: 0;
    top: 2%;
    z-index: 1;
    padding-left: 12%;
    max-width: 50%;
}
.hero-banner .illustration .shape_01 {
    left: 0;
    bottom: 0;
    max-width: 22%;
    z-index: 0;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, .09);
    border-radius: 30px;
}
.hero-banner .illustration .shape_02 {
    top: 23%;
    left: 15%;
    max-width: 43%;
    z-index: 0;
    animation: jumpThree 5s infinite linear;
}
.hero-banner .illustration .shape_03 {
    bottom: 0%;
    right: 4%;
    max-width: 51%;
    z-index: 0;
    animation: jumpTwo 5s infinite linear;
}
.hero-banner .bg-shape {
    right: 0;
    top: 4%;
    max-width: 50%;
}
.count-banner .wrapper {
    background: #fff;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, .04);
    border-radius: 30px;
}
.count-banner .shape_01 {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    max-width: 10%;
}
.count-banner .shape_02 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    max-width: 10%;
}
.count-banner .shape_03 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    max-width: 13%;
}
.h-it-w .h-it-w-content{
    background: #fff;
    box-shadow: 0px 25px 60px rgba(0, 0, 0, .01);
    border-radius: 40px;
    padding: 50px 35px 45px;
}
.block-feature .feature-block {
    background: #f7f7f7;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.block-feature .feature-block .shape_01 {
    left: 0;
    top: 10%;
}
.block-feature .feature-block .shape_02 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 86%;
}
.block-feature .feature-block .shape_03 {
    right: 0;
    top: 10%;
    max-width: 9%;
}
.feedback-section .shape_01 {
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
}
.feedback-section .shape_02 {
    right: 0;
    top: 40%;
    max-width: 8%;
}
.feedback-section .shape_03 {
    left: 0;
    top: 40%;
    max-width: 8%;
}
.feedback-section .slick-dots {
    justify-content: center;
    margin: 50px 0 0;
    padding: 0;
}
.feedback-section .slick-dots button {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
}
.feedback-section .slick-dots .slick-active button {
    background: #000;
}
.feedback-section blockquote span {
    color: #2563eb;
}
#pricing {
    background: url(/public/img/bg_11.jpg) no-repeat center;
    background-size: cover;
}
#pricing .ti-check {
    color: #000000;
}
.applink-section .shape_01 {
    animation: jumpThree 5s infinite linear;
    max-width: 155px;
}
.applink-section .platform-button-group {
    justify-content: center;
}
.applink-section .platform-button-group a {
    width: 190px;
    height: 58px;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 0 5px 0 22px;
    margin: 10px 10px 0;
    background: #fff;
    color: #000;
    text-align: left;
    font-size: 18px;
    transition: all .3s ease-in-out;
}
.applink-section .platform-button-group a.ios-button {
    background: #000;
    border-color: #000;
}
.applink-section .platform-button-group a:hover {
    transform: translateY(-5px);
    box-shadow: -5px 10px 30px rgba(0, 0, 0, .05);
}
.applink-section .platform-button-group a .icon {
    margin-right: 14px;
}
.applink-section .platform-button-group a span {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    display: block;
    line-height: initial;
    margin-bottom: -3px;
}
.applink-section .platform-button-group a.ios-button span {
    color: #999;
}
.applink-section .platform-button-group a strong {
    font-weight: 500;
    display: block;
}
.applink-section .platform-button-group a.ios-button strong {
    color: #fff;
}
.footer .footer-wrap{
    background: #fff;
    border-radius: 40px;
    box-shadow: 0px -40px 90px rgba(0, 0, 0, .03);
}
.footer .bg_01 {
    bottom: 0;
    right: 0;
}
.footer .shape_02 {
    max-width: 120px;
    right: 30px;
    top: 57%;
    z-index: 0;
}
.footer .shape_03 {
    max-width: 5%;
    left: 30px;
    top: 57%;
    z-index: 0;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1420px;
    }
}
@media (max-width: 1024px) {
    .hero-banner .illustration {
        top: 20%;
    }
}
@media (max-width: 767px) {
    .hero-banner .illustration {
        position: relative;
        max-width: 600px;
        width: 95%;
        margin: 50px 0 0 auto;
    }
}
@-webkit-keyframes jumpTwo {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(0,20px,0);transform: translate3d(0,20px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}
@keyframes jumpTwo {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(0,20px,0);transform: translate3d(0,20px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}

@keyframes jumpThree {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}


