
@font-face {
  font-family: 'DIN Regular';
  src: url('./fonts/linotype-DIN-Next-LT-Pro-Regular.ttf');
}
@font-face {
  font-family: 'DIN Bold';
  src: url('./fonts/linotype-DIN-Next-LT-Pro-Bold.ttf');
}
*{
user-select: none;
}
body, html{overflow-x: unset !important; width: 100%; height: 100%;overflow: hidden !important;background-color: #000;}

body {
  /* background: #000000; */
  padding: 0px;
  margin: 0px;
  /* overflow-x: hidden; */
  font-family: 'DIN Regular'!important;
}

.batteryAnimBtn{
  position: absolute;
  bottom: 20px;
  left: 50px;
}

#root{
  position: absolute;
  z-index: 1;
  color: #000;
}

/*Footer Control*/
.footerContainer{
  /* width: 100%; */
  width: 100vw;
  /* height: 60px; */
  /* background: #d8d8d8; */
  position: absolute;
  bottom: 40px;
  z-index: 1;
  display: flex;
  justify-content:center;

}
#footerControlMob.footerContainer{
  width: 100%;
  /* height: 60px; */
  /* background: #d8d8d8; */
  position: absolute;
  bottom: 70px;
  z-index: 1;
  display: flex;
  justify-content:center;

}

/* range 3 */
#zoomSlider {
  -webkit-appearance: none;
  appearance: none; 
  width: 80%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  height: 8px;
  background: #fff;
  /* border: 1px solid #e9e9e9; */
}

#zoomSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 23px;
  width: 31px;
  background-image: url("../images_gl/sliderHandle.svg");
  background-size: cover;  
  /* border-radius: 50%; */
  transition: .2s ease-in-out;
  /* box-shadow: 2px 1px 5px 0px rgba(15,15,15, 0.9) */
}

/* Thumb: Firefox */
#zoomSlider::-moz-range-thumb {
  height: 23px;
  width: 31px;
  background-image: url("../images_gl/sliderHandle.svg");
  background-size: cover;
  border: none;
  /* border-radius: 50%; */
}
.value3{display: none;}

.range{
  max-width: 400px;
  width: 400px;
}
.range button {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.desktop .btn{
  width: 58px;
  height: 58px;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  margin: 0 7px;
  cursor: pointer;
  border: 2px solid transparent;
}
.ipad .btn{
  /* width: 58px;
  height: 58px; */
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  margin: 0 7px;
  cursor: pointer;
}
.ipad #regionbtn {
  width: 58px;
  height: 58px;
}
.mob .btn{
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  margin: 0 3px;
  cursor: pointer;
  vertical-align: middle;
}
.desktop .range{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 19px;
  margin-right: 17px;
}

.mob .range{display: none;}
.ipad .range{display: none;}

.rangeBtn{
  /* transition: all 0.5s; */
}
#zoomout {
  margin: 0px 10px 0 0;
 
}
#zoomin{
  margin: -1px 0 0 5px;
}
.rangeBtn:hover {
  color: #ffc60a;
}


#colors .yellow {background-color: #ffc60a;}
#colors .black {background-color: #000000;border: 2px solid #333!important;}
#colors .white {background-color: #ffffff;}
#colors .purple {background-color: #7f0cf2;}
.desktop #colors .btn, #colors .btn{border: 2px solid transparent;}
.desktop #colors .btn:hover, #colors .btn.active{border: 2px solid #fff!important;}
.desktop #colors .btn.white:hover, #colors .btn.white.active{border: 2px solid #ffc60a !important}

#features .btn{background-color: #ffc60a;}
.desktop #features .btn:hover, #features .btn.active {background-color: #fff; border: 2px solid #ffc60a;}
#features .btn img{background-repeat: no-repeat; background-position: left top;vertical-align:middle;}

#features .btn.battery img{background-image: url("../images_gl/battery_combine.svg"); width: 37px; height: 20px; background-position: 0 0;}
.desktop #features .btn.battery:hover img, #features .btn.battery.active img{background-position: 0 -20px;}

