@import url("bootstrap.min.css");
/*
* 2. common styles
*/
body {
  font-size: 15px;
  line-height: 34px;
  color: #8b8c9c;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.thm-black-bg {
  background-color: #252758;
}

.thm-base-bg {
  background-color: #a461e5;
}

.thm-gray-bg {
  background-color: #f2f3f9;
}

.light-text-color {
  color: #fff;
}

.black-text-color {
  color: #252758;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.block-title {
  margin-bottom: 20px;
  margin-top: 20px;
}
.block-title__title {
  margin: 0;
  margin-top: -10px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.thm-btn {
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background-color: #f7c324;
  color: #252758;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 30.5px;
  padding: 13.5px 58px;
  transition: all 0.4s ease;
}
.thm-btn:hover {
  background-color: #252758;
  color: #fff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #a461e5;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #252758;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #a461e5;
  color: #fff;
  cursor: pointer;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.scroll-to-top svg {
  position: relative;
  top: 5%;
}

.scroll-to-top svg circle,
.scroll-to-top svg path {
  stroke: #ffffff;
  stroke-width: 2;
}

/* 在浅色背景下的样式 */
.site-footer .scroll-to-top,
.funfact-one .scroll-to-top {
  background: rgba(81, 40, 196, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .scroll-to-top:hover,
.funfact-one .scroll-to-top:hover {
  background: rgba(81, 40, 196, 1);
}

/*
* 3. header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}

.header-navigation .container .navbar-brand:hover {
  color: #f7c324;
}

.header-navigation .container .menu-toggler {
  display: block;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  padding: 15px;
  z-index: 9999;
  position: relative;
  width: 40px;
  height: 40px;
}

@media (min-width: 992px) {
  .header-navigation .container .menu-toggler {
    display: none;
  }
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: none;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: end;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 32.5px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 50px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-size: 17px;
  color: #ffffff;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #f7c324;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #252758;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #252758;
  background: #f7c324;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #252758;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #252758;
  background: #f7c324;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-one__btn {
  background-color: #fff;
  color: #252758;
  padding: 3.5px 29.5px;
  border-radius: 20.5px;
  font-size: 12px;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5128c4),
    color-stop(50%, #7541d1),
    to(#b16aeb)
  );
  background-image: linear-gradient(
    90deg,
    #5128c4 0%,
    #7541d1 50%,
    #b16aeb 100%
  );
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stricked-menu ul.navigation-box > li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*
* 4. banner styles
*/
.banner-one {
  position: relative;
  padding-top: 200px;
  padding-bottom: 515px;
  z-index: 11;
  background-image: linear-gradient(
    90deg,
    #5128c4 0%,
    #7541d1 50%,
    #b16aeb 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);

  .container {
    margin-top: 100px;
  }
}
.banner-one__globe {
  position: absolute;
  top: 15%;
  left: 15%;
  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
  -webkit-animation-name: globeRotate;
  animation-name: globeRotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.banner-one__rocket {
  position: absolute;
  bottom: 40%;
  left: 40%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rocketMove;
  animation-name: rocketMove;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.banner-one__moc {
  position: absolute;
  width: 400px;
  top: 140px;
  right: 200px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shapeRotate;
  animation-name: shapeRotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.banner-one__tag-line {
  margin: 0;
  display: inline-block;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  overflow: hidden;
  color: #ffffff;
  line-height: 32px;
  padding-left: 20px;
}
.banner-one__tag-line a {
  display: inline-block;
  background-color: #f7c324;
  color: #252758;
  line-height: 32px;
  padding: 0 20px;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner-one__tag-line a:hover {
  background-color: #252758;
  color: #fff;
}
.banner-one__title {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -0.04em;
}
.banner-one__text {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.04em;
}

[class*="banner-one__shape-"] {
  position: absolute;
  width: 110px;
  height: 20px;
  background-color: #000000;
  opacity: 0.08;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: reactangleRotate;
  animation-name: reactangleRotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.banner-one__shape-1 {
  background-color: #fff;
}

.banner-one__shape-6,
.banner-one__shape-2 {
  background-color: #fff;
  width: 88px;
}

.banner-one__shape-5,
.banner-one__shape-3 {
  width: 44px;
  height: 10px;
}

.banner-one__shape-5 {
  background-color: #fff;
}

.banner-one__shape-1 {
  top: 25%;
  left: 5%;
}

.banner-one__shape-2 {
  top: 15%;
  left: 40%;
}

.banner-one__shape-3 {
  left: 20%;
  bottom: 40%;
}

.banner-one__shape-4 {
  left: 50%;
  top: 45%;
}

.banner-one__shape-5 {
  top: 10%;
  right: 30%;
}

.banner-one__shape-6 {
  top: 60%;
  right: 10%;
}

@-webkit-keyframes reactangleRotate {
  8%,
  100% {
    -webkit-transform: perspective(110px) rotateX(0deg) scale(1, 1) rotateZ(0)
      translatez(0);
    transform: perspective(110px) rotateX(0deg) scale(1, 1) rotateZ(0)
      translatez(0);
  }
  30%,
  80% {
    -webkit-transform: perspective(110px) rotateX(180deg) scale(1, 1.05)
      rotateZ(180deg) translatez(5px);
    transform: perspective(110px) rotateX(180deg) scale(1, 1.05) rotateZ(180deg)
      translatez(5px);
  }
  60% {
    -webkit-transform: perspective(110px) rotateX(360deg) scale(1, 1.05)
      rotateZ(360deg) translatez(10px);
    transform: perspective(110px) rotateX(360deg) scale(1, 1.05) rotateZ(360deg)
      translatez(10px);
  }
}

@keyframes reactangleRotate {
  8%,
  100% {
    -webkit-transform: perspective(110px) rotateX(0deg) scale(1, 1) rotateZ(0)
      translatez(0);
    transform: perspective(110px) rotateX(0deg) scale(1, 1) rotateZ(0)
      translatez(0);
  }
  30%,
  80% {
    -webkit-transform: perspective(110px) rotateX(180deg) scale(1, 1.05)
      rotateZ(180deg) translatez(5px);
    transform: perspective(110px) rotateX(180deg) scale(1, 1.05) rotateZ(180deg)
      translatez(5px);
  }
  60% {
    -webkit-transform: perspective(110px) rotateX(360deg) scale(1, 1.05)
      rotateZ(360deg) translatez(10px);
    transform: perspective(110px) rotateX(360deg) scale(1, 1.05) rotateZ(360deg)
      translatez(10px);
  }
}
@-webkit-keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(360deg);
    transform: perspective(200px) rotateX(360deg);
  }
}
@keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(360deg);
    transform: perspective(200px) rotateX(360deg);
  }
}
@-webkit-keyframes rocketMove {
  8% {
    -webkit-transform: perspective(600px) translateY(0) translateX(0) rotate(0);
    transform: perspective(600px) translateY(0) translateX(0) rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(600px) translateY(-400px) translateX(-300px)
      rotate(0);
    transform: perspective(600px) translateY(-400px) translateX(-300px)
      rotate(0);
    opacity: 0;
  }
}
@keyframes rocketMove {
  8% {
    -webkit-transform: perspective(600px) translateY(0) translateX(0) rotate(0);
    transform: perspective(600px) translateY(0) translateX(0) rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(600px) translateY(-400px) translateX(-300px)
      rotate(0);
    transform: perspective(600px) translateY(-400px) translateX(-300px)
      rotate(0);
    opacity: 0;
  }
}
@-webkit-keyframes shapeRotateFlipped {
  0%,
  100% {
    -webkit-transform: perspective(400px) scaleX(-1) translateY(0px);
    transform: perspective(400px) scaleX(-1) translateY(0px);
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(-1) translateY(-20px);
    transform: perspective(400px) scaleX(-1) translateY(-20px);
  }
}

@keyframes shapeRotateFlipped {
  0%,
  100% {
    -webkit-transform: perspective(400px) scaleX(-1) translateY(0px);
    transform: perspective(400px) scaleX(-1) translateY(0px);
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(-1) translateY(-20px);
    transform: perspective(400px) scaleX(-1) translateY(-20px);
  }
}
/*
* 5. blog styles
*/
.blog-one {
  padding-top: 100px;
}
.blog-one .row.high-gutters {
  margin-left: -45px;
  margin-right: -45px;
}
.blog-one .row.high-gutters > [class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}
.blog-one__single {
  margin-bottom: 60px;
}
.blog-one__single:hover .blog-one__image > img {
  -webkit-clip-path: polygon(0 54%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 54%, 100% 100%, 100% 100%, 0% 100%);
}
.blog-one__single:hover .blog-one__link {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-one__image-outer {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
}
.blog-one__image {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5128c4),
    color-stop(50%, #7541d1),
    to(#b16aeb)
  );
  background-image: linear-gradient(
    90deg,
    #5128c4 0%,
    #7541d1 50%,
    #b16aeb 100%
  );
}
.blog-one__image > img {
  width: 100%;
  border-radius: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.4s ease;
  transition: -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
.blog-one__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-size: 16px;
  color: #fff;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__link:before {
  content: "\f178";
  display: inline-block;
  line-height: 1em;
  margin-right: 10px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%) translateX(-20px) scale(1, 0);
  transform: translateY(-50%) translateX(-20px) scale(1, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.blog-one__link:hover {
  color: #fff;
}
.blog-one__link:hover:before {
  -webkit-transform: translateY(-50%) translateX(0px) scale(1, 1);
  transform: translateY(-50%) translateX(0px) scale(1, 1);
}
.blog-one__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-one__meta-sep,
.blog-one__meta-link {
  font-size: 14px;
  color: #a461e5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__meta-sep {
  margin-left: 10px;
  margin-right: 10px;
}
.blog-one__meta-link:hover {
  color: #252758;
}
.blog-one__title {
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #252758;
}
.blog-one__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__title a:hover {
  color: #a461e5;
}
.blog-one__blog-page {
  padding-bottom: 120px;
}

.blog-post-pagination {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f3f9;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #868994;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}
.blog-post-pagination a.prev,
.blog-post-pagination a.next {
  background: #252758;
  color: #fff;
  font-size: 14px;
}
.blog-post-pagination a.active {
  cursor: auto;
}
.blog-post-pagination a.active,
.blog-post-pagination a:hover {
  background: #a461e5;
  color: #fff;
}
.blog-post-pagination a + a {
  margin-left: 10px;
}

.blog-details {
  padding: 120px 0;
}
.blog-details__image {
  position: relative;
  border-radius: 15px;
  margin-bottom: 25px;
  overflow: hidden;
}
.blog-details__image > img {
  width: 100%;
}
.blog-details .blog-one__title {
  margin-bottom: 30px;
}
.blog-details__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #8b8c9c;
}
.blog-details__text + .blog-details__text {
  margin-top: 35px;
}
.blog-details__content-title {
  margin: 0;
  color: #252758;
  font-size: 24px;
  margin-bottom: 40px;
}
.blog-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eff0f7;
  padding-top: 40px;
  margin-top: 50px;
}
.blog-details .share-block .left-block p {
  margin: 0;
  color: #252758;
  font-size: 22px;
}
.blog-details .share-block .left-block p a {
  color: #8b8c9c;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5px;
  letter-spacing: 0;
}
.blog-details .share-block .left-block p a:hover {
  color: #f7c324;
}
.blog-details .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #8b8c9c;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-details .share-block .social-block a + a {
  margin-left: 35px;
}
.blog-details .share-block .social-block a:hover {
  color: #a461e5;
}
.blog-details__author {
  background-color: #eff0f7;
  padding: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 15px;
}
.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}
.blog-details__author-image {
  width: 169px;
}
.blog-details__author-image > img {
  width: 100%;
  border-radius: 15px;
}
.blog-details__author-content {
  padding-left: 40px;
}
.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}
.blog-details__author-content h3 {
  color: #252758;
  font-size: 20px;
  margin-bottom: 20px;
}
.blog-details__author-content p {
  font-size: 16px;
  line-height: 34px;
  color: #8b8c9c;
}

.comment-one {
  margin-bottom: 60px;
}
.comment-one__single {
  border-bottom: 1px solid #eff0f7;
  padding-bottom: 50px;
}
.comment-one__single + .comment-one__single {
  margin-top: 60px;
}
.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}
.comment-one__image {
  width: 90px;
}
.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.comment-one__image .inner-block > img {
  width: 100%;
}
.comment-one__content {
  padding-left: 40px;
}
.comment-one__author {
  margin: 0;
  font-size: 20px;
  color: #252758;
}
.comment-one__date {
  color: #a461e5;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}
.comment-one__text {
  color: #8b8c9c;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.comment-one__reply {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  background-color: #f7c324;
  text-align: center;
  color: #252758;
  font-size: 12px;
  padding: 5px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comment-one__reply:hover {
  background-color: #252758;
  color: #fff;
}
.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-radius: 32px;
  height: 64px;
  color: #8b8c9c;
  font-size: 14px;
  padding-left: 30px;
  background-color: #eff0f7;
  margin-bottom: 30px;
}
.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8b8c9c;
}
.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8b8c9c;
}
.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8b8c9c;
}
.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8b8c9c;
}
.reply-form textarea {
  height: 243px;
  padding-top: 20px;
}

