.landing-body.main-landing .navbar {
  z-index: 100;
}

.navbar-brand .desktop-logo {
  display: block;
}

.navbar-brand .desktop-dark {
  display: none;
}

.landing-body.main-landing .landing-banner {
  position: relative;
  overflow: hidden;
}

.landing-body.main-landing .landing-banner::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0.8;
  z-index: -2;
  top: 0;
}

.wave-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  inset-block-start: 0;
  animation: none !important;
  opacity: 0.4;
}

.landing-body.main-landing .landing-banner::after {
  background-image: url(../img/media/banner-bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity:0.38;
}

.landing-body.main-landing .landing-banner::before {
  background-image: url(../img/media/bg-image-pattern8.png);
  background-position: center;
  background-repeat: repeat;
  left: 2rem;
  right: 0;
  top: -17rem;
  bottom: 0;
  z-index: 0;
  opacity: 0.05;
  rotate: 146deg;
  object-fit: cover;
  width: 90rem;
}
.demo-img-container::before {
  background-image: url(../img/media/bg-image-pattern9.png);
  background-repeat: repeat no-repeat;
  left: 0;
  right: 0;
  height: 27rem;
  top: -89px;
  z-index: -1;
  content: "";
  position: absolute;
}

.landing-body.main-landing .landing-banner {
  width: 100%;
  inset-block-start: 0;
  z-index: 1;
  background: linear-gradient(135deg, #f4f4ff 0%, #edfbff 100%);
}

@media (min-width: 1400px) {
  .landing-body.main-landing .landing-banner {
    height: 75rem;
  }
}

@media (max-width: 1400px) {
  #demo-slider .splide__slide img{
    width: 100%;
  }
}

@keyframes animatedBackground {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  70% {
    transform: scale(1.4);
  }

  80% {
    transform: scale(1.2);
  }
}

.landing-body .navbar-collapse {
  flex-grow: inherit;
  padding: 16px 0;
}

.landing-body .navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 15px rgba(39, 20, 72, 0.01);
  z-index: 1;
}

@media (min-width: 62rem) {
  .landing-body .navbar {
    z-index: 1;
  }
}

.landing-body .navbar-collapse .nav-link {
  font-size: 17px;
  opacity: 1;
  font-weight: 500;
}

.landing-body .navbar-collapse .nav-link.active {
  font-weight: 600;
  border-radius: 3.2px;
  background-color: transparent;
  opacity: 1;
}

.landing-body.main-landing .navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border: .0625rem solid #eff2ff;
  border-radius: 8px;
}

.landing-body.main-landing .navbar .navbar-toggler .navbar-toggler-icon:before {
  color: #1a2638 !important;
}

.landing-banner .carousel .carousel-inner {
  width: 25rem;
  height: 20.125rem;
  border-radius: .625rem;
  background-color: rgba(255, 255, 255, 0.2);
}

#carouselExampleFade .carousel-inner {
  margin-bottom: 1.25rem;
}

.darmo-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 3.125rem;
  width: 5rem;
  height: 5rem;
}

.darmo-benefits.primary {
  background-color: #4b89da1a;
  border: .125rem dotted #4b89da1a;
}

.darmo-benefits.success {
  background-color: #eb87bf1f;
  border: .125rem dotted #eb87bf1f;
}

.darmo-benefits.pink {
  background-color: #46cead21;
  border: .125rem dotted #46cead21;
}

.min-w-btn {
  min-width: 9.375rem;
}