#features .btn.mirror img{background-image: url("../images_gl/accessories_combine.svg"); width: 42px; height: 30px; background-position: 0 0;}
.desktop #features .btn.mirror:hover img, #features .btn.mirror.active img{background-position: 0 -30px;}

#features .btn.headLight img{background-image: url("../images_gl/light_combine.svg"); width: 34px; height: 24px; background-position: 0 0;}
.desktop #features .btn.headLight:hover img, #features .btn.headLight.active img{background-position: 0 -24px;}


#resetInfo .btn{background-color: #ffc60a;}
.desktop #resetInfo .btn:hover, #resetInfo .btn.active {background-color: #fff; border: 2px solid #ffc60a;}
#resetInfo .btn img{background-repeat: no-repeat; background-position: left top;vertical-align:middle;}

.desktop #resetInfo .btn.reset img{background-image: url("../images_gl/reset_combine.svg"); width: 37px; height: 40px; background-position: 0 0; margin-left: 1px;}
.ipad #resetInfo .btn.reset img{background-image: url("../images_gl/reset_combine.svg"); width: 37px; height: 40px; background-position: 0 0; margin-left: 1px;}
.mob #resetInfo .btn.reset img{background-image: url("../images_gl/reset_combine.svg"); width: 37px; height: 40px; background-position: 0 0;}
.desktop #resetInfo .btn.reset:hover img, #resetInfo .btn.reset.active img{background-position: 0 -40px;}

#resetInfo .btn.info img{background-image: url("../images_gl/info_combine.svg"); width: 14px; height: 33px; background-position: 0 0; margin-left: 0px; margin-top: 0px;}
.desktop #resetInfo .btn.info:hover img, #resetInfo .btn.info.active img{background-position: 0 -33px;}

#resetInfo .btn.region img{background-image: url("../images_gl/region_combined.svg"); width: 36px; height: 35.5px; background-position: 0 0; }
.desktop #resetInfo .btn.region:hover img, #resetInfo .btn.region.active img{background-position: 0 -36px;}

.mob .btn.region{background-color: transparent;margin: 0;}
.mob .btn.region.btn.active{border: none;}
.mob .btn.region img, .ipad .btn.region img{background-image: url("../images_gl/region_combined_mob.svg"); width: 58.5px; height: 59px; background-position: 0 0; transform-origin: 0 0; margin-left: 0;}
.mob .btn.region.active img, .ipad .btn.region.active img{background-position: -58.5px 0px; margin-left: 0;}

#resetInfo .btn.ar{display: none;}

#resetInfo .btn.ar img{background-image: url("../images_gl/ar_combine.svg"); width: 32px; height: 36px; background-position: 0 0;}
.desktop #resetInfo .btn.ar:hover img, #resetInfo .btn.ar.active img{background-position: 0 -36px;}

#qrCodeContainer .btn{background-color: #ffc60a;}
.desktop #qrCodeContainer .btn:hover, #qrCodeContainer .btn.active {background-color: #fff; border: 2px solid #ffc60a;}



.subContainer{position: relative;}
#qrCodeContainer{
  position: absolute;
  right: 40px;
  bottom: 0px;}
.qrCode {
    background: #fff;
    padding: 10px 10px 10px;
    width: 110px;
    text-align: center;
    bottom: 0;
  }
.qrCode img{width: 100%;}
.qrCode .heading{font-family: 'DIN Bold'!important; font-size: 18px; color: #000;padding: 0; margin: 0;}
.qrCode .contentText{font-family: 'DIN Regular'!important; font-size: 11px; color: #000;padding: 0; margin: 0;}

/*POPUP*/
.bubble {
  position: relative;
  background: #fff;
  color: #ffc60a;
  font-family: Arial;
  font-size: 20px;
  /* line-height: 120px; */
  text-align: center;
  height: auto;
  border-radius: 10px;
  /* padding: 0px; */
}
.bubble:after {
  /* content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 10px 10px 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);    
  margin-left: 10px;
  transition: all 0.5s; */
}
.mob .bubble:after {
  /* content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 10px 10px 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);    
  margin-left: 10px;
  transition: all 0.5s;
  display: none; */
}

#ar{
  opacity: 0;
  bottom: 60px;
  transition: all 0.5s;
  pointer-events: none;
  position: absolute;
  margin-left: 95px;
}
#ar.active{
  opacity: 1;
  bottom: 80px;
  transition: all 0.5s;
  pointer-events: none;
}

