body {
    background-color: #000000 !important;
}

.site {
    min-height: 0 !important;
    height: 0 !important
}


.section-col {
    flex: 1;
    text-align: center;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pebbls-bottom2 {
    padding: 20px 0 60px 0;
    background-color: #fff;
}

.emoji-txt {
    font-size: 2em !important;
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}


#pebbls-bottom1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

#pebbls-details,
#pebbls-features {
    background-color: #a5d7ee;
    background-image: url('https://www.pebbls.com/cdn-cgi/image/w=1000,f=webp/https://www.pebbls.com/wp-content/uploads/2024/04/c4.webp');
    background-size: 100vw 100vh;
    background-position: center;
    background-repeat: repeat;

}



#pebbls-details,
#pebbls-features {

    min-height: calc(100vh - (76px + 47px));
}

#pebbls-posts,
#pebbls-journeys {
    min-height: calc(100vh - (76px + 47px));
}

.section-col-2 {
    padding: 40px;
    padding-right: 60px;
}

.section-col-2-left {

    padding-left: 60px;
    padding-right: 40px;
}

.col-button-contain {
    text-align: left;
    margin-top: 40px;
}

.col-heading {
    color: #282b30;
    font-family: Ubuntu,
        sans-serif !important;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em;
    background-color: #ffffff30;
    padding: 10px;
}

.col-heading-left {
    text-align: left;
}

.col-highlight {
    color: #0A6AC9;
    font-weight: bold;

}

.col-text {
    color: #282b30;
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: left;
}

.col-center {
    text-align: center;
}

.col-cta {

    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    background-color: #0A6AC9;
    color: #fff;
    padding: 17px;
    border-radius: 31px;
    padding-left: 20px;
    padding-right: 12px;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif !important;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    transition: all .3s ease;

    margin-bottom: 10px;

}

.col-cta-icon {
    font-family: pebbls;
    margin-left: 4px;
    margin-right: 14px;
    transition: all .3s ease;
    margin-right: 4px;

}

.col-cta:hover {
    background-color: #0854a0;
    color: #fff;
    text-decoration: none;

}

.col-cta:hover .col-cta-icon {

    margin-left: 14px;
    margin-right: 4px;

}

.video-item {
    width: 100%;
    object-fit: cover;
    position: fixed;
    inset: 0px;
    visibility: visible;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.video-item-hide {
    visibility: hidden;
}


.pebbls-blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns by default */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.pebbls-post-thumbnail img {
    width: 100%;
    /* This makes the image width responsive to the container */
    height: auto;
    /* This ensures the height adjusts to maintain the aspect ratio */
    object-fit: cover;
    /* This ensures images cover the area uniformly */
    /* Optional: you can add these to center the image and handle cases where the aspect ratios differ */
    object-position: center;
    /* Centers the image within the element */
}

.pebbls-post-content {
    padding: 15px;
}

.journey-trans-contain {
    display: flex;
    margin-bottom: 2px;
    margin-right: 2px;
    z-index: 7;
    flex-flow: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: stretch;
    align-content: space-between;
    gap: 0;
    padding-left: 2px;
}

.journey-card-inner {
    display: flex;
    flex-flow: column-reverse;

}

.journey-card-inner {
    position: relative;
    overflow: visible;
}


.journey-card-inner {
    background-size: cover;
    width: 100%;
    opacity: .85;

    height: 120px;
    background-color: black;
}


.journey-card-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--new-bg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;

}

.journey-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: var(--next-bg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.journey-card-inner.fade-in::after {
    opacity: 1;
}

.journey-card-inner.fade-out::after {
    opacity: 0;
}

.bb-logo-home {
    filter: brightness(10000%) !important;
    opacity: 0.9
}

.bb-mobile-panel-header .logo-wrap .bb-logo-home {
    filter: unset !important;
}

.site-header-home {
    background-color: #04182b33 !important;
    color: #fff !important;
    border-bottom: 2px solid #0000001c;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.bb-mobile-panel-wrapper {
    height: calc(100vh - 47px) !important;
}

.bb-mobile-panel-inner {
    padding-top: 7px !important;
}

.site-header-home .header-aside i,
.site-header-home .header-aside i,
.site-header-home .bb-left-panel-mobile>i {
    color: #fff !important
}

.menu-item-home img._mi {
    filter: invert(100%) brightness(200%) !important;
}

#menu-mobile-menu-logged-out .menu-item-home img._mi,
#menu-main-mobile-menu .menu-item-home img._mi {
    filter: unset !important;
}

