.landing-body.main-landing .navbar {
  z-index: 100;
}
.navbar-brand .desktop-logo {
  display: none;
}
.navbar-brand .desktop-dark {
  display: block;
}
.landing-body.main-landing .landing-banner{
  background-image: url(../img/media/hero-wave.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;

}
.landing-body.main-landing .landing-banner:before {
  left: 0;
  background-image: url(../img/media/hero-pattern-1.png);
}
.landing-body.main-landing .landing-banner:after {
    right: 0;
    background-image: url(../img/media/hero-pattern.png);
}
.landing-body .navbar-collapse {
  flex-grow: inherit;
  padding: 1rem 0;
}
.landing-body .navbar {
  background-color: rgb(var(--primary-rgb));
  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 {
  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: 2px dashed var(--default-border);
  /* margin-block-start: 253px; */
}
.responsive-full:hover {
  border: 2px dashed #edf3fb;
}
.easy-use:hover {
  border: 2px dashed #fdf0f7;
}
.free-updates:hover {
  border: 2px dashed #e7f9f4;
}
.screens-main {
  border: 1px solid #e9e9e9;
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(229, 228, 230, 0.4);
  padding: 10px;
  background-color: rgb(20 87 230 / 20%);
}
.row-demo-list .bg-style {
  display: block;
  padding: 1rem 1rem 0;
  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 {
  max-height: 350px;
  height: 350px;
  overflow-y: auto;
}
.bg-lt-gray {
  background-color: #e2e9f7 !important;
}
.row-demo-list .bg-style img {
  border-radius: 7px;
}

.max-height-demo img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 2s;
  top: 0px;
}
.main-landing #particles-js {
  background-color: transparent;
}
/* .main-landing .swiper-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
} */
.keyboard-control .swiper-button-next,
.keyboard-control .swiper-button-prev,
.keyboard-control .swiper-pagination {
  display: none;
}

.landing-banner-content .underline-text {
  position: relative;
  font-size: 40px;
  line-height: 1.2;
}
.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;
  padding: 10px;
  /* margin-block-end: 9px; */
  padding-block-end: 0px;
  padding-block-start: 35px;
  border-block-end: 1px solid #f3f3f3;
  /* box-shadow: 52px 19px 15px -1px rgba(0,0,0, 0.2); */
  /* background-color: rgb(255,255,255, 0.05); */
}
@media screen and (max-width: 1900px) {
  .landing-main-img {
    width: 100%;
  }
}
.landing-banner-section {
  z-index: 1;
}
.main-landing .landing-section-heading {
  font-size: 15px;
  text-transform: uppercase;
}
.landing-body .landing-section-heading:before {
  inset-block-start: -0.5rem;
}
.web-images .badge.theme {
  padding: 15px;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.05);
  /* box-shadow: 0px 4px 16px rgb(0 0 0 / 10%); */
  box-shadow: -1px 15px 16px rgb(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.web-images .badge.theme span {
  display: block;
}
.landing-body .swiper.keyboard-control {
  padding: 3rem 0;
}
.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);
}
.card.related-customization {
  border: 2px dashed rgba(var(--primary-rgb), 0.2);
}
.card.related-themes {
  border: 2px dashed rgba(var(--success-rgb), 0.2);
}
.card.related-updates {
  border: 2px dashed rgba(var(--info-rgb), 0.2);
}
.card.related-compatibility {
  border: 2px dashed rgba(var(--warning-rgb), 0.2);
}
.features {
  text-align: center;
  padding: 30px !important;
  background: #fff;
  border-radius: 6px;
  border: 20px !important;
  border: 1px solid var(--default-border);
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
}
.main-features {
  position: relative;
  padding: 1.5rem;
  transition: 0.3s all ease;
  margin-top: 30px;
}
.feature-bg {
  position: relative;
}
.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: rgba(255, 194, 0, 0.1) !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;
}

.swiper-slide img {
  height: 50%;
}
.landing-banner-section {
  padding: 1.375rem 0 0 0 !important;
}
.wd-lg-40p{
  width: 40%;
}
.sticky.sticky-pin .navbar-toggler {
  color: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.sticky.sticky-pin .navbar-toggler .navbar-toggler-icon:before {
  color: rgba(0, 0, 0, 0.7) !important;
}
.glightbox.card {
  background-color: rgb(242, 246, 249);
  border: 1px solid rgb(242, 246, 249,0.1);
  color: #000;
}
#Pages .max-height-demo {
  height: 220px;
}

.versions ul {
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.versions ul li.active {
  opacity: 1;
  background: rgb(var(--secondary-rgb));
}
.nav-item.active .nav-link {
  border-radius: 50px;
  background-color: white;
}
.versions ul li {
  list-style-type: none;
  position: relative;
  padding: 5px;
  background-color: rgb(255,255,255);
  border-radius: 50px;
}
.versions ul li img {
  width: 27px;
  height: 27px;
}
.-benefits img{
  width: 60px;
  height: 60px;
}