 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body, html {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

html{
	cursor: url("../cursor.cur"), auto;
}

a, a:hover{
	cursor: url("../pointer.cur"), pointer;
}

audio{
	cursor: url("../pointer.cur"), pointer;
}

iframe{
  border:none;
}

body{
  background: url(https://file.garden/aG3rdTNO_Dlar7-g/new%20site/landing.gif);
  height: 100vh;
  width: 100vw;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  overflow: hidden;
}

.fira-code {
	font-family: "Fira Code", monospace;
	font-weight:400 700;
	font-style: normal;
}

ul {
	list-style-type: none;
  color: #6dd93b;
  font-family: "Fira Code", monospace;
  width: 90%;
  margin: 10px auto;
}

li{
  margin: 10px 0;
}

.topbar{
  position: fixed;
  top:0;
  left:0;
  right:0;
  height: 25px;
  width:100%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 15px;
  font-family: "Inter", serif;
  font-size: 14px;
  margin: 0;
  z-index: 10;
}

.topbar::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
  z-index: -1;
}

.topbar-content-left{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0 5px 10px;
  max-height: 100%;
  align-self: start;
  flex: 1 1 50%;
  margin: 0;
}

.topbar-content-right{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 5px 10px 5px 0;
  max-height: 100%;
  flex: 1 1 50%;
  margin: 0;
  gap: 10px;
}

.dropbtn {
  background-color: transparent;
  color: black;
  font-size: 14px;
  border: none;
  cursor: url("../pointer.cur"), pointer;
  text-align: center;
  height:25px;
  padding:0 10px;
  border-radius: 3px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: rgba(100, 100, 100, 0.3);
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.dropdown-item {
  display: none;
  position: absolute;
  min-width: 150px;
  max-width: 200px;
  overflow: auto;
  z-index: 1;
  background-color: rgba(48, 48, 48, 0.7);
  backdrop-filter: blur(50px);
  border-radius:5px;
}

.dropdown-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  color:  rgba(229, 233, 227, 1);
  padding: 15px;
}

.dropdown:hover .dropdown-item {
  display: block;
}

.dropdown:hover .dropbtn {background-color: rgba(100, 100, 100, 0.3);}

.main{
  width: 100%;
  height: 100%;
  padding: 30px 30px 0 0;
  position: relative;
}

.main-container{
  display: flex;
  flex-flow: column wrap-reverse;
  gap: 40px 30px;
  float: right;
  padding-top: 20px;
}

.main-item a{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 91.2px;
  height: 120px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: black;
  text-decoration: none;
  font-family: "Fira Code", monospace;
  font-weight: 600;
  font-size: 16px;
}

.main-item a > img{
  max-width: 100%;
  max-height: 70%;
}

#enter > span{
  width: 100%;
  text-align: center ;
}

#enter{
  display: none;
}

.tab{
  min-height: 200px;
  min-width: 500px;
  position: absolute;   
  top: 50%;   
  left: 50%;  
  transform: translate(-50%, -50%);
  background-color: black;
  border: 4px #6dd93b solid;
  border-radius: 15px;
  margin: 0;
  box-sizing: border-box;
  display: none;
}

.tab:target{
  display: block;
  z-index: 1000;
}

.head-tab{
  background-color: #6dd93b;
  color: black;
  border-radius: 10px 10px 0px 0px;
  font-family: "Fira Code", monospace;
  height: min-content;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  font-weight: 600;
  margin:0;
}

.head-tab > p{
  text-align: center;
  flex: 1 1 90%;
}

