/* Site wide settings */

body {
    font-family: "Corbel", Corbel;
    -webkit-font-smoothing: antialiased;
    /*font-weight: 300;*/
    color: white;
}

.btn-dark {
    background: #0f3f57 ;
    border-color: #0f3f57;
}

    .btn-dark:hover {
        background-color: white;
        color: black;
        border: 2px solid #008CBA;
    }

.btn-back {
    background: #0f3f57;
    color: white;
}

    .btn-back:hover {
        background-color: white;
        color: black;
    }

.btn-gold {
    background: #ffcc66;
    border-color: #003366;
}

    .btn-gold:hover {
        background-color: #003366;
        color: black;
        border: 2px solid #008CBA;
    }

    .rounded {
    border-radius: 1em !important;
}

.rounded-left{
    border-radius: 1em 0 0 1em !important;
}

.rounded-right {
    border-radius: 0 1em 1em 0 !important;
}

.bg-transwhite {
    background-color: rgba(255,255,255,0.90);
    border: 1px solid rgb(207, 170, 76);
}

#background {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.section {
    padding: 20px 0;
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
    }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-size: 45px;
    line-height: 61px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Corbel", Corbel;
    color: #000;
    font-weight: 300;
}

p, li, blockquote, label {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    color: black;
}

.redunderline{
    text-decoration-color: yellow;
    text-decoration-style: wavy;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}


/* Fix for horizontal scroll on mobile view due to aos usage */
.main-body {
    /*overflow-x: hidden;*/
}

/* HomePage Header */
.gradient-banner {
    padding: 50px 10%;
    position: relative;
    overflow: hidden;
    background: rgb(15,63,87);
    background: linear-gradient(135deg, rgba(15,63,87,1) 0%, rgba(15,63,87,1) 50%, rgba(0,0,0,1) 100%);
    border-bottom-left-radius: 50% 150px;
    border-bottom-right-radius: 50% 150px;
    box-shadow: 0 10px 15px black;
}


.gradient-banner h1 {
        text-shadow: black 0 15px 15px;
}

@media (min-width: 768px) {
    .summaryboxes {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: -100px;
        padding-top: 120px;
        padding-bottom: 50px;
        /*background: linear-gradient(135deg,rgba(192, 192, 192, 0.90) 10%, rgba(255, 255, 255, 0.90) 35%, rgba(192,192,192, 0.90) 70%); silver */
        background: linear-gradient(135deg, rgba(207, 170, 76, 0.90) 10%, rgba(255, 255, 255, 0.90) 35%, rgba(207, 170, 76, 0.90) 70%);
        /*background: linear-gradient(135deg, rgba(255, 251, 133, 0.90) 10%, rgba(255, 255, 255, 0.90) 35%, rgba(255, 251, 133, 0.90) 70%); licht geel */
        /*background: linear-gradient(135deg, rgba(255, 198, 10, 0.90) 10%, rgba(255, 255, 255, 0.90) 35%, rgba(255, 198, 10, 0.90) 70%); donker geel*/
        /*background: linear-gradient(135deg, rgba(252, 192, 73, 0.90) 10%, rgba(255, 255, 255, 0.90) 35%, rgba(252, 192, 73, 0.90) 70%); mustard */
        border-bottom-left-radius: 50% 150px;
        border-bottom-right-radius: 50% 150px;
    }

    /*@keyframes gradient {
        0% {
            background-position: 0% 50%;
        }

        100% {
            background-position: 100% 50%;
        }
    }*/

        .summaryboxes h3, .summaryboxes li {
            color: black !important;
            font-weight: 600;
        }

    .leftsummarybox {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,1);
        border-radius: 2rem;
        border-bottom-left-radius: 100% 150px;
    }

    .centersummarybox {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,1);
        border-radius: 2rem;
        border-bottom-style: inherit;
        padding: 20px;
    }

    .rightsummarybox {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,1);
        border-radius: 2rem;
        border-bottom-right-radius: 100% 150px;
        padding: 20px;
    }

    .connectinglogo img {
        position: absolute;
        transform: translate(-76px, 16em);
        z-index: 3;
    }
}

@media (max-width: 768px) {
    .summaryboxes {
        margin-top: -150px;
        padding-top: 170px;
        padding-bottom: 50px;
        background: linear-gradient(135deg, rgba(252, 192, 73, 0.90) 10%, rgba(255, 255, 255, 0.90) 35%, rgba(252, 192, 73, 0.90) 70%);
        border-radius: 2rem;
    }

        .summaryboxes h3, .summaryboxes li {
            color: black !important;
            font-weight: 600;
        }

    .leftsummarybox {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,1);
        border-radius: 2rem;
    }

    .rightsummarybox {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,1);
        border-radius: 2rem;
        padding: 20px;
    }

    .connectinglogo img {
        display: none;
    }

    .summaryboxes .text-end, .summaryboxes .text-start {
        text-align: center!important;
    }
}