#btnXR.show{display: inline-block!important;}


#howToUse{
  /* display: none; */
  opacity: 0;
  position: absolute;
  bottom: 50px;
  right: -80px;
  height: 220px;
  width: 190px;
  padding: 25px;
  transition: all 0.5s;
  text-align: left;
  pointer-events: none;
  z-index: 1;
}
#howToUse.active{
  /* display: block;  */
  bottom: 80px;
  opacity: 1;
}

#howToUse .heading{
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
}
#howToUse .row{margin: 10px 0;}
#howToUse .text{min-width: 80px; display: inline-block;}
#howToUse .icon{vertical-align: middle; margin: 0 10px;}
#howToUse .icon.mouse{margin-right:0px;}
#howToUse .icon.mouseRotate{margin-left: 18px;}
#howToUse .icon.mouseZoom{margin-left: 11px;}

.contentText{font-size: 14px;}

#region{
  /* display: none; */
  opacity: 0;
  position: absolute;
  bottom: 50px;
  right: 0px;
  height: 100px;
  width: 190px;
  padding: 25px;
  transition: all 0.5s;
  text-align: left;
  pointer-events: none;
  z-index: -1;
}
#region.active{
  /* display: block;  */
  bottom: 80px;
  opacity: 1;
  z-index: 1;
  pointer-events: all;
}

#region .heading{
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  font-size: 25px;
  text-align: center;
}
#region .row{margin: 10px 0;}
#region label{font-size: 22px;}


#region .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
#region .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
#region .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #5c5c5c;
}

/* On mouse-over, add a grey background color */
#region .container:hover input ~ .checkmark {
  background-color: #ccc;
  
}

/* When the radio button is checked, add a blue background */
#region .container input:checked ~ .checkmark {
  background-color: #5c5c5c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#region .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#region .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
#region .container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.mob .region, .ipad .region{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
#region_container .subContainer{
  width: 100%;
}
.mob #region.bubble:after{
  display: none;
}
.mob #region.bubble{
  background: #3a3a3a;
  width: 100vw;
  box-sizing: border-box;
  padding: 25vw;
  height: 100vh;
  right: 0;
  bottom: 0;
  margin: 0;
  position: fixed;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mob #region.bubble, .ipad #region.bubble {
  background: #000;
  width: 100vw;
  box-sizing: border-box;
  padding: 0;
  height: 100vh;
  right: 0;
  bottom: 0;
  margin: 0;
  position: fixed;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mob #region.bubble.active, .ipad #region.bubble.active{
    pointer-events: all;
}

.mob #region.bubble .returnTo3d, .ipad #region.bubble .returnTo3d {
    padding: 10px 33px;
    background: #ffc60a;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 16px;
}

/*POPUP END*/

#ar-controls{
  width: 100%;
  bottom: 3%;
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 6;
}
#artransparent {
  background: transparent;
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
}
/* #infinityrt-overlay{
  width: 100%;
  height: 100%;
} */

#ar-controls .btn{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  margin: 0 3px;
  cursor: pointer;
  vertical-align:middle;
}
#ar-controls #colors, #ar-controls #features{
  width: 100%;
  bottom: 62px;
  position: absolute;
  text-align: center;
}
#ar-controls #features{
  bottom: 5px !important;
}

.desktop .graphic{position: absolute;z-index: 1;top:10%;}
.desktop .graphic.hide{display: none!important;}
.desktop #graphic600{left: 20%;}
.desktop #graphic800{right: 20%;}

