body, html {
    margin:0;
    overflow: hidden;
    font-size: 16px;
    background-image: url('../images/desk.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

img {
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: top center;
}

.objCover {
    object-fit: cover;
}

#ar-button {
    position: absolute;
    top: 2rem;
    right: 4rem;
    width: 7.5rem; 
    display: none;
}

#ar-button img {
    /*width: 100%;*/
     width: 7.5rem; 
}

.QRcode {
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 2vw;
    top: 18vh;
    display: none;
    border: 2px solid #000;
    background-color: #ffff;
    padding: 0.5rem;
    max-width: 11rem;
}

.QRcode h1 {
    font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 1.2rem;
}

.QRcode p {
    margin: 0.8rem 0;
    color: #000;
    font-size: 1rem;
    text-align: center;
}

.QRcode img {
    width: 65%;
}

.closeQRcode {
    display: flex;
    justify-content: center;
    background-color: rgba(202, 202, 202, 0.952);
    text-decoration: none;
    padding: .4rem 2rem;
    z-index: 1;
    width: 3rem;
    border-radius: 7.7px;
    color:#000;
    margin: auto;
    margin-top: 0.3rem;
}

.loadingContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.loadingContent img {
    width: 140px;
    height: 100%;
}

.model,
#container3d_replace {
    width: 100vw;
    height: 100vh;
}

.scroll-wrap {
    position: absolute;
    left: 5%;
    bottom: -1px;
    height: 280px;
    border-radius: 50.5px 50.5px 0 0;
    background: rgba(12,7,21,.75);
    width: 185px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.scroll-wrap img {
    height: initial !important;
    top: 50%;
    left: 37%;
    width: 16% !important
}

.scroll-wrap .my-scroll {
    display: block;
    top: 27%;
    left: 47%;
    width: 7%;
    height: 20%;
    border: 1px solid #fff;
    border-radius: 30px;
    content: ""
}

.scroll-wrap .scroll-text {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
    font-family: Inter;
}

.scroll-wrap .scroll {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem
}

.scroll-wrap .scroll svg {
    top: 20%;
    margin: 0 auto;
    left: 0;
    right: 0
}

.scroll-wrap .scroll svg .anim-scroll {
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@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;
    } 

    .scroll-wrap {
        height: 240px;
        width: 85px
    }
    .scroll-wrap .scroll-text {
        font-size: 10px;
        line-height: 2rem
    } 
}

@media (max-width: 767px) {
	html, body {
		font-size: 12px;
        background-image: url('../images/mob.jpg');
    }    
}

@media (max-width: 575px) {
    html, body {
		font-size: 10px;
    }

    #ar-button,
    #ar-button img {
        width: 64px;
        height: 64px;
    }

    .QRcode {
        right: 6vw;
        top: 9vh;
    }
}

@media (max-width: 360px) {
    
}