.nav-link{ line-height: 8px}

    /* Fix for menu dont know why this doesn't work in layout */

    .main-nav .navbar-nav .nav-item .nav-link {
        position: relative;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 35px;
    }

    .header-text {
        font-size: 22px;
    }

.rounded.shadow.p-5.bg-white {
    margin-top: 50px;
    border: 1px solid rgb(207, 170, 76);
}

    /* Call to action divs */
.call-to-action-app {
    text-align: center;
    background: linear-gradient(135deg, rgba(15,63,87,1) 0%, rgba(15,63,87,1) 50%, rgba(0,0,0,0.98) 100%);
    border-radius: 1em;
    border: 1px solid rgb(207, 170, 76);
}

        .call-to-action-app h2,
        .call-to-action-app p,
        .call-to-action-app a {
            color: #fff !important;
        }

        .call-to-action-app ul li {
            margin: 10px;
        }

    /* HN features */
    .HNfeatures {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    /* Testimonial slider */

    .slick-track {
        display: flex !important;
    }

    .slick-slide {
        height: inherit !important;
    }

        .slick-slide > div {
            height: auto;
        }

    .testimonial .testimonial-slider .item {
        padding-bottom: 10px;
        margin: 20px;
    }



        .testimonial .testimonial-slider .item .block {
            padding: 40px;
            text-align: center;
            margin: 10px;
            border-radius: 1em;
            background-color: rgba(255,255,255,0.9);
            border: 1px solid rgb(207, 170, 76);
            height: 100%;
        }

            .testimonial .testimonial-slider .item .block .image {
                margin-top: 30px;
                margin-bottom: 5px;
                width: 100%;
                display: flex;
                justify-content: center;
            }

            .testimonial .testimonial-slider .item .block img {
                height: 40px;
                width: 40px;
                border-radius: 100%;
            }

            .testimonial .testimonial-slider .item .block p {
                font-style: italic;
            }

            .testimonial .testimonial-slider .item .block cite {
                font-style: normal;
                font-size: 24px;
                color: black;
            }

    /* Time line styling */
    .blue-bg {
        height: 100%;
    }

    .circle {
        font-family: arial;
        font-weight: bold;
        padding: 15px 20px;
        border-radius: 50%;
        background-color: #0f3f57;
        color: #fff;
        max-height: 50px;
        z-index: 2;
    }

    .how-it-works.row {
        display: flex;
    }

        .how-it-works.row .col-2 {
            display: inline-flex;
            align-self: stretch;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .how-it-works.row .col-2::after {
                content: "";
                position: absolute;
                border-left: 3px solid #0f3f57;
                z-index: 1;
            }

            .how-it-works.row .col-2.bottom::after {
                height: 50%;
                left: 50%;
                top: 50%;
            }

            .how-it-works.row .col-2.full-right:after {
                height: 100%;
                left: calc(50% - 3px);
            }

            .how-it-works.row .col-2.full-left:after {
                height: 100%;
                left: calc(50%);
            }

            .how-it-works.row .col-2.top::after {
                height: 50%;
                left: 50%;
                top: 0;
            }

    .timeline div {
        padding: 0;
        height: 40px;
    }

    .timeline hr {
        border-top: 3px solid #0f3f57;
        margin: 0;
        top: 17px;
        position: relative;
        opacity: 100%;
    }

    .timeline .col-2 {
        display: flex;
        overflow: hidden;
    }

    .timeline .corner {
        border: 3px solid #0f3f57;
        width: 100%;
        position: relative;
        border-radius: 15px;
    }

    .timeline .top-right {
        left: 50%;
        top: -50%;
    }

    .timeline .left-bottom {
        left: -50%;
        top: calc(50% - 3px);
    }

    .timeline .top-left {
        left: -50%;
        top: -50%;
    }

    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }

    /* Nodes and Ledgers Calculator */
    .calcstyle {
        border: inset;
        padding: 0.2em;
        margin: 0.2em;
    }

    .row .calcstyle {
        --bs-gutter-x: 0px;
    }

    .calcstyle input[type=text] {
        padding: 0px;
        padding-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: right;
    }

/* FAQ page styling */

#FaqSearch {
    height: 30px;
    font-size: 14px;
    background-image: url(/images/faq/search_icon.webp);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: none;
    -webkit-appearance: none;
}

.faq-question {
        display: none;
}

.faq-question.CategoryShow.TermShow {
    display: block;
}

.category-button {
    border: 1px solid black;
    margin: 4px 2px;
    padding: 1rem;
    border-radius: 1rem;
}

    .category-button.selected {
        border: 1px solid #0f3f57;
        background: rgba(15,63,87,0.2)
    }

.faq .block {
    padding: 30px;
    background-color: rgba(255,255,255,0.85);
    border-radius: 1em;
}

