body{ background-image: url(img/cargif.gif); background-size: 25%; } @font-face { font-family: "Pixelated MS Sans Serif"; src: url(https://unpkg.com/98.css@0.1.16/dist/ms_sans_serif.woff) format("woff"); src: url(https://unpkg.com/98.css@0.1.16/dist/ms_sans_serif.woff2) format("woff2"); font-weight: 400; font-style: normal; } @font-face { font-family:"Pixelated MS Sans Serif";src:url(https://unpkg.com/98.css@0.1.16/dist/ms_sans_serif_bold.woff) format("woff");src:url(https://unpkg.com/98.css@0.1.16/dist/ms_sans_serif_bold.woff2) format("woff2");font-weight:700;font-style:normal; } body { font-family: "Pixelated MS Sans Serif",Arial !important; } img{ max-width: 100%; } .header h1{ margin-top: 2rem; text-align: center; /* color: white; */ } .btn { margin: 0 0 0 4px; padding: 0 3px 0 0; font-size: 16px; width: 30px; height: 30px; background: #FFCDFA; border: none; border-radius: 0; box-shadow: -3px 0px #FFF, 0px -3px #FFF, 3px 0px #353535, 0px 3px #353535, inset -4px -4px #FF98F5; font-family: "Pixelated MS Sans Serif",Arial !important; } .btn_auto { padding-left: 10px; padding-right: 10px; width: auto; height: 40px; } .window { position: relative; padding: 6px; max-width: 100%; min-width: 340px; background-color: #FFCDFA; box-shadow: 3px 0px #353535, 0px 3px #353535, -3px 0px #FFF, 0px -3px #FFF; margin: 1rem 0; } .window::before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; box-shadow: rgba(34, 46, 44, 0.1) 0 2px 2px, rgba(34, 46, 44, 0.1) 0 10px 10px, rgba(34, 46, 44, 0.1) 0 18px 18px, rgba(34, 46, 44, 0.1) 0 26px 26px, rgba(34, 46, 44, 0.1) 0 34px 34px, rgba(34, 46, 44, 0.1) 0 42px 42px; } .title-bar { background-color: #1C419F; padding: 10px 8px 10px 6px; display: flex; align-items: center; justify-content: space-between; } .title-bar__title { color: #fff; } .title-bar__controls { display: flex; } .title-bar__controls > *:last-child { margin-left: 8px; font-size: 22px; padding-bottom: 4px; } .menu { padding: 12px 4px; } .menu__item { display: inline-block; margin-right: 5px; } .menu__item::first-letter { text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 2px; } .container { padding: 20px; margin: 3px; box-shadow: 3px 0px #FFF, 0px 3px #FFF, -3px 0px #353535, 0px -3px #353535; } .display { position: relative; background-color: #000; padding: 8px 0; overflow: hidden; border-top: 4px solid #FF98F5; border-left: 4px solid #FF98F5; box-shadow: 3px 0px #FFF, 0px 3px #FFF; } .display > span { position: relative; line-height: 19px; display: block; width: max-content; color: #fff; white-space: nowrap; } .display > span::before, .display > span::after { position: absolute; content: attr(data-track); } .display > span::before { right: calc(100% + 30px); } .display > span::after { left: calc(100% + 30px); } @keyframes scrolling { 0% { transform: translateX(calc(-100% - 30px)); } 100% { transform: translateX(calc(100% + 30px)); } } .controls { margin-top: 20px; display: flex;justify-content: center; z-index: 10; position: relative; } .btn_auto { margin: 0 0 0 4px; padding: 0 3px 0 0; font-size: 16px; height: 30px; background: #FFCDFA; border: none; border-radius: 0; box-shadow: -3px 0px #FFF, 0px -3px #FFF, 3px 0px #353535, 0px 3px #353535, inset -4px -4px #FF98F5; padding-left: 10px; padding-right: 10px; width: auto; } .scrolling-animation { animation: scrolling 20s linear infinite; } @keyframes scrolling { 0% { transform: translateX(calc(-100% - 30px)); } 100% { transform: translateX(calc(100% + 30px)); } } .menu{ display: flex; align-items: center; justify-content: center; } .menu img{ max-width: 100%; } h1 { text-align: center; font-size: 40pt; line-height: 50pt; margin: 0; color: purple; font-weight: 900; padding: 0px 15px; word-spacing: 20px; text-transform: capitalize; } h1 span { animation: hue-rotate 1s linear infinite; } h1 span:nth-child(even) { text-transform: uppercase; } h1 span:nth-child(2) { animation-delay: 0.1s; } h1 span:nth-child(3) { animation-delay: 0.2s; } h1 span:nth-child(4) { animation-delay: 0.3s; } h1 span:nth-child(5) { animation-delay: 0.4s; } h1 span:nth-child(6) { animation-delay: 0.5s; } h1 span:nth-child(7) { animation-delay: 0.6s; } h1 span:nth-child(8) { animation-delay: 0.7s; } h1 span:nth-child(9) { animation-delay: 0.8s; } h1 span:nth-child(10) { animation-delay: 0.9s; } h1 span:nth-child(11) { animation-delay: 1s; } h1 span:nth-child(12) { animation-delay: 1.1s; } h1 span:nth-child(13) { animation-delay: 1.2s; } h1 span:nth-child(14) { animation-delay: 1.3s; } h1 span:nth-child(15) { animation-delay: 1.4s; } @keyframes colorChange { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } } .color-span { display: inline-block; animation: colorChange 5s linear infinite; } .left-side{ width: 25%; } .about-me{ background: #FFCDFA; padding: 2px 2rem 15px; } .about-me img{ max-width: 100%; height: 200px; width: 200px; } .about-me .box{ display: flex; } .stats ul li{ margin-bottom: 10px; font-weight: bold; } .right-side{ width: 50%; } section { display: flex; } .left-side { width: 25%; } .right-side { width: 50%; display: flex; align-content: center; } .left-side article p{ font-size: 3rem; color: white; font-family: 'Comic Sans MS', cursive; letter-spacing: 3px; margin-bottom: 0; } @media (max-width: 768px) { section { flex-direction: column; } .left-side, .right-side { width: 100%; } } .right-side h2{ font-size: 3rem; color: white; font-family: 'Comic Sans MS', cursive; letter-spacing: 3px; margin-bottom: 0;text-align: center; }

.right-side{
  flex-direction: column;
  margin: 0 auto;
}

.right-side article{
  max-width: 800px;
}


.close{
  color: white;
  position: absolute;
  top: 0;
  /* width: 65%; */
  right: 2rem;
  font-size: 5rem;
  color: #FF98F5;
}

.gallery img{
  width: 250px;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}
.see-more{
 
}.see-more {
  position: relative;
  display: inline-block;
}

.see-more img {
  display: block;
  filter: blur(4px);
}

.see-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* You can adjust the color as needed */
  font-size: 18px; /* You can adjust the font size as needed */
  font-weight: bold; /* You can adjust the font weight as needed */
}

.photo-of-year img{
  border: double #FF98F5;
}
.right-side iframe{
  border: double #FF98F5;
}

.gallery img{
  border: double #FF98F5;

}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 80%;
  max-height: 80%;
}

/* Style for the "See more" link */
.see-more {
  cursor: pointer;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* Style for each gallery item */
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.gallery-item:hover {
  transform: scale(.9);
}

.see-more {
  cursor: pointer;
}

.modal-nav {
  position: absolute;
  top: 50%;
  width: 65%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.modal-nav button {
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
}

.after-window{
  background: #FFCDFA;
  padding: 0px 2rem 15px;
}

html{
  backdrop-filter: brightness(0.5);
}

.password-container {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px; /* Set a maximum width for the container */
  width: 100%; /* Take up the full width within the maximum width */
}

label {
  display: block;
  margin-bottom: 10px;
}

input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn_auto{
  color: #000;
}

.after-gallery{display: none;}
.after-gallery{
  background: #FFCDFA;
  padding: 0px 2rem 15px;
}

.after-gallery p{
  font-size: 3rem;
  color: white;
  font-family: 'Comic Sans MS', cursive;
  letter-spacing: 3px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .after-window{
    display: none !important;
  }
  .after-gallery{
    display: block;
  }

  .modal-nav button{
    display: none;
  }
}