.head-tab > a{
  margin-left: 20px;
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.content-tab{
  max-width: 100%;
  height: 93%;
  border-radius: 0 0 10px 10px;
  margin:0 auto;
  overflow: hidden;
}

.taskbar {
  position: fixed;
  margin: 0 auto; 
  left: 0;
  right: 0;
  bottom: 5px;
  height: 80px;
  width:fit-content;
  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: saturate(160%) blur(20px);
  border: 1px solid rgba(229, 233, 227 , 0.4);
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  z-index: 10;
}

.taskbar-content{
  flex: 1 1 70%; 
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 0 10px;
}

.taskbar-item{
  height: 55px;
	cursor: url("../pointer.cur"), pointer;
  position: relative;
}

.taskbar-item a > img{
  max-height: 100%;
  margin: 0;
  display: block;
}

.tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: #0a0a0a;
  color:  rgba(229, 233, 227, 1);
  text-align: center;
  border-radius: 8px;
  padding: 6px 8px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;  
  transform: translate(-50%, -50%);
	font-family: "Inter", serif;
  background: rgba(20, 20, 20, 0.9);
  backdrop-filter: blur(100px);
  border: 1px solid #6dd93b;
  box-sizing: border-box;
  white-space: nowrap;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #6dd93b transparent transparent transparent;
}

.taskbar-item:hover .tooltiptext {
  visibility: visible;
}

.divider{
  width: 1.2px;
  height: 60px;
  border-radius: 5px;
  margin: 0 20px;
  background: rgba(229, 233, 227, 0.4);
}

.trash img{
  width: 55px;
  height: 55px;
}

.trash-content{
  padding:10px;
  margin:0 auto;
}

.trash-content > img{
  width:150px;
  height:auto;
}

#info-tab{
  width: 920px;
  height: 600px;
}

#music-tab{
  height: 300px;
  width:200px;
}

#music-content{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:15px;
  color:#6dd93b;
  font-family: "Fira Code", monospace;
  padding:0;
  margin:0;
}

#music-content > p{
  margin:-40px 10px 0 10px;
  padding:0;
}

#miniplay {
	width: 20em;
	height: 10em;
	font-family: "Inter", serif;
	background: #f5f5f5;
	border: 1px solid #d6d6d6;
	border-radius: 0.625rem;
	box-shadow: inset 10px 0px 6px -10px #ccc, inset -10px 0px 6px -10px #ccc,
	inset 0px 10px 6px -10px #fff, inset 0px -10px 6px -10px #ccc;
	padding: 12px;
}

.stats {
	display: flex;
	align-items: center;
}

.track-art {
	width: 3.5em;
	height: 3.5em;
	object-fit: cover;
	border-radius: 4px;
	filter: drop-shadow(0px 0px 1px #aaa);
	background-size: cover;
	background-position: center;
}

.slider_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
}

.current-time,
.total-duration {
	color: #666;
	font-family: "Inter", serif;
	font-size: 12px;
	padding: 4px;
}

.seek_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 16px;
  background: #666;
	border: 2px solid #f5f5f5;
	border-radius: 10px;
}

.seek_slider,
.volume_slider {
	width: 100%;
}

.seek_slider,
.volume_slider {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 3px;
	background: #bbb;
}

.seek_slider::-webkit-slider-thumb,
.volume_slider::-webkit-slider-thumb {
	cursor: pointer;
}

.now-playing,
.track-name,
.track-artist {
	color: #555;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

.now-playing {
	display: none;
}

.bttn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.playpause-track,
.prev-track,
.next-track {
	opacity: 0.5;
	color: #000;
	transition: opacity 0.2s;
}

.playpause-track:hover,
.prev-track:hover,
.next-track:hover {
	opacity: 0.8;
}

i.fa-play,
i.fa-pause,
.prev-track,
.next-track {
	cursor: pointer;
}

.com{
 	position: fixed;
  bottom:-5px;
  right:-7px;
 	width: 700px;
	height: 500px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.follow {
            background-color: #0A0A0A;
            border: 1px solid #6DD93B;
            border-radius: 2px;
            color: #6DD93B;
            padding: 2px 10px;
            cursor: pointer;
            font-family: "MS UI Gothic", Verdana, sans-serif;
            font-size: 13px;
            margin: 0 auto;
            display: block;
        }
         a{
          text-decoration: none;
        }