.ipad .graphic{position: absolute;z-index: 1;top:15%;}
.ipad .graphic.hide{display: none!important;}
.ipad #graphic600{left: 2%;}
.ipad #graphic800{right: 2%;}

.mob .graphic{position: absolute;z-index: 1;top:15%; width: 120px;}
/* .mob .graphic img{width: 100%;} */
.mob .graphic img {
  width: 100px !important;
  height: 70px !important;
}
.mob .graphic.hide{display: none!important;}
/* .mob #graphic600{left: 2%;} */
.mob #graphic600 {
  left: 6%;
}
/* .mob #graphic800{right: 2%;} */
.mob #graphic800 {
  right: 2%;
}


@media only screen and (min-width: 1001px) and (max-width: 1339px) {
  .footerContainer{
    /* justify-content:left */
  }
  .desktop .btn {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1340px) and (max-width: 1500px) {
  .footerContainer{
    justify-content:center
  }
  .desktop .btn {
    width: 50px;
    height: 50px;
  }
  .desktop .range {
    max-width: 300px;
    width: 300px;
}
}
@media only screen and (min-width: 1001px) and (max-width: 1280px) {
  #howToUse{
    right: 0;
  }
  #howToUse::after{
    /* left: 87%; */
  }
}

@media only screen and (min-width: 1160px) and (max-width: 1260px) {

  .range{
    max-width: 300px;
    width: 300px;
  }
}

@media only screen and (max-width: 1340px) {

  #qrCode{display: none;}
  #resetInfo .btn.ar{display: inline-block;}
}

@media only screen and (min-width: 900px) and (max-width: 1010px) {
  .footerContainer{
    transform: scale(0.8);
  }
  .desktop .btn{margin: 0 5px;
    width: 50px;
    height: 50px;
}
}
@media only screen and (min-width: 601px) and (max-width: 795px) {
  .desktop .btn{margin: 0 5px;
    width: 40px;
    height: 40px;
}
.desktop #features .btn img {
  transform: scale(0.7);
}
.desktop #resetInfo .btn img {
  transform: scale(0.7);
}
}
@media only screen and (min-width: 851px) and (max-width: 900px) {
 
  .footerContainer{
    transform: scale(0.7);
  }
  .btn{margin: 0 3px;}
}
@media only screen and (min-width: 601px) and (max-width: 720px) {

  .desktop .btn{margin: 0 5px; width: 40px; height: 40px;}
  .btn img{transform: scale(0.8);}
  #ar{margin-left: 50px};
}
@media only screen and (min-width: 551px) and (max-width: 600px) {

  .desktop .btn{margin: 0 5px; width: 40px; height: 40px;}
  .desktop .btn img{transform: scale(0.6);}
  #ar{margin-left: 30px};
}
@media only screen and (min-width: 351px) and (max-width: 550px) {
  .desktop #features .btn.battery img {
    margin-left: -2px;
}
.desktop #features .btn.headLight img{
  margin-left: -2px;
}
.desktop #features .btn.mirror img {
  margin-left: -5px;
}
.desktop #resetInfo .btn.reset img {
  margin-left: -3px;
  margin-top: -4px;
}
.desktop #resetInfo .btn.region img {
  margin-left: -3px;
  margin-top: -2px;
}
.desktop #features .btn.headLight img {
  margin-left: -2px;
}
.desktop #resetInfo .btn.info img {
  margin-top: -1px;
}
.desktop #resetInfo .btn.ar img{
  margin-top: -2px;
}
  .desktop .btn{margin: 0 4px; width: 35px; height: 35px;}
  .desktop .btn img{transform: scale(0.6);}
  #ar{margin-left: 20px};
  
  /* .mob .btn{margin: 0 3px; width: 30px; height: 30px;vertical-align:middle;} */
  .mob .btn img{transform: scale(0.8); }
  .mob .btn.battery img{margin-top: 2px; margin-left: -0px;}
  .mob .btn.reset img{margin-top: -0px; margin-left: -0px;}
  /* .mob .btn.reset.active img{margin-top: -5px; margin-left: -3px;} */
  .mob .btn.battery.active img{margin-left: -0px;}
  .mob .btn.headLight.active img{margin-left: -0x;}
  .mob .btn.mirror img{margin-left: -0px;}
  .mob .btn.mirror.active img{margin-left: -0px;margin-top: -1px;}
  /* .mob .btn.info.active img{margin-left: 0px; margin-top: -2px;} */
  .mob .btn.ar img{margin-left: -1px; margin-top: -2px;}
  .mob .btn.info.active img {
    margin-left: 0px !important;
    margin-top: -4px !important;
}
.mob .btn.reset.active img {
  margin-top: -0px !important;
  margin-left: -0px !important;
}

}
.mob .btn img{transform: scale(0.8); }
@media (orientation: landscape) {
  .mob #footerControl{width: 50%; left: 43%;}
  .mob #footerControlMob.footerContainer{width: 50%; left: 6%; bottom: 30px;}
  .ipad #footerControl{width: 50%;
    left: 38%;
    bottom: 40px;}
  .ipad #footerControlMob.footerContainer{width: 30%;
    left: 21%;
    bottom: 10px;}
  .ipad #qrCodeContainer{display: none;}
  .mob .btn{margin: 0 5px; width: 43px; height: 43px;vertical-align:middle;}
  .mob .btn img{transform: scale(0.8); margin-left: -0px;}
  .mob .btn.battery img{margin-top: 2px; margin-left: -0px;}
  .mob .btn.reset img {
    /* margin-top: -2px;
    margin-left: -1px; */
}
  .mob .btn.reset.active img{margin-top: -5px; margin-left: -3px;}
  .mob .btn.battery img {
    /* margin-top: 2px;
    margin-left: 0px; */
}
  .mob .btn.mirror img {
    /* margin-left: -4px;
    margin-top: 2px; */
}
  .mob .btn.mirror.active img{margin-left: -6px;}
  .mob .btn.info.active img{margin-left: 0px; margin-top: -2px;}
  .mob .btn.ar img {
    /* margin-left: -1px;
    margin-top: 0px; */
}
.mob #graphic800{right: 10%;}
.mob #graphic600{left: 14%;}
}


