body {
  margin: 0;
  padding: 10px;
  background-color: hsl(211deg 100% 6.04%) !important;
}
/* basic style start */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}
a {
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer !important;
}
ul {
  padding: 0 !important;
  margin: 0;
}
ul > li {
  list-style: none;
}
/* basic style end */
.hdr-scc-hld {
  color: #fff;
  padding: 0px 15px;
  background: #aeaeae45;
  border-radius: 11px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px #252525;
  font-family: "Bruno Ace", cursive;
}
.hdr-scc-hld nav .imgsrc {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.imgsrc img {
  border-radius: 7px;
  height: 40px;
  margin-right: 20px;
  box-shadow: 0 0 3px #25252545;
}
.min-pg-ctt {
  z-index: 5;
  margin: 25px 0;
  overflow: hidden !important;
  position: relative;
  border-radius: 10px;
  align-items: center;
  background: #aeaeae45;
  justify-content: center;
  backdrop-filter: blur(50px);
}
.min-pg-ctt {
  padding: 2% 2%;
}
.tlt-sc-cnt {
  padding: 2em 0;
  text-align: center;
}
.bg-tlt {
  font-weight: 900;
  text-decoration: underline;
  font-size: 1.2em;
}
.bg-rd-hld {
  z-index: -5;
  display: flex;
  flex-direction: row;
  position: absolute;
  animation: moves 1s infinite ease-in;
  animation: round 20s infinite linear;
  transform: rotate(0deg);
}
.bg-rd {
  width: 400px;
  opacity: 50%;
  height: 400px;
  filter: blur(50px);
  position: relative;
  border-radius: 50%;
  background-color: hsl(298.79deg 100% 50% / 75%);
}
.rd-on {
  background-color: hsl(182.48deg 100% 50% / 58%);
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moves {
  from {
    transform: translateX(50px);
  }
  to {
    transform: translateX(100px);
  }
}
.min-ctt-hld {
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  position: relative;
  align-items: center !important;
  padding: 2% 5%;
  flex-direction: row;
  justify-content: space-evenly;
  left: 0;
  row-gap: 20px;
  column-gap: 20px;
  text-align: center;
}
.min-inr-scc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12em;
  row-gap: 3em;
  align-items: center;
}
.sft-txt-hld {
  width: 25em;
  height: 25em;
  display: flex;
  padding: 10px 20px;
  border-radius: 8px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #89898950;
}
.sft-txt {
  row-gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sft-tlt {
  color: #f2f2f2;
  font-weight: 900;
  font-size: 2rem;
  font-family: "Bruno Ace", cursive;
}
.sft-p {
  width: 15em;
  color: #f2f2f2;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
}
.sft-dwn-btn {
  color: #f2f2f2;
  display: flex;
  padding: 9px 30px;
  position: relative;
  border-radius: 50px;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-color: #000000;
  font-family: "Josefin Sans", sans-serif;
  background-position: 0% 0%;
  background-size: 400%;
  transition: 5s linear;
}
.sft-dwn-btn::before {
  content: "";
  z-index: -1;
  display: block;
  height: 40px;
  width: 140px;
  border-radius: 50px;
  filter: blur(8px);
  position: absolute;
  background: linear-gradient(
    270deg,
    hsl(298.79deg 100% 50% / 75%),
    hsl(182.48deg 100% 50% / 58%)
  );
}
.sft-dwn-btn:hover {
  color: #fff !important;
  height: 40px;
}
.sft-dwn-btn:hover::before {
  z-index: -1;
  height: 45px;
  filter: blur(8px);
  position: absolute;
  animation: turn 5s infinite ease-in-out;
}
.blk-g-btn::before {
  height: 55px;
  width: 255px;
}
@keyframes turn {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.min-qr-sc {
  width: 25em;
  height: 28em;
  display: flex;
  padding: 20px;
  border-radius: 8px;
  justify-content: center;
  background-color: #222427;
  opacity: 45%;
  backdrop-filter: blur(50px);
}
.qr-sc-hld {
  display: flex;
  row-gap: 25px;
  flex-direction: column;
}
.inp-scc {
  display: flex;
  column-gap: 13px;
  align-items: center;
}
.inp-srh {
  display: flex;
  padding: 5px 8px;
  border-radius: 11px;
  background-color: #00000060;
}
.inp-srh:focus .btn-qr {
  background-color: #000;
}
.inp {
  border: 0;
  outline: 0;
  height: 3em;
  width: 13em;
  background-color: transparent;
  color: #fff;
  padding: 0 10px;
  font-size: medium;
  font-family: "Josefin Sans", sans-serif;
}
.btn-qr {
  border: 0;
  outline: 0;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  padding: 9px 15px;
  background-color: #000000;
}
.btn-qr:focus {
  background-color: #444444a3;
}
.btn-genrt {
  outline: 0;
  width: 5em;
  padding: 19px 50px;
  height: 3.9em !important;
  font-size: 14px;
  border: 2px solid;
  border-radius: 11px;
  transition: 0.2s ease;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-genrt::before {
  content: "";
  z-index: -1;
  filter: blur(8px);
  position: absolute;
  border-radius: 13px;
  transform: scale(0);
  transition: 0.5s ease;
  width: 7.8em !important;
  height: 4.3em !important;
  background: linear-gradient(
    270deg,
    hsl(298.79deg 100% 50% / 75%),
    hsl(182.48deg 100% 50% / 58%)
  );
}
.btn-genrt:hover {
  border: 0;
  cursor: pointer;
  border: 2px solid #000;
  color: #fff !important;
  background-color: #000 !important;
}
.btn-genrt:hover::before {
  transform: scale(1);
}
.lft {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.qr-min-s {
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: #00000065;
  width: -webkit-fill-available;
  height: 40em !important;
}
.min-qr-hld {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-scc {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.dwn-btn {
  border: 0;
  width: -webkit-fill-available;
  font-size: 18px;
  height: 3em !important;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.dwn-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.5em !important;
  height: 3.5em !important;
  transform: scale(0.2);
  transition: 0.2s ease;
}
.dwn-btn:hover::before {
  transform: scale(1);
}
/*SP010 bulk qr code page start*/

.tlt-pg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-txt {
  color: #fff;
  font-size: 1.7rem;
}
.sld-wpr {
  left: 0;
  bottom: 0;
  width: 250px;
  height: 100vh;
  padding: 2% 0;
  overflow-y: scroll !important;
  position: relative;
  border-radius: 10px;
  overscroll-behavior: auto !important;
  background-color: #00000065;
}
.inps-hld {
  row-gap: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.inp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.min-inp {
  border: 0;
  outline: 0;
  color: #ffff;
  height: 2.5em;
  font-size: 1.1rem;
  padding: 0px 10px;
  border-radius: 7px;
  background-color: #00000060;
  width: -webkit-fill-available;
}
.min-inp:placeholder {
  padding: 10px 0px;
  color: #fff;
}

/*SP020 bulk qr code page end*/
.min-txt {
  padding: 5%;
  color: #fff;
}
/* footer style start */
.ftr-scc {
  border-radius: 10px;
  background-color: #aeaeae45;
  padding: 20px;
}
.rt-inr {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.cmp-nm {
  color: #fff;
  font-weight: 900;
  font-family: "Bruno Ace", cursive;
}
.cmp-zz {
  height: 100px;
}
.ftr-inr {
  display: flex;
  justify-content: space-between;
  font-family: "Josefin Sans", sans-serif;
}
.ftr-li {
  color: #fff;
  font-weight: 100;
  font-family: "Josefin Sans", sans-serif;
}
.ftr-li:hover {
  text-decoration: underline;
}
.ftr-lf-sc {
  background-color: #aeaeae45;
  border-radius: 8px;
  height: auto;
  padding: 20px;
}
.tt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
/* footer style end */
/*M001 media query start*/
@media all and (max-width: 414px) and (min-width: 280px) {
  .close {
    visibility: hidden;
  }
  .btn-qr {
    visibility: hidden;
  }
}
@media (max-width: 414px) {
  .hdr-scc-hld nav .imgsrc {
    font-size: 1.5rem;
  }
  .sft-tlt {
    font-size: 1.4rem;
  }
  .min-pg-ctt {
    overflow: visible !important;
  }
  .min-ctt-hld {
    height: auto;
    padding: 15px;
  }
  .min-inr-scc {
    flex-direction: column-reverse;
  }
  .inp-srh {
    display: flex;
    width: 189px;
  }
  .inp {
    width: 8em;
  }
  .dwn-btn::before {
    width: 18.5em;
  }
}
@media (max-width: 868px) {
  .min-pg-ctt {
    overflow: hidden !important;
  }
  .min-inr-scc {
    row-gap: 20px;
  }
  .sft-txt-hld {
    width: -webkit-fill-available;
  }
  .min-qr-sc {
    width: -webkit-fill-available;
  }
}
/*M002 media query end*/
