
* { margin: 0;  padding: 0;  box-sizing: border-box; }

.effect {  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

body { font-family: "Space Grotesk", serif; overflow-x:hidden; overflow-y: hidden; }

video.mainVideo{ 
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.9);
    top: 0;
}


.centerHero { 
    position: absolute;
    left: 0;
    transform: none;
    text-align: center;
    z-index: 9999;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}
.centerHero img { max-width: 400px; }
.centerHero .buttons .playVideo { color: #fff !important; background: none !important; border-radius: 0; padding: 0 !important; margin: 0 !important; }
.centerHero .buttons .playVideo img { 
    width: 173px;
    margin-top: 35px;
}

.spacer{
    height: 100vh;
}
.spacer-half{
    height: 50vh;
}

.Gradient{
    background: linear-gradient(to top, #ff0068, #7f0064); height: 100vh; width: 100vw; opacity: 0.8;
    position: fixed; z-index: 1; top: 0; }

.mobile_play { display: none !important; }
.desktop_play { display: inline-block !important; }

.videotech{
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 0;
    width: auto;
    right: 0;
    opacity: 0.5;
    object-fit: cover;
}

/* Responsive */

    @media (max-width: 990px) {
        .mobile_play { display: inline-block !important; }
        .desktop_play { display: none !important; }
        video.mainVideo { position: fixed; width: auto; height: 130svh; object-fit: cover; left: 50%; top: 50%; transform: translate(-48%,-50%); }
        .centerHero {         
            padding: 45px;
            width: 100%;
            max-width: initial;
            width: 401px;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .centerHero img { max-width: initial; width: 100%; }
    }


/* Animations */

    .buttons img{ animation: fadePlay 1s ease-in-out forwards; animation-delay: 0.5s; position: relative; opacity:0; }
    .centerLogo{ position: relative; animation: fadeLogo 1s ease-in-out forwards; animation-delay: 0.5s; opacity:0; }

    @keyframes fadeLogo {
        0% { opacity: 0; top: -50px; }
        40% { opacity: 1; top: 7px; }
        100% { opacity: 1; top: 0px; }
    }

    @keyframes fadeS {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }

    @keyframes Blinking {
        0% { opacity: 0; }
        50% { opacity: 1; }
        100% { opacity: 0; }
    }

    @keyframes fadePlay {
        0% { opacity: 0; bottom: -50px; }
        40% { opacity: 1; bottom: 7px; }
        100% { opacity: 1; bottom: 0px; }
    }


.circle {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 0;
    position: fixed;
    z-index: 999;
    bottom: -100%;
    left: 0%;
    opacity:0;
    margin-left: 0;
    filter: blur(200px);
    mix-blend-mode: plus-lighter;
}


.bckBack{
    background:#000;
}

.presentation{
    z-index: 99999;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    height: 100vh !important;
    overflow:hidden;
}

.presentation .backgroundie{
    background: url(../img/rabbitoid.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    position: absolute;
}

.jumpie{
    position: absolute;
    width: 90%;
    max-width: 900px;
    left: 50%;
    transform: translate(-50%);
    bottom:0;
    z-index:999998;
}



.appDev_title{
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    font-family: "Press Start 2P", system-ui;
    font-size: 3em !important;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.appDev_title > div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 1141px;
    width: 100%;
    justify-content: space-around;
}

.appDev_title img{
    max-height: 58px;
    height: auto;
    opacity: 1 !important;
}

.presentation .floatingImg{
    position: absolute;
    width: 880px;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    margin-left: 5px;
}

.presentation .floatingImgOrange{
    position: absolute;
    width: 880px;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    margin-left: 5px;
    z-index: 999;
}

.presentation .floatingImgOrange2{
    position: absolute;
    width: 880px;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    margin-left: 5px;
    z-index: 999;
}

.presentation .xploding {
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translate(-50%);
    bottom: -116px;
    background: #fff;
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    filter: blur(10px);
}

.observe {
    opacity: 0;
    transform: translateY(50px); /* Start with an offset */
    transition: opacity 1s ease, transform 1s ease; /* Ensure transition properties match JavaScript settings */
}

.observe.in-viewport {
    opacity: 1;
    transform: translateY(0); /* Reset to final state */
}

.sec3 .FeatureTitle,
.first2 .FeatureTitle{
    color:#fff !important;
    font-size: 2.5em !important;
    line-height: 1.35em;
    padding: 20px 120px !important;
}

.presentation .backgroundie {
    z-index: 1;
}

.presentation .floatingImg {
    z-index: 9;
}

.presentation .first1,
.presentation .sec2,
.presentation .first2,
.presentation .sec3 {
    z-index: 3;
}


.first1.bckBack .FeatureTitle{
    color: #fff;
    font-size: 2.3em !important;
    padding: 80px;
    line-height: 1.35em;
    text-align: left;
    max-width: 760px;
    font-weight: 700;
    margin: 0 auto;
}

.presentation .first2 .FeatureTitle{
    font-family: "Press Start 2P", system-ui;
    font-size: 2em !important;
}
.presentation .sec3 .FeatureTitle{
    font-family: "Press Start 2P", system-ui;
    font-size: 2em !important;
}

.sliding-text1{
    position: absolute;
    top: 0%; /* Center vertically */
    left: -100%; /* Start off-screen to the left */
    font-size: 12rem;
    white-space: nowrap; /* Prevent line breaks */
    font-family: "Press Start 2P", system-ui;
    z-index: 9;
    color:#FFF;
    display: block !important;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 17%;
}

.sliding-text2{
    position: absolute;
    top: 0%; /* Center vertically */
    left: -100%; /* Start off-screen to the left */
    font-size: 12rem;
    white-space: nowrap; /* Prevent line breaks */
    font-family: "Press Start 2P", system-ui;
    z-index: 9;
    color:#FFF;
    display: block !important;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 37%;
}
.sliding-text3{
    position: absolute;
    top: 0%; /* Center vertically */
    left: -100%; /* Start off-screen to the left */
    font-size: 12rem;
    white-space: nowrap; /* Prevent line breaks */
    font-family: "Press Start 2P", system-ui;
    z-index: 9;
    color:#FFF;
    display: block !important;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 57%;
}

.gotopbox{
    position: absolute;
    border-radius: 99px;
    bottom: 0%;
    z-index: 99999999;
    background: #fff !important;
}

.gb1{ left: 35%; height: 224px; width: 5px; }
.gb2{ left: 65%; height: 180px; width: 8px; }

.gb3{ left: 45%; height: 140px; width: 5px; }
.gb4{ left: 55%; height: 300px; width: 8px; }

.gb5{ left: 35%; height: 224px; width: 4px; }
.gb6{ left: 65%; height: 180px; width: 5px; }

.gb7{ left: 45%; height: 140px; width: 8px; }
.gb8{ left: 55%; height: 300px; width: 5px; }

.gb9{ left: 60%; height: 140px; width: 5px; }
.gb10{ left: 40%; height: 300px; width: 5px; }
.gb11{ left: 48%; height: 140px; width: 8px; }

.rajump{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width: 500px;
    width: 100%;
    height: auto;
    z-index: 99999;
}

.rabbitfoot{
    position: relative;
    z-index: 9999;
    max-width: 350px;
    width: 100%;
    margin: -1px auto;
    display: block;
}

.head{
    position: fixed;
    top:0;
    right:0;
    z-index: 9999999;
}

.tagetingS{
    display: none;
}

.nxtSection{
    position: absolute;
    color: #000;
    bottom: 0;
    padding:30px 0px;
    z-index: 999999;
    font-size:13px;
    left: 0;
    cursor:default;
    font-family: "Press Start 2P", system-ui;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.watchvideofloat{
    position: fixed;
    top:30px;
    left:30px;
    width: 54px;
    height: auto;
    z-index: 9999997;
    cursor: pointer;
}

.homefloatBack{
    position: fixed;
    top: 30px;
    right: 30px;
    width: 54px;
    height: auto;
    z-index: 9999997;
    cursor: pointer;
}

.headEl{
    opacity: 0;
    visibility: hidden;
}

.centerHero .nxtSection{
    animation: fadePlay 1s ease-in-out forwards;
    animation-delay: 0.5s;
    position: relative;
    opacity: 0;
    font-size: 1.2em;
    margin-top: 8px;
    text-decoration: underline;
}

.nxtSection img{
    width: 140px;
}

.nxtSection.invert{
    color: #fff;
}

.nxtSection.invert img{
    filter: invert(1);
}

.centerHero .nxtSection.invert img{
    filter: invert(1);
    width: 67px;
    margin-top: 25px;
}

.rajump2{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-width: 500px;
    width: 100%;
    height: auto;
    z-index: 99999;
}

.tour{
    cursor: pointer;
    padding: 20px 30px;
    background: #000;
    color: #fff;
    margin-top: 50px;
    border-radius: 9px;
}

.presentation > div{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
}


.sequie{
    width: 100% !important;
    padding: 60px !important;  
    flex-direction: column;
    justify-content: center;
    z-index: 99999;
}

.sequie .FeatureTitle{
    max-width: 940px;
    margin: 0 auto;
    font-size: 3em !important;
    font-weight: 600;
}

.sequie .FeatureTitle a{
    color:#000;
}

.centerHero h1{
    font-family: 'Press Start 2P';
    color: #fff;
    font-size: 3.6rem;
    margin-top: 40px;
    line-height: 2.45rem;
    animation: fadeS 1s ease-in-out forwards;
    opacity:0;
}

.centerHero h1 .ripar{
    margin-left: -7px;
}

.centerHero h1 .bestline{
    font-family: "Space Grotesk", serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.6rem;
}

.btnContact{
    background-image: url(../img/play_button_rect_empty.svg);
    padding: 30px;
    text-decoration: none;
    max-width: 350px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    font-family: "Press Start 2P", system-ui;
}

.btnContact img{
    width: 0px;
    filter: invert(1);
    margin-left: 0px;
}


footer .btnContact {
    padding: 29px;
    margin-top: 0px;
    filter: invert(1);
}

footer p{
    color: #fff;
    padding-top: 40px;
    font-family: 'Press Start 2P';
    font-size: 14px;
    letter-spacing: 0px;
}


.presentation.three .FeatureTitle{
    font-size: 5em;
    color: red;
    padding: 140px;
    width: 100%;
    text-align: center;
}

.spacer.rt3{
    height: 200vh !important;
}

.spacerSM{
    height: 100px;
}

.presentation .FeatureTitle{ 
    font-size: 5em;
    color: red;
    padding: 20px 20px;
    text-align: center;
    width: 100%;
}

.ttileT{
    position: relative;
    color: #000 !important;
    z-index: 999;
    text-align: center;
    font-size: 2.7em;
    margin-top: 120px;
    font-family: "Press Start 2P", system-ui;
}

.presentation > .first4{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ff0081;
    z-index: 9;
}

.presentation > .first4 .FeatureTitle {
    font-size: 1.8em !important;
    padding: 20px 20px !important;
    color:#fff !important;
    font-family: "Press Start 2P", system-ui;
}

.btnextSys{
    height: 70px;
    width: 140px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #000;
    z-index: 9999999;
}

.presentation > .sYs{
    width: 100% !important;
    background: #FFF;
}

.presentation > .sec4 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99;
}

.presentation > .sec4:before {
    /*content: "";*/
    right: -8px;
    width: 8px;
    height: 70px;
    background: #010101;
    position: absolute;
    top: 0;
    z-index: 1;
}

.presentation > .sec4 .FeatureTitle {
    font-size: 1.8em !important;
    padding: 20px 20px !important;
    color:#fff !important;
    position: relative;
    z-index: 1;
    font-family: "Press Start 2P", system-ui;
}

.rablook{
    position: absolute;
    top:0;
    right: -11%;
    width: auto;
    height: 100vh;
    z-index: 2;
}


@media (max-width: 1150px) {

    .presentation > .first4 .FeatureTitle,
    .presentation > .sec4 .FeatureTitle {
        font-size: 1em !important;
    }

    .presentation .floatingImg,
    .presentation .floatingImgOrange {
        width: 100% !important;
    }

    .observe {
        opacity: 1;
        transform:none; /* Start with an offset */
        transition: none;
    }
    
    .observe.in-viewport {
        opacity: 1;
        transform: none; /* Reset to final state */
    }

}


@media (max-width: 990px) {

    .popup{
        background: rgb(0 0 0) !important;
    }

    .popup-content {
        max-height: 560px !important;
    }

    .ttileT {
        font-size: 1.5em;
    }
    .presentation > div {
        width: 100%;
        padding: 20px !important;
        z-index: 999;
    }
    .presentation .FeatureTitle {
        font-size: 4em;
        color: red;
        padding: 0px 0px;
        text-align: center;
    }
    .presentation .first2{
        z-index: 999 !important;
    }
    .bckBack {
        background: #000000eb !important;
    }
    .presentation .floatingImg {
        width: 300px;
    }
    .presentation{
        height: 101vh !important;
    }
}




/* shortboxes */
.blogBoxes {
    margin-top: 105px;
    margin-bottom: 90px;
    position: relative;
    z-index: 9999;
}
.blogBoxes .container {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1260px;
    margin: 0 auto;
}
.blogBox {
    width: 300px;
    margin: 0px 7px 14px 7px;
    background: #fff;
    height: auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.10);
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    top: 0;
    border-radius: 0px;
}
.blogBoxes.Stories .blogBox .blogBox_photo {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

/*
.boxI .box-inner::before{
    content: "";
    top:-10px;
    left:0px;
    width: 100%;
    height: 10px;
    background: #000;
    position: absolute;
}
.boxI .box-inner::after{
    content: "";
    bottom:-10px;
    left:0px;
    width: 100%;
    height: 10px;
    background: #000;
    position: absolute;
}


.boxI .box-inner{
    border-left: solid 10px #000;
    border-right: solid 10px #000;
}*/
   

.inCrem{
    scale:0;
}

/* Popup Overlay */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden; /* Hidden by default */
    opacity: 0;
    z-index: 9999999;
    transition: visibility 0s, opacity 0.3s ease-in-out;
  }
  
  /* Popup Content */
  .popup-content {
    position: relative;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 425px;
  }
  
  .popup video {
    width: auto;
    max-width: 600px;
    border-radius: 0px;
    height: 100%;
  }


  
  /* Close Button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    z-index: 9999 !important;
  }

  .popup-content .crossclose{
    width: 15px;
    height: auto;
  }

    .prevArrow,
    .nextArrow {
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        color: #333;
        z-index: 10;
        width: 30px;
        margin: 0px 20px;
        filter: invert(1);
        display: flex;
    }



.visitWebsite{
    position: absolute;
    bottom: 5px;
    left: 35px;
    color: #fff;
    padding: 0;
    text-decoration: none;
    display: none;
}

.visitWebsite img{
    width: 183px;
}

.active .visitWebsite{
    display: block !important;
}

.Bste.active{
    z-index: 10 !important;
}


/* shortboxes */


.satoshi{
    margin: 0px auto 82px auto;
    width: 200px;
    height: auto;
    position: relative;
    z-index: 999;
    display: block;
    filter: brightness(1.4);
}

/* Testimonials */


.sectionTitle{
    height:auto; 
    min-height:initial; 
    text-align:center; 
    background:#fff; 
    padding:0;
}

.Testimonials.boxesSection{
    padding: 20px 0px 70px 0px;
    position: relative;
    overflow-x: hidden;
    height: auto;
    z-index: 999;
    display: flex;
    align-items:center;
}

.Testimonials .wrapper {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-mask-image: linear-gradient(to right, #00000000, #00000054, black 15%, black 90%, #00000054, #00000000);
    mask-image: linear-gradient(to right, #00000000, #00000054, black 15%, black 90%, #00000054, #00000000);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.Testimonials .list {
    display: flex;
    justify-content: center; /* Center the items horizontally */
    align-items: center; /* Optional: If you want to vertically align as well */
    position: relative;
}

.Testimonials .boxI {
    flex-shrink: 0; /* Prevent items from shrinking */
    transition: transform 0.5s ease-in-out; /* Smooth transition for moving items */
}

.Testimonials .box-inner {
    width: 450px;
    height: 280px;
    background: #FFF;
    border-radius: 0px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08) !important;
    scale: 1;
}

.Testimonials .box-inner:hover{
    scale: 1.03;
}

.Testimonials .box-inner .photo{
    width: 33.33%;
    height: 100%;
    background: #ccc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:0px 0px 0px 0px;
}
.Testimonials .box-inner .photo img{
    width: auto;
    height: 100%;
}
.Testimonials .box-inner .info{
    width: 66.66%;
    display: flex;
    flex-direction: column;
    color:#000;
    height: 100%;
    justify-content: space-between;
    font-size: 12px;
    padding:30px 35px 25px 35px !important;
    position: relative;
    overflow: visible;
}

.Testimonials .box-inner .info .text{
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4em;
}

.Testimonials .box-inner .info .who{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}

.Testimonials .box-inner .info .who .jobtitle{ font-weight: bold; margin-bottom:0px; margin-top:5px; }
.Testimonials .box-inner .info .who .company{ margin-bottom:0px; }

.Testimonials .box-inner .info .who .company img{ width: 95px; height: auto; }

.Testimonials .box-inner .info img.icona {
    left: 36px;
    top: -15px;
    width: 46px;
    height: auto;
    position: absolute;
}

.Testimonials .buttons {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 50%;
    transform: translateY(50%);
    top: initial;
}

.Testimonials .prev, .Testimonials .next {
    width: 70px;
    height: 70px;
    border-radius: 99px;
    font-size: 24px;
    font-weight: 400;
    color: #FBFCFC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 25px;
}

.Testimonials .prev{
    position: absolute;
    left:0;
}

.Testimonials .next{
    position: absolute;
    right:0;
}

.Testimonials .prev img, 
.Testimonials .next img{
    width: 25px;
}

/*.prev:hover,
.next:hover {
    border: 2px solid #66E84C;
}*/

.Testimonials .autoplay-container {
    position: absolute;
    top: 16px;
    right: 16px;
    /*border: 1px solid #66E84C;*/
    border-radius: 4px;
    color: #FBFCFC;
    padding: 4px 0px;
    overflow: hidden;
    background-color: #1B1D22;
    cursor: pointer;
}

.Testimonials .autoplay-container > span {
    padding: 4px 8px;
}

.Testimonials .autoplay-status {
    background-color: #66E84C;
    color: #1B1D22;
}
.Testimonials .box-inner .info .below {
    display: none;
}

.Testimonials .home main section.vs .comparison,
.Testimonials .inicio main section.vs .comparison{
    margin-bottom: 0px;
}

/* For the container (scrolling element) */
.Testimonials .container,
.Testimonials .square {
    scroll-snap-type: y mandatory; /* Enable vertical scroll snapping */
}

/* For the snap points (child elements) */
.Testimonials .section,
.Testimonials .square {
    scroll-snap-align: start; /* Aligns the start of the section to the viewport */
}


@media (max-width: 990px) {

    
    .popup video,
    .popup-content{
        max-width: 320px !important;
    }

    .Testimonials .box-inner:hover{
        scale: 1;
    }

    .Testimonials .box-inner .info .who .company img{
        width: 108px;
        margin-top: 15px;
    }

    .Testimonials .box-inner .info img.icona {
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        width: 40px;
        height: auto;
        position: absolute;
        z-index: 1;
    }
    .Testimonials .box-inner .info .below {
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
        width: 80px;
        height: 80px;
        position: absolute;
        background: #fff;
        display: block;
        z-index: 0;
        border-radius: 999px;
    }

    .Testimonials .box-inner{
        flex-direction: column;
        width: 80%;
        height: auto;
        overflow:visible !important;
        margin:0px 50px;
        background: #fff;
        /*border-left: solid 10px #000;
        border-right: solid 10px #000;*/
    }
    .Testimonials .box-inner .photo{
        width: 100%;
        overflow: hidden;
        border-radius:0px 0px 0px 0px;
    }
    .Testimonials .box-inner .info{
        width: 100%;
        max-width: 320px;
    }
    .Testimonials .boxI{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        overflow:visible;
        margin:0px 0px;
        background: none !important;
        box-shadow: none !important;
        position: relative;
    }
    /*.Testimonials .boxI::before{
        content:"";
        position: absolute;
        top:-10px;
        left:calc(40px + 14px);
        width: calc(80% - 20px);
        height: 10px;
        background: #000;
        z-index: 999;
    }
    .Testimonials .boxI::after{
        content:"";
        position: absolute;
        bottom:-10px;
        right:calc(40px + 14px);
        width: calc(80% - 20px);
        height: 10px;
        background: #000;
        z-index: 999;
    }*/

    .Testimonials .box-inner .photo img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .Testimonials .box-inner .info{
        text-align: center;
        padding:20px 25px 35px 25px !important
    }
    .Testimonials .box-inner .info .text{
        margin-bottom:30px;
    }
    .Testimonials .list{
        overflow: visible;
    }
    .Testimonials .buttons{
        position: absolute;
        bottom: 41%;
        transform: translateY(-50%);
    }
    .Testimonials .wrapper{
        mask-image: none;
        padding-top:30px;
    }
    .Testimonials .wrapper{
        padding-bottom:30px;
    }
    .Testimonials .prev, .Testimonials .next{
        margin:0;
        width: 39px;
        margin-bottom: 40px !important;
    }
    .Testimonials .box-inner .info .who .company {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .Testimonials .box-inner .info .who{
        align-items: center;
        flex-direction: column;
    }
    .Testimonials.boxesSection {
        height: initial;
    }
}

/* Fin testimonials */


section.footer{
    height: 40vh;
    background: #000;
    width: 100%;
    position: relative;
    z-index: 99999;
}




/* Footer */
    footer {
        background: #000;
        position: relative;
        min-height: 200px;
        align-items: center;
        display: flex;
        z-index: 1;
        position: relative;
        z-index: 9999;
        justify-content: center;
        flex-direction: column;
        padding: 60px 20px;
    }

    footer .Logo{
        width: 100%;
        max-width: 160px;
        margin-top: 30px;
    }

    footer .logoCase img{
        width: 120px;
    }

    footer a{
        text-decoration: none;
    }

    footer > .container {
        display: flex;
        justify-content: space-between;
        padding: 40px 20px;
        width: 100%;
        max-width: 1300px;
    }

    footer > .container div ul {
        list-style: none;
    }

    footer > .container div ul a {
        color: #fff;
        font-size: 12px;
    }
    footer .title{
        font-weight: bold;
        color: #fff;
        margin-bottom: 12px;
        height: 23px;
    }

    footer .socials{
        display: flex;
        flex-direction: row;
    }

    footer .socials img{
        width: 20px;
        margin: 3px 0px 3px 19px;
    }


/* footbar */
    .footBar {
        background: #080808;
        position: relative;
        z-index: 1;
        border-top: solid 0px #101010;
        position: relative;
        z-index: 999;
        display: flex;
        justify-content: center;
    }

    .footBar .container {
        display: flex;
        justify-content: space-between;
        max-width: 1300px;
        width: 100%;
        padding: 0px 20px;
    }

    .footBar p {
        padding: 25px 0px;
        color: #fff;
        text-align: left;
        font-size: 12px;
        margin: 0;
    }

    .footBar ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        list-style: none;
        width: 100%;
        justify-content: center;
        padding: 25px;
    }

    .footBar ul li{
        color:#fff;
        font-size: 13px;
    }

    .footBar ul a {
        padding-left: 20px;
        padding-right: 20px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    .tittleOffer{
        position: absolute;
        top: 20px;
        font-family: "Press Start 2P", system-ui;
        color: #fff !important;
        z-index: 9999;
    }


    /* Set the container to cover the whole viewport */
    .scooter-sequence {
        position: absolute;
        bottom: 70px;
        right: 70px;
        width: 450px !important;
        height: 44px;
        background-size: 100% 100%;
        background-position: left;
        animation: scooterChange 1s steps(10) infinite;
        z-index: 999999999;
    }

    .sec3 .scooter-sequence{
        opacity:0.2;
        position: absolute;
        bottom: 70px;
        right: 70px;
        background-repeat: no-repeat;
        width: 204px;
        height: 44px;
        background-size: 507px 100%;
        background-position: right;
        animation: scooterChange 1s steps(10) infinite;
        z-index: 999999999;
    }

    /* Keyframes for changing the background */
    @keyframes scooterChange {
        0% { background-image: url('../img/scooter/1.png'); }
        10% { background-image: url('../img/scooter/2.png'); }
        20% { background-image: url('../img/scooter/3.png'); }
        30% { background-image: url('../img/scooter/4.png'); }
        40% { background-image: url('../img/scooter/5.png'); }
        50% { background-image: url('../img/scooter/2.png'); }
        60% { background-image: url('../img/scooter/1.png'); }
        70% { background-image: url('../img/scooter/3.png'); }
        80% { background-image: url('../img/scooter/4.png'); }
        90% { background-image: url('../img/scooter/5.png'); }
        100% { background-image: url('../img/scooter/2.png'); }
    }

    .loading0 {
        position: absolute;
        color: #000;
        bottom: 0;
        padding: 43px 0px;
        z-index: 999999;
        font-size: 13px;
        left: 50%;
        cursor: default;
        font-family: "Press Start 2P", system-ui;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        transform: translate(-50%);
        color:#fff;
        animation: loading0 1.5s ease-in-out infinite;
        bottom: -90px;
    }

    @keyframes loading0 {
        0% { opacity: 0; }
        40% { opacity: 0; }
        50% { opacity: 1; }
        70% { opacity: 1; }
        100% { opacity: 0; }
    }


    .btnContact.Nebutto{
        filter: invert(1) !important;
        width: 300px !important;
        font-size: 1.9em !important;
        margin-left:30px;
    }
    .btnContact.Nebutto.inv{
        filter: invert(0) !important;
    }

    .btnContact.Nebutto img{
        width: 27px;
        height: auto;
        margin-left: -17px;
        filter: invert(0);
    }

    .btnContact.Nebutto.inv img{
        filter: invert(0);
    }

    .btnContact.Nebutto.pink{
        background-image: url(../img/play_button_rect_empty_pink.svg);
    }


    @media (max-width: 1450px) {
        .presentation .floatingImg,
        .presentation .floatingImgOrange{
            width: 720px !important;
        }
        .presentation .sec3 .FeatureTitle{
            max-width: 66%;
            margin: 0 auto;
            font-size: 1.7em !important;
            line-height: 1.8em;
            padding: 0 !important;
        }
        .presentation .first2 .FeatureTitle{
            max-width: 66%;
            margin: 0 auto;
            font-size: 1.7em !important;
            line-height: 1.8em;
            padding: 0 !important;
        }
        .scooter-sequence{
            right:-20px;
            bottom: 19px;
        }
        .presentation > .first4 .FeatureTitle {
            font-size: 1.3em !important;
            padding: 20px 20px 20px 80px !important;
            max-width: 80%;
        }
        .presentation > .sec4 .FeatureTitle{
            font-size: 1.3em !important;
            padding: 20px 80px 20px 20px !important;
            max-width: 80%;
        }
        .sec3 .scooter-sequence{
            right:0;
        }
        .tittleOffer {
            top: -10px;
            font-size:3em !important;
        }
        .appDev_title {
            font-size: 2em !important;
        }
        .jumpie{
            padding: 0px 80px;
            max-width: 1100px !important;
        }
        .rablook {
            right: -12%;
        }
        .sequie .FeatureTitle {
            width: 780px;
            line-height: 1.2em;
            max-width: 60%;
            margin: 0 auto;
            font-size: 2.5em !important;
        }
        .popup-content video,
        .popup-content{
            max-width: 316px;
        }
        .popup{
            background:rgba(0,0,0,0.9);
        }
        .sliding-text1{
            top: 10%;
        }
        
        .sliding-text2{
            top: 32%;
        }
        .sliding-text3{
            top: 57%;
        }
        .presentation .appDev_title{
            padding:0px 20px;
        }
        .presentation .proBoxes h2.titleWorks{
            bottom:15px;
        }
    }

    .forDesktop{
        display: block !important;
    }
    .forMobile{
        display: none !important;
    }
    .sequie.forDesktop{
        display: flex !important;
    }

    .satoshi{
        display: none;
    }

    .nxtSection{
        display:none !important;
    }

    .arrowUp{
        display: none;
    }

    .targetingS{
        display: none;
    }

    .awarePhoto{
        position: absolute;
        width: 78%;
        height: auto;
        bottom:0;
        z-index: 9999999;
        left: 50%;
        transform: translate(-50%);
    }


    .presentation .proBoxes{
        display: flex;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        position: relative;
    }
    .presentation .proBoxes .container{
        display: flex;
        white-space: nowrap;
        width: 1000vw;
        height: 100vh;
        position: relative;
        align-items: center;
        left:100% !important
    }

    .proBoxes .boxPro{
        flex: 0 0 auto;
        width: 63vw;
        height: 70%;
        text-align: center;
        margin-right: 60px;
        font-size: 2rem;
        position: relative;
    }



    .proBoxes .boxPro .left-top{
        position: absolute;
        top:-2px;
        left:-2px;
        height:20px;
        width: 1px;
        background: #fff;
        z-index: 1;
        display: none;
    }
    .proBoxes .boxPro .left-top2{
        position: absolute;
        top:-2px;
        left:-2px;
        width:20px;
        height: 1px;
        background: #fff;
        z-index: 1;
        display: none;
    }



    .proBoxes .boxPro .left-bottom{
        position: absolute;
        bottom:-2px;
        left:-2px;
        height:20px;
        width: 1px;
        background: #fff;
        z-index: 1;
        display: none;
    }
    .proBoxes .boxPro .left-bottom2{
        position: absolute;
        bottom:-2px;
        left:-2px;
        width:20px;
        height: 1px;
        background: #fff;
        z-index: 1;
        display: none;
    }


    .proBoxes .boxPro .right-top{
        position: absolute;
        top:-2px;
        right:-2px;
        height:20px;
        width: 1px;
        background: #fff;
        z-index: 1;
        display: none;
    }
    .proBoxes .boxPro .right-top2{
        position: absolute;
        top:-2px;
        right:-2px;
        width:20px;
        height: 1px;
        background: #fff;
        z-index: 1;
        display: none;
    }



    .proBoxes .boxPro .right-bottom{
        position: absolute;
        bottom:-2px;
        right:-2px;
        width:20px;
        height: 1px;
        background: #fff;
        z-index: 1;
        display: none;
    }
    .proBoxes .boxPro .right-bottom2{
        position: absolute;
        bottom:-2px;
        right:-2px;
        height:20px;
        width: 1px;
        background: #fff;
        z-index: 1;
        display: none;
    }



    .presentation .proBoxes h2{
        font-family: "Press Start 2P", system-ui;
        font-size: 2.5em;
        color: #fff;
        margin-top: 0px;
        position: absolute;
        bottom: 68px;
        left: 130px;
    }

    .proBoxes .boxPro video,
    .proBoxes .boxPro img{
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left:0;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }


    .layerback{
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100vh;
        background: #000;
        z-index: 0;
    }
    
    .proBoxes .boxPro .credits{
        position: absolute;
        top:0;
        left:0;
        z-index: 1;
        font-size: 1em;
        font-family: "Space Grotesk", serif;
        text-align: left;
        color:#fff;
        padding:30px 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .proBoxes .boxPro::before{
        content:"";
        top:-1px;
        right:-2px;
        width: 20px;
        height: 8px;
        background: #000;
        z-index: 1;
        position: absolute;
    }

    .proBoxes .boxPro::after{
        content:"";
        bottom:-1px;
        right:-2px;
        width: 100px;
        height: 8px;
        background: #000;
        z-index: 1;
        position: absolute;
    }

    .proBoxes .boxPro.noAfter::after{
        display: none;
    }

    .proBoxes .boxPro .credits.invert{
        color:#000;
    }

    .proBoxes .boxPro .credits.ToRight {
        left: initial;
        right: 0;
    }


    .proBoxes .boxPro .credits .boXie{
        font-size: 12px;
        margin-right:25px;
        cursor: default;
    }

    .proBoxes .boxPro .credits .boXie img{
        width: 125px;
        height: auto;
        display: block;
        position: relative;
        margin-right: 20px;
    }

    .proBoxes .boxPro .credits a.boXie,
    .proBoxes .boxPro .credits a.boXie:hover{
        text-decoration: none;
        color: #FFF;
        cursor: pointer;
        background: #ffffff2e;
    }

    .proBoxes .boxPro .aboutC{
        position: absolute;
        bottom: 30px;
        font-family: 'Press Start 2P';
        left: 40px;
        font-size: 14px;
        opacity: 1;
        color: #fff;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    .proBoxes .boxPro .aboutC.inverted{
        filter: invert(1);
    }

    .proBoxes .boxPro .credits a.boXie img{
        width: 5px;
        height: auto;
        filter: invert(1);
        margin-right: 0px;
        margin-left: 12px;
    }

    .proBoxes .boxPro .credits.invert a.boXie img{
        filter: invert(0);
    }

    .proBoxes .boxPro .credits.invert a.boXie,
    .proBoxes .boxPro .credits.invert a.boXie:hover{
        color:#000;
    }


    .aiagentSpeak{
        position: fixed;
        bottom:20px;
        left:-100px;
        width: 100px;
        height: 100px;
        z-index: 99999999;
    }
    .aiagentSpeak img{
        width: 100%;
        height: auto;
    }

    .aiagentSpeak .globus{
        position: absolute;
        background: #fff;
        width: 134px;
        padding: 10px 15px;
        border-radius: 4px;
        top: 36px;
        left:100px;
        font-size: 12px;
        text-align: center;
        display: none;
    }

    .aiagentSpeak:hover .globus{
        display: block;
    }
    
    .proBoxes .boxPro .credits .feature{
        border-radius: 999px;
        padding: 11px 21px;
        margin-right: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Press Start 2P';
        font-size: 9px;
        background: #0000001f;
    }

    .proBoxes .boxPro .credits.invert .feature{
        color:#000;
        border: solid 1px #000;
    }

    .Replay{
        position: absolute !important;
        bottom: 23px;
        right: 23px;
        width: 50px !important;
        height: auto !important;
        z-index: 9999999 !important;
        top: initial !important;
        left: initial !important;
    }
    
    .playButton{
        position: absolute !important;
        bottom: 50%;
        right: 50%;
        width: 100px !important;
        height: auto !important;
        z-index: 9999999 !important;
        transform: translate(50%, 50%);
        top: initial !important;
        left: initial !important;
    }

    .projectsContent .STES.XplainationS div{
        font-weight: 800 !important;
        font-size: 2.1em !important;
        padding: 0;
        margin-bottom: 20px;
        font-family: "Funnel Display", serif;
    }


    .projectsContent .STES.XplainationS span{
        font-weight: 300 !important;
        font-size: 1.5em !important;
        margin-top: 12px;
        font-family: "Funnel Display", serif;
    }


    @media (max-width: 1000px) {

        .btnContact.Nebutto img{
            display:none;
        }

        .btnContact.Nebutto{
            margin-left:0px;
        }

        .jumpie_btn .btnContact.Nebutto{
            background-image: url(../img/play_button_rect_empty_filled.svg);
        }


        .Testimonials .list{
            align-items: start;
        }

        .presentation,
        .presentation > div{
            overflow:hidden !important;
            max-height: 100vh !important;
            min-height: 100vh !important;
            height: 100vh !important;
        }

        .presentation .first1, .presentation .sec2, .presentation .first2, .presentation .sec3, .presentation .sec4 {
            z-index: 999999 !important;
        }

        footer .socials img {
            width: 33px;
            margin: 3px 19px 3px 19px;
        }

        .presentation .nxtSection {
            left: 50%;
            transform: translate(-50%);
            padding-bottom: 75px;
        }

        .rablook {
            opacity: 0 !important;
        }

        .jumpie {
            width: 200%;
        }
        .jumpie_btn {
            filter: invert(1);
        }

        

        /*.presentation .floatingImgOrange,
        .presentation .floatingImg{
            filter: opacity(0.4) !important;
        }*/

        .appDev_title {
            font-size: 1.5em !important;
        }

        footer .title {
            height: 0px;
            margin-bottom: 40px;
            margin-top: 40px;
        }
    
        footer .title.first{
            margin-bottom:40px;
            margin-top:0;
        }
    
        footer .socials {
            display: flex;
            flex-direction: row;
            margin-top: 40px;
        }
    
        footer > .container div ul {
            margin: 0;
            padding: 20px 0px 0px 0px;
        }
    
        footer > .container {
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 100%;
        }
        footer > .container div ul a{
            font-size: 15px;
        }
        footer > .container div ul li:last-child{
            padding-bottom:0;
        }
    
        footer > .container div ul li.title.emp{
            height:0;
            margin:0;
            padding:0;
        }
    
        footer .logoCase{
            display:none;
        }
    
        footer > .container .logoCase {
            margin-bottom: 50px;
        }
    
        footer > .container div ul li {
            padding-bottom: 20px;
        }
    
        .footBar p {
            text-align: center;
        }
    
        .footBar .container {
            flex-direction: column;
        }
    
        .footBar ul {
            padding-bottom: 100px;
            justify-content: center;
            flex-direction: column;
        }
    
        .footBar ul a {
            padding: 22px 10px 0px 10px !important;
            display:block;
        }

        .footBar p {
            padding-top: 40px !important;
        }
    
        p.small {
            font-size: 18px;
        }

        .presentation .scooter-sequence {
            bottom: 0;
            left: 0;
            width: 100% !important;
            transform: translate(50%);
            height:50px !important;
            min-height: 50px !important;
        }

        .rajump2{
            width: 75%;
            filter: brightness(1.1);
        }
        .backgroundie{
            background-size: cover !important;
            background-position: 110px !important;
            display: none !important;
        }
        .first1.bckBack {
            background: #000000e0 !important;
        }
        .presentation .nxtSection {
            padding-bottom: 200px;
        }
        .first1.bckBack .FeatureTitle {
            font-size: 1.7em !important;
            padding: 33px;
            line-height: 1.4em;
            text-align: center;
        }
        .presentation .first2 {
            align-items: baseline;
            padding-top: 130px !important;
            flex-direction: column;
        }
        .presentation .first2 .FeatureTitle {
            max-width: 100%;
            font-size: 1.5em !important;
        }
        .presentation .first2 .FeatureTitle.mini {
            font-size: 0.9em !important;
        }
        .rajump{
            max-width: 370px;
        }
        .presentation .floatingImg, 
        .presentation .floatingImgOrange {
            max-width: 560px !important;
        }
        /*.presentation .xploding{
            display:none;
        }*/
        .presentation > .sec4 .FeatureTitle {
            font-size: 14px !important;
            padding: 10px 20px 10px 20px !important;
            max-width: 80%;
            line-height: 2.5em;
        }
        .appDev_title {
            font-size: 2em !important;
            margin: 0 !important;
            padding: 0;
            width: 100% !important;
            left: 0;
            top: 50px !important;
            line-height: 1.45em;
        }
        .sequie .FeatureTitle {
            line-height: 1.3em;
            max-width: 100%;
            font-size: 2.3em !important;
            padding: 20px 10px;
        }
        .circle{
            filter: blur(150px);
            overflow: hidden !important;
            max-height: 100vh !important;
            min-height: 100vh !important;
            height: 100vh !important;
        }
        footer .Logo {
            margin-top: 70px;
        }
        .presentation > .first1,
        .presentation > .first2,
        .presentation > .sec4{
            height: calc(var(--vh, 1vh) * 100); /* Use the dynamically set height */
            bottom: env(safe-area-inset-bottom, 0); /* Use safe area inset for iOS */
        }
        .presentation .sliding-text1,
        .presentation .sliding-text2,
        .presentation .sliding-text3{
            display: none !important;
        }
        .forDesktop{
            display: none !important;
        }
        .forMobile{
            display: block !important;
        }
        .Testimonials .box-inner .info .text,
        .Testimonials .box-inner .info .who{
            font-size:16px !important;
        }
        .Testimonials .box-inner .info .who .company img {
            width: 178px;
        }
        .presentation .sequie {
            max-height: initial !important;
            height: initial !important;
        }
        .sequie.forMobile {
            position: relative;
            z-index: 999999999;
            text-align: center;
        }
        .presentation > .sequie{
            display: none !important;
        }
        .Xplaination{
            position: relative;
            z-index: 9999;
            text-align: center;
            padding: 30px 30px 0px 30px;
            margin-top: 40px;
            font-size: 1.5em;
            font-weight: bold !important;
        }
        .presentation > .first2 .nxtSection {
            top: 190px;
            bottom: initial;
            margin-bottom: 0;
            width: 50px;
            display: block !important;
        }
        .presentation > .first2 .nxtSection img{
            width: 100%;
        }
        .presentation .floatingImg, .presentation .floatingImgOrange{
            bottom:85px !important;
        }
        .presentation > .first1{
            background-image: url(../img/04.jpg) !important;
            background-size: cover !important;
            background-position: center center !important;
        }
        .satoshiok{
            display: block;
            margin:0 auto;
            max-width: 250px;
            width: 100%;
            position: relative;
            z-index: 9999999;
        }
        .footBar ul li {
            line-height: 2em;
            margin-bottom: 30px;
            text-align: center;
        }
        .blogBox {
            width: 80%;
            margin: 0px 7px 40px 7px;
            height: auto;
            border-radius: 0;
            position: relative;
            overflow: visible;
        }
         
        .blogBoxes.Stories .blogBox .blogBox_photo {
            height: 600px;
        }

        .centerHero h1{
            font-size: 2.7rem;
            margin-top: 35px;
            line-height: 1.6rem;
        }
        
        .centerHero h1 .bestline{
            font-size: 0.9rem;
            letter-spacing: 0.4rem;
        }
        .centerHero h1 .ripar {
            margin-left: -5px;
        }
        .tittleOffer{
            display: none;
        }
        .appDev_title > div {
            display: inline-block;
            max-width: 220px;
        }
        .appDev_title > div img{
            margin-bottom:15px;
            max-height: 40px;
            margin-bottom: 30px;
            margin-left: 10px;
            margin-right: 10px;
        }
        .targetingS{
            display: block;
            position: absolute;
            z-index: 99999999999999999;
            left: 0;
            width: 100px;
            height: 100px;
            bottom: 10%;
            width: 100%;
            color: #fff;
            font-size: 4em;
            text-align: center;
            font-weight: 600;
            font-family: "Press Start 2P", system-ui;
        }
        .targetingS img{
            width: 100%;
            height: auto;
        }
        .arrowUp{
            display: block;
            position: absolute;
            z-index: 99999999;
            bottom:0;
            width: 70px;
            height: auto;
            animation: Blinking 0.4s ease-in-out infinite;
        }
        .Xplaination.forMobile .FeatureTitle a{
            color: red;
        }
        .presentation .proBoxes h2.titleWorks {
            font-size: 2em;
            bottom: 100px;
            left: 0;
        }
        .proBoxes .boxPro {
            flex: 0 0 auto;
            width: 85vw;
            height: 100%;
            margin-right: 20px;
            border-radius: 0;
        }
        .aiagentSpeak {
            width: 85px;
            height: 85px;
            display: none;
        }
        .presentation .proBoxes .container{
            max-height: 400px;
        }

        .proBoxes .boxPro .credits .feature{
            display: none;
        }
    
        .proBoxes .boxPro .credits {
            padding: 20px 20px;
        }
        .proBoxes .boxPro .credits .boXie img {
            width: 100px;
        }
        
        .proBoxes .boxPro .aboutC {
            bottom: initial;
            top: -62px;
            left: 0px;
            font-size: 12px;
            max-width: 90% !important;
            word-wrap: break-word !important;
            word-break: break-word;
            overflow-wrap: break-word;
            white-space: normal;
            text-align: left;
            line-height: 2em;
            opacity: 0.33;
        }
        .proBoxes .boxPro .aboutC span {
            display: none;
        }
        .Replay {
            bottom: initial;
            top: 20px !important;
            width: 60px !important;
        }
        .proBoxes .boxPro .aboutC.inverted{
            filter: invert(0);
        }

        .Gradient {
            height: 130svh !important;
            scale: 1.3 !important;
            position: fixed;
            top:50%;
            left:50%;
            transform: translate(-50%,-50%);
        }

    }



    .PROJ{
        width: 100%;
        position: relative;
        z-index: 99999;
        overflow: hidden;
    }

    .BCKPROJ{
        min-height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        flex-direction: column;
        position: relative;
        z-index: 1;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .BCKPROJ video{
        position: absolute;
        top:50%;
        left:50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform:translate(-50%,-50%);
        scale:1.01;
        z-index: 0;
    }

    .projectsContent{
        position: ABSOLUTE;
        height: 100vh;
        overflow: hidden;
        right: 0;
        display: flex;
        align-items: flex-start;
        width: 50%;
        justify-content: center;
        top: 0;   
        background-size: cover;
        background-position: center; 
        overflow: hidden;
    }

    #nextStep{
        position: fixed;
        z-index: 999999999999;
        bottom: 0;
        left: 50%;
        font-size: 3em;
        transform: translateX(-50%);
        background: #fff;
        padding: 20px;
        font-size: 1em;
        cursor:pointer;
    }

    .STES{
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 1;
    }

    .WhispA{
        background:none;
    }

    
    .floatRight{
        right: 0;
        left: initial;
        position: absolute;
    }

    .Murano .projectsContent img{
        max-width: 400px !important;
        max-height: 200px;
    }


    .floatRight + .projectsContent{
        right:initial;
        left:0;
    }

    .BCKPROJ > div{
        position: absolute;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 10em;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        background-size: cover;
        background-position: center center;
    }

    .Bste.Web{
        background: #2b2b2b;
    }   

    .Bste.Web.Bolkana_website {
        background: #000000;
    }

    .Bste.Web video{
        width: 90% !important;
        object-fit: cover !important;
        border-radius: 20px;
        height: auto !important;
        max-width: 700px;
    }  

    .Bste.Mvl{
        background: #2b2b2b;
    }

    .Bste.Mvl a,
    .Bste.Web a{
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 1;
    }


    .Bste.Mvl video{
        max-width: 440px;
        height: auto;
        border-radius: 20px;
    }

    .BCKPROJ > div img{
        max-width: 500px;
    }

    .BCKPROJ .Replay{
        z-index: 999;
        cursor: pointer;
    }

    .BCKPROJ .Stop{
        z-index: 999;
        position: absolute !important;
        bottom: 23px;
        left: 23px;
        width: 50px !important;
        height: auto !important;
        z-index: 9999999 !important;
        top: initial !important;
        cursor:pointer;
    }

    .BCKPROJ .Stop img,
    .BCKPROJ .Replay img{
        width: 55px;
        opacity: 0;
    }

    .projectsContent .texties{
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: 1;
    }

    .projectsContent .STES img{
        max-width: 500px;
    }

    .projectsContent .STES > div{
        font-size: 2em;
        font-weight: 600;
        padding: 10px 0px;
    }

    .projectsContent .STES > div span{
        font-weight: 100;
    }

    .projectsContent .STES{
        background-position: center;
        background-size: cover;
    }

    .sliding-text1B{
        position: absolute;
        font-size: 8em;
        white-space: nowrap; /* Prevent line breaks */
        font-family: 'Press Start 2P';
        z-index: 9;
        color:#FFF;
        display: block !important;
        width: 100%;
        height: auto;
        position: absolute;
        opacity: 0;
        top: 0%;
    }
    
    .sliding-text2B{
        position: absolute;
        font-size: 8em;
        white-space: nowrap; /* Prevent line breaks */
        font-family: 'Press Start 2P';
        z-index: 9;
        color:#FFF;
        display: block !important;
        width: 100%;
        height: auto;
        position: absolute;
        opacity: 0;
        bottom: 0%;
    }

    .sliding-text3B{
        position: absolute;
        top: 0%; /* Center vertically */
        font-size: 8em;
        white-space: nowrap; /* Prevent line breaks */
        font-family: "Space Grotesk", serif;
        z-index: 9;
        color:#FFF;
        display: block !important;
        width: 100%;
        height: auto;
        opacity: 0;
        position: absolute;
        top: 57%;
    }

    /*
    .BCKPROJ::after{
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 33%;
        background-image: linear-gradient(to top, #00000099, transparent);
        position: absolute;
        z-index: 2;
    }
    */
    
    .projectsContent .STES.AD img {
        max-width: 100%;
        border-radius: 0;
    }

    .presentation.two .Vision h2{
        color: #fff;
        text-align: center;
        max-width: 480px;
        font-size: 2em;
        font-weight: 300;
        font-style: italic;
    }

    .presentation.two .Vision.section2 h2{
        font-style: italic !important;
        font-weight: 100 !important;
        color: #f94da4  !important;
    }

    .presentation.two .Vision.section2 h2 span{
        font-weight: 600;
    }
    .WhispA{
        background: #ffffff;
        z-index: 1;
        position: relative;
        text-align: center;
    }


    
    .keepScrolling {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        transform: translateY(0); /* Default position */
    }


    .keepScrolling > div{
        min-height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .keepScrolling > div img{
        width: 100%;
        height: auto;
        display: block;
    }

    .keepScrolling > div.Lgo img{
        max-width: 300px;
    }

    .keepScrolling > div.Lgo{
        min-height: 80vh;
        background-position: center;
        background-size: cover;
    }

    .keepScrolling > div.Lgo:first-child{
        min-height: 100vh;
    }

    .keepScrolling > div video{
        width: 100%;
        height: auto;
        display: block;
    }

    @media (max-width: 700px) {
       
        .keepScrolling > div{
            min-height: initial;
        }

        .keepScrolling > div.Lgo img{
            max-width: 200px !important;
        }
        
        .PROJ{
            min-height: 100vh;
        }
        .projectsContent{
            height: 60vh;
            min-height: 60vh;
            bottom:0;
            top: initial;
            width: 100%;
        }
        .BCKPROJ{
            height: 40vh;
        }
        .texties{
            display: none;
        }
        .Replay {
            bottom: 12px !important;
            top: initial !important;
            width: auto !important;
            right: 35px !important;
        }
        .Replay img {
            width: 35px !important;
        }
        .BCKPROJ .Stop {
            z-index: 999;
            position: absolute !important;
            bottom: 20px !important;
            left: 19px !important;
            width: 50px !important;
            height: auto !important;
            z-index: 9999999 !important;
            top: initial !important;
            cursor: pointer;
        }
        .BCKPROJ .Stop img{
            width: 32px;
        }
        .homefloatBack {
            position: fixed;
            top: 23px;
            right: 19px;
            width: 37px;
            height: auto;
            z-index: 9999997;
            cursor: pointer;
        }
        .watchvideofloat {
            position: fixed;
            top: 21px;
            left: 18px;
            width: 37px;
            height: auto;
            z-index: 9999997;
            cursor: pointer;
        }
        .projectsContent .STES img {
            max-width: 300px !important;
            object-fit: cover;
        }
        .projectsContent .STES.AD img {
            max-width: initial !important;
            width: 100%;
        }
        .projectsContent .STES > div {
            font-size: 1.1em;
            padding: 4px 0px;
        }

        .Bste.Mvl video {
            max-width: 150px;
            border-radius: 10px;
        }
        .Bste.Web video {
            width: 70% !important;
            border-radius: 10px;
        }

        .BCKPROJ .Bste.Web video {
            position: absolute;
            bottom: 0px;
            left: 50%;
            width: calc(100% - 55px) !important;
            height: initial !important;
            object-fit: contain !important;
            transform: translateX(-52%);
            scale: 1;
            z-index: 0;
            border-radius: 10px 10px 0px 0px !important;
            top: initial;
            max-width: initial;
        }

        .BCKPROJ .Bste.Mvl video {
            position: absolute;
            top: initial;
            left: 50%;
            width: 100%;
            height: calc(100% - 23px);
            object-fit: contain;
            transform: translateX(-50%);
            scale: 1;
            z-index: 0;
            width: 36% !important;
            bottom: 0;
            border-radius: 10px 10px 0px 0px !important;
            max-width: initial;
        }

        .keepScrolling > div.Lgo:first-child {
            min-height: 60vh;
        }
        
    }