.landing-sub-1,
.landing-sub-2,
.landing-sub-3,
.landing-sub-4 {
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.landing-sub-1 {
  background-image: url(../img/media/banner-sub1.png);
  animation-name: floating;
  top: 12.5rem;
  left: 13.75rem;
  z-index: 1;
}

.landing-sub-2 {
  background-image: url(../img/media/banner-sub2.png);
  animation-name: floating1;
  left: 10rem;
  bottom: 6.25rem;
  opacity: 1;
  z-index: 1;
}

.landing-sub-3 {
  background-image: url(../img/media/banner-sub3.png);
  animation-name: floating2;
  bottom: 6.25rem;
  right: 12.5rem;
  opacity: 0.7;
  z-index: 1;
}

.landing-sub-4 {
  background-image: url(../img/media/banner-sub4.png);
  animation-name: floating3;
  right: 10rem;
  top: 6.25rem;
  z-index: 1;
}

@keyframes floating {
  0% {
    transform: translate(0, 0rem);
  }

  50% {
    transform: translate(0, .9375rem);
  }

  100% {
    transform: translate(0, 0rem);
  }
}

@keyframes floating1 {
  0% {
    transform: translate(0, 0rem);
  }

  50% {
    transform: translate(1.25rem, 1.25rem);
  }

  100% {
    transform: translate(0rem, 0rem);
  }
}

@keyframes floating2 {
  0% {
    transform: translate(0, 0rem);
  }

  50% {
    transform: translate(0rem, 1.5625rem);
  }

  100% {
    transform: translate(0rem, 0rem);
  }
}

@keyframes floating3 {
  0% {
    transform: translate(0, 0rem);
  }

  50% {
    transform: translate(1.5625rem, .9375rem);
  }

  100% {
    transform: translate(0rem, 0rem);
  }
}

.responsive-full,
.easy-use,
.free-updates {
  border-radius: .625rem;
  border: .0625rem dashed var(--default-border);
}

.screens-main {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 7px;
  box-shadow: 0rem 0rem 2rem 0rem rgb(103 106 110 / 9%);
  border: 0px solid var(--default-border);
  background: #fff;
}

.bg-style:hover .preview-button {
  opacity: 1;
  bottom: 40%;
}

.preview-button {
  transition: all 0.35s ease;
  opacity: 0;
  position: absolute;
  content: "";
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.row-demo-list .bg-style {
  border-radius: 5px;
}

.max-height-demo-page {
  height: 13.125rem;
  overflow-y: auto;
}

.bg-lt-gray {
  background-color: #e2e9f7 !important;
}

.main-landing #particles-js {
  background-color: transparent;
}

.landing-banner-content h1 {
  position: relative;
  font-size: 71px;
  line-height: 1.2;
  text-transform: uppercase;
}

.landing-banner-description {
  line-height: 1.6;
}

.sticky.sticky-pin {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 0;
  background: #fff;
  box-shadow: .3125rem .4375rem 1.625rem -0.3125rem rgba(104, 113, 123, 0.1);
}

.navbar.sticky.sticky-pin .desktop-logo {
  display: block;
}

.navbar.sticky.sticky-pin .desktop-dark {
  display: none;
}

.landing-body .sticky.sticky-pin .navbar-collapse .nav-link.active {
  color: #333335;
  opacity: 1;
}

.landing-body .sticky.sticky-pin .navbar-collapse .nav-link {
  color: #333335;
  opacity: 0.8;
}

.landing-main-img {
  border-radius: 8px;
}

.landing-banner-section {
  z-index: 1;
}

.main-landing .landing-section-heading {
  font-size: .9375rem;
  text-transform: uppercase;
  color: rgb(12, 215, 177);
}

.landing-body .landing-section-heading:before {
  inset-block-start: -8px;
}

.web-images .badge.theme {
  padding: 1rem 1.125rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.web-images .badge.theme span {
  display: block;
}

.landing-body .swiper.keyboard-control {
  padding-block-start: 40px;
  padding-block-end: 8px;
}

.landing-body.main-landing .card {
  transition-duration: 0.3s;
}

@media (max-width:575.98px) {
  .features.main-features .feature-avatar {
    inset-inline-start: 1rem;
    inset-block-start: 1rem;
  }
}

.features {
  text-align: center;
  padding: 1.5625rem !important;
  background: transparent;
  border-radius: 1rem 1rem 1rem 1rem;
  position: relative;
  height: 100%;
}

.features.primary .avatar {
  box-shadow: 0rem 0rem .3125rem rgba(var(--primary-rgb), 0.05);
  background-color: rgba(var(--primary-rgb), 0.05);
  border: .0625rem solid rgba(var(--primary-rgb), 0.3);
  backdrop-filter: blur(1.875rem);
}

.features.secondary .avatar {
  box-shadow: 0rem 0rem .3125rem rgba(var(--secondary-rgb), 0.05);
  background-color: rgba(var(--secondary-rgb), 0.05);
  border: .0625rem solid rgba(var(--secondary-rgb), 0.3);
  backdrop-filter: blur(1.875rem);
}

.features.warning .avatar {
  box-shadow: 0rem 0rem .3125rem rgba(var(--warning-rgb), 0.05);
  background-color: rgba(var(--warning-rgb), 0.05);
  border: .0625rem solid rgba(var(--warning-rgb), 0.3);
  backdrop-filter: blur(1.875rem);
}

.features.danger .avatar {
  box-shadow: 0rem 0rem .3125rem rgba(var(--danger-rgb), 0.05);
  background-color: rgba(var(--danger-rgb), 0.05);
  border: .0625rem solid rgba(var(--danger-rgb), 0.3);
  backdrop-filter: blur(1.875rem);
}

.features.info .avatar {
  box-shadow: 0rem 0rem .3125rem rgba(var(--info-rgb), 0.05);
  background-color: rgba(var(--info-rgb), 0.05);
  border: .0625rem solid rgba(var(--info-rgb), 0.3);
  backdrop-filter: blur(1.875rem);
}

.features.pink .avatar {
  box-shadow: 0rem 0rem .3125rem rgba(var(--pink-rgb), 0.05);
  background-color: rgba(var(--pink-rgb), 0.05);
  border: .0625rem solid rgba(var(--pink-rgb), 0.3);
  backdrop-filter: blur(1.875rem);
}

.features.success .avatar {
  box-shadow: 0rem 0rem .3125rem rgba(var(--success-rgb), 0.05);
  background-color: rgba(var(--success-rgb), 0.05);
  border: .0625rem solid rgba(var(--success-rgb), 0.3);
  backdrop-filter: blur(1.875rem);
}

.features.teal .avatar {
  box-shadow: 0rem 0rem .3125rem rgba(var(--teal-rgb), 0.05);
  background-color: rgba(var(--teal-rgb), 0.05);
  border: .0625rem solid rgba(var(--teal-rgb), 0.3);
  backdrop-filter: blur(1.875rem);
}

.main-features {
  position: relative;
    padding: 24px;
    transition: 0.3s all ease;
}

.feature-bg {
  position: relative;
}

.why-icon {
  color: #fff;
  fill: #fff;
}

.primary .feature-bg::before {
  background: rgba(var(--primary-rgb), 0.1);
}

.primary .feature-bg::after {
  background: rgba(var(--primary-rgb), 0.1);
}

.secondary .feature-bg::before {
  background: rgba(var(--secondary-rgb), 0.1);
}

.secondary .feature-bg::after {
  background: rgba(var(--secondary-rgb), 0.1);
}

.success .feature-bg::before {
  background: rgba(var(--success-rgb), 0.1);
}

.success .feature-bg::after {
  background: rgba(var(--success-rgb), 0.1);
}

.warning .feature-bg::before {
  background: rgba(var(--warning-rgb), 0.1);
}

.warning .feature-bg::after {
  background: rgba(var(--warning-rgb), 0.1);
}

.info .feature-bg::before {
  background: rgba(var(--info-rgb), 0.1);
}

.info .feature-bg::after {
  background: rgba(var(--info-rgb), 0.1);
}

.danger .feature-bg::before {
  background: rgba(var(--danger-rgb), 0.1);
}

.danger .feature-bg::after {
  background: rgba(var(--danger-rgb), 0.1);
}

.features.main-features:hover .feature-bg::before {
  inset-block-end: -12px;
  inset-inline-start: -12px;
  transition: 0.3s all ease;
}

.features.main-features:hover .feature-bg::after {
  inset-block-start: -12px;
  inset-inline-end: -12px;
  transition: 0.3s all ease;
}
.features.main-features .avatar.avatar-lg {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  margin-block-end: 16px;
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

#license-terms2 {
  font-size: .875rem;
  border-radius: .75rem;
  box-shadow: 0rem 0rem 3.125rem .0625rem #bbc0e6;
  padding: 1.25rem;
  text-align: left;
  box-shadow: none;
  border: 0;
  color: #031938;
  margin-bottom: 32px;
  background-color: #dafcff !important;
  border-color: rgba(255, 194, 0, 0.1) !important;
}

@media screen and (min-width: 75rem) {
  .license-buy {
    border-right: .0625rem solid #dee2e6 !important;
  }
}

.w-55 {
  width: 55% !important;
}

.buynow .money-bag,
.free-img {
  margin: 0 auto;
  display: block;
}

.landing-body .footer {
  background: transparent;
  font-size: 16px;
  padding: 0 20px 1.875rem 20px;
  box-shadow: none;
}

.z-index-1 {
  z-index: 1;
}

.landing-swiper .swiper-slide {
  padding: .75rem .75rem 0 .75rem;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
}

.versions ul {
  display: flex;
  justify-content: center;
  border-radius: .25rem;
}

.versions ul li .nav-link.active {
  opacity: 1;
  border-radius: 4.8px;
}

.versions ul li .nav-link:hover {
  background-color: var(--primary005);
}

.versions ul li .nav-link {
  padding: 16px;
  border: .0625rem solid var(--default-border) !important;
  background-color: rgb(var(--light-rgb));
  min-width: 136px;
}

.versions ul li.nav-item.active .nav-link {
  border-radius: 4.8px;
}

.nav-item.active .nav-link {
  border-radius: 3.125rem;
}

.versions .nav-item.active .nav-link.active {
  background-color: transparent;
}

.lighttheme.show,
.darktheme.show {
  display: block;
}

.lighttheme,
.darktheme {
  display: none;
}

.versions ul li {
  list-style-type: none;
  position: relative;
  padding: .3125rem;
  border-radius: 4.8px;
  margin-inline-end: 0;
}

.versions ul li img {
  height: 2.8125rem;
}

.why-choose {
  position: relative;
}

.scrollToTop {
  background-color: var(--primary-color);
  color: #fff;
  position: fixed;
  bottom: 1.25rem;
  inset-inline-end: 29px;
  inset-block-end: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
  z-index: 10000;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 110, 0.2) 0 7.008px 29.008px 0;
}

@media (min-width: 48rem) and (max-width: 61.9988rem) {
  .max-height-demo-page {
    height: 10.3125rem;
  }
}

@media (min-width: 20rem) and (max-width: 26.25rem) {
  .max-height-demo-page {
    height: 9.375rem;
  }
}

.landing-main-img {
  position: absolute;
  z-index: 1;
  left: .5rem;
}

.landing-main-img {
  bottom: 0;
}

@media (max-width: 47.9988rem) {
  .landing-banner-content {
    margin-block-start: 0rem;
  }
}

.navbar.sticky.sticky-pin .navbar-toggler .navbar-toggler-icon:before {
  color: #333335;
}

.navbar.sticky.sticky-pin .navbar-toggler {
  color: #333335;
  border: .0625rem solid #f3f3f3;
}

#defaultModal .modal-content {
  z-index: 1;
  background-attachment: fixed;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-size: cover !important;
}

#defaultModal .modal-content:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(113deg, #fff9eb -0.15%, #ffefec 46%, #ffeffc 100%);
  border-radius: 0.5rem;
  z-index: -1;
}

#defaultModal .modal-body {
  border: .0625rem solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

#defaultModal .btn-close {
  padding: 4px;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 12px;
  position: absolute;
  inset-inline-end: 1.5rem;
  inset-block-start: 1.5rem;
  z-index: 2;
  opacity: 0.5;
  filter: invert(1);
}

.offer-1 {
  height: 13.75rem;
}

#defaultModal .modal-body .btn-close {
  filter: invert(1);
  opacity: 0.3;
}

.ribbone-top-left {
  inset-block-start: -0.625rem;
  inset-inline-start: -0.625rem;
}

