.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 {
    position: relative;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom right, rgba(86, 78, 193, 0.85) 0%, rgba(86, 78, 193, 0.85) 100%);
}
.landing-body.main-landing .landing-banner::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/media/bannerbg1.jpg);
    z-index: -1;
}
.landing-body .navbar-collapse {
    flex-grow: inherit;
    padding: 1rem 0;
}
.landing-body .navbar {
    background-color: rgb(var(--primary-rgb));
    z-index: 1;
    box-shadow: 0.125rem 0 0 0 rgba(10,10,10);
}
@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: 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-radius: 7px;
    padding: 15px 15px 0 15px;
    box-shadow: 0 0.125rem 0 rgba(10,10,10,.04);
}
.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 {
    height: 300px;
    overflow-y: auto;
}

.max-height-demo-page {
    height: 210px;
    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);
}
.landing-banner-content {
    position: relative;
    z-index: 1;
}
.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, .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;
}
.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: 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: 50%;
    color: var(--default-text-color);
}
.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, .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;
}
.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: #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: 20px 20px 0 20px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 0.5rem;
}
.versions ul {
    display: flex;
    justify-content: center;
    border-radius: 4px;
}
.versions ul li.active {
    opacity: 1;
    background: rgba(255,255,255,0.2);
}
.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;
}
.why-choose .card {
    background-color: transparent;
    color: rgba(255,255,255,0.9);
    border: 2px dashed rgba(255,255,255,0.1);
}
.why-choose {
    position: relative;
    background: linear-gradient(to right, var(--primary-color) 100%, #0086ED 0%);
}
.scrollToTop {
    background-color:var(--primary-color);
    color: #fff;
    position: fixed;
    bottom: 15rem;
    inset-inline-end: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
    z-index: 999;
    height: 2.5rem;
    width: 2.5rem;
    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 0.438rem 1.813rem 0;
    border: 2px solid var(--primary-color);
    backdrop-filter: blur(1.875rem);
}
@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;
    }
}
@media (max-width: 420px) {
    .max-height-demo {
        height: 200px;
        overflow-y: auto;
    } 
}
.landing-main-img {
    display: flex;
    margin: 0 auto;
}
.landing-main-img {
    bottom: 0;
}
@media (max-width: 767.98px) {
    .landing-banner-content {
        margin-block-start: 0px;
    }
}
.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;
}
.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: 767px) {
    .landing-banner-content .underline-text {
        font-size: 30px;
    }
}
.landing-top-header{
    border-bottom: 1px solid var(--default-border);
}