.MainNavigation_root__c1jhH {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    color: hsla(0, 0%, 100%, .75)
}
@media(max-width:992px) {
    .MainNavigation_root__c1jhH {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        color: hsla(0, 0%, 100%, .75)
    }
}
.MainNavigation_desktopLayout__byUSd {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    transform: translateY(-100px);
    transition: 0.5s;
}

.glass-bg {
    background-color: #01a6ee80;
    backdrop-filter: blur(20px);
    transform: translateY(0);
    transition: 0.5s;

}

@media(min-width:990px) {
    .MainNavigation_desktopLayout__byUSd {
        clip: auto;
        -webkit-clip-path: none;
        clip-path: none;
        height: auto;
        width: auto;
        overflow: auto;
        position: static;
        white-space: normal;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-gap: 30px;
        gap: 30px;
        align-items: center;
        width: 100%;
        padding: 15px 25px
    }

    .MainNavigation_mobileLayout__TwAQ9 {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap
    }
}

.MainNavigation_container__rSu3u {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 30px;
    gap: 30px;
    align-items: center;
    width: 100%;
    padding: 15px 25px
}

.MainNavigation_button__dww_u {
    justify-self: start;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 50%
}

@media(min-width:990px) {
    .MainNavigation_button__dww_u {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap
    }
}