.ribbone {
  width: 9.375rem;
  height: 9.375rem;
  overflow: hidden;
  position: absolute;
  z-index: 6;
  background-size: cover;
  text-transform: uppercase;
}

.ribbone-top-left::before {
  border-block-start-color: transparent;
  border-inline-start-color: transparent;
  inset-block-start: 0;
  inset-inline-end: 3.125rem;
}

.ribbone::after,
.ribbone::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: .3125rem solid;
}

.ribbone-top-left::after {
  inset-block-end: 3.125rem;
  inset-inline-start: 0;
}

.ribbone-top-left::after {
  border-block-start-color: transparent;
  border-inline-start-color: transparent;
}

.ribbone-top-left span {
  inset-inline-end: -1.875rem;
  inset-block-start: 3.3125rem;
  transform: rotate(-45deg);
}

.ribbone span {
  position: absolute;
  display: block;
  width: 14.0625rem;
  padding: .1875rem 0;
  box-shadow: 0 .3125rem .625rem rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  text-align: center;
  font-size: 1rem;
}

.nav-link.disabled {
  pointer-events: all;
}

@media (max-width: 30rem) {
  .top.sticky {
    top: 0rem;
  }
}

#back-to-top {
  background: #6c5ffc;
  color: #fff;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 99;
  display: none;
  text-align: center;
  border-radius: .625rem;
  -moz-border-radius: .625rem;
  -webkit-border-radius: .625rem;
  -o-border-radius: .625rem;
  z-index: 10000;
  height: 3.125rem;
  width: 3.125rem;
  line-height: 3.1875rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}

#back-to-top i {
  color: #fff;
}

#back-to-top:hover {
  background: #fff;
  color: #6c5ffc;
  fill: #6c5ffc;
  border: .125rem solid #6c5ffc;
}

@media (min-width: 75rem) {
  .demo-screen .container {
    max-width: 81.25rem;
  }
}

.owl-carousel:hover .owl-nav button:focus {
  outline: 0;
}

.fs-25 {
  font-size: 1.5625rem;
}

.sticky-pin .logo {
  display: none;
}

.sticky-pin .logo-2 {
  display: block;
  margin: 0 auto;
}

.top.sticky-pin .nav li a.active {
  color: #6045c8;
  background: transparent !important;
}

.top.sticky-pin .nav li a {
  color: #000;
}

.tabs-menu ul.eductaional-tabs li .active {
  background: rgb(var(--primary-rgb)) !important;
  color: #fff !important;
}

.tabs-menu ul.eductaional-tabs li a {
  padding: .625rem 1.25rem .6875rem 1.25rem !important;
  background: #eff1f4 !important;
  border-radius: .625rem !important;
  margin: .625rem !important;
  display: block !important;
  color: #0d0c22 !important;
  border: .0625rem solid #fff;
  transition: all ease 0.3s;
}

.tabs-menu ul.eductaional-tabs li a.btn-rtl {
  border: .0625rem solid #f1f4fb;
  background: #f1f4fb !important;
}

.tabs-menu ul.eductaional-tabs li a.btn-rtl.active {
  background: #6c5ffc !important;
  color: #fff !important;
}

.eductaional-tabs.nav {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 64px;
}

.tooltip-inner {
  border-radius: .3125rem;
}

.contactus-section-title {
  max-width: 38.75rem;
}

.section-title-border {
  width: 5rem;
  height: .1875rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.footer-section {
  background: #0f0c24;
  color: #fff;
}

.banner-image-container {
  min-height: 53vh;
  overflow: hidden;
  position: relative;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.banner-image img {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: repeat;
  animation: horizontally 200s linear infinite;
}

@keyframes upwards {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes horizontally {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-400%);
  }
}

.text-gradient {
  background: linear-gradient(90deg, var(--primary-color), rgb(var(--secondary-rgb)));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.text-bundle {
  color: rgb(246 192 89) !important;
}

.nav.nav-style-landing {
  border: 0;
}

.nav.nav-style-landing .nav-link svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--primary-color);
  fill: var(--primary-color);
  margin-inline-end: 10.4px;
}

.nav.nav-style-landing .nav-item {
  margin-inline-end: 0;
}

.nav.nav-style-landing .nav-link {
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  font-weight: 500;
  font-size: .9375rem;
  padding: 11.2px 16px;
  margin: .125rem;
  display: flex;
  align-items: center;
  margin-inline-end: 0;
  border-radius: 4.8px;
}

.nav.nav-style-landing .nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 0;
}

.nav.nav-style-landing .nav-link:hover,
.nav.nav-style-landing .nav-link:focus {
  border: 0;
}

.heading-subtitle {
  position: relative;
  font-size: 13.6px;
  color: #fff;
  font-weight: 500;
  display: inline;
  padding: 4px 8px 4px 16px;
  background-color: rgba(var(--warning-rgb), 1);
  border-radius: 4.8px;
}

.heading-subtitle:before {
  content: "";
  position: absolute;
  width: .3125rem;
  height: .3125rem;
  background-color: rgba(var(--warning-rgb), 1);
  border-radius: 50%;
  inset-inline-start: .4375rem;
  inset-block-start: .625rem;
}