@media only screen and (max-width: 1350px) {
  #qrCode{right: 5px;}

}
@media only screen and (max-width: 1160px) {
  .desktop .range{
    max-width: 250px;
    width: 250px;
  }

}
@media only screen and (min-width: 1201px) and (max-width: 1700px) {
  .desktop #graphic800 {
    right: 10%;
    transform: scale(0.7);
  }
  .desktop #graphic600 {
    left: 10%;
    transform: scale(0.7);
  }
  /* .desktop #xplore3d {
    transform: scale(0.7);
  } */
}
@media only screen and (min-width: 956px) and (max-width: 1200px) {
  .desktop #graphic800 {
    right: 5%;
    transform: scale(0.7);
}
.desktop #graphic600 {
  left: 5%;
  transform: scale(0.7);
}
/* .desktop #xplore3d {
  top: 4%;
  left: 2%;
  transform: scale(0.7);
} */
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .desktop #graphic800 {
    right: 2%;
    transform: scale(0.5);
}
.desktop #graphic600 {
  left: 2%;
  transform: scale(0.5);
}
/* .desktop #xplore3d {
  transform: scale(0.5);
  top: 0;
  left: 0%;
} */
}
@media only screen and (min-width: 650px) and (max-width: 799px) {
  .desktop #graphic800 {
    right: 1%;
    top:5%;
    transform: scale(0.5);
}
.desktop #graphic600 {
  left: 1%;
  top:5%;
  transform: scale(0.5);
}
/* .desktop #xplore3d {
  transform: scale(0.5);
  top: 0;
  left: 0;
} */
}
@media only screen and (max-width: 649px) and (max-height: 649px){
  .desktop #graphic800 {
    right: -5%;
    top: 0%;
    transform: scale(0.3);
}
.desktop #graphic600 {
  left: -5%;
  top: 0%;
  transform: scale(0.3);
}
/* .desktop #xplore3d {
  transform: scale(0.5);
} */
}
@media only screen and (max-width: 649px) and (min-height: 649px){
  .desktop #graphic800 {
    right: -5%;
    top: 12%;
    transform: scale(0.3);
}
.desktop #graphic600 {
  left: -5%;
  top: 12%;
  transform: scale(0.3);
}
/* .desktop #xplore3d {
  transform: scale(0.3);
  top: 0;
  left: 0;
} */
}
@media only screen and (max-width: 970px) {
  .desktop .range{
   display: none;
  }
  .footerContainer{
    bottom: 30px;
  }
  .ipadDesktop .footerContainer {
    bottom: 45px;
}
  #footerControlMob.footerContainer {
    bottom: 90px;
  }
  #howToUse{
    right: 0;
  }
  #howToUse::after{
    /* left: 87%; */
  }

}