/*
* 6. cta styles
*/
.cta-one {
  background-image: linear-gradient(
    90deg,
    #5128c4 0%,
    #7541d1 50%,
    #b16aeb 100%
  );
  position: relative;
  padding-top: 123.5px;
  padding-bottom: 123.5px;
}
.cta-one .container {
  position: relative;
}

.cta-two {
  background-color: #fff;
  position: relative;
  padding-top: 330px;
  padding-bottom: 120px;
  -webkit-clip-path: polygon(0 0, 100% 31%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 31%, 100% 100%, 0% 100%);
}
.cta-two .block-title {
  margin-bottom: 40px;
}
.cta-two__moc {
  position: absolute;
  top: 290px;
  right: 0;
}
.cta-two__single + .cta-two__single {
  margin-top: 50px;
}
.cta-two__icon,
.cta-two__content {
  display: table-cell;
  vertical-align: top;
}
.cta-two__icon i {
  color: #a461e5;
  font-size: 64px;
}
.cta-two__content {
  padding-left: 35px;
}
.cta-two__title {
  margin: 0;
  color: #252758;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.cta-two__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-two__title a:hover {
  color: #a461e5;
}
.cta-two__text {
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}
.cta-two__btn {
  margin-top: 60px;
  margin-left: 100px;
}

