x*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins',Sans-serif;
}

body{
	background-image: url('Free Vector _ Gradient liquid abstract background.jpg');
	background-size:cover;
	text-shadow: 0px -1px 1px black;
	background-repeat:0;
	background-attachment: fixed;

	
	background-positon: center;
	
	color: #ededed;
}

.banner{
	position:fixed;
	width: 100%;
	height: 80px;
	padding: 20px 10%;
	background-color:transparent;
	backdrop-filter: blur(20px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index:100;
	box-shadow: 0px 0.3px 20px black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	
	
	
}

.logo{
	font-size: 18px;
	color: Yellow;
	text-decoration: none;
	font-weight: 800;
	
}

.navbar a {
	font-size: 18px;
	color: #ededed;
	text-decoration: none;
	text-shadow: 0px 4px 10px black;
	font-weight: 500;
	margin-left: 35px;
	transition: .3s;
}

.navbar a:hover,
.navbar a.active {
	color: #00abf0;
	text-shadow: 0 0 20px #00abf0;
	
}

.btn1{


	border-width: 3px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	background-color:transparent;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #00abf0;
	
	
}

.btn{
	border-width: 3px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #00abf0;
	
	
}



*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

body{
	min-height: 100vh;
	background-image: url('Free Vector _ Gradient liquid abstract background.jpg');
	background-size: cover;
	backdrop-filter: blur (10px);
	background-position: center;
	background-attachment:fixed;
	margin-left: 50px;
}

.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	background-image: transparent;
	background-size: cover;
	background-position: center;
	backdrop-filter: blur(40px);
	border-right: 2px solid rgba(255, 255, 255, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	padding: 6px 14px;
	transition: .5s;
	z-index: 100;
	
}

.sidebar.active {
	width: 260px;
}

.sidebar .logo-menu {
	display:flex;
	align-items: center;
	width: 100%;
	height: 70px;
	
}

.sidebar .logo-menu .logo{
	font-size:25px;
	color: #fff;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
	
}


.sidebar.active .logo-menu .logo{
	opacity: 1;
	transition-delay: .2s;
}

.sidebar .logo-menu .toggle-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;	
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	transition: .5s;
}

.sidebar.active .logo-menu .toggle-btn {
	left: 90%;
}

.sidebar .list {
	margin-top: 10px;
	
}

.list .list-item {
	list-style: none;
	width: 100%;
	height: 50px;
	margin: 5px 0;
	line-height: 50px;
}

.list .list-item a {
	display: flex;
	align-items:center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	white-space: nowrap;
	transition: .5s;
	
}

.list .list-item.active a,
.list .list-item a:hover {
	background: rgba(255, 255, 255, .2);
}


.list-item a:hover,
.list-item a.active {
	color: aqua;
	text-shadow: 0 0 20px #aqua;
	background: rgba(255, 255, 255, .2);
	
}

.list .list-item a i{
	min-width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	
}

.sidebar .link-name {
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}

.sidebar.active .link-name {
	opacity: 1;
	pointer-events: auto;
	transition-delay: calc(.1s * var(--i));
}


.banner{
	position:fixed;
	
	width: 100%;
	height: 80px;
	padding: 20px 10%;
	background-image:url('0 (2).gif');
	background-size:cover;
	background-position:center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index:100;
	box-shadow: 0px 0.3px 20px black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	
	
	
}

.logo{
	font-size: 18px;
	color: aqua;;
	text-shadow: 0px 0px 16px aqua;
	text-decoration: none;
	font-weight: 800;
	
}

.navbar a {
	font-size: 18px;
	color: #ededed;
	text-decoration: none;
	text-shadow: 0px 4px 10px black;
	font-weight: 500;
	margin-left: 35px;
	transition: .3s;
}

.navbar a:hover,
.navbar a.active {
	color: #00abf0;
	text-shadow: 0 0 20px #00abf0;
	
}

.btn1{


	border-width: 3px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	background-color:transparent;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #00abf0;
	
	
}

.btn{
	border-width: 3px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #00abf0;
	
	
}
  
.card button {
    border: none;
    outline: 0;
    padding: 20px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    margin-top:20px;
    border-radius: 40px;
    overflow:hidden;
  }

  .card {
	box-shadow: 0 0 5px black;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	
    max-width: 200px;
    margin: auto;
    font-size: larger;
    font-family: arial;
    position:relative;
	left:50px;
	top:200px;
	float:left;
	overflow:hidden;
	margin-right:50px;
	margin-top:20px;
	border-radius: 30px;
	background-color: rgb(216, 252, 96);
  }
  
  .price {
    color: black;
    font-size: 22px;
  }
  
  p{
	color:black;
  }
  
  .card button:hover{
	color:#00abf0;
	text-shadow:0 0 5px #00abf0;
	transition: .3s;
  }
  
 content{
	position:absolute;
	float:center;
	margin-top: 100px;
	margin-left: 40%;
	align-items:center;
	
	color: #fff;
	
	
	
}

.cart{
	text-decoration:none;
	color:#00abf0;
	
	
}

body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }

        .profile-container {
            max-width: 600px;
            margin: 50px auto;
            background-image: transparent;
			background-position: center;
			backdrop-filter: blur(5opx);
            padding: 20px;
            border: 1px solid aqua;
			border-radius: 5px;
            box-shadow: 0 0 10px aqua;
        }

        .profile-picture {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 20px;
        }

        .profile-picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .profile-details {
            text-align: center;
        }

        .profile-details h1 {
            margin: 10px 0;
            color: Yellow;
        }

        .profile-details p {
			padding-top:20px;
            color: aqua;
			text-shadow:0 0 2px aqua;
			text-align: justify;
        }
		h2{
			color:yellow;
			text-shadow: 0 0 6px aqua;
		}