body {
    background-color: #F5F7F9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.btn, .navbar {
    font-weight: 500;
}
h2 {
    padding-bottom: 2rem;
}
p, body, footer {
    color: #5D1212;
}
.main_container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
}
.steps {
    display: block;
    line-height: 1;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
}
.steps p {
    font-weight: 600;
    text-align: center;
}
#description {
    padding: 3rem 0;
}
.under_header {
    max-width: 700px;
    margin: 0 auto 2rem auto;
}
.how_desc {
    max-width: 340px;
    margin: 0 auto;
}
.z100 {
    z-index: 100;
}
.z101 {
    z-index: 101;
}
.z102 {
    z-index: 102;
}
.z103 {
    z-index: 103;
}
.zc {
    z-index: 999;
}
.zm {
    z-index: 998;
}
.top_container h1 {
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.top_container h1 span {
    background: linear-gradient(91deg, #E56575 6.61%, #FFAD73 74.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_container p {
    margin-bottom: 1.1rem;
}
.top_container p, p {
  word-spacing: 1px;
}
.col-desc, .col-title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
.btn {
    font-size: 14px!important;
    font-weight: 500!important;
    border-radius: 4px;
    transition: all .2s;
    -webkit-transition: all .2s;
    padding: 1rem 4mm;
}
.btn_red {
    border-radius: 8px;
    background: linear-gradient(92deg, #F04C75 3.62%, #FD906F 91.51%);
    color: #fff!important;
}
.btn_red:hover {
    color: #fff!important;
    box-shadow: 0 0 30px 0 rgba(249, 109, 49, 0.70);
}

.btn_text {
    background: transparent;
    color: #5D1212;
}
.btn_text:hover,
.btn_text:focus,
.btn_text:active {
    text-decoration: underline;
}
.btn.btn_review {
    padding: 0;
}
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
}
.btn_text .fas {
    margin-left: 0.35rem;
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-check:before {
    content: "\f00c";
}
.hero_text {
    width: 100%;
    margin: 0 auto;
}
.top_container {
    min-height: 1px;
    padding: 9rem 0 0 0;
}
.top_container .clients {
    width: 141px;
}
.top_container .clients img {
    width: 141px;
    height: 46px;
}
.top_container .review p {
    font-size: 1.5rem;
}
.top_container .stats .h3 {
    font-size: 2.5rem;
    font-weight: 700;
}
.top_container .stats p {
    font-size: 1rem;
    font-weight: 700;
}
.hero_left, .hero_right {
    display: none;
}
.hero_left {
    bottom: 0px;
    left: 0px;
}
.hero_right {
    width: 500px;
    top: 50px;
    right: 0px;
    z-index: 998;
}
.hero_mobile_container {
    display: block;
    padding-bottom: 9rem;
}
.hero_mobile_container img {
    width: 100%;
    margin-left: 0;
}
.hero_mobile {
    display: block;
}
.m1, .m2, .m3 {
    width: 0px;
}
.m1 img, .m2 img, .m3 img {
    display: block;
    width: 100%;
}
.m1, .m2, .m3 {
    display: none;
    visibility: hidden;
}
.anchor_link {
}
.anchor_link:hover {
    text-decoration: underline;
}
#features h4 {
    margin-top: 4px!important;
}
li {
    display: block;
}
.icon h4{
    word-spacing: 4px;
    margin-top: 0.5rem;
}
h4 {
    font-size: 16px;
    word-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 4px;
}
#services {
    padding: 6rem 0;
}
#services h2,
#services h3 {
    font-weight: 700;
}
#services h2 {
    font-size: 2.5rem;
}
#services h3 {
    font-size: 1.125rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
}
#pricing {
    padding: 2rem 0;
}
.icon_container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.icon_container img {
    width: 100%;
}
footer {
    background: #eceff3;
    font-size: 0.875rem;
    padding: 0.5rem;
}
.about_card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0px 4px 30px 0px rgba(240, 76, 117, 0.50);
    padding: 2rem;
}
#about  {
    padding: 0 0 10rem 0;
}
#about .background {
    position: absolute;
    width: 110%;
    left: -5%;
    top: 30%;
    transform: scale(5);
}
.margin {
    display: none;
}
.about_card {
    margin-top: 2rem;
}
@media (max-width: 575px) {
    .col-pro {
        -webkit-box-shadow: 10px 17.3px 40px rgba(99,117,138,0.2);
        -moz-box-shadow: 10px 17.3px 40px rgba(99,117,138,0.2);
        box-shadow: 10px 17.3px 40px rgba(99,117,138,0.2);
    }
}
@media (min-width: 576px) {
    .pricing {
        margin: 3rem 0;
    }
    .price_container {
        padding: 2rem 4rem 1rem 4rem;
    }
    .hero_mobile_container img {
        width: 85%;
        margin-left: 15%;
    }
    .top_container h1 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .top_container p {
        margin-bottom: 2.5rem;
    }
    .stats {
        font-size: 4rem;
    }
    .mt2 {
        margin-top: 50px;
    }
    .mt3 {
        margin-top: 60px;
    }
    .feat_container {
        margin-bottom: 50px;
    }
    .text_container_pricing {
        margin: 0 auto 80px auto;
    }
    .hero_text {
        width: 420px;
    }
    .text_container {
        margin: 0 auto 4rem auto;
    }
    .stats_col {
        margin: 0;
    }
    .mobile_how_col {
        margin: 80px 0 0 0;
    }
    .mobile_desc_img {
        display: none;
        visibility: hidden;
    }
    .mobile_btn_margin {
        margin-bottom: 0px;
    }
    .col-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .chart-container {
    width: 500px;
    height: 334px;
    bottom: -62px;
    left: 0px;
  }
  .col-start {
      position: absolute;
      right: 0px;
  }
  .col-pro {
      position: absolute;
      left: 0px;
      -webkit-transform: translateX(-12px);
      -moz-transform: translateX(-12px);
      -ms-transform: translateX(-12px);
      -o-transform: translateX(-12px);
      transform: translateX(-12px);
  }
  .pricing .btn {
      width: 220px;
      font-size: 14px;
  }
    .m1, .m2, .m3 {
        width: 350px;
        display: block;
        visibility: visible;
    }
    .m1 {
        top: 50px;
        left: -100px;
    }
    .m2 {
        top: 70px;
        right: -150px;
    }
    .m3 {
        top: 80px;
        left: -130px;
    }
    .btn_transparent {
        padding: 15px 33px;
        margin-left: 10px;
    }
    #services {
        padding: 6rem 0;
    }
    #description1 {
        padding: 2rem 0;
    }
    #mobile {
        padding: 0 0 2rem 0;
    }
    #pricing {
        padding: 6rem 0 3rem 0;
    }
    h2 {
        font-size: 2.3rem;
    }
    #about .background {
        width: 110%;
        left: -5%;
        top: 20%;
        transform: scale(4);
    }
}
@media (min-width: 768px) {
    #pricing .details {
        margin-bottom: 1rem;
    }
    .price_border {
        border-right: 1px solid #353150;
        border-bottom: 0px solid #353150;
    }
    .price_container {
        padding: 1.5rem 0 0.5rem 0;
    }
    #pricing .btn {
        width: 100%;
    }
    .top_container .content {
        padding-right: 0px;
    }
    .hero_mobile {
        display: none;
    }
    .hero_right {
        width: 550px;
        top: 100px;
        right: -280px;
        display: block;
    }
    .top_container {
        padding: 10em 0;
    }
    .top_container h1 {
        font-size: 3.5rem;
    }
    .hero_text {
        width: 420px;
        margin: 0 auto;
    }
    .btn_last {
        margin-left: 5px;
    }
    .mt2 {
        margin-top: 60px;
    }
    #mobile {
        padding: 3rem 0;
    }
    #pricing {
        padding: 8rem 0 5rem 0;
    }
    #services {
        padding: 8rem 0;
    }
    #description, #description1 {
        padding: 3rem 0;
    }
    .mt4 {
        margin-top: 380px;
    }
    .mobile_text_center {
        text-align: left;
    }
    .m1, .m2, .m3 {
        width: 370px;
    }
    .m1 {
        top: 50px;
        left: 30px;
    }
    .m2 {
        right: 0;
    }
    .m3 {
        left: 0;
    }
    .under_header {
        margin: 0 auto 3rem auto;
    }
    h4 {
        font-size: 18px;
    }
    #about .background {
        width: 110%;
        left: -5%;
        top: 20%;
        transform: scale(2.5);
    }
}
@media (min-width: 992px) {
    .price_container {
        padding: 2rem 15px 1rem 15px;
    }
    #pricing .btn {
        width: 250px;
    }
    .top_container {
        height: auto;
        min-height: 350px;
    }
    .hero_right {
        width: 500px;
        top: 200px;
        right: 0;
    }
    .hero_mobile_container {
        display: none;
    }
    .top_container h1 {
        font-size: 3.5rem;
    }
    .hero_text {
        width: 460px;
    }
    .mobile_how_col {
        margin: 0px;
    }
    .steps_border_orange, .steps_border_red {
        margin-top: 0px;
    }
    .line {
        display: block;
        visibility: visible;
        margin-top: 50px;
    }
    .nav-item .nav-link, .nav-item .nav-link-last{
        -webkit-transition: all 0.15s;
        transition: all 0.15s;
    }
    .nav-item:hover .nav-link, .nav-item:hover .nav-link-last{
    }
    .mobile_pricing_col {
        margin-bottom: 0px;
    }
    .icon {
        margin-bottom: 0px;
    }
    .tablet_view_break_lg {
        display: none;
    }
    .tablet_view_break {
        display: block;
    }
    .m1, .m2, .m3 {
        width: 450px;
    }
    .m1 {
        top: 50px;
        left: 50px;
    }
    .m3 {
        top: 100px;
    }
    #about .background {
        top: -10%;
        height: 120%;
        transform: scale(1);
    }
    .margin {
        display: block;
    }
    .about_card {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .price_container {
        padding: 2rem 25px 1rem 25px;
    }
    body {
        font-size: 16px;
    }
    .hero_right {
        width: 600px;
    }
    .top_container {
        padding: 10rem 0 16rem 0;
    }
    .top_container h1 {
        font-size: 4.5rem;
    }
    h2 {
        font-size: 3rem;
    }
    .price-container {
        min-height: 1px;
    }
    .text_container {
        margin: 0px auto 160px auto;
    }
    .m1, .m2, .m3 {
        width: 600px;
    }
    .m1 {
        top: -30px;
        left: 50px;
    }
    .m2 {
        top: 0;
    }
    .m3 {
        top: 50px;
    }
    #services {
        padding: 10rem 0;
    }
    #pricing {
        padding: 10rem 0 5rem 0;
    }
    #about .background {
        top: -25%;
        height: 140%;
    }
}
@media (min-width: 1400px) {
    .hero_right {
        width: 740px;
    }
    .m1, .m2, .m3 {
        width: 700px
    }
    .m1 {
        top: -30px;
    }
    .m3 {
        top: 0;
    }
    .top_container {
        padding: 10rem 0 15rem 0;
    }
    .top_container h1 {
        font-size: 5.5rem;
    }
    h2 {
        font-size: 3rem;
    }
    #services {
        padding: 12rem 0;
    }
    #about .background {
        top: -30%;
        height: 150%;
    }
}
@media (min-width: 1700px) {
    .hero_right {
        width: 850px;
    }
    .top_container {
        padding: 12rem 0 20rem 0;
    }
    .m1 {
        left: 150px;
    }
    .m2 {
        right: 100px;
    }
    .m3 {
        left: 100px;
    }
    .technology {
        padding: 1rem 2rem;
    }
    #about .background {
        top: -25%;
    }
}
@keyframes fadeInUp {
      from {
          opacity: 0;
          transform:translateY(30px);
          -ms-transform:translateY(30px);
          -webkit-transform:translateY(30px);
      }

      to {
          opacity: 1;
          transform:translateY(0px);
          -ms-transform:translateY(0px);
          -webkit-transform:translateY(0px);
      }
  }

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform:translateY(30px);
        -ms-transform:translateY(30px);
        -webkit-transform:translateY(30px);
    }

    to {
        opacity: 1;
        transform:translateY(0px);
        -ms-transform:translateY(0px);
        -webkit-transform:translateY(0px);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.delay-1 {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}
.delay-2 {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}