.video-background-home video {
    height: calc(100vh) !important;
    margin-top: 0 !important;
}

.primary-menu-home>li>a,
.primary-menu-home>a {
    color: #fff !important;
}

.simple-banner-home {
    background-color: #009c4d91 !important;
}

.simple-banner-home .simple-banner-text {
    opacity: 0.5;
}

#simple-banner {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.section-home {
    margin-top: -47px !important;
    min-height: calc(100vh + 47px) !important;

}

.primary-menu-home>li:hover>a:before {
    background-color: #0000004d !important;
}

.journeys-title {
    color: white;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.download-img {
    width: 180px;
    margin-bottom: 10px;
}

.download-text {
    margin-top: 6px;
    font-size: 1.5em;
    font-family: 'Ubuntu';
    margin-bottom: 0px;
}

.download-title {
    margin-bottom: 14px;

}

.journeys-text {
    color: white;
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 2px;

}

.journey-trans-icon {
    font-family: pebbls;
    padding: 0;
    font-size: 20px;
    background-color: #ffffff7e;
    margin: 1px;
    aspect-ratio: 1;
    border-radius: 30%;
    border: 2px solid #00000080;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    color: #000;
    backdrop-filter: blur(2px);
}



.pbls-features-h1,
.pbls-features-p {
    margin: 0;
    padding: 0;
}

.pbls-features-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.pbls-features-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pbls-features-card {
    width: 300px;
    margin: 10px;
    border-radius: 39px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
    border-top: 8px solid #2d68cd;
}

.pbls-features-card:hover {
    transform: translateY(-5px);
}

.pbls-features-card img {
    width: 100%;
    height: 170px;
    display: block;
    object-fit: cover;
}

.pbls-features-card h2 {
    font-size: 1.5em;
    color: #333;
    padding: 10px;
    text-align: center;

}

.pbls-features-card h3 {
    font-size: 1.5em;
    color: #333;
    padding: 10px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-weight: bold;
}

.pbls-features-card p {
    color: #666;
    padding: 0 10px 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.6em;
}

.pbls-features-button {
    background-color: #0A6AC9;
    color: white;
    border: none;
    padding: 10px 20px;

    cursor: pointer;
    width: calc(100% - 70px);
    margin: 0 auto;
    margin-bottom: 20px;
}

.pbls-features-button:hover {
    background-color: #0056b3;

}

.pbl-section-desc {
    font-size: 1.2em;
    padding: 30px;
    color: #282b30;
    font-family: Ubuntu, sans-serif !important;

    line-height: 1.2em;
    background-color: #ffffff30;
    padding: 10px;
}

.yt-container {
    padding-bottom: 30px
}

.pbl-vid-frame {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 8px solid #000;
    background-color: #000;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-left: 0;
    border-right: 0;
    box-sizing: content-box;
}

.pbl-vid-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


@media (max-width: 768px) {
    .pbls-features-card {
        width: 100%;
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .pebbls-blog-posts {
        grid-template-columns: 1fr;
        /* 1 column on small screens */
    }


    .scroll-links a {

        font-size: 1em !important;
    }

    .link-box-contain {

        padding: 0px !important;
        margin: 0px !important;
    }

}

/* Additional styles as previously described */

.pebbls-blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 40px;

}

.pebbls-post-item {
    background: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 8px 8px 18px rgb(58 58 58 / 10%);
    cursor: pointer;
    border-top: 5px solid #2f3679;
    border-bottom: 5px solid;
}




.pebbls-post-title {
    margin: 0 0;
    line-height: 20px;
    font-size: 18px;
}

.pebbls-post-title a {
    color: #1c1c1c;
    font-weight: 500;
}

.pebbls-post-excerpt {
    font-size: 15px;
    color: #667;
    line-height: 19px;
}

/* Responsive design for mobile */
@media screen and (max-width: 768px) {
    .section-inner {
        flex-direction: column;
    }

    .section-col-2-left {

        padding-left: 20px;
        padding-right: 20px;
    }

    .section-col-2 {

        padding-left: 20px;
        padding-right: 20px;
    }

}

/* Additional styles for your elements */
.section-col-1-img {

    /* Makes the image responsive */
    height: auto;
    max-height: calc(100vh - (76px + 47px + 100px));
}


.section {
    position: relative;
    min-height: 100vh;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: flex;

}

.block-section {
    background: #fff;
    z-index: 2;
    min-height: 50vh
}

.background-video {
    background-color: #000;
    height: 100vh;
    position: fixed
}

.fixed-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 70%;
    max-width: 1200px;
    min-width: 400px;
    margin-top: 40px;
}

