* {
  padding: 0px;
  margin: 0px;
  border: none;
  font-size: 35px;
  font-family: bp;
  color: white;
  font-weight: bolder;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  overflow-x: hidden !important;
}
.wrapper {
  height: 100%;
  overflow-x: hidden !important;
}
.innner {
  height: 100%;
  overflow-x: hidden !important;
}
.bdn {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden !important;
}
.navbar-nav .nav-item {
  display: unset !important;
}

.top-nav {
  width: 100vw;
  height: 11vh;
  z-index: 10000;
  background: white;
}
.top-navv:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 11vh;
  background-image: url(../Asset/BG.html);
  background-size: cover;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-logo {
  width: 130px;
  padding: 5px;
}
.nav-btn {
  width: 105px;
  background: var(--theme);
  height: 35px;
  font-family: raleway;
  font-size: 17px;
  border-radius: 2px;
  left: 70%;
}
.menu {
  position: fixed;
  top: 2.3%;
  font-size: 21px;
  color: var(--dark);
  right: 2vh;
  border: 2px solid #69709f;
  width: 45px;
  height: 38px;
  background: none;
  border-radius: 2.5px;
}
.white {
  color: white !important;
}
.menu-box {
  right: 0%;
  width: 60%;
  height: 100%;
  background: #12151c;
  animation: rl 0.5s 1;
  z-index: 1000001;
}
.menu-item-box {
  top: 10%;
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
}
.menu-item-box a {
  overflow: visible;
}
.menu-item {
  width: 100%;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 0px !important;
}
.menu-item span {
  color: #e3edfb;
  margin-left: 5%;
  font-size: 19px;
  font-family: raleway;
  top: 25%;
  left: 35%;
}
.menu-item i {
  top: 35%;
  left: 25%;
  font-size: 22px;
}
.menu-item ul {
  position: absolute;
  top: 65%;
  font-size: 9px;
  font-family: raleway;
  font-weight: 100;
  color: #f8fcce;
  left: 40%;
}
.menuH {
  color: #e3edfb;
  font-size: 24px;
  top: 6%;
  left: 15%;
  font-weight: normal;
  font-family: PC;
}
.menuH2 {
  color: #e3edfb;
  font-size: 24px;
  top: 40%;
  left: 15%;
  font-weight: normal;
  font-family: PC;
}
.menuN {
  color: #e3edfb;
  font-size: 24px;
  font-weight: normal;
  font-family: PC;
  padding-left: 30px;
}
.land-bg {
  top: 26vh;
  width: 100vw;
  left: 0%;
}
.land-logo {
  top: 35vh;
  left: -24vw;
  width: 82vw;
  animation: bounce 2s infinite;
}
.land-header {
  font-family: mb;
  top: 15vh;
  font-weight: bolder;
  background: linear-gradient(120deg, #474b4c 53%, #444444 00%);
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  font-size: 40px;
}
.land-txt {
  width: 37vw;
  top: 22vh;
  left: 49vw;
}
.land-btn-box {
  top: 69%;
  width: 90%;
  height: 24%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  z-index: 11;
}
.land-btn:hover {
  transition: 0.4s linear;
  background: #fd7e14 !important;
  color: #e3edfb !important;
}
.land-btn-item {
  width: 150px;
  height: 55px;
  background: black;
  border-radius: 2px;
}
.land-btn {
  margin-top: 2vh;
  width: 27vh;
  height: 40%;
  font-size: 22px;
  border-radius: 70px;
  margin-top: 1.5vh;
  font-family: mb;
  text-transform: uppercase;
  color: #f42d79;

  background: white;
  box-shadow: 20px 20px 60px #d9d9d9, 0px 0px 0px #ffffff;
}
.land-btn-item p {
  font-size: 12px;
  font-family: raleway;
  top: 105%;
  color: #f8fcce;
}
.land-des {
  text-align: center;
  font-size: 12px;
  color: var(--greyB);
  top: 22vh;
  font-weight: normal;
  width: 90vw;
  height: 10vh;
  padding-left: 5vw;
  font-family: bp;
}
.section-nav {
  top: 105%;
  width: 25vh;
  height: 10%;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 1.5vh;
  font-family: my;
  color: #878788;
  background-color: white;
  box-shadow: 20px 20px 60px #d9d9d9, 0px 0px 0px #ffffff;
  border-radius: 90px;
}
.section-nav-2 {
  top: 425%;
  width: 25vh;
  height: 10%;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 1.5vh;
  font-family: my;
  color: #878788;
  background: white;
  box-shadow: 20px 20px 60px #d9d9d9, 0px 0px 0px #ffffff;
  border-radius: 90px;
}
.section-nav-3 {
  top: 560%;
  width: 25vh;
  height: 10%;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 1.5vh;
  font-family: my;
  color: #878788;
  background: white;
  box-shadow: 20px 20px 60px #d9d9d9, 0px 0px 0px #ffffff;
  border-radius: 90px;
}
.section-nav-4 {
  top: 670%;
  width: 25vh;
  height: 10%;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 1.5vh;
  font-family: my;
  color: #878788;
  background: white;
  box-shadow: 20px 20px 60px #d9d9d9, 0px 0px 0px #ffffff;
  border-radius: 90px;
}
.section-nav-5 {
  top: 880%;
  width: 25vh;
  height: 10%;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 1.5vh;
  font-family: my;
  color: #878788;
  background: white;
  box-shadow: 20px 20px 60px #d9d9d9, 0px 0px 0px #ffffff;
  border-radius: 90px;
}
.mics-box {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#time {
  width: 100vw;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#time > button > span {
  color: #28292b;
  font-size: 14px;
}
#time > button {
  position: relative;
  margin-top: 50px;
  margin-left: 10px;
  width: 135px;
  height: 135px;
  color: var(--color);
  border-radius: 10px;
  font-size: 50px;
  background: linear-gradient(0deg, #f9dae2 0%, #fff 100%);

  filter: drop-shadow(0px 30px 20px rgba(255, 124, 200, 0.2));
  -webkit-filter: drop-shadow(0px 30px 20px rgba(243, 107, 136, 0.2));
}
.mics-item {
  flex: 0 0 30%;
  height: 50%;

  z-index: 1000;
  text-align: center;
  border-right: 3px;
  margin-top: 10vh !important;
  border-radius: 5px;
  margin-left: 200vw;
  max-width: 370px;

  box-shadow: 23px 23px 46px #f3f3f3, -23px -23px 46px #ffffff;
}
.mics-header {
  top: 5%;
  width: 85px;
  height: 85px;
  color: var(--color);
  border-radius: 50%;

  background: linear-gradient(0deg, #f9dae2 0%, #fff 100%);

  filter: drop-shadow(0px 30px 20px rgba(255, 124, 200, 0.2));
  -webkit-filter: drop-shadow(0px 30px 20px rgba(243, 107, 136, 0.2));
}
.mics-txt {
  font-family: mb;
  font-size: 50px;
  color: #dadada;
}
.mics-des {
  color: #a19c9c;
  top: 70%;
  font-size: 15px;
  padding: 10px;
}
.menu-item:hover {
  background-image: var(--theme);
}
.road-map {
  margin-top: 5vh;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-around;
  left: 0%;
  width: 100%;
  height: 700px;
}
.road-item {
  width: 50%;
  height: 26%;
  position: relative;
  text-align: center;
}
.road-line {
  width: 100%;
  border-radius: 20px;
  height: 3%;
  background-image: var(--themeX);
}
.road-cir {
  width: calc(38px + 2vw);
  height: calc(38px + 2vw);
  border-radius: 50%;
  background: var(--theme);
  filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
  opacity: 0.4;
  animation: rdy 1s infinite;
}
.road-i {
  width: calc(20px + 2vw);
  height: calc(20px + 2vw);
  border-radius: 50%;
  background-image: var(--themeX);
  color: white;
  font-size: 16px;
}
@keyframes rdy {
  0% {
    box-shadow: 0 0 0 0px rgb(236, 58, 141);
  }
  100% {
    box-shadow: 0 0 0 10px rgb(255, 177, 107, 0);
  }
}
@keyframes rdb {
  0% {
    box-shadow: 0 0 0 0px rgb(236, 58, 141);
  }
  100% {
    box-shadow: 0 0 0 10px rgb(58, 136, 236, 0);
  }
}
.road-h {
  font-family: mb;
  top: 65%;
  color: #28292b;
  font-size: 28px;
}
.road_txt {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  width: 90%;
  height: 95%;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
.road-text {
  text-transform: capitalize;
  font-family: bp;
  top: 82%;
  color: #787c84;
  font-size: 8.4px;
}
.progs {
  display: flex;
  flex-flow: wrap column;
  justify-content: space-around;
  left: 50%;
  width: 50%;
  height: 100%;
}
.prog-i-box {
  display: flex;
  flex-flow: wrap column;
  justify-content: space-around;
  left: 0%;
  width: 100%;
  height: 100%;
}
.share-box {
  width: 500px;
  top: 418%;

  border-radius: 12px;
  height: 70%;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  display: flex;
  flex-flow: wrap column;
  justify-content: space-around;
}
.share-prog {
  width: 86%;
  height: 6%;
  border-radius: 1px;
  background: #f7f8f8;
  border-radius: 70px;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}
.prog {
  background: #f2c01d;
  width: 18%;
  height: 65%;
  left: 5%;
  border-radius: 20px;
  transition: 1s linear;
}
.t-d-box {
  width: 22%;
  height: 14%;
  left: 8.5%;
  border-radius: 5px;
  font-size: 22px;
  color: #29e29f;
  background: #f5f5f5;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}
.t-d-box:hover {
  color: #29e29f;
}
.btn-darkr:hover,
.btn-darkr:active,
.btn-darkr:focus {
  background: white;
}
.f-t2 {
  top: 71%;
  color: #84898d;
  font-family: bp;
  font-size: 10px;
}
.bt-1 {
  font-family: mb;
  font-weight: 700;
  top: 688%;
  font-size: 19px;
  color: #29e29f;
  left: 4%;
}
.bt-2 {
  font-family: mb;
  font-weight: 700;
  top: 706.85%;
  font-size: 19px;
  color: #29e29f;
  left: 4%;
}
.bt-3 {
  font-family: mb;
  font-weight: 700;
  top: 688%;
  font-size: 19px;
  color: #29e29f;
  left: 66%;
}
.btm-text {
  top: 685%;
  height: 37%;
  width: 100%;
  background: none;
}
.ad-flex {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  top: 17%;
  width: 45%;
  left: 4%;
  height: 40%;
}
.pap-flex {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  top: 17%;
  width: 50%;
  left: 65%;
  height: 54%;
}
.fol-flex {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  top: 69%;
  width: 50%;
  left: 4%;
  height: 18%;
}
.ad-i {
  font-size: 17px;
  color: black;
}
.ad-t {
  font-size: 12px;
  color: black;
  left: 3.5%;
}
.ad-i:hover {
  color: #29e29f;
}
.ad-t:hover {
  color: #29e29f;
}
.ad-t2 {
  font-size: 10px;
  color: black;
  left: 3.5%;
}
* {
  text-decoration: none;
}
.mle {
  animation: mle 0.5s;
}
.tool-box {
  top: 685%;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: color;
  flex-wrap: wrap;
}
.tool-btn {
  top: 70%;
  width: 60%;
  height: 18%;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 1.5vh;
  font-family: my;
  color: white;
  border-radius: 90px;
  background: var(--theme);
  filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
  animation: rdy 1s infinite;
}
.zn {
  z-index: -1;
}
.contract-box {
  top: 900%;
  display: flex;
  width: 90%;
  height: 40%;
  flex-direction: row;
  flex-wrap: wrap;
  background: white;
  box-shadow: 20px 20px 60px #ebebeb, 0px 0px 0px #ffffff;
  border-radius: 4px;
  justify-content: space-evenly;
}
.contract-item {
  height: 44%;
  width: 50%;
}
.contract-btn {
  width: 85px;
  height: 85px;
  color: var(--color);
  border-radius: 50%;
  font-size: 39px;
  box-shadow: 39px 39px 78px #bebebe, -39px -39px 78px #ffffff;
  z-index: 1;
  background: linear-gradient(0deg, #f9dada 0%, #fff 100%);
  filter: drop-shadow(0px 30px 20px rgba(255, 124, 157, 0.2));
  -webkit-filter: drop-shadow(0px 30px 20px rgba(243, 107, 130, 0.2));
}
.contract-item p {
  color: var(--greyB);

  top: 49%;
  font-size: 14px;
}

.foot-box {
  position: absolute !important;
  display: flex;
  width: 100%;
  height: 390px !important;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 20px 20px 60px #d9d9d9, 0px 0px 0px #ffffff;
  border-radius: 4px;
  bottom: calc(0% + 2cm) !important;
}

.footer-boxx {
  position: absolute !important;
  width: 100%;
  height: 2cm;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: poppins;
  background: #12151c;
  justify-content: space-evenly;
  color: white;
  margin-bottom: 0;
  bottom: 0% !important;
}
.foot-item {
  height: 30vh;
  width: 50%;
  flex: 50%;
}
.foot-header {
  text-align: left;
  font-size: 22px;
  font-family: poppins;
  color: rgb(19, 12, 26);
  font-weight: bolder;
  left: 13vw !important;
  width: 40%;
}
.foot-foot-box {
  top: calc(35px + 1cm) !important;
  width: 40%;
}
.foot-foot-item {
  width: 40%;
  height: 54px !important;
  left: -1vw;
  padding: 20px !important;
  margin-bottom: 12px !important;
}
.foot-foot-i {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  color: #fff;
  font-size: 25px;
  filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
}
.foot-item button {
  text-align: left;
  color: #99a3ac;
  font-size: 13.5px;
  font-family: "Roboto", sans-serif;
  left: 13vw;
  height: 0%;
  font-weight: normal;
  margin-top: 120px;
}
.foot-foot-txt {
  color: #99a3ac;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.foot-foot-i:hover {
  transition: 0.1s linear;
  transform: scale(1.2);
}
.foot-foot-txt:hover {
  color: #f1bd0e;
}
.des_nav {
  position: fixed;
  min-width: 100%;
  height: 70px;
  z-index: 10000;
  background: white;
}
.shadow {
  box-shadow: 20px 20px 88px #e0e0e0, -20px -20px 88px #ffffff;
}
.des_menu {
  position: absolute;
  min-width: calc(350px + 24.5%);
  height: 100%;
  left: 35%;
  background: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  transition: 1.5s linear;
}
.des_menu button {
  position: relative;
  font-size: 16px;
  width: calc(4.7vw + 50px);
  color: black;
  top: 10px;
  height: 40px;
  margin-left: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.des_menu button:hover {
  color: #fd7e14;
  width: calc(5.7vw + 50px);
  transition: 0.1s linear;
  border-bottom: 2.5px solid #fd7e14;
}
.des_hover {
  color: #fd7e14 !important;
  width: calc(5.7vw + 50px);
  transition: 0.1s linear !important;
  border-bottom: 2.5px solid #fd7e14 !important;
}
.des_btn {
  width: 120px !important;
  height: 50px !important;
  border-radius: 600px;
  margin-left: 2vw !important;
  color: #fff !important;
  background: var(--theme);
  background: linear-gradient(
    325deg,
    rgb(182, 53, 156) 0%,
    rgb(239, 10, 106) 100%
  );
  animation: rdb 1s infinite;
}
.des_btn:hover {
  border: 0px solid #f6cb3c !important;
  color: #fff !important;
  transition: background 0.5s linear !important;
  background: #fd7e14;
}
.des_btn:focus {
  border: 0px solid #f6cb3c !important;
  color: #fff !important;
  transition: background 0.5s linear !important;
  background: #fd7e14;
}
.des_logo {
  width: 150px;
  padding: 5px;
  /* animation: bounce 2s infinite; */
}
.des_land-bg {
  top: 12%;
  width: calc(400px + 10vw);
  left: 5%;
}
.des_land-logo {
  top: 35vh;
  right: -4vw;
  width: calc(300px + 17vw);
  animation: bounce 2s infinite;
}
.des_land-header {
  top: calc(100px + 3vw) !important;
  width: calc(240px + 20vw);
  color: var(--dark);
  left: 46vw;
  font-weight: 7000;
  font-size: calc(30px + 1vw);
  font-family: mb !important;
  text-align: left;
  background: linear-gradient(120deg, #3d3d3d 73%, #585454 00%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.des_land-header span {
  position: absolute;
  color: #eea620;
  font-family: "Poppins" !important;
  font-size: 3.8vw;
}
.des_land-des {
  text-align: center;
  font-size: 12px;
  color: #798089;
  top: calc(189px + 5vw) !important;
  font-weight: normal;
  width: 30vw;
  height: 10vh;
  padding-left: 5vw;
  font-family: bp;
  left: 41.5vw;
}
.DNI {
  display: none !important;
}
.des_land-btn-box {
  top: calc(246px + 7vw) !important;
  width: 20%;
  height: 10%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  z-index: 11;
  left: 46vw;
}
.des_land-btn {
  width: 180px;
  height: 70px;
  font-size: 22px;
  border-radius: 56px;
  margin-top: 1.5vh;
  font-family: "Poppins" !important;
  color: var(--color);
  background: white;
  box-shadow: 20px 20px 60px #d9d9d9, 0px 0px 0px #ffffff;
}
.des_land-btn:hover {
  transition: 0.4s linear;
  background: #fd7e14;
  color: #e3edfb;
}
.land-btn-item p {
  font-size: 12px;
  font-family: raleway;
  top: 105%;
  color: #f8fcce;
}
.sc_top_mob {
  position: absolute;
  width: 100%;
  height: 100%;

  background-size: cover;
}
.sc_top_des {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../Asset/topb.png);
  background-size: cover;
}

#sc_top {
  height: 100%;
}

section {
  position: relative !important;
  top: 0% !important;
  width: 100% !important;
  padding-top: 4vh;
  min-height: 100vh;
  padding-bottom: 4vh;
  left: 0% !important;
}
#sc_roadmap {
  /* background: url(../Asset/topb.png); */
  background-repeat: no-repeat;
}
.sc_title {
  position: absolute;
  width: 100vw;
  height: 100px !important;
}
.sc_title button {
  position: absolute;
  width: 120px;
  height: 1.2vh;
  background: var(--theme);
}
.sc_title h3 {
  top: 10px !important;
  position: relative;
  color: #28292b;
  font-family: Poppins;
  font-size: 46px;
  height: 0%;
}
.sc_title h6 {
  position: relative;
  color: #28292b;
  font-family: bp;
  top: 60px;
  font-size: 16px;
}
.mics-txt:hover {
  color: #ff790a;
}
.mics-des:hover {
  color: #ff790a;
}

#sc_footer {
  background: url(../Asset/problem-bg.png);
  background-size: cover;
}
.scroll_btn {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  left: 64vw;
  top: 80%;
  font-size: 40px;
  padding: 0px !important;
  background: linear-gradient(0deg, #1369ec 0%, #65bef4 100%, #1369ec 100%);
  color: #f7f8f8;
  filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
}
.scroll_btn:hover {
  transition: 0.4s linear;
  background: linear-gradient(0deg, #9341d4 0%, #d98efb 100%, #9341d4 100%);
  color: #e3edfb;
  transition: 0.1s linear;
  transform: scale(1.2);
}
.hide_mob {
  background-image: -webkit-linear-gradient(
    0deg,
    #f2026b 0%,
    #ff8aaf 100%,
    #f2026b 100%
  ); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(
    0deg,
    #f2026b 0%,
    #ff8aaf 100%,
    #f2026b 100%
  ); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(
    0deg,
    #f2026b 0%,
    #ff8aaf 100%,
    #f2026b 100%
  ); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(
    0deg,
    #f2026b 0%,
    #ff8aaf 100%,
    #f2026b 100%
  ); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(
    0deg,
    #f2026b 0%,
    #ff8aaf 100%,
    #f2026b 100%
  ); /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

#sc_footer .sc_title > h6 {
  top: 70px !important;
}
@keyframes rdp {
  0% {
    box-shadow: 0 0 0 0px rgba(242, 2, 107, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(242, 2, 107, 0);
  }
}
@keyframes rdn {
  0% {
    box-shadow: 0 0 0 0px rgba(138, 48, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(138, 48, 255, 0);
  }
}