@media (max-width: 480px) {
    .faq .block {
        padding: 30px;
        background-color: rgba(255,255,255,0.85);
    }
}

.accordion-body {
    color: black;
}

.faq-feedback .ti-thumb-up, .faq-feedback .ti-thumb-down {
    border: 1px, solid, blue;
}

div.faq-question strong:before{
    display: inline-block;
    content: "";
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

div.Account strong:before {
    background-size: 50px 45px;
    width: 50px;
    height: 45px;
    background-image: url(../images/faq/img_faq_profile.webp);
}
div.Payments strong:before {
    background-size: 50px 47px;
    width: 50px;
    height: 47px;
    background-image: url(../images/faq/img_faq_wallet.webp);
}
div.Database strong:before {
    background-size: 40px 48px;
    width: 40px;
    height: 48px;
    background-image: url(../images/faq/img_faq_server.webp);
}
div.Migration strong:before {
    background-size: 50px 48px;
    width: 50px;
    height: 48px;
    background-image: url(../images/faq/img_faq_datamigration.webp);
}
div.Support strong:before {
    background-size: 50px 52px;
    width: 50px;
    height: 52px;
    background-image: url(../images/faq/img_faq_support.webp);
}
div.Security strong:before {
    background-size: 35px 51px;
    width: 35px;
    height: 51px;
    background-image: url(../images/faq/img_faq_security.webp);
}
div.Partner strong:before {
    background-size: 50px 45px;
    width: 50px;
    height: 45px;
    background-image: url(../images/faq/img_faq_supportbypeer.webp);
}
div.Dsp strong:before {
    background-size: 50px 45px;
    width: 50px;
    height: 45px;
    background-image: url(../images/faq/img_faq_dspnetwork.webp);
}

    /* Privacy Page */
.privacy .privacy-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    background: rgb(15,63,87);
    background: linear-gradient(135deg, rgba(15,63,87,1) 0%, rgba(15,63,87,1) 50%, rgba(0,0,0,1) 100%);
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

        .privacy a:hover {
            background-color: #99CCFF;
        }

        .privacy .privacy-nav ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .privacy .privacy-nav ul li {
                list-style: none;
            }

                .privacy .privacy-nav ul li a {
                    font-size: 16px;
                    color: #FFFFFF;
                    padding: 10px 0;
                    font-weight: bold;
                    display: block;
                }

    @media (max-width: 768px) {
        .privacy .privacy-nav ul li a {
            font-size: 16px;
            padding: 5px 0;
        }
    }

    .privacy .privacy-nav ul li a.active {
        color: #000;
    }

    @media (max-width: 768px) {
        .privacy .privacy-nav {
            margin-bottom: 30px;
        }
    }

    .privacy .block {
        background: #fff;
        padding: 40px 50px;
    }

        .privacy .block .policy-item {
            padding-bottom: 40px;
        }

            .privacy .block .policy-item .title {
                margin-bottom: 20px;
            }

                .privacy .block .policy-item .title h3 {
                    border-bottom: 1px solid #cccccc;
                    padding-bottom: 15px;
                }

            .privacy .block .policy-item .policy-details p {
                margin-bottom: 20px;
            }

    /* static elements (scroll-to-top, chat windows) */
    .scroll-top-to {
        position: fixed;
        right: 20px;
        bottom: 80px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: linear-gradient(135deg, rgba(15,63,87,1) 0%, rgba(0,0,0,1) 100%);
        color: #fff;
        transition: 0.3s;
        z-index: 99;
        cursor: pointer;
        display: none;
    }

        .scroll-top-to:hover {
            background: #333;
        }

    .chat-window {
        position: fixed;
        left: 0px;
        top: 10%;
        width: 50%;
        height: 80%;
        z-index: 99;
        background-color: #0f3f57;
        transform-style: preserve-3d;
        transform-origin: left;
        -ms-transform: perspective(300px) rotateY(84deg);
        -webkit-transform: perspective(300px) rotateY(84deg);
        -moz-transform: perspective(300px) rotateY(84deg);
        -o-transform: perspective(300px) rotateY(84deg);
        transform: perspective(300px) rotateY(84deg);
        transition-timing-function: ease-in-out;
        transition: 1s;
        border: 1px solid black;
        border-radius: 0px 1em 1em 0em;
        padding: 15px;
    }

        .chat-window:hover {
            -ms-transform: rotateY(0deg);
            -webkit-transform: rotateY(0deg);
            -moz-transform: rotateY(0deg);
            -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
            transition-timing-function: ease-in-out;
            transition: 1s;
        }

    .chat-box {
        font-size: 22px;
        background-color: white;
        color: black;
        border: 1px solid black;
        padding: 15px;
        height: 100%;
        border-radius: 1em;
    }


@media screen and (max-width: 600px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    p, li, blockquote, label {
        font-size: 15px;
    }
}