#fixed-content2 {
    visibility: hidden;
    height: calc(100vh - (76px + 47px));
    top: calc(76px + 47px);
    width: 100%;
    transform: unset;
}

#fixed-content4 {
    visibility: hidden;
    height: calc(100vh - (76px + 47px));
    top: calc(76px + 47px);
    width: 100%;
    transform: unset;
}

.vid-container {
    width: 100%;
    background-color: #000;
    position: fixed;
    height: calc(100vh - (76px + 47px));
    top: calc(76px + 47px);
    left: 0;
    overflow: hidden;
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=400,f=webp/https://jrny.pebbls.com/img/journey-tracking-app-for-adventurers.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.posts-heading {
    text-align: left;
    padding: 20px;
    padding-bottom: 8px;

}

.posts-container {
    max-width: 100vw;
    margin: 0 auto;
    padding: 30px;
    /* margin: 10px; */


}

.posts-heading-contain {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0 20px
}

.pebbls-post-categories a {
    background-color: #a9d3f48a;
    text-decoration: none;
    font-size: 0.6em;
    margin-right: 5px;
    color: #6f6c6c;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Ubuntu, sans-serif;
}

.pebbls-post-categories a:hover {
    text-decoration: underline;
}

.no-pad-heading {
    padding: 0;
    margin-bottom: 10px;
}

/* Medium screens */
@media (min-width: 401px) {
    .vid-container {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=600,f=webp/https://jrny.pebbls.com/img/journey-tracking-app-for-adventurers.png);
    }
}

@media (min-width: 601px) {
    .vid-container {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=800,f=webp/https://jrny.pebbls.com/img/journey-tracking-app-for-adventurers.png);
    }
}

@media (min-width: 801px) {
    .vid-container {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1000,f=webp/https://jrny.pebbls.com/img/journey-tracking-app-for-adventurers.png);
    }
}

@media (min-width: 1001px) {
    .vid-container {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/img/journey-tracking-app-for-adventurers.png);
    }
}

#fixed-content3 {
    visibility: hidden
}


.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px
}

.cta-button {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 1em;

    background-color: transparent;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, .4)
}

.browse-pebbls {
    padding: 10px 20px 10px 14px;
}

.cta-button img {
    border: 0;
    font-style: italic;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    margin-right: 15px;
    filter: brightness(100);
    filter: brightness(0) invert(1);
    transition: all .3s ease;
}

.cta-button:hover img {
    filter: unset;
}

.cta-button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000
}

h2 {
    font-family: Ubuntu, sans-serif !important;
}

.tagline {
    font-family: Ubuntu, sans-serif !important;
    color: #fff;
    font-size: 4em;
    text-align: center;
    padding: .4em;
    line-height: 1.05em;
    margin: 0;
    font-weight: bold;
}

.tagline2 {
    font-size: 2em;
    padding-top: 0;
    line-height: 1.4em;
    padding-bottom: .8em;
    line-height: 1.2em;
    font-weight: 200
}

.video-background video {
    filter: blur(2px);
    margin-top: calc(76px + 47px);
    height: calc(100vh - (76px + 47px))
}



.section-title {
    background-color: #0000005e;
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    left: 1em;
    padding: .4em;
    right: 1em;
    color: #fff;
    max-width: 1200px;
    text-align: center;
    font-family: Ubuntu, sans-serif !important;
    font-size: 2.5em !important;
    line-height: 1em
}

