/*============================================ 
Theme Name: Aitect
Theme URI: https://softivuslab.com/wp/aitect
Author: Softivus
Author URI: https://www.templatemonster.com/authors/softivus/
Description: Aitect - 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: aitect
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 */
  --p1: 0, 0, 223;
  --pp1: #0000DF;
  --p2: #FFAF40;
  --p3: #EEF5DB;
  --p4: #2A9D8F;
  --p5: #444CE7;
  --p6: #FAFE02;
  --p7-gradient: linear-gradient(274deg, #3FFF08 4.65%, #03FFB7 91.31%);
  --p8: #FF622B;
  --p9: #1F00FF;
  --p10: #000066;
  --p11: #1649FF;
  --s2: #01A66B;
  --bg1: #005651;
  --bg2: #000000;
  --bg3: #ECFFFC;
  --bg4: #C3EDDF;
  --bg5: #EFEEE7;
  --bg6: #E5FDCE;
  --bg7: #F4F3F0;
  --bg8: #F5F8FF;
  --bg9: #C6E3D5;
  --bg10: #000066;
  --bg11: #F5F5F5;
  --bg12: #EFF9F6;
  --bg13: #171E33;
  --bg14: #141A2A;
  --bg15: #1D263F;
  --bg16: #E6F7F1;
  --bg17: #F9F9F9;
  --bg18: #E6E5E5;
  --bg19: #006963;
  --bg20: #F7F7FC;
  --s1: 0, 86, 81;
  --n0: #fff;
  --n1: 236, 255, 252;
  --n2: 255, 255, 255;
  --n3: 73, 76, 101;
  --n4: 255, 175, 64;
  --n5: 28, 30, 48;
  --n6: 195, 237, 223;
  --n7: 230, 247, 241;
  --n8: 205, 228, 220;
  --n9: #0D0D0D;
  --n10: #4A5551;
  --n11: rgb(22, 73, 255, 15%);
  --n12: #424F76;
  --black-clr: #1C1E30;
  --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);
}

html {
  scroll-behavior: initial !important;
}

