@font-face {
    font-family: "Noto Sans";
    src: url("fonts/NotoSans.woff2") format("woff2"),
    url("fonts/NotoSans.woff") format("woff");
    font-weight: 400;
}
@font-face {
    font-family: "Noto Sans";
    src: url("fonts/NotoSans-Bold.woff2") format("woff2"),
    url("fonts/NotoSans-Bold.woff") format("woff");
    font-weight: 700;
}

html{
    font-size: 10px;
    height: 100%;
}
:root{
    /*--bs-gutter-x: 1.5rem;*/
}
body{
    margin: 0;
    font-size: 1.6rem;
    font-family: "Noto Sans", sans-serif;
    min-height: 100%;
    height: 100%;
    color: #706F6F;
}
#app{
    display: grid;
    grid-template-rows: 1fr;
    height: 100vh;
    overflow: hidden;
}
header{
    margin-top: 3rem;
}
.content{
    position: relative;
}
.left{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 0 25px;
}
.right{
    position: fixed;
    padding: 15px 25px 0 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.right .btnn{
    margin-right: 30px;
}
.right .btnn:last-child{
    margin-right: 0;
}
.btnn2{
    width: 178px;
}
.btnn{
    background: linear-gradient(180deg, #E7EFFF 0%, #FFFFFF 100%);
    box-shadow: 4.0821px 6.66667px 13.3333px rgba(49, 50, 51, 0.1455), inset -1.025px -1.67407px 1.67407px #EBEDF0, inset 1.025px 1.67407px 1.67407px #FFFFFF;
    border-radius: 12px;
    border: 0;
    padding: 3px 40px;
    color: #706F6F;
    font-weight: 700;
    height: 50px;
    z-index: 600;
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
}
.btnn:active{
    background: linear-gradient(180deg, #E3E5E8 0%, #FFFFFF 100%);
    box-shadow: 4.08216px 6.66667px 13.3333px rgba(49, 50, 51, 0.1035);
}
.btnn-sq{
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    z-index: 99999;
    cursor: pointer;
}
.zone{
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0.8) 155.94%);
    padding: 1.7rem;
    text-align: center;
    margin-top: 6.4rem;
    position: relative;
    z-index: 566;
}
.zone1{
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
}
.zone2{
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
#KeyShotXR{
    width: 100% !important;
    height: 640px !important;
    margin-top: 76px;
}
.rotate3d{
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.mgf{
    margin-bottom: 30px;
}
.screenType2{
    text-align: center;
    margin-top: 76px;
    height: calc(100vh - 86px);

}
.tcfvgbhnjm{
    display: inline-block;
    position: relative;
    height: 100%;
}
.img_to{
    max-width: 100%;
    max-height: 100%;
}
.cfvgbhnj{
    position: absolute;
    height: 1080px;
    width: 100%;
    left: -30000px;
}
.pointer{
    position: absolute;
    cursor: pointer;
}
.pointer_when_active{
    display: none;
}
.innerPointer.active .pointer{
    display: none;
}
.innerPointer.active .pointer_when_active{
    display: block;
}
.cache{
    position: absolute;
    visibility: hidden;
    left: -20000px;
}
.screenType3{
    display: flex;
    height: 100vh;
    align-items: start;
    padding: 2.5rem;
    padding-top: 0;
    margin-top: 76px;
}
.imgSelected{
    width: 60%;
    text-align: center;
}
.imgSelected >  img{
   width: 100%;
}
.contentSelected{
    width: 40%;
}
.preview{
    max-height: 200px;
    margin: 0 auto 4rem;
    display: block;
}
.zoneText{
    background: #F8F9FF;
    padding: 20px;
}
.zoneTextTitle{
    font-size: 2.6rem;
    margin-bottom: 3rem;
    font-weight: 700;
}
.zoneTextText{
    font-size: 1.4rem;
}
.tihbfh{
    position: relative;
    display: inline-block;
}
.tihbfh > img{
    width: 100%;
}
.to_home{
    position: fixed;
    bottom: 20px;
    left: 25px;
    display: flex;
    align-items: center;
}
.to_home svg{
    margin-right: 14px;
}
.nav{
  position: fixed;
    right: 25px;
    bottom: 20px;
}
.nav .btnn{
    margin-right: 30px;
}
.nav .btnn:last-child{
    margin-right: 0;
}
