@font-face {
      font-family: 'namek'; 
      src: url('fonts/ClashRoyale.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
    }

body {
    font-family: 'Open Sans', sans-serif;

}
.countdown {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .countdown {
    justify-content: center;
  }
}
.countdown .time {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.countdown .time:not(:last-child) {
  margin-right: 16px;
}
.countdown .time #days,
.countdown .time #hours,
.countdown .time #minutes,
.countdown .time #seconds,
.countdown .time .semicolon {
  font-family: Samsung Sharp Sans;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 1024px) {
  .countdown .time #days,
  .countdown .time #hours,
  .countdown .time #minutes,
  .countdown .time #seconds,
  .countdown .time .semicolon {
    font-size: 72px;
    line-height: 91px;
  }
}
@media only screen and (max-width: 1024px) {
  .countdown .time #days,
  .countdown .time #hours,
  .countdown .time #minutes,
  .countdown .time #seconds,
  .countdown .time .semicolon {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}
.countdown .time span {
  font-family: Samsung Sharp Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.3px;
  align-self: center;
}
.countdown .semicolon {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Samsung Sharp Sans;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 1024px) {
  .countdown .semicolon {
    font-size: 72px;
    line-height: 91px;
  }
}
@media only screen and (max-width: 1024px) {
  .countdown .semicolon {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}

    #__shagitz .content12 {
    align-items:center;
    display:flex;
    flex:1;
    flex-direction:column;
    justify-content:flex-start;
    width:100%;
    z-index:2
}
.content12 .wel {
    width:100%
}
.wel h1 {
    font-size:18px;
    text-align:center
}
.content12 .front {
    align-items:center;
    background:linear-gradient(170deg,#e4d0af 7.07%,#c49572 92.88%);
    border-radius:16px;
    box-shadow:0 4px 0 -1px #8c5a33,0 24px 14px -8px #1f0e0159,0 28px 18px #15090080,inset 0 0 1px 2px #ffffff4d;
    display:flex;
    flex-direction:column;
    margin:100px 0 50px;
    padding:50px 20px 20px;
    position:relative;
    width:300px
}
@media (max-width: 600px) {
    /* Perbaikan untuk .content12 .front di mobile */
    .content12 .front {
        width: 95%;           /* Mengubah lebar menjadi 95% agar memenuhi layar */
        margin-left: auto;    /* Menambahkan auto margin untuk memastikan tetap di tengah */
        margin-right: auto;   /* Menambahkan auto margin untuk memastikan tetap di tengah */
        padding-left: 15px;   /* Sedikit mengurangi padding horizontal */
        padding-right: 15px;  /* Sedikit mengurangi padding horizontal */
    }
}
.front .f-imgBox {
    animation:bounce-43deaeb2 2s linear infinite;
    left:50%;
    position:absolute;
    top:-100px;
    transform:translate(-50%) rotate(-20deg);
    width:160px;
    z-index:1
}
.front .claim {
    background-color:transparent;
    cursor:pointer;
    font-size:11px;
}
@keyframes bounce-43deaeb2 {
    0%,to {
        transform:translate(-50%) rotate(-20deg) scale(1)
    }
    50% {
        transform:translate(-50%) rotate(-20deg) scale(1.09)
    }
}

.content12 .accountInfo2 {
    align-items:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-bottom:10px;
    position:relative;
    text-align:center;
    width:100%
}

.form-text span {
    color:#0b57d0!important
}
.googleform .form-action {
    align-items:center;
    display:flex;
    justify-content:space-between;
    width:100%
}
.form-action .createaccount {
    color:#0b57d0!important;
    font-size:14px
}
.form-action .google-submit {
    background:#0b57d0;
    border-radius:50px;
    color:#fff;
    font-size:14px;
    padding:10px 20px
}
.googlecontent .google-footer {
    color:#444746!important;
    display:flex;
    font-size:12px;
    justify-content:space-between;
    margin-top:40px;
    width:100%
}
.google-footer .footer-left {
    color:#444746!important
}
.google-footer .footer-right {
    color:#444746!important;
    display:flex;
    gap:10px;
    justify-content:flex-end
}
.cont .biglogo {
    margin-top:25px;
    width:180px
}
.biglogo img {
    max-width:100%
}
.cont .logtext {
    align-self:center;
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    justify-content:center;
    margin-top:20px;
    width:100%
}
.cont .logtext p {
    color:#000;
    font-family:SupercellText-Bold;
    font-size:18px;
    text-align:center
}
.cont .forms {
    align-self:center;
    display:flex;
    flex-direction:column;
    gap:10px;
    justify-content:center;
    margin-top:20px;
    width:100%
}
.forms input {
    border:none;
    border-radius:10px;
    box-shadow:inset 0 .0625rem .1875rem #00000040;
    color:#666;
    outline:none;
    padding:13px;
    width:100%
}
.forms input:focus {
    outline:1px solid #2d85f3
}
.forms .info22 {
    color:#666;
    font-family:SupercellText-Regular;
    font-size:12px;
    text-align:center
}
.link {
    color:#2d85f3
}
.forms .login-btn {
    background-image:linear-gradient(#5793f3,#4281f2);
    border-radius:50px;
    font-family:SupercellText-Bold;
    font-size:16px;
    padding:13px;
    text-align:center;
    width:100%
}
.login-btn.green {
    background: linear-gradient(#00e26b,#00b359)
}
    @font-face {
      font-family: "SuperCell Magic";
      src: url("media/coc.ttf") format("truetype");
    }

    * {
      padding: 0;
      margin: 0;
      outline: none;
      border: none;
      font-size: inherit;
    }

    html{
      font-size: 50%;
    }
    .shadow-text{
      font-size: inherit;
      text-shadow: -0.1rem -0.1rem 0 #222, 0.1rem -0.1rem 0 #222, -0.1rem 0.1rem 0 #222, 0.1rem 0.1rem 0 #222, 0 0.3rem 0 rgba(0,0,0,1);
      color: #fffffe;
      pointer-events: none;
      font-family: ClashRoyale;
      
    }

    .label-btn{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .label-btn .btn{
      position: relative;
      width: 40rem;
      padding: 1rem 0.2rem;
      margin-top: 0.8rem;
      border-radius: 1rem;
      border-top: 0.2rem solid #eeeeeed0;
      box-shadow: -0.1rem -0.1rem 0 #222, 0.1rem -0.1rem 0 #222, -0.1rem 0.1rem 0 #222, 0.1rem 0.1rem 0 #222, 0 0.3rem 0 #222, 0 0.5rem 0 rgba(0,0,0,0.1);
      cursor: pointer;
    }

    .label-btn .btn::after{
      position: absolute;
      content: "";
      width: 95%;
      height: 2.7rem;
      left: 50%;
      top: 10%;
      border-radius: 0.6rem;
      transform: translateX(-50%);
    }

    .label-btn .btn .shadow-text{
      position: relative;
      z-index: 1;
    }

    .label-btn .btn.green{
      background: #7ec62d;
      border: 0.1rem solid #98de4e;
    }

    .label-btn .btn.green::after{
      background: linear-gradient(to top, rgba(255,255,255,0.2), #dcf684);
    }

    .backdrop{
      position: fixed;  
      top: 0;          
      left: 0;          
      width: 100%;    
      height: 100%;    
      max-width: none;
      background-color: rgba(0, 0, 0, 0.4);  
      display: flex;
      z-index: 1000;
      justify-content: center;
      align-items: center;
      display: flex;  
      font-family: Clash,system-ui,sans-serif;
    }

    .modal{
      max-width: 350px;  
      width: 90%;  
      margin-left:auto;
      margin-right: auto;
      margin-top: 25%;
      padding: 9rem 1rem 1rem 1rem;
      background: #5a5a50;
      border-radius: 2rem;
      border-top: 0.2rem solid #eeeeeed0;
      box-shadow: -0.2rem -0.2rem 0 #222, 0.2rem -0.2rem 0 #222, -0.2rem 0.2rem 0 #222, 0.2rem 0.2rem 0 #222;
      position: relative;
      font-family: namek;
    }

    .modal::after{
      position: absolute;
      content: "";
      width: 98%;
      height: 3rem;
      left: 50%;
      top: 1rem;
      font-family: namek;
      border-radius: 2rem;
      transform: translate(-50%);
      background: linear-gradient(to top, rgba(255,255,255,0.2), #938d8a);
    }

    .modal h2{
      position: absolute;
      top: 2.5rem;
      z-index: 10;
      left: 50%;
      transform: translateX(-50%);
      font-size: 2rem; 
      font-family: namek;
      white-space: nowrap;
      text-shadow: -0.2rem -0.2rem 0 #222, 0.2rem -0.2rem 0 #222, -0.2rem 0.2rem 0 #222, 0.2rem 0.2rem 0 #222, 0 0.3rem 0 rgba(0,0,0,1);
    }

    .container12{
      width: 100%;
      padding: 2rem 1rem;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      font-family: namek;
      border-radius: 2rem;
      background: #e8e8e0;
    }

    .content12{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      font-family: namek;
    }
    .row{
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 1rem 0;
    }

    .bar{
      margin-top: 1rem;
      margin-bottom: 0;
      width: 95%;
      height: 0.2rem;
      border-radius: 1rem;
      background: #c3c3bc;
      outline: 0.1rem solid #ffffff;
    }

@media (max-width: 600px) {
    .cyber-button {
        margin-bottom: 65px;
    }
        .popup-box-wrappernamek {
          background:url(../img/namekpop.webp) no-repeat center center;
	background-size:100% 100%;
    max-width: 100%; 
    width: 100%;
    margin: 0; 
        margin-top: 45%;
		zoom: 0.9;
}
@media (min-width: 601px) {
    .cyber-button {
        margin-bottom: 65px;
    }
}
