@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* body {
  color: white; 
  text-shadow: 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.15);
} */

body {
    font-family: 'Inter', sans-serif;
    background: radial-gradient(circle at 10% 20%, rgba(5, 10, 30, 0.9) 0%, rgba(0, 5, 20, 1) 90%);
    /* min-height: 100vh; */
    color: rgba(255, 255, 255, 0.9);
}

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    transition: all 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.25);
}

.glow-text {
    text-shadow: 0 0 10px rgba(100, 180, 255, 0.7);
}

.gradient-text {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.shadow { 
   color: white; 
   font: bold 51px monospace, Helvetica, Arial, Serif;
   text-shadow: 1px 1px red, 
                2px 2px red, 
                3px 3px red;
   -webkit-transition: all 0.12s ease-out;
   -moz-transition:    all 0.12s ease-out;
   -ms-transition:     all 0.12s ease-out;
   -o-transition:      all 0.12s ease-out;
}
.shadow:hover {
   position: relative; 
   top: -3px; 
   left: -3px; 
   text-shadow: 1px 1px red, 
                2px 2px red, 
                3px 3px blue, 
                4px 4px blue, 
                5px 5px orange, 
                6px 6px orange;
}

h4 {
  font-family: "Alice";
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
    margin: 0.5em 0;
    padding: 0;
}

a.list-post, a {
  text-decoration: none;
  
}

.columns {
  display: flex;
  justify-content: left;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

a.menu {
  
  font-family: "Alice";
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 6px 12px;
  border-radius: 10px;

}
a.menu:link {
  color: #fff;
}
a.menu:visited {
  color: grey;
}
a.menu:hover {
  /* color: #ff3300; */
  background: rgba(236, 236, 236, 0.15);
  box-shadow: 0.5px 0.5px 0.8px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  color: #252525;
}

a.footer {
  font-family: "Alice";
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
}
a.footer:link {
  color: #FFF;
}
a.footer:visited {
  color: grey;
}
a.footer:hover {
  color: #ff3300;
}


.list-post {
  color: #222222;
}
/*
a.footer:hover {
  color: #cc0000;
}*/

/*--*/
.hidden {
  display: none !important;
}
/* -- */

.u-img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; 
  border-radius: 15px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

/* glassmorphism s */

.glass-card {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(0, 0, 0, 0.5),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  
  padding: 2rem;
  margin: 2rem;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8),
    transparent,
    rgba(0, 0, 0, 0.3)
  );
}     
/* glassmorphism e */


.footer {

  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  text-align: center;
  /* margin-top: 40px; */
  font-size: 0.9em;
  color: #ffffff;
}
