@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@600&family=Saira:wght@600&display=swap');
/* temp style, anims */
.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 1s;
    z-index: 0;
}
.visible {
    /* display: flex; */
    visibility: visible !important;
    opacity: 1;
    transition: 1s;
    position: absolute;
    /* z-index: 9999; */
  }


.fade-out {
  animation: fade-out 0.3s linear forwards;
}
.fade-out-fast {
  animation: fade-out 0.2s linear forwards;
}
.fade-out-slow {
  animation: fade-out 0.8s linear forwards;
}
.fade-in {
  animation: fade-in 0.3s linear forwards;
}

/* text, fonts, links */
  p {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
  }

  h1 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
  }
  h2 {
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
  }
  a {
    text-decoration: none;
    color: white;
  }
  .font-color-white {
    color: white;
  }
  .background-color-grad {
    background: rgb(0,255,193);
    background: linear-gradient(0deg, rgb(0, 255, 193) 0%, rgb(0, 197, 227) 100%, rgba(0,194,226,1) 100%);
  }
  .background-color-black {
    background-color: black;
  }
  .background-color-pink {
    background-color: #FF0DF2;
  }
  /* body {
    position: relative; 
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin: 0px 0px 0px 0px !important;
    padding: 0;
  } */
/* elements */
  body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px !important;
    padding: 0;
  }

  canvas {

  }

  li {
    padding: 26px;
    text-decoration: none;
    list-style: none;
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    z-index: 99999999;
    color: white;
  }

.prompt-box-8w {
    z-index: 99999 !important;
}

  /* layouts */
  .flex-central-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* containers */
  .ui-container {

  }
  .choose-ar-ui-container  {
    width: 100vw;
    height: 100vh;
    top: 0;
    position: absolute;
    z-index: 99999;
  }
  .choose-ar-title-container {
    text-align: center;
    letter-spacing: 2px;
    word-spacing: 10  px;
    line-height: 60px;
    padding: 0px 5px 0px 5px ;
  }
  .choose-ar-btn-container {
    padding: 20px 20px 20px 20px;
  }
  .ui-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    height: 100px;
    width: 100%;
    z-index: 99999;
    top: 0;
    background-color: none;
  }
  .ui-menu-overlay-container {
    height: 100vh;
    width: 100vw;
  }
  .ui-menu-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    position: absolute;
    height: 100vh;
    width: 100vw;
    animation-name: fade;
    transition: 2s;
  }
  .ui-menu-links {
    text-align: center;
    padding: 0;
  }


/* TAP TO PLACE */
.tap-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 99999999;
    background-color: transparent;
    
}
.tap-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 80px;
    width: 260px;
    border-radius: 10px;
    background: rgb(0,255,193);
    background: linear-gradient(0deg, rgba(0,255,193,1) 0%, rgba(0,194,226,1) 100%, rgba(0,194,226,1) 100%);
}
.tap-text {
    color: white;
    text-align:center;
    font-size:4vw;
    width: 85%;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    z-index: 99999999;
  }


  /* SOCIAL ICONS AND LOADING */

  .btn {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 40px;
      width: 200px;
      padding: 5px 0px 5px 0px;
      margin: 15px 0px 15px 0px;
      border-radius: 10px;
      border: none;
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
  }


  .social-icon,
  #social-icon,
  #social-icon,
  #social-icon-linkd,
  #social-icon-ig,
  #social-icon-twit {
    position: absolute;
    display: flex;
    /* visibility: hidden; */
    opacity: 1;
    /* position: fixed; */
    width: 65px;
    height: 65px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(90deg);
    transition: 1s;
    /* padding: 0px 10px 0px 10px; */
  }
  .burger-icon {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 60px;
    height: 60px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(90deg);
    padding: 0px 10px 0px 10px;
  }

  #social-icon-img,
  #social-icon-img-mail,
  #social-icon-img-phone,
  #social-icon-img-ig,
  #social-icon-img-twit,
  #social-icon-img-linkd {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 60px;
    height: 60px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(90deg);
  }

  #burger-img {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 60px;
    height: 60px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(180deg);
    transition: 1s;
  }

  #burger-img:hover {
    transition: 1s;
    transform: rotate(90deg);
  }



  .icon-container {
    width: 65px;
    height: 65px;
    text-align: center;
    bottom: 0px;
    padding: 0px 10px 0px 10px;
  }
  .square {
    /* position: relative; */
    width: 65px;
    height: 65px;
    background-color: #00C2E2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00C2E2 10px); */
  }
  
  .square-light {
    /* position: relative; */
    width: 65px;
    height: 65px;
    background-color: #06DFD2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00FFC1 10px); */
  }
  .square-burger {
    /* position: relative; */
    width: 65px;
    height: 65px;
    background-color: #FF0DF2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #FFED00 10px); */
  }

  #square-burger:hover,
  .square-burger:hover {
    transition: 2s;
    background-color: linear-gradient(#00FFC1);
  }
  

  .icon-bg-container-phone,
  .icon-bg-container-mail,
  .icon-bg-container-fb,
  .icon-bg-container-linkd,
  .icon-bg-container-twit,
  .icon-bg-container-ig,
  .icon-bg-container {
   transform: rotate(180deg);
    overflow: hidden;
    width: 65px;
    height: 65px;
    transform: scaleX(-1);
  }


@media only screen and (max-width: 600) {
  .social-menu-vert {
    height: 35vh;
    max-height: 220px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* padding-bottom: 25px; */
    padding-bottom: 45px;
    left: 0;
    padding-left: 10px;
    /* width: 100%; */
  }
  .social-menu-vert-height {
    min-height: 100px;
    height: 40vh;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .social-menu-horz {
    padding-bottom: 50px;
    padding-left: 10px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
  }


  .icon-container {
    width: 65px;
    height: 65px;
    text-align: center;
    bottom: 0px;
    padding: 0px 10px 0px 10px;
  }
  .square {
    /* position: relative; */
    width: 60px;
    height: 60px;
    background-color: #00C2E2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00C2E2 10px); */
  }
  
  .square-light {
    /* position: relative; */
    width: 60px;
    height: 60px;
    background-color: #06DFD2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00FFC1 10px); */
  }
  .square-burger {
    /* position: relative; */
    width: 60px;
    height: 60px;
    background-color: #FF0DF2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #FFED00 10px); */
  }

  #social-icon-img,
  #social-icon-img-mail,
  #social-icon-img-phone,
  #social-icon-img-ig,
  #social-icon-img-twit,
  #social-icon-img-linkd {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 50px;
    height: 50px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(90deg);
  }

  #burger-img {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 50px;
    height: 50px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(180deg);
    transition: 1s;
  }
}

