@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam&display=swap');
#tsparticles {
  position:relative;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.check-box {
	transform: translate(0px, -100px);
	margin-left: 10px;
	position: relative;
	width: 60px;
	padding: 1px;
}

input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 50px;
    height: 25px;
    background: #e0e0e0;
    border-radius: 50px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: 0.4s;
}

input:checked[type="checkbox"] {
    background: #bc451d;
}

input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1.2px rgba(0, 0, 0, 0.8);
    transition: 0.4s;
}

input:checked[type="checkbox"]::after {
    left: 50%;
}

/* CSS */
/*.button-85 {
  padding: 4px 6px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(0px);
  -webkit-filter: blur(2.5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 10px;
}*/
.download-image {
      width: 100%;
      height: 110px;
      object-fit: contain;
      border-radius: 8px;
      border: 1px solid #ddd;
      margin-bottom: 15px;
      background: #ffffffbf;
      padding: 8px;
    }
.card {
  background-color: #ffffff29;
}
.policy-container {
      max-width: 900px;
      margin: 0px auto;
      padding: 30px;
    }
.terms-container {
      max-width: 900px;
      margin: 0px auto;
      padding: 30px;
    }