.heading-subtitle.dark {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.heading-subtitle.dark:before {
  background-color: #fff !important;
}

.card.custom-card.landing-services-card {
  overflow: hidden;
  text-align: start;
  border: .0625rem solid var(--default-border);
}

.card.custom-card.landing-services-card:before {
  position: absolute;
  width: .25rem;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
}

.card.custom-card.landing-services-card.primary:before {
  background-color: rgba(var(--primary-rgb), 0.3);
}

.card.custom-card.landing-services-card.secondary:before {
  background-color: rgba(var(--secondary-rgb), 0.3);
}

.card.custom-card.landing-services-card.warning:before {
  background-color: rgba(var(--warning-rgb), 0.3);
}

.card.custom-card.landing-services-card.success:before {
  background-color: rgba(var(--success-rgb), 0.3);
}

.card.custom-card.landing-services-card .card-body {
  padding: 32px;
}

.card.custom-card.landing-services-card .avatar.bg-primary-transparent {
  background-color: rgba(var(--primary-rgb), 0.05) !important;
}

.card.custom-card.landing-services-card .avatar.bg-secondary-transparent {
  background-color: rgba(var(--secondary-rgb), 0.05) !important;
}

.card.custom-card.landing-services-card .avatar.bg-warning-transparent {
  background-color: rgba(var(--warning-rgb), 0.05) !important;
}

.card.custom-card.landing-services-card .avatar.bg-primary-transparent svg {
  filter: drop-shadow(0 .375rem .375rem rgba(var(--primary-rgb), 0.4));
}

.card.custom-card.landing-services-card .avatar.bg-secondary-transparent svg {
  filter: drop-shadow(0 .375rem .375rem rgba(var(--secondary-rgb), 0.4));
}

.card.custom-card.landing-services-card .avatar.bg-warning-transparent svg {
  filter: drop-shadow(0 .375rem .375rem rgba(var(--warning-rgb), 0.4));
}

.svg-primary svg {
  fill: rgb(var(--primary-rgb)) !important;
}

.svg-secondary svg {
  fill: rgb(var(--secondary-rgb)) !important;
}

.svg-warning svg {
  fill: rgb(var(--warning-rgb)) !important;
}

.dark-img {
  display: none;
}
.versions-section .nav-tabs .nav-link.active {
  border: 2px solid #fff !important;
  background-color: #fff;
  backdrop-filter: blur(30px);
}
.version-img {
    border: 2px solid #fff !important;
    background-color: #fff;
    backdrop-filter: blur(30px);
    border-radius: 5px !important;
    padding: 0.75rem 0rem;
    box-shadow: none;
    align-items: center;
    min-width: 100px;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: all 0.3s ease;
}
.versions-list .nav.nav-tabs {
  gap: 1rem 0.75rem !important;
}

.version-img img {
  height: 42px;
  width: auto;
  border-radius: 5px;
  padding: 2px;
  margin: 0 0 0 0;
  transition: all 0.3s ease;
}

.versions-title {
  transition: all 0.3s ease;
}

.hexa-img {
  filter: drop-shadow(.125rem .25rem .375rem rgba(0, 0, 0, 0.05));
}

.text-gradient {
  background-image: linear-gradient(125.53deg, rgb(25 142 197) 0%, rgb(109 61 183) 100%);
}

.section.bg-gradient-light {
  background-image: linear-gradient(113deg, #9558e524 -0.15%, #d2cff963 46%, #2d11f70f 100%);
}

.landing-dashboard-images .avatar svg {
  width: 20px;
  height: 20px;
}

.landing-banner-section {
  position: relative;
  overflow: hidden;
}

.landing-banner-section .snowflakes {
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.landing-banner-section .snowflakes i,
.landing-banner-section .snowflakes i:before,
.landing-banner-section .snowflakes i:after {
  display: inline-block;
  position: relative;
  animation-name: snowflakes;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  animation-duration: 40s;
}

.landing-banner-section .snowflakes i {
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgb(79 68 163), rgb(39 173 251));
  border-radius: 0 !important;
  animation-name: snowflakes;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: 40s;
  width: 1rem;
  height: 1rem;
  border-radius: 50% !important;
  opacity: 0.125 !important;
}

.landing-banner-section .snowflakes i:after,
.landing-banner-section .snowflakes i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
}

.landing-banner-section .snowflakes  i:after {
  transform: rotate(120deg);
}

.landing-banner-section .snowflakes  i:before {
  transform: rotate(240deg);
}

.landing-banner-section .snowflakes  i:nth-child(3n) {
  animation-duration: 35s;
  width: 1rem;
  height: 1rem;
  transform-origin: right -2.8125rem;
}

.landing-banner-section .snowflakes  i:nth-child(3n+1) {
  animation-duration: 20s;
  width: 1rem;
  height: 1rem;
  transform-origin: right -1.875rem;
}

.landing-banner-section .snowflakes  i:nth-child(3n+2) {
  animation-duration: 50s;
  width: 1rem;
  height: 1rem;
  transform-origin: right -0.9375rem;
}

.landing-banner-section .snowflakes  i:nth-child(1) {
  animation-delay: -10s;
}

.landing-banner-section .snowflakes  i:nth-child(2) {
  animation-delay: -22s;
}

.landing-banner-section .snowflakes  i:nth-child(3) {
  animation-delay: -18s;
}

.landing-banner-section  .snowflakes  i:nth-child(4) {
  animation-delay: -30s;
}

.landing-banner-section  .snowflakes  i:nth-child(5) {
  animation-delay: -7s;
}

.landing-banner-section  .snowflakes  i:nth-child(6) {
  animation-delay: -40s;
}

.landing-banner-section  .snowflakes  i:nth-child(7) {
  animation-delay: -15s;
}

.landing-banner-section  .snowflakes  i:nth-child(n) {
  animation-delay: calc(-1s * var(--i));
}

.landing-banner-section  .snowflakes  i:nth-child(7n) {
  opacity: 0.3;
  animation-timing-function: ease-in;
}

.landing-banner-section  .snowflakes  i:nth-child(7n+1) {
  opacity: 0.4;
  animation-timing-function: ease-out;
}

.landing-banner-section  .snowflakes  i:nth-child(7n+2) {
  opacity: 0.5;
  animation-timing-function: linear;
}

.landing-banner-section  .snowflakes  i:nth-child(7n+3) {
  opacity: 0.6;
  animation-timing-function: ease-in;
}

.landing-banner-section  .snowflakes  i:nth-child(7n+4) {
  opacity: 0.7;
  animation-timing-function: linear;
}

.landing-banner-section  .snowflakes  i:nth-child(7n+5) {
  opacity: 0.8;
  animation-timing-function: ease-out;
}

.landing-banner-section  .snowflakes  i:nth-child(7n+6) {
  opacity: 0.9;
  animation-timing-function: ease-in;
}

@keyframes snowflakes {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
  }

  50% {
    transform: translate3d(.625rem, 37.5rem, 0) rotate(180deg) scale(0.6);
  }

  100% {
    transform: translate3d(0, 75rem, 0) rotate(360deg) scale(0.6);
  }
}

.demo-img-container img {
  filter: drop-shadow(2px 8px 16px rgba(var(--primary-rgb), 0.3));
}

.demo-img-container {
  position: relative;
  bottom: 0;
}

.border-block-start-dashed {
  border-top-style: dashed !important;
}

.banner-pattern {
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  z-index: -1;
  background: #fff;
  padding: 1px;
  border-radius: 50%;

  &.shape-1 {
    inset-inline-start: auto;
    inset-inline-end: 8%;
    inset-block-end: 2%;
    animation: none;
      opacity: 0.08;
  }

  &.shape-2 {
    inset-inline-start: 32%;
    inset-block-start: 13%;
    animation: none;
      opacity: 0.08;
  }

  &.shape-3 {
    inset-inline-start: 10%;
    inset-block-end: 68%;
    animation: none;
      opacity: 0.08;
  }

  &.shape-4 {
    inset-inline-end: 10%;
    inset-block-start: 40%;
    animation: none;
      opacity: 0.08;
  }

  &.shape-5 {
    inset-inline-start: 1%;
      inset-block-end: 50%;
    animation: none;
      opacity: 0.08;
  }

  &.shape-6 {
    inset-inline-end: 13%;
    inset-block-start: 44%;
    animation: none;
      opacity: 0.08;
  }
}

@keyframes anim1 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes anim2 {
  0% {
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
    -moz-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    -o-transform: translateX(0rem);
  }

  100% {
    transform: translateX(3.125rem);
    -webkit-transform: translateX(3.125rem);
    -moz-transform: translateX(3.125rem);
    -ms-transform: translateX(3.125rem);
    -o-transform: translateX(3.125rem);
  }
}

@keyframes anim3 {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  100% {
    transform: translateY(3.125rem);
    -webkit-transform: translateY(3.125rem);
    -moz-transform: translateY(3.125rem);
    -ms-transform: translateY(3.125rem);
    -o-transform: translateY(3.125rem);
  }
}

@keyframes anim4 {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  100% {
    transform: translateY(3.125rem);
    -webkit-transform: translateY(3.125rem);
    -moz-transform: translateY(3.125rem);
    -ms-transform: translateY(3.125rem);
    -o-transform: translateY(3.125rem);
  }
}

@keyframes anim5 {
  0% {
    transform: translateX(0rem) rotate(0deg);
    -webkit-transform: translateX(0rem) rotate(0deg);
    -moz-transform: translateX(0rem) rotate(0deg);
    -ms-transform: translateX(0rem) rotate(0deg);
    -o-transform: translateX(0rem) rotate(0deg);
  }

  100% {
    transform: translateX(-3.125rem) rotate(360deg);
    -webkit-transform: translateX(-3.125rem) rotate(360deg);
    -moz-transform: translateX(-3.125rem) rotate(360deg);
    -ms-transform: translateX(-3.125rem) rotate(360deg);
    -o-transform: translateX(-3.125rem) rotate(360deg);
  }
}

.card.custom-card.about-card .avatar.avatar-xl svg {
  width: 2rem;
  height: 2rem;
}
.card.custom-card.about-card {
    overflow: hidden;
    background: #FCFCFD;
    border: 2px solid #fff;
    box-shadow: 1px 4px 12px rgba(46, 35, 94, 0.05);
    border-radius: 10px;
    &::before {
      content: "";
      position: absolute;
      width: 200px;
      height: 190px;
      background-image: url(../img/media/bg-image-pattern12.png);
      inset-inline-end: -89px;
      inset-block-start: -76px;
      background-size: contain;
      z-index: 0;
      background-repeat: no-repeat;
      opacity: 0.03;
    }
}
.abt-card-bg {
  .avatar.avatar-lg {
    border-radius: 64% 36% 69% 31% / 22% 61% 39% 78%;
  }
}
.avatar-icon-xl {
  margin-block-end: 5px;
}

.card.custom-card.about-card:hover {
  filter: drop-shadow(0px 0px 4px rgba(var(--primary-rgb), 0.2));
  animation: transform-y-anim 0.5s linear 0s infinite alternate;
}

