: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;
}

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

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%;
}

.top-header p {
    margin: 0 !important;
}

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

h2 {
    font-family: 'Alexandria';
    font-weight: 600 !important;
    font-size: 4rem !important;
    font-style:unset;
    color: var(--primary) !important;
    z-index: 9999;
}

.pingojs-info h2  {
    z-index: 9999;
    position: relative;
}

.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 {
    z-index: 99;
    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: 2.3rem;
    font-size: 1.5rem !important;
}


.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%);
}

.shadow-waves {
    position: absolute;
    z-index: 90;
    width: 100%;
    top: 850px;
}

.pingojs-main h3 {
    font-family: "Albert Sans";
    padding-top: 3rem;
    font-size: 6rem !important;
    width: 100%;
    font-weight: 900;
    line-height: 1;
    color: #f1f1f1 !important;
    margin-bottom: 2rem;
    -webkit-background-clip: text;
    background-clip: text;
}

.pingojs-main span {
    background: -webkit-linear-gradient(-90deg, #ffffff 26%, #00000010 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size: 4.5rem !important;
    text-shadow: 0 0px 2rem #ffffff27;
}

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

}

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

    h2 {
        font-family: 'Alexandria';
        font-size: 2rem;
        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);
        padding-bottom: 3rem !important;
    }

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

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

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

    .pingojs-info {
        margin-top: 65rem !important;
    }

    .pingojs-main span{
        font-size: 3rem !important;
    }

    .pingojs-main h3 {
        font-size: 4rem !important;
    }

    .pingojs-info h2 {
        font-size: 3rem !important;
    }

}


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

    .shadow-waves {
        display: none !important;
    }

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



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

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

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

    .shadow-waves {
        display: none !important;
    }
}

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

}

@media (min-width: 1750px) {
    .shadow-waves {
        display: none !important;
    }

}

/* xs */
@media (max-width: 575.98px) {
    .pingojs-info {
        margin-top: 75rem !important;
    }

}