/* turi ip ip ip
*/ 

/* @font-face {
  font-family: quicksand;
  src: url(misc/quicksand-regular.ttf);
} */

@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+Tagalog&display=swap');

html {
  scrollbar-width: thin;
}

body{
  font-family: 'Fira Code', monospace;
  background: radial-gradient(circle, #eee8e8, #ececec);
  color: #222024;
  transition: color 0.6s ease;
}

.dark-mode {
  background: radial-gradient(circle,#181818, #1d1d1d);
  color: #dbdada;
}

a {
  color: #fd797c;
}


h2 {
  margin-bottom: 10px;
  padding: 20px 10px;
}

.normal {
  float:left;
  writing-mode: vertical-rl;
}

hr {
  height: 2px;
  border:none;
  background: linear-gradient(to right, #f5a7a8, #eb686b);
  width: 45%;
}


#gradient {
  background: linear-gradient(to right, #ac27e9, #db46a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#impact {
  font-family: 'Bebas Neue';
}

.caret {
  animation: blinker 0.8s linear infinite;
}

@keyframes blinker {
  69% {
    opacity: 0;
  }
}

#baybayin {
  font-family: 'noto sans tagalog';
}

#light-switch {
  background: radial-gradient(circle, hsla(281, 82%, 53%, 0.5), hsla(323, 67%, 57%, 0.5));
  border-radius: 4px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  rotate: 45deg;
  color:rgba(0, 0, 0, 0.0);
}

.main {
    padding: 3px;
    max-width: 90%;
    margin: auto;
    text-align: justify;
    font-size: 15pt;
    border-radius: 5px;
}

.hero {
  display: flex;
}

.avatar { 
  margin-top: 10px;
  vertical-align: middle;
  width: 150px;
  height: 150px;
  border-radius: 80%;
  transition: 0.7s;
}

.avatar:hover {
  transform: scaleX(-1);
}

.hed {
  margin: 69px;
  max-width: 59%;
  font-size: 30px;
}

.h1 {
  font-size: 37px;
}

.image-dic {
  flex-grow: 1;
}

.image {
            width: 350px;
            height: 350px;
            float: right;
  animation: float 6s ease-in-out infinite;
  opacity: 0.3;
  margin: 110px;
  border-radius: 10%;
}

@keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

.header {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding: 20px 10px;
}

.mid-header {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

 /* Style the header links */
.header a {
  float: left;
  text-align: center;
  color: inherit;
  padding: 12px;
  text-decoration: none;
  font-size: 21px;
  line-height: 25px;
  border-radius: 4px;
  transition: 0.5s;
}

.header a:hover {
  background-image: linear-gradient( rgba(255, 242, 242, 0.007), rgb(255, 149, 175));
}
  
.header-right {
  float: right;
}

#intro {
  letter-spacing: 3px;
}

.contact {
	align-items: center;
  vertical-align: middle;
}

.contact a {
  text-decoration: none;
}

.aboutme {
  margin-left: 69px;
  padding:15px;
  margin-bottom: 90px;
  font-size: 19px;
}

.hidden-content {
  max-height: 0; /* Collapsed by default */
  opacity: 0; /* Fully transparent */
  overflow: hidden; /* Prevent content from overflowing */
  transition: max-height 1s ease, opacity 0.5s ease; /* Smooth transition */
}

#read-more-toggle:checked ~ .hidden-content {
  max-height: 669px;
  opacity: 1;
}

#read-more-toggle:checked ~ .read-more-btn::after {
  content: " Read Less";
}

.read-more-btn {
  cursor: pointer;
  color: #fd797c;
}

.read-more-btn::after {
  content: " Read More";
}

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

.dropbtn {
  background: linear-gradient(150deg, rgba(241, 235, 235, 0.699), rgba(248, 218, 218, 0.699));
  padding: 7px;
  font-size: 14px;
}

.dropdown-cntn {
  display: none;
  min-width: 700px;
  min-height: 100px;
  padding: 12px 12px;
  z-index: 1;
}

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

.portfolio {
  margin-bottom: 100px;
}

.github {  
  background-color: #525252;
  padding: 8px;
  border-radius: 10px;
}

.github a{
  text-decoration: none;
  color: white;
  font-size: 15px;
}

#js {
  text-align: center;
}


#li {
  background-image: linear-gradient(150deg, rgba(255,0,0,0), rgba(248, 163, 164, 0.45));
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
  border-radius: 5px; 
  padding: 20px;
  margin: 10px;
  width: 69%;
  overflow: auto;
  margin: auto;
  transition: transform 0.5s ease;
}

#li:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.8);
}

.posts {
  margin-bottom: 100px;
}

#posts a{
  text-decoration: none;
}


#donate img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px; 
  transition: transform 0.5s ease;
}

#donate img:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.8);
}

/* body {
  background: url("https://c.tenor.com/YB3M7ApTeMkAAAAC/skeleton-dance.gif") no-repeat center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  image-rendering: -moz-crisp-edges;
}