.card.custom-card.about-card.info .abt-card-bg {
  background: transparent;
}

.card.custom-card.about-card.danger .abt-card-bg {
  background: transparent;
}

.tab-content.demos-images .tab-pane {
  border: 0;
  padding: 0;
}

.card.custom-card.testimonial-style-2-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.card.custom-card.testimonial-style-2-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
}

.card.custom-card.testimonial-style-2-card.primary:before {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.card.custom-card.testimonial-style-2-card.success:before {
  background-color: rgba(var(--success-rgb), 0.1);
}

.card.custom-card.testimonial-style-2-card.warning:before {
  background-color: rgba(var(--warning-rgb), 0.1);
}

.card.custom-card.testimonial-style-2-card.info:before {
  background-color: rgba(var(--info-rgb), 0.1);
}

.card.custom-card.testimonial-style-2-card.danger:before {
  background-color: rgba(var(--danger-rgb), 0.1);
}

.card.custom-card.testimonial-style-2-card.teal:before {
  background-color: rgba(var(--teal-rgb), 0.1);
}

.swiper.testimonials-swiper-2 .swiper-pagination-bullet {
  background: var(--default-text-color) !important;
}

.swiper.testimonials-swiper-2 .swiper-pagination-bullet-active-main {
  background: var(--primary-color) !important;
}

.faq-accordion .accordion-item{
  box-shadow: 0rem 0rem 2rem 0rem rgb(103 106 110 / 9%);
  border: 0px !important;
}

.faq-accordion.accordion.accordion-primary .accordion-button.collapsed {
  color: var(--default-text-color);
}

.faq-accordion .accordion-body {
  background-color: var(--custom-white);
  font-size: 15px;
}

.faq-accordion .accordion-button {
  font-weight: 500;
}

.faq-accordion .accordion-button:after {
  font-weight: 500;
}

.accordion.faq-accordion .accordion-button {
  font-size: 1rem;
}

.accordion.faq-accordion .accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: #fff;
  &:after {
    background-color: #ffffff1c;
  }
}

.faq-accordion.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 12px;
}
.accordion.faq-accordion.secondary .accordion-button:not(.collapsed) {
background-color:  rgba(var(--secondary-rgb), 1);
}
.bg-custom-gradient {
  background: linear-gradient(to top, rgba(var(--primary-rgb), 0.1), rgba(var(--primary-rgb), 0.05));
}

ul.pricing-list li:last-child {
  margin-block-end: 0;
}

ul.pricing-list li.not-allowed::before {
  content: "\eb96";
  color: rgb(var(--danger-rgb));
}

ul.pricing-list li {
  margin-block-end: 10px;
  padding-inline-start: 39px;
  position: relative;
}

ul.pricing-list li::before {
  content: "\eb80";
  position: absolute;
  font-family: remixicon !important;
  inset-inline-start: 6px;
  inset-block-start: .25rem;
  color: rgb(var(--success-rgb));
  font-size: 1.125rem;
  line-height: 1;
}

.testimonialSwiperService.testimonials-swiper-2 {
  z-index: 0;
}

.card.custom-card.buy-now-section-card>.card-body {
  padding: 80px 20px;
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.card.custom-card.buy-now-section-card {
  position: relative;
  height: 500px;
  border: 1px dashed rgba(var(--primary-rgb), 0.1);
  z-index: 1;
}

.card.custom-card.buy-now-section-card::before {
  content: "";
  position: absolute;
  width: 850px;
  height: 150px;
  background-image: url(../img/section-bottom-bg.png);
  inset-inline-start: 18rem;
  inset-block-end: -9.32rem;
  background-size: cover;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}

.card.custom-card.buy-now-section-card .card-body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  inset-inline-start: 0;
  inset-block-start: 0;
  opacity: 0.2;
  z-index: -1;
  transform: rotate(35deg);
}

.card.custom-card.buy-now-section-card .aurora-effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mask-image: radial-gradient(ellipse at 100% 0, #000 10%, transparent 70%);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
  background-image: repeating-linear-gradient(100deg, #fff 0%, #fff 7%, transparent 10%, transparent 12%, #fff 16%), repeating-linear-gradient(100deg, #dbcdf0 10%, #f2c6de 15%, #f7d9c4 20%, #f3aad5 25%, #b0b5ed 30%);
  opacity: 0.75;
}

.card.custom-card.buy-now-section-card .aurora-effect::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-image: repeating-linear-gradient(100deg, #fff 0%, #fff 7%, transparent 10%, transparent 12%, #fff 16%), repeating-linear-gradient(100deg, #dbcdf0 10%, #f2c6de 15%, #f7d9c4 20%, #f3aad5 25%, #b0b5ed 30%);
  background-size: 200%, 100%;
  background-attachment: fixed;
  animation: chemical-gradient 60s linear infinite;
  mix-blend-mode: difference;
  z-index: -1;
  filter: blur(0.75rem) invert(100%);
}

@keyframes chemical-gradient {
  0% {
    content: "";
    background-position: 50% 50%, 50% 50%
  }

  to {
    content: "";
    background-position: 350% 50%, 350% 50%
  }
}

.special-offer-image img {
  height: 160px;
}

#defaultModal .modal-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  inset-inline-start: 0;
  inset-block-start: 0;
  opacity: 0.1;
  z-index: -1;
}

