@font-face {
            font-family: "Mochiy Pop One";
            src: url('font/MochiyPopOne-Regular.ttf') format('truetype');
        }
		
		@font-face {
            font-family: "Titan One";
            src: url('font/TitanOne-Regular.ttf') format('truetype');
        }
		
		@font-face {
            font-family: "Consert One";
            src: url('font/ConcertOne-Regular.ttf') format('truetype');
        }
@font-face {
            font-family: "Share Tech Mono";
            src: url('font/ShareTechMono-Regular.ttf') format('truetype');
        }
		
		@font-face {
            font-family: "Oleo Script Swash Caps";
            src: url('font/OleoScriptSwashCaps-Regular.ttf') format('truetype');
        }

body {
    font-family: Arial, sans-serif;
    background-color: #1E1E1E; 
    color: #FFFFFF; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;

}



/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.media-icons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.close-btn.open ~ .media-icons {
  transform: translateX(0);
  
}
.media-icons a {
  text-decoration: none;
  position: relative;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 6px;
}
.media-icons a i {
  color: #fff;
}
.media-icons a .tooltip {
  position: absolute;
  left: 55px;
  font-size: 20px;
  font-weight: 500;
  pointer-events: none;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  transform: translateY(-25px);
  opacity: 0;
  transition: all 0.2s linear;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
a:hover .tooltip {
  opacity: 1;
  transform: translateY(0);
}
a .tooltip::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 50%;
  left: -5px;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
}
.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  background-color: #8e36ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.close-btn.open {
  transform: rotate(90deg);
  background-color: #de0611;
}





.main-heading {
	font-family: "Consert One";
    font-size: 3rem;
    font-weight: bold;
    color: #fa823c;
    margin-top: 0.5rem;
}

.search-container {
    display: flex;
}

.search-bar {
    display: flex;
    align-items: center;
    margin-right: 10px; /* Adjust margin as needed */
}

.search-bar input {
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 250px;
}

.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.6rem; /* Adjust the size as needed */
    color: #666; /* Adjust the color to match your design */
    margin-left: 5px; /* Adjust the spacing as needed */
}





#clock {
    font-family: 'Share Tech Mono';
    color: #ffffff;

  
    color: #daf6ff;
    text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
}
.time {
	font-family: 'Share Tech Mono';
    letter-spacing: 0.05em;
    font-size: 44px;
    padding: 5px 0;
}
.date {
	font-family: 'Share Tech Mono';
    letter-spacing: 0.1em;
    font-size: 24px;
}

.text {
	font-family: 'Oleo Script Swash Caps';
    letter-spacing: 0.1em;
    font-size: 22px;

}


.search-icon:hover,
.google-search:hover,
.duckduckgo-search:hover {
    color: #f39c12; 
}



/* Dock */
@-webkit-keyframes bounce {
  0% { transform:translateY(0) }
  100% { transform:translateY(-20px) }
}

@-moz-keyframes bounce {
  0% { transform:translateY(0) }
  100% { transform:translateY(-20px) }
}

.dock {
	margin: 0 auto;
  width: 95%;
  position: absolute;
  left: 40px; 
  bottom: 0;
  z-index: 10;
  text-align: center;
  font-size: normal 14px/1;
  font-family: Arial, sans-serif;
}

.dock ul {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	margin: 0;
}

.dock ul:before, .dock ul:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 31px;
}

.dock ul:before {
  left: -31px;
}

.dock ul:after {
  right: -31px;
}

.dock li {
  display: inline-block;
  position: relative;
  margin: 0 1px;
  margin-bottom: 15px;
  vertical-align: baseline;
  box-reflect: below -16px -webkit-gradient(linear, left top, left bottom,from(transparent),color-stop(91%, rgba(255, 255, 255, .1)),color-stop(91.01%, transparent),to(transparent));
}

.dock a {
  display: inline-block;
  cursor: default;
  outline: none;
}

.dock li:target a {
  animation: bounce .3s 6 alternate ease-out
}

.dock li:after {
	content: " ";
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 5px;
	height: 5px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255, 255, 255, .8);
	margin-left: -2px;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(75, 255, 255, .4), 0 0 4px rgba(75, 255, 255, .5), 0 -1px 7px rgb(75, 255, 255);
  transition: opacity .5s;
}

.dock li:target:after {
	visibility: visible;
	opacity: 1;
}

.dock em {
	position: absolute;
	top: -34px;
	left: 50%;
	display: none;
	width: 150px;
	margin-left: -75px;
	text-align: center;
}

.dock em:after {
	content: " ";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, .6);
	border-bottom: none;
}

.dock em span {
	display: inline-block;
	padding: 5px 12px;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, .6);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	border-radius: 12px;
}

.dock li:hover em, .dock li a:focus em {
	display: block;
}

.dock img {
	width: 86px;
	height: auto;
	border: none;
  transition: width .2s, height .2s;
}

.dock li:hover img, .dock li a:focus img {
	width: 96px;
}

.dock li:active img {
	opacity: .9;
}