.cta-three {
  margin-bottom: -330px;
  padding-bottom: 385px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f2f3f9),
    to(#fcfdfe)
  );
  background-image: linear-gradient(90deg, #f2f3f9 0%, #fcfdfe 100%);
  padding-top: 450px;
  -webkit-clip-path: polygon(0 0, 100% 31%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 31%, 100% 100%, 0% 100%);
}
.cta-three__image {
  position: relative;
  overflow: hidden;
  left: -30px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shapeRotate;
  animation-name: shapeRotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.cta-three__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
}
.cta-three__image > img {
  max-width: 100%;
}
.cta-three .block-title {
  margin-bottom: 20px;
}
.cta-three__text {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: -0.02em;
}
.cta-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 50px;
}
.cta-three__list-item {
  padding-left: 25px;
  color: #8b8c9c;
  font-size: 16px;
  position: relative;
}
.cta-three__list-item i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a461e5;
}
.cta-three__list-item + .cta-three__list-item {
  margin-top: 7px;
}

@-webkit-keyframes shapeRotate {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20%,
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes shapeRotate {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20%,
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*
* 7. footer styles
*/
.site-footer {
  position: relative;
  overflow: hidden;
}
.site-footer:before {
  content: "";
  width: 755px;
  height: 755px;
  border: 130px solid #f7c324;
  position: absolute;
  top: -40%;
  left: 75%;
  border-radius: 50%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.site-footer .container {
  position: relative;
}
.site-footer__upper {
  padding-top: 60px;
  padding-bottom: 110px;
}
.site-footer__5-col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.site-footer__5-col-wrap .footer-widget {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.site-footer__lower .inner-container {
  display: flex;
  padding: 45px 0 0 0;
}
.site-footer__lower .inner-container-bottom {
  display: flex;
  padding: 0 0 45px 0;
}
.site-footer__copytext {
  margin: 0;
  color: #8b8c9c;
  font-size: 15px;
  margin-right: 10px;
}
.site-footer__copytext a {
  color: #a461e5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-footer__copytext a:hover {
  color: #f7c324;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer__social img {
  margin-right: 2px;
}
.site-footer__social a:hover {
  color: #a461e5;
}
.site-footer__social a + a {
  margin-left: 35px;
}

.footer-widget__logo {
  display: inline-block;
  vertical-align: super;
  line-height: 1em;
}
.footer-widget__title {
  margin: 0;
  color: #252758;
  font-size: 16px;
  margin-bottom: 40px;
}
.footer-widget__links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.footer-widget__links-item + .footer-widget__links-item {
  margin-top: 5px;
}
.footer-widget__links-link {
  color: #8b8c9c;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__links-link:hover {
  color: #a461e5;
}
.footer-widget__subscribe-form {
  position: relative;
  width: 100%;
  height: 63px;
  border-radius: 31.5px;
  background-color: #eff0f7;
  overflow: hidden;
  padding-left: 30px;
}
.footer-widget__subscribe-form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #8b8c9c;
  font-size: 12px;
}
.footer-widget__subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9da8;
}
.footer-widget__subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9da8;
}
.footer-widget__subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9da8;
}
.footer-widget__subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9da8;
}
.footer-widget__subscribe-form button[type="submit"] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__subscribe-form button[type="submit"] i {
  font-size: 18px;
  color: #a461e5;
}
.footer-widget__subscribe-form button[type="submit"]:hover i {
  color: #252758;
}

