body 
{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fdfcfb;
  color: #070f2b;
}
.container 
{
  max-width: 800px;
  width:85%;
  margin: 6em auto 0;
  padding: 20px;
  position: relative;
  padding-bottom: 6em;
}
.smallcontainer 
{
  max-width: 150px;
  position: relative;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
header 
{
  position: fixed;
  font-size: 2.5vh;
  max-height: 20vh;
  top: 0;
  left: 0;
  width: 96%;
  padding: 2%;
  border-bottom: 0.5px solid #9290c3;
  background-color: #fff;
  border-top: 0.5px solid #9290c3;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 1000;
}
header h1, header p 
{
  background-image: linear-gradient(to right, #ff758c, #ff7eb3, #b36bff, #7a7cff, #758cff, #8cff75, #ffef6e);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  display: inline;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 10%;
  filter: brightness(0.8);
}
.profile-picture
 {
  position: fixed;
  top: 19vw;
  right: 3%;
  max-width: 11%;
  height: auto;
  border-radius: 5%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, transform 0.3s;
  z-index: 5000;
  border: gold solid 0.5px;

}
.profile-picture:hover
 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.profile-picture-about
 {
  max-width: 50%;
  height: auto;
  border-radius: 5%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s, transform 0.3s;
  z-index: 5000;
  border: gold solid 1px;
}
.profile-picture-about:hover
 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.card 
  {
  position: fixed;
  border: 0.5px solid rgb(108, 110, 212);
  opacity: 0.8;
  font-size: 15px;
  top: 25%;
  left: 4%;
  padding: 30px;
  max-width: 8%;
  max-height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, transform 0.3s;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1;
}
@media (max-width: 1300px ) {.card {display: none;}}
@media (max-width: 1100px ) {.watermark {display: none;}}
@media (max-width: 1300px ) {.profile-picture {display: none;}}
@media (min-width: 1300px ) {.profile-picture-about {display: none;}}


.card:hover 
{
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
transform: translateY(-5px);
}
.section 
{
  margin-bottom: 5%;
  background-color: #fff;
  opacity:0.8;
  border: 0.5px solid rgb(108, 110, 212);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
  z-index: 998;
}
.section:hover 
{
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.section h2 
{
  font-size: 28px;
  margin-bottom: 15px;
  border-bottom: 1px solid #535c91;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #ff758c, #ff7eb3, #b36bff, #7a7cff, #758cff, #8cff75, #ffef6e);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  filter: brightness(0.8);
}
.section p {
  font-size: 18px;
  color: #070f2b;
  line-height: 1.6;
  font-weight: 200;
}
.section ul {
  list-style-type: none;
  padding: 0;
}
.section ul li {
  margin-bottom: 10px;
}
.section ul li strong {
  font-weight: bold;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 1%;
  background-color: #fff;
  border-top: 0.5px solid #9290c3;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 1000;
}
.footer p 
{
  font-size: 12px;
  color: #070f2b;
}
.footer p a 
{
  color: #535c91;
  text-decoration: none;
  font-weight: bold;
}
.button 
{
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 200px;
  border: 0px solid #007bff;
  font-weight: bold;
  transition: background-color 0.3s;
}
.button:hover 
{
  background-color: #0056b3;
}
a:not(:has(> img))
 {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 8px 12px;
  background-color: #ecf7ef;
  box-shadow: 0 0px 0px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 150px;
}
a:not(:has(> img)):hover 
{
  transform: scale(1.0);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2)
}
.impwords
{
  color:rgb(158, 157, 157)!important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 8px;
  background-image: rgb(255, 255, 255);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 8px;
  font-weight: bold;
  border :1.0px solid gold;
  max-width: 500px;
}
.impwords:hover
{
  transform: scale(1.01);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
hr 
{
        border: none;
        height: 0.5px;
        background-color: rgba(0, 0, 0, 0.5);
        margin: 20px;
        filter: blur(0px);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    }
.smallimagealigned
 {
  vertical-align:sub;
  }
.statustag 
{
    border: 1px solid #ccc;
    padding: 1.5% 2%;
    border-radius: 5px;
    border-color: red;
    font-size: 12px;
    color: white;
    font-weight: 400;
    width: 50px;
    max-width:50px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
.pagedef
{
  margin-bottom:2vh;
  margin-top: 0;
  background-image: linear-gradient(to right, #ff758c, #ff7eb3, #b36bff, #7a7cff, #758cff, #8cff75, #ffef6e);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  filter: brightness(0.8);
  animation: slide 0.5s ;
  font-size: 4.0em;
  font-weight: bold;
  overflow:initial;
}
@keyframes slide
{
0% {margin-left: 100%;}
100%{margin-left: 0%;}
}
.image-container
 {
  display: inline-block;
  justify-content: space-around;
  padding: 0px;
  box-sizing: border-box;
  opacity:1;
}
.image-container img 
{
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  max-height: 70px;
  padding: 20px;
}
.image-container img:hover 
{
  transform: scale(1.1);
}
.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
}
.right
 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.tags
{
  color:black;
  font-weight: bold;
}
/* Hide the additional content initially */
/* Hide the additional content initially */
.additional-content {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease; /* Smooth transition effect */
}

/* Show the additional content when hovering over the list item */
.sectionmini:hover .additional-content {
  display: block;
  opacity: 1;
  max-height: 1000px; /* Adjust as needed */
}
.sectionmini
{
  margin-bottom: 5%;
  background-color: #fff;
  opacity:0.8;
  border: 0.5px solid rgb(108, 110, 212);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
  z-index: 998;
}