.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;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -75px;
}

.landing-body.main-landing .landing-banner:before {
    content: "";
    background-position: center;
    background-repeat: repeat;
    background-image: url("../img/media/pattern-3.svg");
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.02;
}

.landing-body .navbar-collapse {
    flex-grow: inherit;
    padding: 1rem 0;
}
@media (max-width: 991.98px) {
    .landing-body .navbar {
        box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, .1);
    }
}
.landing-body .navbar {
    background-color: #fff;
    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: var(--default-text-color);
    font-weight: 400;
}

.landing-body .navbar-collapse .nav-link.active {
    font-weight: 500;
    border-radius: 0.2rem;
    background-color: transparent;
    color: var(--primary-color);
    opacity: 1;
}

.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);
    }
}

.screens-main {
    border-radius: 7px;
    padding: 20px 20px 0 20px;
}

.row-demo-list .bg-style:hover {
    box-shadow: 0px 2.625rem 4rem 0px rgba(20, 2, 68, 0.1);
}

.row-demo-list .bg-style {
    display: block;
    padding: 1rem 1rem 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0.5rem 1rem 0px rgba(20, 2, 68, 0.05);
    border-radius: 0.85rem;
}

.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: 0.85rem;
}

.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;
    margin-block-start: 150px;
    margin-block-end: 20px;
}

.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: var(--primary-color);
    opacity: 1;
}

.landing-body .sticky.sticky-pin .navbar-collapse .nav-link {
    color: #333333;
    opacity: 0.8;
}

.landing-banner-section {
    z-index: 1;
}

.main-landing .landing-section-heading {
    font-size: 15px;
    text-transform: uppercase;
}

.web-images .badge.theme {
    padding: 25px;
    width: 7rem;
    height: 7rem;
    background-color: rgb(255 255 255);
    box-shadow: 0px 0.75rem 3.5rem -1rem hsla(216, 27%, 34%, 0.149);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.85rem;
    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;
}

.card.related-customization {
    border: 1px dashed rgba(var(--primary-rgb), 0.5);
}

.card.related-themes {
    border: 1px dashed rgba(var(--secondary-rgb), 0.5)
}

.features svg {
    width: 24px;
    height: 24px;
}

.features {
    text-align: center;
    padding: 30px !important;
    background: #fff;
    border-radius: 0.85rem;
}

.main-features {
    position: relative;
    padding: 1.5rem;
    transition: 0.3s all ease;
    margin-top: 30px;
    box-shadow: 0px 0.75rem 3.5rem -1rem hsla(216, 27%, 34%, 0.149);
}

.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;
}

.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 img:hover {
    box-shadow: 0px 2.625rem 4rem 0px rgba(20, 2, 68, 0.1);
}

.landing-swiper .swiper-slide img {
    box-shadow: 0px 0.5rem 1rem 0px rgba(20, 2, 68, 0.05);
    border: 1px solid var(--primary01);
    transition: all 0.2s ease-in-out;
    border-radius: 0.85rem;
}

.landing-swiper .swiper-slide {
    padding: 20px 20px 0 20px;
    border-radius: 0.85rem;
}

.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;
    border: 1px solid var(--primary01);
    box-shadow: 0px 0.5rem 1rem 0px rgba(20, 2, 68, 0.05);
    border-radius: 0.85rem;
}

@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-banner-section:before {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    background-image: url("../img/media/pattern-2.svg");
    top: 30%;
    right: 0;
}

.landing-banner-section:after {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    background-image: url("../img/media/pattern-1.svg");
    top: 150%;
    left: -5%;
}

.landing-main-img img {
    box-shadow: rgba(166, 181, 196, 0.4) 0px 0px 16px 0px;
}

.landing-main-img {
    position: relative;
    z-index: 1;
    box-shadow: inset 0px -20px 16px rgb(0 0 0 / 9%);
    border-bottom: 1px solid var(--primary01);
}
@media (min-width: 1200px) {
    .landing-main-img:before,.landing-main-img:after {
        display: block;
    }
}
@media (max-width: 1199.98px) {
    .landing-main-img:before,.landing-main-img:after {
        display: none;
    }
}
.landing-main-img:before {
    content: "";
    position: absolute;
    width: 800px;
    height: 533px;
    background-image: url("../img/media/7.png");
    border-radius: 0.85rem 0.85rem 0 0;
    z-index: -1;
    left: 15%;
    transform: rotate(350deg);
    top: 15%;
    box-shadow: rgba(166, 181, 196, 0.2) -20px -19px 16px 0px;
}

.landing-main-img:after {
    content: "";
    position: absolute;
    width: 800px;
    height: 533px;
    border-radius: 0.85rem 0.85rem 0 0;
    background-image: url("../img/media/6.png");
    z-index: -1;
    right: 15%;
    top: 15%;
    transform: rotate(10deg);
    box-shadow: rgba(166, 181, 196, 0.2) 17px -17px 16px 0px;
}

.landing-main-img {
    bottom: 0;
}

@media (max-width: 1200px) {
    .landing-banner-section:before,.landing-banner-section:after {
        display: none;
    }
}

@media (max-width:767.98px) and (min-width: 480px) {
    .landing-body.main-landing .landing-banner {
        height: 30rem;
    }
    .landing-banner-section {
        margin-top: 10rem;
    }
}

@media (max-width: 480px) {
    .landing-body.main-landing .landing-banner {
        height: 35rem;
    }
    .landing-banner-section {
        margin-top: 9rem;
    }
}

@media (max-width: 420px) {
    .landing-body.main-landing .landing-banner {
        height: 45rem;
    }
}

@media (max-width: 767.98px) {
    .landing-banner-content {
        margin-block-start: 0px;
    }
}

.navbar.sticky.sticky-pin .navbar-toggler .navbar-toggler-icon:before {
    color: #333333;
}

.navbar.sticky.sticky-pin .navbar-toggler {
    color: #333333;
    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;
}

hr.section-seperator {
    width: 100%;
    height: 1px;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #ddd 40%, #ddd 60%, rgba(255, 255, 255, 0) 99%);
    opacity: .5;
    border: none;
    margin: 0;
}

.lh-15 {
    line-height: 1.5;
}

.svg-muted {
    fill: var(--text-muted);
}
.about-svg svg {
    width: 24px;
    height: 24px;
}