:root {
    --primary: #4e6b95;
}

body {
    margin: 0;
    font-family: "Albert Sans" !important;
}

p, h1, h2, h3, h4, h4, h5, h6, a, button {
    font-family: "Albert Sans";
}

.logo img {
    width: 170px;
}

span, p {
    padding: 0;
    margin: 0 !important;
}

.logo {
    font-weight: bolder;
    font-size: 1.5rem;
    align-items: center;
    display: flex;
}

.logo span {
    padding: 0.5rem;
    font-family: var(--bs-body-font-family);
}

header {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1440px;
    min-height: 80px;
    width: 94%;
}

.pingojs-header {
    border-bottom: 0.15rem solid #e9e9e9;
    margin-top: 0;
}

.top-header {
    background-color: #1f1f1f;
    padding: 0.5rem;
    color: #e9e9e9;
}

.top-header span {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1440px;
    width: 94%;
}

h1 {
    font-family: 'Alexandria';
    font-size: 5rem !important;
    font-style:unset;
}

h2 {
    font-family: 'Alexandria';
    font-weight: 600;
    font-size: 2.5rem !important;
    font-style:unset;
    z-index: 9999;
}

h4 {
    margin-top: 2rem !important;
}

.show-cms {
    margin-top: 10rem;
    padding-bottom: 1rem;
    z-index: 80;
}

.show-cms img {
    border: 0.2rem solid #1f1f1f;
    border-radius: 1rem;
    width: 1200px;
    height: auto;
    margin: 0;
    z-index: 80;
    pointer-events: none;
    vertical-align: baseline;
    user-select: none;
}


.pingojs-shadow {
    margin: 0 !important;
    padding: 0 !important;
}

.pingojs-main {
    padding-top: 5rem;
    z-index: 90;
    position: absolute;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
    transform: translateY(-5rem);
    background-color: #f9f9f9;
    background-color: #1f1f1f;
    color: #e9e9e9;
}

.icon-main {
    font-size: 10rem;
    align-items: center;
    display: flex;
    right: 0;
    text-align: right;
    justify-content: end;
}

.waves {
    z-index: 90;
    position: absolute;
}

.pingojs-main p {
    line-height: 1.8rem;
}


.pingojs-info {
    margin-top: 35rem;
}

.cu-info {
    z-index: 99999;
}

.list p {
    font-weight: 500;
    align-items: center;
    display: flex;
}

.list i {
    padding-right: 1rem;
    font-size: 2rem !important;
}

footer {
    background-color:#1f1f1f;
    color: #e9e9e9;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.nav-link {
    font-family: 'Alexandria';
    font-weight: 500 !important;
    transition: 0.2s !important;
    margin-right: 1.5rem;
}

.nav-link.get {
    color: var(--primary) !important;
    background-color: #e9e9e9;
    border-radius: 0.5rem;
}

.nav-link:hover {
    filter: opacity(50%);
}

.banner h1 {
    font-family: 'Alexandria';
    font-size: 4rem !important;
    color: #ffffff !important;
    text-align: center;
}
.banner p {
    color: #ffffff !important;
    font-weight: 500;
}

.banner {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-top: 9rem;
    padding-bottom: 9rem;
    text-align: center;
    background-color: #2e2e2e;
}

pre {
 border-radius: 2px;
  background-color: rgba(0,0,0,0.05);
  display: block;
  font-size: .875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  padding: 0 !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  padding-left: 1rem !important;
}

.get-zip pre code {
    padding-right: 1rem !important;
    display: flex;
}

.get-zip pre {
    padding-left: 1rem !important;
}

.v-list code,
.code-label {
    background-color: #f2f2f2;
    padding: 0.2rem !important;
    border-radius: 0.3rem;
}

.accordion-button:not(.collapsed) {
    background-color: #ffff !important;
    box-shadow: 0 0 0 0 #ffff !important;
    color: var(--primary) !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 #ffff !important;
    z-index: 3;
    outline: 0;
}

code {
    font-family: var(--bs-font-monospace);
    padding: 0 !important;
    margin: 0 !important;
    color: #2e2e2e !important;
}

.table {
    /* box-shadow: -5px 0px 80px 20px #2e2e2e1c; */
}

.accordion-button {
    font-weight: 500;
    font-family: 'Alexandria';
}

.accordion-body {
    border-left: 0.1rem solid #0707070e;
    border-right: 0.1rem solid #0707070e;
}

/* xs */
@media (max-width: 575.98px) {

}

/* sm */
@media (max-width: 576px) {

}

/* md */
@media (max-width: 768px) {
    h1 {
        font-family: 'Alexandria';
        font-weight: 500;
        font-size: 2rem !important;
        font-style:unset;
    }

    h2 {
        font-family: 'Alexandria';
        font-weight: 500;
        font-size: 2rem !important;
        font-style:unset;
    }

    .icon-main {
        justify-content: center !important;
        width: 100% !important;
    }

    .pingojs-main .col-8 {
        width: 100% !important;
    }

    .waves {
        z-index: 90;
        position: absolute;
        display: none;
    }

    .pingojs-main {
        transform: translateY(0rem)
    }

    .footer-main {
        flex-flow: column;
    }

    .show-cms {
        display: flex;
        justify-content: center;
    }

    .nav-link.get {
        background-color: #ffffff00;
    }
}

/* lg */
@media (max-width: 992px) {
    .show-cms img {
        width: 30%;
    }
    .show-cms img {
        justify-content: center;
        display: flex;
        z-index: 999;
    }

    .show-cms {
        margin-top: 5rem;
    }

    .pingojs-info {
        margin-top: 55rem;
    }    
}

/* xl */
@media (max-width: 1200px) {
    .show-cms img {
        width: 90% !important;
    }
}


/* xxl */
@media (max-width: 1400px) {
    .show-cms img {
        width: 100% !important;
    }
}