.section-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-size: cover
}

.section-image2 {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    opacity: .8;
    opacity: .4;
    background-size: cover
}

.section-inner {
    display: flex;
    justify-content: space-between;
    /* Aligns items with space between them */
}

.section-inner-noflex {
    display: block;

}

.free-notice {
    padding: 4px;
    background-color: #ebebeb;
    border-top: 2px solid #bebebe
}

.free-notice h3 {
    margin: 0;
    font-size: 1.3em;
    margin: 0
}

.free-notice p {
    font-size: 1em;
    margin: 0
}

.features-title {
    font-size: 2.2em;
    color: #333
}

.features-intro {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 30px
}

.features-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.feature-item {
    width: 30%;
    margin: 10px;
    border: 1px solid #000;
    background-color: #eaeaea9e;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    text-align: center
}

.feature-top img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.feature-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.feature-bottom {
    padding: .5em
}

.feature-item img {
    width: 100%;
    height: 9em;
    object-fit: cover;
    object-position: center
}

.feature-item h3 {
    font-size: 1.4em;
    color: #333;
    margin-top: 0;
    margin-bottom: .1em
}

.feature-item p {
    font-size: 1em;
    color: #666;
    line-height: 1.4
}

.features-cta {
    margin-top: 30px
}

.features-showcase-section {
    text-align: center;
    padding: 40px 20px
}

.details-h2 {
    padding: 10px;
    background-color: #ffffff8f;
    margin-bottom: 10px;
    margin: 20px 0;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 2em;
    text-align: center
}

.features {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0
}

.feature {
    flex-basis: auto;
    width: 30%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #000;
    background-color: #eaeaead4;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.feature img {
    width: 100%;
    height: 100%
}

.feature h3 {
    margin-bottom: .5em
}

.feature-img-contain {
    margin-bottom: 15px;
    width: 5.5em;
    height: 5.5em;
    border: .5em solid #0a6ac9;
    border-radius: 50%;
    padding: .8em;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 4em
}

.feature-img-contain:after {
    margin-top: 3px;
    margin-left: -5px;
    display: block;
    content: " ";
    width: 3.5em;
    height: 3.5em;
    background-size: 3.5em 3.5em;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgOTA1IDY0OSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij48ZyBpZD0iQXJ0Ym9hcmQxIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjc5NjM3MywwLDAsMC43MDc4MDYsMTE4LjU3MSwxMTguMDUpIj48cmVjdCB4PSItMTQ4Ljg4OCIgeT0iLTE2Ni43ODMiIHdpZHRoPSIxMTM1LjUyIiBoZWlnaHQ9IjkxNS42MjUiIHN0eWxlPSJmaWxsOm5vbmU7Ii8+PGcgdHJhbnNmb3JtPSJtYXRyaXgoNS4yMzIwNSwwLDAsNS44ODY3NCwtNTYuMTYxNiw3NjQuOTI3KSI+PHBhdGggZD0iTTAsLTE1Ny4wNzJDOS43NTEsLTE1NC41NjIgMTcuNTA0LC0xNTIuMzAyIDI1LjM2NSwtMTUwLjU4MkM3NS44NDEsLTEzOS42MTQgMTI1Ljk5MSwtMTQxLjI3MyAxNzUuODI0LC0xNTQuNjcxQzE3OS4yMDgsLTE1NS41ODYgMTgzLjAwNCwtMTU2LjM0NCAxODYuMzUsLTE1NS43MjVDMTk4LjExNCwtMTUzLjYwMiAyMDEuMTk4LC0xNDYuODE4IDE5NC4yNSwtMTM3LjA5QzE2NS4xMiwtOTYuMzY3IDEzNi4zMDgsLTU1LjM2MyAxMDUuOTcsLTE1LjU1MkM5NC43NzgsLTAuODUzIDg5LjA1NSwwIDc2LjA1OCwtMTcuMTMyQzQ2LjcwNCwtNTUuODI2IDE4LjY4OSwtOTUuNTMgLTkuNjA0LC0xMzUuMDNDLTEyLjMzMSwtMTM4Ljg0MSAtMTUuODQ3LC0xNDYuMTUyIC0xNC4yODMsLTE0OC4xMzRDLTEwLjgzNSwtMTUyLjUzNCAtNC4zNzYsLTE1NC41NjIgMCwtMTU3LjA3MiIgc3R5bGU9ImZpbGw6cmdiKDEwLDEwNiwyMDEpO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MXB4OyIvPjwvZz48L2c+PC9zdmc+)
}

