.card {
  box-shadow: 0 8px 16px 0 rgba(16, 3, 53, 0.3);
  transition: 1.5s;
  width: 45%;
  margin-left: 5%;
  height: 98%;
  float: left;
  width: 600px;
  background-color: #010007;
  border-radius: 80px;
}

.card:hover {
  box-shadow: 0 10px 20px 0 rgba(16, 3, 53, 0.5);
}
.flex-container {
  display: flex;
  width: "100%";
  justify-content: center;
}
.flex-child {
  flex: 1;
  flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
}  
.flex-child:first-child {
  margin-right: 20px;
} 

.card2 {
  box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  float:right;
}

.card2:hover {
  box-shadow: 0 16px 45px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
  text-align: center;
  
}






.cardofprofile {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
 border-radius: 10px;
 padding-top: 20px;
 padding-bottom: 1px;
     background-image: linear-gradient(to bottom right, #36394c, transparent);

}
#myDIVe {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
}
.profile:hover + .cardofprofile {
  display: block;
  
}
.titleofprofile {
  color: grey;
  font-size: 18px;
}


.proi{
  margin: 0 auto;
  width:50px;
  height:50px;
  border-radius: 50%;
}

.login{
  z-index:20;
}
.iconatedy {
  font-size: 50px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  padding: 19px;
  border: 3px solid #a09c9c;
color: #a09c9c;
  margin-bottom: 45px;
  margin-top: 40px;
  border-width: thin;

}
::-moz-selection {  
  color: #834dca;
  background: #120129;
}

::selection {
  color: #834dca;
  background: #120129;
}

body{
  
}
.frame {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  border-radius: 15px;
  
}

.frame .overlap-group-wrapper {
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  height: 337px;
  border-radius: 15px;
  box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.42);
}

.frame .overlap-group {
  position: relative;
  width: 331px;
  height: 338px;
  border-radius: 15px;
}

.frame .rectangle {
  width: 547px;
  height: 337px;
  border-radius: 15px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.frame .pic {
  position: absolute;
  width: 100%;
  height: 273px;
  top: 0;
  left: 0;
  object-fit: cover;
   -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1),rgba(0,0,0,0.4), rgba(0,0,0,0))
  
}

.frame .div {
  width: 100%;
  height: 280px;
background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0.92) 57.81%, rgba(217, 217, 217, 0.56) 79.69%, rgba(217, 217, 217, 0.00) 100%);  position: absolute;
  top: 0;
  left: 0;
}
.frame .text-wrapper {
  position: absolute;
  width: 100%;
  top: 65%;
  
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #d6d5d5;
  font-size: 26px;

  letter-spacing: 0;
  line-height: normal;
}

.frame .nishweb-account {
  position: absolute;
  width: 163px;
  top: 5px;
  left: 384px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #919191;;
  font-size: 36px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.frame .span {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #919191;;
  font-size: 36px;
  letter-spacing: 0;
}

.frame .text-wrapper-2 {

  font-size: 16px;
}

.frame .text-wrapper-3 {
  position: absolute;
  width: 100%;
  top: 85%;
  
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #919191;;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
}
.frame .text-wrapper-4 {
  position: absolute;
  width: 100%;
  top: 76%;
  
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #919191;;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
}

.frame .p {
  position: absolute;
  width: 204px;
  top: 295px;
  left: 5px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #919191;;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}


.cardofprofile{
  display: none;
}

a{
  font-family: "Poppins", Helvetica;
}






















.waviy {
  position: relative;
}
.waviy span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  animation: flip 3s infinite;
  animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}




input[type="radio"]:checked + label::before {
  background: #46057b;
  border-color: #000;
  content: '';
  color: #141515;
}




.flexlaunch {
  display: flex;
}














.col{
  flex: 0 1 25em;
  border-bottom : none; 
};



















.flex-containerz {
  display: flex;
}

.columnz {
  display: flex;
  flex-direction: column;
  width: 50%; /* Adjust width as needed */
  padding: 10px;
}

.flex-itemz {
  background-color: #ddd;
  color: #000;
  text-align: center;
  margin: 5px;
  flex: 1; /* Optional: Makes items fill available space */
}

.centered {
  display: flex;
  justify-content: center; /* Horizontally centers content */
  width: 100%; /* Spans the full width */
}



.menuhalf {
  background: rgb(49,3,108);
  background: linear-gradient(90deg, rgba(49,3,108,1) 0%, rgba(0,0,0,0) 100%); 
  width: 83%;
  margin: 5px;
    margin-left: 5px;
  margin-left: 8%;
  height: 100%;
  opacity:0.7;
  transition: 0.3s; /* Adjust as needed */
}

.menuhalf:hover {
  background: rgb(49,3,108);
  background: linear-gradient(90deg, rgba(49,3,108,1) 0%, rgba(0,0,0,0) 100%); 
  width: 83%;
  margin: 5px;
    margin-left: 5px;
  margin-left: 8%;
  height: 100%;
  opacity:1;
}

.menufull {
  width: 100%;
  height: 300%;
  background-color: rgb(49,3,108);
  background: linear-gradient(90deg, rgba(49,3,108,1) 0%, rgba(0,0,0,0) 100%);
  transition: 0.3s; /* Adjust as needed */
  opacity:0.7;
}

.menufull:hover {
  background-color: rgb(49,3,108);
  background: linear-gradient(90deg, rgba(49,3,108,1) 0%, rgba(0,0,0,0) 100%);
  opacity:1;
}


.columnz.mid {
  align-items: center;
}




.svg-background {
  background-color: white;
  margin: 10px;
  box-shadow: 0 8px 16px 0 rgba(16, 3, 53, 0.3);
  transition: 1.5s;
  width: 45%;
  margin-left: 5%;
  height: 83%;
  float: left;
  width: 91%;
  background-color: #F9F9F9;
 
  padding-top: 7%;
 
  padding-left: 9%;
}





.qrcard {
  box-shadow: 0 8px 16px 0 #7480ff6b;
  transition: 1.5s;
  width: 45%;
  margin-left: 5%;
  height: 98%;
  float: left;
  width: 550px;
  background-color: #1D232A;
  border-radius: 80px;
}
.qrcard2 {
  box-shadow: 0 8px 16px 0 #7480ff6b;
  transition: 1.5s;
  width: 45%;
  margin-left: 5%;
  height: 98%;
  float: left;
  width: 400px;
  background-color: #1D232A;
  border-radius: 80px;
}
.card2 {
  box-shadow: 0 8px 16px 0 #292a3a6b;
  transition: 1.5s;
  width: 45%;
  
  height: 30%;
  float: left;
  width: 100%;
  background-color: #1d232a67;
  backdrop-filter: blur(12px);
  border-radius: 80px;
  padding: 38px;
}


.card3 {
  box-shadow: 0 8px 16px 0 #1e1f2b6b;
  transition: 1.5s;
  width: 45%;
  
  
  float: left;
  width: 100%;
  background-color: #1d232a67;
  backdrop-filter: blur(12px);
  

}






.wbtn{
  position: absolute;
  top:1000%;
  left:25%;
}











