@font-face {
  font-family: 'Memogram';
  src: url('https://cdn.glitch.global/39001764-609d-4d3a-9006-096e367e1ccd/Memogram.ttf?v=1724645139414');
}


html, body {position: relative; margin: 0; width: 100%; height: 100%; overflow: hidden}
      
#pre-loader {
  position: fixed;
  left: 0px;  
  top: 0px;  
  width: 100%;  
  height: 100%;
  z-index: 10;
  background: url('https://cdn.glitch.global/39001764-609d-4d3a-9006-096e367e1ccd/CREATIVEANS-LOGO.png?v=1723805230738') 50% 50% no-repeat rgb(255,255,255);
  background-size: 50% auto;
  opacity: 1;
  transition: opacity 0.5s ease;
}

#pre-loader.hidden {
  opacity: 0;
}

.powered {
  font-family: 'Roboto', Helvetica;
  position: fixed;
  bottom: 10px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #92938E;
  line-height: 20px;
}

.preloaderAnimation {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 30%;
  width: 20%;
}

#loadingAnimationDiv {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  max-width: 70%;
  max-height: 70%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#loadingAnimation {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 100%;
}

#header {
  height: 10%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerImg {
  max-width: 70%;
  max-width: 45%;
  width: auto;
  object-fit: contain;
  position: absolute;
}

#ar-container {
  height: 90%;
  width: 100%;
  top: 10%;
  position: relative;
  overflow: hidden;
}

#popup-icon {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  height: 32px;
  width: 32px;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(90deg, #853AD5, #27F8F1);
  position: absolute;
  z-index: 4;
}

#popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

#popup-content {
  background-color: #ffffff;
  width: 300px;
  max-height: 70%;
  overflow: auto;
  padding: 20px;
  margin: 15% auto;
  border-radius: 5px;
}
  
#popup-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

#popup-content h2 {
  font-family: 'Memogram';
  color: #525558;
  font-size: 23px;
  text-align: center;
}

#popup-content img {
  width: auto;
  height: auto;
  max-width: 70%;
}

#popup-content p {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  color: #525558;
  font-size: 17px;
  text-align: left;
  padding-bottom: 15px;
}

.number-circle {
  display: inline-block;
  background-color: #161617;
  color: white;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 16px;
}

#closePopupDiv {
  width: 100px;
  height: 100px;
  visibility: hidden;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#closePopupDiv img {
  width: auto;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video-previewdiv {
  width: 1280px;
  height: 720px;
  visibility: hidden;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;  
}

#freeGiftDiv {
  width: 800px;
  height: 209px;
  visibility: hidden;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;  
}

#freeGiftDiv img, #video-previewdiv img {
  width: 100%;
  height: auto;
}

.drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #ffffff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0px 0px;
    transition: bottom 0.3s ease;
    overflow-y: auto;
    z-index: 9;
}

.drawer-header {
    position: sticky;
    top: 0;
    padding: 10px 10px 0px 10px;
    background-color: #ffffff;
    color: #aaaaaa;
    text-align: right;
    z-index: 1;
}

.close-btn {
    font-size: 28px;
    font-weight: bold;
    padding-right: 15px;
    cursor: pointer;
}

.drawer-content {
    padding: 0px 30px 0px 30px;
    font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
    color: #525558;
    font-size: 17px;
    text-align: left;
    margin-bottom: 0px;
}

.drawer-content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.drawer-content h2 {
    font-family: 'Memogram';
    font-size: 23px;
}
 
.drawer-content p {
  padding-top: 10px;
}

#previewNamecardDiv {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  max-width: 70%;
  max-height: 70%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#previewNamecardDiv img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 60%;
}

.hover-text {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  margin-top: 10px;
  font-size: 17px;
  animation: colorChange 4s infinite;
}

@keyframes colorChange {
    0%, 30% { color: white; }
    30%, 70% { color: black; }
    70%, 100% { color: white; }
}

::-webkit-scrollbar
{
  height: 8px;
  width: 8px;
  border-radius: 10px; /* Adjust the border radius as needed */
}
  
::-webkit-scrollbar-thumb
{
  background-color: #888888; /* Color of the thumb */
  border-radius: 10px; /* Radius of the thumb */
}

::-webkit-scrollbar-thumb:hover
{
  background-color: #555555; /* Color on hover */
}

#main-videoDiv {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 8;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
}

#main-player {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  max-height: 33%;
  object-fit: contain;
}

.close-video {
  font-family: 'Roboto', HelveticaNeue-Light, Helvetica;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(90deg, #853AD5, #27F8F1);
}

.plyr.plyr--full-ui.plyr--video.plyr--html5, #main-player {
    height: 100%;
}

#freeGiftImg {
  margin-top: 30px;
  text-align: center;
}

#freeGiftImg img {
  max-width: 70%;
  height: auto;
}

#loadingAnimationDiv.hidden, #previewNamecardDiv.hidden, #video-previewdiv.hidden, #closePopupDiv.hidden, #main-videoDiv.hidden {
  display: none;
}

.hidden {
  display: none;
}