@media only screen and (max-width: 400px) {
  .social-menu-vert {
    height: 35vh;
    max-height: 220px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* padding-bottom: 25px; */
    padding-bottom: 45px;
    left: 0;
    padding-left: 10px;
    /* width: 100%; */
  }
  .social-menu-vert-height {
    min-height: 100px;
    height: 40vh;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .social-menu-horz {
    padding-bottom: 50px;
    padding-left: 10px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
  }


  .icon-container {
    width: 65px;
    height: 65px;
    text-align: center;
    bottom: 0px;
    padding: 0px 10px 0px 10px;
  }
  .square {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #00C2E2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00C2E2 10px); */
  }
  
  .square-light {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #06DFD2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00FFC1 10px); */
  }
  .square-burger {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #FF0DF2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #FFED00 10px); */
  }

  #social-icon-img,
  #social-icon-img-mail,
  #social-icon-img-phone,
  #social-icon-img-ig,
  #social-icon-img-twit,
  #social-icon-img-linkd {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 45px;
    height: 45px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(90deg);
  }

  #burger-img {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 45px;
    height: 45px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(180deg);
    transition: 1s;
  }
}

@media only screen and (max-width: 300px){
  .social-menu {
    height: 78vh;
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    padding-left: 0px;
  }
  .social-menu-vert {
    height: 35vh;
    max-height: 200px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* padding-bottom: 25px; */
    padding-bottom: 45px;
    left: 0;
    padding-left: 0px;
    /* width: 100%; */
  }
  .social-menu-horz {
    padding-bottom: 50px;
    padding-left: 0px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 200px;
  }

}


@media only screen and (max-height: 700px) {
  .social-menu {
    height: 78vh;
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    padding-left: 0px;
  }
  .social-menu-vert {
    height: 28vh;
    max-height: 210px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* padding-bottom: 25px; */
    padding-bottom: 35px;
    left: 0;
    padding-left: 0px;
    /* width: 100%; */
  }
  .social-menu-vert-height {
    min-height: 100px;
    height: 30vh;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .social-menu-horz {
    padding-bottom: 50px;
    padding-left: 0px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    max-width: 200px;
  }


  .icon-container {
    width: 65px;
    height: 65px;
    text-align: center;
    bottom: 0px;
    padding: 0px 10px 0px 10px;
  }
  .square {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #00C2E2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00C2E2 10px); */
  }
  
  

}


.splashimage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position:absolute; 
  height: 100%; width: 100%; 
  top:0;
  left:0;
  z-index: 888; 
  background: rgb(0,255,193);
  background: linear-gradient(0deg, rgba(0,255,193,1) 0%, rgba(0,194,226,1) 100%, rgba(0,194,226,1) 100%);
}

.loadingimage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 80vw;
  height: 50vh;
  background-image: url("./assets/Icons/LoadingLogos_A2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 88;
  object-fit: contain;
}

.powered-by-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 80vw;
  height: 50vh;
  background-image: url("./assets/Icons/LoadingLogos_B3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 88;
  object-fit: contain;
}

.loading-text {
  bottom:5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  text-align:center;
  font-size:4vw;
  width: 85%;
}

#loadBackground {
  z-index: 0;
  display: hidden;
}


  /* media queries */

