.landing-body.main-landing .navbar {
  z-index: 100;
}
.navbar-brand .desktop-logo {
  display: none;
}
.navbar-brand .desktop-dark {
  display: block;
}
.img-move {
  animation: MoveUpDown 5s linear infinite;
}
@keyframes MoveUpDown {
  0%,
  100% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(0);
  }
}
.pulse-success {
  animation: pulse-success 2s infinite;
}
@keyframes pulse-success {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--success-rgb), 1);
    box-shadow: 0 0 0 0 rgba(var(--success-rgb), 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--success-rgb), 0);
    box-shadow: 0 0 0 10px rgba(var(--success-rgb), 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--success-rgb), 0);
    box-shadow: 0 0 0 0 rgba(var(--success-rgb), 0);
  }
}
#online-status {
  z-index: 6;
  border-radius: 2px;
  position: relative;
  padding: 6px;
}
#online-status.online:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid rgb(var(--success-rgb));
  border-block-end: 10px solid transparent;
  width: 0;
}
#online-status.offline:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid rgb(var(--danger-rgb));
  border-block-end: 10px solid transparent;
  width: 0;
}
.landing-body.main-landing .landing-banner {
  position: relative;
  width: 100%;
  inset-block-start: 0;
  background-color: rgba(var(--primary-rgb), 1);
  z-index: 1;
  overflow: hidden;
}
.landing-body.main-landing .landing-banner::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0.8;
  z-index: -1;
  top: 0;
}
.wave-svg {
  fill: rgb(237, 240, 243);
  position: absolute;
  inset-block-start: 465px;
}
.landing-body.main-landing .landing-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/media/dark.png);
  background-position: center;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}
@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: 1rem 0;
}
.landing-body .navbar {
  background-color: transparent;
  z-index: 1;
}
@media (min-width: 992px) {
  .landing-body .navbar {
    background-color: transparent;
    z-index: 1;
  }
}
.landing-body .navbar-collapse .nav-link {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.landing-body .navbar-collapse .nav-link.active {
  font-weight: 600;
  border-radius: 0.2rem;
  background-color: transparent;
  color: #fff;
  opacity: 1;
}
.landing-body.main-landing .navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}
.landing-body.main-landing .navbar .navbar-toggler .navbar-toggler-icon:before {
  color: rgba(255, 255, 255, 0.7);
}
.landing-banner .carousel .carousel-inner {
  width: 400px;
  height: 322px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
#carouselExampleFade .carousel-inner {
  margin-bottom: 20px;
}
.darmo-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}
.darmo-benefits.primary {
  background-color: #4b89da1a;
  border: 2px dotted #4b89da1a;
}
.darmo-benefits.success {
  background-color: #eb87bf1f;
  border: 2px dotted #eb87bf1f;
}
.darmo-benefits.pink {
  background-color: #46cead21;
  border: 2px dotted #46cead21;
}
.min-w-btn {
  min-width: 150px;
}
.landing-sub-1,
.landing-sub-2,
.landing-sub-3,
.landing-sub-4 {
  position: absolute;
  width: 70px;
  height: 70px;
  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: 200px;
  left: 220px;
  z-index: 1;
}
.landing-sub-2 {
  background-image: url(../img/media/banner-sub2.png);
  animation-name: floating1;
  left: 160px;
  bottom: 100px;
  opacity: 1;
  z-index: 1;
}
.landing-sub-3 {
  background-image: url(../img/media/banner-sub3.png);
  animation-name: floating2;
  bottom: 100px;
  right: 200px;
  opacity: 0.7;
  z-index: 1;
}
.landing-sub-4 {
  background-image: url(../img/media/banner-sub4.png);
  animation-name: floating3;
  right: 160px;
  top: 100px;
  z-index: 1;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}
