.icon-bar {
    width: 100px; 			/* Set a specific width */
    background-color: #524eee;
    opacity: 0.8; /* Dark-grey background */
} 

.icon-bar a {
    display: block; 		/* Make the links appear below each other instead of side-by-side */
    text-align: center; 	/* Center-align text */
    padding: 20px; 			/* Add some padding */
    transition: all 0.3s ease; /* Add transition for hover effects */
    color: white; 			/* White text color */
    font-size: 36px; 		/* Increased font-size */
}

.icon-bar a:hover {
    background-color: #000; /* Add a hover color */
}

.active {
    background-color: #FF5733; /* Add an active/current color */
}

.container{
    padding: 25px;
}

@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300;400;700&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
}

.radio-section {
	display: flex;
	align-items: center;
	justify-content: center;
}
h1 {
	margin-bottom: 20px;
}
.radio-item [type="radio"] {
	display: none;
}
.radio-item + .radio-item {
	margin-top: 15px;
}
.radio-item label {
	display: block;
	padding: 20px 60px;
	background: #1d1d42;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	min-width: 250px;
	white-space: nowrap;
	position: relative;
	transition: 0.4s ease-in-out 0s;
    color:white
}
.radio-item label:after,
.radio-item label:before {
	content: "";
	position: absolute;
	border-radius: 50%;
}
.radio-item label:after {
	height: 19px;
	width: 19px;
	border: 2px solid #524eee;
	left: 19px;
	top: calc(50% - 12px);
}
.radio-item label:before {
	background: #524eee;
	height: 20px;
	width: 20px;
	left: 21px;
	top: calc(50%-5px);
	transform: scale(5);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease-in-out 0s;
}
.radio-item [type="radio"]:checked ~ label {
	border-color: #524eee;
}
.radio-item [type="radio"]:checked ~ label::before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');

:root {
  --clr-neon: #524eee;
  --clr-bg: #001414;
  --font-size: 3rem;
}

*, 
*::after,
*::before {
  box-sizing: border-box;
}

body {
  color: var(--clr-neon);
  font-family: "Balsamiq Sans";
  overflow: hidden;
}

.neon {
  font-size: clamp(14px, 3vw, 24px); /* Responsive font size */
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90%;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border: var(--clr-neon) 0.125em solid;
  padding: 1em 4em;
  border-radius: 0.25em;
  text-shadow: 
    0 0 0.20em #FFF7,
    0 0 0.30em var(--clr-neon);
  box-shadow: 
    inset 0 0 0.5em var(--clr-neon),
          0 0 0.5em var(--clr-neon);
}

.neon::before {
  content: "";
  position: absolute;
  top: 140%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-neon);
  transform: 
    perspective(0.2em)
    rotateX(10deg) 
    scale(1.3, 0.40);
  filter: blur(0.5em);
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 100ms linear;
}

.neon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--clr-neon);
  box-shadow: 0 0 2em var(--clr-neon);
  z-index: -1;
  opacity: 0;
  transition: opacity 100ms linear;
}

.neon:hover::after {
  opacity: 1;
}
.neon:hover,
.neon:focus {
  color: white;
}
.neon:hover::before {
  opacity: 0.8;
}



@import url('https://fonts.googleapis.com/css?family=Damion|Muli:400,600');
body{
  font-family: 'Muli', sans-serif;
  background: url("https://www.toptal.com/designers/subtlepatterns/patterns/geometry2.png");
}
h2 {
    font-family: 'Damion', cursive;
    font-weight: 400;
    color: #4caf50;
    font-size: 35px;
    text-align: center;
    position: relative;
}
h2:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 22px;
    background: #4caf50;
    height: 1px;
}
h2 i {
    font-style: normal;
    background: #fff;
    position: relative;
    padding: 10px;
}
:focus{outline: none;}