@media (hover: none) {
  .desktop .range{
    display: none;
   }
}
@media only screen and (orientation: landscape) {
  .desktop.ipadDesktop .range, .ipad .range{
    display: flex;       
    align-items: center;
   }
   #zoomSlider::-webkit-slider-thumb {
    border-radius: 7px;
    -webkit-border-radius: 7px;
   }
}
@media only screen and (max-width: 650px) {

  #howToUse{
    right: -30px;
    transform: scale(0.8);
    transform-origin: bottom;
  }
  #howToUse::after{
    /* left: 90%; */
  }
}

 @media only screen and (max-width: 1024px){
 /* .mob .region{
    display: none;
  }*/
  .mob #resetInfo .btn.info img {
    margin-left: 0px;
    margin-top: -1px;
}
/* AR popup css start */
#ARpopUp {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images_gl/Android_AR_screen_v1.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: 100;
}
#btnXR-iphoneQR, #btnXRPopup {
  padding: 0;
  background: transparent;
  border: 0;
  margin-right: 5px;
  width: 42px;
  height: 32px;
}
#btnXRPopup.show{
  display: block !important;
}
#startAR {
  position: absolute;
  width: 236px;
  height: 54px;
  padding: 15px 5px;
  background: #ffc60a;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'DIN Regular'!important;
}
/* #startAR::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  margin-left: 15px;
} */
.loaderAR {
  border: 3px solid #323337;
  border-radius: 50%;
  border-top: 3px solid #ffc60a;
  width: 30px;
  height: 30px;
  z-index: 11;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0px 50px 10px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.ipad #ARpopUp, .ipadDesktop #ARpopUp{
  height: 120vh !important;
}
.mob #howToUse::after {
  left: 65%;
}
.mob #howToUse.active {
  /* display: block; */
  bottom: 60px;
}
.ipad .graphic {
  top: 7%;
  transform: scale(0.7);
}
}