@keyframes floating1 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(-0px, -0px);
  }
}
@keyframes floating2 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0px, 25px);
  }
  100% {
    transform: translate(0px, -0px);
  }
}
@keyframes floating3 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(25px, 15px);
  }
  100% {
    transform: translate(-0px, -0px);
  }
}
.responsive-full,
.easy-use,
.free-updates {
  border-radius: 0.25rem;
  border: 1px solid var(--default-border);
  position: relative;
  border-radius: 0.25rem;
  background-color: var(--custom-white);
  position: relative;
  -webkit-margin-after: 1.5rem;
  margin-block-end: 1.5rem;
  width: 100%;
  .Zynix-benefits {
    position: absolute;
    inset-inline-end: 21px;
    inset-block-start: -20px;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
}
.screens-main {
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.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 {
  position: relative;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.main-landing #particles-js {
  background-color: transparent;
}
.main-landing .swiper-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}
.landing-banner-content .underline-text {
  position: relative;
  font-size: 45px;
  line-height: 1.3;
}
.sticky.sticky-pin {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 0;
  background: #fff;
  box-shadow: 5px 7px 26px -5px 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: 0.5rem;
}

.main-landing .landing-section-heading {
  font-size: 15px;
  text-transform: uppercase;
  color: rgb(var(--primary-rgb));
  &::before {
    content: "";
    position: absolute;
    background: linear-gradient(
      to right,
      transparent,
      var(--primary-color),
      transparent
    );
    height: 2px !important;
    margin: 0px auto;
    width: 100% !important;
    margin-bottom: 10px;
    inset-inline-start: 0px;
    inset-block-start: 20px;
  }
}
.landing-section-heading-dark {
  font-size: 15px;
  text-transform: uppercase;
  color: rgb(var(--primary-rgb));
  &::before {
    content: "";
    position: absolute;
    background: linear-gradient(
      to right,
      transparent,
      rgb(255, 255, 255),
      transparent
    ) !important;
    height: 2px !important;
    margin: 0px auto;
    width: 100% !important;
    margin-bottom: 10px;
    inset-inline-start: 0px;
    inset-block-start: 20px;
    inset-block-start: 1.5rem;
  }
}
.landing-body .landing-section-heading:before {
  inset-block-start: 1.5rem;
}
.web-images .badge.theme {
  padding: 25px 13px;
  width: 8rem;
  background-color: rgb(255, 255, 255, 0.1);
  box-shadow: 0px 4px 16px rgb(0 0 0 / 0.05);
  color: #fff;
}
.web-images .badge.theme span {
  display: block;
}
.landing-body .swiper.keyboard-control {
  padding-block-start: 2.5rem;
  padding-block-end: 0.5rem;
}
.landing-body.main-landing .card {
  transition-duration: 0.3s;
}
.landing-body.main-landing .card:hover {
  box-shadow: 0px 6px 18px 4px rgba(6, 10, 48, 0.08);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.features {
  text-align: center;
  padding: 30px !important;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid var(--default-border);
}
.main-features {
  position: relative;
  padding: 1.5rem;
  transition: 0.3s all ease;
  margin-top: 30px;
}
.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: -0.75rem;
  inset-inline-start: -0.75rem;
  transition: 0.3s all ease;
}
.features.main-features:hover .feature-bg::after {
  inset-block-start: -0.75rem;
  inset-inline-end: -0.75rem;
  transition: 0.3s all ease;
}
.features.main-features:hover {
  transform: scale(1.05);
}
.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}
#license-terms2 {
  font-size: 14px;
  border-radius: 12px;
  box-shadow: 0px 0px 50px 1px #bbc0e6;
  padding: 20px;
  text-align: left;
  box-shadow: none;
  border: 0;
  color: #031938;
  margin-bottom: 2rem;
  background-color: #dafcff !important;
  border-color: rgba(255, 194, 0, 0.1) !important;
}
@media screen and (min-width: 1200px) {
  .license-buy {
    border-right: 1px 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: 1rem;
  padding: 0 1.25rem 30px 1.25rem;
  box-shadow: none;
}
.z-index-1 {
  z-index: 1;
}
.landing-swiper .swiper-slide {
  padding: 10px 10px 0 10px;
  background-color: rgb(255, 255, 255, 0.2);
  border-radius: 0.5rem;
}
.versions ul {
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.versions ul li.active {
  opacity: 1;
  background: #fff;
}
.nav-item.active .nav-link {
  border-radius: 0.3rem;
  background-color: white;
}
.versions ul li {
  list-style-type: none;
  position: relative;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 0.3rem;
  min-width: 8.5rem;
}
.versions ul li img {
  width: 27px;
  height: 27px;
}
.why-choose .card {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border: 0 solid rgba(255, 255, 255, 0.1);
}
.why-choose {
  position: relative;
}
.scrollToTop {
  background-color: var(--primary-color);
  color: #fff;
  position: fixed;
  inset-inline-end: 40px;
  inset-block-end: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
  z-index: 10000;
  height: 2.5rem;
  width: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  border-radius: 0.5rem;
  box-shadow: rgba(100, 100, 110, 0.2) 0 0.438rem 1.813rem 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .max-height-demo-page {
    height: 165px;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .max-height-demo-page {
    height: 150px;
  }
}

.landing-main-img {
  z-index: 0;
  right: 13rem;
  bottom: -251px;
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.circle-1 {
  position: relative;
}
.circle-1:before {
  width: 1000px;
  height: 1000px;
  content: "";
  position: absolute;
  border: 2px dashed rgba(255, 255, 255, 0.1);
  inset-block-start: -951px;
  z-index: -4;
  border-radius: 50%;
  inset-inline-start: 150px;
}

.img-shadow {
  background-color: rgba(255, 255, 255, 0.1);
  filter: blur(30px);
  height: 30px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  z-index: 1;
}

.landing-main-img {
  padding: 10px;
  background-color: rgb(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.landing-main-img-dark {
  right: 524px;
  bottom: 303px;
  position: absolute;
  border-radius: 0.5rem;
  z-index: 2;
  rotate: 9deg;
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.landing-main-img-color {
  left: 270px;
  bottom: 84px;
  padding: 10px;
  background-color: rgb(255, 255, 255, 0.1);
  position: absolute;
  border-radius: 0.5rem;
  z-index: -2;
  rotate: -8deg;
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.landing-main-img-color1 {
  right: 270px;
  bottom: 84px;
  padding: 10px;
  background-color: rgb(255, 255, 255, 0.1);
  position: absolute;
  border-radius: 0.5rem;
  z-index: -2;
  rotate: 8deg;
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.landing-main-img-card {
  bottom: 214px;
  right: 132px;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.icon-bg-1 {
  background-color: rgba(var(--secondary-rgb), 1);
}
.icon-bg-2 {
  background-color: rgba(var(--success-rgb), 1);
}
.icon-bg-3 {
  background-color: rgba(var(--warning-rgb), 1);
}
.icon-bg-1.shadow-avatar {
  box-shadow: 5px 5px rgba(var(--secondary-rgb), 0.5);
}
.icon-bg-2.shadow-avatar {
  box-shadow: 5px 5px rgba(var(--success-rgb), 0.5);
}
.icon-bg-3.shadow-avatar {
  box-shadow: 5px 5px rgba(var(--warning-rgb), 0.5);
}
.fill-transparent {
  fill: transparent !important;
}

@media (max-width: 1500px) {
  .landing-main-img-color {
    display: none;
  }
  .landing-main-img-color1 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .card-5 {
    inset-inline-end: 57px !important;
  }
  .card-6 {
    inset-inline-end: 57px !important;
  }
  .card-1 {
    inset-inline-start: 38px !important;
  }
}

@media (max-width: 991px) {
  .landing-banner-section {
    padding-block-start: 1rem !important;
  }
  .card-1 {
    display: none;
  }
  .card-5 {
    display: none;
  }
  .card-6 {
    display: none;
  }
  .demo-img {
    height: 400px;
  }
}
@media (max-width: 520px) {
  .demo-img {
    height: 300px;
  }
}
.navbar.sticky.sticky-pin .navbar-toggler .navbar-toggler-icon:before {
  color: #333335;
}
.navbar.sticky.sticky-pin .navbar-toggler {
  color: #333335;
  border: 1px 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 {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(var(--primary-rgb), 0.5);
  z-index: -1;
}
#defaultModal .modal-body {
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}
#defaultModal .btn-close {
  padding: 0.25rem;
  width: 1em;
  height: 1em;
}
.offer-1 {
  height: 220px;
}
#defaultModal .modal-body .btn-close {
  filter: invert(1);
  opacity: 0.3;
}
.ribbone-top-left {
  inset-block-start: -10px;
  inset-inline-start: -10px;
}
.ribbone {
  width: 150px;
  height: 150px;
  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: 50px;
}

.ribbone::after,
.ribbone::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid;
}
.ribbone-top-left::after {
  inset-block-end: 50px;
  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: -30px;
  inset-block-start: 53px;
  transform: rotate(-45deg);
}
.ribbone span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 3px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
}
.nav-link.disabled {
  pointer-events: all;
}
@media (max-width: 480px) {
  .top.sticky {
    top: 0px;
  }
}

#back-to-top {
  background: #6c5ffc;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 10000;
  height: 50px;
  width: 50px;
  line-height: 51px;
  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: 2px solid #6c5ffc;
}

@media (min-width: 1200px) {
  .demo-screen .container {
    max-width: 1300px;
  }
}

.owl-carousel:hover .owl-nav button:focus {
  outline: 0;
}

.fs-25 {
  font-size: 25px;
}

.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: 10px 20px 11px 20px !important;
  background: #eff1f4 !important;
  border-radius: 10px !important;
  margin: 10px !important;
  display: block !important;
  color: #0d0c22 !important;
  border: 1px solid #fff;
  transition: all ease 0.3s;
}

.tabs-menu ul.eductaional-tabs li a.btn-rtl {
  border: 1px 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: 4rem;
}

.tooltip-inner {
  border-radius: 5px;
}
.contactus-section-title {
  max-width: 620px;
}
.section-title-border {
  width: 80px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.footer-section {
  background: #171332;
  color: #fff;
}

.svg-primary {
  fill: rgb(var(--primary-rgb));
}

.svg-white {
  svg {
    fill: #fff;
  }
}
.landing-text-heading {
  position: relative;
  color: rgb(var(--secondary-rgb));
  font-weight: 600;
  font-size: 14px;
}
.landing-text-heading:before {
  background: linear-gradient(
    to right,
    rgb(var(--secondary-rgb), 0.5),
    transparent
  );
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 50%;
  margin-top: -4px;
  border-radius: 0.5rem;
}
.landing-text-heading:after {
  background: linear-gradient(
    to left,
    rgb(var(--secondary-rgb), 0.5),
    transparent
  );
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 50%;
  margin-bottom: -4px;
  border-radius: 0.5rem;
}

.landing-text-heading.dark-text {
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 14px;
}
.landing-text-heading.dark-text:before {
  background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 50%;
  margin-top: -4px;
  border-radius: 0.5rem;
}
.landing-text-heading.dark-text:after {
  background: linear-gradient(to left, rgb(255, 255, 255, 0.5), transparent);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 50%;
  margin-bottom: -4px;
  border-radius: 0.5rem;
}

.landing-svg svg {
  position: absolute;
  inset-block-start: 119px;
  z-index: -1;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

.demo-img {
  border-radius: 0.5rem;
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.35);
}

.swiper-fade {
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.35);
}

.landing-card {
  position: relative;
  overflow: hidden;
}
.landing-card:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px dashed rgba(var(--primary-rgb), 0.08);
  border-radius: 50%;
  inset-inline-end: -98px;
  inset-block-start: -78px;
}
.landing-card:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px dashed rgba(var(--primary-rgb), 0.08);
  border-radius: 50%;
  inset-inline-end: -6px;
  inset-block-start: -132px;
}

.screens-main:hover {
  transform: scale(1.02);
  transition: all 0.5s ease;
}

.screens-main {
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.25);
}

.svg-container.primary:before {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.svg-container.secondary:before {
  background-color: rgba(var(--secondary-rgb), 0.1);
}

.svg-container.success:before {
  background-color: rgba(var(--success-rgb), 0.1);
}

.svg-container.info:before {
  background-color: rgba(var(--info-rgb), 0.1);
}

.svg-container.warning:before {
  background-color: rgba(var(--warning-rgb), 0.1);
}

.svg-container:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  inset-inline-end: 0;
  inset-block-end: 0;
  border-radius: 40% 59% 38% 31% / 70% 30% 70% 30%;
  z-index: 0;
}

.related-themes:before {
  content: "";
  width: 5rem;
  height: 5rem;
  border: 2px solid rgba(var(--primary-rgb), 0.05);
  border-radius: 50%;
  right: -29px;
  top: -27px;
  position: absolute;
}

.related-themes:after {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  border: 2px solid rgba(var(--primary-rgb), 0.05);
  border-radius: 50%;
  left: -29px;
  bottom: -27px;
  position: absolute;
}

.card-6 {
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.7);
  position: absolute;
  inset-inline-start: -101px;
  border-radius: 0.5rem;
  inset-block-end: 53px;
  animation: bounce-effect 2s infinite ease-in;
}