/* necessary to give position: relative to parent. */
input[type="text"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

:focus{outline: none;}

.col-3{float: left; width: 27.33%;margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */
input[type="text"]{font: 15px/24px "Lato", Arial, sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

.effect-7,
.effect-8,
.effect-9{border: 1px solid #ccc; padding: 14px 24px 15px; transition: 0.4s;}

.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 5px; background-color: #524eee; transition: 0.3s;}
.effect-8 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0;  width: 5px; height: 0; background-color: #524eee; transition: 0.4s;}
.effect-8 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    display: flex;
    min-height: 100vh;
    background: #000;
}
nav {
    position: relative;
    width: 100vw;
    height: 100px;
    background: #222;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav a {
    position: relative;
    display: inline-block;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 0 23px;
    z-index: 1;
}
nav span {
    position: absolute;
    top: 2vh;
    left: 34.5vw;
    width: 95px;
    height: 60%;
    background: #524eee;
    border-radius: 8px;
    transition: .5s ease;
    opacity: 0.7;
}
nav a:nth-child(1):hover~span {
    left: 34.5vw;
}
nav a:nth-child(2):hover~span {
    left: 39.5vw;
}
nav a:nth-child(3):hover~span {
    left: 45.5vw;
    width: 110px;
}
nav a:nth-child(4):hover~span {
    left: 52vw;
    width: 115px;
}
nav a:nth-child(5):hover~span {
    left: 59.5vw;
    width: 110px;
}


#cube-container {
  box-sizing: border-box;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  position: relative;
  width: 250px;
  height: 250px;
  transform: rotateX(-25deg) rotateY(-40deg) translate(-50%, -50%);
  transition: 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#cube-container .face {
  width: 250px;
  height: 250px;
  position: absolute;
  border: 2px solid #526eee;
  background: #524eee 70;
  box-shadow: 0px 0px 100px #524eee;
}
#cube-container .face.top {
  transform: rotateX(90deg);
  margin-top: -50%;
}
#cube-container .face.right {
  transform: rotateY(90deg);
  margin-left: 50%;
}
#cube-container .face.left {
  transform: rotateY(-90deg);
  margin-left: -50%;
}
#cube-container .face.bottom {
  transform: rotateX(90deg);
  margin-top: 50%;
}
#cube-container .face.back {
  transform: translateZ(125px);
}
#cube-container .face.front {
  transform: translateZ(-125px);
}

#cube-container:hover {
  transform: rotateX(-25deg) rotateY(-40deg) translate(-50%, -50%);
  transition: 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}


.button {
  position: relative;
  padding: 5px 20px;
  border-radius: 100vw;
  background-color: transparent;
  font-family: 'Playfair Display', serif;
  color: #fafafa;
  border: solid 5px #524eee;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.button .button-text {
  position: relative;
  z-index: 2;
}
.button .fill-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-bottom: 100%;
  transform: translateY(-50%) rotate(180deg);
}
.button .fill-container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #524eee;
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(-100%);
}
.button:hover {
  border-color: blue;
  transform: translateY(-4px);
}
.button:hover .fill-container {
  transform: translateY(-50%) rotate(0);
}
.button:hover .fill-container::after {
  transform: translateY(0);
}
html, body {
  height: 100%;
}


.alert {
  position: relative;
  top: 10;
  left: 0;
  width: 20%;
  height: auto;
  padding: 10px;
  margin: 10px;
  line-height: 1.8;
  border-radius: 5px;
  cursor: hand;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 400;
}

.alertCheckbox {
  display: none;
}

:checked + .alert {
  display: none;
}

.alertText {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.alertClose {
  float: right;
  padding-top: 5px;
  font-size: 10px;
}

.clear {
  clear: both;
}

.info {
  background-color: #EEE;
  border: 1px solid #DDD;
  color: #999;
}

.success {
  background-color: #EFE;
  border: 1px solid #DED;
  color: #9A9;
}

.notice {
  background-color: #EFF;
  border: 1px solid #DEE;
  color: #9AA;
}

.warning {
  background-color: #FDF7DF;
  border: 1px solid #FEEC6F;
  color: #C9971C;
}

.error {
  background-color: #FEE;
  border: 1px solid #EDD;
  color: #A66;
}

.main{
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  cursor: pointer;
  z-index: 5;
}
.icon{
  position: relative;
  width: 80px;
  height: 80px;
  margin: 20px;
  border-radius: 50px;
  transition: all .8s;
  background: #25D366;
  box-shadow: 0 0 20px #25D366;
}
.icon:hover{
  box-shadow: 0 0 80px #25D366;
}
.icon i{
  color: white;
  position: absolute;;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
}
svg circle{
  stroke-dasharray: 150;
  transition: all .8s;
  stroke-dasharray: 220;
}
.icon:hover svg circle{
  stroke-dasharray: 220;
}


.main2{
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  cursor: pointer;
  z-index: 5;
}
.icon2{
  position: relative;
  width: 80px;
  height: 80px;
  margin: 20px;
  border-radius: 50px;
  transition: all .8s;
  background: red;
  box-shadow: 0 0 20px red;
}
.icon2:hover{
  box-shadow: 0 0 80px red;
}
.icon2 i{
  color: white;
  position: absolute;;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
}
svg circle{
  stroke-dasharray: 150;
  transition: all .8s;
  stroke-dasharray: 220;
}
.icon2:hover svg circle{
  stroke-dasharray: 220;
}

.container {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.container div > p span {
  color: red;
}

p {
  position: relative;
  top: 30px;
}

p a {
  color: black;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  width: 200px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
  transition: 0.4s;
}

.reg {
  color: white;
  background-color: rgba(104, 85, 224, 1);
}

.log {
  color: rgb(104, 85, 224);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(104, 85, 224, 1);
}

button:hover {
  color: white;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.6);
  background-color: rgba(104, 85, 224, 1);
}