.feature h3 {
    font-size: 1.5em;
    color: #333
}

.feature p {
    font-size: 1em;
    color: #666
}



.journey-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.journey-card {
    flex: 0 0 auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 6px;
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
    border: 4px solid rgba(255, 255, 255, .7);
    border-radius: 10px;
    text-align: center;
    border: 0px solid #d5d5d5;
    background-color: #eaeaea9e;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
    width: 100%;
    overflow: visible;
}

.journey-card:hover,
.feature-item:hover {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.8);
}

.section-text {

    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
}

.home-section-left {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}






.journey-card-inner {
    background-size: cover;
    width: 100%;
    opacity: .85;
    background-color: rgba(255, 255, 255, .8);
    height: 180px
}

.journey-image img {
    width: 100px;
    height: 100px;
    object-fit: cover
}

.journey-desc {
    line-height: 16px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, .5);
    padding: 4px;
    margin-top: 40px
}

.journey-title {
    color: #090909;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    line-height: 16px;
    margin-bottom: 5px
}

.journey-user-name {
    color: #585858;
    font-size: 14px;
    margin: 0;
    text-align: left;
    line-height: .7em
}

.journey-details {
    text-align: left;

}

.item-avatar {
    width: 50px;
    text-align: left;


}

.item-avatar img {
    border-radius: 50% !important;
}

.journey-user-info {
    width: 100%;
    flex-direction: row;
    flex: 1;
    display: flex;
    padding: 6px;
    background-color: #e0e0e0;
    justify-content: left;
    padding: 6px
}

.home-avatar {
    width: 40px
}

.scroll-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 10px;
    left: 6px;
    height: 50px;
    right: 6px;
    z-index: 100;
    background-color: rgb(0 0 0 / 46%);
    padding: 6px 6px;
    border-radius: 15px;
    font-size: 1em;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #ffffff33;
    font-family: arial, sans-serif;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 1px 6px 10px 0 rgba(0, 0, 0, 0.2);

}

.video-overlay {

    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;

}

.scroll-links-inner {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.scroll-links-icons,
.scroll-links-text,
.scroll-links-end-icon {
    display: flex;
    align-items: center
}

.scroll-links-text {
    flex-grow: 1;
    justify-content: space-around
}

.scroll-links-end-icon {
    flex-shrink: 0;
    padding-right: 1px;
    border-right: 1px solid rgba(200, 200, 200, 0.3)
}

.scroll-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    display: flex;
    font-family: ubuntu;
    font-size: 1.2rem;
}

.scroll-links a:hover {
    color: #daddff;
    text-decoration: none
}

.scroll-links .icon-link {
    font-family: pebbls;
    font-size: 1.6em;
    margin-right: 12px;
    color: #fff;
}

.nav-items-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 20px;
}


.link-box-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    border-right: 2px solid #868686;
    flex-grow: 1;
}

.link-box-contain-end {
    border: 0;
}

#mosaic-background {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1px;
    visibility: hidden
}

.mosaic-tile {
    opacity: .6
}



.ytIframe {
    width: 100%;
    height: 100%
}

.background-image {
    background-color: #000
}

.download-section {

    text-align: center;
    padding: 15px 15px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 30px;


}

.download-section h2 {
    font-family: Ubuntu, sans-serif !important;
    font-size: 2.4em
}

.download-section p {

    font-size: 25px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 3px;

}

.download-links a {
    width: 48%;
    display: inline-block;

}

.download-links img {
    max-height: 55px;
    transition: transform .3s ease
}

.download-links img:hover {
    transform: scale(1.05)
}

.app-download-left {
    text-align: right;
    padding-right: 20px
}

.app-download-right {
    text-align: left;
    padding-right: 20px
}

#pebbls-journeys {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #091f44
}

.footer-bottom-right,
.footer-copyright-wrap {
    margin-top: 0 !important
}