@media only screen and (max-width: 1400px) and (orientation: landscape){
  #loaderAR{
    left: unset !important;
    transform: unset !important;
    right: 18%; 
    top:36% !important
  }
  #ARpopUp {
    background-image: url("../images_gl/ar-moblandscape.jpg");
  }
  #btnXR-iphoneQR, #btnXRPopup{
    bottom: 5% !important;
    left: unset !important;
    right: 23%;
    transform: unset !important;
}
#btnXR-iphoneQR {
  bottom: 30% !important;
}
.mob #howToUse {
  right: -45px;
  transform: scale(0.7);
  bottom: 10px;
}
#errorAR {
  top: 50% !important;
  right: 9%;
  transform: unset !important;
}
/* .mob #footerControl {
  width: 100%;
  left: 0%;
} */
.mob #footerControl, .ipad #footerControl{
  width: auto;
  position: unset;
}
.mob #footerControlMob.footerContainer, .ipad #footerControlMob.footerContainer {
  width: auto !important;
  position: unset;
}
.mob #footnote {
  bottom: 13px !important;
}
.ipad .footerContainer {
  justify-content: center !important;
}
.mob #howToUse.active {
  bottom: 50px;
}
.mob #howToUse {
  right: -25px;
}
.mob .btn.battery.active img {
  margin-top: 2px;
  margin-left: -3px;
}
.mob .btn.reset.active img {
  margin-top: -4px;
  margin-left: -3px;
}
.mob .btn.ar.active img {
  margin-left: 0px;
  margin-top: -2px;
}
.mob #ar-controls .btn.battery img {
  margin-top: 2px;
  margin-left: -2px;
}
.mob #ar-controls .btn.headLight img {
  margin-left: -2px;
  margin-top: 1px;
}
.mob #ar-controls .btn.mirror img{
  margin-left: -6px;
}
.ipad #footerControlMob.footerContainer {
  width: 30%;
  left: 14.5%;
  bottom: 40px !important;
}
.desktop.ipadDesktop #sirtContainer {
  max-height: 95vh;
}
.mob #sirtContainer {
  /* max-height: 87vh !important; */
  max-height: 100vh !important;
}
.mob #footer_wrapper, .ipad #footer_wrapper{
  position: absolute;
    z-index: 99;
    justify-content: center;
    display: flex;
    width: 100%;
    bottom: 30px;
}
.ipad #ARpopUp, .ipadDesktop #ARpopUp{
  position: absolute;
  bottom: 0;
  left: 0;
  background-image:url("../images_gl/ar-moblandscape.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: 100;
}
.ipad #startAR, .ipadDesktop #startAR{
  position: absolute;
  width: 236px;
  height: 54px;
  padding: 15px 5px;
  background: #ffc60a;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 600;
  top: 20% !important;
  left: 0%;
  transform:unset;
  color: #fff;
  font-family: 'DIN Regular'!important;
}
.ipad #btnXR-iphoneQR, .ipadDesktop #btnXR-iphoneQR {
  bottom: 50% !important;
}
}
/* AR popup css end */

@media only screen and (max-width: 376px){
  .mob .btn.reset img {
    /* margin-top: -3px;
    margin-left: -1px; */
    margin-top: 0px;
    margin-left: 0px;
  }
  .mob .btn.reset.active img {
    margin-top: -4px !important;
    margin-left: -3px !important;
  }
  }
  .desktop #sirtContainer{
    max-height: 100vh;
  }
  .ipad #sirtContainer{
    /* max-height: 95vh; */
    max-height: 100vh;
  }
  .ipad #footerControlMob.footerContainer {
    /* bottom: 80px; */
    bottom: 100px;
  }
  .mob #sirtContainer{
    max-height: 89vh;
  }
  .desktop #region_container .subContainer{
    display: none;
  }
  #footnote{
    position: absolute;
    bottom: 15px;
    color: #ccc;
    font-size: 12px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mob #footnote {
  font-size: 8px;
  bottom: 5px;
}
.ipadDesktop #footnote {
  bottom: 25px;
}
@media only screen and (max-width: 356px) {
  .mob .btn {
    width: 43px;
    height: 43px;
  }
}

#sirtErrorContainer{background-color: #000; width: 100%; height: 100vh; justify-content: center; align-items: center;clear: both; box-sizing: border-box; padding: 30px;}
#errorContent{max-width: 545px; height: auto; background-color: #fff; border-radius: 10px; padding: 30px; text-align: center;}

#arnotsupport {
  background-color: #000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  clear: both;
  box-sizing: border-box;
  padding: 30px;
  position: absolute;
  z-index: 102;
  top: 0;
}
#arerrorContent {
  background: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  font-size: 16px;
  position: relative;
}
#arerrorContent span{
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 999;
  font-weight: 900;
}
/*Footer Control End*/

#xplore3d{
  width: 200px;
  margin-top: -200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* .mob #xplore3d {
  top: 8%;
  left: 4%;
  width: 150px;
} */