/*============================================ 
Theme Name: MetaX
Theme URI: https://softivuspro.com/wp/metax
Author: Softivus
Author URI: https://www.templatemonster.com/authors/softivus/
Description: MetaX - AI And Robotics Transform Global Intelligence WordPress Theme
Requires at least: 4.9
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: metax-core
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, portfolio
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
:root {
  --transition: all 0.5s ease-in-out;
  /* Color styles */
  --bodyFont: "DM Sans", sans-serif;
  --titleFont: "Poppins", sans-serif;
  --titleColor: #ffffff;
  --textColor: #ffffff;
  --primaryColor: #5c00e5;
  --secondaryColor: #da428e;
  --bodyColor: #111111;
  --bodyColor2: #1a1a1a;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --borderColor: #ffffff33;
  --inputbgColor: #111111;
  --neutralColor0: #ffffff;
  --neutralColor10: #fafafb;
  --neutralColor20: #f5f6f7;
  --neutralColor30: #ebecef;
  --neutralColor40: #dfe0e4;
  --neutralColor50: #c1c4cc;
  --neutralColor60: #b2b6bf;
  --neutralColor70: #a6aab5;
  --neutralColor80: #979ca8;
  --neutralColor90: #888e9c;
  --neutralColor100: #798090;
  --neutralColor200: #6a7283;
  --neutralColor300: #5b6477;
  --neutralColor400: #4f586d;
  --neutralColor500: #404a60;
  --neutralColor600: #343e56;
  --neutralColor700: #222e48;
  --neutralColor800: #13203b;
  --neutralColor900: #071431;
  --gradient-p1: linear-gradient(
    90deg,
    rgba(12, 169, 64, 0.08) 0.68%,
    rgba(236, 88, 88, 0.08) 100%
  );
  --box-shadow-p1: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.top-sticky {
  top: 100px;
}