#page .footer-bottom {
    padding: 0
}

.footer-bottom {
    padding-bottom: 8px !important;
    padding-top: 4px !important
}


footer .container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

footer {
    position: relative;
    border-top: 2px solid #ccc !important
}

.section-bg1 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/1-c.jpg');
    background-position: 20% 38%
}

.section-bg2 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/2-c.jpg');
    background-position: 62% 64%
}

.section-bg3 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/3-c.jpg');
    background-position: center center
}

.section-bg4 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/4-c.jpg');
    background-position: 100% 40%
}

.section-bg5 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/5-c.jpg');
    background-position: 60% 0%
}

.section-bg6 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/6-c.jpg');
    background-position: 60% 66%
}

.section-bg7 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/7-c.jpg');
    background-position: 34% 60%
}

.section-bg8 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/8-c.jpg');
    background-position: 89% 50%
}

.section-bg9 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/9-d.jpg');
    background-position: 80% 80%
}

.section-bg10 {
    background-image: url('https: //pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/10-c.jpg');
    background-position: right bottom
}

.section-bg1 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/1-c.jpg);
    background-position: 20% 38%
}

.section-bg2 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/2-c.jpg);
    background-position: 62% 64%
}

.section-bg3 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/3-c.jpg);
    background-position: center center
}

.section-bg4 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/4-c.jpg);
    background-position: 100% 40%
}

.section-bg5 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/5-c.jpg);
    background-position: 60% 0%
}

.section-bg6 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/6-c.jpg);
    background-position: 60% 66%
}

.section-bg7 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/7-c.jpg);
    background-position: 34% 60%
}

.section-bg8 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/8-c.jpg);
    background-position: 89% 50%
}

.section-bg9 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/9-d.jpg);
    background-position: 80% 80%
}

.section-bg10 {
    background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1200,f=webp/https://jrny.pebbls.com/home-bg/pics/10-c.jpg);
    background-position: right bottom
}

@media(max-width:1050px) {
    .section-bg1 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/1-c.jpg)
    }

    .section-bg2 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/2-c.jpg)
    }

    .section-bg3 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/3-c.jpg)
    }

    .section-bg4 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/4-c.jpg)
    }

    .section-bg5 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/5-c.jpg)
    }

    .section-bg6 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/6-c.jpg)
    }

    .section-bg7 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/7-c.jpg)
    }

    .section-bg8 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/8-c.jpg)
    }

    .section-bg9 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/9-d.jpg)
    }

    .section-bg10 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=1050,f=webp/https://jrny.pebbls.com/home-bg/pics/10-c.jpg)
    }
}

@media(max-width:900px) {
    #pebbls-journeys {
        display: block;
    }

    .section-bg1 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/1-c.jpg)
    }

    .section-bg2 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/2-c.jpg)
    }

    .section-bg3 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/3-c.jpg)
    }

    .section-bg4 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/4-c.jpg)
    }

    .section-bg5 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/5-c.jpg)
    }

    .section-bg6 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/6-c.jpg)
    }

    .section-bg7 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/7-c.jpg)
    }

    .section-bg8 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/8-c.jpg)
    }

    .section-bg9 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/9-d.jpg)
    }

    .section-bg10 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=900,f=webp/https://jrny.pebbls.com/home-bg/pics/10-c.jpg)
    }
}

@media(max-width:750px) {
    .pebbls-blog-posts {
        padding: 0
    }

    .section-bg1 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/1-c.jpg)
    }

    .section-bg2 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/2-c.jpg)
    }

    .section-bg3 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/3-c.jpg)
    }

    .section-bg4 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/4-c.jpg)
    }

    .section-bg5 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/5-c.jpg)
    }

    .section-bg6 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/6-c.jpg)
    }

    .section-bg7 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/7-c.jpg)
    }

    .section-bg8 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/8-c.jpg)
    }

    .section-bg9 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/9-d.jpg)
    }

    .section-bg10 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/10-c.jpg)
    }
}

