/* Products CSS */
.digital-asset-section {
    margin-bottom: 100px;
}

.liquid-archive-section {
    margin-bottom: 100px;
}

.liquid-verify-section {
    margin-bottom: 100px;
}

.summary-verify-img {
    width: 75%;
}

.summary-verify-div {
    margin: 0 auto;
}

.products {
    margin-top: 20px;
}

.product-summary-text {
    font-size: 20px;
    font-weight: 500px;
}

.product-nav>a {
    color: #00609C;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.product-btn-left {
    min-width: 200px;
    float: left;
}

.product-btn-right {
    min-width: 200px;
    float: right;
}

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

    .product-btn-left,
    .product-btn-right {
        float: none;
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .product-nav {
        text-align: center;
        margin-bottom: 20px;
    }
}

.digital-asset-img {
    margin: 0 auto;
    box-shadow: 5px 5px 25px lightgray;
    border-radius: 10px;
}

.dark-shadow-box {
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #343538;
    color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 25px lightgray;
    width: 100%;
    min-height: 300px;
}

.short-hr {
    background-color: #00609C;
    max-width: 150px;
    margin-top: 25px;
}

.column-info {
    margin-bottom: 50px;
}

.img-padding {
    padding: 40px;
}

.blockchain-info {
    margin-top: 75px;
}

.blockchain-text {
    margin-top: 50px;
}

.blockchain-img {
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 5px 5px 25px lightgray;
    padding: 20px;
}

.caption-text {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
}

.data-management-info {
    margin-top: 50px;
    margin-bottom: 100px;
}

.data-management-img {
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 5px 5px 25px lightgray;
}

.payment-screenshots {
    margin: 0 auto;
}

.screenshot-img-1 {
    max-width: 500px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 25px lightgray;
}

.screenshot-img-2 {
    max-width: 500px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 25px lightgray;
}

.screenshot-img-3 {
    border-radius: 10px;
    box-shadow: 5px 5px 25px lightgray;
    padding: 20px;
    max-width: 500px;
    background-color: black;
}

.payment-text {
    margin-top: -150px;
}

/* Mobile and responsive CSS */
@media screen and (min-width: 1200px) {
    .screenshot-img-3 {
        position: relative;
        bottom: 225px;
        left: 270px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
    .screenshot-img-3 {
        position: relative;
        bottom: 225px;
        left: 150px;
    }

    .screenshot-img-2 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .screenshot-img-1 {
        display: none;
    }

    .screenshot-img-2 {
        display: none;
    }

    .screenshot-img-3 {
        margin: 0 auto;
        max-width: 100%;
        padding: 10px;
    }

    .payment-text {
        margin-top: 50px;
    }
}

/* Liquid Archive CSS */
.blue-background-div {
    position: relative;
    top: -30px;
    right: 250px;
    min-width: 400px;
    min-height: 600px;
    background-color: #00609C;
    border-radius: 5px;
    box-shadow: 5px 5px 25px lightgray;
    z-index: 900;
}

.white-front-div {
    background-color: white;
    box-shadow: 5px 5px 25px;
    border-radius: 10px;
    padding: 40px;
    margin: 0 auto;
    z-index: 950;
}

.archive-header-text {
    font-size: 20px;
}

.archive-info {
    margin-top: 50px;
}

.archive-img {
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 25px lightgray;
}

/* Archive obile and responsive CSS */
@media screen and (min-width: 1200px) {
    .white-front-div {
        position: relative;
        top: 25px;
        right: -60px;
        min-width: 400px;
        max-height: 600px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .white-front-div {
        position: relative;
        top: 25px;
        right: -10px;
        min-width: 400px;
        max-height: 600px;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .blue-background-div {
        display: none;
    }

    .white-front-div {
        min-width: 325px;
    }
}

@media screen and (max-width: 767px) {
    .blue-background-div {
        display: none;
    }

    .white-front-div {
        margin-top: 50px;
        top: 0px;
        right: 0px;
    }
}

/* Liquid Verify CSS */
.verify-main-div {
    margin-bottom: 0px;
}

.verify-img {
    max-height: 500px;
    position: relative;
    top: -75px;
}

.monitoring-img {
    margin-top: 20px;
    max-height: 250px;
}

.verify-info {
    margin-top: 100px;
}

.verify-results-screenshot {
    box-shadow: 5px 5px 25px lightgray;
    border-radius: 5px;
}

.verify-customize-screenshot {
    box-shadow: 5px 5px 25px lightgray;
    border-radius: 5px;
    margin-bottom: 50px;
}

/* Use Cases CSS */
.use-cases {
    margin-top: 20px;
}

.dla-left-side {
    background-color: #00609C;
    color: white;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 5px 5px 25px lightgray;
}

.dla-right-side {
    padding: 20px;
    padding-left: 40px;
}

.dla-stat {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}


.dla-outside-circle {
    height: 150px;
    width: 150px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

.dla-inside-circle {
    height: 120px;
    width: 120px;
    margin-top: 15px;
    background-color: #00609C;
    border-radius: 50%;
    display: inline-block;
}

.dla-circle-label {
    margin-top: 10px;
}

.dla-inside-circle-text {
    margin-top: 45px;
    font-size: 20px;
}

.dla-summary-box {
    margin-top: 50px;
    background-color: white;
    box-shadow: 5px 5px 25px;
    border-radius: 10px;
    padding: 40px;
    z-index: 950;
}

.dla-header-text {
    font-size: 30px;
    margin: 0 auto;
}

/* Originator use case */
.origination-use-case {
    margin-top: 50px;
}

.origination-img {
    border-radius: 5px;
    box-shadow: -50px -50px #00609C;
    margin-bottom: 50px;
}

.origination-bullet-point {
    height: 12px;
    width: 12px;
    background-color: #00609C;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.75;
    border: 2px solid #012f4b;
    margin-right: 10px;
    margin-bottom: 2.5px;
}

.origination-details-div {
    border-radius: 10px;
    box-shadow: 5px 5px 25px lightgray;
    padding: 30px;
    margin-top: 50px;
}

/* Warehouse use case */
.warehouse-use-case {
    margin-top: 50px;
}

.warehouse-img {
    border-radius: 5px;
    box-shadow: 50px -50px #00609C;
    margin-bottom: 50px;
    margin-top: 75px;
}