/*
* Colors
*/
/*
orbit colors
*/
/*
* Fonts
*/
/**
* MEDIA QUERY MANAGER
**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
.translateEffect1 {
  transition: all 0.3s; }
  .translateEffect1:hover {
    transform: translateY(-10px); }

.translateEffect2 {
  transition: all 0.3s; }
  .translateEffect2:hover {
    transform: translateY(-5px); }

@keyframes preLoader {
  100% {
    top: 100%; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes leftShape {
  0% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }

@keyframes middleShape {
  0% {
    transform: translateX(150px); }
  100% {
    transform: translateX(10px); } }

@keyframes moveCircles {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(100px); } }

@keyframes moveCircles2 {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50px); } }

@keyframes animationFramesTwo {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(-10px); }
  50% {
    transform: translateX(0); }
  75% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes upDown {
  0% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0px); } }

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0; }
  50% {
    opacity: 0.9; }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0; } }

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg); } }

@keyframes orbit {
  100% {
    rotate: 1turn; } }

@keyframes throb {
  100% {
    scale: 1.06; } }

@keyframes ripple {
  0% {
    transform: scale(0.7);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

@keyframes img1 {
  25% {
    transform: translateX(0px); }
  40% {
    transform: translateX(-28%); }
  60% {
    transform: translateX(-28%); }
  75% {
    transform: translateX(0px); } }

@keyframes img2 {
  25% {
    transform: translateX(0px); }
  40% {
    transform: translateX(28%); }
  60% {
    transform: translateX(28%); }
  75% {
    transform: translateX(0px); } }

@keyframes sImage2 {
  0% {
    transform: translateX(0px);
    z-index: -1; }
  40% {
    transform: translateX(28%);
    z-index: 1; }
  60% {
    transform: translateX(28%);
    z-index: 1; }
  75% {
    transform: translateX(0px);
    z-index: -1; } }

@keyframes cf3FadeInOut {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  55% {
    opacity: 0; }
  100% {
    opacity: 0; } }

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #4a4f61; }

.theme-dark body {
  color: #ffffff; }

p {
  line-height: 1.8;
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #161e2e;
  font-weight: 700;
  margin-bottom: 0; }

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
  color: #ffffff; }

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  text-decoration: none; }

button:focus,
input:focus {
  outline: none; }

@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-right: calc((100% - 950px) / 2 + 12px);
    padding-left: 0; } }

@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding-right: calc((100% - 1130px) / 2 + 12px);
    padding-left: 0; } }

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-right: calc((100% - 1320px) / 2 + 12px);
    padding-left: 0; } }

@media only screen and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    margin: 0 auto; } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit; } }

a {
  transition: 0.3s;
  color: #7432ff; }
  a:hover {
    color: #7432ff; }

button {
  border: none; }

body {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.section-padding {
  padding: 80px 0; }

.section-padding-t {
  padding-top: 80px; }

.section-padding-b {
  padding-bottom: 80px; }

@media only screen and (max-width: 575px) {
  .section-padding {
    padding: 60px 0; }
  .section-padding-t {
    padding-top: 60px; }
  .section-padding-b {
    padding-bottom: 60px; } }

.hero-padding {
  padding: 120px 0px 90px 0px; }
  @media only screen and (max-width: 575px) {
    .hero-padding {
      padding: 100px 0px 70px 0px; } }

.footer-padding {
  padding: 50px 0px; }
  @media only screen and (max-width: 575px) {
    .footer-padding {
      padding: 30px 0px; } }

.badge-text {
  color: #7432ff;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  .badge-text::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #7432ff;
    opacity: 0.3;
    border-radius: 50%;
    right: -15px;
    top: 2px;
    z-index: -1; }

[class*='section-title-'] {
  text-transform: capitalize; }
  [class*='section-title-'] h3 {
    font-size: 40px; }
    @media only screen and (max-width: 767px) {
      [class*='section-title-'] h3 {
        font-size: 35px; } }
    @media only screen and (max-width: 575px) {
      [class*='section-title-'] h3 {
        font-size: 32px; } }

.section-title-left {
  text-align: right;
  margin-bottom: 30px; }
  @media only screen and (max-width: 575px) {
    .section-title-left {
      text-align: center; } }

.section-title-center {
  text-align: center;
  margin-bottom: 50px; }

.section-title-right {
  text-align: left;
  margin-bottom: 30px; }
  @media only screen and (max-width: 575px) {
    .section-title-right {
      text-align: center; } }

.highlight {
  color: #7432ff; }

.theme-dark [class*='section-title-'] {
  color: #ffffff; }

.btn__primary {
  position: relative;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: 600;
  overflow: hidden;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #7432ff;
  color: #ffffff;
  transition: all 0.3s ease;
  letter-spacing: 0.5px; }
  .btn__primary.btn-md {
    padding: 15px 38px; }
  .btn__primary span {
    position: relative;
    z-index: 2;
    color: #ffffff;
    transition: all 0.8s; }
  .btn__primary:hover span {
    color: #ffffff; }
  .btn__primary::after, .btn__primary::before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    transition: all 600ms ease; }
  .btn__primary::before {
    right: -3px;
    left: -100%;
    background: #161e2e;
    border-left: 30px solid transparent;
    transform: translateX(100%); }
  .btn__primary:hover::before {
    transform: translateX(40%); }
  .btn__primary:hover::after {
    transform: translateX(-40%); }

.theme-dark .btn__primary:hover span {
  color: #161e2e; }

.theme-dark .btn__primary::before {
  background: #ffffff; }

.video__button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #161e2e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

.theme-dark .video__button {
  background-color: #0d1321; }

.video-btn {
  height: 70px;
  width: 70px;
  line-height: 80px;
  text-align: center;
  color: #7432ff;
  background-color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -50px;
  margin-top: -50px;
  z-index: 99;
  padding-right: 5px;
  box-shadow: 0 0 30px rgba(1, 6, 33, 0.06); }
  .video-btn:hover {
    color: #7432ff; }

.waves-block .waves {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  animation: waves 4s ease-in-out infinite;
  right: 50%;
  top: 50%;
  margin-right: -65px;
  margin-top: -65px;
  z-index: 3; }

.waves-block .wave-1 {
  animation-delay: 0s; }

.waves-block .wave-2 {
  animation-delay: 1s; }

.waves-block .wave-3 {
  animation-delay: 2s; }

.link-btn {
  font-weight: 500;
  position: relative;
  color: #7432ff;
  display: flex;
  align-items: center; }
  .link-btn i {
    position: relative;
    margin-right: 4px;
    font-size: 20px;
    transition: all 0.4s ease-in-out; }
  .link-btn:hover {
    color: #161e2e; }
    .link-btn:hover i {
      margin-right: 6px; }

.theme-dark .link-btn:hover {
  color: #ffffff; }

/* Icon link */
.ico__link {
  border: 1px solid #7432ff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px; }
  .ico__link:hover {
    color: #ffffff;
    background-color: #7432ff; }

/* SVG section seprator */
.shape--top-wrapper {
  height: 70px; }

.shape--top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(-180deg); }
  .shape--top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
    transform: rotateY(-180deg); }
  .shape--top .shape-fill {
    fill: #ffffff; }

/* SVG section seprator dark */
.theme-dark .shape--top-wrapper {
  background: #161e2e; }

.theme-dark .shape--top .shape-fill {
  fill: #0d1321; }

.theme-dark .shape-fill-dark2 {
  background: #0d1321; }

.theme-dark .shape-fill-dark2 .shape--top .shape-fill {
  fill: #161e2e; }

/* BORDERED TITLE */
.bordered-title span {
  display: inline-block;
  position: relative;
  z-index: 1; }

.bordered-title span:after {
  content: '';
  bottom: 15px;
  width: 100%;
  z-index: -1;
  background: #161e2e;
  right: 0;
  position: absolute;
  height: 9px; }

.bg-one {
  background-color: #f0f4ff; }

.dark-bg {
  background-color: #161e2e; }

.dark-text {
  background-color: #0d1321; }

.color-one {
  color: #7432ff; }

#preLoader {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9999;
  animation: preLoader 1s 1s linear forwards;
  background: #ffffff; }

.theme-dark #preLoader {
  background: #161e2e; }

.translateEffect1 {
  transition: all 0.3s; }
  .translateEffect1:hover {
    transform: translateY(-10px); }

.translateEffect2 {
  transition: all 0.3s; }
  .translateEffect2:hover {
    transform: translateY(-5px); }

/* Blob images */
.blob img {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-mask-size: auto auto; }

.blob__1 img {
  -webkit-mask-image: url(../images/blob/blob1.svg);
  mask-image: url(../images/blob/blob1.svg); }

.blob__2 img {
  -webkit-mask-image: url(../images/blob/blob2.svg);
  mask-image: url(../images/blob/blob2.svg); }

.blob__3 img {
  -webkit-mask-image: url(../images/blob/blob3.svg);
  mask-image: url(../images/blob/blob3.svg); }

.blob__4 img {
  -webkit-mask-image: url(../images/blob/blob4.svg);
  mask-image: url(../images/blob/blob4.svg); }

.blob__5 img {
  -webkit-mask-image: url(../images/blob/blob5.svg);
  mask-image: url(../images/blob/blob5.svg); }

.blob__6 img {
  -webkit-mask-image: url(../images/blob/blob6.svg);
  mask-image: url(../images/blob/blob6.svg); }

.blob__7 img {
  -webkit-mask-image: url(../images/blob/blob7.svg);
  mask-image: url(../images/blob/blob7.svg); }

.blob__8 img {
  -webkit-mask-image: url(../images/blob/blob8.svg);
  mask-image: url(../images/blob/blob8.svg); }

.blob__9 img {
  -webkit-mask-image: url(../images/blob/blob9.svg);
  mask-image: url(../images/blob/blob9.svg); }

.blob__10 img {
  -webkit-mask-image: url(../images/blob/blob10.svg);
  mask-image: url(../images/blob/blob10.svg); }

.blob__11 img {
  -webkit-mask-image: url(../images/blob/blob11.svg);
  mask-image: url(../images/blob/blob11.svg); }

.blob__12 img {
  -webkit-mask-image: url(../images/blob/blob12.svg);
  mask-image: url(../images/blob/blob12.svg); }

.blob__13 img {
  -webkit-mask-image: url(../images/blob/blob13.svg);
  mask-image: url(../images/blob/blob13.svg); }

/*===============
  HEADER
===============*/
.header {
  position: absolute;
  width: 100%;
  transition: border-radius 0.2s, width 350ms ease;
  z-index: 999; }
  .header.navbar_fixed {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(1, 6, 33, 0.06);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; }
    .header.navbar_fixed .navbar {
      margin-top: 0px; }
  .header .navbar {
    border: 0px;
    padding: 10px 15px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    transition: all 0.4s ease-in-out; }
    .header .navbar .navbar-brand {
      padding: 0px; }
      .header .navbar .navbar-brand h1 {
        color: #7432ff;
        font-weight: 700;
        font-size: 50px; }
      .header .navbar .navbar-brand img {
        max-width: 211px;
        max-height: 48px; }
      .header .navbar .navbar-brand__logo-white {
        display: none; }
    .header .navbar .navbar-nav li a {
      color: #161e2e; }
    .header .navbar .navbar-nav li a:hover,
    .header .navbar .navbar-nav li a.active {
      color: #7432ff;
      background: none; }
    .header .navbar .navbar-nav li a:hover:after,
    .header .navbar .navbar-nav li a.active:after {
      opacity: 0.3;
      bottom: 0px; }
  .header .navbar-expand-lg {
    background-color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s; }
  .header .navbar-toggler {
    position: relative;
    width: 30px;
    height: 20px;
    border-radius: 0px;
    padding: 0px;
    border: 0px; }
    .header .navbar-toggler:focus {
      outline: none;
      box-shadow: none; }
    .header .navbar-toggler span {
      display: block;
      position: absolute;
      height: 1px;
      width: 50%;
      background: #161e2e;
      opacity: 1;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out; }
      .header .navbar-toggler span:nth-child(even) {
        right: 50%;
        border-radius: 9px 0 0 9px; }
      .header .navbar-toggler span:nth-child(odd) {
        right: 0px;
        border-radius: 0 9px 9px 0; }
      .header .navbar-toggler span:nth-child(1), .header .navbar-toggler span:nth-child(6) {
        transform: rotate(-45deg); }
      .header .navbar-toggler span:nth-child(2), .header .navbar-toggler span:nth-child(5) {
        transform: rotate(45deg); }
      .header .navbar-toggler span:nth-child(1) {
        right: 0px;
        top: 4px; }
      .header .navbar-toggler span:nth-child(2) {
        right: calc(50% - 4px);
        top: 4px; }
      .header .navbar-toggler span:nth-child(3) {
        right: -50%;
        opacity: 0; }
      .header .navbar-toggler span:nth-child(4) {
        right: 86%;
        opacity: 0; }
      .header .navbar-toggler span:nth-child(5) {
        right: 0px;
        top: 14px; }
      .header .navbar-toggler span:nth-child(6) {
        right: calc(50% - 4px);
        top: 14px; }
    .header .navbar-toggler.collapsed span:nth-child(1), .header .navbar-toggler.collapsed span:nth-child(2) {
      top: 2px; }
    .header .navbar-toggler.collapsed span:nth-child(3), .header .navbar-toggler.collapsed span:nth-child(4) {
      top: 9px; }
    .header .navbar-toggler.collapsed span:nth-child(5), .header .navbar-toggler.collapsed span:nth-child(6) {
      top: 16px; }
    .header .navbar-toggler.collapsed span:nth-child(2), .header .navbar-toggler.collapsed span:nth-child(5), .header .navbar-toggler.collapsed span:nth-child(1), .header .navbar-toggler.collapsed span:nth-child(6) {
      transform: rotate(0deg); }
    .header .navbar-toggler.collapsed span:nth-child(3) {
      opacity: 1;
      right: 0; }
    .header .navbar-toggler.collapsed span:nth-child(4) {
      opacity: 1;
      right: calc(50% - 4px); }

.menu > .nav-item {
  position: relative;
  transition: all 0.2s linear;
  border-bottom: 1px solid transparent;
  margin-right: 15px; }
  @media only screen and (max-width: 1199px) {
    .menu > .nav-item {
      margin-right: 3px; } }
  .menu > .nav-item a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    font-weight: 600;
    text-transform: uppercase; }
    .menu > .nav-item a::after {
      position: absolute;
      opacity: 0;
      content: '';
      width: 25px;
      height: 25px;
      background-color: #7432ff;
      border-radius: 50%;
      right: -2px;
      top: 7px;
      z-index: -1;
      transition: all 0.5s; }
      .menu > .nav-item a::after:not(:first-child) {
        right: 0px; }
  .menu > .nav-item:hover .nav-link {
    color: #7432ff; }

@media (max-width: 991px) {
  .navbar-nav > li .sub-menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    background: #161e2e;
    width: 100%;
    height: 38px;
    width: 38px;
    line-height: 38px;
    margin-left: 0px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    border: 3px solid #ffffff;
    color: #ffffff; } }

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    box-shadow: -4px 6px 10px rgba(1, 6, 33, 0.06);
    z-index: 8;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px; }
  .menu > .nav-item {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0; } }

.switch-box .switch {
  position: relative;
  width: 32px;
  height: 32px; }
  .switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0; }

.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .switch-box .slider:before {
    position: absolute;
    content: '\ef9e';
    font-family: IcoFont;
    color: #ffffff;
    font-size: 18px;
    top: 3px;
    font-weight: 700;
    transition: 0.4s; }

.switch-box input:checked + .slider:before {
  content: '\ee7e';
  color: #ffffff; }

.switch-box .slider.round {
  border-radius: 50px; }
  .switch-box .slider.round:before {
    border-radius: 50%; }

.theme-light .switch-box .slider {
  background-color: #7432ff; }

.theme-dark .header .navbar .navbar-brand__logo-white {
  display: block; }

.theme-dark .navbar-brand__logo-dark {
  display: none; }

.theme-dark .switch-box .slider {
  background-color: #7432ff; }

.theme-dark .header {
  border-bottom: none; }
  .theme-dark .header.navbar_fixed {
    background: #161e2e; }
  .theme-dark .header .navbar h1 {
    color: #ffffff; }
  .theme-dark .header .navbar-nav li a {
    color: #ffffff; }
    .theme-dark .header .navbar-nav li a:hover, .theme-dark .header .navbar-nav li a.active {
      color: #7432ff;
      background-color: none; }
  .theme-dark .header .navbar .navbar-collapse {
    background-color: transparent; }
  @media only screen and (max-width: 991px) {
    .theme-dark .header .navbar .navbar-collapse {
      background-color: #161e2e; } }
  .theme-dark .header .navbar-toggler span {
    background-color: #ffffff; }

.theme-dark .header .navbar .navbar-brand__logo-dark {
  display: none; }

.theme-dark .header .navbar .navbar-brand__logo-white {
  display: block; }

/*===============
  HERO 3
===============*/
.hero {
  position: relative;
  background-color: #f0f4ff;
  position: relative;
  overflow: hidden; }
  .hero::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #7432ff;
    opacity: 0.5;
    top: 90px;
    right: -300px;
    animation: leftShape 3s linear infinite alternate; }
    @media only screen and (max-width: 1199px) {
      .hero::before {
        display: none; } }
  .hero::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #7432ff;
    opacity: 0.7;
    bottom: 170px;
    right: -200px;
    animation: leftShape 3s linear infinite alternate;
    animation-delay: 7s; }
    @media only screen and (max-width: 1199px) {
      .hero::after {
        display: none; } }
  .hero__content {
    padding-left: 25px;
    z-index: 10; }
    @media only screen and (max-width: 991px) {
      .hero__content {
        padding-bottom: 25px; } }
    @media only screen and (max-width: 575px) {
      .hero__content {
        text-align: center; } }
  .hero__image {
    position: relative;
    width: 550px;
    height: 550px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .hero__image {
        width: 465px;
        height: 465px; } }
    @media only screen and (max-width: 575px) {
      .hero__image {
        width: 370px;
        height: 370px; } }
    @media only screen and (max-width: 450px) {
      .hero__image {
        width: 300px;
        height: 300px; } }
    .hero__image::after {
      position: absolute;
      height: 100%;
      width: 100%;
      content: '';
      border: 2px dashed #7432ff;
      right: 0;
      top: 0;
      border-radius: 50%;
      z-index: -1;
      animation: rotate-animation 50s infinite linear; }
    .hero__image img {
      width: 100%;
      max-height: 100%;
      border-radius: 50%;
      object-fit: contain;
      padding: 5px; }
    .hero__image__icon {
      text-align: center;
      position: absolute;
      width: 80px;
      height: 80px;
      color: #ffffff;
      font-size: 20px;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: -2px 0px 15px 5px rgba(1, 6, 33, 0.06);
      transition: all 0.5s;
      font-size: 40px;
      padding: 8px; }
      @media only screen and (max-width: 575px) {
        .hero__image__icon {
          width: 70px;
          height: 70px;
          font-size: 30px; } }
      .hero__image__icon p {
        background-color: #0d1321;
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
        opacity: 0;
        transition: opacity 0.5s;
        border-radius: 50%;
        color: #ffffff;
        font-size: 12px;
        position: absolute; }
        @media only screen and (max-width: 575px) {
          .hero__image__icon p {
            font-size: 12px; } }
      .hero__image__icon:hover > p {
        opacity: 1; }
      .hero__image__icon.identity {
        left: 20px;
        top: 80px;
        background-color: #1877f2; }
        @media only screen and (max-width: 1199px) {
          .hero__image__icon.identity {
            left: 0px; } }
        @media only screen and (max-width: 480px) {
          .hero__image__icon.identity {
            top: 60px; } }
      .hero__image__icon.relations {
        right: 20px;
        top: 80px;
        background-color: #1d9bf0; }
        @media only screen and (max-width: 1199px) {
          .hero__image__icon.relations {
            right: 0px; } }
        @media only screen and (max-width: 480px) {
          .hero__image__icon.relations {
            top: 60px; } }
      .hero__image__icon.event {
        right: -15px;
        top: 70%;
        transform: translateY(-50%);
        background-color: #c63fcd; }
        @media only screen and (max-width: 575px) {
          .hero__image__icon.event {
            right: -5px; } }
      .hero__image__icon.advertising {
        left: -15px;
        top: 70%;
        transform: translateY(-50%);
        background-color: #cc0000; }
        @media only screen and (max-width: 575px) {
          .hero__image__icon.advertising {
            left: -5px; } }
      .hero__image__icon.mail {
        bottom: -25px;
        right: 50%;
        transform: translateX(50%);
        background-color: #f60d4f; }
  .hero .video-btn {
    position: inherit;
    color: #ffffff;
    background-color: #7432ff;
    margin: 0; }

.theme-dark .hero {
  background-color: #161e2e; }
  .theme-dark .hero__title, .theme-dark .hero__desc {
    color: #ffffff; }

/*===============
  ABOUT 3
===============*/
.about3__image {
  position: relative;
  display: flex;
  justify-content: center; }
  .about3__image img {
    height: 600px;
    object-fit: contain; }
  .about3__image__brand {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 230px;
    height: 86px;
    box-shadow: -2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    animation: upDown 3s linear infinite alternate;
    left: 20px;
    bottom: 50px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 80px 1fr; }
    .about3__image__brand--trust {
      display: flex;
      align-items: center;
      font-size: 14px;
      padding-right: 5px;
      border-right: 1px solid rgba(1, 6, 33, 0.06); }
    .about3__image__brand--rating {
      padding-left: 5px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .about3__image__brand--rating--percent {
        font-weight: 700;
        font-size: 18px; }
      .about3__image__brand--rating--stars {
        display: block;
        font-size: 12px;
        color: #fed455; }
      .about3__image__brand--rating--count {
        font-size: 10px; }
    @media only screen and (max-width: 1199px) {
      .about3__image__brand {
        right: -15px; } }
    @media only screen and (max-width: 991px) {
      .about3__image__brand {
        right: 100px;
        bottom: 5%; } }
    @media only screen and (max-width: 767px) {
      .about3__image__brand {
        right: 55px; } }
    @media only screen and (max-width: 575px) {
      .about3__image__brand {
        font-size: 14px;
        width: 230px;
        height: 80px;
        right: 40px;
        bottom: 10px; } }
    .about3__image__brand h3 {
      font-size: 32px; }
    .about3__image__brand p {
      line-height: 1.8;
      margin-bottom: 0; }

.about3__content--ico {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #7432ff;
  color: #7432ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; }

.about3__content ul {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 15px; }
  @media only screen and (max-width: 575px) {
    .about3__content ul {
      grid-template-columns: auto; } }
  .about3__content ul li {
    display: grid;
    align-items: center;
    grid-gap: 0.5rem;
    background-color: #f0f4ff;
    grid-template-columns: auto 1fr;
    padding: 12px 20px;
    border-radius: 5px; }

.theme-dark .about3 {
  background-color: #0d1321; }
  .theme-dark .about3__content ul li {
    background-color: #161e2e; }
  .theme-dark .about3__image__brand {
    background-color: #161e2e; }

/*===============
  CTA VERSION 03
===============*/
.cta3__wrapper {
  background-color: #f0f4ff;
  padding: 50px;
  border-radius: 10px;
  position: relative; }
  .cta3__wrapper img {
    border-radius: 10px; }
  .cta3__wrapper__content ul li {
    position: relative;
    padding-right: 15px;
    font-size: 18px; }
    .cta3__wrapper__content ul li:not(:last-child) {
      margin-bottom: 10px; }
    .cta3__wrapper__content ul li:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-color: #7432ff;
      right: 0;
      border-radius: 50%;
      top: 9PX; }

.theme-dark .cta3 {
  background-color: #0d1321; }
  .theme-dark .cta3__wrapper {
    background-color: #161e2e; }
    .theme-dark .cta3__wrapper__content p {
      color: #ffffff; }
    .theme-dark .cta3__wrapper__content h5 span {
      color: #ffffff; }

.serviceslider .service__wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 65px; }
  .serviceslider .service__wrapper .service__item {
    box-shadow: -2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    margin: 15px;
    background-color: #f0f4ff;
    border-radius: 5px;
    overflow: hidden; }
    .serviceslider .service__wrapper .service__item:hover .service__icon:after {
      width: 100%;
      visibility: visible;
      opacity: 1; }
    .serviceslider .service__wrapper .service__item:hover .service__icon {
      color: #ffffff; }
    .serviceslider .service__wrapper .service__item-img img {
      width: 100%;
      height: 300px;
      object-fit: cover; }
    .serviceslider .service__wrapper .service__item-content {
      padding: 30px 10px; }
      @media only screen and (max-width: 575px) {
        .serviceslider .service__wrapper .service__item-content {
          padding: 20px; } }
      .serviceslider .service__wrapper .service__item-content .service__icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f0f4ff;
        font-size: 30px;
        margin-bottom: 20px;
        color: #7432ff;
        overflow: hidden;
        position: relative;
        isolation: isolate;
        margin-bottom: 20px; }
        .serviceslider .service__wrapper .service__item-content .service__icon i {
          z-index: 1;
          position: relative;
          transition: all 0.4s; }
        .serviceslider .service__wrapper .service__item-content .service__icon::after {
          position: absolute;
          width: 0;
          content: '';
          background-color: #7432ff;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          inset: 0; }
      .serviceslider .service__wrapper .service__item-content h3 {
        font-size: 22px;
        margin-bottom: 15px; }
  .serviceslider .service__wrapper .service-slider [class*='slid-'] {
    bottom: 12px; }
  .serviceslider .service__wrapper .service-slider .slid-prev {
    right: 50%;
    transform: translate(45px, 0); }
  .serviceslider .service__wrapper .service-slider .slid-next {
    left: 50%;
    transform: translate(-45px, 0); }

.bg-one .service__wrapper .service__item {
  background-color: #ffffff; }

.theme-dark .serviceslider {
  background-color: #161e2e; }
  .theme-dark .serviceslider .service__item {
    background-color: #0d1321; }

/*===============
  WHY US
===============*/
.why-us__content h4 span {
  color: #7432ff; }

.why-us__content--ico {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #7432ff;
  color: #7432ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; }

.why-us__content ul {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 15px; }
  @media only screen and (max-width: 575px) {
    .why-us__content ul {
      grid-template-columns: auto; } }
  .why-us__content ul li {
    display: grid;
    align-items: center;
    grid-gap: 0.5rem;
    background-color: #ffffff;
    grid-template-columns: auto 1fr;
    padding: 12px 20px;
    border-radius: 5px; }

.why-us__image {
  position: relative; }
  .why-us__image .video__button {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 70px;
    height: 70px; }
    .why-us__image .video__button i {
      font-size: 20px; }
  @media only screen and (max-width: 1400px) {
    .why-us__image {
      max-width: 700px;
      margin: 0 auto; } }

.theme-dark .why-us {
  background-color: #161e2e; }
  .theme-dark .why-us__content ul li {
    background-color: #0d1321;
    color: #ffffff; }

/*===============
  TEAM 03
===============*/
.team3 {
  background-color: #f0f4ff; }
  .team3__wrapper {
    overflow: hidden; }
    .team3__wrapper__card {
      margin-top: 85px;
      padding: 25px;
      border-radius: 10px;
      background-color: #ffffff;
      text-align: center;
      transition: all 0.8s; }
      .team3__wrapper__card:hover {
        box-shadow: -2px 0px 15px 5px rgba(1, 6, 33, 0.06); }
      .team3__wrapper__card img {
        margin-top: -100px;
        width: 150px;
        height: 150px;
        padding: 5px;
        border: 2px solid #7432ff;
        object-fit: cover;
        object-position: top center; }
      .team3__wrapper__card .social-icon {
        display: flex;
        gap: 10px; }
        .team3__wrapper__card .social-icon li {
          list-style: none; }
          .team3__wrapper__card .social-icon li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            transition: all 0.8s;
            background-color: #7432ff;
            color: #ffffff; }
            .team3__wrapper__card .social-icon li a:hover {
              background-color: #161e2e; }
            @media only screen and (max-width: 380px) {
              .team3__wrapper__card .social-icon li a {
                width: 50px;
                height: 50px; } }
            @media only screen and (max-width: 991px) {
              .team3__wrapper__card .social-icon li a {
                width: 35px;
                height: 35px; }
                .team3__wrapper__card .social-icon li a i {
                  font-size: 17px; } }
            @media screen and (max-width: 500px) {
              .team3__wrapper__card .social-icon li a {
                width: 40px;
                height: 40px; }
                .team3__wrapper__card .social-icon li a i {
                  font-size: 20px; } }
            .team3__wrapper__card .social-icon li a i {
              font-size: 20px; }
              @media only screen and (max-width: 991px) {
                .team3__wrapper__card .social-icon li a i {
                  font-size: 17px; } }
              @media screen and (max-width: 500px) {
                .team3__wrapper__card .social-icon li a i {
                  font-size: 20px; } }

.theme-dark .team3 {
  background-color: #161e2e; }
  .theme-dark .team3__wrapper__card {
    background-color: #0d1321; }

/*===============
  PRICING
===============*/
.pricing__item {
  text-align: center;
  padding: 25px;
  padding-bottom: 40px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  box-shadow: -2px 0px 15px 5px rgba(1, 6, 33, 0.06); }
  .pricing__item:hover {
    background-color: #ffffff; }
  .pricing__item__tag {
    position: absolute;
    right: 0;
    top: 30px;
    text-transform: uppercase;
    background-color: #7432ff;
    color: #ffffff;
    padding: 5px 12px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; }
  .pricing__item__icon {
    border-radius: 50%;
    margin: 15px auto;
    font-size: 50px;
    background-color: #f0f4ff;
    color: #7432ff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    position: relative; }
    .pricing__item__icon i {
      z-index: 1;
      position: relative;
      transition: all 0.4s; }
    .pricing__item__icon::after {
      position: absolute;
      width: 0;
      content: "";
      background-color: #7432ff;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      inset: 0; }
  .pricing__item:hover .pricing__item__icon:after {
    width: 100%;
    visibility: visible;
    opacity: 1; }
  .pricing__item:hover .pricing__item__icon {
    color: #ffffff; }
  .pricing__item__list {
    display: flex;
    justify-content: center; }
    .pricing__item__list ul li {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-bottom: 12px; }
      .pricing__item__list ul li:not(:first-child) {
        margin-top: 12px; }
    .pricing__item__list--ico {
      width: 25px;
      height: 25px;
      border-radius: 100%;
      border: 1px solid #7432ff;
      color: #7432ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px; }
  .pricing__item .btn__primary {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateY(50%) translateX(50%);
    display: flex;
    align-items: center;
    padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    justify-content: center; }
    .pricing__item .btn__primary span {
      font-weight: 500; }
      .pricing__item .btn__primary span i {
        margin-right: 7px;
        padding: 10px;
        display: inline-block;
        border-radius: 50%;
        font-size: 20px;
        background-color: #f0f4ff;
        color: #161e2e; }

.theme-dark .pricing {
  background-color: #0d1321; }
  .theme-dark .pricing__item {
    background-color: #161e2e; }
    .theme-dark .pricing__item__icon {
      color: #7432ff; }
    .theme-dark .pricing__item:hover .pricing__item__icon {
      color: #ffffff; }
    .theme-dark .pricing__item__icon::after {
      background-color: #7432ff; }

.theme-dark .bg-one .pricing__item {
  background-color: #161e2e; }

.bg-one .pricing__item {
  background-color: #ffffff; }

/*===============
  TESTIMONIAL VERSION 03
===============*/
.testimonial3__slide__content {
  padding: 30px;
  border-radius: 10px;
  background-color: #f0f4ff; }
  @media only screen and (max-width: 991px) {
    .testimonial3__slide__content {
      padding: 20px;
      margin: 20px; } }
  @media only screen and (max-width: 450px) {
    .testimonial3__slide__content {
      margin: 0px; } }
  .testimonial3__slide__content .user-info {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 12px; }
    .testimonial3__slide__content .user-info__image img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      padding: 5px;
      border: 2px solid #7432ff;
      object-fit: cover; }
  .testimonial3__slide__content ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px; }
    .testimonial3__slide__content ul li i {
      color: #ffcc00;
      font-size: 20px; }

.testimonial3__slider {
  position: relative; }
  .testimonial3__slider__img-1 {
    width: 100px;
    height: 100px;
    top: -15px;
    right: -15px; }
  .testimonial3__slider__img-2 {
    width: 60px;
    height: 60px;
    right: 50%;
    top: -40px; }
  .testimonial3__slider__img-3 {
    width: 90px;
    height: 90px;
    right: auto;
    left: -25px;
    top: 60px; }
    @media only screen and (max-width: 1199px) {
      .testimonial3__slider__img-3 {
        left: 0; } }
  .testimonial3__slider__img-5 {
    width: 70px;
    height: 70px;
    right: auto;
    left: -40px;
    bottom: 0; }
    @media only screen and (max-width: 1400px) {
      .testimonial3__slider__img-5 {
        left: 0px; } }

[class*='slid-'] {
  top: auto;
  bottom: 12px;
  width: 40px;
  height: 40px;
  box-shadow: -2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  background-color: #7432ff;
  color: #161e2e;
  border-radius: 50%;
  transition: all 0.3s;
  color: #ffffff; }
  [class*='slid-']:hover {
    background-color: #161e2e; }
  @media only screen and (max-width: 991px) {
    [class*='slid-'] {
      bottom: 1px; } }
  [class*='slid-']::after {
    font-size: 16px; }

.swiper {
  z-index: 99; }

.testimonialSlider .slid-next {
  right: auto;
  left: 80px; }

.testimonialSlider .slid-prev {
  right: auto;
  left: 130px; }

.theme-dark .testimonial3 {
  background-color: #161e2e; }
  .theme-dark .testimonial3__slide__content {
    background-color: #0d1321; }

.theme-dark .bg-one .testimonial3__slide__content {
  background-color: #0d1321; }

.bg-one .testimonial3__slide__content {
  background-color: #ffffff; }

.fun-fact__image {
  position: relative; }
  .fun-fact__image--wrap {
    box-shadow: -2px 0px 15px 5px rgba(1, 6, 33, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px; }
    .fun-fact__image--wrap img {
      border-radius: 10px;
      height: 500px;
      object-fit: cover; }
      @media only screen and (max-width: 575px) {
        .fun-fact__image--wrap img {
          height: 400px; } }
  .fun-fact__image .video-btn {
    color: #ffffff;
    background-color: #7432ff;
    right: 50%; }
  .fun-fact__image .waves-block .waves {
    background-color: #7432ff;
    right: 50%; }

.fun-fact__card {
  width: 800px;
  background: #ffffff;
  padding: 20px 0;
  isolation: isolate;
  box-shadow: -2px 0px 15px 5px rgba(1, 6, 33, 0.06);
  border-radius: 5px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 991px) {
    .fun-fact__card {
      width: 100%; } }

.theme-dark .fun-fact {
  background-color: #161e2e; }
  .theme-dark .fun-fact__card {
    background-color: #0d1321; }
  .theme-dark .fun-fact__item, .theme-dark .fun-fact__image--wrap {
    background-color: #0d1321; }

.footer {
  background-color: #0d1321;
  color: #ffffff; }
  .footer__title {
    color: #ffffff; }
    .footer__title h3 {
      color: #ffffff; }
    @media only screen and (max-width: 575px) {
      .footer__title {
        text-align: center; } }
  .footer__subscribe {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px;
    width: 100%;
    margin-right: auto;
    margin-left: 0; }
    .footer__subscribe .btn__primary {
      border-radius: 50px;
      width: 160px; }
    .footer__subscribe input {
      width: 100%;
      padding: 10px;
      border: none;
      background-color: #ffffff;
      border-radius: 50px;
      font-size: 18px; }
      .footer__subscribe input:focus {
        outline: none; }
    @media only screen and (max-width: 991px) {
      .footer__subscribe {
        width: 100%;
        display: block;
        background-color: inherit;
        padding: 0px;
        border-radius: 0px;
        border: none; }
        .footer__subscribe input {
          margin-bottom: 10px;
          border: 1px solid #161e2e;
          padding: 10px 20px; }
        .footer__subscribe .btn__primary {
          width: 100%; } }
  .footer__middle h4 {
    font-weight: 600;
    font-size: 22px;
    color: #ffffff; }
  .footer__middle a,
  .footer__middle p {
    color: #ffffff; }
  .footer__social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; }
    .footer__social-icon li a {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffffff;
      color: #161e2e;
      transition: all 0.4s; }
      .footer__social-icon li a:hover {
        background-color: #7432ff;
        color: #ffffff; }
  .footer__bottom {
    padding: 15px 0;
    text-align: center; }
  @media only screen and (max-width: 575px) {
    .footer form {
      width: 80%;
      margin: 0 auto; } }
  @media only screen and (max-width: 380px) {
    .footer form {
      width: 100%; } }

.theme-dark .footer__subscribe .btn__primary:hover span {
  color: #ffffff; }

.theme-dark .footer__subscribe .btn__primary::before {
  background-color: #161e2e; }

.email-success,
.email-failed,
.email-loading,
.success-msg,
.error-msg {
  text-align: center;
  padding: 10px;
  display: none; }

.email-loading img {
  width: 20px;
  margin: 0 auto; }

.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px; }

.email-failed .icon,
.email-success .icon,
.error-msg .icon,
.success-msg .icon {
  font-size: 20px;
  position: relative;
  top: 2px; }
