
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');


html,
body {
  place-items: center;
  scroll-behavior: smooth;
  background: url("./background.png") center center/cover;
  animation: bgscroll 20s linear infinite;
    /*overflow-x: hidden;*/
}
@keyframes bgscroll {
  from {
    background-position: 0% 0;
  }  
  to {  
    background-position: 100% 0;
  }
}


.header {
    font-size: 30px;
    color: #000; 
    text-align: center;  
    text-transform: uppercase;
    font-weight: bold;
    padding-top:12px; 
    
     
      font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}  
 
.icon {
    width: 220px;
    font-family: 'Play', sans-serif;
    margin-bottom: 10px;
}

 

.showin {
    animation: showin 0.5s;
    animation-fill-mode: forwards;
}
.useronline { 
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    -webkit-background-clip: padding-box;
      font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03rem;
}
  
 
@keyframes showin {
    0% { transform: scale(0);}
  30% { transform: scale(1);}
  60% { transform: scale(1.1);}
    100% { transform: scale(1);}
  }
 
 
  #update{
    color: red;
    font-weight: bold;
  }
  #user-online{ 
    color: red;
    font-weight: bold;
  }
 

  .appbox1{
    max-width: 600px;
    background: rgba(0, 0, 0, 0.664);
    justify-content: center;
    align-items: center; 
    text-align: center;
    margin: auto;
    border: #333 solid 5px;
    border-radius: 15px;
    padding: 10px;
    /*margin-bottom: 80px;*/
  }
  .appbox{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      max-width: 95%;
      margin: auto;
      margin-top: 10px;
      border-radius: 15px;
      padding: 10px;
      padding-bottom: 50px;
  }
  .appbox a{
    text-decoration: none;
  }
  .iconimg{
      max-width: 140px;
      cursor: pointer;
      border-radius: 10px;
      box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 8px 8px rgba(0,0,0,0.11), 0 16px 16px rgba(0,0,0,0.11), 0 32px 32px rgba(0,0,0,0.11);
      margin: 10px;
  
  
  }
  .iconimg:hover{
      background-color: #333;
      border: #fff solid 5px;
      transform: scale(1.1);
      box-shadow: 0px -25px 20px -20px rgba(255, 255, 255, 0.45), 25px 0 20px -20px rgba(255, 255, 255, 0.45), 0px 25px 20px -20px rgba(255, 255, 255, 0.45), -25px 0 20px -20px rgba(255, 255, 255, 0.45);
  
  
  }
  .selectedcard{
      background-color: #333;
      border: #fff solid 5px;
      transform: scale(1.2);
      box-shadow: 0px -25px 20px -20px rgba(255, 255, 255, 0.45), 25px 0 20px -20px rgba(255, 255, 255, 0.45), 0px 25px 20px -20px rgba(255, 255, 255, 0.45), -25px 0 20px -20px rgba(255, 255, 255, 0.45);
  
  }
  .button{
      cursor: pointer;
      display: block;
      max-width: 220px;
      text-align: center;
      font-size: 20px;
      border-color: #0069d9;
      background: #0069d9;
      color: #fff;
      border-radius: 10px;
      padding: 20px;
      margin: auto;
      margin-top: 10px;
      z-index: 99; 
      /*font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
      /* font-weight: bold;  */
          font-family: 'Titan One', cursive;
    text-align: center;
    margin-bottom: 10px;
    -webkit-background-clip: padding-box;
      letter-spacing: 2px; 
  }
  #button1{
        font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  }
  .button:hover{ 
      border-color: #065cb8;
      background: #065cb8;
      transform: scale(1.1);
  
  }

  .download{  
      display: flex;
      justify-content: center;
      align-self: center;
      text-align: center;
      border: #333 solid 2px;
  
  }
  .showiconimg{
      max-width: 180px;
      border-radius: 10px;
      border: #fff solid 5px;
      box-shadow: 0px -25px 20px -20px rgba(255, 255, 255, 0.45), 25px 0 20px -20px rgba(255, 255, 255, 0.45), 0px 25px 20px -20px rgba(255, 255, 255, 0.45), -25px 0 20px -20px rgba(255, 255, 255, 0.45);
  }
  .text1{
      display: block;
      font-size: 20px;
      position:relative;
      z-index: 10000;
      max-width: 90%;
      color: #fff;
      font-family: 'Play', sans-serif;
      border-radius: 10px;
      text-align: center;
      width: 100%;
      padding: 5px;
      margin: auto;
      margin-top: 5px;
  
  }
  #Gentext{
    font-family: 'Courier New', Courier, monospaceS;
    max-width: 350px;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 20px;
    color: #000;
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    font-weight: bold;
  }
  #Gentext1{
    color: #fff;
  }
  .Gen-Text{
    font-family: verdana;
    font-size: 15px;
    margin: 5px 0; 
  }  
  
  .icon{
      width: 220px;
      font-family: 'Play', sans-serif;
      margin-bottom: 10px;
  
  }
  
  #google_translate_element{
    padding: 10px;
  }

  .marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-variant: small-caps;
      font-size: 16px;    
      border: 2px solid #000;
      line-height: 25px;
      color: #ffff;
      background-color: rgba(10, 9, 9, 0.55);
      padding: 1.5px;
      margin: 2px;
  } 
  .marquee-text {
    display: inline-block; 
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
  } 
   
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
/*****************
 * CONTENT LOCKER
 *****************/
 
 #my-locker {
	/*background: url('./background_modal.png') !important;*/
    background-size: cover;
    display: none;   
	margin: 3% auto 0;     
	overflow: hidden;   
	width: 600px;
	    height: 600px;
    /*height: auto;*/
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0.3px;
	max-width: 800px;
	box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.56);
	z-index: 2; 
    border-radius: 15px;
    position: absolute;  
    top: 0%;
    left: 50%;
    transform: translateX(-50%); 
    padding:0px;
} 