.MainNavigation_download__USPjs {
    padding: 12px 25px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border-radius: 34px;
    cursor: pointer;
    background: linear-gradient(0deg, #FFEE69, #FFE834);
    border: 1px solid #B1A229;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}
.MainNavigation_download__USPjs {
    padding: 12px 25px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border-radius: 34px;
    cursor: pointer;
    background: linear-gradient(0deg, #FFEE69, #FFE834);
    border: 1px solid #B1A229;
    border-radius: 10px;
    cursor: pointer;
    display: none;
}
.btn-change-lang {
    padding: 10px 15px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 34px;
    cursor: pointer;
    background: linear-gradient(0deg, #0e2a5f, rgb(33, 79, 230));
    border: 1px solid #07245c;
    border-radius: 10px;
    cursor: pointer;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.btn-change-lang-fixed {
    padding: 10px 15px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 34px;
    cursor: pointer;
    background: linear-gradient(0deg, #0e2a5f, rgb(33, 79, 230));
    border: 1px solid #07245c;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 2%;
    z-index: 1009999;
}
.btn-change-lang-fixed.fa{
    left: 1%;
}
.btn-change-lang-fixed.en{
    right: 1%;
}
.active-btn {
    display: block !important;
}

.MainNavigation_close__SWqCF {
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 0
}

.MainNavigation_logo__0BOee {
    display: block;
    width: 50px;
    height: 50px
}

.MainNavigation_links__IhBAB {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap
}

@media(min-width:990px) {
    .MainNavigation_links__IhBAB {
        clip: auto;
        -webkit-clip-path: none;
        clip-path: none;
        height: auto;
        width: auto;
        overflow: auto;
        position: static;
        white-space: normal;
        flex-direction: row
    }
}

.MainNavigation_mobileLinks__mcujx {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 40px;
    padding: 32px 40px 42px
}

@media(min-width:990px) {
    .MainNavigation_mobileLinks__mcujx {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap
    }
}

.MainNavigation_link__s_7al {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: border .32s ease, color .32s ease
}

@media(min-width:990px) {
    .MainNavigation_link__s_7al {
        padding: 8px;
        font-size: 12px
    }

    .MainNavigation_link__s_7al:hover {
        color: #fff
    }
}

.MainNavigation_socialLinks__9Xedx {
    justify-self: flex-end;
    display: flex;
    gap: 30px;
    align-items: center;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute;
    white-space: nowrap
}

.navigation-mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    padding:0 20px;
}
.navigation-mobile:nth-child(){
    width: 33%;
} 
@media(min-width:992px) {
    .navigation-mobile {
        display: none;
    }
}
.navigation-mobile img{
    width: 45px;
    height: 45px;
}
.navigation-mobile .btns{
    display: flex;
}
.navigation-mobile .MainNavigation_download__USPjs{
    display: none;
    padding: 7px 30px;
}
.navigation-mobile .btn-change-lang{
    padding: 10px 5px;
}
@media(min-width:990px) {
    .MainNavigation_socialLinks__9Xedx {
        clip: auto;
        -webkit-clip-path: none;
        clip-path: none;
        height: auto;
        width: auto;
        overflow: auto;
        position: static;
        white-space: normal;
        gap: 10px
    }
}

.ScreenReaderText_root__Lx2G8 {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap
}

.SocialLinks_socialLinks__ljJTd {
    display: flex;
    gap: 30px;
    align-items: center
}

@media(min-width:990px) {
    .SocialLinks_socialLinks__ljJTd {
        gap: 10px
    }
}

.SocialLinks_socialLink__2UZAo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 50%;
    transition: background-color .2s ease-in-out
}

.SocialLinks_socialLink__2UZAo:hover {
    background-color: #fff
}

.Footer_root__Gq5wF {
    position: relative;
    padding: 25px 50px;
    color: #9d75ff;
    line-height: 1.5;
    background-color: #304667;
}

.Footer_root__Gq5wF a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease-in-out
}

.Footer_root__Gq5wF a:hover {
    color: #fff
}

.Footer_container__pP_Gj {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px;
    width: 100%;
}

@media(min-width:770px) {
    .Footer_container__pP_Gj {
        flex-direction: row;
        justify-content: space-between;
        text-align: left
    }
}

.Footer_text__wFK2V {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.Footer_content__dOcpA {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 435px;
    gap: 32px
}

@media(min-width:770px) {
    .Footer_content__dOcpA {
        align-items: end
    }
}

.Footer_socialLinks__BEJm6 {
    display: flex;
    gap: 20px;
    order: 2
}

@media(min-width:770px) {
    .Footer_socialLinks__BEJm6 {
        order: 1
    }
}

.Footer_links__y6OjA {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    color: hsla(0, 0%, 100%, .75);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    order: 1
}

@media(min-width:770px) {
    .Footer_links__y6OjA {
        flex-direction: row;
        justify-content: space-between;
        order: 2
    }
}

.Footer_socialLink___dbNt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 50%
}

.Features_root__jZG7x {
    position: relative;
    overflow: hidden;
    background-color: #3767bb;
}

.Features_features__RdWmW {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-areas: "image1""content1""image2""content2""image3""content3""image4""content4";
    grid-row-gap: 60px;
    row-gap: 60px;
    justify-items: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 16px;
    text-align: center
}

@media(min-width:574px) {
    .Features_features__RdWmW {
        grid-template-areas: "image1 content1""content2 image2""image3 content3""content4 image4";
        text-align: left
    }
}

.Features_feature__XEGgE {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 32px
}

@media(min-width:574px) {
    .Features_feature__XEGgE {
        align-items: center;
        flex-direction: row
    }
}

.Features_image__fpO5a {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 450px
}

.Features_title__4uUpk {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2
}

@media(min-width:770px) {
    .Features_title__4uUpk {
        font-size: 42px
    }
}

.Features_text__QN1Qv {
    margin-top: 20px;
    color: #cfcfcf;
    font-size: 16px;
    font-weight: 500;
    word-spacing: 1px;
    letter-spacing: .5px;
    line-height: 1.5
}

@media(min-width:770px) {
    .Features_text__QN1Qv {
        font-size: 20px
    }
}

.Features_content__NxcNm {
    max-width: 450px;
    padding: 0 16px
}
.title-fa-right{
    text-align: right;
}
@media(min-width:574px) {
    .Features_content__NxcNm {
        padding: 0 25px
    }
}
@media(max-width:568px) {
    .Features_content__NxcNm {
        width: 100%;
        padding: 0 15px;
    }
    .Features_content__NxcNm  h2{
        text-align: center;
        font-size: 23px;
    }
    .title-fa-right{
        text-align: center;
    }
}

.Modal_wrapper__oAAQM {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-content: center;
    padding: 16px
}

.Modal_backdrop__oq4OJ {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7)
}

.Modal_dialog__KFAor {
    position: relative;
    padding: 62px 100px;
    width: 447px;
    max-width: 100vw;
    color: #fff;
    background-color: #5511de;
    border-radius: 30px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .502);
    overflow: hidden
}

.Modal_dialog__KFAor:after {
    content: "''";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url(../../../images/modal-background.png);
    background-position: 0 0;
    background-size: 70px 70px;
    opacity: .05
}

.Modal_dialogContent__zEYQQ {
    position: relative;
    z-index: 1
}

.Modal_closeBtn__fmKDd {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    padding: 8px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: none
}

.Modal_title__Jotfe {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center
}

.HomePageV2_root__gBQvj {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.HomePageV2_header__3mcNn {
    position: relative;
    height: 582px;
    overflow: hidden;
    padding-top: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media(min-width:574px) {
    .HomePageV2_header__3mcNn {
        height: 750px
    }
}
@media(max-width:992px) {
    .HomePageV2_header__3mcNn {
        height: 95vh
    }
}

.HomePageV2_headerContent__31Ec_ {
    display: flex;
    gap: 40px;
    align-items: start;
    justify-content: space-around;
    padding-top: 32px;
    height: 100%;
    width: 90%;
    margin: auto;
}

.HomePageV2_headerContent__31Ec_>div {
    width: 50%;
}

@media(min-width:574px) {
    .HomePageV2_headerContent__31Ec_ {
        padding-top: 64px
    }
}
@media(max-width:992px) {
    .HomePageV2_headerContent__31Ec_ {
        display: block;
        width: 100%;
    }
    .HomePageV2_headerContent__31Ec_>div {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .reverse-header{
        display: flex;
        flex-direction: column-reverse !important;
        align-items: center !important; 
    }
}



.HomePageV2_headerContent__31Ec_fa {
    display: flex;
    gap: 40px;
    align-items: start;
    justify-content: space-around;
    padding-top: 32px;
    height: 100%;
    width: 90%;
    margin: auto;
    text-align: right;
}

.HomePageV2_headerContent__31Ec_fa>div {
    width: 50%;
}
.HomePageV2_headerContent__31Ec_fa .HomePageV2_title__tQx1B{
    text-align: right !important;
}
@media(min-width:574px) {
    .HomePageV2_headerContent__31Ec_fa {
        padding-top: 64px
    }
}
@media(max-width:992px) {
    .HomePageV2_headerContent__31Ec_fa {
        display: block;
        width: 100%;
    }
    .HomePageV2_headerContent__31Ec_fa>div {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .reverse-header{
        display: flex;
        flex-direction: column-reverse !important;
        align-items: center !important; 
    }
    .HomePageV2_headerContent__31Ec_fa .HomePageV2_title__tQx1B{
        text-align: center !important;
    }
}
.reverse-header{
    align-items: right !important; 
}

.reverse-header > .HomePageV2_title__tQx1B{
    text-align: center;
}
.HomePageV2_headerImageWrapper__kYhg2 {
    position: absolute;
    inset: 0 auto auto 0;
    z-index: -1;
    width: 100%;
    height: 100%
}
.HomePageV2_headerImageWrapper__kYhg2 img{
    z-index: 0;
    display: none;
}
.HomePageV2_title__tQx1B {
    padding: 0 16px;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -2.6px;
    text-align: left;
    width: 80%;
    line-height: 1.1em;
    margin-top: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
}
.title-fa{
    width: 90%;
}
@media(min-width:574px) {
    .HomePageV2_title__tQx1B {
        font-size: 60px
    }
}

@media(min-width:770px) {
    .HomePageV2_title__tQx1B {
        padding: 0
    }
}
@media(max-width:992px) {
    .HomePageV2_title__tQx1B {
        width:100%;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 25px;
        padding: 10px;
    }
}

.HomePageV2_download__cxqcY {
    padding: 14px 20px;
    color: #6C6315;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(0deg, #FFEE69, #FFE834);
    box-shadow: 0 5px 0px 0px #B1A229;
    border: 1px solid #B1A229;
    border-radius: 10px;
    cursor: pointer
}
.button-fa{
    margin-right: 80px;
}
@media(max-width:992px) {
    
    .button-fa{
        margin-right: 0px;
    }
}
.HomePageV2_bunchiesImage__5OqTh {
    position: relative;
    overflow: hidden;
    height: 110%;
}

.HomePageV2_bunchiesImage__5OqTh>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*transform: scale(1.4);*/
}

@media(min-width:574px) {
    .HomePageV2_bunchiesImage__5OqTh {
        bottom: 75px;
        padding: 0
    }
}
@media(max-width:992px) {
    .HomePageV2_bunchiesImage__5OqTh {
        height: 70%;
        position: absolute;
        bottom: 40px;
    }
    .HomePageV2_bunchiesImage__5OqTh > img{


        width: 100% !important;
        height: auto !important;
        /* object-fit: cover; */
        display: block;
        position: absolute;
        bottom: 0px !important;

    }
}
.HomePageV2_gridImage__KqcBO {
    position: absolute;
    right: 9px;
    right: -9px;
    bottom: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 162px;
}

@media(min-width:574px) {
    .HomePageV2_gridImage__KqcBO {
        height: 214px
    }
}
@media(max-width:992px) {
    .HomePageV2_gridImage__KqcBO {
        right: 0px;
    }
}
.HomePageV2_canvasWrapper__9op4y {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 422px;
    opacity: .3;
    transform: perspective(1200px);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(min-width:574px) {
    .HomePageV2_canvasWrapper__9op4y {
        height: 547px
    }
}

.HomePageV2_modalStoreLinksContainer__uWKsQ {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 8px
}

.HomePageV2_modalQRCodeContainer__9bt_k {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.open-modal {
    display: flex !important;
}

.modalDownload_wseqwrq {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 20%;
    height: auto;
    padding: 30px;
    background-color: rgb(174, 174, 255);
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid rgb(0, 0, 83);
    box-shadow: 0 0 20px #00000050;
    background-image: url('./../../image/-url-/images/Diaco-Pattern.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: none;
}

.overlay_aigufaihs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000080;
    z-index: 100;
    display: none;

}

.modalDownload_wseqwrq::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000080;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}

.modalDownload_wseqwrq>.close {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-self: center;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border-radius: 34px;
    cursor: pointer;
    background: #fff;
    border-radius: 100px;
    cursor: pointer
}

.modalDownload_wseqwrq>h4 {
    color: #fff;
    font-size: 20px;
}

.barcode_wseqwrq {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 20px;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
}

.barcode_wseqwrq .barcode_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.buttondownload_wseqwrq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.buttondownload_wseqwrq:hover {
    border: 2px solid #00000020;
}

.myket {
    height: 82px;
    background-size: auto;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.bazar {
    height: 70px;
    background-size: auto;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.buttondownload_wseqwrq>img {
    width: 50px;
    height: 50px;

}

@media(max-width:768px) {
    .modalDownload_wseqwrq {
        width: 90%;
    }
}

@media(min-width:1400) {
    .modalDownload_wseqwrq {
        width: 20%;
    }
}

.title-scroll {
    width: 100%;
    font-size: 40px;
    background: linear-gradient(0deg, #FFEE69, #FFEE69);
    display: flex;
    position: absolute;
    bottom: 0;
    height: 80px;
}


.title-scroll::after {
    position: absolute;
    content: '';
    right: 0;
    width: 200px;
    top: 0;
    height: 100%;
    z-index: 10;

}

.title-scroll::before {
    position: absolute;
    content: '';
    left: 0;
    width: 200px;
    top: 0;
    height: 100%;
    z-index: 10;

}

.title-scroll>div {
    color: #000;
    font-size: 1em;
    white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    animation: animate 40s linear infinite;
    animation-delay: -40s;
    margin-top: 20px;
}

.title-scroll>div>span {
    color: #34aeff !important;
    margin: 0 20px;
}

.title-scroll div:nth-child(2) {
    animation: animate2 40s linear infinite;
    animation-delay: -20s;
}

.title-scroll div:nth-child(3) {
    animation: animate3 40s linear infinite;
    animation-delay: -40s;
}
@media(max-width:768px) {
    .title-scroll{
        font-size: 18px;
        height: 40px;
    }
    .title-scroll>div{
        margin-top: 10px;
    }
}
@keyframes animate {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }

}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }

}

@keyframes animate3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(-300%);
    }

}

.f-1,
.f-3 {
    transform: rotate(-20deg);
}

.f-2,
.f-4 {
    transform: rotate(20deg);
}

canvas {
    display: block;
    vertical-align: bottom;
    z-index: 1000;
    background-color: #fff !important;
}


/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}

.en-letter-space{
    letter-spacing: 0px;
    word-spacing: -5px;
}
p.en-letter-space{
    letter-spacing: 0px;
    word-spacing: 0px;
}

@media(max-width:768px) {
    .en-letter-space{
        letter-spacing: 0px;
        word-spacing: 0px;
    }
    p.en-letter-space{
        letter-spacing: 0px;
        word-spacing: 0px;
    }
    .mobile-none{
        display: none;
    }
}

@media(max-width:992px) {
   
    .mobile-none{
        display: none !important;
    }
}