/*
* 9. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: #252758;
  font-size: 20px;
  margin-bottom: 30px;
}
.sidebar__single:not(.sidebar__search) {
  padding: 47px;
  border: 1px solid #eff0f7;
  border-bottom: 0;
}
.sidebar__single + .sidebar__single {
  padding-top: 0;
  border-top: 0;
}
.sidebar__single:nth-child(2) {
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.sidebar__single:last-child {
  padding-bottom: 70px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.sidebar__post__single + .sidebar__post__single {
  margin-top: 30px;
}
.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}
.sidebar__post-image {
  width: 60px;
}
.sidebar__post-image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.sidebar__post-image .inner-block > img {
  width: 100%;
}
.sidebar__post-content {
  padding-left: 20px;
}
.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #8b8c9c;
}
.sidebar__post-title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__post-title a:hover {
  color: #252758;
}
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__category-list-item {
  line-height: 1em;
}
.sidebar__category-list-item a {
  color: #8b8c9c;
  font-size: 16px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:before {
  color: #a461e5;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:hover {
  color: #f7c324;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.sidebar__category-list-item a:hover:before {
  opacity: 1;
}
.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px;
}
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.sidebar__tags-list-item a {
  display: block;
  color: #8b8c9c;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__tags-list-item a:hover {
  color: #f7c324;
}
.sidebar__search-form {
  width: 100%;
  height: 84px;
  background-color: #252758;
  border-radius: 15px;
  position: relative;
}
.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidebar__search-form button[type="submit"] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #f7c324;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__search-form button[type="submit"] i {
  font-size: 14px;
  color: #252758;
  line-height: 41px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__search-form button[type="submit"]:hover {
  background-color: #fff;
}
.sidebar__search-form button[type="submit"]:hover i {
  color: #252758;
}

/*
* 10. funfact styles
*/
.funfact-one {
  padding: 80px 0;
}
.funfact-one .block-title {
  margin-bottom: 20px;
}
.funfact-one__single {
  position: relative;
  border-radius: 50%;
  background-color: white;
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.funfact-one__single-outer {
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
  margin-top: 40px;
}
.funfact-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5128c4),
    color-stop(50%, #7541d1),
    to(#b16aeb)
  );
  background-image: linear-gradient(
    90deg,
    #5128c4 0%,
    #7541d1 50%,
    #b16aeb 100%
  );
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.funfact-one__single:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.funfact-one__single:hover .funfact-one__title,
.funfact-one__single:hover .funfact-one__tag-line {
  color: #fff;
}
.funfact-one__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.funfact-one__title .plus-sign {
  font-size: 1.2em;
  color: inherit;
  margin-top: -0.2em;
}
.funfact-one__tag-line {
  color: #8b8c9c;
  font-size: 17px;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

[class*="funfact-one__dot-"] {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f7c324;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: dotsAnim;
  animation-name: dotsAnim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.funfact-one__dot-1 {
  top: 45px;
  left: 60px;
}

.funfact-one__dot-2 {
  left: 45px;
  bottom: 60px;
}

.funfact-one__dot-3 {
  right: 45px;
  top: 120px;
}

/*
* 11. brand styles
*/
.brand-one {
  padding: 119px 0;
  border-bottom: 1px solid #eff0f7;
}
@media (min-width: 1200px) {
  .brand-one .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.brand-one__carousel img {
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brand-one__carousel img:hover {
  opacity: 1;
}
.brand-one__carousel .owl-nav {
  display: none;
}

/*
* 12. testimonials styles
*/
.testimonials-one {
  padding: 120px 0;
  position: relative;
  background-image: linear-gradient(
    90deg,
    #5128c4 0%,
    #7541d1 50%,
    #b16aeb 100%
  );
  z-index: 1;
}

.testimonials-one .block-title {
  margin-bottom: 50px;
}

.testimonials-one__single {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.testimonials-one__single:hover {
  transform: translateY(-10px);
}

.testimonials-one__text {
  margin: 0;
  color: #8b8c9c;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.testimonials-one__title {
  color: #252758;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* 响应式布局 */
@media (max-width: 991px) {
  .testimonials-one {
    padding: 80px 0;
  }

  .testimonials-one__single {
    margin-bottom: 20px;
  }
  .cta-one .container img {
    width: 200px;
  }
}

@media (max-width: 575px) {
  .testimonials-one {
    padding: 60px 0;
  }

  .testimonials-one__single {
    padding: 30px 20px;
  }

  .testimonials-one__text {
    font-size: 14px;
  }

  .cta-one .container img {
    width: 200px;
  }
}

.testimonials-one .owl-dots {
  margin-top: 30px;
  text-align: left;
}

.testimonials-one .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
  margin: 0 5px;
  transition: all 0.4s ease;
}

.testimonials-one .owl-dots .owl-dot.active {
  opacity: 1;
}

/*
* 13. pricing styles
*/
.pricing-one {
  position: relative;
}
.pricing-one:before {
  content: "";
  width: 755px;
  height: 755px;
  border: 130px solid #f7c324;
  position: absolute;
  top: -30%;
  right: 85%;
  border-radius: 50%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pricing-one__single {
  text-align: center;
  margin-bottom: 40px;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  padding: 60px;
  padding-bottom: 50px;
  position: relative;
  z-index: 11;
}
.pricing-one__single.popular .pricing-one__btn {
  background-color: #f7c324;
  border-color: #f7c324;
  color: #252758;
}
.pricing-one__amount {
  margin: 0;
  color: #a461e5;
  font-size: 40px;
  margin-bottom: 5px;
}
.pricing-one__month {
  display: inline-block;
  vertical-align: middle;
  color: #252758;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: #f2f3f9;
  font-size: 10px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 20px;
}
.pricing-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eff0f7;
  padding-top: 50px;
  margin-top: 60px;
  position: relative;
}
.pricing-one__list:before {
  content: "";
  width: 81px;
  height: 1px;
  background-color: #a461e5;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing-one__list-item {
  color: #8b8c9c;
  font-size: 16px;
}
.pricing-one__list-item + .pricing-one__list-item {
  margin-top: 10px;
}
.pricing-one__btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f7;
  background-color: white;
  color: #8b8c9c;
  font-size: 14px;
  letter-spacing: -0.02em;
  padding: 12.5px 55.5px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.pricing-one__btn:hover {
  background-color: #f7c324;
  border-color: #f7c324;
  color: #252758;
}
.pricing-one__tag-line {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #a461e5;
  display: block;
}

/*
* 14. service styles
*/
.service-one {
  position: relative;
  margin-bottom: -360px;
  z-index: 10;
}
.service-one:before {
  content: "";
  width: 755px;
  height: 755px;
  border: 130px solid #f7c324;
  position: absolute;
  top: -40%;
  left: 75%;
  border-radius: 50%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.service-one__single {
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.1);
}
.service-one__icon {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5128c4),
    color-stop(50%, #7541d1),
    to(#b16aeb)
  );
  background-image: linear-gradient(
    90deg,
    #5128c4 0%,
    #7541d1 50%,
    #b16aeb 100%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.service-one__icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#723fd0),
    to(#864cd8)
  );
  background-image: linear-gradient(0deg, #723fd0 0%, #864cd8 100%);
  -webkit-clip-path: ellipse(30% 50% at 0% 52%);
  clip-path: ellipse(30% 50% at 0% 52%);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.service-one__icon i {
  color: #fff;
  font-size: 63px;
  position: relative;
}
.service-one__title {
  margin: 0;
  color: #252758;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 17px;
  margin-top: 30px;
}
.service-one__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__title a:hover {
  color: #a461e5;
}
.service-one__text {
  margin: 0;
  color: #8b8c9c;
  font-size: 15px;
  line-height: 34px;
}
.service-one__btn {
  border-top: 1px solid #eff0f7;
  background-color: #f7c324;
  font-size: 12px;
  color: #252758;
  width: 100%;
  position: relative;
  padding: 17px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 30px;
}
.service-one__btn:before {
  content: "";
  width: 81px;
  height: 1px;
  background-color: #a461e5;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1, 1);
  transform: translateX(-50%) scale(1, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.service-one__btn:hover {
  color: #252758;
  background-color: #f6de06;
}
.service-one__btn:hover:before {
  -webkit-transform: translateX(-50%) scale(0, 1);
  transform: translateX(-50%) scale(0, 1);
}

[class*="service-one__dot-"] {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f7c324;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: dotsAnim;
  animation-name: dotsAnim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.service-one__dot-1 {
  top: 50px;
  left: 105px;
}

.service-one__dot-2 {
  left: 110px;
  top: 175px;
}

.service-one__dot-3 {
  right: 90px;
  top: 95px;
}

@-webkit-keyframes dotsAnim {
  0%,
  100% {
    -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
    transform: perspective(30px) scale(1) translateX(0) translateY(0);
    opacity: 1;
  }
  33% {
    -webkit-transform: perspective(30px) scale(1.1) translateX(-5px)
      translateY(5px);
    transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
    opacity: 0.3;
  }
  66% {
    -webkit-transform: perspective(30px) scale(1.2) translateX(-15px)
      translateY(15px);
    transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
    opacity: 0.6;
  }
}

@keyframes dotsAnim {
  0%,
  100% {
    -webkit-transform: perspective(30px) scale(1) translateX(0) translateY(0);
    transform: perspective(30px) scale(1) translateX(0) translateY(0);
    opacity: 1;
  }
  33% {
    -webkit-transform: perspective(30px) scale(1.1) translateX(-5px)
      translateY(5px);
    transform: perspective(30px) scale(1.1) translateX(-5px) translateY(5px);
    opacity: 0.3;
  }
  66% {
    -webkit-transform: perspective(30px) scale(1.2) translateX(-15px)
      translateY(15px);
    transform: perspective(30px) scale(1.2) translateX(-15px) translateY(15px);
    opacity: 0.6;
  }
}

/* 下载按钮样式 */
.download-btn {
  display: flex !important;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.download-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  transition: all 0.3s ease;
}

/* 主下载按钮特殊样式 */
.banner-one__btn.download-btn {
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 600;
  width: 10rem;
  letter-spacing: 0.5px;
}

.banner-one__btn.download-btn svg {
  width: 20px;
  height: 20px;
}

/* 功能区下载按钮样式 */
.service-one__btn.download-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  background: linear-gradient(90deg, #f7c324 0%, #f6de06 100%);
}

/* 悬停效果 */
.download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(247, 195, 36, 0.3);
}

.download-btn:hover svg {
  transform: scale(1.1);
}

/* 点击效果 */
.download-btn:active {
  transform: translateY(1px);
}

@media (max-width: 991px) {
  .header-navigation .container .menu-toggler {
    display: block;
    float: right;
    margin: 10px 0;
  }

  .header-navigation .main-navigation {
    display: none;
    width: 100%;
    background: linear-gradient(90deg, #5128c4 0%, #7541d1 50%, #b16aeb 100%);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding: 10px 0;
  }

  .header-navigation .main-navigation.shown {
    display: block;
  }

  .header-navigation .main-navigation ul.navigation-box {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
  }

  .header-navigation .main-navigation ul.navigation-box > li {
    display: block;
    padding: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-navigation .main-navigation ul.navigation-box > li > a {
    padding: 15px 25px;
    display: block;
    color: #fff;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
  }

  .header-navigation .main-navigation ul.navigation-box > li:hover > a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 35px;
  }

  .header-navigation .main-navigation ul.navigation-box > li:first-child {
    border-top: none;
  }
}

.menu-toggler__line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.menu-toggler.active .menu-toggler__line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggler.active .menu-toggler__line:nth-child(2) {
  opacity: 0;
}

.menu-toggler.active .menu-toggler__line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.contact-info {
  display: flex; /* 使用 Flexbox 布局 */
  justify-content: space-between; /* 使子元素在主轴上两端对齐 */
  align-items: flex-start; /* 使子元素在交叉轴上顶部对齐 */
}

.contact-label {
  margin-right: 10px; /* 给联系方式标签添加右边距 */
}

.email-container {
  display: flex; /* 使用 Flexbox 布局 */
  flex-direction: column; /* 使邮箱垂直排列 */
}
