/*-----------------------------------------------------------------------------------

    Template Name: Ruxin - App Landing Page HTML Template
    Template URI: site.com
    Description: Ruxin is a colorful 2020 style app landing page HTML Template. It is specially designed for any kind of mobile app, software, sass, startup, marketing, one page and other online businesses.
    Author: Layerdrops
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
        01.COMMON css 
===========================*/
@import url("css2-montserratwght3004005006007.css");
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666e82;
  overflow-X: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2e3d62;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666e82;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1400px) {
  .custom-container {
    max-width: 1590px; } }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 30px;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  border-radius: 4px;
  color: #2e3d62;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .main-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    background-color: #ff8257;
    z-index: -1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .main-btn:hover {
    color: #fff; }
    .main-btn:hover::before {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
      transform: translate3d(-50%, -50%, 0) scale(1.5); }
  .main-btn.main-btn-2 {
    color: #fff;
    background-color: #ff8257; }
    .main-btn.main-btn-2::before {
      background-color: #2e3d62; }
    .main-btn.main-btn-2:hover {
      color: #fff; }
      .main-btn.main-btn-2:hover::before {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
        transform: translate3d(-50%, -50%, 0) scale(1.5); }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-weight: 600;
  color: #666e82;
  font-size: 16px;
  position: relative;
  padding-top: 35px; }
  .section-title .sub-title::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff8257;
    -webkit-transform: rotate(45deg) translateX(0);
    -moz-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    -o-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    left: 2px;
    top: 3px; }
.section-title .title {
  font-size: 46px;
  font-weight: 800;
  color: #2e3d62;
  margin-top: 5px;
  letter-spacing: -2px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px;
      letter-spacing: 0; } }
.section-title.text-center .sub-title::before {
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: 9px; }

/*===========================
       02.Header css 
===========================*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 23px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin-top: 0;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    background-color: #fff; }

.navbar {
  padding: 0; }
  .navbar .container1 {
    padding-left: 15px;
    padding-right: 15px; }
  .navbar .navbar-toggler {
    padding: 0; }
    .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #fff;
      display: block;
      margin: 5px 0;
      position: relative;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 9;
      -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 12px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      margin-top: 23px; } }
  @media (max-width: 767px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 9;
      -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 12px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      margin-top: 23px; } }
  .navbar .navbar-nav li {
    margin-right: 50px;
    position: relative;
    padding: 15px 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .navbar .navbar-nav li {
        margin-right: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-nav li {
        padding: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .navbar .navbar-nav li {
        padding: 0;
        margin-right: 0; } }
    .navbar .navbar-nav li a {
      font-size: 16px;
      font-weight: 700;
      position: relative;
      color: #fff;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li a {
          color: #2e3d62;
          display: block;
          padding: 5px 10px; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li a {
          color: #2e3d62;
          display: block;
          padding: 5px 10px; } }
      .navbar .navbar-nav li a::before {
        position: absolute;
        content: '';
        width: 0;
        height: 1px;
        background-color: #fff;
        bottom: 2px;
        left: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav li a::before {
            display: none; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav li a::before {
            display: none; } }
      .navbar .navbar-nav li a .sub-nav-toggler {
        display: none; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav li a .sub-nav-toggler {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            background: none;
            color: #666e82;
            font-size: 16px;
            border: 0;
            width: 35px;
            height: 35px; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav li a .sub-nav-toggler {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            background: none;
            color: #666e82;
            font-size: 16px;
            border: 0;
            width: 35px;
            height: 35px; } }
        .navbar .navbar-nav li a .sub-nav-toggler span {
          width: 8px;
          height: 8px;
          border-left: 1px solid #222;
          border-bottom: 1px solid #222;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: relative;
          top: -5px; }
    .navbar .navbar-nav li.active > a::before, .navbar .navbar-nav li:hover > a::before {
      width: 100%; }
    .navbar .navbar-nav li .sub-menu {
      position: absolute;
      top: 120%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 190px;
      background-color: #fff;
      border-top: 2px solid #2e3d62;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      padding: 10px 0;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          display: none;
          opacity: 1;
          visibility: visible;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-transition: all 0s linear;
          transition: all 0s linear;
          border-top: 0;
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          display: none;
          opacity: 1;
          visibility: visible;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-transition: all 0s linear;
          transition: all 0s linear;
          border-top: 0;
          padding: 0 10px; } }
      .navbar .navbar-nav li .sub-menu li {
        padding: 0;
        margin-right: 0; }
        .navbar .navbar-nav li .sub-menu li a {
          color: #2e3d62;
          padding: 6px 20px;
          font-size: 14px;
          display: block; }
          .navbar .navbar-nav li .sub-menu li a::before {
            display: none; }
        .navbar .navbar-nav li .sub-menu li:hover > a {
          padding-left: 23px;
          color: #ff8257; }
    .navbar .navbar-nav li:hover .sub-menu {
      top: 100%;
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li:hover .sub-menu {
          top: 0;
          left: 0; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li:hover .sub-menu {
          top: 0;
          left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-btn {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .navbar .navbar-btn {
      padding-top: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-btn .main-btn {
      display: block; } }
  @media (max-width: 767px) {
    .navbar .navbar-btn .main-btn {
      display: block; } }

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #2e3d62; }
.sticky .navbar .navbar-nav li a {
  color: #2e3d62; }
  .sticky .navbar .navbar-nav li a::before {
    background-color: #2e3d62; }

/*===========================
       03.Banner css 
===========================*/
.banner-area {
  position: relative;
  z-index: 5;
  padding-top: 180px;
  padding-bottom: 110px;
  overflow: hidden; }
  .banner-area .banner-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    z-index: -1; }
    @media only screen and (min-width: 1400px) {
      .banner-area .banner-shape-1 {
        width: 63%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .banner-area .banner-shape-1 {
        width: 75%; } }
    .banner-area .banner-shape-1 img {
      width: 100%; }
    .banner-area .banner-shape-1 .line {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      z-index: 1; }
  .banner-area .banner-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    z-index: -1; }
    .banner-area .banner-shape-2 img {
      width: 100%; }
  .banner-area .banner-shape-3 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .banner-area .banner-shape-3 {
        width: 150px; } }