@media only screen and (max-width: 600) {
  .social-menu-vert {
    height: 35vh;
    max-height: 220px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* padding-bottom: 25px; */
    padding-bottom: 45px;
    left: 0;
    padding-left: 10px;
    /* width: 100%; */
  }
  .social-menu-vert-height {
    min-height: 100px;
    height: 40vh;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .social-menu-horz {
    padding-bottom: 50px;
    padding-left: 10px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
  }


  .icon-container {
    width: 65px;
    height: 65px;
    text-align: center;
    bottom: 0px;
    padding: 0px 10px 0px 10px;
  }
  .square {
    /* position: relative; */
    width: 60px;
    height: 60px;
    background-color: #00C2E2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00C2E2 10px); */
  }
  
  .square-light {
    /* position: relative; */
    width: 60px;
    height: 60px;
    background-color: #06DFD2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00FFC1 10px); */
  }
  .square-burger {
    /* position: relative; */
    width: 60px;
    height: 60px;
    background-color: #FF0DF2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #FFED00 10px); */
  }

  #social-icon-img,
  #social-icon-img-mail,
  #social-icon-img-phone,
  #social-icon-img-ig,
  #social-icon-img-twit,
  #social-icon-img-linkd {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 50px;
    height: 50px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(90deg);
  }

  #burger-img {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 50px;
    height: 50px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(180deg);
    transition: 1s;
  }

  .loadingimage {
    position:absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    background-image: url("./assets/Icons/Logo_B(alpha) (1).png");
    background-size: 350px 350px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
  }
  
  .loading-text {
    position:absolute;
    bottom:5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start ;
    color: white;
    text-align:center
  }
  
  #loadBackground {
    z-index: 0;
    display: hidden;
  }
}

@media only screen and (max-width: 400px) {
  .social-menu-vert {
    height: 35vh;
    max-height: 220px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* padding-bottom: 25px; */
    padding-bottom: 45px;
    left: 0;
    padding-left: 10px;
    /* width: 100%; */
  }
  .social-menu-vert-height {
    min-height: 100px;
    height: 40vh;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .social-menu-horz {
    padding-bottom: 50px;
    padding-left: 10px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
  }


  .icon-container {
    width: 65px;
    height: 65px;
    text-align: center;
    bottom: 0px;
    padding: 0px 10px 0px 10px;
  }
  .square {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #00C2E2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00C2E2 10px); */
  }
  
  .square-light {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #06DFD2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00FFC1 10px); */
  }
  .square-burger {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #FF0DF2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #FFED00 10px); */
  }

  #social-icon-img,
  #social-icon-img-mail,
  #social-icon-img-phone,
  #social-icon-img-ig,
  #social-icon-img-twit,
  #social-icon-img-linkd {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 45px;
    height: 45px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(90deg);
  }

  #burger-img {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 45px;
    height: 45px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(180deg);
    transition: 1s;
  }
}

@media only screen and (max-width: 300px){
  .social-menu {
    height: 78vh;
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    padding-left: 0px;
  }
  .social-menu-vert {
    height: 35vh;
    max-height: 200px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* padding-bottom: 25px; */
    padding-bottom: 45px;
    left: 0;
    padding-left: 0px;
    /* width: 100%; */
  }
  .social-menu-horz {
    padding-bottom: 50px;
    padding-left: 0px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 200px;
  }
  .loadingimage {
    position:absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background-image: url("./assets/Icons/Logo_B(alpha) (1).png");
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
  }
  
  .loading-text {
    position:absolute;
    bottom:5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start ;
    color: white;
    text-align:center
  }

}


@media only screen and (max-height: 700px) {
  .social-menu {
    height: 78vh;
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    padding-left: 0px;
  }
  .social-menu-vert {
    height: 28vh;
    max-height: 210px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* padding-bottom: 25px; */
    padding-bottom: 35px;
    left: 0;
    padding-left: 0px;
    /* width: 100%; */
  }
  .social-menu-vert-height {
    min-height: 100px;
    height: 30vh;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .social-menu-horz {
    padding-bottom: 50px;
    padding-left: 0px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    max-width: 200px;
  }


  .icon-container {
    width: 65px;
    height: 65px;
    text-align: center;
    bottom: 0px;
    padding: 0px 10px 0px 10px;
  }
  .square {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #00C2E2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00C2E2 10px); */
  }
  
  .square-light {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #06DFD2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #00FFC1 10px); */
  }
  .square-burger {
    /* position: relative; */
    width: 50px;
    height: 50px;
    background-color: #FF0DF2;
    border-radius: 10px;
    /* background: linear-gradient(135deg, transparent 13px, #FFED00 10px); */
  }

  #social-icon-img,
  #social-icon-img-mail,
  #social-icon-img-phone,
  #social-icon-img-ig,
  #social-icon-img-twit,
  #social-icon-img-linkd {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 45px;
    height: 45px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(90deg);
  }

  #burger-img {
    position: absolute;
    /* display: none; */
    /* position: fixed; */
    width: 45px;
    height: 45px;
    padding: 2px;
    z-index: 9999;
    transform: rotate(180deg);
    transition: 1s;
  }


  .loadingimage {
    position:absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
    background-image: url("./assets/Icons/Logo_B(alpha) (1).png");
    background-size: 250px 250px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
  }
  
  .loading-text {
    position:absolute;
    bottom:5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start ;
    color: white;
    text-align:center
  }

}
