#typedText{
    color: rgb(248, 248, 248);
}

body{
  user-select: none; 
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

body::before {
  content:'' ;
  
}

img {
  pointer-events: none; 
}



.background-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-lines::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 2px;
  background: linear-gradient(to right, transparent, #00ff8a, transparent);
  transform: rotate(20deg);
  top: 60%;
  animation: move-lines 4s linear infinite;
}

@keyframes move-lines {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.nav-trigger-container {
  position: absolute; 
  top: 15px;
  left: 20px;
  z-index: 1001;
}

.nav-toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 30px;
  margin-top: 0;
  margin-left: 0;
  justify-items: center;
  align-items: center;

}
.nav-toggle-btn span {
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 50px; 
  left: 0;
  background: rgba(57, 57, 57, 0.404); 
  backdrop-filter: blur(4px);
  overflow: hidden; 
  max-height: 0; 
  transition: max-height 0.3s ease;
  z-index: 999;
}


.dropdown-menu.open {
  max-height: 300px; 
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .dropdown-menu ul {
    width: 280px;

 
  }
}


.dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.dropdown-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cta-button {
  font-family: "Hitmarker Normal Bold", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.7px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  width: fit-content;
  background-color: rgb(29, 94, 168);
  background-size: cover;
  background-repeat: no-repeat;
  outline-offset: 0px;
  white-space: nowrap;
  padding: 8px 15px;
  outline: none;
  margin: 0px auto;
  border-radius: 8px;
  margin-right: 0px;
  outline: transparent solid 1px;
  transition: 0.25s;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border: 2px solid rgb(29, 94, 168);
  border-radius: 8px; 
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.cta-button:hover::before {
  width: 105%; 
  height: 105%; 
}

.cta-button:hover {
  background-image: url(https://www.callofduty.com/content/dam/atvi/callofduty/cod-touchui/blackops6/common/CerberusBtnAnim_6sec.gif);
  box-shadow: 0 0 15pxrgb(29, 94, 168); 
  transform: scale(1.05); 
}
.nnt{
  margin-left: 50px;
}
.nnt img {
  width: 100%;
}
#login-button{
  border-radius: 3px;
}
.glass-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #efeeee !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}
.glass-button:hover {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
#typedTextContainer {
  margin-top: 20px; 
}
.g-recaptcha{
z-index: -1;
}
.ok-free{
  color: black;
  background-color: rgb(249, 104, 0);
  padding: 1px;
  font-weight: bold;
  font-size: 15px;
  margin-left: -1px;
  margin-top: -22px;
  border-radius: 8px;
}
.authentication{
  color: rgb(228, 24, 24);
  font-size: 17px;
}
@media (max-width: 768px) {
  .cta-button {

    width: 150px;
    margin-right: -10px;
    margin-left: 20px;
 
  }
}

.lef h2{
  color: #bdbdbd;


}
#password::placeholder{
  font-size: 14px;
  color: #4b4b4b69;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif}
.header-logo img{
  width: 100%;
  margin-bottom: 30px;
  border-radius: 11px;
  border: 2px solid rgba(255, 255, 255, 0.438);
}
.btn-copy {
  font-family: "Hitmarker Normal Bold", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.5px;
  color: #0056b3;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #0056b3;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  width: 60%;
  align-items: center;
  justify-items: center;
  height: 40px;
  background-color: transparent;
  background-size: cover;
  white-space: nowrap;
  padding: 6px 12px;
  margin: 0px auto;
  outline: none;
  outline-offset: 0px;
  box-shadow: 0 0 10px rgba(0, 86, 179, 0.8);
  transform: scale(1.05);
  color: white;
  border: 2px solid #0056b3;
  border-radius: 15px;
  transition: all 0.3s ease;
  transition: all 0.25s;
  position: absolute;
}

.btn-copy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border: 2px solid #0056b3;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.btn-copy:hover::before {
  width: 105%;
  height: 105%;
}

.btn-copy:hover {
  box-shadow: 0 0 10px rgba(0, 86, 179, 0.8);
  transform: scale(1.05);
  color: white;
}
.alert-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 40px;
  background-color: rgba(39, 62, 165, 0.877);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 2000;
}

.alert-box.show {
  opacity: 1;
}

.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.404); 
  backdrop-filter: blur(4px);
  z-index: 1500;
  display: none;
}

.blur-overlay.active {
  display: block;
}

.bvvvv{
  margin-left: 50px;
  padding-bottom: 300px;
}
#ssssd {
  margin-top: -200px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px; 
}

.ehy img {
  width: 40px;
  margin-left: -16px;
  border-radius: 15px;
}

.ehy p {
  margin: 0;
}
.btn-copy img {
  width: 40px;
  height: auto;
  border-radius: 15px;
}

.btn-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

/* رفع مشکل کلیک روی دکمه */
.btn-copy:focus {
  outline: none;
}
.wow{
  background-color: #1c242cce;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
 border: 1px solid #124f91e0;
 transition: all 0.6s;
}
.wow:hover{
  border-color: #00ff8a;
}
.thx {   
    background-color: #2f363d8e;   
    backdrop-filter: blur(6px);
    padding: 10px;   
    border:1px solid rgba(167, 165, 165, 0.425);
    border-radius: 9px;   
    font-size: 20px;
    max-width: 100%; 
    margin-bottom: 10px;
    display: inline-block; 
    text-align: center; 

}
#joke{
  color: rgb(58, 197, 58);
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  backdrop-filter: blur(7px);
}
#typedText{
  text-align: left;
  color: #7c7c7c;
}
#leff{
  background-color: #2f363d8e;   
  backdrop-filter: blur(6px);
  border:1px solid rgba(167, 165, 165, 0.425);
  border-radius: 5px;  
  padding: 1.4px; 
  color: rgb(235, 199, 0);

}
.whatsapp-container {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #25d366;
   width: 100%;
  height: 40px;
  border-radius: 30px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.whatsapp-container:hover {
  transform: scale(1.01);
}


.whatsapp-button img {
  width: 35px;
  margin-top: 28px;
  border: none;
  margin-left: 5px;
}

.whatsapp-text {
  color: white;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.background-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-lines::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 2px;
  background: linear-gradient(to right, transparent, #00ff8a, transparent);
  transform: rotate(20deg);
  top: 60%; 
  animation: move-lines 4s linear infinite;
}

@keyframes move-lines {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