.buy-now-border-gradient {
  border-radius: 8px;
  border: 1px dashed rgba(var(--primary-rgb), 0.5);
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hover-shadow-transform,
.hover-transform-y {
  transform: all ease 0.05s;
}

.hover-shadow-transform:hover {
  filter: drop-shadow(0px 0px 4px rgba(var(--primary-rgb), 0.5));
}

.hover-transform-y:hover {
  animation: transform-y-anim 0.5s linear 0s infinite alternate;
}

@keyframes transform-y-anim {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  100% {
    transform: translateY(1rem);
    -webkit-transform: translateY(-0.251rem);
    -moz-transform: translateY(-0.25rem);
    -ms-transform: translateY(-0.25rem);
    -o-transform: translateY(-0.25rem);
  }
}

.screens-main:hover {
  filter: drop-shadow(0px 0px 4px rgba(var(--primary-rgb), 0.2));
}

.screens-main:hover .bg-style img {
  transform: translateY(0px);
  transition: all 0.25s;
}

.docs-container {
  text-align: center;
}

.about-card:hover {
  filter: drop-shadow(0px 0px 4px rgba(var(--primary-rgb), 0.4));
  animation: transform-y-anim 0.5s linear 0s infinite alternate;
}

.card.custom-card.pricing-card:hover {
  filter: drop-shadow(0px 0px 4px rgba(var(--primary-rgb), 0.3));
  animation: transform-y-anim 0.5s linear 0s infinite alternate;
}

.vyzor-demos-nav .nav-item .nav-link.active {
  background: linear-gradient(113deg, #fff9eb -0.15%, #ffefec 46%, #fde4f9 100%);
}

.vyzor-demos-nav .nav-item .nav-link img {
  background: #ffffff7a;
  border-radius: 22%;
}

.vyzor-demos-nav .nav-item .nav-link.active:hover {
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
  border: 1px dashed rgba(var(--primary-rgb));
}

.vyzor-demos-nav .nav-item .nav-link:hover {
  background: linear-gradient(113deg, #fff9eb -0.15%, #ffefec 46%, #fde4f9 100%);
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
  border: 1px dashed transparent;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.section-top-left-image {
  position: absolute;
  top: -15rem;
  inset-inline-start: -25rem;
  z-index: -1;
}

.section-top-left-image1 {
  position: absolute;
  z-index: -1;
  inset-inline-start: auto;
  inset-inline-end: -25rem;
  transform: scaleX(-1);
  top: -3rem;
}

.section-top-right-image {
  position: absolute;
  bottom: 1rem;
  inset-inline-end: -6rem;
  z-index: -1;
  transform: scaleX(-1);
}

.section-demos-image {
  position: relative;
  background-color: #f8f7fa;
}

.section-demos-image::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  left: 0;
  background-size: cover;
  right: 0;
  top: 0;
  bottom: 0;
  filter: hue-rotate(45deg);
  z-index: -1;
  opacity: 0.3;
}

.section-right-bg-image-container {
  position: absolute;
  inset-inline-end: -10rem;
}

.version-img.disabled img {
  pointer-events: none;
  filter: grayscale(1);
}

.product-image-container {
  position: relative;
}

.limited-badge {
  position: absolute;
  inset-inline-end: 1rem;
  top: 1rem;
}

.animate-bounce-custom {
  animation: bounce 5s ease infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.why-choose-img {
  height: 30rem;
  position: absolute;
  inset-inline-start: 8rem;
}

.banner-swiper {
  width: 100%;
  overflow: hidden;
}

.banner-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.banner-swiper img {
  display: block;
  height: 500px;
  width: auto;
}

.marquee-image-container a h6 {
  position: absolute;
  width: 100%;
  height: 52px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  bottom: 0;
  left: 0;
  color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  display: none;
}

.marquee-image-container a {
  width: 100%;
  white-space: nowrap;
  border-radius: 0.5rem;
  position: relative;
  overflow: visible;
  padding: 5px 0 10px;
}
.bg-primary-transparent-08 {
  background-color: rgba(var(--primary-rgb), 0.08);
}
.marquee-image-container img {
  border-radius: 0.5rem;
  padding: 0.5rem;
  height: 23rem;
  box-shadow: 0 3px 5px #00000017;
  border: 1px dashed #d6bcfd;
}

.marquee-track {
  will-change: transform;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee-image-container {
  display: flex;
  width: fit-content;
  will-change: transform;
}

.marquee-content {
  display: flex;
  gap: 1.5rem;
}

.marquee-image-container-left {
  animation: marquee-images-left 150s linear infinite;
}

.marquee-image-container-right {
  animation: marquee-images-right 150s linear infinite;
}

@media (max-width: 768px) {

  .marquee-image-container-left,
  .marquee-image-container-right {
    animation-duration: 150s;
  }
}

@keyframes marquee-images-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-images-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

.versions-marquee-container,
.themes-marquee-container {
  overflow: hidden;
}

.hightlights-section {
  position: relative;
  z-index: 1;
}

.hightlights-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.section.bg-primary .title-sub {
  color: #fff !important;
}

.hightlights-section::before {
  position: absolute;
  content: "";
  background-image: url(../img/media/bg-image-pattern11.png);
  background-position: center center;
  background-repeat: no-repeat;
  inset: 0px;
  z-index: -1;
  filter: hue-rotate(151deg);
  opacity: 0.04;
}

.switcher-styles-section {
  position: relative;
  z-index: 1;
}

.switcher-styles-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-image: url(../img/media/banner-bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: hue-rotate(45deg);
  z-index: -1;
  opacity: 0.15;
}

.card.custom-card.contact-card {
  border-radius: 5px;
  box-shadow: none;
  background-color: transparent;
  z-index: 1;
}

.card.custom-card.contact-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  border-radius: 5px;
  z-index: -1;
}
 .card.custom-card.contact-card span.avatar {
  font-size: 20px !important;
 }
 .card.custom-card.contact-card .avatar.avatar-lg svg {
    width: 1.5rem;
    height: 1.5rem;
}

.gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.gradient-sphere {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

.sphere-1 {
  width: 40vw;
  height: 40vw;
  background: linear-gradient(40deg, rgba(var(--primary-rgb), 1), rgba(var(--primary), 0.4));
  top: 80%;
  left: -10%;
  animation: float-1 15s ease-in-out infinite alternate;
}

.sphere-2 {
  width: 45vw;
  height: 45vw;
  background: linear-gradient(240deg, rgba(var(--primary-rgb), 1), rgba(var(--primary-rgb), 0.4));
  bottom: 80%;
  right: -10%;
  animation: float-2 18s ease-in-out infinite alternate;
}

.sphere-3 {
  width: 30vw;
  height: 30vw;
  background: linear-gradient(120deg, rgba(var(--success-rgb), 1), rgba(var(--success-rgb), 0.3));
  top: 70%;
  left: 10%;
  animation: float-3 20s ease-in-out infinite alternate;
}

.noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: 5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

@keyframes float-1 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(10%, 10%) scale(1.1);
  }
}

@keyframes float-2 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-10%, -5%) scale(1.15);
  }
}

@keyframes float-3 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }

  100% {
    transform: translate(-5%, 10%) scale(1.05);
    opacity: 0.6;
  }
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 40px 40px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  z-index: 2;
}

.glow {
  position: absolute;
  width: 40vw;
  height: 40vh;
  background: radial-gradient(circle, rgba(72, 0, 255, 0.15), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: pulse 8s infinite alternate;
  filter: blur(30px);
}

@keyframes pulse {
  0% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.particle {
  position: absolute;
  background: white;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.buy-now-section {
  position: relative;
  padding: 8rem 8rem 5rem 8rem;
  overflow: hidden;
  background-image: url(../img/media/bg-image-pattern6.png);
  background-size: cover;
  z-index: 1;
}

.content-container {
  position: relative;
  z-index: 10;
}

.content-container h2 {
  font-size: 50px;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
  animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
  margin-left: -32.5%;
}

.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.line:nth-child(3) {
  margin-left: 25%;
}

.line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

.marquee-images {
  display: flex;
  gap: 20px;
  white-space: nowrap;
}

.marquee-image-details-container {
  width: 100%;
  position: relative;
}

.marquee-details-left .marquee-images {
  animation: marquee-details-left 24s linear infinite;
}
.demo-images-scroll img {
  height: 16rem;
}
.demo-images-scroll {
  animation: marquee-details-left 24s  linear infinite;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 23rem;
  z-index: -1;
  opacity: 0.7;
}

.demo-marquee {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 26.1rem;
    overflow: hidden;
    z-index: -1;
    opacity: 0.85;
}

.demo-marquee-track {
    display: flex;
    width: max-content;
    animation: demoMarquee 60s linear infinite;
}

.demo-marquee-group {
    display: flex;
    gap: 1.5rem;
    flex-shrink: 0;
}

.demo-marquee-group img {
  height: 90%;
  flex-shrink: 0;
  box-shadow: 0 3px 5px #00000038;
}

.demo-marquee:hover .demo-marquee-track {
    animation-play-state: paused;
}

@keyframes demoMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.marquee-details-right .marquee-images {
  animation: marquee-details-right 24s linear infinite;
}

.marquee-images img {
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 4px 16px 8px rgb(0, 0, 0, 0.1);
}

.marquee-template-details {
  transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg);
}

@keyframes marquee-details-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-details-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.template-details-marquee-container {
  position: absolute;
  inset-inline-end: 66%;
  top: -190%;
  width: 100%;
  height: 100%;
}

.marquee-template-details:nth-child(2) {
  position: relative;
  top: -29%;
  right: 17%;
}

.marquee-template-details:nth-child(3) {
  position: relative;
  top: -58%;
  right: 34%;
}

.special-section-text {
  position: absolute;
}

.section.capabilities-section .card.custom-card.main-features {
  margin-top: 0;
}

.section.capabilities-section .card.custom-card.main-features .card-body {
  padding: 0;
}

.footer-section hr {
  border-color: rgba(255, 255, 255, 0.4);
}

.price-variation-container .price {
  opacity: 0.5;
  text-decoration: line-through;
  padding: 10px;
  font-size: 20px;
  overflow: hidden;
}

.price-variation-container .price-active {
  margin-inline: 10px;
  position: relative;
  border-radius: 100%;
  background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.5), rgb(var(--secondary-rgb), 0.5));
}

.price-variation-container .price-active .price {
  text-decoration: none;
  background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.5), rgb(var(--secondary-rgb), 0.5));
  opacity: 1;
  font-weight: 700;
  border-radius: 100%;
  font-size: 28px;
}

.price-forward-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-forward-arrow svg {
  color: #fff;
  fill: #fff;
  width: 18px;
  height: 18px;
  opacity: 0.2;
}

