

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

body{
    color:white;
}


.title{
    font-family: "Unbounded", serif;
}
::placeholder{
    opacity: 0.5;
    font-size:12px;
    letter-spacing: 1px;
}



.poppins{
    font-family: "Poppins", serif;
}






.testBG{
    border-radius: 15px;
    background: radial-gradient(96.87% 167.08% at 50% 0%, rgba(5, 5, 30, 0) 0%, rgba(92, 73, 144, .06) 33.33%, rgba(254, 139, 187, .11) 66.67%, rgba(255, 189, 122, .16) 99.99%, rgba(255, 189, 122, 0) 100%), rgba(226, 232, 255, .01);
    box-shadow: 0 -28px 84px -24px #e2e8ff1f inset;
    border: 1px solid rgba(226, 232, 255, .1);
    padding:1rem 0.5rem;
}


.swiper-slide{
    border-radius: 10px;
    background: radial-gradient(96.87% 167.08% at 50% 0%, rgba(5, 5, 30, 0) 0%, rgba(92, 73, 144, .06) 33.33%, rgba(254, 139, 187, .11) 66.67%, rgba(255, 189, 122, .16) 99.99%, rgba(255, 189, 122, 0) 100%), rgba(226, 232, 255, .01);
    box-shadow: 0 -28px 84px -24px #e2e8ff1f inset;
    border: 1px solid rgba(226, 232, 255, .1);
    padding:1rem 0.5rem;
}


/* Search container */
.search-container {
    position: relative;
    width: 60px;
    height: 60px;
}

/* Search button */
.search-button {
    position: absolute;
    width: 60px;
    height: 60px;
    border: none;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moveInCircle 2s infinite linear;
}

/* Search icon */
.search-icon {
    z-index: 2;
    fill: #cecece;
    transition: transform 0.2s ease;
}

/* Scan effect */
.search-scan {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(16, 185, 129, 0.5); /* Green with transparency */
    transform: translate(-50%, -50%);
    animation: scan-wave 2s infinite ease-out;
}

/* Hover effect for button */
.search-button:hover .search-icon {
    transform: scale(1.1);
}

/* Scan wave animation */
@keyframes scan-wave {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

/* Move in circle animation */
@keyframes moveInCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translate(50px) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) translate(50px) rotate(-360deg);
    }
}

.active-slide {
    transform: scale(1.1) !important; /* Scale the active slide */
    opacity: 1 !important;           /* Highlight the active slide */
    z-index: 10 !important;          /* Bring the active slide to the front */
}

/* Non-active slides (optional for a smoother transition) */
.swiper-slide:not(.active-slide) {
    transform: scale(0.8) !important; /* Reset scale */
    opacity: 0.8 !important;        /* Dim the non-active slides */
}
















.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#b1b1b1 94%,#0000) top/9px 9px no-repeat,
           conic-gradient(#0000 30%,#a5a5a5);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
    animation: spinner-c7wet2 0.8s infinite linear;
 }

 @keyframes spinner-c7wet2 {
    100% {
       transform: rotate(1turn);
    }
 }
 .loading {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-align: center;
	span {
		display: inline-block;
		margin: 0 -0.05em;
	}
}
.loading02 span {
    animation: loading02 1.2s infinite alternate;
  }
  .loading02 span:nth-child(2) {
    animation-delay: 0.2s;
  }
  .loading02 span:nth-child(3) {
    animation-delay: 0.4s;
  }
  .loading02 span:nth-child(4) {
    animation-delay: 0.6s;
  }
  .loading02 span:nth-child(5) {
    animation-delay: 0.8s;
  }
  .loading02 span:nth-child(6) {
    animation-delay: 1s;
  }
  .loading02 span:nth-child(7) {
    animation-delay: 1.2s;
  }
  .loading02 span:nth-child(8) {
    animation-delay: 1.4s;
  }

  @keyframes loading02 {
    0% {
      filter: blur(0);
      opacity: 1;
    }
    100% {
      filter: blur(5px);
      opacity: 0.2;
    }
  }



   .thirdClose{
	font-family: "Montserrat", sans-serif;
   }
   .thirdClose p:first-child{
    font-size: 20px;
    font-weight: 600;
   }



   .background{
    background:#000019;
   }


   .me{
    background: linear-gradient(135deg, #926aff 0%, #ff77b0 50%, #ffb367 100%);
   }



   .swal2-container{
    backdrop-filter: blur(5px);
   }

   .swal2-confirm{
    text-shadow:-1px 1px 8px black;
    background:linear-gradient(135deg, #926aff 0%, #ff77b0 50%, #ffb367 100%) !important;
   }


   .swal2-icon-content {
    font-size:2.5rem !important;
   }



   .swal2-icon{
    border-color:#87adbd !important;
   }


   .custom-progress-bar {
    background: linear-gradient(135deg, #926aff 0%, #ff77b0 50%, #ffb367 100%) !important;
  }



  .progress-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
  }

  #progress-text {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .progress-bar {
    width: 100%;
    height: 15px;
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
  }

  .progress {
    width: 0;
    height: 100%;
    border-radius: 8px;
    transition: width 1s ease-in-out;
  }


  .fade-in {
    animation: fadeIn 0.5s forwards;
  }

  .fade-out {
    animation: fadeOut 0.5s forwards;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.6);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
      transform: scale(1);
    }
    to {
      opacity: 0;
      transform: scale(0.6);
    }
  }


  .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #00e444;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
  }

  .loaderD {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid transparent; /* Transparent border */
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: relative;

    /* Linear Gradient Border */
    border-image: linear-gradient(135deg, #926aff, #ff77b0, #ffb367) 1;
    border-image-slice: 1;
}

.loaderD::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent; /* Transparent border */
    animation: rotation 0.5s linear infinite reverse;

    /* Linear Gradient Border */
    border-image: linear-gradient(135deg, #ffb367, #ff77b0, #926aff) 1;
    border-image-slice: 1;
}


  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