body.editing #my-locker {
	margin: 39px 0 0 380px;
}


#my-locker-background {
    opacity: 0.65;  
    width: 100%;  
    height: 120vh;  
    position: absolute; 
    top: 0;  
    left: 0;
    /* background-color: white;  */
    display: none;     
    backdrop-filter: blur(4px);

}  
 
#my-locker-background
 {
    background: url() top left no-repeat #464141;
}

#my-locker-background {
    background: #464141;
    background-size: cover !important;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

 
	#my-locker #my-locker-body {
		/* background: #fff; */ 
		background-size: cover !important;
		max-width: 100%;
		position: relative;
		/*padding: 0 10px;*/
	}
	
		#my-locker .my-locker-body-text-top {
			margin: 0;
			padding: 0 12px;
			text-align: center;
			color: #696969;
			font-size: 16px;
			text-shadow: 1px 1px 2px #dcdcdc;
		}
		  
			#my-locker #my-locker-body-human-verification {
				display: none;
				padding: 0;
			}

			#my-locker #my-locker-body-human-verification button {
				background: #fff;
				background-size: cover !important;
				border: 0px solid transparent;
				border-radius: 3px;
				color: #fff;
				cursor: pointer;
				display: block;
				font-family: inherit;
				font-size: 17px;
				font-weight: bold;
				margin: 0 auto;
				padding: 16px 33px;
			}

			#my-locker #my-locker-body-human-verification button i {
				margin: 0 10px 0 -5px;
			}

			#my-locker #my-locker-body-offers #my-locker-body-offers-list {
				border-radius: 4px;
				padding: 0 6px;
			}


			
			#my-locker #my-locker-body-offers #my-locker-body-offers-list a:hover {
				/* background-color: #B1B1B1; */
				color: #565656;
				text-decoration: none;
			}
 
			#my-locker #my-locker-body-offers #my-locker-body-offers-list a.hidden {
				display: none;
			}

				#my-locker #my-locker-body-offers #my-locker-body-offers-list a span {
					display: block;
					margin: 0 auto;
				    max-width: 92%;   
				    overflow: visible;
				    padding: 0 12px;
				    white-space: normal;
				}