.price-modal-logo-container .view-arrow {
  position: absolute;
  height: 40px;
  right: 15%;
  top: 7%;
  transform: rotate(350deg);
}

.animate-textanimation {
  animation: glowtext 0.5s infinite alternate;
  color: #fff;
}

@keyframes glowtext {
  0% {
    color: #fff;
  }

  100% {
    color: rgb(var(--warning-rgb))
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgb(var(--secondary-rgb), 0.5), 0 0 10px rgb(var(--secondary-rgb), 0.5), 0 0 20px rgb(var(--secondary-rgb), 0.5), 0 0 40px rgb(var(--secondary-rgb), 0.5), 0 0 80px rgb(var(--secondary-rgb), 0.5);
  }

  100% {
    box-shadow: 0 0 10px rgb(var(--primary-rgb), 0.5), 0 0 20px rgb(var(--primary-rgb), 0.5), 0 0 40px rgb(var(--primary-rgb), 0.5), 0 0 80px rgb(var(--primary-rgb), 0.5), 0 0 160px rgb(var(--primary-rgb), 0.5);
  }
}

.price-strip-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 2px 0;
}

.price-strip-inner {
  display: flex;
  width: max-content;
  animation: scroll-left 90s linear infinite;
  gap: 14rem;
}

.price-strip-content {
  display: flex;
  gap: 14rem;
}

.price-strip-item strong {
  margin-inline-end: 0.25rem;
}

.price-strip-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.price-strip-item strong {
  color: #ffe600;
  font-weight: 600;
}

.icon-start,
.icon-end {
  margin: 0 8px;
}

@keyframes scroll-left {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 768px) {
  .price-strip-item {
    font-size: 0.95rem;
  }

  .icon-start,
  .icon-end {
    font-size: 1.1rem;
    margin: 0 6px;
  }
}

.capabilities-section {
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .faqs-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .trusted-img {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .trusted-img {
    display: none;
  }

  .single-version-info-container {
    display: none;
  }

  .watermark3 {
    display: none;
  }

  .landing-banner-content h1 {
    font-size: 45px;
  }

  .docs-img {
    position: relative;
    right: 0;
    left: 0;
    height: auto;
  }

  .why-choose-img {
    height: auto;
    position: relative;
    inset-inline-start: 0;
    width: auto;
  }

  .themes-header {
    background-color: rgb(255 255 255);
  }

  .special-section-text {
    position: relative;
  }

  .card.custom-card.buy-now-section-card {
    height: auto;
  }

  .template-details-marquee-container {
    position: relative;
    inset-inline-end: auto;
    top: auto;
    width: auto;
    height: auto;
  }

  .content-container h2 {
    font-size: 40px;
  }

  .buy-now-section {
    padding: 2rem;
  }
}

.nav-item.disabled .nav-link {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
  overflow: hidden;
}

.nav-item.disabled:hover .nav-link:before {
  content: "Coming Soon";
  top: 50%;
  right: 20px;
  opacity: 1;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  display: block;
  color: rgb(var(--danger-rgb));
}

.nav-item.new .nav-link {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.nav-item.new .nav-link:before {
  content: "New";
  top: 27%;
  right: 20px;
  opacity: 1;
  font-size: 12px;
  border-radius: 5px;
  padding: 0.25rem;
  position: absolute;
  line-height: 1;
  display: block;
  color: #fff;
  background-color: rgb(var(--danger-rgb));
}

.main-title {
  position: relative;
  z-index: 0;
  font-size: 56px !important;
  color: rgb(5 4 8);
  font-weight: 700 !important;
}
.template-title.bundle {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
  position: relative;
}
.template-title {
  background: linear-gradient(180deg, rgb(79 68 163), rgb(39 173 251));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.text-gradient-warning {
  background: linear-gradient(183deg, rgba(var(--warning-rgb), 1), rgb(161 86 0));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.lan-doc::before {
  position: absolute;
  content: "";
  background-image: url(../img/media/bg-image-pattern2.png);
  background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    bottom: 0;
    z-index: -1;
    opacity: 0.12;
}
.trusted-section::before {
  position: absolute;
  content: "";
  background-image: url(../img/media/bg-image-pattern2.png);
  background-position: center;
  background-repeat: repeat;
  left: 0;
  right: 0;
  top: 0;
  background-size: contain;
  bottom: 0;
  z-index: -1;
  opacity: 0.04;
}
.explore-demos::before {
  position: absolute;
  content: "";
  background-image: url(../img/media/line-bg.jpg);
  background-position: center;
  background-repeat: repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.15;
}

.custom-backdrop {
  filter: blur(10px);
  position: absolute;
  bottom: -1rem;
  left: auto;
  right: 0rem;
}

.docs-container:hover .version-doc-img {
  animation: tada 1s ease infinite;
}


@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.2) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.2) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}
.grid-bg {
    position: absolute;
    inset: 0;
    background-image:linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 28px 28px;
}
.svg-info svg {
    fill: rgb(var(--info-rgb)) !important;
}
.svg-danger svg {
    fill: rgb(var(--danger-rgb)) !important;
}
.svg-success svg {
    fill: rgb(var(--success-rgb)) !important;
}
.custom-new-tag {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.5rem;
  left: -20px;
  z-index: 2;
}
.demo-backdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(1 0 8 / 10%);
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s linear;
    border-radius: inherit;
}
.max-height-demo:hover .demo-backdrop {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}
.buy-now-section::before {
    position: absolute;
    content: "";
    background: #342e61;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-size: cover;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}

.theme-title {
  padding-block: 0.85rem 1rem;
  text-align: center !important;
  color: var(--default-text-color);
  font-size: 18px;
}

.testimonial-card {
  margin-bottom: 0 !important;
  .quote-icon{
    font-size:60px;
    line-height:1;
    color:inherit;
    opacity:0.9;
  }
  .profile img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
  }
  .name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom:2px;
  }
  .designation{
    color:var(--text-muted);
    font-size:13px;
    margin-bottom:10px;
  }
  .company{
    letter-spacing:3px;
    font-weight:700;
    font-size:15px;
  }
  .rating{
    margin-bottom:20px;
  }
  .rating i{
    color:rgb(var(--warning-rgb));
    font-size:20px;
  }
}
.testimonials-section .swiper-pagination-bullet{
  width:12px;
  height:12px;
  background:#bbb;
  opacity:1;
}
.testimonials-section  .swiper-pagination-bullet-active{
  background:var(--primary-color);
}
.testimonials-section  .swiper-slide-active .testimonial-card{
  background: rgb(56 151 205);
  color: #fff;
  border: 2px solid rgb(56 151 205);
}
.testimonials-section  .swiper-slide-active .testimonial-card .designation {
  color:#fff;
  opacity: 0.6;
}
.testimonials-section  .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(118 66 213 / 14%), rgba(0, 0, 0, 0)) !important;
}
.testimonials-section  .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgb(118 66 213 / 14%), rgba(0, 0, 0, 0)) !important;
}
.testimonials-section  .swiper-slide-active .testimonial-card .designation,
.testimonials-section .swiper-slide-active .testimonial-card .rating i{
  color:#fff;
  opacity: 0.7;
} 
.capabilities-section {
  background-color: rgb(104 167 21 / 2%);
}
.buy-sec-img {
  position: absolute;
  right: -9rem;
  bottom: -1rem;
  height: 26rem;
  transform: rotate(316deg);
  opacity: 0.08;
  z-index: -1;
}
.buy-sec-img1 {
  position: absolute;
  left: -9rem;
  bottom: -1rem;
  height: 26rem;
  transform: rotate(45deg);
  opacity: 0.08;
  z-index: -1;
}

.swiper-3d.demoSwiper .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgb(0 0 0 / 25%), rgba(0, 0, 0, 0)) !important;
}
.swiper-3d.demoSwiper .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(0 0 0 / 25%), rgba(0, 0, 0, 0)) !important;
}
.swiper-3d.demoSwiper {
  padding-block-start: 22px !important;
}
.swiper-3d.demoSwiper .swiper-slide img {
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 12%);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 0.25rem;
  background-color: #ffffffb8;
}
@media (min-width: 768px) {
  .main-imageswiper-container {
    margin-block-end: -4.2rem;
  }
  .swiper-3d.demoSwiper .swiper-slide:not(.swiper-slide-active) {
    margin-block-start: 4.2rem;
  }
}