@media(max-width:500px) {

    .cta-button img {

        height: 20px;
        width: 20px;

    }

    .section-bg1 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/1-c.jpg)
    }

    .section-bg2 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/2-c.jpg)
    }

    .section-bg3 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/3-c.jpg)
    }

    .section-bg4 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/4-c.jpg)
    }

    .section-bg5 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/5-c.jpg)
    }

    .section-bg6 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/6-c.jpg)
    }

    .section-bg7 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/7-c.jpg)
    }

    .section-bg8 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/8-c.jpg)
    }

    .section-bg9 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/9-d.jpg)
    }

    .section-bg10 {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=500,f=webp/https://jrny.pebbls.com/home-bg/pics/10-c.jpg)
    }
}

@media(orientation:portrait) {
    .footer-socials {
        display: none !important
    }

    #menu-footer-menu li:not(.hideshow) a i,
    #menu-footer-menu li a img {
        display: none
    }

    .footer-bottom-right,
    .footer-copyright-wrap {
        margin-top: 0
    }

    .video-background video {
        height: calc((100vh - 76px - 47px - 42px))
    }
}

@media(orientation:landscape) {}

@media screen and (max-width:800px) {
    .scroll-links {
        font-size: .8em;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 9999;
        bottom: 70px;
    }
}

@media screen and (max-width:768px) {
    .pebbls-intro-section-bg {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=750,f=webp/https://jrny.pebbls.com/home-bg/pics/adventure-map.jpg)
    }

    .scroll-links {

        font-size: .8em;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 9999;
        bottom: 70px;
    }

    .features {
        flex-direction: column;
        gap: 10px
    }

    .cta-button {
        font-size: .9em;
        padding: 8px 15px
    }

    .tagContainer {
        transform: translateX(-50%)
    }

    .app-download-left {
        padding-right: 8px
    }

    .app-download-right {
        padding-right: 8px
    }

    .feature {
        flex-basis: 100%;
        width: 100%;
        margin: 10px 0
    }

    .section-inner {
        padding: 1em;
        padding-top: .5em
    }

    .tagline {
        font-size: 3em !important;
    }

    .tagline2 {
        font-size: 1.8em !important;
    }

    .tagContainer {
        width: calc(100% - 20px);
        top: calc(((100vh - (76px + 47px + 120px)) * 1)/2)
    }



    .video-background video {
        filter: blur(1px);
        margin-top: calc(76px + 47px);
        height: calc(100vh - 76px - 47px - 42px)
    }

    #fixed-content2 {

        height: calc(100vh - (76px + 47px + 42px));
    }

    .vid-container {

        height: calc(100vh - (76px + 47px + 42px));
    }

    .video-background {
        bottom: 42px;
        height: calc((100vh - 76px - 47px - 42px))
    }



    .download-section h2 {
        margin-bottom: .5em
    }

    .download-section h2 {
        font-size: 2em
    }



    .download-section {
        padding: 20px 10px
    }

    .section-title {
        font-size: 1.8em !important;
        padding: .2em;
        bottom: 0;
        left: 0;
        right: 0
    }

    .section1 {
        width: 100%;
        margin-top: calc(100vh - 42px)
    }

    .feature-item {
        width: 46%
    }
}

@media screen and (max-width:480px) {


    .section-col {
        padding: 30px;
    }

    .col-heading {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .col-cta {
        width: 100%;
        text-align: center;
    }

    .feature-item {
        width: 100%;
        margin: 10px 0;
        margin-bottom: 20px
    }

    .pebbls-intro-section-bg {
        background-image: url(https://www.pebbls.com/cdn-cgi/image/w=450,f=webp/https://jrny.pebbls.com/home-bg/pics/adventure-map.jpg)
    }

    .scroll-links-end-icon {
        padding-right: 0
    }

    #goto-details {
        display: none
    }

    .scroll-links {
        font-size: .8em;
        margin-left: 10px;
        margin-right: 10px;
        z-index: 9999;
        bottom: 70px;
    }

    .cta-button {
        font-size: .8em;
        padding: 7px 12px
    }

    .tagline {
        font-size: 2.2em !important;
    }

    .tagline2 {
        font-size: 1.4em !important;
    }

    .download-section h2 {
        font-size: 1.6em
    }



    .download-section {
        border-radius: 11px;
    }

    .details-h2 {
        font-size: 1.3em !important;
        line-height: 1.2em
    }
}