/**=====================
     70. knowledgebase CSS end
==========================**/
/**=====================
  38. Landing CSS Start
==========================**/
.landing-page .value-chart.card {
    border-radius: 1rem !important;
    box-shadow: none;
}

.landing-home h1 {
    font-size: 4.5em;
    font-weight: 900;
}

.landing-page .value-chart h2 {
    font-size: 3em;
}

.landing-page .value-chart h3 {
    font-size: 2em;
}

.landing-page div,
.landing-page p,
.landing-page .value-chart p {
    color: #18191d;
    line-height: 1.4;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5 {
    font-weight: 700;
    color: #18191d;
    line-height: 1.14;
}

.landing-page .section-py-space {
    padding-top: 70px;
    padding-bottom: 70px;
}


.landing-page .faq-section h1,
.landing-page .faq-section p {
    color: #ffffff;
}

.landing-page .section-pt-space {
    padding-top: 70px;
}

.landing-page .section-pb-space {
    padding-bottom: 70px;
}

.landing-page .title {
    margin-bottom: 35px;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.landing-page .title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #18191d;
    margin-bottom: 0;
}

.landing-page .title .logo-wrraper {
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
}

.landing-page .title .logo-wrraper::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 5px;
    width: 50%;
    margin: auto;
    background-color: #18191d;
    border-radius: 30%;
}

.landing-page .application-sec.demo-section .demo-box,
.landing-page .main-sec.demo-section .demo-box {
    padding: 0 20px;
}

.landing-page .custom-container {
    max-width: 1280px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.landing-page .navbar-nav {
    align-items: center;
}

.landing-page .navbar-nav .nav-item {
    position: relative;
}

.landing-page .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;

    padding: 12px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.landing-page .navbar-nav .nav-item .nav-link:hover,
.landing-page .navbar-nav .nav-item .nav-link.active {
    opacity: 1;
    text-shadow: 0 0 0 #18191d;
    transition: all 0.3s ease;
    color: #18191d;
}

.landing-page .btn-landing {
    border-radius: 30px;
    color: #ffffff;
    background-color: #18191d;
    padding: 12px 30px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: fit-content;
}

.landing-page .btn-landing:hover {
    color: #ffffff;
}

.landing-page .btn-landing.btn-white {
    background-color: #ffffff !important;
    color: #18191d;
}

.landing-page .landing-header {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
    border-bottom: 1px solid rgba(83, 70, 134, 0.1019607843);
    padding: 22px 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: none;
    cursor: pointer;
    margin-bottom: 15px;
}

.landing-page .landing-header ul.landing-menu li.nav-item.menu-back i {
    font-size: 16px;
    margin-left: 10px;
}

.landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 20px;
}

.landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
    color: #FFA47A;
}

.landing-page .landing-header .buy-block {
    display: flex;
    align-items: center;
}

.landing-page .landing-header .buy-block .toggle-menu {
    margin-left: 20px;
    display: none;
    cursor: pointer;
    background-color: #18191d;
}

.landing-page .landing-header .buy-block .toggle-menu i {
    font-size: 24px;
    color: #ffffff;
}

.landing-page .landing-home {
    background-color: #fdcd04;
    position: relative;
    top: 74px;
}

.landing-page .landing-home .landing-home-contain {
    height: calc(70vh - 90px);
    margin-top: 90px;
    display: flex;
    padding-top: 90px;
    padding-bottom: 90px;
    align-items: center;
    width: 37%;
    position: relative;
}

.landing-page .landing-home .landing-home-contain .btn-home-list li {
    display: inline-block;
}

.landing-page .landing-home .landing-home-contain .btn-home-list li .btn {
    text-transform: capitalize;
    color: #18191d;
    display: flex;
    align-items: center;
}

.landing-page .landing-home .landing-home-contain .btn-home-list li .btn img {
    height: 20px;
}