#demo-slider {
    overflow: hidden;
    padding: 40px 0 0;
}

#demo-slider .splide__track {
    overflow: visible;
}

 #demo-slider .splide__list {
    align-items: flex-end !important;
}

 #demo-slider .splide__slide {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0.8;
    transform: scale(0.8);
    transform-origin: center bottom;
    transition: all 0.6s ease;
    z-index: 1;
}

#demo-slider .splide__slide img {
    display: block;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

#demo-slider .splide__slide.is-prev,
#demo-slider .splide__slide.is-next {
    opacity: 1;
    transform: scale(0.85);
    z-index: 3;
}

#demo-slider .splide__slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 5;
}

@media (max-width: 768px) {
    #demo-slider .splide__slide {
        opacity: 1;
        transform: scale(1);
    }

    #demo-slider .splide__slide.is-active {
        transform: scale(1);
    }
}
.versions-banner-sec {
  position: relative;
  z-index: 999 !important;
  margin-block: 1.5rem;
}

.btn.btn-lg.banner-btns {
    padding: 0.5rem 0.75rem;
    border-radius: 50rem !important;
}
.bannerpill-icon {
  padding: 0.35rem 0.3rem;
  background-color: var(--custom-white);
  color: var(--default-text-color);
  border-radius: 50%;
  z-index: 4;
}
.main-features {
  overflow: hidden;
  z-index: 0;
}
.main-features::before {
    background-image: url(../img/media/bg-image-pattern8.png);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.01;
    content: "";
    position: absolute;
    width: 97%;
    filter: invert(1);
    height: 60%;
    background-position: 0px;
    transform: rotate(45deg);
}
.features-main1 {
  overflow: hidden;
  z-index: 1;
}
.features-main1::before {
    background-repeat: repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.05;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
  .faq-sec-1{
    position: relative;
    z-index: 0;
  }
  .faq-sec-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-block-start: 0;
    background-image: url(../img/media/bg-image-pattern11.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    filter: hue-rotate(45deg);
    opacity: 0.05;
  }

.versions-float-icon {
  opacity: 0.17;
}
.versions-float-icon li img {
  height: 3.25rem;
}
.versions-float-icon li:nth-child(1) {
    top: 20%;
    left: 7%;
}
.versions-float-icon li:nth-child(2) {
    top: 47%;
    left: 14%;
}
.versions-float-icon li:nth-child(3) {
    left: 42px;
    top: 33%;
}
.versions-float-icon li:nth-child(4) {
    right: 10px;
    top: -1%;
}
.versions-float-icon li:nth-child(5) {
  top: 20%;
  right: 7%;
}
.versions-float-icon li:nth-child(6) {
  right: 43px;
  top: 33%;
}
.versions-float-icon li:nth-child(7) {
  top: 47%;
  right: 14%;
}
.versions-float-icon li {
    position: absolute;
}
.float-Updown {
    animation: 3s ease-in-out 0s infinite normal none running floatUpDown;
}
.rounded-animation {
    display: inline-block;
    transform-origin: center center;
    animation: 10s linear 0s infinite normal none running circle-rotate;
}
@keyframes floatUpDown{
0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0px);
}
}
 .stats-big-number {
    width: 100%;
    position: relative;
    z-index: -1;
    top: -2%;
    padding-inline-end: -3rem;
    position: absolute !important;
    font-size: 116px;
    font-weight: 800;
    opacity: 0.1;
    line-height: 1;
    letter-spacing: -5px;
    font-family: var(--bs-font-sans-serif);
    background: linear-gradient(180deg, #0d0832, #0d0832, rgb(13 8 50 / 44%), transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-plus {
    font-size: 8rem;
}

.stats-floating-img {
    position: absolute;
    top: -40px;
    right: 150px;
    margin-right: 3rem;
}

.stats-floating-img img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .navbar .navbar-brand {
    margin-inline-end: 10px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .buy-sec-img, .buy-sec-img1 {
    height: 16rem;
  }
}
@media (max-width: 576px) {
  .main-title {
    font-size: 41px !important;
  }
  .stats-big-number {
    top: 0%;
    font-size: 55px;
  }
  .stats-plus {
      font-size: 4rem;
  }
}
.all-in-one-section .main-features {
  border: 2px solid #675db01a;
  box-shadow: 1px 2px 20px rgba(46, 35, 94, 0.023);
  border-radius: 10px;
}
.all-in-one-section {
  z-index: 0;
  position: relative;
}
.all-in-one-section:before {
  position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background-image: url(../img/media/bg-image-pattern13.png);
    height: 100%;
    opacity: 0.2;
    background-position: center;
    background-repeat: repeat;
}

.banner-demo-thumb img{
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

#demo-slider .splide__slide img {
  display: block;
  border-radius: 0.35rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  border: 2px solid #fff;
}

.section-shadow {
  background: linear-gradient(rgb(255 255 255 / 0%), #fbfbf8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.why-choose-bg {

        .custom-card{
            transition: all .35s ease;
            overflow: hidden;
        }

        .custom-card:hover{
            transform: translateY(-8px) rotate(-1deg);
            box-shadow:
                0 18px 45px rgba(var(--primary-rgb), 0.18),
                0 8px 18px rgba(0,0,0,0.06);
        }

        .card-body{
            padding: 28px;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg,rgba(var(--primary-rgb), 1),rgba(var(--primary-rgb), 1));
            box-shadow: 0px 2px 4px rgba(var(--primary-rgb),.35);
            flex-shrink: 0;
        }

        .feature-icon i{
            font-size: 26px;
            color: white;
        }

        .feature-title{
            font-size: 1.05rem;
            font-weight: 700;
            margin-bottom: 6px;
            color: rgba(var(--dark-rgb),1);
        }

        .feature-text{
            font-size: 15px;
            color: var(--text-muted);
            margin-bottom: 0;
        }

        /* Color Variants */
        .secondary .feature-icon{
            background: linear-gradient(135deg,rgba(var(--secondary-rgb), 1),rgba(var(--secondary-rgb), 1));
            box-shadow: 0px 2px 4px rgba(var(--secondary-rgb),.35);
        }

        .success .feature-icon{
            background: linear-gradient(135deg,rgba(var(--success-rgb), 1),rgba(var(--success-rgb), 1));
            box-shadow: 0px 2px 4px rgba(var(--success-rgb),.35);
        }

        .warning .feature-icon{
            background: linear-gradient(135deg, rgb(214 177 18), rgb(214 177 18));
            box-shadow: 0px 2px 4px rgba(var(--warning-rgb),.35);
        }

        .info .feature-icon{
            background: linear-gradient(135deg,rgba(var(--info-rgb), 1),rgba(var(--info-rgb), 1));
            box-shadow: 0px 2px 4px rgba(var(--info-rgb),.35);
        }

        .danger .feature-icon{
            background: linear-gradient(135deg,rgba(var(--danger-rgb), 1),rgba(var(--danger-rgb), 1));
            box-shadow: 0px 2px 4px rgba(var(--danger-rgb),.35);
        }
}
.section.testimonials-section{
  background: linear-gradient(to bottom, #EDF7FF -3.32%, rgb(251 250 254) 144.14%);
}

.testimonialSwiperService .testimonial-card{
  background: #FCFCFD;
  border: 2px solid #fff;
  box-shadow: 1px 4px 12px rgba(46, 35, 94, 0.05);
  border-radius: 10px;
}

.testimonialSwiperService .testimonial-card .quote-icon{
  opacity: 0.1;
}
.why-choose-bg {
  position: relative;
}
.why-choose-bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background-image: url(../img/media/bg-image-pattern13.png);
  height: 100%;
  opacity: 0.23;
  background-position: center;
  background-repeat: repeat;
}