/* --- GENERAL --- */

.--centerized-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.--centerized-item {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* .btn-primary:focus, .btn-primary.focus,
.btn:focus, .btn.focus {
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
} */

/* --- NAVBAR --- */

.navbar-brand img {
    height: 60px;
    margin: 10px 17px 0px;
}

.nav-item .btn {
    font-size:0.9rem;
}

@media screen and (max-width: 992px) {
    .navbar-brand img {
        height: 39px;
        margin: 4px 0px 0px;
    }
    .collapse-brand .navbar-brand img {
        height: auto;
        margin: 0px;
        max-height: 50px;
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
        text-align: center;
    }
}

/* --- PROFILE --- */

.profile-image {
    width: 13rem;
    height: 13rem;
}

/* --- STACS COLLECTION --- */

.stacs-carousel-btn-left {
    position: absolute;
    font-size: 2rem;
    z-index: 99;
    top: 56%;
    left: 60px;
}
.stacs-carousel-btn-right {
    position: absolute;
    font-size: 2rem;
    z-index: 99;
    top: 56%;
    right: 60px;
}

/* --- VIDEO SECTION --- */

#welcome-vid {
    position: absolute;
    top: 0px;
    object-fit: cover;
    left: 0px;
    z-index: -1;
}

#welcome-vid video {
    overflow: hidden;
    inset: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 448px;
    object-fit: cover;
}

#welcome-vid-content {
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    user-select: none;
    height: 100%;
    background-color: rgb(0,0,0,0.4);
}

#welcome-vid-content div {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 5rem;
    gap: 0.5rem;
    justify-content: center;
}

#welcome-vid-content div:nth-child(1) {
    padding: 7rem 5rem;
}

#welcome-vid-content div:nth-child(2) {
    padding: 3rem;
}

@media screen and (max-width: 1200px) {
    #welcome-vid-content div:nth-child(1) {
        padding: 25px;
    }
    #welcome-vid-content div:nth-child(2) {
        padding: 25px;
    }
}

/* --- INTEREST AND CULTURES --- */

#interest-cultures ul {
    padding-left:18px;
}

#interest-cultures h5 {
    display: inline-block;
}

.material-wrapper a {
    font-size: 20px;
    padding: 0px 5px;
}

.material-list .owl-stage-outer {
    height: 90px;
}

.material-chosen {
    margin-top: 3px;
    padding-bottom: 10px;
}

.material-list .item, .material-wrapper, .material-chosen {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .material-chosen, .material-wrapper {
        padding: 0 25px 0 0;
    }
}

/* --- Communal Knowledge Points --- */

.social-links table {
    width: 100%;
}

.social-links ul {
    padding: 0;
    margin: 0;
}

.social-links li {
    list-style-type: none;
}

/* --- WALLET --- */

#wallet-qr img {
    display: inline-block!important;
}