@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@700&display=swap');

* {
margin: 0;
padding: 0;
font-family: 'El Messiri', sans-serif;
}


.fas {
width: 32px;
}

section {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 10s ease infinite;
}

@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

.box {
position: relative;
}
.square {
position: absolute;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(5px);
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 15px;
animation: square 10s linear infinite;
animation-delay: calc(-1s * var(--i));
}

@keyframes square {
0%,100% {
transform: translateY(-20px);
}

50% {
transform: translateY(20px);
}
}

.square:nth-child(1) {
width: 100px;
height: 100px;
top: -15px;
right: -45px;
}

.square:nth-child(2) {
width: 150px;
height: 150px;
top: 105px;
left: -125px;
z-index: 2;
}

.square:nth-child(3) {
width: 60px;
height: 60px;
bottom: 85px;
right: -45px;
z-index: 2;
}

.square:nth-child(4) {
width: 50px;
height: 50px;
bottom: 35px;
left: -95px;
}

.square:nth-child(5) {
width: 50px;
height: 50px;
top: -15px;
left: -25px;
}

.square:nth-child(6) {
width: 85px;
height: 85px;
top: 165px;
right: -155px;
z-index: 2;
}


.container {
position: relative;
padding: 50px;
width: 260px;
min-height: 380px;
display: flex;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(5px);
border-radius: 10px;
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

.container::after {
content: '';
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
border-radius: 5px;
pointer-events: none;
background: linear-gradient( to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%
);
}

.container_qr {
position: relative;
padding: 50px;
width: 260px;
min-height: 260px;
display: flex;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(5px);
border-radius: 10px;
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

.container_qr::after {
content: '';
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
border-radius: 5px;
pointer-events: none;
background: linear-gradient( to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%
);
}

.form {
position: relative;
width: 100%;
height: 100%;
}
h2 {
color: #fff;
letter-spacing: 2px;
margin-bottom: 30px;
}

.inputBx {
position: relative;
width: 100%;
margin-bottom: 20px;
}
input {
width: 80%;
outline: none;
border: none;
border: 1px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.2);
padding: 8px 10px;
padding-left: 40px;
border-radius: 15px;
color: #fff;
font-size: 16px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.password-control {
position: absolute;
top: 11px;
right: 10px;
display: inline-block;
width: 20px;
height: 20px;
background: url(https://snipp.ru/demo/495/view.svg) 0 0 no-repeat;
transition: 0.5s;
}

.view {
background: url(https://snipp.ru/demo/495/no-view.svg) 0 0 no-repeat;
transition: 0.5s;
}



.fas {
position: absolute;
top: 13px;
left: 13px;
}

input[type="submit"] {
background: #fff;
color: #111;
max-width: 100px;
padding: 8px 10px;
box-shadow: none;
letter-spacing: 1px;
cursor: pointer;
transition: 1.5s;
}

input[type="submit"]:hover {
background: linear-gradient(115deg,
rgba(0,0,0,0.10),
rgba(255,255,255,0.25));
color: #fff;
transition: .5s;
}

input::placeholder {
color: #fff;
}

span {
position: absolute;
left: 30px;
padding: 10px;
display: inline-block;
color: #fff;
transition: .5s;
pointer-events: none;
}

input:focus ~ span,
input:valid ~ span {
transform: translateX(-30px) translateY(-25px);
font-size: 12px;
}


p {
color: #fff;
font-size: 15px;
margin-top: 5px;
}
a {
color: #fff;
}

a:hover {
background-color: #000;
background-image: linear-gradient(to right, #434343 0%, black 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}



.remember {
position: relative;
display: inline-block;
color: #fff;
margin-bottom: 10px;
cursor: pointer;
}

model-viewer {
width: 100%;
height: 100%;
}

/* This keeps child nodes hidden while the element loads */
:not(:defined)>* {
display: none;
}

.ar-button {
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 12px 50%;
background-color: #fff;
position: absolute;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
bottom: 16px;
padding: 0px 16px 0px 40px;
font-family: Roboto Regular, Helvetica Neue, sans-serif;
font-size: 14px;
color: #4285f4;
height: 36px;
line-height: 36px;
border-radius: 18px;
border: 1px solid #DADCE0;
}

.ar-button:active {
background-color: #E8EAED;
}

.ar-button:focus {
outline: none;
}

.ar-button:focus-visible {
outline: 1px solid #4285f4;
}

@keyframes circle {
from {
transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
}

to {
transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
}
}

@keyframes elongate {
from {
transform: translateX(100px);
}

to {
transform: translateX(-100px);
}
}

model-viewer>#ar-prompt {
position: absolute;
left: 50%;
bottom: 75px;
animation: elongate 2s infinite ease-in-out alternate;
display: none;
}

model-viewer[ar-status="session-started"]>#ar-prompt {
display: block;
}

model-viewer>#ar-prompt>img {
animation: circle 4s linear infinite;
}
model-viewer#reveal {
--poster-color: transparent;
}

select {
font-size: 16px;
}

.button {
width: 37px;
height: 37px;
border: none;
border-radius: 37px;
outline: none;
color: white;
cursor: pointer;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.controls {
position: absolute;  bottom: 0px;left: 52%;
transform: translateX(-48%);
}

body {
overflow-x: hidden;
}

.container_div {
position: fixed;
width: 100%;
height: 100%;
border: 0;
}@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

@mixin bgColor() {
background-color: #a5a5a5;
}

@mixin hvCenterAlign() {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.neu-btn {
@include hvCenterAlign();
@include bgColor();
width: 40px;
height: 40px;
font-family: 'Raleway';
font-size: large;
border-radius: 100px;
border: none;
box-shadow: 8px 8px 12px rgba(0,0,0,0.25),
-8px -8px 12px rgba(255,255,255,0.3);
cursor: pointer;
}

.neu-btn:hover {
box-shadow: 8px 8px 12px rgba(0,0,0,0.25) inset,
-8px -8px 12px rgba(255,255,255,0.3) inset;
}.controls {  display:flex;  justify-content:center;  top: 10%;}


.neu-btn-ar {
@include hvCenterAlign();
@include bgColor();
width: 200px;
height: 50px;
font-family: 'Raleway';
font-size: large;
border-radius: 20px;
border: none;
box-shadow: 8px 8px 12px rgba(0,0,0,0.25),
-8px -8px 12px rgba(255,255,255,0.3);
cursor: pointer;
}

.neu-btn-ar:hover {
box-shadow: 8px 8px 12px rgba(0,0,0,0.25) inset,
-8px -8px 12px rgba(255,255,255,0.3) inset;
}.controls {  display:flex;  justify-content:center;  top: 10%;}

h1{text-align:center}
.cover{
background:rgba(0,0,0,0);
position:fixed;
width:100%;
height:100%;
display:none;
}
.contents{
width:300px;
height:300px;
background:#f1f1f1;
margin:30px auto;
border:2px solid #ccc;
border-radius:30px;
position:relative;
text-align:center;
}
.close{
border:2px solid #ccc;
border-radius:15px;
padding:5px 15px;
position:absolute;
bottom:15px;
text-align:center;
left:30%;
width:100px;
box-shadow:inset 0px 0px 10px 5px #ccc;
cursor:
}


/* Popup container - can be anything you want */
.popup {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* The actual popup */
.popup .popuptext {
visibility: hidden;
width: 180px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 8px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
}


h1{text-align:center}
.modal {
background:rgba(0,0,0,0);
position:fixed;
width:100%;
height:100%;
display:none;
animation-name: fadeIn;
animation-duration: 0.4s;
}

.modal-content {
width:300px;
height:300px;
background:#f1f1f1;
margin:30px auto;
border:2px solid #ccc;
border-radius:30px;
position:relative;
text-align:center;
animation-duration: 0.4s;
}

.close {
border:2px solid #ccc;
border-radius:15px;
padding:5px 15px;
position:absolute;
bottom:15px;
text-align:center;
left:30%;
width:100px;
box-shadow:inset 0px 0px 10px 5px #ccc;
cursor:
}

/* QR Window CSS */
#qrImg{
position: relative;
display: inline-block;
width: 80%;
height: 70%;
left: 50%;
top: 48%;
transform: translateX(-50%) translateY(-50%);
}

#qrText{
position: absolute;
left: 50%;
bottom: 23%;
transform: translateX(-50%);
font-size: 1.7vw;
font-weight: 500;
font-family: 'Roboto', sans-serif;
}

#qrText2{
position: absolute;
left: 47%;
bottom: 13%;
transform: translateX(-50%);
font-size: 0.7vw;
font-weight: 400;
font-family: 'Roboto', sans-serif;
text-align: center;
}

#qrLogoDiv{
display: flex;
justify-content: center;
align-items: center;
border-top: 1px solid gray;
bottom: 0;
position: absolute;
width: 100%;
height: 10%;
}

#qrLogo{
width: 2vw;
}