.banner-content-wrapper {
  padding-bottom: 30px; }
  .banner-content-wrapper .banner-content {
    margin-top: 50px; }
    .banner-content-wrapper .banner-content .title {
      font-size: 60px;
      font-weight: 800;
      color: #2e3d62; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 48px; } }
    .banner-content-wrapper .banner-content p {
      font-size: 18px;
      font-weight: 500;
      line-height: 34px;
      margin-top: 35px; }
      @media (max-width: 767px) {
        .banner-content-wrapper .banner-content p {
          font-size: 16px;
          line-height: 28px; } }
    .banner-content-wrapper .banner-content .download-btn {
      padding-top: 40px; }
      .banner-content-wrapper .banner-content .download-btn li {
        margin-top: 10px;
        display: inline-block;
        margin-right: 18px; }
        .banner-content-wrapper .banner-content .download-btn li:last-child {
          margin-right: 0; }
        .banner-content-wrapper .banner-content .download-btn li a {
          padding-left: 70px;
          padding-right: 40px;
          padding-top: 17px;
          padding-bottom: 17px;
          position: relative;
          border-radius: 5px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .banner-content-wrapper .banner-content .download-btn li a {
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 60px;
              padding-right: 30px; } }
          @media (max-width: 767px) {
            .banner-content-wrapper .banner-content .download-btn li a {
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 60px;
              padding-right: 30px; } }
          .banner-content-wrapper .banner-content .download-btn li a i {
            font-size: 28px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 40px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .banner-content-wrapper .banner-content .download-btn li a i {
                left: 30px;
                font-size: 24px; } }
            @media (max-width: 767px) {
              .banner-content-wrapper .banner-content .download-btn li a i {
                left: 30px;
                font-size: 24px; } }
          .banner-content-wrapper .banner-content .download-btn li a .text-1 {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            display: block; }
          .banner-content-wrapper .banner-content .download-btn li a .text-2 {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            display: block; }
          .banner-content-wrapper .banner-content .download-btn li a.google-play {
            background-color: #ff8257; }
            .banner-content-wrapper .banner-content .download-btn li a.google-play:hover {
              background-color: #666e82; }
          .banner-content-wrapper .banner-content .download-btn li a.apple-store {
            background-color: #666e82; }
            .banner-content-wrapper .banner-content .download-btn li a.apple-store:hover {
              background-color: #ff8257; }
  .banner-content-wrapper .banner-image {
    margin-top: 50px; }
    .banner-content-wrapper .banner-image .image {
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg);
      -webkit-animation: ImgBounce1 2s ease-in-out infinite alternate;
      -moz-animation: ImgBounce1 2s ease-in-out infinite alternate;
      -o-animation: ImgBounce1 2s ease-in-out infinite alternate;
      animation: ImgBounce1 2s ease-in-out infinite alternate; }

@-webkit-keyframes ImgBounce1 {
  0% {
    -webkit-transform: translateY(0) rotate(15deg);
    -moz-transform: translateY(0) rotate(15deg);
    -ms-transform: translateY(0) rotate(15deg);
    -o-transform: translateY(0) rotate(15deg);
    transform: translateY(0) rotate(15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(15deg);
    -moz-transform: translateY(-20px) rotate(15deg);
    -ms-transform: translateY(-20px) rotate(15deg);
    -o-transform: translateY(-20px) rotate(15deg);
    transform: translateY(-20px) rotate(15deg); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(15deg);
    -moz-transform: translateY(0) rotate(15deg);
    -ms-transform: translateY(0) rotate(15deg);
    -o-transform: translateY(0) rotate(15deg);
    transform: translateY(0) rotate(15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(15deg);
    -moz-transform: translateY(-20px) rotate(15deg);
    -ms-transform: translateY(-20px) rotate(15deg);
    -o-transform: translateY(-20px) rotate(15deg);
    transform: translateY(-20px) rotate(15deg); } }
.banner-counter {
  padding-top: 40px; }
  .banner-counter .counter-title .title {
    font-size: 16px;
    font-weight: 600;
    color: #666e82; }
  .banner-counter .counter-wrapper {
    padding-top: 40px; }
  .banner-counter .single-counter {
    margin-top: 30px; }
    .banner-counter .single-counter .count-content {
      font-size: 16px;
      font-weight: 600;
      color: #666e82;
      display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .banner-counter .single-counter .count-content {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .banner-counter .single-counter .count-content {
          font-size: 14px; } }
      .banner-counter .single-counter .count-content .count {
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
        color: #2e3d62; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .banner-counter .single-counter .count-content .count {
            font-size: 40px;
            line-height: 40px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .banner-counter .single-counter .count-content .count {
            font-size: 40px;
            line-height: 40px; } }
        @media (max-width: 767px) {
          .banner-counter .single-counter .count-content .count {
            font-size: 40px;
            line-height: 40px; } }
      .banner-counter .single-counter .count-content span {
        color: #ff8257; }
.banner-privacy{
    width: 1200px;
    min-height: 50vh;
    margin: 0 auto;
}
.banner-privacy .privacy {
    margin-top: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-privacy {width: 100%;padding:20px;}
    .banner-privacy .privacy {
        margin-top: 180px;
    }
}
@media (max-width: 767px) {
    .banner-privacy {width: 100%;padding:20px;}
    .banner-privacy .privacy {
        margin-top: 180px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-privacy {width: 100%;padding:20px;}
    .banner-privacy .privacy {
        margin-top: 180px;
    }
}
.banner-privacy .privacy_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.banner-privacy .privacy ul li {
    margin-bottom: 20px;
    color: #101111;
    font-size: 14px;
    line-height: 1.6;
     list-style: none;
}
.banner-privacy .privacy_tit h2 {
    color: #101111;
    font-size: 28px;
}
.banner-privacy .privacy_tit>p {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    color: #b2b2b2;
    font-size: 14px;
}

/*===========================
      04.Features css 
===========================*/
.features-area {
  padding-top: 120px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .features-area::before {
    position: absolute;
    content: '';
    background-color: #f4f1f9;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    z-index: -1; }

.features-wrapper {
  padding-top: 18px; }

.single-features {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 60px 60px 23px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 65px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-features {
      padding: 60px 30px 28px; } }
  @media (max-width: 767px) {
    .single-features {
      padding: 60px 30px 28px; } }
  .single-features::before {
    position: absolute;
    content: '';
    bottom: -170px;
    right: -170px;
    width: 0;
    height: 0;
    border-bottom: 170px solid rgba(255, 255, 255, 0.2);
    border-left: 170px solid transparent;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-features .features-number {
    font-size: 90px;
    line-height: 80px;
    color: #2e3d62;
    opacity: 0.05;
    position: absolute;
    top: 50px;
    right: 60px;
    font-weight: 300;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-features .features-icon i {
    font-size: 64px;
    line-height: 60px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-features .features-content .features-title a {
    font-size: 22px;
    line-height: 34px;
    font-weight: 800;
    color: #2e3d62;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 32px; }
  .single-features .features-content p {
    margin-top: 37px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-features .features-btn {
    position: relative;
    bottom: -70px;
    display: inline-block;
    background-color: #fff;
    padding: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px; }
    .single-features .features-btn a {
      width: 60px;
      height: 60px;
      line-height: 60px;
      background-color: #5dd8d3;
      color: #fff;
      text-align: center;
      font-size: 22px;
      border-radius: 5px;
      -webkit-box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px -25px 30px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .single-features .features-btn a i {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .single-features.features-1 .features-icon i {
    color: #5dd8d3; }
  .single-features.features-1 .features-btn a {
    background-color: #5dd8d3; }
  .single-features.features-1:hover {
    background-color: #5dd8d3; }
    .single-features.features-1:hover .features-icon i {
      color: #fff; }
    .single-features.features-1:hover .features-content .features-title a {
      color: #fff; }
    .single-features.features-1:hover .features-content p {
      color: rgba(255, 255, 255, 0.8); }
  .single-features.features-2 .features-icon i {
    color: #9364d4; }
  .single-features.features-2 .features-btn a {
    background-color: #9364d4; }
  .single-features.features-2:hover {
    background-color: #9364d4; }
    .single-features.features-2:hover .features-icon i {
      color: #fff; }
    .single-features.features-2:hover .features-content .features-title a {
      color: #fff; }
    .single-features.features-2:hover .features-content p {
      color: rgba(255, 255, 255, 0.8); }
  .single-features.features-3 .features-icon i {
    color: #ee539b; }
  .single-features.features-3 .features-btn a {
    background-color: #ee539b; }
  .single-features.features-3:hover {
    background-color: #ee539b; }
    .single-features.features-3:hover .features-icon i {
      color: #fff; }
    .single-features.features-3:hover .features-content .features-title a {
      color: #fff; }
    .single-features.features-3:hover .features-content p {
      color: rgba(255, 255, 255, 0.8); }
  .single-features:hover::before {
    bottom: 0;
    right: 0;
    opacity: 1;
    visibility: visible; }

/*===========================
    05.Powerful Tools css 
===========================*/
.powerful-tools-area {
  position: relative;
  overflow: hidden; }
  .powerful-tools-area .powerful-shape {
    position: absolute; }
    .powerful-tools-area .powerful-shape.shape-1 {
      width: 488px;
      height: 488px;
      background-color: #f2fcfc;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 18%;
      left: 10%; }
      @media (max-width: 767px) {
        .powerful-tools-area .powerful-shape.shape-1 {
          width: 320px;
          height: 320px; } }
    .powerful-tools-area .powerful-shape.shape-2 {
      top: 30px;
      right: 3%;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .powerful-tools-area .powerful-shape.shape-2 {
          width: 150px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .powerful-tools-area .powerful-shape.shape-2 {
          width: 200px; } }
      @media (max-width: 767px) {
        .powerful-tools-area .powerful-shape.shape-2 {
          width: 150px; } }

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.powerful-tools-wrapper {
  padding-top: 55px;
  padding-bottom: 110px;
  border-bottom: 1px solid #d7dbe7; }

.powerful-image .image {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin-left: -75px;
  -webkit-animation: ImgBounce2 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce2 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce2 2s ease-in-out infinite alternate;
  animation: ImgBounce2 2s ease-in-out infinite alternate; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .powerful-image .image {
      margin-left: -50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .powerful-image .image {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .powerful-image .image {
      margin-left: 0; } }

@-webkit-keyframes ImgBounce2 {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg); } }
.powerful-tools-content .powerful-content-wrapper {
  padding-top: 38px; }
  .powerful-tools-content .powerful-content-wrapper p {
    font-size: 22px;
    font-weight: 500;
    color: #666e82;
    line-height: 40px; }
    @media (max-width: 767px) {
      .powerful-tools-content .powerful-content-wrapper p {
        font-size: 16px;
        line-height: 28px; } }
  .powerful-tools-content .powerful-content-wrapper .content-list {
    padding-top: 35px; }
    .powerful-tools-content .powerful-content-wrapper .content-list li {
      font-size: 18px;
      font-weight: 500;
      color: #666e82;
      margin-top: 10px;
      position: relative;
      padding-left: 25px; }
      @media (max-width: 767px) {
        .powerful-tools-content .powerful-content-wrapper .content-list li {
          font-size: 16px;
          line-height: 28px; } }
      .powerful-tools-content .powerful-content-wrapper .content-list li i {
        color: #ff8257;
        position: absolute;
        top: 5px;
        left: 0; }
.powerful-tools-content .main-btn {
  padding: 0 50px;
  margin-top: 52px;
  height: 70px;
  line-height: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .powerful-tools-content .main-btn {
      height: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .powerful-tools-content .main-btn {
      height: 50px;
      line-height: 50px; } }
  @media (max-width: 767px) {
    .powerful-tools-content .main-btn {
      height: 45px;
      line-height: 45px;
      padding: 0 30px; } }

/*===========================
    06.Discover css 
===========================*/
.discover-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .discover-area .discover-shape {
    position: absolute; }
    .discover-area .discover-shape.shape-1 {
      width: 368px;
      top: -80px;
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .discover-area .discover-shape.shape-1 {
          width: 220px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .discover-area .discover-shape.shape-1 {
          width: 268px; } }
      @media (max-width: 767px) {
        .discover-area .discover-shape.shape-1 {
          width: 120px; } }
      .discover-area .discover-shape.shape-1 img {
        width: 100%; }

.discover-content-wrapper .discover-items {
  max-width: 570px; }
  .discover-content-wrapper .discover-items .single-item {
    margin-top: 45px; }
    .discover-content-wrapper .discover-items .single-item .item-icon i {
      font-size: 64px;
      line-height: 60px; }
    .discover-content-wrapper .discover-items .single-item .item-text {
      padding-top: 20px; }
      .discover-content-wrapper .discover-items .single-item .item-text .title {
        font-size: 20px; }
    .discover-content-wrapper .discover-items .single-item.item-1 .item-icon i {
      color: #ff8257; }
    .discover-content-wrapper .discover-items .single-item.item-2 .item-icon i {
      color: #5dd8d3; }
    .discover-content-wrapper .discover-items .single-item.item-3 .item-icon i {
      color: #ee539b; }
.discover-content-wrapper .discover-content {
  margin-top: 50px; }
  .discover-content-wrapper .discover-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .discover-content-wrapper .discover-content p {
        font-size: 16px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .discover-content-wrapper .discover-content p {
        font-size: 16px;
        line-height: 28px; } }
  .discover-content-wrapper .discover-content .main-btn {
    padding: 0 50px;
    margin-top: 52px;
    height: 70px;
    line-height: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .discover-content-wrapper .discover-content .main-btn {
        height: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .discover-content-wrapper .discover-content .main-btn {
        height: 50px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .discover-content-wrapper .discover-content .main-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 30px; } }

.discover-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .discover-image {
      width: 720px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      position: relative; } }
  @media (max-width: 767px) {
    .discover-image {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      position: relative; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .discover-image {
      width: 540px; } }
  .discover-image .image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
    -moz-box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
    overflow: hidden; }
    .discover-image .image img {
      width: 100%; }

/*===========================
    07.Everything css 
===========================*/
.everything-area {
  background-color: #fff8f6;
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden; }
  .everything-area .everything-shape {
    position: absolute; }
    .everything-area .everything-shape.shape-1 {
      width: 588px;
      height: 588px;
      background-color: #ff8257;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 13%;
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .everything-area .everything-shape.shape-1 {
          width: 420px;
          height: 420px;
          top: 25%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .everything-area .everything-shape.shape-1 {
          top: 7%; } }
      @media (max-width: 767px) {
        .everything-area .everything-shape.shape-1 {
          width: 320px;
          height: 320px;
          top: 5%; } }
    .everything-area .everything-shape.shape-2 {
      width: 488px;
      height: 488px;
      background-color: #fff;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -30%;
      right: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .everything-area .everything-shape.shape-2 {
          width: 388px;
          height: 388px; } }
      @media (max-width: 767px) {
        .everything-area .everything-shape.shape-2 {
          width: 388px;
          height: 388px; } }

.everything-image .image {
  position: relative;
  -webkit-animation: ImgBounce3 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce3 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce3 2s ease-in-out infinite alternate;
  animation: ImgBounce3 2s ease-in-out infinite alternate; }
  @media only screen and (min-width: 1400px) {
    .everything-image .image {
      left: -50px; } }
  .everything-image .image img {
    width: 100%; }

@-webkit-keyframes ImgBounce3 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
.everything-content-wrapper .everything-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .everything-content-wrapper .everything-content p {
      font-size: 16px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .everything-content-wrapper .everything-content p {
      font-size: 16px;
      line-height: 28px; } }
.everything-content-wrapper .everything-content .everything-items li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 45px; }
  .everything-content-wrapper .everything-content .everything-items li span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-top: 3px; }
  .everything-content-wrapper .everything-content .everything-items li p {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px; }
  .everything-content-wrapper .everything-content .everything-items li:nth-child(3n+1) span {
    background-color: #ee539b; }
  .everything-content-wrapper .everything-content .everything-items li:nth-child(3n+2) span {
    background-color: #9364d4; }
  .everything-content-wrapper .everything-content .everything-items li:nth-child(3n+3) span {
    background-color: #5dd8d3; }
.everything-content-wrapper .everything-content .main-btn {
  padding: 0 50px;
  margin-top: 52px;
  height: 70px;
  line-height: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .everything-content-wrapper .everything-content .main-btn {
      height: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .everything-content-wrapper .everything-content .main-btn {
      height: 50px;
      line-height: 50px; } }
  @media (max-width: 767px) {
    .everything-content-wrapper .everything-content .main-btn {
      height: 45px;
      line-height: 45px;
      padding: 0 30px; } }

/*===========================
        08.Pricing css 
===========================*/
.pricing-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden; }
  .pricing-area .pricing-shape {
    position: absolute; }
    .pricing-area .pricing-shape.shape-1 {
      top: -18%;
      left: 2%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-area .pricing-shape.shape-1 {
          top: -12%; } }

.pricing-wrapper {
  padding-top: 20px; }

.single-pricing {
  border: 1px solid;
  background-color: #f2fcfc;
  padding: 20px;
  margin-top: 125px;
  border-radius: 4px;
  position: relative; }
  .single-pricing::before {
    position: absolute;
    content: '';
    background-image: url(../images/lines-2.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .single-pricing .pricing-icon {
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -90px auto 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-pricing .pricing-icon {
        width: 110px;
        height: 110px;
        line-height: 110px;
        margin-top: -75px; } }
    @media (max-width: 767px) {
      .single-pricing .pricing-icon {
        width: 110px;
        height: 110px;
        line-height: 110px;
        margin-top: -75px; } }
    .single-pricing .pricing-icon i {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: #fff;
      font-size: 68px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-pricing .pricing-icon i {
          font-size: 52px; } }
      @media (max-width: 767px) {
        .single-pricing .pricing-icon i {
          font-size: 52px; } }
  .single-pricing .pricing-price {
    padding-top: 55px; }
    .single-pricing .pricing-price .sub-title {
      font-size: 16px;
      color: #5dd8d3;
      font-weight: 600; }
    .single-pricing .pricing-price .price {
      font-size: 50px;
      font-weight: 800;
      color: #2e3d62;
      line-height: 55px;
      margin-top: 8px; }
  .single-pricing .pricing-body {
    background-color: #fff;
    padding: 25px 20px 40px;
    margin-top: 35px;
    border-radius: 4px; }
    .single-pricing .pricing-body .pricing-list li {
      font-size: 18px;
      font-weight: 500;
      line-height: 34px;
      margin-top: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-pricing .pricing-body .pricing-list li {
          font-size: 16px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .single-pricing .pricing-body .pricing-list li {
          font-size: 16px;
          line-height: 28px; } }
      .single-pricing .pricing-body .pricing-list li i {
        color: #ff8257;
        margin-right: 3px;
        font-size: 16px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-pricing .pricing-body .pricing-list li i {
            font-size: 14px; } }
    .single-pricing .pricing-body .main-btn {
      background-color: #f2fcfc;
      height: 60px;
      line-height: 60px;
      padding: 0 45px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      font-size: 18px;
      margin-top: 30px; }
      .single-pricing .pricing-body .main-btn::before {
        background-color: #9364d4; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-pricing .pricing-body .main-btn {
          height: 50px;
          line-height: 50px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-pricing .pricing-body .main-btn {
          height: 50px;
          line-height: 50px; } }
      @media (max-width: 767px) {
        .single-pricing .pricing-body .main-btn {
          height: 45px;
          line-height: 45px;
          padding: 0 30px; } }
  .single-pricing.pricing-1 {
    border-color: #5dd8d3; }
    .single-pricing.pricing-1 .pricing-icon {
      background-color: #5dd8d3; }
  .single-pricing.pricing-2 {
    border-color: #9364d4;
    background-color: #9364d4; }
    .single-pricing.pricing-2 .pricing-icon {
      background-color: #2e3d62; }
    .single-pricing.pricing-2 .pricing-price .sub-title {
      color: #fff; }
    .single-pricing.pricing-2 .pricing-price .price {
      color: #fff; }
    .single-pricing.pricing-2 .pricing-body .main-btn {
      background-color: #9364d4; }
      .single-pricing.pricing-2 .pricing-body .main-btn::before {
        background-color: #2e3d62; }
  .single-pricing.pricing-3 {
    border-color: #ee539b;
    background-color: #fff3f9; }
    .single-pricing.pricing-3 .pricing-price .sub-title {
      color: #ee539b; }
    .single-pricing.pricing-3 .pricing-icon {
      background-color: #ee539b; }
    .single-pricing.pricing-3 .pricing-body .pricing-list li {
      color: #666e82; }
    .single-pricing.pricing-3 .pricing-body .main-btn {
      background-color: #fff3f9; }

/*===========================
      09.Testimonial css 
===========================*/
.testimonial-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .testimonial-area .testimonial-shape {
    position: absolute; }
    .testimonial-area .testimonial-shape.shape-1 {
      width: 488px;
      height: 488px;
      background-color: #fff;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0%;
      left: -13%;
      z-index: -1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-area .testimonial-shape.shape-1 {
          width: 420px;
          height: 420px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial-area .testimonial-shape.shape-1 {
          width: 380px;
          height: 380px; } }
      @media (max-width: 767px) {
        .testimonial-area .testimonial-shape.shape-1 {
          width: 220px;
          height: 220px; } }
    .testimonial-area .testimonial-shape.shape-2 {
      width: 488px;
      height: 488px;
      background-color: #fff;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      bottom: -23%;
      right: 0;
      z-index: -1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .testimonial-area .testimonial-shape.shape-2 {
          width: 420px;
          height: 420px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial-area .testimonial-shape.shape-2 {
          width: 380px;
          height: 380px; } }
      @media (max-width: 767px) {
        .testimonial-area .testimonial-shape.shape-2 {
          width: 220px;
          height: 220px;
          bottom: -12%; } }

.testimonial-wrapper {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: tesiMove linear infinite 5s;
  -moz-animation: tesiMove linear infinite 5s;
  -o-animation: tesiMove linear infinite 5s;
  animation: tesiMove linear infinite 5s; }
  @media (max-width: 767px) {
    .testimonial-wrapper {
      display: none; } }
  .testimonial-wrapper .author-1 {
    position: absolute;
    bottom: 21%;
    left: 11%;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 75px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15); }
    .testimonial-wrapper .author-1 img {
      border-radius: 50%;
      width: 100%; }
  .testimonial-wrapper .author-2 {
    position: absolute;
    top: 30%;
    left: 23%;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 75px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15); }
    .testimonial-wrapper .author-2 img {
      border-radius: 50%;
      width: 100%; }
  .testimonial-wrapper .author-3 {
    position: absolute;
    top: 43%;
    left: 10%;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15); }
    .testimonial-wrapper .author-3 img {
      border-radius: 50%;
      width: 100%; }
  .testimonial-wrapper .author-4 {
    position: absolute;
    bottom: 29%;
    left: 26%;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15); }
    .testimonial-wrapper .author-4 img {
      border-radius: 50%;
      width: 100%; }
  .testimonial-wrapper .author-5 {
    position: absolute;
    top: 40%;
    right: 27%;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 75px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15); }
    .testimonial-wrapper .author-5 img {
      border-radius: 50%;
      width: 100%; }
  .testimonial-wrapper .author-6 {
    position: absolute;
    top: 46%;
    right: 10%;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15); }
    .testimonial-wrapper .author-6 img {
      border-radius: 50%;
      width: 100%; }
  .testimonial-wrapper .author-7 {
    position: absolute;
    bottom: 16%;
    right: 24%;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 75px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15); }
    .testimonial-wrapper .author-7 img {
      border-radius: 50%;
      width: 100%; }
  .testimonial-wrapper .author-8 {
    position: absolute;
    bottom: 24%;
    right: 6%;
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15); }
    .testimonial-wrapper .author-8 img {
      border-radius: 50%;
      width: 100%; }

@keyframes tesiMove {
  0% {
    transform: rotate(0deg); }
  15% {
    transform: rotate(2deg); }
  33% {
    transform: rotate(4deg); }
  66% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0deg); } }
.testimonial-bg {
  background-image: url(../images/shape-3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 155px;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .testimonial-bg {
      background: #ff8257;
      padding-top: 45px;
      padding-bottom: 45px;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 5px; } }

.testimonial-active {
  max-width: 540px;
  margin: 0 auto; }

.single-testimonial p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 40px; }
  @media (max-width: 767px) {
    .single-testimonial p {
      font-size: 16px;
      line-height: 28px; } }
.single-testimonial .author-name {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-top: 50px; }

/*===========================
      10.Screenshot css 
===========================*/
.screenshot-area {
  padding-top: 120px; }

.screenshot-active {
  padding: 92px 0 92px;
  position: relative;
  margin-top: 46px; }
  .screenshot-active::before {
    position: absolute;
    content: '';
    width: 21%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    background-image: url(../images/frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .screenshot-active::before {
        width: 38%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .screenshot-active::before {
        width: 38%; } }
    @media (max-width: 767px) {
      .screenshot-active::before {
        width: 101%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .screenshot-active::before {
        width: 38%; } }
  .screenshot-active .single-screenshot img {
    width: 100%; }

.screenshot-pagination {
  position: relative;
  margin-top: 45px;
  text-align: center; }
  .screenshot-pagination .swiper-pagination-bullet {
    background: #2e3d62;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #ff8257;
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
      -o-transform: scale(1.7);
      transform: scale(1.7); }

/*===========================
          11.FAQ's css 
===========================*/
.faq-area {
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
  z-index: 5; }
  .faq-area .faq-shape {
    position: absolute; }
    .faq-area .faq-shape.shape-1 {
      right: 7%;
      bottom: -12%; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .faq-area .faq-shape.shape-1 {
          width: 180px;
          bottom: -10%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .faq-area .faq-shape.shape-1 {
          width: 180px;
          bottom: -3%; } }
      @media (max-width: 767px) {
        .faq-area .faq-shape.shape-1 {
          width: 70px;
          bottom: -2%; } }

.faq-content-left {
  padding-right: 30px; }
  .faq-content-left p {
    margin-top: 38px;
    font-size: 18px;
    line-height: 34px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .faq-content-left p {
        font-size: 16px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .faq-content-left p {
        font-size: 16px;
        line-height: 28px; } }
  .faq-content-left img {
    margin-top: 40px;
    border-radius: 4px;
    width: 100%; }

.faq-accordion .accordion {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff; }
  .faq-accordion .accordion .card {
    border: 0;
    border-bottom: 1px solid #d7dbe7; }
    .faq-accordion .accordion .card:last-child {
      border-bottom: 0; }
    .faq-accordion .accordion .card .card-header {
      margin-bottom: 0;
      padding: 35px 40px;
      border: 0;
      background: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .faq-accordion .accordion .card .card-header {
          padding: 25px 30px; } }
      @media (max-width: 767px) {
        .faq-accordion .accordion .card .card-header {
          padding: 25px 30px; } }
      .faq-accordion .accordion .card .card-header a {
        font-size: 18px;
        font-weight: 600;
        color: #ff8257;
        padding-right: 20px;
        position: relative;
        display: block; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .faq-accordion .accordion .card .card-header a {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .faq-accordion .accordion .card .card-header a {
            font-size: 16px; } }
        .faq-accordion .accordion .card .card-header a::before {
          position: absolute;
          content: '';
          width: 16px;
          height: 2px;
          background-color: #2e3d62;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .faq-accordion .accordion .card .card-header a::after {
          position: absolute;
          content: '';
          width: 2px;
          height: 0px;
          background-color: #2e3d62;
          top: 50%;
          right: 6px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .faq-accordion .accordion .card .card-header a.collapsed {
          color: #2e3d62; }
          .faq-accordion .accordion .card .card-header a.collapsed::before {
            background-color: #ff8257; }
          .faq-accordion .accordion .card .card-header a.collapsed::after {
            background-color: #ff8257;
            height: 16px; }
    .faq-accordion .accordion .card .card-body {
      border: 0;
      padding: 35px 40px;
      padding-top: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .faq-accordion .accordion .card .card-body {
          padding: 25px 30px; } }
      @media (max-width: 767px) {
        .faq-accordion .accordion .card .card-body {
          padding: 25px 30px; } }
      .faq-accordion .accordion .card .card-body p {
        font-size: 18px;
        line-height: 34px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .faq-accordion .accordion .card .card-body p {
            font-size: 16px;
            line-height: 28px; } }
        @media (max-width: 767px) {
          .faq-accordion .accordion .card .card-body p {
            font-size: 16px;
            line-height: 28px; } }

/*===========================
        12.Blog css 
===========================*/
.blog-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f7f7fd;
  position: relative;
  overflow: hidden; }
  .blog-area .blog-shape {
    position: absolute; }
    .blog-area .blog-shape.shape-1 {
      width: 488px;
      height: 488px;
      background-color: #fff;
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -25%;
      left: 3%; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .blog-area .blog-shape.shape-1 {
          width: 388px;
          height: 388px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-area .blog-shape.shape-1 {
          width: 320px;
          height: 320px;
          top: 0; } }
      @media (max-width: 767px) {
        .blog-area .blog-shape.shape-1 {
          width: 188px;
          height: 188px;
          top: -2%; } }

.single-blog .blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px; }
  .single-blog .blog-image a {
    display: block; }
    .single-blog .blog-image a img {
      width: 100%;
      border-radius: 5px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .single-blog .blog-image .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 0 22px;
    line-height: 35px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px; }
.single-blog .blog-content {
  padding-top: 25px; }
  .single-blog .blog-content .meta li {
    display: inline-block;
    position: relative; }
    .single-blog .blog-content .meta li + li {
      margin-left: 30px; }
      .single-blog .blog-content .meta li + li::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #ff8257;
        bottom: 4px;
        left: -18px; }
    .single-blog .blog-content .meta li a {
      font-size: 14px;
      font-weight: 700;
      color: #ff8257;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .single-blog .blog-content .meta li a:hover {
        color: #2e3d62; }
  .single-blog .blog-content .blog-title a {
    font-size: 24px;
    font-weight: 700;
    color: #2e3d62;
    margin-top: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media (max-width: 767px) {
      .single-blog .blog-content .blog-title a {
        font-size: 20px; } }
  .single-blog .blog-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-blog .blog-content p {
        font-size: 16px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .single-blog .blog-content p {
        font-size: 16px;
        line-height: 28px; } }
.single-blog:hover .blog-image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.blog-wrapper .blog-col:nth-child(3n+1) .single-blog .blog-image .date {
  background-color: #5dd8d3; }
.blog-wrapper .blog-col:nth-child(3n+1) .single-blog .blog-content .blog-title a:hover {
  color: #5dd8d3; }
.blog-wrapper .blog-col:nth-child(3n+2) .single-blog .blog-image .date {
  background-color: #9364d4; }
.blog-wrapper .blog-col:nth-child(3n+2) .single-blog .blog-content .blog-title a:hover {
  color: #9364d4; }
.blog-wrapper .blog-col:nth-child(3n+3) .single-blog .blog-image .date {
  background-color: #ee539b; }
.blog-wrapper .blog-col:nth-child(3n+3) .single-blog .blog-content .blog-title a:hover {
  color: #ee539b; }

.blog-list-area {
  padding-top: 65px;
  padding-bottom: 115px; }

/*===========================
    13.Brand & Download css 
===========================*/
.brand-download-area {
  position: relative;
  z-index: 5; }
  .brand-download-area::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-image: url(../images/shape-4.png);
    background-size: 100% 100%;
    background-position: center right;
    z-index: -1; }

/*===== Brand Style =====*/
.brand-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  border-bottom: 1px solid #d7dbe7; }

.single-brand {
  text-align: center; }
  .single-brand img {
    opacity: 0.2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-brand:hover img {
    opacity: 0.6; }

/*===== Download Style =====*/
.download-area {
  padding-top: 110px;
  overflow: hidden; }

.download-content .title {
  font-size: 50px;
  font-weight: 800;
  color: #2e3d62; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .download-content .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .download-content .title {
      font-size: 24px; } }
.download-content p {
  font-size: 18px;
  color: #666e82;
  font-style: italic;
  padding-top: 15px;
  font-weight: 500; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .download-content p {
      font-size: 16px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .download-content p {
      font-size: 16px;
      line-height: 28px; } }
.download-content .download-btn {
  padding-top: 25px; }
  .download-content .download-btn li {
    margin-top: 10px;
    display: inline-block;
    margin-right: 18px; }
    .download-content .download-btn li:last-child {
      margin-right: 0; }
    .download-content .download-btn li a {
      padding-left: 70px;
      padding-right: 40px;
      padding-top: 17px;
      padding-bottom: 17px;
      position: relative;
      border-radius: 5px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .download-content .download-btn li a {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 60px;
          padding-right: 30px; } }
      @media (max-width: 767px) {
        .download-content .download-btn li a {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 60px;
          padding-right: 30px; } }
      .download-content .download-btn li a i {
        font-size: 28px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .download-content .download-btn li a i {
            left: 30px;
            font-size: 24px; } }
        @media (max-width: 767px) {
          .download-content .download-btn li a i {
            left: 30px;
            font-size: 24px; } }
      .download-content .download-btn li a .text-1 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        display: block; }
      .download-content .download-btn li a .text-2 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        display: block; }
      .download-content .download-btn li a.google-play {
        background-color: #ff8257; }
        .download-content .download-btn li a.google-play:hover {
          background-color: #666e82; }
      .download-content .download-btn li a.apple-store {
        background-color: #666e82; }
        .download-content .download-btn li a.apple-store:hover {
          background-color: #ff8257; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-image {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .download-image {
    margin-top: 50px; } }

/*===========================
        14.Footer css 
===========================*/
.footer-area {
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .footer-area .footer-shape {
    position: absolute; }
    .footer-area .footer-shape.shape-1 {
      width: 588px;
      height: 588px;
      background-color: rgba(41, 56, 91, 0.5);
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -40%;
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-area .footer-shape.shape-1 {
          width: 388px;
          height: 388px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .footer-shape.shape-1 {
          width: 420px;
          height: 420px;
          top: -140px; } }
      @media (max-width: 767px) {
        .footer-area .footer-shape.shape-1 {
          width: 188px;
          height: 188px;
          top: -2%; } }

.footer-widget {
  padding-top: 70px;
  padding-bottom: 120px; }
  .footer-widget .footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff; }

.footer-widget-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer-widget-wrapper .footer-about {
    width: 45%; }
    @media (max-width: 767px) {
      .footer-widget-wrapper .footer-about {
        width: 100%; } }
    .footer-widget-wrapper .footer-about p {
      font-size: 16px;
      line-height: 28px;
      color: #8e9ab6;
      font-weight: 600;
      margin-top: 28px; }
    .footer-widget-wrapper .footer-about .social {
      margin-top: 32px; }
      .footer-widget-wrapper .footer-about .social li {
        display: inline-block; }
        .footer-widget-wrapper .footer-about .social li + li {
          margin-left: 8px; }
        .footer-widget-wrapper .footer-about .social li a {
          width: 45px;
          height: 45px;
          line-height: 45px;
          text-align: center;
          background-color: #fff;
          border-radius: 50%;
          font-size: 16px;
          color: #2e3d62;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .footer-widget-wrapper .footer-about .social li a:hover {
            background-color: #ff8257;
            color: #fff; }
  .footer-widget-wrapper .footer-link {
    width: 20%;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .footer-widget-wrapper .footer-link {
        width: 100%;
        padding-left: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-widget-wrapper .footer-link {
        width: 40%; } }
    .footer-widget-wrapper .footer-link .link {
      margin-top: 10px; }
      .footer-widget-wrapper .footer-link .link li a {
        font-size: 16px;
        line-height: 28px;
        color: #8e9ab6;
        font-weight: 600;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin-top: 15px; }
        .footer-widget-wrapper .footer-link .link li a:hover {
          color: #ff8257; }
  .footer-widget-wrapper .footer-contact {
    width: 35%;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .footer-widget-wrapper .footer-contact {
        width: 100%;
        padding-left: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-widget-wrapper .footer-contact {
        width: 60%; } }
    .footer-widget-wrapper .footer-contact .contact-info .single-contact {
      position: relative;
      margin-top: 15px; }
      .footer-widget-wrapper .footer-contact .contact-info .single-contact i {
        font-size: 16px;
        color: #ff8257;
        position: absolute;
        left: 0;
        top: 5px; }
      .footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text {
        padding-left: 25px; }
        .footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p {
          font-size: 16px;
          line-height: 28px;
          color: #8e9ab6;
          font-weight: 600; }
          .footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p a {
            color: #8e9ab6;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear; }
            .footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p a:hover {
              color: #ff8257; }

.footer-newsletter .newsletter-form {
  position: relative;
  margin-top: 25px; }
  .footer-newsletter .newsletter-form input {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #666e82;
    border: 0;
    background-color: #fff;
    border-radius: 5px; }
  .footer-newsletter .newsletter-form button {
    background: none;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    font-size: 16px;
    color: #ff8257; }
.footer-newsletter p {
  font-size: 16px;
  line-height: 28px;
  color: #8e9ab6;
  font-weight: 600;
  margin-top: 20px; }

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0; }
  .footer-copyright p {
    font-size: 16px;
    line-height: 28px;
    color: #8e9ab6;
    font-weight: 600; }
    .footer-copyright p a {
      color: #8e9ab6;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .footer-copyright p a:hover {
        color: #ff8257; }

/*===== Back To Top =====*/
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
  background-color: #2e3d62; }
  .back-to-top:hover {
    color: #fff;
    background-color: #ff8257; }

/*===========================
      15.Page Banner css 
===========================*/
.page-banner-area {
  position: relative;
  z-index: 5; }
  .page-banner-area .page-banner-shape {
    position: absolute; }
    .page-banner-area .page-banner-shape.shape-1 {
      width: 588px;
      height: 588px;
      background: -moz-linear-gradient(70deg, #7456cc 0%, #cf93d5 100%);
      background: -webkit-linear-gradient(70deg, #7456cc 0%, #cf93d5 100%);
      background: -ms-linear-gradient(70deg, #7456cc 0%, #cf93d5 100%);
      border-radius: 50px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: -63%;
      left: -3%;
      opacity: 0.7; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .page-banner-area .page-banner-shape.shape-1 {
          width: 388px;
          height: 388px;
          top: -40%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .page-banner-area .page-banner-shape.shape-1 {
          width: 320px;
          height: 320px;
          top: -40%; } }
      @media (max-width: 767px) {
        .page-banner-area .page-banner-shape.shape-1 {
          width: 188px;
          height: 188px;
          top: -2%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .page-banner-area .page-banner-shape.shape-1 {
          width: 288px;
          height: 288px;
          top: -30%; } }
  .page-banner-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(152deg, #6c51cb 0%, #d094d5 100%);
    background: -webkit-linear-gradient(152deg, #6c51cb 0%, #d094d5 100%);
    background: -ms-linear-gradient(152deg, #6c51cb 0%, #d094d5 100%);
    opacity: 0.9;
    z-index: -5; }

.page-banner-content {
  padding-top: 225px;
  padding-bottom: 130px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content {
      padding-top: 195px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .page-banner-content {
      padding-top: 195px;
      padding-bottom: 100px; } }
  .page-banner-content .breadcrumb {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    background: none; }
    .page-banner-content .breadcrumb .breadcrumb-item {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      position: relative; }
      .page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 20px; }
        .page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
          position: absolute;
          content: '';
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #fff;
          bottom: 4px;
          left: 7px;
          padding: 0; }
      .page-banner-content .breadcrumb .breadcrumb-item a {
        color: #fff; }
  .page-banner-content .title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .page-banner-content .title {
        font-size: 30px;
        margin-top: 10px; } }

/*===========================
     16.Blog Details css 
===========================*/
.blog-details {
  padding-top: 60px;
  padding-bottom: 120px; }

.blog-details-image {
  position: relative; }
  .blog-details-image img {
    width: 100%;
    border-radius: 5px; }
  .blog-details-image .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #9364d4;
    padding: 0 22px;
    line-height: 35px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.blog-details-content {
  padding-top: 20px; }
  .blog-details-content .meta li {
    display: inline-block;
    position: relative; }
    .blog-details-content .meta li + li {
      margin-left: 30px; }
      .blog-details-content .meta li + li::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #ff8257;
        bottom: 4px;
        left: -18px; }
    .blog-details-content .meta li a {
      font-size: 14px;
      font-weight: 700;
      color: #ff8257;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .blog-details-content .meta li a:hover {
        color: #2e3d62; }
  .blog-details-content .title {
    font-size: 30px;
    font-weight: 800;
    color: #2e3d62;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .blog-details-content .title {
        font-size: 20px; } }
  .blog-details-content p {
    font-size: 18px;
    line-height: 30px;
    color: #666e82;
    font-weight: 400;
    padding-right: 10px;
    margin-top: 25px; }
    @media (max-width: 767px) {
      .blog-details-content p {
        font-size: 16px;
        line-height: 27px; } }
  .blog-details-content .blog-details-meta a {
    margin-right: 14px;
    display: 16px;
    font-weight: 500;
    color: #666e82; }
    .blog-details-content .blog-details-meta a i {
      color: #ff8257;
      padding-right: 5px; }

.blog-details-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dedbeb;
  padding-top: 5px;
  padding-bottom: 30px;
  margin-top: 50px; }
  .blog-details-meta .blog-details-tags {
    margin-top: 25px; }
    .blog-details-meta .blog-details-tags span {
      color: #2e3d62;
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .blog-details-meta .blog-details-tags span {
          font-size: 16px; } }
    .blog-details-meta .blog-details-tags a {
      color: #666e82;
      font-size: 16px;
      font-weight: 500;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .blog-details-meta .blog-details-tags a:hover {
        color: #ff8257; }
  .blog-details-meta .blog-details-share {
    margin-top: 25px; }
    .blog-details-meta .blog-details-share .share {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .blog-details-meta .blog-details-share .share li + li {
        margin-left: 10px; }
      .blog-details-meta .blog-details-share .share li a {
        width: 44px;
        height: 44px;
        line-height: 44px;
        border-radius: 50%;
        background: #2e3d62;
        text-align: center;
        font-size: 16px;
        color: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .blog-details-meta .blog-details-share .share li a:hover {
          background: #ff8257; }

.blog-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 1px solid #dedbeb;
  padding: 60px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .blog-author {
      padding: 15px;
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-author {
      padding: 25px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; } }
  .blog-author .blog-author-image img {
    border-radius: 5px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-author .blog-author-image img {
        width: 120px; } }
  .blog-author .blog-author-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px; }
    @media (max-width: 767px) {
      .blog-author .blog-author-content {
        padding-left: 0;
        padding-top: 25px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-author .blog-author-content {
        padding-left: 30px;
        padding-top: 0; } }
    .blog-author .blog-author-content .name {
      border-radius: 5px;
      width: 100%;
      font-size: 20px;
      font-weight: 700; }
    .blog-author .blog-author-content p {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .blog-author .blog-author-content p {
          margin-top: 25px; } }

.comment-title {
  font-size: 30px;
  font-weight: 800;
  color: #2e3d62; }
  @media (max-width: 767px) {
    .comment-title {
      font-size: 20px; } }

.blog-comment {
  margin-top: 55px; }
  .blog-comment .comment-single {
    margin-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    border-bottom: 1px solid #dedbeb;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .blog-comment .comment-single {
        display: block; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .blog-comment .comment-single {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; } }
    .blog-comment .comment-single .comment-image img {
      width: 90px;
      border-radius: 50%; }
    .blog-comment .comment-single .comment-content {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .blog-comment .comment-single .comment-content {
          padding-left: 0;
          padding-top: 25px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-comment .comment-single .comment-content {
          padding-left: 30px;
          padding-top: 0; } }
      .blog-comment .comment-single .comment-content .name {
        font-size: 20px;
        font-weight: 700;
        color: #2e3d62; }
      .blog-comment .comment-single .comment-content .date {
        font-size: 14px;
        font-weight: 600;
        color: #ff8257;
        margin-top: 5px; }
      .blog-comment .comment-single .comment-content p {
        margin-top: 20px;
        line-height: 30px; }
    .blog-comment .comment-single .replay-btn {
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 767px) {
        .blog-comment .comment-single .replay-btn {
          position: relative;
          margin-top: 25px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .blog-comment .comment-single .replay-btn {
          position: absolute;
          margin-top: 0; } }
      .blog-comment .comment-single .replay-btn .main-btn {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        font-weight: 700;
        background-color: #666e82;
        color: #fff; }

.comment-form {
  margin-top: 55px; }
  .comment-form .input-box {
    margin-top: 30px; }
    .comment-form .input-box textarea, .comment-form .input-box input {
      width: 100%;
      height: 85px;
      border-radius: 5px;
      padding: 0 30px;
      font-size: 16px;
      color: #2e3d62;
      border: 1px solid #dedbeb;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media (max-width: 767px) {
        .comment-form .input-box textarea, .comment-form .input-box input {
          height: 50px;
          padding: 0 25px; } }
      .comment-form .input-box textarea:focus, .comment-form .input-box input:focus {
        border-color: #ff8257; }
    .comment-form .input-box textarea {
      height: 230px;
      padding-top: 20px;
      resize: none; }
    .comment-form .input-box .main-btn {
      height: 85px;
      font-size: 20px;
      padding: 0 50px; }
      @media (max-width: 767px) {
        .comment-form .input-box .main-btn {
          height: 50px;
          line-height: 50px;
          padding: 0 30px;
          font-size: 14px; } }

.comment-form-wrapper {
  padding-top: 30px; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar .sidebar-title {
  color: #2e3d62;
  font-size: 20px;
  font-weight: 700; }
.sidebar .sidebar-search {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background: #ff8257; }
  .sidebar .sidebar-search input {
    width: 100%;
    height: 72px;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700; }
    .sidebar .sidebar-search input::placeholder {
      opacity: 1;
      color: #fff; }
    .sidebar .sidebar-search input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .sidebar .sidebar-search input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .sidebar .sidebar-search input::-webkit-input-placeholder {
      opacity: 1;
      color: #fff; }
.sidebar .sidebar-post {
  border: 1px solid #dedbeb;
  padding: 45px;
  border-radius: 5px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .sidebar-post {
      padding: 25px; } }
  @media (max-width: 767px) {
    .sidebar .sidebar-post {
      padding: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar .sidebar-post {
      padding: 45px; } }
  .sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px; }
    .sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single .sidebar-post-image img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      object-position: center;
      border-radius: 50%; }
    .sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single .sidebar-post-content {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 30px; }
      .sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single .sidebar-post-content .post-title a {
        font-size: 16px;
        font-weight: 600;
        color: #666e82;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .sidebar .sidebar-post .sidebar-post-wrap .sidebar-post-single .sidebar-post-content .post-title a:hover {
          color: #2e3d62; }
.sidebar .sidebar-category {
  border: 1px solid #dedbeb;
  padding: 45px;
  border-radius: 5px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .sidebar-category {
      padding: 25px; } }
  @media (max-width: 767px) {
    .sidebar .sidebar-category {
      padding: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar .sidebar-category {
      padding: 45px; } }
  .sidebar .sidebar-category .sidebar-category-list {
    padding-top: 10px; }
    .sidebar .sidebar-category .sidebar-category-list li a {
      font-size: 16px;
      font-weight: 600;
      color: #666e82;
      margin-top: 15px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .sidebar .sidebar-category .sidebar-category-list li a:hover {
        color: #ff8257; }
.sidebar .sidebar-tags {
  border: 1px solid #dedbeb;
  padding: 45px;
  border-radius: 5px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .sidebar-tags {
      padding: 25px; } }
  @media (max-width: 767px) {
    .sidebar .sidebar-tags {
      padding: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar .sidebar-tags {
      padding: 45px; } }
  .sidebar .sidebar-tags .sidebar-tags-list {
    margin-top: 25px; }
    .sidebar .sidebar-tags .sidebar-tags-list li {
      display: inline-block; }
      .sidebar .sidebar-tags .sidebar-tags-list li a {
        font-size: 16px;
        font-weight: 600;
        color: #666e82;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .sidebar .sidebar-tags .sidebar-tags-list li a:hover {
          color: #ff8257; }

/*# sourceMappingURL=style.css.map */

/* ===== 德盛嘉官网内容填充与响应式优化（2026-04-30） ===== */
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
}
.header-area {
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(38, 52, 84, 0.08);
}
.site-header-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.navbar .navbar-brand img {
  width: 180px;
  max-width: 42vw;
  height: auto;
}
.site-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 26px;
  font-size: 15px;
  font-weight: 700;
}
.site-header-nav a {
  color: #2e3d62;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.site-header-nav a:hover {
  color: #ff8257;
  text-decoration: none;
}
.site-header-nav .site-header-cta {
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8257 0%, #7b61ff 100%);
  box-shadow: 0 12px 28px rgba(255, 130, 87, .22);
}
.site-header-nav .site-header-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}
.banner-content-wrapper .banner-content > .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 130, 87, .12);
  color: #ff8257;
  font-size: 15px;
  font-weight: 800;
}
.banner-content-wrapper .banner-content > .sub-title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8257;
}
.banner-content-wrapper .banner-content .title {
  letter-spacing: -2px;
}
.banner-content-wrapper .banner-image .image img,
.powerful-image .image img,
.everything-image .image img {
  max-width: 100%;
  height: auto;
}
.landing-stat {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.landing-stat div {
  min-width: 118px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(38, 52, 84, .08);
  box-shadow: 0 16px 30px rgba(38, 52, 84, .08);
}
.landing-stat strong {
  display: block;
  color: #2e3d62;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}
.landing-stat span {
  display: block;
  margin-top: 6px;
  color: #666e82;
  font-size: 13px;
  font-weight: 700;
}
.single-features .features-content p {
  min-height: 98px;
}
.screenshot-area .single-screenshot img {
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(38, 52, 84, .14);
}
.site-footer {
  min-height: 56px;
  height: auto;
  line-height: 1.6;
  padding: 16px 24px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
}
.site-footer > * {
  display: inline-block;
  margin: 4px 14px;
  vertical-align: middle;
  color: #8b93a6;
  font-size: 14px;
}
.site-footer > a:hover {
  color: #ff8257;
  text-decoration: none;
}
.page-article {
  max-width: 1200px;
  width: 100%;
  min-height: calc(100vh - 70px);
  padding: 0 20px 64px;
}
.banner-privacy.page-article .privacy {
  margin-top: 150px;
}
.banner-privacy .privacy_tit {
  align-items: flex-end;
  gap: 20px;
  border-bottom: 1px solid rgba(38, 52, 84, .08);
  padding-bottom: 22px;
}
.banner-privacy .privacy_tit h1,
.banner-privacy .privacy_tit h2 {
  margin: 0;
  color: #2e3d62;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -1px;
}
.article-card {
  background: #fff;
  border: 1px solid rgba(38, 52, 84, .08);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 48px rgba(38, 52, 84, .08);
}
.article-card h2 {
  margin: 28px 0 12px;
  color: #2e3d62;
  font-size: 22px;
  font-weight: 850;
}
.article-card h2:first-child {
  margin-top: 0;
}
.article-card p,
.article-card li {
  color: #566178;
  font-size: 16px;
  line-height: 1.9;
}
.article-card ul {
  margin: 0;
  padding-left: 20px;
}
.article-card li {
  margin-bottom: 10px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.contact-card {
  min-height: 320px;
  padding: 32px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(38, 52, 84, .08);
  box-shadow: 0 18px 48px rgba(38, 52, 84, .08);
}
.contact-card-primary {
  background: linear-gradient(135deg, rgba(255,130,87,.10), rgba(123,97,255,.10));
}
.contact-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #ff8257 0%, #7b61ff 100%);
  font-size: 22px;
}
.contact-card h2 {
  margin-top: 22px;
}
@media (max-width: 991px) {
  .site-header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .site-header-nav {
    justify-content: flex-start;
    gap: 8px 16px;
    font-size: 14px;
  }
  .banner-area {
    padding-top: 210px;
  }
  .banner-content-wrapper .banner-content .title {
    letter-spacing: 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .header-area {
    padding: 14px 0;
  }
  .site-header-nav a:not(.site-header-cta) {
    display: none;
  }
  .site-header-inner {
    flex-direction: row;
    align-items: center;
  }
  .navbar .navbar-brand img {
    width: 158px;
  }
  .banner-area {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .banner-content-wrapper .banner-content .title {
    font-size: 34px;
  }
  .banner-content-wrapper .banner-content p {
    margin-top: 20px;
  }
  .landing-stat div {
    min-width: calc(33.333% - 8px);
    padding: 12px 10px;
  }
  .landing-stat strong {
    font-size: 22px;
  }
  .landing-stat span {
    font-size: 12px;
  }
  .banner-privacy.page-article .privacy {
    margin-top: 120px;
  }
  .banner-privacy .privacy_tit {
    display: block;
  }
  .banner-privacy .privacy_tit p {
    margin: 10px 0 0;
  }
  .article-card,
  .contact-card {
    padding: 22px;
    border-radius: 22px;
  }
  .article-card p,
  .article-card li {
    font-size: 15px;
  }
  .site-footer > * {
    margin: 4px 8px;
  }
}

/* ===== 移动端节奏优化与市场化落地页细节（2026-04-30） ===== */
@media (max-width: 991px) {
  .powerful-tools-wrapper {
    padding-top: 38px;
    padding-bottom: 72px;
  }
  .everything-area {
    padding-top: 58px;
    padding-bottom: 78px;
  }
  .screenshot-area {
    padding-top: 72px;
  }
  .screenshot-active {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .section-title .sub-title {
    padding-top: 22px;
    font-size: 14px;
  }
  .section-title .title {
    font-size: 27px;
    line-height: 1.25;
  }
  .features-area {
    padding-top: 44px;
  }
  .features-wrapper {
    padding-top: 2px;
  }
  .single-features {
    margin-top: 16px;
    margin-bottom: 18px;
    padding: 36px 22px 24px;
    border-radius: 18px;
  }
  .single-features .features-number {
    top: 24px;
    right: 22px;
    font-size: 58px;
    line-height: 58px;
  }
  .single-features .features-icon i {
    font-size: 46px;
    line-height: 46px;
  }
  .single-features .features-content .features-title,
  .single-features .features-content .features-title a {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.35;
  }
  .single-features .features-content p,
  .single-features .features-content p.eyou-edit {
    min-height: auto;
    margin-top: 14px;
    line-height: 1.75;
  }
  .powerful-tools-wrapper {
    padding-top: 18px;
    padding-bottom: 44px;
  }
  .powerful-image.mt-50,
  .powerful-tools-content.mt-50,
  .everything-image.mt-50,
  .everything-content-wrapper.mt-50 {
    margin-top: 20px;
  }
  .powerful-image .image,
  .everything-image .image {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .powerful-tools-content .powerful-content-wrapper {
    padding-top: 18px;
  }
  .powerful-tools-content .powerful-content-wrapper p {
    line-height: 1.75;
  }
  .powerful-tools-content .powerful-content-wrapper .content-list {
    padding-top: 14px;
  }
  .powerful-tools-content .powerful-content-wrapper .content-list li {
    margin-top: 8px;
  }
  .everything-area {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .everything-content-wrapper .everything-content .everything-items li {
    margin-top: 18px;
  }
  .everything-content-wrapper .everything-content .everything-items li span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }
  .everything-content-wrapper .everything-content .everything-items li p {
    padding-left: 12px;
    line-height: 1.75;
  }
  .screenshot-area {
    padding-top: 46px;
  }
  .screenshot-active {
    padding: 44px 0 50px;
    margin-top: 14px;
  }
  .screenshot-area .single-screenshot img {
    border-radius: 20px;
  }
}

/* ===== 官网精细化：人群分层、场景标签、最终转化（2026-04-30） ===== */
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-tags span {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #4f5a72;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,130,87,.18);
  box-shadow: 0 10px 24px rgba(38,52,84,.07);
}
.hero-tags span::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8257, #7b61ff);
}
.features-area .section-title .title,
.screenshot-area .section-title .title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.single-features {
  overflow: hidden;
  border: 1px solid rgba(46,61,98,.06);
}
.single-features::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff8257, #7b61ff);
  opacity: .85;
}
.single-features .features-content .features-title {
  color: #2e3d62;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 850;
  margin-top: 28px;
}
.single-features .features-content p {
  color: #5f6880;
  font-size: 16px;
  line-height: 1.85;
}
.audience-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
  padding-bottom: 52px;
}
.audience-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  padding: 34px 34px 30px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(46,61,98,.08);
  box-shadow: 0 22px 54px rgba(38,52,84,.10);
}
.audience-card::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: rgba(255,130,87,.12);
}
.audience-publisher::before {
  background: rgba(123,97,255,.13);
}
.audience-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ff8257;
  background: rgba(255,130,87,.11);
  font-size: 14px;
  font-weight: 800;
}
.audience-publisher .audience-badge {
  color: #7b61ff;
  background: rgba(123,97,255,.11);
}
.audience-card h3 {
  margin: 22px 0 12px;
  color: #2e3d62;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
}
.audience-card p {
  margin: 0 0 18px;
  color: #5f6880;
  font-size: 16px;
  line-height: 1.8;
}
.audience-card ul {
  margin: 0;
  padding: 0;
}
.audience-card li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin-top: 9px;
  color: #4f5a72;
  font-size: 15px;
  line-height: 1.6;
}
.audience-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff8257;
  font-weight: 900;
}
.audience-publisher li::before {
  color: #7b61ff;
}
.scenario-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.scenario-cloud span {
  padding: 9px 14px;
  border-radius: 999px;
  color: #4f5a72;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(46,61,98,.08);
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 10px 22px rgba(46,61,98,.06);
}
.final-cta {
  position: relative;
  padding: 86px 0 74px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,130,87,.14), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(123,97,255,.14), transparent 32%),
    #fff;
}
.final-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 44px 48px;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(135deg, #2e3d62 0%, #4f45a8 100%);
  box-shadow: 0 30px 70px rgba(46,61,98,.24);
}
.final-cta-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #ffe3d7;
  background: rgba(255,255,255,.12);
  font-size: 14px;
  font-weight: 800;
}
.final-cta-card h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 900;
}
.final-cta-card p:not(.final-cta-kicker) {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.8;
}
.final-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 150px;
}
.final-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.final-cta-primary {
  color: #2e3d62;
  background: #fff;
}
.final-cta-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.08);
}
.final-cta-actions a:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
@media (max-width: 991px) {
  .audience-panel {
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }
  .final-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .final-cta-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-tags {
    gap: 8px;
    margin-top: 16px;
  }
  .hero-tags span {
    height: 30px;
    padding: 0 11px;
    font-size: 12px;
  }
  .audience-panel {
    gap: 14px;
    margin-top: 8px;
    padding-bottom: 28px;
  }
  .audience-card {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 22px;
  }
  .audience-card h3 {
    margin-top: 16px;
    font-size: 22px;
  }
  .audience-card p,
  .audience-card li {
    font-size: 14px;
  }
  .scenario-cloud {
    gap: 8px;
    margin-top: 18px;
  }
  .scenario-cloud span {
    padding: 7px 10px;
    font-size: 12px;
  }
  .final-cta {
    padding: 46px 0 42px;
  }
  .final-cta-card {
    padding: 28px 22px;
    border-radius: 24px;
  }
  .final-cta-card h2 {
    font-size: 24px;
  }
  .final-cta-card p:not(.final-cta-kicker) {
    font-size: 14px;
  }
  .final-cta-actions a {
    flex: 1 1 120px;
    min-height: 44px;
  }
}

/* ===== 精致排版与移动端细节修正（2026-04-30） ===== */
.banner-area {
  background:
    radial-gradient(circle at 12% 12%, rgba(255,130,87,.10), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(123,97,255,.12), transparent 30%),
    linear-gradient(180deg, #fffaf7 0%, #ffffff 72%);
}
.banner-content-wrapper .banner-content {
  max-width: 620px;
}
.banner-content-wrapper .banner-content .title {
  margin: 0;
  font-size: 56px;
  line-height: 1.14;
  letter-spacing: -1.8px;
  text-wrap: balance;
}
.banner-content-wrapper .banner-content .title span {
  display: block;
}
.banner-content-wrapper .banner-content .title em {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #ff8257;
  font-style: normal;
}
.banner-content-wrapper .banner-content .title em::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 10px;
  z-index: -1;
  border-radius: 999px;
  background: rgba(255,130,87,.18);
}
.banner-content-wrapper .banner-content > p:not(.sub-title) {
  max-width: 560px;
  color: #59647b;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: .1px;
}
.banner-content-wrapper .banner-content .download-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 30px;
}
.banner-content-wrapper .banner-content .download-btn li {
  margin: 0;
}
.banner-content-wrapper .banner-content .download-btn li a {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  min-width: 168px;
  min-height: 62px;
  padding: 10px 24px !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 34px rgba(255,130,87,.22);
  text-decoration: none;
}
.banner-content-wrapper .banner-content .download-btn li a.apple-store {
  box-shadow: 0 16px 34px rgba(46,61,98,.16);
}
.banner-content-wrapper .banner-content .download-btn li a i {
  position: static !important;
  grid-row: 1 / 3;
  transform: none !important;
  font-size: 24px;
}
.banner-content-wrapper .banner-content .download-btn li a .text-1,
.banner-content-wrapper .banner-content .download-btn li a .text-2 {
  line-height: 1.2;
}
.banner-content-wrapper .banner-content .download-btn li a .text-1 {
  font-size: 12px;
  opacity: .78;
}
.banner-content-wrapper .banner-content .download-btn li a .text-2 {
  font-size: 18px;
}
.banner-content-wrapper .banner-image .image {
  transform: none !important;
  animation: none !important;
  filter: drop-shadow(0 24px 34px rgba(46,61,98,.13));
}
.landing-stat {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 520px;
}
.landing-stat div {
  min-width: 0;
  border-radius: 20px;
}
.section-title .title {
  line-height: 1.22;
  text-wrap: balance;
}
.section-desc {
  max-width: 660px;
  margin: 16px auto 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}
.section-desc-left {
  margin-left: 0;
  margin-right: 0;
}
.features-area {
  padding-top: 96px;
}
.features-wrapper {
  padding-top: 28px;
}
.single-features {
  height: calc(100% - 34px);
  margin-bottom: 34px;
  padding: 38px 32px 30px;
  border-radius: 28px;
}
.single-features .features-icon {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: #fff6f1;
}
.single-features.features-2 .features-icon {
  background: #f2efff;
}
.single-features.features-3 .features-icon {
  background: #eef8ff;
}
.single-features .features-icon i {
  font-size: 38px;
  line-height: 1;
}
.powerful-tools-wrapper {
  padding-top: 72px;
  padding-bottom: 92px;
}
.powerful-tools-content .powerful-content-wrapper p {
  color: #59647b;
  font-size: 19px;
  line-height: 1.95;
}
.powerful-tools-content .powerful-content-wrapper .content-list li {
  color: #4f5a72;
  line-height: 1.75;
}
.everything-area {
  padding-top: 86px;
  padding-bottom: 96px;
}
.everything-content-wrapper .everything-content .everything-items li {
  margin-top: 28px;
}
.everything-content-wrapper .everything-content .everything-items li p {
  color: #59647b;
  line-height: 1.85;
}
.screenshot-area {
  padding-top: 92px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
}
.screenshot-active {
  padding: 72px 0 80px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .banner-content-wrapper .banner-content {
    max-width: none;
  }
  .banner-content-wrapper .banner-content .title {
    font-size: 46px;
  }
  .banner-content-wrapper .banner-image .image {
    max-width: 78%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .banner-area {
    padding-top: 126px;
    padding-bottom: 40px;
  }
  .banner-content-wrapper {
    padding-bottom: 8px;
  }
  .banner-content-wrapper .banner-content {
    margin-top: 18px;
  }
  .banner-content-wrapper .banner-content > .sub-title {
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 13px;
  }
  .banner-content-wrapper .banner-content .title {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -.6px;
  }
  .banner-content-wrapper .banner-content .title em::after {
    bottom: 2px;
    height: 8px;
  }
  .banner-content-wrapper .banner-content > p:not(.sub-title) {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.78;
  }
  .hero-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-tags span {
    justify-content: center;
  }
  .banner-content-wrapper .banner-content .download-btn {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 20px;
  }
  .banner-content-wrapper .banner-content .download-btn li,
  .banner-content-wrapper .banner-content .download-btn li a {
    width: 100%;
  }
  .banner-content-wrapper .banner-content .download-btn li a {
    min-height: 56px;
    border-radius: 16px !important;
  }
  .landing-stat {
    gap: 8px;
    margin-top: 18px;
  }
  .landing-stat div {
    padding: 10px 6px;
    border-radius: 16px;
  }
  .landing-stat strong {
    font-size: 20px;
  }
  .landing-stat span {
    min-height: 30px;
    font-size: 11px;
    line-height: 1.35;
  }
  .banner-content-wrapper .banner-image {
    margin-top: 18px;
  }
  .banner-content-wrapper .banner-image .image {
    max-width: 92%;
  }
  .section-title .title {
    font-size: 25px;
    line-height: 1.32;
  }
  .section-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.75;
  }
  .features-area {
    padding-top: 38px;
  }
  .single-features {
    height: auto;
    padding: 24px 20px 22px;
    border-radius: 22px;
  }
  .single-features .features-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }
  .single-features .features-icon i {
    font-size: 30px;
  }
  .single-features .features-number {
    opacity: .045;
  }
  .powerful-tools-wrapper {
    padding-top: 18px;
    padding-bottom: 36px;
  }
  .powerful-tools-content .powerful-content-wrapper p {
    font-size: 15px;
    line-height: 1.78;
  }
  .everything-area {
    padding-top: 38px;
    padding-bottom: 42px;
  }
  .screenshot-area {
    padding-top: 38px;
  }
  .screenshot-active {
    padding: 28px 0 40px;
  }
  .screenshot-active::before {
    display: none;
  }
}

/* ===== 首页文案排版与移动端视觉精修（2026-04-30） ===== */
:root {
  --zsj-text: #586175;
  --zsj-title: #263653;
  --zsj-muted: #7a8397;
  --zsj-orange: #ff8257;
  --zsj-purple: #7b61ff;
  --zsj-line: rgba(46, 61, 98, .09);
  --zsj-card: rgba(255, 255, 255, .86);
  --zsj-shadow: 0 24px 70px rgba(38, 52, 84, .11);
}

body,
button,
input,
textarea {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "HarmonyOS Sans SC", "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  color: var(--zsj-text);
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--zsj-title);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "HarmonyOS Sans SC", "Montserrat", Arial, sans-serif;
}

p {
  color: var(--zsj-text);
}

.header-area {
  padding: 18px 0;
  border-bottom: 0;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 36px rgba(38, 52, 84, .06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-area.sticky {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 38px rgba(38, 52, 84, .08);
}

.site-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.site-header-nav {
  gap: 8px 22px;
  letter-spacing: .01em;
}

.site-header-nav a:not(.site-header-cta) {
  position: relative;
  padding: 8px 0;
}

.site-header-nav a:not(.site-header-cta)::after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--zsj-orange), var(--zsj-purple));
  transition: left .22s ease, right .22s ease;
}

.site-header-nav a:not(.site-header-cta):hover::after {
  left: 0;
  right: 0;
}

.site-header-nav .site-header-cta {
  padding: 11px 20px;
  box-shadow: 0 16px 34px rgba(255, 130, 87, .24);
}

.banner-area {
  padding-top: 154px;
  padding-bottom: 86px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,130,87,.13), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(123,97,255,.14), transparent 30%),
    linear-gradient(180deg, #fff8f4 0%, #fff 73%);
}

.banner-area .banner-shape-1 {
  opacity: .18;
}

.banner-area .banner-shape-3 {
  opacity: .32;
}

.banner-content-wrapper {
  padding-bottom: 0;
}

.banner-content-wrapper .banner-content {
  margin-top: 28px;
}

.banner-content-wrapper .banner-content > .sub-title {
  margin-bottom: 18px;
  padding: 8px 15px;
  background: rgba(255, 130, 87, .10);
  border: 1px solid rgba(255, 130, 87, .16);
  box-shadow: 0 12px 28px rgba(255, 130, 87, .10);
  letter-spacing: .04em;
}

.banner-content-wrapper .banner-content .title {
  color: var(--zsj-title);
  font-weight: 900;
  letter-spacing: -1.4px;
}

.banner-content-wrapper .banner-content .title em {
  padding: 0 3px;
}

.banner-content-wrapper .banner-content > p:not(.sub-title) {
  max-width: 590px;
  margin-top: 22px;
  color: var(--zsj-text);
  font-size: 18px;
  line-height: 1.92;
  font-weight: 500;
}

.hero-tags {
  gap: 9px;
  margin-top: 22px;
}

.hero-tags span {
  height: 32px;
  padding: 0 13px;
  color: #4e5870;
  background: rgba(255, 255, 255, .90);
  border-color: rgba(255, 130, 87, .16);
  box-shadow: 0 10px 22px rgba(38, 52, 84, .06);
}

.banner-content-wrapper .banner-content .download-btn {
  gap: 12px;
  padding-top: 26px;
}

.banner-content-wrapper .banner-content .download-btn li a {
  min-height: 60px;
  border: 1px solid transparent;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.banner-content-wrapper .banner-content .download-btn li a:hover {
  transform: translateY(-3px);
}

.banner-content-wrapper .banner-content .download-btn li a.google-play {
  background: linear-gradient(135deg, #ff8257 0%, #ff6f72 100%) !important;
}

.banner-content-wrapper .banner-content .download-btn li a.apple-store {
  background: rgba(255, 255, 255, .92) !important;
  border-color: rgba(46, 61, 98, .10);
}

.banner-content-wrapper .banner-content .download-btn li a.apple-store i,
.banner-content-wrapper .banner-content .download-btn li a.apple-store .text-1,
.banner-content-wrapper .banner-content .download-btn li a.apple-store .text-2 {
  color: var(--zsj-title);
}

.landing-stat {
  gap: 10px;
  max-width: 560px;
  margin-top: 24px;
}

.landing-stat div {
  min-height: 86px;
  padding: 16px 14px;
  background: rgba(255,255,255,.88);
  border-color: rgba(46,61,98,.08);
  box-shadow: 0 18px 42px rgba(38, 52, 84, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.landing-stat div:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(38, 52, 84, .11);
}

.landing-stat strong {
  color: var(--zsj-title);
  font-size: 20px;
  letter-spacing: -.3px;
  white-space: nowrap;
}

.landing-stat span {
  margin-top: 7px;
  color: var(--zsj-muted);
  font-size: 13px;
  line-height: 1.45;
}

.banner-content-wrapper .banner-image .image {
  position: relative;
  max-width: 96%;
  margin-left: auto;
}

.section-title {
  position: relative;
}

.section-title .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px !important;
  border-radius: 999px;
  color: var(--zsj-orange);
  background: rgba(255, 130, 87, .10);
  border: 1px solid rgba(255, 130, 87, .14);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .04em;
}

.section-title .sub-title::before,
.section-title.text-center .sub-title::before {
  position: static;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zsj-orange), var(--zsj-purple));
  transform: none;
}

.section-title .title {
  margin-top: 18px;
  color: var(--zsj-title);
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -1.1px;
  font-weight: 900;
}

.section-desc {
  margin-top: 14px;
  color: #687286;
  line-height: 1.82;
}

.features-area {
  padding-top: 88px;
}

.features-area::before {
  height: 74%;
  background: linear-gradient(180deg, #f8f5ff 0%, #fff7f2 100%);
}

.features-wrapper {
  padding-top: 24px;
}

.single-features {
  min-height: 315px;
  background: linear-gradient(180deg, #fff 0%, #fffdfc 100%);
  border-color: rgba(46, 61, 98, .07);
  box-shadow: var(--zsj-shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.single-features.features-1:hover,
.single-features.features-2:hover,
.single-features.features-3:hover {
  background: #fff;
  transform: translateY(-6px);
  border-color: rgba(255, 130, 87, .16);
  box-shadow: 0 30px 78px rgba(38, 52, 84, .14);
}

.single-features.features-1:hover .features-icon i,
.single-features.features-2:hover .features-icon i,
.single-features.features-3:hover .features-icon i,
.single-features.features-1:hover .features-content .features-title,
.single-features.features-2:hover .features-content .features-title,
.single-features.features-3:hover .features-content .features-title {
  color: var(--zsj-title);
}

.single-features.features-1:hover .features-content p,
.single-features.features-2:hover .features-content p,
.single-features.features-3:hover .features-content p {
  color: #5f6880;
}

.single-features .features-content .features-title {
  margin-top: 24px;
  letter-spacing: -.2px;
}

.single-features .features-content p {
  min-height: auto;
  margin-top: 14px;
}

.audience-panel {
  margin-top: 12px;
  padding-bottom: 50px;
}

.audience-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 100%);
  border-color: rgba(46, 61, 98, .08);
  box-shadow: 0 24px 68px rgba(38, 52, 84, .11);
}

.audience-card h3 {
  letter-spacing: -.4px;
}

.audience-card li {
  color: #535d72;
}

.powerful-tools-wrapper {
  padding-top: 66px;
  padding-bottom: 82px;
  border-bottom-color: rgba(46, 61, 98, .08);
}

.powerful-image .image,
.everything-image .image {
  left: 0 !important;
  max-width: 94%;
  margin-left: 0 !important;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(46, 61, 98, .08);
  box-shadow: 0 26px 68px rgba(38, 52, 84, .10);
  transform: none !important;
  animation: none !important;
}

.powerful-image .image img,
.everything-image .image img {
  display: block;
}

.powerful-tools-content .powerful-content-wrapper {
  padding-top: 24px;
}

.powerful-tools-content .powerful-content-wrapper p {
  color: var(--zsj-text);
  font-size: 18px;
  line-height: 1.9;
}

.powerful-tools-content .powerful-content-wrapper .content-list {
  padding-top: 18px;
}

.powerful-tools-content .powerful-content-wrapper .content-list li {
  min-height: 48px;
  margin-top: 10px;
  padding: 13px 16px 13px 46px;
  border-radius: 16px;
  color: #4f5a72;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(46,61,98,.07);
  box-shadow: 0 14px 34px rgba(38,52,84,.06);
  font-size: 16px;
  line-height: 1.62;
}

.powerful-tools-content .powerful-content-wrapper .content-list li i {
  top: 16px;
  left: 18px;
}

.everything-area {
  padding-top: 78px;
  padding-bottom: 86px;
  background:
    radial-gradient(circle at 14% 26%, rgba(255,130,87,.16), transparent 30%),
    linear-gradient(180deg, #fff8f5 0%, #fff 100%);
}

.everything-area .everything-shape.shape-1,
.everything-area .everything-shape.shape-2 {
  opacity: .22;
}

.everything-content-wrapper .everything-content .everything-items li {
  align-items: flex-start;
  margin-top: 14px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(46,61,98,.07);
  box-shadow: 0 16px 38px rgba(38,52,84,.06);
}

.everything-content-wrapper .everything-content .everything-items li span {
  flex: 0 0 auto;
  box-shadow: 0 12px 26px rgba(38,52,84,.12);
}

.everything-content-wrapper .everything-content .everything-items li p {
  color: var(--zsj-text);
  font-size: 16px;
  line-height: 1.82;
}

.scenario-cloud {
  margin-top: 18px;
}

.scenario-cloud span {
  color: #535d72;
  background: rgba(255,255,255,.82);
  border-color: rgba(46,61,98,.07);
}

.screenshot-area {
  padding-top: 82px;
}

.screenshot-active {
  padding: 58px 0 70px;
  margin-top: 18px;
}

.screenshot-area .single-screenshot {
  padding: 10px;
}

.screenshot-area .single-screenshot img {
  border: 8px solid #fff;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(38, 52, 84, .16);
}

.screenshot-pagination {
  margin-top: 12px;
}

.final-cta {
  padding: 74px 0 68px;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
}

.final-cta-card::before {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  right: -95px;
  top: -110px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
}

.final-cta-card > * {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    padding-top: 176px;
    padding-bottom: 62px;
  }
  .banner-content-wrapper .banner-content {
    margin-top: 18px;
  }
  .powerful-image .image,
  .everything-image .image {
    max-width: 72%;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .header-area {
    padding: 10px 0;
    background: rgba(255,255,255,.92);
  }
  .site-header-inner {
    padding: 0 14px;
  }
  .navbar .navbar-brand img {
    width: 136px;
  }
  .site-header-nav .site-header-cta {
    padding: 8px 13px;
    font-size: 13px;
    box-shadow: 0 10px 22px rgba(255, 130, 87, .20);
  }
  .banner-area {
    padding-top: 96px;
    padding-bottom: 30px;
    background:
      radial-gradient(circle at 4% 16%, rgba(255,130,87,.12), transparent 32%),
      radial-gradient(circle at 100% 20%, rgba(123,97,255,.12), transparent 32%),
      linear-gradient(180deg, #fff8f4 0%, #fff 76%);
  }
  .banner-area .banner-shape-1,
  .banner-area .banner-shape-3 {
    opacity: .12;
  }
  .banner-content-wrapper .banner-content {
    margin-top: 4px;
  }
  .banner-content-wrapper .banner-content > .sub-title {
    min-height: 28px;
    margin-bottom: 10px;
    padding: 6px 11px;
    font-size: 12px;
    box-shadow: none;
  }
  .banner-content-wrapper .banner-content > .sub-title::before {
    width: 6px;
    height: 6px;
  }
  .banner-content-wrapper .banner-content .title {
    max-width: 345px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.3px;
  }
  .banner-content-wrapper .banner-content .title em::after {
    bottom: 1px;
    height: 7px;
  }
  .banner-content-wrapper .banner-content > p:not(.sub-title) {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.72;
    letter-spacing: 0;
  }
  .hero-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 13px;
  }
  .hero-tags span {
    height: 28px;
    padding: 0 8px;
    font-size: 12px;
    box-shadow: none;
  }
  .hero-tags span::before {
    width: 5px;
    height: 5px;
    margin-right: 6px;
  }
  .banner-content-wrapper .banner-content .download-btn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding-top: 16px;
  }
  .banner-content-wrapper .banner-content .download-btn li a {
    min-width: 0;
    min-height: 52px;
    padding: 9px 12px !important;
    border-radius: 15px !important;
    column-gap: 8px;
    box-shadow: 0 12px 26px rgba(255,130,87,.18);
  }
  .banner-content-wrapper .banner-content .download-btn li a.apple-store {
    box-shadow: 0 12px 26px rgba(46,61,98,.10);
  }
  .banner-content-wrapper .banner-content .download-btn li a i {
    font-size: 20px;
  }
  .banner-content-wrapper .banner-content .download-btn li a .text-1 {
    font-size: 11px;
  }
  .banner-content-wrapper .banner-content .download-btn li a .text-2 {
    font-size: 15px;
  }
  .landing-stat {
    gap: 6px;
    margin-top: 13px;
  }
  .landing-stat div {
    min-height: auto;
    padding: 9px 5px;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(38,52,84,.07);
    text-align: center;
  }
  .landing-stat strong {
    font-size: 15px;
    letter-spacing: -.4px;
  }
  .landing-stat span {
    min-height: auto;
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.3;
  }
  .banner-content-wrapper .banner-image {
    margin-top: 12px;
  }
  .banner-content-wrapper .banner-image .image {
    max-width: 78%;
    margin-right: auto;
    filter: drop-shadow(0 14px 24px rgba(46,61,98,.10));
  }
  .section-title .sub-title {
    min-height: 28px;
    padding: 0 10px !important;
    font-size: 12px;
  }
  .section-title .sub-title::before,
  .section-title.text-center .sub-title::before {
    width: 6px;
    height: 6px;
  }
  .section-title .title {
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.32;
    letter-spacing: -.35px;
  }
  .section-desc {
    margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.68;
  }
  .features-area {
    padding-top: 30px;
  }
  .features-wrapper {
    padding-top: 12px;
  }
  .single-features {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 13px;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(38,52,84,.08);
  }
  .single-features::after {
    height: 3px;
  }
  .single-features .features-number {
    top: 12px;
    right: 14px;
    font-size: 44px;
    line-height: 44px;
    opacity: .035;
  }
  .single-features .features-icon {
    grid-row: 1 / 3;
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }
  .single-features .features-icon i {
    font-size: 25px;
  }
  .single-features .features-content .features-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.32;
  }
  .single-features .features-content p,
  .single-features .features-content p.eyou-edit {
    margin-top: 7px;
    font-size: 13.5px;
    line-height: 1.66;
  }
  .audience-panel {
    gap: 10px;
    margin-top: 6px;
    padding-bottom: 22px;
  }
  .audience-card {
    padding: 19px 18px;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(38,52,84,.08);
  }
  .audience-card::before {
    width: 130px;
    height: 130px;
    right: -58px;
    top: -58px;
  }
  .audience-badge {
    padding: 6px 10px;
    font-size: 12px;
  }
  .audience-card h3 {
    margin: 13px 0 7px;
    font-size: 19px;
    line-height: 1.3;
  }
  .audience-card p {
    margin-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.65;
  }
  .audience-card li {
    margin-top: 6px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.55;
  }
  .powerful-tools-wrapper {
    padding-top: 14px;
    padding-bottom: 30px;
    border-bottom: 0;
  }
  .powerful-image.mt-50,
  .powerful-tools-content.mt-50,
  .everything-image.mt-50,
  .everything-content-wrapper.mt-50 {
    margin-top: 16px;
  }
  .powerful-image .image,
  .everything-image .image {
    max-width: 84%;
    margin-right: auto !important;
    padding: 11px;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(38,52,84,.08);
  }
  .powerful-tools-content .powerful-content-wrapper {
    padding-top: 12px;
  }
  .powerful-tools-content .powerful-content-wrapper p {
    font-size: 14px;
    line-height: 1.68;
  }
  .powerful-tools-content .powerful-content-wrapper .content-list {
    padding-top: 10px;
  }
  .powerful-tools-content .powerful-content-wrapper .content-list li {
    min-height: 0;
    margin-top: 8px;
    padding: 10px 12px 10px 38px;
    border-radius: 14px;
    font-size: 13.5px;
    line-height: 1.58;
    box-shadow: 0 10px 24px rgba(38,52,84,.06);
  }
  .powerful-tools-content .powerful-content-wrapper .content-list li i {
    top: 12px;
    left: 14px;
    font-size: 12px;
  }
  .everything-area {
    padding-top: 30px;
    padding-bottom: 34px;
  }
  .everything-area .everything-shape.shape-1,
  .everything-area .everything-shape.shape-2 {
    opacity: .12;
  }
  .everything-content-wrapper .everything-content .everything-items li {
    margin-top: 9px;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(38,52,84,.06);
  }
  .everything-content-wrapper .everything-content .everything-items li span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .everything-content-wrapper .everything-content .everything-items li p {
    padding-left: 10px;
    font-size: 13.5px;
    line-height: 1.62;
  }
  .scenario-cloud {
    gap: 7px;
    margin-top: 12px;
  }
  .scenario-cloud span {
    padding: 6px 9px;
    font-size: 12px;
    box-shadow: none;
  }
  .screenshot-area {
    padding-top: 32px;
  }
  .screenshot-active {
    padding: 18px 0 28px;
    margin-top: 8px;
  }
  .screenshot-area .single-screenshot {
    padding: 6px;
  }
  .screenshot-area .single-screenshot img {
    border-width: 6px;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(38,52,84,.12);
  }
  .screenshot-pagination {
    margin-top: 2px;
  }
  .final-cta {
    padding: 32px 0 34px;
  }
  .final-cta-card {
    gap: 18px;
    padding: 23px 20px;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(46,61,98,.20);
  }
  .final-cta-kicker {
    margin-bottom: 9px;
    padding: 6px 10px;
    font-size: 12px;
  }
  .final-cta-card h2 {
    font-size: 22px;
    line-height: 1.36;
  }
  .final-cta-card p:not(.final-cta-kicker) {
    margin-top: 9px;
    font-size: 13.5px;
    line-height: 1.66;
  }
  .final-cta-actions {
    gap: 9px;
  }
  .final-cta-actions a {
    min-height: 42px;
    font-size: 13.5px;
  }
}

@media (max-width: 374px) {
  .banner-content-wrapper .banner-content .download-btn {
    grid-template-columns: 1fr;
  }
  .landing-stat strong {
    font-size: 14px;
  }
  .landing-stat span {
    font-size: 10px;
  }
}

/* ===== 官网 H5 导航与联系页配置化优化（2026-05-01） ===== */
.site-header-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.site-header-back {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #3f4b64;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(46,61,98,.10);
  box-shadow: 0 8px 18px rgba(38,52,84,.06);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-header-back::before {
  content: '‹';
  margin-right: 4px;
  font-size: 19px;
  line-height: 1;
}

.site-header-back:hover {
  color: var(--zsj-orange);
  text-decoration: none;
}

/* 官网公共头部视觉收口：官方 Logo 为方形图标时，组合成更稳重的品牌字标 */
.header-area {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% -35%, rgba(123, 97, 255, .34), transparent 46%),
    linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,249,245,.78) 42%, rgba(210,162,229,.58) 76%, rgba(128,95,216,.50) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .36);
  box-shadow: 0 12px 34px rgba(70, 58, 128, .08);
}

.header-area::before {
  content: '';
  position: absolute;
  inset: -12px 0 0 auto;
  width: 58%;
  pointer-events: none;
  background: url('/static/home/picture/shape-2.png') right top / auto 170px no-repeat;
  opacity: .20;
  mix-blend-mode: multiply;
}

.header-area.sticky {
  background:
    radial-gradient(circle at 88% -38%, rgba(123, 97, 255, .16), transparent 44%),
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,250,247,.92) 52%, rgba(246,238,255,.90) 100%);
  box-shadow: 0 14px 38px rgba(38, 52, 84, .08);
}

.header-area.sticky::before {
  opacity: .08;
}

.header-area .navbar {
  position: relative;
  z-index: 1;
}

.navbar .navbar-brand.site-brand,
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0;
  color: #1f2937;
  text-decoration: none;
}

.site-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 3px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(219, 30, 42, .10);
  box-shadow: 0 8px 20px rgba(219, 30, 42, .10);
  overflow: hidden;
}

.navbar .navbar-brand.site-brand .site-brand-mark img,
.site-header-brand-row .navbar-brand.site-brand .site-brand-mark img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 9px;
}

.site-brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1.05;
}

.site-brand-copy strong {
  display: block;
  color: #20283a;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
}

.site-brand-copy small {
  display: block;
  margin-top: 5px;
  color: #8b5e5e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
}

.site-header-nav a {
  color: #2d3445;
}

.site-header-nav .site-header-cta {
  background: linear-gradient(135deg, #e51d2a 0%, #ff7a45 100%);
  box-shadow: 0 12px 24px rgba(229, 29, 42, .18);
}

.contact-list {
  margin-top: 18px;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(46,61,98,.10);
}

.contact-list li:last-child {
  border-bottom: 0;
}

.contact-list span {
  flex: 0 0 auto;
  color: #6b7280;
  font-size: 14px;
  font-weight: 800;
}

.contact-list strong,
.contact-list a {
  color: #2e3d62;
  font-weight: 850;
  text-align: right;
  word-break: break-all;
}

.contact-qrcode-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(255,255,255,.46), transparent 30%),
    linear-gradient(135deg, #ff8257 0%, #7b61ff 100%);
  color: #fff;
}

.contact-qrcode-card h2,
.contact-qrcode-card p,
.contact-qrcode-card li,
.contact-qrcode-card strong,
.contact-qrcode-card span {
  color: #fff;
}

.contact-qrcode-box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.contact-qrcode-box img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  padding: 8px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(38,52,84,.18);
}

.contact-qrcode-meta {
  min-width: 0;
}

.contact-qrcode-meta small {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
}

.contact-qrcode-meta strong {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.32;
}

.contact-qrcode-meta span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.55;
}

@media (min-width: 992px) {
  .contact-grid.contact-grid--rich {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .site-header-inner {
    flex-wrap: wrap;
    gap: 8px;
  }

  .site-header-brand-row {
    width: 100%;
    justify-content: space-between;
  }

  .site-header-back {
    display: inline-flex;
    order: 2;
  }

  .site-header-brand-row .navbar-brand {
    min-width: 0;
  }

  .navbar .navbar-brand.site-brand,
  .site-brand {
    gap: 8px;
  }

  .site-brand-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .site-brand-copy strong {
    font-size: 17px;
  }

  .site-brand-copy small {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .site-header-nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 7px;
    overflow-x: auto;
    padding: 4px 0 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .site-header-nav::-webkit-scrollbar {
    display: none;
  }

  .site-header-nav a,
  .site-header-nav a:not(.site-header-cta) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(46,61,98,.08);
    color: #4f5a72;
    font-size: 12px;
    font-weight: 800;
    box-shadow: none;
  }

  .site-header-nav a:not(.site-header-cta)::after {
    display: none;
  }

  .site-header-nav .site-header-cta {
    color: #fff;
    background: linear-gradient(135deg, #e51d2a 0%, #ff7a45 100%);
    border-color: transparent;
  }

  .contact-list li {
    display: block;
    padding: 9px 0;
  }

  .contact-list strong,
  .contact-list a {
    display: block;
    margin-top: 3px;
    text-align: left;
  }

  .contact-qrcode-box {
    align-items: flex-start;
    gap: 12px;
  }

  .contact-qrcode-box img {
    width: 108px;
    height: 108px;
    border-radius: 18px;
  }

  .contact-qrcode-meta strong {
    font-size: 17px;
  }
}

/* ===== H5 折叠菜单与页面间距收口（2026-05-01） ===== */
.header-area {
  position: sticky;
  top: 0;
  left: auto;
  z-index: 999;
  overflow: visible;
}

.header-area.sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.site-menu-toggle {
  display: none;
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(229, 29, 42, .13);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 24px rgba(70, 58, 128, .10);
  cursor: pointer;
  outline: none;
  overflow: hidden;
  animation: siteMenuBreath 2.4s ease-in-out infinite;
}

.site-menu-toggle::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 11px;
  background: radial-gradient(circle at 50% 50%, rgba(229,29,42,.13), transparent 58%);
  opacity: .55;
  transform: scale(.72);
  animation: siteMenuHalo 2.4s ease-in-out infinite;
}

.site-menu-toggle span {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #d81f2a;
  z-index: 1;
  transition: transform .24s ease, opacity .18s ease, top .24s ease, width .24s ease;
}

.site-menu-toggle span:nth-child(1) {
  top: 13px;
}

.site-menu-toggle span:nth-child(2) {
  top: 19px;
  width: 14px;
}

.site-menu-toggle span:nth-child(3) {
  top: 25px;
}

.header-area.is-menu-open .site-menu-toggle {
  animation: none;
  background: rgba(255,255,255,.96);
}

.header-area.is-menu-open .site-menu-toggle span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}

.header-area.is-menu-open .site-menu-toggle span:nth-child(2) {
  opacity: 0;
  transform: translateX(9px);
}

.header-area.is-menu-open .site-menu-toggle span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}

@keyframes siteMenuBreath {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(70, 58, 128, .10);
  }
  50% {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(229, 29, 42, .16);
  }
}

@keyframes siteMenuHalo {
  0%, 100% {
    opacity: .28;
    transform: scale(.62);
  }
  50% {
    opacity: .78;
    transform: scale(1);
  }
}

/* 头部已进入文档流，首页和各内容区不再需要大面积顶部留白 */
.banner-area {
  padding-top: 38px;
  padding-bottom: 54px;
}

.banner-content-wrapper .banner-content {
  margin-top: 8px;
}

.features-area {
  padding-top: 52px;
}

.powerful-tools-wrapper {
  padding-top: 44px;
  padding-bottom: 56px;
}

.everything-area {
  padding-top: 52px;
  padding-bottom: 58px;
}

.screenshot-area {
  padding-top: 52px;
}

.screenshot-active {
  padding: 34px 0 44px;
}

.final-cta {
  padding: 48px 0 50px;
}

.banner-privacy.page-article .privacy {
  margin-top: 46px;
}

@media (max-width: 991px) {
  .banner-area {
    padding-top: 32px;
    padding-bottom: 42px;
  }

  .features-area {
    padding-top: 40px;
  }

  .powerful-tools-wrapper {
    padding-top: 30px;
    padding-bottom: 42px;
  }

  .everything-area,
  .screenshot-area {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .header-area {
    padding: 8px 0;
  }

  .header-area::before {
    width: 72%;
    background-size: auto 118px;
    opacity: .13;
  }

  .site-header-inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
  }

  .site-header-brand-row {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    gap: 8px;
  }

  .site-header-back {
    display: inline-flex;
    min-height: 30px;
    padding: 0 9px;
    font-size: 12px;
    order: 0;
  }

  .navbar .navbar-brand.site-brand,
  .site-brand {
    min-width: 0;
  }

  .site-brand-copy {
    min-width: 0;
  }

  .site-brand-copy strong,
  .site-brand-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-menu-toggle {
    display: inline-flex;
  }

  .site-header-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 11px;
    z-index: 20;
    width: min(238px, calc(100vw - 22px));
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 9px;
    overflow: visible;
    border-radius: 20px;
    background:
      radial-gradient(circle at 92% 0%, rgba(123,97,255,.16), transparent 38%),
      rgba(255,255,255,.96);
    border: 1px solid rgba(229, 29, 42, .10);
    box-shadow: 0 24px 60px rgba(38,52,84,.18);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px) scale(.98);
    transform-origin: top right;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }

  .header-area.is-menu-open .site-header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-header-nav a,
  .site-header-nav a:not(.site-header-cta) {
    width: 100%;
    min-height: 38px;
    justify-content: flex-start;
    padding: 0 13px;
    border-radius: 14px;
    background: rgba(255,255,255,.72);
    color: #30384a;
    font-size: 13px;
    box-shadow: none;
  }

  .site-header-nav .site-header-cta {
    justify-content: center;
    min-height: 40px;
    margin-top: 2px;
    color: #fff;
    box-shadow: 0 12px 24px rgba(229, 29, 42, .18);
  }

  .banner-area {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .banner-content-wrapper .banner-content {
    margin-top: 0;
  }

  .features-area {
    padding-top: 24px;
  }

  .powerful-tools-wrapper {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .everything-area {
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .screenshot-area {
    padding-top: 26px;
  }

  .final-cta {
    padding: 28px 0 30px;
  }

  .banner-privacy,
  .banner-privacy.page-article,
  .contact-page {
    width: 100%;
    padding: 0 10px 22px;
  }

  .page-article {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 38px;
  }

  .banner-privacy.page-article .privacy {
    margin-top: 24px;
  }

  .banner-privacy .privacy_tit {
    margin-bottom: 16px;
    padding-bottom: 14px;
    gap: 8px;
  }

  .banner-privacy .privacy_tit h1,
  .banner-privacy .privacy_tit h2 {
    font-size: 26px;
  }

  .banner-privacy .privacy_tit p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.55;
  }

  .contact-grid {
    gap: 11px;
  }

  .article-card,
  .contact-card {
    padding: 16px;
    border-radius: 18px;
  }

  .contact-card {
    min-height: 0;
    box-shadow: 0 12px 30px rgba(38,52,84,.08);
  }

  .contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 18px;
  }

  .contact-card h2 {
    margin-top: 13px;
    font-size: 19px;
  }

  .contact-card p,
  .contact-card li,
  .article-card p,
  .article-card li {
    font-size: 13.5px;
    line-height: 1.68;
  }

  .contact-list {
    margin-top: 10px;
  }

  .contact-qrcode-box {
    gap: 10px;
    margin-top: 14px;
  }

  .contact-qrcode-box img {
    width: 96px;
    height: 96px;
    padding: 6px;
    border-radius: 16px;
  }

  .contact-qrcode-meta strong {
    font-size: 16px;
  }

  .contact-qrcode-meta span {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.45;
  }
}

/* ===== 首页 SVG 插画 H5 清晰度修正（2026-05-01） ===== */
.banner-content-wrapper .banner-image .image img,
.powerful-image .image img,
.everything-image .image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .banner-content-wrapper .banner-image .image {
    max-width: 100%;
    filter: none !important;
  }

  .powerful-image .image,
  .everything-image .image {
    max-width: 100%;
  }

  .banner-content-wrapper .banner-image .image img,
  .powerful-image .image img,
  .everything-image .image img {
    max-width: 100%;
  }
}

/* ===== 底部备案信息展示区（2026-05-01） ===== */
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.site-footer-main,
.site-footer-records,
.site-footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.site-footer > *,
.site-footer-main > *,
.site-footer-records > *,
.site-footer-contact > * {
  margin: 0;
  color: #8b93a6;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer-records,
.site-footer-contact {
  padding-top: 1px;
}

.site-footer-record {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.site-footer-record::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 130, 87, .72);
}

.site-footer-record-query {
  color: #6f7688;
}

.site-footer-record:hover {
  color: #ff8257;
  text-decoration: none;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 14px 12px;
    gap: 6px;
  }

  .site-footer-main,
  .site-footer-records,
  .site-footer-contact {
    gap: 5px 10px;
  }

  .site-footer > *,
  .site-footer-main > *,
  .site-footer-records > *,
  .site-footer-contact > * {
    font-size: 12px;
  }
}