.card-2 {
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.15);
  position: absolute;
  inset-inline-start: 244px;
  border-radius: 0.5rem;
  inset-block-end: -67px;
}

.card-4 {
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.15);
  position: absolute;
  inset-inline-end: 244px;
  border-radius: 0.5rem;
  inset-block-end: -67px;
}

.card-5 {
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.7);
  position: absolute;
  inset-inline-end: -134px;
  border-radius: 0.5rem;
  inset-block-start: 150px;
  animation: bounce-effect 2s infinite ease-in;
}

@keyframes bounce-effect {
  0% {
    transform: translateY(0);
    transition: 0.5s;
  }

  50% {
    transform: translateY(-5px);
    transition: 0.5s;
  }

  100% {
    transform: translateY(0);
    transition: 0.5s;
  }
}


.pulse-success {
  animation: pulse-success 2s infinite;
}

@keyframes pulse-success {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--success-rgb), 1);
    box-shadow: 0 0 0 0 rgba(var(--success-rgb), 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--success-rgb), 0);
    box-shadow: 0 0 0 10px rgba(var(--success-rgb), 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--success-rgb), 0);
    box-shadow: 0 0 0 0 rgba(var(--success-rgb), 0);
  }
}
#online-status {
  z-index: 6;
  border-radius: 2px;
  position: relative;
  padding: 6px;
}
#online-status.online:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 13px solid transparent;
  border-inline-end: 13px solid rgb(var(--success-rgb));
  border-block-end: 10px solid transparent;
  width: 0;
}
#online-status.offline:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 13px solid transparent;
  border-inline-end: 13px solid rgb(var(--danger-rgb));
  border-block-end: 10px solid transparent;
  width: 0;
}
.support-num {
  opacity: 0.5;
}
.support-num:hover {
  opacity: 0.5;
}

@media screen and (max-width: 534px) {
  .landing-body .landing-top-header > .navbar .d-flex {
    display: grid !important;
  }
  .landing-body .landing-top-header > .navbar .d-flex i {
    display: none !important;
  }
  .landing-body .landing-top-header > .navbar .d-flex span {
    display: none !important;
  }
  .landing-body .landing-top-header > .navbar .container > span {
    display: none;
  }
  #online-status {
    display: block !important;
    margin-inline-start: 0 !important;
    margin-block-start: 7px;
  }
  #online-status:before {
    display: none !important;
  }
}

@media screen and (max-width: 534px) {
  .landing-body .landing-top-header .landing-banner > .navbar .d-flex {
    display: grid !important;
  }
  .landing-body .landing-top-header .landing-banner > .navbar .d-flex i {
    display: none !important;
  }
  .landing-body .landing-top-header .landing-banner > .navbar .d-flex span {
    display: none !important;
  }
  .landing-body
    .landing-top-header
    .landing-banner
    > .navbar
    .container
    > span {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .card-6 {
    inset-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .landing-banner-content .underline-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 525px) {
  .demo-img {
    height: auto;
    width: 100%;
  }
}
