.navbar {
}

#mainNav {
}

#mainNav:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(37, 31, 120, 0);
    background: linear-gradient(351deg, rgba(37, 31, 120, 1) 0%, rgba(37, 169, 224, 1) 100%);
    transition: all .5s;
    z-index: -1;
}

#mainNav.bg-active:before {
    opacity: 1;
}

.home-backdrop {
    background: url("../images/headerbg.svg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 490px;
}

.home-backdrop .pimage {
    position: absolute;
    right: 100px;
    bottom: -140px;
    width: 420px;
}

.home-backdrop.sh {
    min-height: 410px;
}

.home-products .product {
    margin-top: -50px;
    transition: all .5s;
    text-align: center;
}

.home-products .product img {
    width: 300px;
    margin: -90px auto auto auto;
    display: block;
    transition: all .5s;
}

.home-products .product:hover {
    margin-top: -60px;
    margin-bottom: 30px;
}

.home-products .product:hover img {
    margin: -110px auto auto auto;
}

.btn-primary {
    --bs-btn-bg: #262079;
    --bs-btn-border-color: #262079;
    --bs-btn-hover-bg: #3B30CF;
    --bs-btn-hover-border-color: #3B30CF;
}

.btn {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: .6rem;
}

.features svg {
    margin-bottom: 20px;
}

.bg-primary-gradient{
    background: rgb(37, 31, 120);
    background: linear-gradient(351deg, rgba(37, 31, 120, 1) 0%, rgba(37, 169, 224, 1) 100%);
}


.locations {
    background: rgb(37, 31, 120);
    background: linear-gradient(351deg, rgba(37, 31, 120, 1) 0%, rgba(37, 169, 224, 1) 100%);
}

.locations svg.map {
    width: 100%;
    height: auto;
}

.locations .pin-title {
    position: absolute;
    top: 100%;
    transform: translate(-50%, 5px);
    margin-left: 50%;
    background: white;
    color: #262079;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: 12px;
}

#footer {
    margin-top: 150px;
    border-top: 1px solid #e2e2e2;
}

#footer .nav-link {
    padding-left: 0;
    color: black;
}

.page-title {
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    background: rgb(37, 31, 120);
    background: linear-gradient(351deg, rgba(37, 31, 120, 1) 0%, rgba(37, 169, 224, 1) 100%);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #262079;
}

.page-title * {
    margin-bottom: 0;
}

.block {
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
}

.block-shadow {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.mtn {
    margin-top: -100px;
}

.table > :not(caption) > * > * {
    padding: 1rem;
}

th {
    opacity: .5;
    font-weight: 300;
}

.os-library {
    text-align: center;
}

.os-library h3 {
    font-size: 18px;
    font-weight: 300;
}

.os-library svg {
    height: 50px;
    margin-bottom: 10px;
}

.os-library svg path {
    fill: #3B30CF;
}

.navbar-collapse.show {
    background: rgb(37, 31, 120);
    background: linear-gradient(351deg, rgba(37, 31, 120, 1) 0%, rgba(37, 169, 224, 1) 100%);
    border-radius: 10px;
}

@media (max-width: 576px) {
    .home-products .product {
        margin-top: 0;
    }

    .home-products .product img {
        margin: auto;
    }

    .home-products .product:hover {
        margin-top: inherit;
        margin-bottom: inherit;
    }

    .home-products .product:hover img {
        margin: auto;
    }

    .home-backdrop .pimage {
        position: static;
        width: 200px;
    }
}