#qrcode{
justify-content: center;
display: flex;
align-items: center;
width: 100%;
height: 75%;
}

#qrcode img{
width: 15vw;
}

#qrBtn{
position: absolute;
top: 5%;
right: 7%;
width: 3vw;
height: 3vw;
font-size: 1.5vw;
background: none;
border: none;
color: #505050;
}

/* Display hotspots css */
.hotspot {
background-color: #fff;
border: 4px solid #fff;
box-shadow: none;
height: 30px;
pointer-events: none;
width: 30px;
border-radius: 15px;
border: none;
box-sizing: border-box;
pointer-events: none;
}

.hotspot:focus {
border: 4px solid rgb(0, 128, 200);
height: 32px;
outline: none;
width: 32px;
}

.hotspot > * {
opacity: 1;
transform: translateY(-50%);
}


.annotation{
background: #fff;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
color: rgba(0, 0, 0, 0.8);
display: block;
font-family: Futura, Helvetica Neue, sans-serif;
font-size: 18px;
font-weight: 700;
left: calc(100% + 1em);
max-width: 128px;
overflow-wrap: break-word;
padding: 0.5em 1em;
position: absolute;
top: 50%;
width: max-content;
}
/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
display: none;
}

.hotspot:not([data-visible]) > * {
opacity: 0;
pointer-events: none;
transform: translateY(calc(-50% + 4px));
transition: transform 0.3s, opacity 0.3s;
}