.inline-container {
  display: inline-block !important;
  width: auto !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-auto {
  width: auto !important;
}

.w-min-content {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

.trail-btn {
  background-color: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
  color: #fff;
}
.trail-btn:hover {
  background-color: var(--secondaryColor) !important;
  border-color: var(--secondaryColor) !important;
  color: #fff;
}

.footer-section .footer-links ul {
  overflow: hidden;
}
.footer-section .footer-links a {
  position: relative;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.footer-section .footer-links a::before {
  content: "\f318";
  font-family: "Phosphor";
  z-index: 1;
  position: absolute;
  color: rgba(var(--n5), 1);
  left: -30px;
  font-size: 18px;
  transition: var(--transition);
}
.footer-section .footer-links a:hover {
  padding-left: 20px;
  color: var(--primaryColor);
}
.footer-section .footer-links a:hover::before {
  color: var(--primaryColor);
  left: -5px;
}
.footer-section .copyright a {
  color: var(--sColor);
}
@media (max-width: 480px) {
  .footer-section .col-6 {
    width: 100% !important;
  }
}

.banner-section.index-one::before {
  content: "";
  position: absolute;
  width: 100%;
  min-width: 100%;
  height: 100%;
  background: url("../images/index-banner-line.png") no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.1;
}
.banner-section.index-one .display-two {
  font-weight: 900;
}
.banner-section.index-one .subtitle li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: -4px;
  border-radius: 50%;
  background-color: var(--primaryColor);
}
.banner-section.index-one .financial i {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .banner-section.index-one .financial i {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
}
.banner-section.index-one .partner-area li {
  width: 64px;
  min-width: 64px;
  height: 64px;
}
@media (max-width: 991px) {
  .banner-section.index-one .partner-area li {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
  .banner-section.index-one .partner-area li img {
    width: 38px;
  }
}
.banner-section.index-one .first-abs {
  left: -45% !important;
  top: -20px;
  animation: updown 2s linear infinite;
}
.banner-section.index-one .second-abs {
  right: -50% !important;
  top: -20px;
  animation: updown 2s linear infinite;
}

.how-works .icon-area {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
@media (max-width: 991px) {
  .how-works .icon-area {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
.how-works .line-area {
  right: -30%;
}
.how-works .line-area.second {
  right: initial;
  left: -30%;
}
@media (max-width: 1399px) {
  .how-works .line-area img {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .why-choose {
    background-color: var(--neutralColor60);
  }
}
.why-choose .icon-area {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  .why-choose .icon-area {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.why-choose .start-area::before {
  content: "";
  position: absolute;
  background-color: var(--neutralColor60);
  z-index: -1;
  width: 150%;
  right: 0;
  height: 150%;
  top: 0;
}

.fun-fact .item-one {
  width: 200px;
  min-width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  .fun-fact .item-one {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
.fun-fact .item-two {
  margin-left: -130px;
}
.fun-fact .item-two .counters {
  width: 330px;
  min-width: 330px;
  height: 330px;
}
@media (max-width: 991px) {
  .fun-fact .item-two .counters {
    width: 230px;
    min-width: 230px;
    height: 230px;
  }
}
.fun-fact .item-three {
  width: 380px;
  min-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .fun-fact .item-three {
    width: 260px;
    min-width: 260px;
    height: 260px;
  }
}
.fun-fact .item-four {
  width: 260px;
  min-width: 260px;
  height: 260px;
}
@media (max-width: 991px) {
  .fun-fact .item-four {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
}
.fun-fact .item-five {
  margin-left: -210px;
}
.fun-fact .item-five .counters {
  width: 180px;
  min-width: 180px;
  height: 180px;
}
@media (max-width: 991px) {
  .fun-fact .item-five .counters {
    width: 95px;
    min-width: 95px;
    height: 95px;
  }
}
@media (max-width: 575px) {
  .fun-fact .single-item,
  .fun-fact .counters {
    margin: 0 !important;
  }
}

.dashboard-slide::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 75%;
  background-color: var(--neutralColor60);
  z-index: -1;
}
@media (max-width: 1199px) {
  .dashboard-slide::before {
    height: 65%;
  }
}
@media (max-width: 767px) {
  .dashboard-slide::before {
    height: 55%;
  }
}

@media (max-width: 1399px) {
  .global-coverage .sec-img img {
    max-width: 100% !important;
  }
}

.faq-section .header-area {
  cursor: pointer;
}
.faq-section .header-area button {
  font-size: inherit;
  color: var(--neutralColor50);
  padding-right: 15%;
}
.faq-section .header-area button::after {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 50%;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  transform: rotate(0deg);
  transition: var(--transition);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutralColor20);
  background-color: var(--primaryColor);
  width: 38px;
  min-width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .faq-section .header-area button::after {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.faq-section .accordion-single::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  z-index: 1;
  left: 5%;
  top: 0;
  transition: var(--transition);
}
.faq-section .accordion-single.active::after {
  background-color: var(--primaryColor);
}
.faq-section .accordion-single.active button {
  color: var(--secondaryColor);
}
.faq-section .accordion-single.active button::after {
  background-color: var(--neutralColor40);
  color: var(--neutralColor50);
}
.faq-section .content-area {
  display: none;
}
.faq-section .active button::after {
  transform: rotate(180deg);
}
.faq-section .active button::before {
  background-color: var(--primaryColor);
}
.faq-section .sec-img img {
  max-width: 100% !important;
}

.testimonial .single-item {
  border: 1px solid var(--neutralColor80);
  background: var(--neutralColor70);
  transition: var(--transition);
}
.testimonial .single-item h6,
.testimonial .single-item p {
  transition: var(--transition);
}
.testimonial .single-item:hover {
  background: #14bb54;
}
.testimonial .single-item:hover h6,
.testimonial .single-item:hover p {
  color: var(--neutralColor20);
}
@media (max-width: 991px) {
  .testimonial .profile-img {
    width: 70px;
  }
}

.our-apps .sec-img .mockup-bg {
  animation: rotate 12s linear infinite;
}
@media (max-width: 1199px) {
  .our-apps .sec-img img {
    max-width: 100% !important;
  }
}

.newsletter::before {
  content: "";
  position: absolute;
  background-color: var(--neutralColor70);
  z-index: -1;
  width: 100%;
  right: 0;
  height: 35%;
  bottom: 0;
}
.newsletter .circle {
  animation: rotate 4s linear infinite;
}

.video-section::before {
  content: "";
  position: absolute;
  background-color: var(--neutralColor70);
  z-index: -1;
  width: 100%;
  right: 0;
  height: 45%;
  bottom: 0;
}

.our-value .icon-area {
  width: 90px;
  min-width: 90px;
  height: 90px;
}
@media (max-width: 1199px) {
  .our-value .icon-area {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.our-value .single-item:hover {
  background-color: var(--secondaryColor);
}
.our-value .single-item:hover h5,
.our-value .single-item:hover p {
  color: var(--neutralColor20);
}
.our-value.payment .icon-area {
  width: 70px;
  min-width: 70px;
  height: 70px;
}
@media (max-width: 991px) {
  .our-value.payment .icon-area {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.our-value.payment .single-item:hover .icon-area {
  background-color: var(--neutralColor20);
}
.our-value.payment .single-item:hover .icon-area i {
  color: var(--neutralColor50);
}

.integrations .nav-links:hover span, .integrations .nav-links.active span {
  background-color: var(--primaryColor);
  color: var(--neutralColor20);
}

@media (max-width: 1199px) {
  .customer-support .sec-img img {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .customer-support .main-content {
    position: initial !important;
  }
}

.blog-details .comment-form {
  display: none;
}

.blog-section .single-item img {
  transition: var(--transition);
}
.blog-section .single-item:hover h4 {
  text-decoration: underline;
}
.blog-section .single-item:hover .abs-area {
  background-color: var(--neutralColor40);
}
.blog-section .single-item:hover img {
  transform: scale(1.04);
}

.pricing-section .abs-area {
  transform: rotate(10deg) translate(-20px, -4px);
}
.pricing-section .single-item.highlight {
  background-color: var(--secondaryColor);
}
.pricing-section .single-item.highlight span,
.pricing-section .single-item.highlight h3,
.pricing-section .single-item.highlight h5,
.pricing-section .single-item.highlight p,
.pricing-section .single-item.highlight i {
  color: var(--neutralColor20);
}
.pricing-section .single-item.highlight .btn-area span,
.pricing-section .single-item.highlight .abs-area span {
  color: var(--neutralColor50);
}

.authentication .sec-img::before {
  content: "";
  position: absolute;
  background-color: var(--neutralColor60);
  z-index: -1;
  width: 250%;
  right: 0;
  height: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .authentication .sec-img::before {
    width: 100%;
  }
}

.our-awards .btn-box a {
  transition: all 0.7s ease-in-out;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .our-awards .btn-box a {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.our-awards .marquee-section {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .our-awards .marquee-section {
    transform: rotate(20deg);
  }
}
.our-awards .marquee-section .marquee-second {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .our-awards .marquee-section .marquee-second {
    margin-top: -24px;
  }
}
.our-awards .box-content {
  position: relative;
}
.our-awards .box-content:hover .hover-content {
  z-index: 5;
}
.our-awards .box-content .hover-content {
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.marquee-section .marquee-content span {
  white-space: nowrap;
  position: relative;
  -webkit-text-stroke: 2px var(--primaryColor);
  color: transparent;
  text-transform: uppercase;
}
.marquee-section .marquee-content span::before {
  overflow: hidden;
  position: absolute;
  inset-inline-start: 0;
  width: 0;
  color: var(--primaryColor);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 1s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}
.marquee-section .marquee-content span::after {
  content: "";
  -webkit-text-stroke: 2px var(--primaryColor);
  color: transparent;
}
.marquee-section .marquee-content span:hover::before {
  width: 100%;
}

.vision-mission .img-area img {
  max-width: 100% !important;
}

.connected-payments .slider-btn {
  width: 68%;
}
@media (max-width: 991px) {
  .connected-payments .slider-btn {
    width: 100%;
  }
}

.payment-method .single-item {
  width: 245px;
  height: 80px;
  border-radius: 100px;
  border: 1px solid var(--primaryColor);
}
@media (max-width: 991px) {
  .payment-method .single-item {
    width: 200px;
    height: 60px;
  }
  .payment-method .single-item .img-area {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.payment-method .items-wrapper {
  animation: marquee 25s linear infinite;
}
.payment-method .items-wrapper.second {
  animation: marqueeRtL 25s linear infinite;
}

.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}
.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}
.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}
.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}
.privacy-content .safe-data {
  margin: 55px 0;
}
.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}
.privacy-content .safe-data ul li {
  padding-left: 15px;
}
.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}
.privacy-content .cookies {
  margin-bottom: -36px;
}
.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}/*# sourceMappingURL=style.css.map */