.landing-page .landing-home .landing-home-contain h5 {
    font-size: 22px;
    letter-spacing: 8px;
    color: #ffffff;

    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.landing-page .landing-home .landing-home-contain h2 {
    color: #18191d;
    font-weight: 800;
    line-height: 1;
    font-size: calc(48px + 13 * (100vw - 300px) / 1620);
}

.landing-page .landing-home .landing-home-contain h2 span {
    color: #FFA47A;
    font-weight: 800;
}

.landing-page .landing-home .landing-home-contain p {
    font-size: 2em;
    margin-bottom: 30px;
}

.landing-page .landing-home .position-block .star {
    position: absolute;
}

.landing-page .landing-home .position-block .pattern1 {
    top: 32%;
    left: 6%;
    animation: 8s linear 0s infinite normal none running move1;
}

.landing-page .landing-home .position-block .pattern2 {
    bottom: 10%;
    left: 20%;
    animation: 8s linear 0s infinite normal none running move1;
}

.landing-page .landing-home .position-block .pattern3 {
    top: 10%;
    left: 30%;
    animation: 8s linear 0s infinite normal none running move1;
}

.landing-page .landing-home .position-block .circle {
    position: absolute;
}

.landing-page .landing-home .position-block .pattern4 {
    bottom: 26%;
    left: 30%;
    animation: 8s linear 0s infinite reverse none running move1;
}

.landing-page .landing-home .position-block .pattern5 {
    bottom: 40%;
    right: 30px;
    animation: 8s linear 0s infinite reverse none running move1;
}

.landing-page .landing-home .position-block .pattern6 {
    position: absolute;
    top: 26%;
    left: 10%;
}

.landing-page .landing-home .position-block .pattern7 {
    position: absolute;
    top: 16%;
    left: 38%;
}

.landing-page .landing-home .position-block .pattern8 {
    position: absolute;
    bottom: 0;
}

.landing-page .landing-home .position-block .pattern9 {
    position: absolute;
    top: 30%;
    right: 0;
}

.landing-page .landing-home .animate-block li {
    position: absolute;
    overflow: hidden;
}

.landing-page .landing-home .animate-block li:nth-child(1) {
    position: absolute;
    bottom: 220px;
    right: 17%;
    width: fit-content;
    transition: all 0.5s ease;
    z-index: 1;
    animation: move2 1.2s infinite alternate;
}

.landing-page .landing-home .animate-block li:nth-child(1) img {
    transition: all 0.5s ease;
}

.landing-page .landing-home .animate-block li:nth-child(2) {
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 40%;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    transition: all 0.5s ease;
    animation: move2 1.2s infinite alternate-reverse;
}

.landing-page .landing-home .animate-block li:nth-child(2) img {
    transition: all 0.5s ease;
}

.landing-page .landing-home .animate-block li:nth-child(3) {
    top: 20%;
    right: 8%;
    border-radius: 6px;
    z-index: 1;
    animation: move2 1.2s infinite alternate-reverse;
}

.landing-page .landing-home .animate-block li:nth-child(3) img {
    height: 85px;
}

.landing-page .landing-home .animate-block li:nth-child(4) {
    bottom: 20px;
    border-radius: 6px;
    animation: move2 1.2s infinite alternate;
    left: 40%;
}

@keyframes move1 {
    0% {
        transform: rotate(0deg) translateX(15px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(15px) rotate(-360deg);
    }
}

@keyframes move2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

.landing-page .demo-section .demo-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
}

.landing-page .demo-section .demo-box .demo-title {
    padding-top: 20px;
    text-align: center;
}

.landing-page .demo-section .demo-box .demo-title .btn {
    text-transform: capitalize;
    border: 1px solid #18191d;
    padding: 8px 15px;
    transition: all 0.5s ease;
}

.landing-page .demo-section .demo-box .demo-title .btn:hover {
    background-color: #18191d;
    color: #ffffff;
}

.landing-page .demo-section .demo-box .img-wrraper {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.landing-page .demo-section .demo-box .img-wrraper img {
    transition: all 0.5s ease;
    width: 100%;
}

.landing-page .demo-section .demo-box:hover .img-wrraper img {
    transform: scale(1.02);
}

.landing-page .demo-section .demo-block {
    margin-bottom: -30px;
    justify-content: center;
}

.landing-page .demo-section .demo-block>div {
    margin-bottom: 30px;
}

.landing-page .unique-cards {
    background-color: rgba(83, 70, 134, 0.05);
}

.landing-page .unique-cards .img-wrraper {
    border-radius: 6px;
    overflow: hidden;
}

.landing-page .framework {
    background-color: rgba(83, 70, 134, 0.05);
}

.landing-page .framework .nav {
    margin-bottom: 50px;
}

.landing-page .framework .nav .nav-item:nth-child(n+2) {
    margin-left: 20px;
}

.landing-page .framework .nav .nav-link {
    border-radius: 6px;
    padding: 15px 30px;
    align-items: center;
    background-color: rgba(83, 70, 134, 0.8);
    position: relative;
}

.landing-page .framework .nav .nav-link h5 {
    font-weight: 700;
    color: #FFA47A;
}

.landing-page .framework .nav .nav-link p {
    color: #ffffff;
}

.landing-page .framework .nav .nav-link.active,
.landing-page .framework .nav .nav-link.show {
    background-color: rgba(83, 70, 134, 0.8);
}

.landing-page .framework .nav .nav-link.active:before,
.landing-page .framework .nav .nav-link.show:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid rgba(83, 70, 134, 0.8);
}

.landing-page .framework .nav .nav-link img {
    height: 35px;
    margin-right: 15px;
}

.landing-page .framework ul.framworks-list {
    text-align: center;
}

.landing-page .framework ul.framworks-list li {
    display: inline-block;
    background: #ffffff;
    padding: 40px 10px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid rgba(83, 70, 134, 0.1019607843);
    margin: 10px;
    height: 185px;
    width: 185px;
    transition: all 0.3s ease;
    text-align: center;
}

.landing-page .framework ul.framworks-list li h6 {
    margin-top: 10px;
    margin-bottom: unset;
    transition: all 0.5s ease;
}

.landing-page .framework ul.framworks-list li img {
    transition: all 0.5s ease;
}

.landing-page .framework ul.framworks-list li:hover img {
    transform: scale(0.9);
}

.landing-page .framework ul.framworks-list li:hover h6 {
    color: #18191d;
}

.landing-page .core-feature .feature-block {
    margin-bottom: -25px;
    justify-content: center;
}

.landing-page .core-feature .feature-block>div {
    margin-bottom: 25px;
}

.landing-page .core-feature .feature-box {
    border: 1px solid rgba(83, 70, 134, 0.1019607843);
    padding: 45px 30px;
    text-align: center;
    border-radius: 6px;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-page .core-feature .feature-box .icon-wrraper {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-bottom: 20px;
    background-color: rgba(83, 70, 134, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease;
}

.landing-page .core-feature .feature-box .icon-wrraper svg {
    width: 40%;
    height: auto;
    color: #18191d;
    transition: all 0.2s ease;
}

.landing-page .core-feature .feature-box h3 {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 700;
}

.landing-page .core-feature .feature-box p {
    font-size: 16px;
    color: #9993B4;
    margin-bottom: unset;
}

.landing-page .core-feature .feature-box:hover .icon-wrraper {
    background-color: #18191d;
}

.landing-page .core-feature .feature-box:hover .icon-wrraper svg {
    color: #FFA47A;
}

.landing-page .widget-sec {
    background-color: rgba(83, 70, 134, 0.05);
}

.landing-page .counter-sec {
    background-color: rgba(83, 70, 134, 0.05);
}

.landing-page .counter-sec .counter-box {
    text-align: center;
    border: 1px solid rgba(83, 70, 134, 0.1019607843);
    padding: 25px 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.landing-page .counter-sec .counter-box .count-number {
    background-color: rgba(83, 70, 134, 0.1);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}

.landing-page .counter-sec .counter-box .count-number h3 {
    font-size: 40px;
    margin-bottom: unset;
    color: #18191d;
    transition: all 0.5s ease;
}

.landing-page .counter-sec .counter-box .count-detail h4 {
    text-transform: capitalize;
}

.landing-page .counter-sec .counter-box .count-detail p {
    font-size: 16px;
    color: #9993B4;
    margin-bottom: unset;
}

.landing-page .counter-sec .counter-box:hover .count-number {
    background-color: #18191d;
}

.landing-page .counter-sec .counter-box:hover .count-number h3 {
    color: #FFA47A;
}

.landing-page .faq-section .title h2 {
    margin-bottom: 12px;
}

.landing-page .faq-section .title h2 span {
    color: #FFA47A;
}

.landing-page .faq-section .title p {
    text-align: center;
    color: #6c757d;
    font-size: 18px;
}

.landing-page .faq-section .faq-block {
    margin-bottom: -25px;
    justify-content: center;
}

.landing-page .faq-section .faq-block>div {
    margin-bottom: 25px;
}

.landing-page .faq-section .faq-box {
    border: 1px solid rgba(83, 70, 134, 0.1019607843);
    padding: 45px 30px;
    border-radius: 6px;
    background-color: #ffffff;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.landing-page .faq-section .faq-box h4 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
}

.landing-page .faq-section .faq-box p {
    font-size: 16px;
    color: #9993B4;
    margin-bottom: unset;
}

.landing-page .faq-section .faq-box:hover {
    background-color: #18191d;
    transition: all 0.4s ease;
}

.landing-page .faq-section .faq-box:hover h4 {
    color: #FFA47A;
}

.landing-page .faq-section .faq-box:hover p {
    color: #ffffff;
}

.landing-page .faq-section .faq-box:hover p a {
    color: #FFA47A;
}

.landing-page .landing-footer {
    background-color: rgba(83, 70, 134, 0.05);
}

.landing-page .landing-footer .footer-contain {
    text-align: center;
}

.landing-page .landing-footer .footer-contain img {
    margin-bottom: 20px;
}

.landing-page .landing-footer .footer-contain h2 {
    font-size: calc(18px + 17 * (100vw - 320px) / 1600);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

.landing-page .landing-footer .footer-contain .star-rate {
    margin-bottom: 40px;
}

.landing-page .landing-footer .footer-contain .star-rate li {
    display: inline-block;
}

.landing-page .landing-footer .footer-contain .star-rate li i {
    font-size: calc(16px + 14 * (100vw - 320px) / 1600);
}

.landing-page .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
    margin-left: 10px;
}

.tap-top {
    text-align: center;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    color: #fff;
    background: var(--theme-default);
    border: none;
    padding: 7px;
    box-shadow: 0 0 10px var(--theme-default);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.tap-top:hover {
    transition: all 0.3s ease;
    opacity: 1;
}

.tap-top svg {
    width: 20px;
}

/**=====================
       38. Landing CSS Ends
  ==========================**/
/**=====================
    38. Landing CSS Start
  ==========================**/
@media (max-width: 1660px) {
    .landing-page .custom-container {
        max-width: 1440px;
    }

    .landing-page .landing-home .position-block .pattern7 {
        left: 40%;
        top: 14%;
    }

    .landing-page .landing-home .position-block .pattern7 img {
        width: 100px;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) {
        right: 10%;
        top: 20%;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) img {
        height: 100%;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) {
        top: 34%;
        right: 5%;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) img {
        height: 100%;
    }

    .landing-page .landing-home .animate-block li:nth-child(3) {
        right: 2%;
        top: 16%;
    }

    .landing-page .landing-home .landing-home-contain {
        padding-top: 45px;
    }
}

@media (max-width: 1400px) {
    .landing-page .custom-container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .landing-page .custom-container {
        max-width: 1440px;
    }

    .landing-page .landing-home .position-block .pattern7 {
        left: 40%;
        top: 14%;
    }

    .landing-page .landing-home .position-block .pattern7 img {
        width: 100px;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) {
        right: 16%;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) img {
        height: 360px;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) {
        right: 4%;
        left: unset;
        bottom: 8%;
        top: unset;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) img {
        height: 380px;
    }

    .landing-page .landing-home .animate-block li:nth-child(3) img {
        height: 70px;
    }

    .landing-page .landing-home .animate-block li:nth-child(4) img {
        height: 110px;
    }

    .landing-page .landing-home .landing-home-contain {
        padding-top: 45px;
    }
}

@media (max-width: 1366px) {
    .landing-page .framework .nav {
        margin-bottom: 40px;
    }

    .landing-page .framework .nav .nav-link {
        padding-bottom: 15px;
    }

    .landing-page .framework .nav .nav-link img {
        height: 40px;
    }

    .landing-page .framework .nav .nav-link h5 {
        font-size: 18px;
    }

    .landing-page .framework .nav .nav-link p {
        font-size: 12px;
    }

    .landing-page .framework ul.framworks-list li {
        height: 175px;
        width: 175px;
    }

    .landing-page .framework ul.framworks-list li img {
        width: auto;
        height: 60px;
    }

    .landing-page .core-feature .feature-box {
        padding: 35px 25px;
    }

    .landing-page .core-feature .feature-box h4 {
        font-size: 22px;
    }

    .landing-page .core-feature .feature-box p {
        font-size: 14px;
    }

    .landing-page .counter-sec .counter-box .count-number {
        margin-bottom: 15px;
        width: 70px;
        height: 70px;
    }

    .landing-page .counter-sec .counter-box .count-number h3 {
        font-size: 30px;
    }

    .landing-page .counter-sec .counter-box .count-detail h4 {
        font-size: 22px;
    }

    .landing-page .counter-sec .counter-box .count-detail p {
        font-size: 14px;
    }
}

@media (max-width: 1365px) {
    .landing-page .landing-home .landing-home-contain h2 {
        font-size: 28px;
    }

    .landing-page .landing-home .landing-home-contain p {
        font-size: 16px;
    }

    .landing-page .landing-home .position-block .pattern7 {
        left: 40%;
        top: 14%;
    }

    .landing-page .landing-home .position-block .pattern7 img {
        width: 100px;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) {
        right: 20%;
        bottom: unset;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) img {
        height: 300px;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) {
        right: 4%;
        top: 34%;
        bottom: unset;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) img {
        height: 360px;
    }

    .landing-page .landing-home .animate-block li:nth-child(3) {
        top: 20%;
        right: 5%;
    }

    .landing-page .landing-home .animate-block li:nth-child(4) {
        right: unset;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1366px) {
    .landing-page .demo-section .demo-box {
        padding: 15px;
    }

    .landing-page .demo-section .demo-box .demo-title {
        padding-top: 10px;
    }

    .landing-page .demo-section .demo-box .demo-title h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .landing-page .section-py-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .landing-page .section-pt-space {
        padding-top: 60px;
    }

    .landing-page .section-pb-space {
        padding-bottom: 60px;
    }

    .landing-page .title .logo-wrraper img {
        width: 35px;
        height: 35px;
    }

    .landing-page .title h2 {
        font-size: 26px;
    }

    .landing-page .landing-home .position-block .pattern7 {
        left: 40%;
        top: 26%;
    }

    .landing-page .landing-home .position-block .pattern7 img {
        width: 80px;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) {
        top: unset;
        bottom: 14%;
        right: 2%;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) {
        right: 8%;
        top: 30%;
        bottom: unset;
    }

    .landing-page .landing-home .animate-block li:nth-child(4) {
        left: 34%;
        bottom: 14%;
    }

    .landing-page .landing-home .landing-home-contain {
        min-height: 720px;
    }

    .landing-page .landing-home .landing-home-contain h2 {
        font-size: 26px;
    }

    .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
        padding: 10px 10px;
    }

    .landing-page .counter-sec .counter-box {
        padding: 20px 20px;
    }

    .landing-page .counter-sec .counter-box .count-number {
        width: 60px;
        height: 60px;
    }

    .landing-page .counter-sec .counter-box .count-number h3 {
        font-size: 22px;
    }

    .landing-page .demo-section .demo-box {
        padding: 20px;
    }

    .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a {
        display: block;
    }

    .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a svg {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .landing-page .framework .nav {
        margin-bottom: 30px;
    }

    .landing-page .framework ul.framworks-list li {
        width: 150px;
        height: 150px;
    }

    .landing-page .framework ul.framworks-list li img {
        height: 40px;
    }
}

@media (max-width: 1120px) {
    .landing-page .landing-home .position-block .pattern7 {
        display: none;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) {
        bottom: 4%;
        right: 4%;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) img {
        height: 260px;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) {
        right: 2%;
        top: 14%;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) img {
        height: 320px;
    }

    .landing-page .landing-home .animate-block li:nth-child(3) {
        right: unset;
        left: 4%;
        top: 16%;
        bottom: unset;
    }

    .landing-page .landing-home .animate-block li:nth-child(4) {
        left: 4%;
        bottom: 6%;
    }

    .landing-page .landing-home .landing-home-contain h2 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .landing-page .section-py-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .landing-page .landing-home .landing-home-contain p {
        margin-bottom: 20px;
    }

    .landing-page .section-pt-space {
        padding-top: 50px;
    }

    .landing-page .section-pb-space {
        padding-bottom: 50px;
    }

    .landing-page .landing-header {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .landing-page .landing-header ul.landing-menu {
        position: fixed;
        top: 0;
        right: -320px;
        width: 300px;
        height: 100vh;
        background-color: #ffffff;
        display: block;
        transition: all 0.5s ease;
    }

    .landing-page .landing-header ul.landing-menu.open {
        right: 0;
    }

    .landing-page .landing-header ul.landing-menu li.nav-item {
        display: block;
        background-color: #ffffff;
        text-align: left;
    }

    .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
        display: block;
    }

    .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
        color: #2B2B2B;
        padding: 10px 20px;
    }

    .landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
        color: #18191d;
    }

    .landing-page .landing-header .buy-block .toggle-menu {
        display: block;
    }

    .landing-page .landing-home {
        position: relative;
        z-index: 1;
    }

    .landing-page .landing-home .position-block .pattern7 {
        display: none;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) {
        top: unset;
        bottom: 0;
        right: 3%;
    }

    .landing-page .landing-home .animate-block li:nth-child(1) img {
        height: 200px;
    }

    .landing-page .landing-home .animate-block li:nth-child(2) {
        display: none;
    }

    .landing-page .landing-home .animate-block li:nth-child(3) {
        left: 6%;
        top: 18%;
    }

    .landing-page .landing-home .animate-block li:nth-child(4) {
        bottom: 10%;
        left: 10%;
    }

    .landing-page .landing-home .landing-home-contain {
        min-height: 660px;
        overflow: unset;
        text-align: center;
        width: 80%;
        margin: auto;
        padding-bottom: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .landing-page .framework .nav .nav-link img {
        height: 35px;
        width: auto;
    }

    .landing-page .framework .nav .nav-item:nth-child(n+2) {
        margin-left: 10px;
    }

    .landing-page .counter-sec .counter-block {
        margin-bottom: -30px;
    }

    .landing-page .counter-sec .counter-block>div {
        margin-bottom: 30px;
    }

    .landing-page .counter-sec .counter-box {
        padding: 35px 25px;
    }

    .landing-page .landing-footer .footer-contain .star-rate {
        margin-bottom: 40px;
    }

    .landing-page .text-container {
        margin-top: 5em;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .landing-page .title h2 {
        font-size: 24px;
    }

    .landing-page .section-py-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .landing-page .section-pt-space {
        padding-top: 40px;
    }

    .landing-page .section-pb-space {
        padding-bottom: 40px;
    }

    .landing-page .text-container {
        margin-top: 4em;
        text-align: center;
    }

    .landing-page h1 {
        font-size: 3em;
    }

    .landing-page .value-chart h2 {
        font-size: 1.8em;
    }

    .landing-page .value-chart .text-container {
        margin-top: 3em;
        text-align: center;
    }

    .landing-page .value-chart .text-container {
        margin-top: 3em;
        text-align: center;
    }


    .landing-page .btn-img {
        width: 40%;
    }

    .landing-page .demo-section .demo-block {
        margin-bottom: -20px;
    }

    .landing-page .demo-section .demo-block>div {
        margin-bottom: 20px;
    }

    .landing-page .demo-section .demo-box {
        width: fit-content;
        margin: auto;
    }

    .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li:nth-child(n+2) {
        margin-left: 5px;
    }

    .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a {
        font-size: 10px;
    }

    .landing-page .demo-section .demo-box .demo-title h3 {
        font-size: 18px;
    }

    .landing-page .counter-sec .counter-box .count-number {
        width: 50px;
        height: 50px;
    }

    .landing-page .counter-sec .counter-box .count-detail h4 {
        font-size: 20px;
    }

    .landing-page .core-feature .feature-box .icon-wrraper {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .landing-page .core-feature .feature-box h4 {
        font-size: 20px;
    }

    .landing-page .framework .nav .nav-link img {
        height: 35px;
    }

    .landing-page .framework .nav .nav-link h5 {
        font-size: 16px;
    }

    .landing-page .framework .nav .nav-link.active:before {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid rgba(83, 70, 134, 0.8);
    }

    .landing-page .framework ul.framworks-list li {
        width: 145px;
        height: 145px;
    }

    .landing-page .framework ul.framworks-list li img {
        height: 40px;
    }

    .landing-page .faq-section .title p {
        text-align: center;
        font-size: 14px;
    }

    .landing-page .landing-footer .footer-contain img {
        margin-bottom: 10px;
    }

    .landing-page .landing-footer .footer-contain h2 {
        margin-bottom: 5px;
    }

    .landing-page .landing-footer .footer-contain p {
        margin-bottom: 10px;
    }

    .landing-page .landing-footer .footer-contain .star-rate {
        margin-bottom: 25px;
    }

    .landing-page .landing-footer .footer-contain .btn-footer .btn {
        padding: 10px 25px;
        font-size: 14px;
        line-height: 1;
    }
}

@media (max-width: 575px) {
    .landing-page .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .landing-page .landing-home .position-block .pattern2,
    .landing-page .landing-home .position-block .pattern3,
    .landing-page .landing-home .position-block .pattern5,
    .landing-page .landing-home .position-block .pattern8,
    .landing-page .landing-home .position-block .pattern9 {
        display: none;
    }

    .landing-page .landing-home .position-block .pattern1 {
        left: 20%;
    }

    .landing-page .landing-home .position-block .pattern4 {
        bottom: 20%;
        left: 40%;
    }

    .landing-page .landing-home .animate-block li {
        z-index: -1;
    }

    .landing-page .landing-home .animate-block li:first-child,
    .landing-page .landing-home .animate-block li:nth-child(2),
    .landing-page .landing-home .animate-block li:nth-child(3),
    .landing-page .landing-home .animate-block li:nth-child(4) {
        display: none;
    }

    .landing-page .landing-home .landing-home-contain {
        width: auto;
        min-height: 480px;
        height: auto;
    }

    .landing-page .demo-section .demo-box {
        padding: 15px;
    }

    .landing-page .demo-section .demo-box .demo-title h3 {
        font-size: 16px;
    }

    .landing-page .framework .nav {
        display: flex;
    }

    .landing-page .core-feature .feature-box {
        padding: 30px 20px;
    }

    .landing-page .counter-sec .counter-box {
        height: auto;
        padding: 30px 20px;
    }

    .landing-page .counter-sec .counter-box .count-number {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }

    .landing-page .counter-sec .counter-box .count-number h3 {
        font-size: 18px;
    }

    .landing-page .faq-section .title p {
        display: none;
    }

    .landing-page .faq-section .faq-box p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .landing-page .landing-home .position-block .pattern1,
    .landing-page .landing-home .position-block .pattern2,
    .landing-page .landing-home .position-block .pattern3,
    .landing-page .landing-home .position-block .pattern4,
    .landing-page .landing-home .position-block .pattern5,
    .landing-page .landing-home .position-block .pattern6,
    .landing-page .landing-home .position-block .pattern7,
    .landing-page .landing-home .position-block .pattern8,
    .landing-page .landing-home .position-block .pattern9 {
        display: none;
    }

    .landing-page .landing-home .landing-home-contain {
        padding-top: 45px;
    }

    .landing-page .landing-home .landing-home-contain h2 {
        font-size: 22px;
    }

    .landing-page .title {
        display: block;
        margin-bottom: 25px;
    }

    .landing-page .title h2 {
        font-size: 18px;
    }

    .landing-page .landing-header .buy-block .toggle-menu {
        margin-left: 10px;
    }

    .landing-page .framework .nav .nav-item {
        width: auto;
    }

    .landing-page .framework .nav .nav-link {
        display: block !important;
        padding: 10px 15px;
    }

    .landing-page .framework .nav .nav-link.active:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 5px solid rgba(83, 70, 134, 0.8);
    }

    .landing-page .framework .nav .nav-link img {
        height: 20px;
        margin-right: unset;
    }

    .landing-page .framework .nav .nav-link .text-start {
        display: none;
    }

    .landing-page .framework ul.framworks-list li {
        width: 110px;
        height: 110px;
        padding: 25px 0;
    }

    .landing-page .framework ul.framworks-list li img {
        height: 30px;
    }

    .landing-page .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
        margin-left: 5px;
    }

    .landing-page .landing-footer .footer-contain .btn-footer .btn {
        padding: 10px 15px;
    }
}

@media (max-width: 360px) {
    .landing-page .landing-footer .footer-contain .btn-footer .btn:last-child {
        margin-top: 10px;
    }
}