.progress-bar {
display: block;
width: 33%;
height: 10%;
max-height: 2%;
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%, -50%, 0);
border-radius: 25px;
box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
border: 1px solid rgba(255, 255, 255, 0.9);
background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
visibility: hidden;
transition: visibility 0.3s;
}

.update-bar {
background-color: rgba(255, 255, 255, 0.9);
width: 0%;
height: 100%;
border-radius: 25px;
float: left;
transition: width 0.3s;
};
#buttonImg{
scale: 0.55;
}

#buttonImg2{
width: 16vw;
}
#ar-button {
animation: pulse 2s infinite;
display: flex;
align-items: center;
justify-content: center;
font-family:'Roboto', sans-serif;
font-size: 1.8rem;
padding: 0.7em 1.4em 0.7em 1.1em;
color: white;
background: lightgray;
border: darkgray 3px solid;
letter-spacing: 0.05em;
border-radius: 1rem;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
position: absolute;
left: 50%;
bottom: 7%;
transform: translateX(-50%);
width: 20vw;
height: 5vw;
box-shadow: 0 0 0 0 rgba(100, 100, 100, 0.7);
z-index: 9999;
}

#ar-button2 {
animation: pulse 2s infinite;
display: flex;
align-items: center;
justify-content: center;
font-family:'Roboto', sans-serif;
font-size: 1.8rem;
padding: 0.7em 1.4em 0.7em 1.1em;
color: white;
background: lightgray;
border: darkgray 3px solid;
letter-spacing: 0.05em;
border-radius: 1rem;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
position: absolute;
left: 84%;
bottom: 10%;
transform: translateX(-50%);
width: 18vw;
height: 4vw;
box-shadow: 0 0 0 0 rgba(100, 100, 100, 0.7);
z-index: 9999;
}

#ar-button:active {
background-color: lightgray;
}

#ar-button:focus {
outline: none;
}

#ar-button:focus-visible {
outline: 1px solid lightgray;
}
#ar-button:hover {
background: lightgray;
}

@media  (max-device-width: 780px) {

html, body{
height: 100vh;
}

#ar-button{
width: 55vw;
height: 15vw;
}
#ar-button {
visibility: visible;
}
#ar-button2{
display: none;
}
}
.option{
width: 4vw;
height: 3vw;
background-size: cover;
margin: 0.2vw;
border-radius: 5px;
}
#buttonImg{
scale: 0.18;
}  #hotspot-text{      scale: 0.6;
}  #buttonImg2{
width: 16vw;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(100, 100, 100, 0.7);
}

70% {
box-shadow: 0 0 0 20px rgba(100, 100, 100, 0);
}

100% {
box-shadow: 0 0 0 0 rgba(100, 100, 100, 0);
}