body,
html {
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    height: 100%;
    width: 100%;
    background: #010326;
}

img {
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: top center;
}

@font-face {
    font-family: ime fonta;
    src: url("../fonts/ime fonta.otf");
} 

.loadingContent {
    position: fixed;
    z-index: 100;
    top: 0%;
    left: 0%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0C0C0B;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: wait;
}

.loadingContent img {
/*    width: auto;*/
    width: 140px;
    height: 100%;
}

.model,
#container3d_replace {
    width: 100%;
    height: 100%;
/*    background: linear-gradient(180deg, rgba(192, 4, 217, 0.18) 0%, rgba(68, 58, 148, 0.46) 45%, rgba(192, 4, 217, 0.18) 100%);*/
    background: linear-gradient(180deg, #59041B 0%, #9D0073 45%, #59041B 100%); 
} 

@media (max-width: 1399px) {
    html,
    body {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    html,
    body {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    html,
    body {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    html,
    body {
        font-size: 10px;
    }
}

@media (max-width: 360px) {}