/*{% load static %}*/
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.container {
    max-width: 960px;
}

.logo-container {
    text-align: center;
    margin-left: 60px;
    margin-right: 20px;
}

.logo-link {
    text-decoration: none;
    font-size: 32px;
    display: inline-flex;
    align-items: baseline;
}

.logo-text {
    white-space: nowrap;
}

.blue {
    color: #16A3FF;
}

.black {
    color: black;
}

@media (max-width: 500px) {
    .logo-link {
        display: block;
        text-align: center;
        font-size: 30px;
    }

    .logo-link img {
        margin: 0 auto 10px;
    }
}

.menu-container {
    margin-left: 120px;
    margin-right: 120px;
}

@media (min-width: 992px) {
    .menu-container {
        margin-right: 120px;
    }
}

.icon-link > .bi {
    width: .75em;
    height: .75em;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

.custom-main-box {
    position: relative;
    z-index: 10;
}

.product-device0 {
    position: absolute;
    right: 20%;
    bottom: -40%;
    width: 300px;
    height: 540px;
    /*background-color: #333;*/
    /*border-radius: 21px;*/
    transform: rotate(20deg);
}

.product-device0::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    /*background-color: rgba(255, 255, 255, .1);*/
    /*border-radius: 5px;*/
}

.product-device-11 {
    background-size: cover;
    background-repeat: no-repeat;
}

.product-device-22 {
    top: -15%;
    right: auto;
    bottom: 0;
    left: 5%;
    /*background-color: #e5e5e5;*/
    /*background-image: url('{% static "webapp/images/cellscreen1.png" %}');*/
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-20deg);

}

.product-device {
    position: absolute;
    z-index: 5;
    width: 260px;
    height: 560px;
    border-radius: 10px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
}

.product-device-1 {
    /*background-image: url('{% static "webapp/images/cellscreen1.png" %}');*/
    top: -5%;
    right: auto;
    bottom: 0;
    left: 5%;
    transform: rotate(-20deg);
}

.product-device-2 {
    right: 10%;
    bottom: -20%;
    transform: rotate(30deg);
}

@media (max-width: 1210px) {
    .product-device-1 {
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }

    .product-device-2 {
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1080px) {
    .product-device-1 {
        display: none;
    }

    .product-device-2 {
        display: none;
    }
}

/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}


/*
Second part
*/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* MARKETING CONTENT
-------------------------------------------------- */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}


.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
    letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 30px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 4rem;
    }
}