body {
  font-family: var(--body-font);
  background-color: rgba(var(--n1, 1));
  color: rgba(var(--n5, 1));
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

section,
footer {
  overflow: hidden;
}

a,
p,
button,
span,
label,
li {
  margin: 0;
  font-family: var(--body-font);
  transition: var(--transition);
}

.transition {
  transition: var(--transition);
}

a {
  text-decoration: none;
  outline: none;
  color: rgba(var(--n3), 1);
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
  color: rgba(var(--n3), 1);
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-one,
.display-two,
.display-three,
.display-four,
.display-five,
.display-six,
.display-ex-one,
.heading {
  font-family: var(--body-font);
  color: rgba(var(--n5), 1);
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-one span,
.display-two span,
.display-three span,
.display-four span,
.display-five span,
.display-six span,
.display-ex-one span,
.heading span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.phosphor-icon {
  font-family: "Phosphor";
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

button {
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  padding: 12px 20px;
  color: rgba(var(--n3), 1);
  width: 100%;
  font-family: var(--body-font);
  outline-color: transparent;
  font-size: 16px;
  border-radius: 6px;
  background-color: rgba(var(--n2), 1);
  border: 1px solid rgba(var(--n4), 0.3);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(var(--n3), 0.4);
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  color: rgba(var(--n3), 0.4);
  font-size: 16px;
}
input:focus,
textarea:focus {
  outline: 1px solid rgba(var(--p1), 1);
  box-shadow: none;
  border: 1px solid transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

.max-auto {
  max-width: 100%;
}

.max-un {
  max-width: unset !important;
}

.d-rtl {
  direction: rtl;
}

.section-bg2 {
  background: #c3eddf;
}

.badge-cmn {
  border: 1px solid #005651 !important;
}

.collapsing {
  transition: var(--transition);
}

.alt-color a,
.alt-color p,
.alt-color span,
.alt-color h1,
.alt-color h2,
.alt-color h3,
.alt-color h4,
.alt-color h5,
.alt-color h6,
.alt-color i,
.alt-color select,
.alt-color button {
  color: rgba(var(--n2), 1);
}

.p1-color {
  color: rgba(var(--p1), 1);
}

.p2-color {
  color: var(--p2) !important;
}

.text-black {
  color: #1c1e30 !important;
}

.p2-bg {
  background: var(--p2) !important;
}

.s1-color {
  color: rgba(var(--s1), 1);
}

.s2-color {
  color: var(--s2) !important;
}

.s2-bg {
  background: var(--s2) !important;
}

.n1-color {
  color: rgba(var(--n1), 1);
}

.n2-color {
  color: rgba(var(--n2), 1);
}

.n3-color {
  color: rgba(var(--n3), 1);
}

.n4-color {
  color: rgba(var(--n4), 1);
}

.n5-color {
  color: rgba(var(--n5), 1);
}

.n6-color {
  color: rgba(var(--n6), 1);
}

.n7-color {
  color: rgba(var(--n7), 1);
}

.n8-color {
  color: rgba(var(--n8), 1);
}

.n9-color {
  color: var(--n9);
}

.bg9 {
  background: var(--bg9) !important;
}

.bg9-clr {
  color: var(--bg9) !important;
}

.bg10 {
  background: var(--bg10) !important;
}

.bg10-clr {
  color: var(--bg10) !important;
}

.bg11 {
  background: var(--bg11) !important;
}

.bg11-clr {
  color: var(--bg11) !important;
}

.bg12 {
  background: var(--bg12) !important;
}

.bg13 {
  background: var(--bg13) !important;
}

.bg14 {
  background: var(--bg14) !important;
}

.bg15 {
  background: var(--bg15) !important;
}

.bg16 {
  background: var(--bg16) !important;
}

.bg17 {
  background: var(--bg17) !important;
}

.bg18 {
  background: var(--bg18) !important;
}

.p1-bg-color {
  background-color: rgba(var(--p1), 1);
}

.p3-clr {
  color: var(--p3) !important;
}

.p3-bg {
  background-color: var(--p3) !important;
}

.p4-clr {
  color: var(--p4) !important;
}

.p4-bg {
  background-color: var(--p4) !important;
}

.p5-clr {
  color: var(--p5) !important;
}

.p9-clr {
  color: var(--p9) !important;
}

.p9-bg {
  background-color: var(--p9) !important;
}

.p10-clr {
  color: var(--p10) !important;
}

.p5-bg {
  background-color: var(--p5) !important;
}

.p6-clr {
  color: var(--p6) !important;
}

.p6-bg {
  background-color: var(--p6) !important;
}

.s1-bg-color {
  background-color: rgba(var(--s1), 1);
}

.n1-bg-color {
  background-color: rgba(var(--n1), 1);
}

.n2-bg-color {
  background-color: rgba(var(--n2), 1);
}

.n3-bg-color {
  background-color: rgba(var(--n3), 1);
}

.n4-bg-color {
  background-color: rgba(var(--n4), 1);
}

.n5-bg-color {
  background-color: rgba(var(--n5), 1);
}

.n6-bg-color {
  background-color: rgba(var(--n6), 1);
}

.n7-bg-color {
  background-color: rgba(var(--n7), 1);
}

.n8-bg-color {
  background-color: rgba(var(--n8), 1);
}

.n0-color {
  color: #fff !important;
}

.n0-bg {
  background: #fff !important;
}

.bg1 {
  background: var(--bg1) !important;
}

.bg2 {
  background: var(--bg2) !important;
}

.bg2-clr {
  color: var(--bg2);
}

.bg3 {
  background: var(--bg3) !important;
}

.bg4 {
  background: var(--bg4) !important;
}

.bg5 {
  background: var(--bg5) !important;
}

.bg6 {
  background: var(--bg6) !important;
}

.bg7 {
  background: var(--bg7) !important;
}

.bg6-clr {
  color: var(--bg6) !important;
}

.bg8 {
  background: var(--bg8) !important;
}

.bg8-clr {
  color: var(--bg8) !important;
}

.bg9 {
  background: var(--bg9) !important;
}

.bg9-clr {
  color: var(--bg9) !important;
}

.bg10 {
  background: var(--bg10) !important;
}

.bg16 {
  background: var(--bg16) !important;
}

.bg17 {
  background: var(--bg17) !important;
}

.bg18 {
  background: var(--bg18) !important;
}

.bg19 {
  background: var(--bg19) !important;
}

.bg20 {
  background: var(--bg20) !important;
}

.bg10-clr {
  color: var(--bg10) !important;
}

.black-clr {
  color: var(--black-clr) !important;
}

.black-bg {
  background: var(--black-clr) !important;
}

.fw-mid {
  font-weight: 500;
}

.bg-trsns {
  background-color: transparent !important;
}

.text-gradient {
  background: var(--gradient-p1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.max-ch {
  max-width: 60ch;
}

.file-upload {
  border-radius: 48px;
  border: 1px solid rgba(var(--p1), 1);
}
.file-upload input {
  display: none;
}
.file-upload .file {
  cursor: pointer;
  position: relative;
}
.file-upload .file .file-custom {
  border-radius: 20px;
}
.file-upload .add-file {
  color: rgba(var(--p1), 1);
}

.btn-popup-animation {
  z-index: 1;
  transition: var(--transition);
}
.btn-popup-animation i {
  z-index: 1;
  color: rgba(var(--p1), 1);
}
.btn-popup-animation:before, .btn-popup-animation::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(var(--n1), 1);
  border-radius: 50%;
  width: 80px;
  min-width: 80px;
  height: 80px;
}
@media (max-width: 576px) {
  .btn-popup-animation:before, .btn-popup-animation::after {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.btn-popup-animation:before {
  z-index: 1;
}
.btn-popup-animation:after {
  background-color: transparent;
  border: 2px solid rgba(var(--n1), 1);
  z-index: -1;
  animation: waves 2s 1s ease-out infinite;
}
@media (max-width: 576px) {
  .btn-popup-animation {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

.circle-text {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(var(--s1), 1);
  border: 1px solid rgba(var(--p1), 1);
  position: relative;
}
@media (max-width: 991px) {
  .circle-text {
    width: 125px;
    min-width: 125px;
    height: 125px;
  }
}
.circle-text .text {
  animation: rotate 50s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
}
.circle-text .text p {
  transform: translate(50%, 5px);
}
.circle-text .text span {
  position: absolute;
  font-size: inherit;
  font-weight: 600;
  transform-origin: 0 72px;
}
@media (max-width: 991px) {
  .circle-text .text p {
    transform: translate(50%, 0);
  }
  .circle-text .text span {
    transform-origin: 0 60px;
  }
}
.circle-text:hover .text {
  animation-play-state: paused;
}

.slide-vertical .char,
.slide-horizontal .char {
  overflow: hidden;
  color: transparent;
}
.slide-vertical .char::after, .slide-vertical .char::before,
.slide-horizontal .char::after,
.slide-horizontal .char::before {
  visibility: visible;
  color: rgba(var(--n5), 1);
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: calc(0.2s + 0.02s * (var(--char-index)));
}
.slide-vertical .char::before,
.slide-horizontal .char::before {
  color: rgba(var(--p1), 1);
  font-weight: 500;
  transition-delay: calc(0.02s * (var(--char-index)));
}
.slide-vertical:hover .char:before,
.slide-horizontal:hover .char:before {
  transition-delay: calc(0.2s + 0.02s * (var(--char-index)));
}
.slide-vertical:hover .char:after,
.slide-horizontal:hover .char:after {
  transition-delay: calc(0.02s * (var(--char-index)));
}

.slide-vertical .char:before {
  transform: translateY(-100%);
}
.slide-vertical:hover .char:before {
  transform: translateY(0%);
}
.slide-vertical:hover .char::after {
  transform: translateY(100%);
}

.slide-horizontal .char:before {
  transform: translateX(110%);
}
.slide-horizontal:hover .char:before {
  transform: translateX(0%);
}
.slide-horizontal:hover .char::after {
  transform: translateX(-110%);
}

.box-style {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
  border: 1px solid transparent;
}
.box-style:hover::before {
  width: 400%;
  height: 400%;
}
.box-style::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: rgba(var(--n1), 0.1);
  transition: all 0.7s ease;
  z-index: -1;
}
.box-style.first-box::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-second {
  background-color: var(--primaryColor);
  padding: 12px 24px;
  gap: 5px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.box-style.box-second span,
.box-style.box-second i {
  color: var(--n0);
}
.box-style.box-second i {
  transition: var(--transition);
}
.box-style.box-second:hover {
  border-color: var(--secondaryColor);
}
.box-style.box-second:hover i {
  transform: rotateY(180deg);
}
.box-style.box-second:hover i,
.box-style.box-second:hover span {
  color: var(--n0);
}
.box-style.box-second::before {
  background-color: var(--secondaryColor);
}
.box-style.box-second.first-alt {
  background-color: rgba(var(--n6), 1);
}
.box-style.box-second.first-alt span,
.box-style.box-second.first-alt i {
  color: rgba(var(--n5), 1);
}
.box-style.box-second.first-alt:hover span,
.box-style.box-second.first-alt:hover i {
  color: rgba(var(--n2), 1);
}
.box-style.box-second.first-alt::before {
  background-color: var(--primaryColor);
}
.box-style.box-second.second-alt {
  background-color: rgba(var(--n2), 1);
  border-radius: 12px;
}
.box-style.box-second.second-alt span,
.box-style.box-second.second-alt i {
  color: var(--primaryColor);
}
.box-style.box-second.second-alt:hover span,
.box-style.box-second.second-alt:hover i {
  color: rgba(var(--n2), 1);
}
.box-style.box-second.second-alt::before {
  background-color: rgba(var(--n4), 1);
}
.box-style.box-second.third-alt {
  background-color: rgba(var(--n4), 1);
  border: 1px solid rgba(var(--n4), 1);
}
.box-style.box-second.third-alt span,
.box-style.box-second.third-alt i {
  color: rgba(var(--n5), 1);
}
.box-style.box-second.third-alt:hover {
  border-color: rgba(var(--n2), 1);
}
.box-style.box-second.third-alt:hover span,
.box-style.box-second.third-alt:hover i {
  color: rgba(var(--n5), 1);
}
.box-style.box-second.third-alt::before {
  background-color: rgba(var(--n2), 1);
}
.box-style.box-third {
  background-color: transparent;
  width: 230px;
  min-width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid rgba(var(--n8), 1);
}
@media (max-width: 1199px) {
  .box-style.box-third {
    width: 180px;
    min-width: 180px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .box-style.box-third {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
}
.box-style.box-third::before {
  background-color: rgba(var(--p1), 1);
}
.box-style.box-third:hover {
  border-color: transparent;
}
.box-style.box-third:hover i {
  transform: rotateY(180deg);
}
.box-style.box-third:hover i,
.box-style.box-third:hover span {
  color: rgba(var(--n2), 1);
}
.box-style.box-third span,
.box-style.box-third i {
  color: rgba(var(--n5), 1);
  transition: var(--transition);
}
.box-style.box-third.second-alt {
  background-color: rgba(var(--n2), 1);
}
.box-style.box-forth::before {
  background-color: var(--bg1);
}
.box-style.btn_lg {
  padding: 16px 32px;
}
.box-style.btn_md {
  padding: 12px 24px;
}
.box-style.btn_sm {
  padding: 8px 16px;
}

.v-border {
  background: rgba(var(--p1), 0.2);
  width: 1px;
  height: 25px;
}

.v-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 96px;
  background-color: rgba(var(--n5), 1);
}
.v-line.f-width::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: rgba(var(--n8), 1);
}
.v-line.f-width-second::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  z-index: -1;
  background-color: rgba(var(--n4), 1);
}

@media (max-width: 991px) {
  .sec-img img {
    width: 80% !important;
  }
}

.cus-border {
  border-color: rgba(var(--p1), 1) !important;
}
.cus-border.b-second {
  border-color: rgba(var(--s1), 0.1) !important;
}
.cus-border.b-third {
  border-color: rgba(var(--n5), 1) !important;
}
.cus-border.b-fourth {
  border-color: rgba(var(--p1), 0.4) !important;
}
.cus-border.b-fifth {
  border-color: rgba(var(--n8), 1) !important;
}
.cus-border.b-sixth {
  border-color: rgba(var(--n2), 1) !important;
}
.cus-border.b-seventh {
  border-color: rgba(var(--n4), 1) !important;
}
.cus-border.b-black {
  border-color: #000 !important;
}
.cus-border.b-gray {
  border-color: rgba(28, 30, 48, 0.1) !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed transparent;
}

.ul-dots li {
  list-style: disc;
}

.ul-decimal li {
  list-style: decimal;
}

.counters .odometer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.social-area a {
  border: 1px solid rgba(var(--p1), 0.1);
  border-radius: 50%;
  background: transparent;
  transition: var(--transition);
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (max-width: 991px) {
  .social-area a {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.social-area a i {
  transition: var(--transition);
  color: rgba(var(--p1), 1);
}
.social-area a:hover {
  background: rgba(var(--p1), 1);
}
.social-area a:hover i {
  color: rgba(var(--n2), 1);
}

.image-box-effect:hover img:nth-child(1) {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.image-box-effect:hover img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.image-box-effect img:nth-child(1) {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.image-box-effect .img {
  position: absolute;
  transition: 0.9s;
}

.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 100ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(var(--n0), 1);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: rgba(var(--n0), 1);
  transition: var(--transition);
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
.mouse-follower.highlight-cursor-head {
  cursor: none;
}
.mouse-follower.highlight-cursor-head .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-head .cursor-dot {
  height: 150px;
  width: 150px;
  background: rgba(var(--n4), 1);
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-head .cursor-dot {
    height: 80px;
    width: 80px;
  }
}
.mouse-follower.highlight-cursor-para {
  cursor: none;
}
.mouse-follower.highlight-cursor-para .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-para .cursor-dot {
  height: 100px;
  width: 100px;
  background: rgba(var(--n6), 1);
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}

.table thead th,
.table td,
.table th {
  border: none;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

::-webkit-scrollbar-track {
  background: rgba(var(--n5), 1);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

.cus-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  position: sticky;
  max-height: 90vh;
  top: 100px;
}
.cus-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.cus-scrollbar::-webkit-scrollbar-button, .cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
  height: 10px;
  overflow: visible;
}
.cus-scrollbar:hover::-webkit-scrollbar {
  width: 3px;
}
.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: rgba(255, 211, 198, 0.5);
}
.cus-scrollbar:hover::-webkit-scrollbar-button, .cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(var(--p1), 1);
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cus-z-1 {
  z-index: -1;
}

.cus-z0 {
  z-index: 0;
}

.cus-z1 {
  z-index: 1;
}

.cus-z2 {
  z-index: 2;
}

.top-sticky {
  top: 100px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  width: 45px;
  height: 45px;
  right: 30px;
  background-color: rgba(var(--p1), 1);
  padding: 0 12px;
  color: rgba(var(--p1), 1);
  line-height: 120%;
  font-size: 12px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop:hover i {
  margin: 0;
}
.scrollToTop i {
  transition: var(--transition);
  margin-bottom: -25px;
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

#preloader {
  background-color: rgba(var(--n1), 1);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes preload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.singleTab .nav-links {
  cursor: pointer;
}
.singleTab .tabContents {
  position: relative;
}
.singleTab .tabContents .tabItem {
  transform: translateY(100px);
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}
.singleTab .tabContents .tabItem.active {
  position: initial !important;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.pagination li a {
  color: rgba(var(--n2), 1);
}
.pagination .page-item .page-link {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 999;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active, .pagination .page-item .page-link:focus {
  background-color: rgba(var(--p1), 1);
  border-color: transparent;
  box-shadow: none;
}

.breadcrumb-area .breadcrumb {
  row-gap: 8px;
}
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb span {
  color: rgba(var(--n3), 1);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .breadcrumb-area .breadcrumb a,
  .breadcrumb-area .breadcrumb span {
    font-size: 16px;
  }
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f31c";
  font-family: "Phosphor";
  z-index: 1;
  position: absolute;
  left: 0;
  font-size: 24px;
  color: rgba(var(--n5), 1);
}

.checkbox-single {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-single .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  border: 1px solid rgba(var(--n5), 0.5);
}
.checkbox-single .checkmark::after {
  content: "";
}
.checkbox-single input:checked ~ .checkmark::after {
  content: "\f33e";
  position: absolute;
  font-family: "Phosphor";
}
.checkbox-single input:checked ~ .checkmark:after {
  display: block;
}

.switch-wrapper .active {
  color: rgba(var(--p1), 1);
}
.switch-wrapper .switch {
  width: 50px;
  height: 26px;
}
.switch-wrapper .switch .slider {
  cursor: pointer;
  border-radius: 34px;
  transition: var(--transition);
  background: rgba(var(--p1), 1);
}
.switch-wrapper .switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  transform: translateX(3px);
  background-color: rgba(var(--p1), 1);
  transition: var(--transition);
}
.switch-wrapper .switch input:checked + .slider::before {
  transform: translateX(25px);
}

.single-radio {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.single-radio:hover input ~ .checkmark {
  background-color: transparent;
}
.single-radio .checkmark {
  position: absolute;
  left: 0;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(var(--p1), 0.1);
}
.single-radio .checkmark::after {
  content: "";
  font-size: 20px;
  position: absolute;
}
.single-radio input:checked ~ .checkmark {
  background-color: rgba(var(--n4), 1);
}
.single-radio input:checked ~ .checkmark::after {
  content: "\f33e";
  display: block;
  color: rgba(var(--p1), 1);
  font-family: "Phosphor";
}

.slider-btn .slide-button {
  outline: none;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100px;
  background: rgba(var(--n6), 1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1), 1px 13px 13px 0px rgba(0, 0, 0, 0.09), 2px 29px 17px 0px rgba(0, 0, 0, 0.05), 4px 52px 21px 0px rgba(0, 0, 0, 0.01), 7px 81px 23px 0px rgba(0, 0, 0, 0);
  z-index: 1;
  margin: -10px;
}
@media (max-width: 991px) {
  .slider-btn .slide-button {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
}
.slider-btn .slide-button:hover {
  color: rgba(var(--n2), 1);
  background-color: rgba(var(--n4), 1);
}
.slider-btn.second .slide-button {
  box-shadow: none;
  border: 1px solid rgba(28, 30, 48, 0.1607843137);
  background-color: transparent;
  color: #040e1c;
}
.slider-btn.second .slide-button:hover {
  color: rgba(var(--n2), 1);
  background-color: #bc4c37;
}
.slider-btn.third .slide-button {
  box-shadow: none;
  border: 1px solid rgba(var(--n2), 1);
  background-color: transparent;
  color: rgba(var(--n2), 1);
}
.slider-btn.third .slide-button:hover {
  color: rgba(var(--p1), 1);
  background-color: rgba(var(--n2), 1);
}

.slider-pagination span {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: 1px solid rgba(var(--n2), 1);
  background-color: transparent;
  opacity: 1;
}
.slider-pagination span.swiper-pagination-bullet-active {
  background-color: rgba(var(--n2), 1);
}

.input-area {
  background-color: rgba(var(--n7), 1);
  border: 1px solid rgba(var(--n8), 1);
}
.input-area:focus-within {
  border: 1px solid rgba(var(--s1), 1);
}
.input-area input,
.input-area textarea {
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.input-area input::-moz-placeholder, .input-area textarea::-moz-placeholder {
  color: rgba(var(--n3), 0.6);
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: rgba(var(--n3), 0.6);
}
.input-area.second {
  background-color: transparent;
  border: 1px solid rgba(var(--n2), 0.5);
}
.input-area.second:focus-within {
  border: 1px solid rgba(var(--n4), 1);
}
.input-area.second input,
.input-area.second textarea {
  font-size: 16px;
  color: rgba(var(--n2), 1);
}
.input-area.second input::-moz-placeholder, .input-area.second textarea::-moz-placeholder {
  color: rgba(var(--n2), 0.6);
}
.input-area.second input::placeholder,
.input-area.second textarea::placeholder {
  color: rgba(var(--n2), 0.6);
}
.input-area.second {
  background-color: transparent;
  border: 1px solid rgba(var(--n2), 0.5);
}
.input-area.second:focus-within {
  border: 1px solid rgba(var(--n4), 1);
}
.input-area.second input,
.input-area.second textarea {
  font-size: 16px;
  color: rgba(var(--n2), 1);
}
.input-area.second input::-moz-placeholder, .input-area.second textarea::-moz-placeholder {
  color: rgba(var(--n2), 0.6);
}
.input-area.second input::placeholder,
.input-area.second textarea::placeholder {
  color: rgba(var(--n2), 0.6);
}

@keyframes marqueeRtL {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes run {
  0% {
    left: 0%;
  }
  50% {
    left: 90%;
  }
  100% {
    left: 5%;
  }
}
@keyframes run2 {
  0% {
    top: 0%;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 5%;
  }
}
@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.cmn-overlay {
  transition: all 0.8s;
  background: rgba(2, 1, 1, 0.78);
  z-index: 999;
  position: fixed;
  top: 0;
  height: 100%;
  width: 0%;
  left: 0;
}
.cmn-overlay.active {
  width: 100%;
}

.sidebar-wrapper {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -320px;
  transition: all 0.9s;
  overflow-y: scroll;
  height: 100vh;
  height: 100%;
  background: var(--n0);
  width: 320px;
  padding: 10px;
}
.sidebar-wrapper.active {
  right: 0px;
}
.sidebar-wrapper .ramove-area {
  padding: 5px 10px 15px;
}
.sidebar-wrapper .side-remove {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--p1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-wrapper .side-remove:hover {
  cursor: pointer;
}
.sidebar-wrapper .box {
  padding: 18px 10px;
  max-width: 256px;
  margin: 0 auto;
}
.sidebar-wrapper .box .sideba-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.sidebar-wrapper .box .sideba-gallery .small-gl img {
  width: 100%;
}
.sidebar-wrapper .box .side-infocontact li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-wrapper .box .side-infocontact li .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6f7f1;
}
.sidebar-wrapper .box .side-infocontact li .icon i {
  color: var(--n50);
  font-size: 18px;
}
.sidebar-wrapper .box .side-infocontact li a {
  color: var(--n50);
  font-weight: 500;
}
.sidebar-wrapper .box .header-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-wrapper .box .header-social li a {
  width: 37px;
  min-width: 37px;
  height: 37px;
  transition: all 0.4s;
  background: #e6f7f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-wrapper .box .header-social li a i {
  font-size: 18px;
  color: var(--p1);
  transition: all 0.4s;
}
.sidebar-wrapper .box .header-social li a:hover {
  background: var(--p2);
}
.sidebar-wrapper .box .header-social li a:hover i {
  color: var(--n0);
}

.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: rgba(var(--p1), 1);
}
.footer-section .footer-links a:hover::before {
  color: rgba(var(--p1), 1);
  left: -5px;
}
.footer-section .copyright a {
  color: rgba(var(--s1), 1);
}
@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: rgba(var(--p1), 1);
}
.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: rgba(var(--n6), 1);
  }
}
.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: rgba(var(--n6), 1);
  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: rgba(var(--n6), 1);
  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: rgba(var(--n5), 1);
  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: rgba(var(--n2), 1);
  background-color: rgba(var(--p1), 1);
  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: rgba(var(--p1), 1);
}
.faq-section .accordion-single.active button {
  color: rgba(var(--s1), 1);
}
.faq-section .accordion-single.active button::after {
  background-color: rgba(var(--n4), 1);
  color: rgba(var(--n5), 1);
}
.faq-section .content-area {
  display: none;
}
.faq-section .active button::after {
  transform: rotate(180deg);
}
.faq-section .active button::before {
  background-color: rgba(var(--p1), 1);
}
.faq-section .sec-img img {
  max-width: 100% !important;
}

.testimonial .single-item {
  border: 1px solid rgba(var(--n8), 1);
  background: rgba(var(--n7), 1);
  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: rgba(var(--n2), 1);
}
@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: rgba(var(--n7), 1);
  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: rgba(var(--n7), 1);
  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: rgba(var(--s1), 1);
}
.our-value .single-item:hover h5,
.our-value .single-item:hover p {
  color: rgba(var(--n2), 1);
}
.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: rgba(var(--n2), 1);
}
.our-value.payment .single-item:hover .icon-area i {
  color: rgba(var(--n5), 1);
}

.integrations .nav-links:hover span, .integrations .nav-links.active span {
  background-color: rgba(var(--p1), 1);
  color: rgba(var(--n2), 1);
}

@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: rgba(var(--n4), 1);
}
.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: rgba(var(--s1), 1);
}
.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: rgba(var(--n2), 1);
}
.pricing-section .single-item.highlight .btn-area span,
.pricing-section .single-item.highlight .abs-area span {
  color: rgba(var(--n5), 1);
}

.authentication .sec-img::before {
  content: "";
  position: absolute;
  background-color: rgba(var(--n6), 1);
  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 rgba(var(--p1), 0.6);
  color: transparent;
  text-transform: uppercase;
}
.marquee-section .marquee-content span::before {
  overflow: hidden;
  position: absolute;
  inset-inline-start: 0;
  width: 0;
  color: rgba(var(--p1), 1);
  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 rgba(var(--p1), 0.6);
  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 rgba(var(--n5), 0.2);
}
@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 */