.landing-body.main-landing .navbar {
  z-index: 100;
}
.navbar-brand .desktop-logo {
  display: block;
}
.navbar-brand .desktop-dark {
  display: block;
}
.navbar-brand .desktop-logo {
    display: none;
}
.landing-body.main-landing .landing-banner {
    background: rgb(3, 74, 179, .90);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
}
.landing-body.main-landing .landing-banner:before {
    position: absolute;
    content: "";
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background-image: url(../img/media/20.jpg);
}
.landing-body .landing-section-heading {
  font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.demo-main-img{
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.35);
}
@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: rgb(var(--primary-rgb));
  z-index: 1;
}
@media (min-width: 992px) {
  .landing-body .navbar {
    background-color: transparent;
    z-index: 1;
  }
}
.landing-body .navbar-collapse .nav-link {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  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: 10px;
  border: 1px dashed var(--default-border);
}
.screens-main {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
 padding: 10px;
 background-color: #fff;
 border: 1px solid var(--default-border);
}

.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;
}

.max-height-demo-page {
  height: 210px;
  overflow-y: auto;
}
.bg-lt-gray {
  background-color: #e2e9f7 !important;
}
.main-landing #particles-js {
  background-color: transparent;
}

.landing-banner-content .underline-text {
  position: relative;
  font-size: 40px;
  line-height: 1.2;
}
.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: 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-body .landing-section-heading:before {
  inset-block-start: -0.5rem;
}
.web-images .badge.theme {
    padding: 25px;
    width: 7rem;
    height: 7rem;
    background-color: rgb(255 255 255);
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25%;
    color: var(--default-text-color);
}
.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: 6px;
}
.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: 12px 12px 0 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}
.versions ul {
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.versions ul li .nav-link.active {
  opacity: 1;
  border-radius: 0.3rem;
}
.versions ul li .nav-link:hover {
  background-color: var(--primary005);
}
.versions ul li .nav-link {
  padding: 1rem;
  border: 1px solid var(--default-border) !important;
  background-color: rgb(var(--light-rgb));
  min-width: 8.5rem;
}
.versions ul li.nav-item.active .nav-link {
  border-radius: 0.3rem;
}
.nav-item.active .nav-link {
  border-radius: 50px;
}
.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: 5px;
  border-radius: 0.3rem;
  margin-inline-end: 0;
}
.versions ul li img {
  height: 45px;
}
.why-choose {
  position: relative;
}
.scrollToTop {
  background-color: var(--primary-color);
  color: #fff;
  position: fixed;
  bottom: 20px;
  inset-inline-end: 40px;
  inset-block-end: 11rem;
  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;
  }
}
.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: #030013;
  color: #fff;
}
.banner-image-container {
  min-height: 75vh;
  overflow: hidden;
  position: relative;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  animation: upwards 30s linear infinite;
}

.banner-image img {
  display: block;
  width: 100%;
  height: auto; /* Maintain the aspect ratio */
}

@keyframes upwards {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.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);
}

.nav.nav-style-landing {
  border: 0;
}
.nav.nav-style-landing .nav-link svg {
  width: 20px;
  height: 20px;
  color: var(--primary-color);
  fill: var(--primary-color);
  margin-inline-end: 0.65rem;
}
.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: 15px;
  padding: 0.7rem 1rem;
  margin: 2px;
  display: flex;
  align-items: center;
  margin-inline-end: 0;
  border-radius: 0.3rem;
}
.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;
}
.banner-swiper .swiper-slide img{
  padding:0.25rem;
  background-color: var(--primary02);
  border-radius: 0.35rem;
  box-shadow: 0px 65px 80px 0px rgba(81, 59, 99, 0.3);
}

.swiper-coverflow{
  width: 75% !important; 
  max-width: 100%;
}
.heading-subtitle {
  position: relative;
  font-size: 0.85rem;
  color: var(--primary-color);
  font-weight: 500;
  display: inline;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  background-color: rgba(var(--primary-rgb), 0.1);
  border-radius: 0.3rem;
}
.heading-subtitle:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 50%;
  inset-inline-start: 7px;
  inset-block-start: 10px;
}
.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;
}
.card.custom-card.landing-services-card.primary {
  background-image: linear-gradient(to bottom right, rgba(var(--primary-rgb),0.07) 30%, transparent 80%);
}
.card.custom-card.landing-services-card.secondary {
  background-image: linear-gradient(to bottom right, rgba(var(--secondary-rgb),0.07) 30%, transparent 80%);
}
.card.custom-card.landing-services-card.danger {
  background-image: linear-gradient(to bottom right, rgba(var(--danger-rgb),0.07) 30%, transparent 80%);
}
.svg-primary svg {
  fill: rgb(var(--primary-rgb)) !important;
}
.svg-secondary svg {
  fill: rgb(var(--secondary-rgb)) !important;
}
.svg-danger svg {
  fill: rgb(var(--danger-rgb)) !important;
}

.dark-img {
  display: none;
}

.features {
  text-align: center;
  padding: 30px !important;
  background: #fff;
  border-radius: 0.5rem;
  border:1px solid var(--default-border);
}
.main-features {
  position: relative;
  padding: 1.5rem;
  transition: 0.3s all ease;
  margin-top: 30px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 1px rgba(6, 10, 48, 0.02);
  /* &::after {
    width: 6px;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(139 126 255 / 10%);
  } */
}
.feature-img {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 17rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
  background-color: rgba(var(--primary-rgb), 0.1);
  fill: rgba(var(--primary-rgb), 1);
  padding: 10px;
}
.mw-10 {
    width: 10rem;
}
.fill-white {
    fill: #fff;
}