/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1280px) {
    .view-background-vector-5:after {
        left: -27px;
        bottom: 0;
        height: 500px;
        width: 500px;
    }

    /* .about-who-image {
        width: 85%;
    } */

    .ln-typo-1 {
        font-size: 4rem;
        font-weight: 400;
        color: #475347;
        line-height: 4rem;
    }
    .hero-section-2 .ln-typo-1 {
        font-size: 3rem !important;
    }
    .ln-typo-3 {
        font-size: 3.5rem;
        font-weight: 500;
        line-height: 4rem;
    }

    .ln-typo-4 {
        padding: 1rem 8rem;
    }

    .ln-typo-2 {
        font-size: 3.5rem;
        font-weight: unset;
        font-weight: 400;
        margin-bottom: 0;
    }

    .hero-section-1 .hero-content {
        padding: 20px;
    }

    .search-section .view-content {
        padding: 7rem 20px 0;
    }

    .hero-section-2 .ln-typo-2 {
        font-size: 1.85rem;
        font-weight: 400;
        margin-bottom: 0rem;
    }
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
@media (min-width: 1025px) and (max-width: 1279px) {
    .view-background-vector-5:after {
        left: 0px;
        bottom: 0;
        height: 400px;
        width: 400px;
    }
    .join-description, .ln-button-1 {
        font-size: 0.6em !important;
    }
    .join-header .title {
        font-size: 1rem !important ;
    }
    .join-header { 
        padding: 1.25rem 4px;
    }
    .aboutpage .section-content-box p, .business-item .description{
        font-size: 16px !important;
    }
    .view-section-title .title {
        font-size: 1.75rem !important;
    }
    .heading-no-underline {
        font-size: 2.6rem !important;
    }
    .contact-grid ul li .item .icon { font-size: 1.25rem !important;}
    .content .text {
        font-size: 14px !important;
    }
    .mobile-container {
        display: unset;
    }

    .about-who-image {
        width: 85%;

    }

    .ln-typo-4 {

        padding: 1rem 10rem;
    }

    .ln-typo-1 {
        font-size: 2.5rem;
        font-weight: 300;
        /* margin-top: -20px; */
        line-height: 4rem;
    }

    .ln-typo-3 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 4rem;
    }

    .ln-typo-2 {
        font-family: var(--font-family);
        font-size: 2rem;
        font-weight: unset;
        color: var(--text-color-shade);
        font-weight: 600;
        margin-bottom: 2rem;
    }

    .hero-section-1 .hero-content {
        max-width: 545px;
        padding: 20px;
    }

    .search-section .view-content {
        padding: 7rem 20px;
    }
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) {
    .offer-item {
        width: 38vw;
    }

    .mobile-container {
        display: unset;
    }

    .business-item {
        width: 38vw;
    }

    .ln-typo-4 {

        padding: 1rem 4rem;
    }

    .view-background-vector:after {
        left: -213px;
        top: -106px;
        height: 500px;
        width: 500px;
    }

    .youtube-section .view-content {
        width: 90vw;
    }

    .youtube-box iframe {
        /* height: 180px; */
    }

    .youtube-section .view-content .view-section-title .title {
        width: 100vw;
    }

    .main-navigation {
        align-items: center;
        padding: 10px 10px;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .hero-section {
        /* height: calc(60vh - 80px); */
        min-height: calc(60vh - 80px);
    }

    .full-height-margin {
        height: calc(60vh - 80px);
    }

    .hero-section-1 {
        min-height: calc(60vh - 80px);
    }

    .hero-section-1 .hero-content {
        max-width: 85vw;
        padding: 75px 20px;
    }

    .hero-content {
        max-width: 85vw;
        padding: 20px;
    }

    .offer-container {
        gap: 1rem;
    }

    .view-content {
        max-width: 85vw;
        padding: 5rem 20px;
    }

    .ln-footer .view-content {
        max-width: 85vw;
        padding: 5rem 20px;
    }

    .section-1 {
        padding: 6rem 1rem;
    }

    .logo-container {
        /* width: 100%;
        text-align: center; */
    }

    .navbar-logo {
        height: 3rem;
    }

    .nav-title {
        font-size: 1.1rem;
    }

    #rightPanel {
        width: 300px;
        right: -301px;
        padding: 80px 20px 20px 20px;
    }

    .ellipsis-icon {
        margin-left: 33px;
        height: 35px;
        width: 35px;
        font-size: 1.1rem;
    }

    /* Home Slider */
    .slide-image {
        /* display: none; */
    }

    .logicnibble-slide .slide-background-overlay {
        display: unset;
    }

    .logicnibble-slide .slide-background-color-overlay {
        display: unset;
    }

    .logicnibble-slide .slide-content {
        text-align: center;
    }

    .logicnibble-slide {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        align-content: center;
    }

    .logicnibble-slide .slide-content {
        width: 370px;
        z-index: 9;
        text-align: left;
    }

    .logicnibble-slide .slide-content .head-link {
        text-decoration: underline;
        color: var(--color-shade-1);
        font-weight: 200;
    }

    .logicnibble-slide .slide-typo-list {
        display: flex;
        flex-direction: column;
    }

    .logicnibble-slide .slide-typo-list .typo-1 {
        font-family: var(--font-family);
        font-size: 5rem;
        font-weight: 300;
        color: var(--text-color-shade);
        line-height: 5rem;
    }

    .logicnibble-slide .slide-typo-list .typo-2 {
        font-family: var(--font-family);
        font-size: 2.7rem;
        font-weight: 200;
        color: var(--color-shade-2);
        margin-top: -20px;
    }

    .logicnibble-slide .slide-typo-list .typo-3 {
        font-family: var(--font-family);
        font-size: 3.6rem;
        font-weight: 200;
        color: var(--color-shade-2);
        margin-top: -27px;
    }

    .logicnibble-slide .slide-typo-list .typo-4 {
        font-family: var(--font-family);
        font-size: 2.2rem;
        font-weight: 200;
        color: var(--color-shade-2);
    }

    .logicnibble-slide .slide-typo-list .typo-5 {
        font-family: var(--font-family);
        font-size: 2.2rem;
        font-weight: unset;
        color: var(--text-color-shade);
    }

    .logicnibble-slide .slide-typo-list .typo-6 {
        margin-top: -26px;
    }

    .logicnibble-slide .slide-typo-description {
        font-weight: 200;
        text-align: justify;
    }

    .logicnibble-slide .slide-content .slide-cta {
        background-color: var(--color-shade-2);
        color: var(--text-color-shade);
        border-radius: 22px;
        margin-top: 2rem;
    }

    .ln-typo-1 {
        font-weight: 400;
        font-size: 2.8rem;
        line-height: 5rem;
    }

    .ln-typo-3 {
        font-weight: 400;
        font-size: 2.8rem;
        line-height: 5rem;
    }

    .ln-typo-2 {
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 3rem;
    }

    .hero-section-1 .hero-description {
        font-size: 1.2rem;
        line-height: 2.1rem;
    }

    .search-field .search-text-view {
        padding: 12px 12px 12px 30px;
        font-size: 2rem;
        line-height: 1.5;
        margin-right: 75px;
    }

    .search-field .search-enter {
        width: 77px;
        height: 75px;
        right: 0;
        top: 0;
        bottom: 2px;
    }

    .search-field .search-enter i {
        font-size: 1.8rem;
    }

    .cta-section .box {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .cta-section .title {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .cta-section .sub-title {
        text-align: justify;
        margin-bottom: 3rem;
    }

    .feature-thumb {
        height: 15vw;
    }

    .ln-grid-item {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .template-section .ln-grid-item {
        width: calc(48% - 20px);
    }

    .pricing-section .ln-grid-item {
        width: calc(48% - 10px);
    }

    .join-section .ln-grid-item {
        width: calc(48% - 10px);
    }

    .view-card {

        align-items: stretch;
        grid-template-columns: 65% 35%;
    }
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .offer-item {
        width: 35vw;
    }

    .mobile-container {
        display: unset;
    }

    .business-item {
        width: 35vw;
    }

    .ln-typo-4 {

        padding: 1rem 4rem;
    }

    .ln-grid-item {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .view-background-vector:after {
        left: -213px;
        top: -155px;
        height: 600px;
        width: 600px;
    }

    .youtube-section .view-content {
        width: 75vw;
    }

    .youtube-box iframe {
        /* height: 300px; */
    }

    .youtube-section .view-content .view-section-title .title {
        width: 50vw;
    }

    .main-navigation {
        align-items: center;
        padding: 10px 10px;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .hero-section {
        /* height: calc(100vh - 80px); */
        min-height: calc(100vh - 80px);
    }

    .full-height-margin {
        height: calc(100vh - 80px);
    }

    .hero-section-1 {
        min-height: calc(100vh - 80px);
    }

    .view-content {
        max-width: 85vw;
        padding: 5rem 20px;
    }

    .about-section .view-content {
        padding: 0rem 20px 0rem;
    }

    .ln-footer .view-content {
        max-width: 85vw;
        padding: 5rem 20px;
    }

    .offer-container {
        gap: 1rem;
    }

    .hero-content {
        max-width: 80%;
        padding: 20px;
    }

    .hero-section-1 .hero-content {
        max-width: 70vw;
        padding: 20px;
    }

    .section-1 {
        padding: 6rem 1rem;
    }

    .logo-container {
        /* width: 100%;
        text-align: center; */
    }

    .navbar-logo {
        height: 3rem;
    }

    .nav-title {
        font-size: 1.1rem;
    }

    #rightPanel {
        width: 300px;
        right: -301px;
        padding: 80px 20px 20px 20px;
    }

    .ellipsis-icon {
        margin-left: 33px;
        height: 35px;
        width: 35px;
        font-size: 1.1rem;
    }

    /* Home Slider */
    .slide-image {
        /* display: none; */
    }

    .logicnibble-slide .slide-background-overlay {
        display: unset;
    }

    .logicnibble-slide .slide-background-color-overlay {
        display: unset;
    }

    .logicnibble-slide .slide-content {
        text-align: center;
    }

    .logicnibble-slide {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        align-content: center;
    }

    .logicnibble-slide .slide-content {
        width: 370px;
        z-index: 9;
        text-align: left;
    }

    .logicnibble-slide .slide-content .head-link {
        text-decoration: underline;
        color: var(--color-shade-1);
        font-weight: 200;
    }

    .logicnibble-slide .slide-typo-list {
        display: flex;
        flex-direction: column;
    }

    .logicnibble-slide .slide-typo-list .typo-1 {
        font-family: var(--font-family);
        font-size: 3.2rem;
        font-weight: 300;
        color: var(--text-color-shade);
        line-height: 3.5rem;
    }

    .logicnibble-slide .slide-typo-list .typo-2 {
        font-family: var(--font-family);
        font-size: 2.5rem;
        font-weight: 200;
        color: var(--color-shade-2);
        margin-top: -12px;
    }

    .logicnibble-slide .slide-typo-list .typo-3 {
        font-family: var(--font-family);
        font-size: 3rem;
        font-weight: 200;
        color: var(--color-shade-2);
        margin-top: -20px;
    }

    .logicnibble-slide .slide-typo-list .typo-4 {
        font-family: var(--font-family);
        font-size: 2.2rem;
        font-weight: 200;
        color: var(--color-shade-2);
    }

    .logicnibble-slide .slide-typo-list .typo-5 {
        font-family: var(--font-family);
        font-size: 2.2rem;
        font-weight: unset;
        color: var(--text-color-shade);
    }

    .logicnibble-slide .slide-typo-list .typo-6 {
        margin-top: -26px;
    }

    .logicnibble-slide .slide-typo-description {
        font-weight: 200;
        text-align: justify;
    }

    .logicnibble-slide .slide-content .slide-cta {
        background-color: var(--color-shade-2);
        color: var(--text-color-shade);
        border-radius: 22px;
        margin-top: 2rem;
    }

    .ln-typo-1 {
        font-weight: 400;
        font-size: 2.5rem;
        line-height: 4rem;
    }

    .ln-typo-3 {
        font-weight: 400;
        font-size: 2.9rem;
        line-height: 4rem;
    }

    .ln-typo-2 {
        /* font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 3rem; */
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .hero-section-1 .hero-description {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }

    .search-field .search-text-view {
        padding: 12px 12px 12px 30px;
        font-size: 2rem;
        line-height: 1.5;
        margin-right: 75px;
    }

    .search-field .search-enter {
        width: 77px;
        height: 75px;
        right: 0;
        top: 0;
        bottom: 2px;
    }

    .search-field .search-enter i {
        font-size: 1.8rem;
    }

    .cta-section .box {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    .cta-section .title {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .cta-section .sub-title {
        text-align: justify;
        margin-bottom: 0rem;
    }

    .feature-thumb {
        height: 17vw;
    }

    .pricing-section .ln-grid-item {
        width: calc(32% - 10px);
    }

    .join-section .ln-grid-item {
        width: calc(32% - 10px);
    }

    .view-card {

        align-items: stretch;
        grid-template-columns: 65% 35%;
    }
}
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    .offer-item {
        width: 34vw;
    }
    .container {
        width: 100%;
    }
    .mobile-container {
        display: unset;
    }

    .business-item {
        width: 34vw;
    }

    .feature-list .ln-grid-item {
        width: 100%;
    }
    .ln-grid-item {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .template-section .ln-grid-item {
        width: 100%;
    }

    .pricing-section .ln-grid-item {
        width: calc(36vw - 20px);
    }

    .join-section .ln-grid-item {
        width: calc(36vw - 20px);
    }

    .view-background-vector:after {
        left: -179px;
        top: -82px;
        height: 400px;
        width: 400px;
    }

    .youtube-section .view-content {
        width: 90vw;
    }

    .youtube-box iframe {
        /* height: 180px; */
    }

    .youtube-section .view-content .view-section-title .title {
        width: 80vw;
        font-size: 1.7rem;
    }

    .main-navigation {
        align-items: center;
        padding: 10px 10px;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .hero-content {
        max-width: 100%;
        padding: 20px;
    }

    .hero-section-1 .hero-content {
        max-width: 70vw;
        padding: 20px;
    }
    .view-content {
        max-width: 85vw;
        padding: 5rem 20px;
    }

    .ln-footer .view-content {
        max-width: 85vw;
        padding: 5rem 20px;
    }

    .section-1 {
        padding: 6rem 1rem;
    }

    .logo-container {
        /* width: 100%;
        text-align: center; */
    }

    .navbar-logo {
        height: 3rem;
    }

    .nav-title {
        font-size: 1.1rem;
    }

    #rightPanel {
        width: 100%;
        right: -767px;
        padding: 80px 20px 20px 20px;
    }

    .ellipsis-icon {
        margin-left: 33px;
        height: 35px;
        width: 35px;
        font-size: 1.1rem;
    }

    /* Home Slider */
    .logicnibble-slide .slide-image {
        /* display: none; */
        width: 240px;
    }

    .logicnibble-slide .slide-background-overlay {
        display: unset;
    }

    .logicnibble-slide .slide-background-color-overlay {
        display: unset;
    }

    .logicnibble-slide .slide-content {
        text-align: center;
    }

    .logicnibble-slide {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        align-content: center;
    }

    .logicnibble-slide .slide-content {
        width: 370px;
        z-index: 9;
        text-align: left;
    }

    .logicnibble-slide .slide-content .head-link {
        text-decoration: underline;
        color: var(--color-shade-1);
        font-weight: 200;
    }

    .logicnibble-slide .slide-typo-list {
        display: flex;
        flex-direction: column;
    }

    .logicnibble-slide .slide-typo-list .typo-1 {
        font-family: var(--font-family);
        font-size: 3rem;
        font-weight: 300;
        color: var(--text-color-shade);
        line-height: 3rem;
    }

    .logicnibble-slide .slide-typo-list .typo-2 {
        font-family: var(--font-family);
        font-size: 1.7rem;
        font-weight: 200;
        color: var(--color-shade-2);
        margin-top: -5px;
    }

    .logicnibble-slide .slide-typo-list .typo-3 {
        font-family: var(--font-family);
        font-size: 2.4rem;
        font-weight: 200;
        color: var(--color-shade-2);
        margin-top: -16px;
    }

    .logicnibble-slide .slide-typo-list .typo-4 {
        font-family: var(--font-family);
        font-size: 1.7rem;
        font-weight: 200;
        color: var(--color-shade-2);
    }

    .logicnibble-slide .slide-typo-list .typo-5 {
        font-family: var(--font-family);
        font-size: 1.7rem;
        font-weight: unset;
        color: var(--text-color-shade);
    }

    .logicnibble-slide .slide-typo-list .typo-6 {
        margin-top: -12px;
    }

    .logicnibble-slide .slide-typo-description {
        font-weight: 200;
        text-align: justify;
    }

    .logicnibble-slide .slide-content .slide-cta {
        background-color: var(--color-shade-2);
        color: var(--text-color-shade);
        font-size: .8rem;
        margin-top: 1rem;
    }

    .offer-container {
        display: flex;
        flex: 0 0 90%;
        gap: 2rem;
    }

    .ln-typo-1 {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .ln-typo-3 {
        font-weight: 400;
        font-size: 2.3rem;
        line-height: 3rem;
    }

    .ln-typo-2 {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 3rem;
    }

    .hero-section-1 .hero-description {
        font-size: 1.1rem;
        line-height: 2rem;
    }

    .search-field .search-text-view {
        padding: 15px 9px 15px 30px;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-right: 63px;
    }

    .search-field .search-enter {
        width: 65px;
        height: 63px;
        right: 0;
        top: 0;
        bottom: 0px;
    }

    .search-field .search-enter i {
        font-size: 1.4rem;
    }

    .cta-section .box {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .cta-section .title {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .cta-section .sub-title {
        text-align: justify;
        margin-bottom: 3rem;
    }

    .feature-thumb {
        height: 12rem;
    }

    .view-card {

        align-items: stretch;
        grid-template-columns: 65% 35%;
    }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
    .offer-item {
        width: 90vw;
    }

    .business-item {
        width: 90vw;
    }


    .ln-grid-item {
        width: calc(90.33% - 20px);
        margin: 10px;
    }

    .template-section .ln-grid-item {
        width: calc(98% - 20px);
    }

    .pricing-section .ln-grid-item {
        width: calc(98% - 20px);
    }

    .join-section .ln-grid-item {
        width: calc(98% - 20px);
    }

    .view-testimonial-vector-1:after {
        /* left: 2px;
        top: 0; */
        height: 60px;
        width: 60px;
    }

    .view-testimonial-vector-1:before {
        right: 0px;
        bottom: 40px;
        height: 60px;
        width: 60px;
    }

    .view-background-vector:after {
        left: -179px;
        top: -82px;
        height: 400px;
        width: 400px;
    }

    .youtube-section .view-content {
        width: 90vw;
        max-width: 90vw;
    }

    .youtube-section .view-content .view-section-title .title {
        width: 100vw;
        font-size: 1.5rem;
    }

    .main-navigation {
        align-items: center;
        padding: 10px 10px;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: nowrap;
        background: white;
        z-index: 99999999999999;
    }

    .hero-section {
        min-height: calc(80vh - 80px);
    }

    .full-height-margin {
        height: calc(80vh - 80px);
    }

    .hero-section-1 {
        min-height: calc(80vh - 80px);
    }

    .hero-section-1 .hero-content {
        max-width: 100%;
        padding: 20px;
    }

    .hero-content {
        max-width: 100%;
        padding: 20px;
    }

    .view-content {
        /* max-width: 85vw; */
        max-width: 100vw;
        padding: 5rem 20px;
    }

    .ln-footer .view-content {
        /* max-width: 85vw; */
        max-width: 100vw;
        padding: 5rem 20px;
    }

    .section-1 {
        padding: 6rem 1rem;
    }

    .logo-container {
        width: 100%;
        text-align: center;
        display: none;
    }

    .mobile-logo-container {
        display: unset;
    }

    .mobile-container {
        display: unset;
    }

    .navbar-logo {
        height: 3rem;
    }

    .nav-title {
        font-size: 1.1rem;
    }

    #rightPanel {
        width: 100%;
        right: -767px;
        padding: 90px 20px 20px 20px;
        z-index: 9999;
    }

    .ellipsis-icon {
        margin-left: 10px;
        height: 35px;
        width: 35px;
        font-size: 1.1rem;
    }

    /* Home Slider */
    .slide-image {
        display: none;
    }

    .logicnibble-slide .slide-background-overlay {
        display: unset;
    }

    .logicnibble-slide .slide-background-color-overlay {
        display: unset;
    }

    .logicnibble-slide .slide-content {
        text-align: center;
    }

    .logicnibble-slide {
        display: block;
        align-items: center;
        justify-content: space-evenly;
        align-content: center;
        background-image: none !important;
    }

    .logicnibble-slide .slide-content {
        width: 370px;
        z-index: 9;
        text-align: center;
    }

    .logicnibble-slide .slide-content .head-link {
        text-decoration: underline;
        color: var(--color-shade-1);
        font-weight: 300;
        font-size: 18px;
        text-align: left;
        display: block;
    }

    .logicnibble-slide .slide-content .slide-cta {
        font-size: 13px;
        width: 75px;
        height: 75px;
    }
    .logicnibble-slide .slide-typo-list {
        display: flex;
        flex-direction: column;
    }

    .logicnibble-slide .slide-typo-list .typo-1 {
        font-family: var(--font-family);
        font-size: 3rem;
        font-weight: 300;
        color: var(--text-color-shade);
        line-height: 5rem;
    }

    .logicnibble-slide .slide-typo-list .typo-2 {
        font-family: var(--font-family);
        font-size: 1.7rem;
        font-weight: 200;
        color: var(--color-shade-2);
        margin-top: -5px;
    }

    .logicnibble-slide .slide-typo-list .typo-3 {
        font-family: var(--font-family);
        font-size: 2rem;
        font-weight: 200;
        color: var(--color-shade-2);
        margin-top: -5px;
    }

    .logicnibble-slide .slide-typo-list .typo-4 {
        font-family: var(--font-family);
        font-size: 1.7rem;
        font-weight: 200;
        color: var(--color-shade-2);
    }

    .logicnibble-slide .slide-typo-list .typo-5 {
        font-family: var(--font-family);
        font-size: 1.7rem;
        font-weight: unset;
        color: var(--text-color-shade);
    }

    .logicnibble-slide .slide-typo-list .typo-6 {
        margin-top: -10px;
    }

    .logicnibble-slide .slide-typo-description {
        font-weight: 200;
        text-align: justify;
    }

    /* .logicnibble-slide .slide-content .slide-cta {
        background-color: var(--color-shade-2);
        color: var(--text-color-shade);
        border-radius: 22px;
        margin-top: 2rem;
    } */
    .container {
        width: 100%;
    }
    .client-section .client-box .client-slide .client-image{
        height: 320px !important;
    }
    .testimonial4_slide img {
        height: 125px !important;
    }

    .offer-container {
        gap: 1rem;
    }

    .ln-typo-1 {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .ln-typo-3 {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .ln-typo-2 {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 3rem;
    }

    .hero-section-1 .hero-description {
        font-size: 1rem;
        line-height: 2rem;
    }

    .search-field .search-text-view {
        padding: 7px 10px 7px 7px;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-right: 44px;
        border-bottom-left-radius: 5px;
    }

    .search-field .search-enter {
        width: 48px;
        height: 48px;
        right: 0;
        top: 0;
        bottom: 0px;
    }

    .search-field .search-enter i {
        font-size: 1.4rem;
    }

    .cta-section .box {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .cta-section .title {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .cta-section .sub-title {
        text-align: justify;
        margin-bottom: 3rem;
    }

    .feature-thumb {
        height: 53vw;
    }

    .template-section ul.nav-tabs li {
        width: 100%;
    }

    .pricing-section ul.nav-tabs li {
        width: 100%;
    }

    .join-section ul.nav-tabs li {
        width: 100%;
    }

    .view-card {

        align-items: stretch;
        grid-template-columns: 100%;
    }

    .view-card:first-child {

        /* margin-right: 0;
        margin-bottom: 1.2rem; */
    }

    .cantact-grid ul {
        flex-direction: column;
        padding: 1rem 1rem;
    }

    .cantact-grid ul li {
        flex: 1;
        border-right: 0px solid;
        border-bottom: 2px solid;
        border-color: #d8d8d8;
    }

    .cantact-grid ul li .content {
        flex-direction: column;
        gap: 2rem;
    }


    .footer-container {
        flex-direction: column;
        gap: 2rem;
    }

    .ln-typewrite {
        font-size: .9rem;
        padding-left: 0px;
    }
}