/** 
 * Code Editor 
 */
 #heading-big { 
    font-size: 31px; 
    letter-spacing: -1px;
    margin-bottom: 12px; 
    font-weight: bold;
    color: #000;
}


 
 
 
 
#my-locker #my-locker-body-offers #my-locker-body-offers-list a{
    border: 1px solid #b9b9b9;
    background-color: #FBFBFB;
    background-size: cover !important;
    color: #000000;
    border-top: 1px solid #a9a9a9;
    margin-bottom: 4px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 9px 0;
    font-size: 14px;
    width: 100% important;
    max-width: 100%;
    overflow: hidden;
    border-radius: 15px;
}



#waiting {
    background: #000000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0 auto;
    padding: 15px 20px 13px;
}





#iframeLocker{
  width: 100%; 
  height:650px;
  border: none;
  border-radius: 0;
}
 


















































 
.container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 15px;
      /*height: 100vh;*/

}

.row {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}

.col-6 {
  padding: 3px;
  flex: 0 0 10%;
  max-width: 10%;
}

 
 
.iconimg {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
  cursor: pointer;
  display: block;
}

.iconimg:hover {
  transform: scale(1.02);
}

/* Modal Styles */
.modal-backdrop.show {
  opacity: 0.85;
  background: #000;
}

.modal-content { 
  background: rgb(32 32 43 / 87%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px 12px 0 0;
}

.modal-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
}

.modal-body {
  padding: 0.7rem;
  background: rgba(0, 0, 0, 0.1);
}

.modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 12px 12px;
  justify-content: center;
}

.close {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  opacity: 1;
}

.close:hover {
  color: #fff;
}

.btn-primary {
  background: linear-gradient(45deg, #2196f3, #00bcd4);
  border: none;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(45deg, #1976d2, #0097a7);
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

#modalCardImage {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.promo-code {
  font-family: "Courier New", monospace;
  font-size: 15x;
  font-weight: bold;
  letter-spacing: 2px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.footer{ 
  width: 100%; 
font-weight: bold;
}

@keyframes rainbow-bg {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 1600px) {
  .col-6 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (max-width: 1200px) {
  .col-6 {
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}

@media (max-width: 991px) {
  .col-6 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

@media (max-width: 767px) {
  .col-6 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .container {
    padding: 0 10px;
  }

  .row {
    margin: -4px;
  }

  .col-6 {
    padding: 4px;
  }
}

@media (max-width: 576px) {
  .col-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 480px) {
    
    
  .col-6 { 
    flex: 0 0 50%;
    max-width: 50%;    
    display: flex;  
    justify-content: center;
  }
   
   
   #my-locker {
       width:95%;
    padding-bottom: 20px; 
    }
  /*body {*/
  /*  padding: 10px 0;*/
  /*}*/

  /*.container {*/
  /*  padding: 0 5px;*/
  /*}*/

  .row {
    margin: -3px; 
    padding: 0 7%;  
  } 

  .col-6 {
    padding: 3px;
  }
}

/* Mobile Responsive Enhancements */
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0.5rem;
    max-width: 320px;
    margin: 0.5rem auto;
  }

  .modal-content {
    border-radius: 8px;
  }

  .modal-header {
    padding: 0.75rem;
  }

  .modal-body {
    padding: 0.75rem;
  }

  .modal-footer {
    padding: 0.75rem;
  }

  #modalCardImage,
  #promoCardImage {
    max-width: 280px;
    margin: 0 auto;
  }

  #verificationFrame {
    height: 400px;
  }
}

.confetti {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f0f;
  opacity: 0;
  transform: translateY(0);
  animation: confetti-fall 1s ease-out forwards;
}

@keyframes confetti-fall {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateY(100vh) rotate(720deg);
  }
}

@media (max-width: 480px) {
  .modal-dialog {
    max-width: 300px;
    margin: 0.5rem auto;
  }
  
  .container{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .modal-header {
    padding: 0.5rem;
  }

  .modal-body {
    padding: 0.5rem;
  }

  .modal-footer {
    padding: 0.5rem;
  }

  #modalCardImage,
  #promoCardImage {
    max-width: 260px;
  }

  #verificationFrame {
    height: 350px;
  }
}



