@font-face {
  font-family: "Segoe";
  src: url(assets/fonts/45472284dc36b2486ce20fa620c79034.ttf) format("truetype");
}
@font-face {
  font-family: "Billabong";
  src: url(assets/fonts/0e94b13a1cfb505ff27124e329f14a65.ttf) format("truetype");
}
@font-face {
  font-family: "BebasNeue";
  src: url(assets/fonts/c501e16fa3f0781f9d73ad0273bcf06a.ttf) format("truetype");
}
* {
  font-family: "Segoe", Verdana, sans-serif;
}

*,
::after,
::before {
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-stroke: 0px !important;
  -webkit-font-smoothing: antialiased !important;
  box-sizing: content-box !important;
}
body {
  /* Ensure no conflicting background properties on the body itself */
  background: transparent;
  user-select: none;
  font-family: sans-serif;
  overflow-y: hidden;
  animation: none; /* Remove any animation from the body */
  transition: none; /* Remove any transition from the body */
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  z-index: -1;
  /* Use a simpler animation with linear timing for smoother transitions */
  animation: backgroundSlideshow 150s forwards infinite;
}

@keyframes backgroundSlideshow {
  0% { background-image: url(assets/images/7baf0e793fc3118a1ae3a9aaa732f855.jpg); }
  10% { background-image: url(assets/images/6ab85fcd3541f7f2511a47ee824bc663.jpg); }
  15% { background-image: url(assets/images/fda81752613c2fa436d3ce3ca4e3b5ac.jpg); }
  20% { background-image: url(assets/images/9c0818d9304f3dc10552de40536d4981.jpg); }
  30% { background-image: url(assets/images/393a87e3dc4be01b0889b8ac8106661f.jpg); }
  35% { background-image: url(assets/images/47f59aa1ef1214c2d44a45111120f843.jpg); }
  40% { background-image: url(assets/images/67715170a9e054c921fe0a3437032239.jpg); }
  50% { background-image: url(assets/images/721b137fc4e638b32e5032afb1b44ce4.jpg); }
  60% { background-image: url(assets/images/dff782bb040bcccab71f3e36108fe001.jpg); }
  70% { background-image: url(assets/images/f2cf532933f2772c7ce7499552ceef40.jpg); }
  80% { background-image: url(assets/images/754265dd3ce27e42fea253b8d4326660.jpg); }
  90% { background-image: url(assets/images/e6a6ebd11cf620c61e290dee4d26f66a.jpg); }
  100% { background-image: url(assets/images/f2cf532933f2772c7ce7499552ceef40.jpg); }

}

/* Remove the previous background fade styles */
body.js-bg-fade::before,
body.js-bg-fade::after {
  display: none;
}

.float-right *,
textarea {
  text-decoration: none;

  outline: none;

  transition: all 0.25s;
}

aside img {
  width: 30px;
}

aside {
  padding: 18px;

  text-align: center;

  width: 46px;

  color: #fff;
}

aside p {
  font-size: 13px;
}

aside .apps:hover {
  background: rgba(97, 97, 97, 0.25);

  border: 1px solid rgba(97, 97, 97, 0.5);
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
aside .apps {
  margin-bottom: 7px;

  width: 56px;

  text-align: center;

  padding: 4px 5px 0px 5px;

  cursor: context-menu;

  border: 1px solid rgba(238, 238, 238, 0);

  border-radius: 4px;

  max-height: 78px;
}
img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-drag: none;
  -webkit-user-drag: none;
}
.by a {
  color: #fff;
}

.by {
  color: #fff;
  display: none;
  font-size: 15px;

  padding: 10px;

  position: absolute;

  bottom: 50px;

  right: 0;
}

footer .float-right img {
  width: 15px;

  padding: 15px 4px;

  border-right: 1px solid #0c0c0c;

  border-left: 1px solid #0c0c0c;
}

footer .float-right img:hover {
  border-right: 1px solid #7d7d7d;

  border-left: 1px solid #7d7d7d;
}

footer .float-left img {
  width: 26px;

  padding: 10px 12px;
  margin-top: 0px;
  margin-bottom: 20px;
}

footer textarea:focus {
  width: 320px !important;

  background: #212121;

  cursor: text;
}
textarea::placeholder {
  color: white !important;
}
footer textarea {
  resize: none;

  width: 320px !important;

  height: 46px !important;

  background: #212121 !important;

  border: 0;

  font-size: 15px;

  color: #fff;

  padding: 12px;
  font-family: arial;

  color: white;
  overflow-y: hidden;
}

.float-right {
  float: right;

  text-align: center;
}

.float-left {
  float: left;
}

.padding-time {
  margin-left: 17px !important;
  padding: 5px;
  cursor: context-menu;
}

footer textarea::placeholder {
  visibility: hidden;
}

footer textarea:focus::placeholder {
  visibility: visible;
}

footer .float-left img:hover {
  background: #212121;
}

ul li {
  list-style: none;
}

footer {
  display: flex;
  grid-template-columns: minmax(2rem, 4rem) 22rem 3rem auto 4rem minmax(auto, 18rem);
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  grid-auto-flow: column;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  min-height: 2.5rem;
  height: 50px;
  opacity: 0.9;
  background: linear-gradient(to bottom right, #121213, #232325);
  color: #fff;
  z-index: 10;
}

* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body {
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  min-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.item {
  width: 50px;
  height: 50px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 0;
}

.item:focus {
  border: 1px solid blue;
}

.item:nth-child(1) {
  background: #f20d6c;
  top: 71%;
  left: 33%;
}

.item:nth-child(2) {
  background: #0ddff2;
  top: 66%;
  left: 26%;
}

.item:nth-child(3) {
  background: #f2460d;
  top: 53%;
  left: 54%;
}

.item:nth-child(4) {
  background: #f28f0d;
  top: 4%;
  left: 20%;
}

.item:nth-child(5) {
  background: #f20d0d;
  top: 42%;
  left: 88%;
}

.item:nth-child(6) {
  background: #0df2cc;
  top: 27%;
  left: 53%;
}

.ds-selected {
  border: 1px solid gray !important;
  background: rgba(50, 50, 255, 0.2) !important;
}
.apps, .taskbar {
    position: relative;
    z-index: 1; /* Ensure icons and taskbar are above the blurred background */
}

.apps p {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
.about-me {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: none !important;
}
.about-me .content {
  width: 100vw !important;
  height: calc(100vh - 35px - 50px) !important; /* 35px for title bar, 50px for taskbar/footer */
  min-height: calc(100vh - 35px - 50px) !important;
  padding: 0 !important;
  background: transparent !important;
  color: white;
  overflow: auto !important;
  display: flex;
  flex-direction: column;
}

/* Puzzle Game Styles */
.puzzle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  color: white;
  /* Remove min-height to avoid double scrollbars */
  overflow-y: auto;
}

.puzzle-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #74b9ff;
  text-align: center;
}

.puzzle-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
}

.puzzle-piece {
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(116, 185, 255, 0.3);
  border-radius: 8px;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  user-select: none;
  position: relative;
  overflow: hidden;
}

.puzzle-piece:hover {
  background: rgba(116, 185, 255, 0.2);
  transform: scale(1.02);
}

.puzzle-piece.correct {
  background: rgba(46, 213, 115, 0.2);
  border-color: #2ed573;
}

.puzzle-piece.wrong {
  background: rgba(255, 71, 87, 0.2);
  border-color: #ff4757;
  animation: shake 0.5s ease-in-out;
}

.puzzle-fact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  font-size: 14px;
  text-align: center;
}

.puzzle-piece.correct .puzzle-fact {
  transform: translateY(0);
}

.puzzle-controls {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.puzzle-button {
  padding: 10px 20px;
  background: rgba(116, 185, 255, 0.2);
  border: 1px solid rgba(116, 185, 255, 0.5);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.puzzle-button:hover {
  background: rgba(116, 185, 255, 0.3);
  transform: translateY(-2px);
}

.puzzle-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.badge-container {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* Celebration Badge Overlay */
.badge-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, backdrop-filter 0.3s;
}

.badge {
  width: 320px;
  min-height: 320px;
  background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.2rem;
  text-align: center;
  padding: 40px 20px 30px 20px;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.35), 0 0 0 8px rgba(116,185,255,0.15);
  animation: badge-pop 0.7s cubic-bezier(.68,-0.55,.27,1.55);
  position: relative;
  overflow: visible;
  font-family: 'Segoe UI', 'BebasNeue', Arial, sans-serif;
  z-index: 100000;
}

.badge .badge-icon {
  font-size: 4rem;
  margin-bottom: 18px;
  filter: drop-shadow(0 2px 8px #fff8);
  animation: badge-icon-bounce 1.2s infinite alternate;
}

.badge .badge-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #0008;
}

.badge .badge-message {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 8px;
  color: #eaf6ff;
  text-shadow: 0 1px 4px #0006;
}

@keyframes badge-pop {
  0% { transform: scale(0.2); opacity: 0; }
  60% { transform: scale(1.15); opacity: 1; }
  80% { transform: scale(0.95); }
  100% { transform: scale(1); }
}

@keyframes badge-icon-bounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(-12px) scale(1.08); }
}

/* Hide download button if present */
.puzzle-button[download], .badge .download-badge, .badge .download {
  display: none !important;
}

/* Blur effect for background when badge is shown */
.blurred-bg {
  filter: blur(8px) brightness(0.7) grayscale(0.1);
  transition: filter 0.3s;
}

.gift-shower {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
}

.gift {
  position: absolute;
  width: 40px;
  height: 40px;
  animation: gift-fall 3s linear forwards;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gift::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ff4757;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(255, 71, 87, 0.5);
}

.gift::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.gift .ribbon {
  position: absolute;
  width: 4px;
  height: 40px;
  background: #fff;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.gift .ribbon::before,
.gift .ribbon::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.gift .ribbon::after {
  top: auto;
  bottom: -10px;
}

@keyframes gift-fall {
  0% {
    transform: translateY(-100px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(calc(100vh + 100px)) rotate(360deg);
    opacity: 0;
  }
}

/* Add multiple gift colors */
.gift:nth-child(2n)::before {
  background: #2ed573;
  box-shadow: 0 0 10px rgba(46, 213, 115, 0.5);
}

.gift:nth-child(3n)::before {
  background: #1e90ff;
  box-shadow: 0 0 10px rgba(30, 144, 255, 0.5);
}

.gift:nth-child(4n)::before {
  background: #ffa502;
  box-shadow: 0 0 10px rgba(255, 165, 2, 0.5);
}

.gift:nth-child(5n)::before {
  background: #a29bfe;
  box-shadow: 0 0 10px rgba(162, 155, 254, 0.5);
}

.confetti-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 998;
}

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f00;
  animation: confetti-fall 3s linear forwards;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(-100px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(calc(100vh + 100px)) rotate(720deg);
    opacity: 0;
  }
}

/* Remove puzzle icon styles */
.puzzle-icon {
  display: none;
}

.credits {
  font-family: "Consolas", monospace;
  width: 60vw;
  height: 70vh;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  top: 40vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  transition: width 0.1s, height 0.1s ease;
}
.credits * {
  font-family: "Consolas", monospace;
}
.contact {
  font-family: "Consolas", monospace;
  width: 80vw;
  height: 80vh;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: calc(80vh - 270px);
  left: 50vw;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: width 0.1s, height 0.1s ease;
}

.experience {
  font-family: "BebasNeue", sans-serif;
  width: 80vw;
  height: 80vh;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: calc(80vh - 250px);
  left: 50vw;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: width 0.1s, height 0.1s ease;
}
.title-bar {
  border-bottom: 1px white;
  background-color: #242526;
  display: flex;
  color: #f5f5f5;
  height: 35px;
  font-family: "Segoe", Verdana, sans-serif;
  justify-content: space-between;
}

.window-controls {
  display: flex;
}

.window-button {
  right: 0;
  width: 46px;
  height: 100%;
  transition: background-color 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.window-button:hover {
  background-color: #3a3b3c;
}
.window-button-blue {
  background-color: #0078d7;
  right: 0;
  width: 46px;
  height: 100%;
  transition: background-color 0.2s;
}

.window-button-blue:hover {
  background-color: #0072c6;
}

.window-button-blue.restore {
  background-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><rect x="2.5" y="2.5" width="10" height="10" rx="1.5" fill="none" stroke="white" stroke-width="2"/></svg>');
  background-size: 15px 15px;
  background-color: #0078d7;
}
.window-button-blue.minimize {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="2" viewBox="0 0 16 2" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="2" fill="white"/></svg>');
  background-size: 16px 2px;
  background-color: #0078d7;
}
.close {
  background-image: url(assets/images/3b1070f997d83c52ce8d0a481c14cb69.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.close:hover {
  background-color: #e81023;
}
.minimize {
  background-image: url(assets/images/7a3a672329024334008282737492a805.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.minimize-full {
  background-image: url(assets/images/03f9d3a514e614900db5118194209a96.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.restore {
  background-image: url(assets/images/12120be1b28faa1a5994d0b398af5ff3.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.title {
  padding: 10px;
  font-size: 15;
  display: flex;
  align-items: center;
}

.content {
  overflow: auto;
  color: white;
  padding: 10px;
  background-color: #000000;
  width: auto;
  height: 100%;
}
.content-light {
  overflow: auto;
  color: black;
  padding: 10px;
  background-color: white;
  width: auto;
  height: 100%;
}
.content::-webkit-scrollbar {
  width: 10px;
}

.content::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #9f9f9f;
  border-radius: 10px;
}

.content::-webkit-scrollbar-track {
  background-color: #2c2c2c;
}
#logo-div {
  font-family: "Billabong";
  color: white;
  font-size: 40px;
}
#weight-600 {
  font-weight: 600;
  cursor: pointer;
}
::placeholder {
  text-align: center;
  font-size: 14px;
}
nav {
  height: 54px;
  border-bottom: 1px solid rgb(219, 219, 219);
}
#nav-bar {
  margin-left: 12%;
  padding: 0 6px;
}
#nav-buttons {
  padding: 0;
  justify-content: end;
}
#logo {
  cursor: pointer;
}
#search-bar {
  padding: 3px 10px 3px 26px;
  border-radius: 3px;
  outline: 0;
  width: 215px;
  height: 18px;
  background-color: rgb(250, 250, 250);
  font-family: "Segoe UI" sans-serif;
}
.nav-item {
  background-color: transparent;
  border: none;
  transition: color 0.5s;
}
.nav-item:hover {
  color: #7a7a7a;
}

#profile {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}
#storySide {
  overflow: hidden;
  position: relative;
  margin-top: 4.8rem;
}
#story-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgb(109, 109, 109);
  padding: 1px;
  cursor: pointer;
  object-fit: cover;
}
label {
  font-size: 12px;
  color: white;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
#side-profile {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}
#side-nick {
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
#side-name {
  font-size: 14px;
  color: #8e8e8e;
}
#switch {
  font-size: 12px;
  color: #0095f6;
  font-weight: 600;
  cursor: pointer;
}
#suggestion {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 600;
}
#see-all {
  cursor: pointer;
  font-size: 12px;
  color: #262626;
  font-weight: 600;
}
#suggestion-photo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}
#suggestion-nick {
  font-size: 14px;
  color: #262626;
  font-weight: 600;
  text-transform: lowercase;
}
#suggestion-info {
  color: #8e8e8e;
  font-size: 12px;
  margin-top: -4px;
}
#suggestion-follow {
  font-size: 12px;
  color: #0095f6;
  cursor: pointer;
  font-weight: 600;
}
.post {
  height: 585px;
  transition: object-position 0.5s;
}
#post-nick {
  text-transform: lowercase;
  font-weight: 600;
  font-size: 14px;
  color: white;
}
#dots {
  cursor: pointer;
}
.buttons {
  margin: 6px;
  cursor: pointer;
  transition: fill 0.5s;
}
.buttons-like {
  margin: 6px;
  cursor: pointer;
  transition: fill 0.5s;
}
.buttons-like:hover {
  fill: #7a7a7a;
}
.buttons:hover {
  fill: #7a7a7a;
}
.buttons:last-child {
  float: right;
  margin-right: 1rem;
}
.buttons:first-child {
  margin-left: 1rem;
}
h6 {
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
#subtitle-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}
#bottom-bar {
  font-size: 14px;
}
#show-comments {
  color: #8e8e8e;
  cursor: pointer;
}
#comment-like {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#time-info {
  color: #8e8e8e;
  font-size: 10px;
}
#icons {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#comment-input {
  color: #262626;
  font-size: 14px;
  outline: none;
  text-align: start;
}

#footer {
  font-size: 11px;
  color: #c7c7c7;
  font-family: "Segoe UI" sans-serif;
}
#footer-pages {
  font-size: 11px;
  color: #c7c7c7;
  font-family: "Segoe UI" sans-serif;
  text-decoration: none;
  margin-left: -8px;
}
#footer-pages:first-child {
  list-style: none;
}
#post-profile {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}
#post-profile-story {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #8e8e8e;
  padding: 1px;
}
#post-side {
  width: 468px;
  margin: 0 auto;
}
.next-photo {
  position: absolute;
  top: 50%;
  right: 5%;
  opacity: 0.8;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url(assets/images/28080e6d01615264418f7911b852f716.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.prev-photo {
  position: absolute;
  top: 50%;
  left: 0%;
  opacity: 0.8;
  visibility: hidden;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url(assets/images/b25db29104065326e4f6c64a4885d513.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.image-container {
  width: 468px;
  height: 585px;
  overflow: hidden;
  position: relative;
}
.underscore {
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    visibility: visible;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
.credits-section {
  font-family: Consolas, monospace;
  font-size: 13px;
  margin-right: 100px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
.credits-section:hover {
  color: black;
  background-color: #666666;
}
.credits-selected {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Consolas, monospace;
  font-size: 13px;
  text-decoration: none;
  margin-right: 100px;
  background-color: grey;
  color: black;
  cursor: pointer;
}
.credits-selected:hover {
  color: black;
  background-color: #666666;
}
::placeholder {
  text-align: left;
}
#form-contact {
  font-family: Arial, sans-serif;
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

label {
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  cursor: auto;
}

input[type="text"],
input[type="email"],
#form-name,
textarea {
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  box-sizing: border-box;
}
textarea::placeholder {
  color: #000;
  text-align: left;
}

input[type="submit"] {
  background-color: #0078d7;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

input[type="submit"]:hover {
  background-color: #0072c6;
}
.company-logo {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  width: 9vw;
  height: auto;
  display: inline-block;
  margin: 10px 10px;
  transition: transform 0.5s ease;
  border-radius: 0.2vw;
}
.company-logo img {
  width: 100%;
  height: auto;
  border-radius: 0.2vw;
}

.company-logo:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.company-logo-selected {
  transform: scale(1.2);
}
#experience-title {
  color: red;
  text-transform: uppercase;
  font-size: larger;
  text-align: center;
}
.experience-text {
  text-align: center;
  color: white;
  margin-top: 10px;
}
.timeline {
  position: relative;
  max-width: 900px;
  margin: 50px auto;
}
.timeline-item {
  border-left: 2px solid #de1310;
  padding-left: 20px;
  width: 100%;
  position: relative;
}
.timeline-item::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #de1310;
  border-radius: 50%;
  left: -7px;
  top: 10px;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item p {
  margin-top: 0;
  margin-bottom: 0px;
}
.timeline-item:last-child p {
  margin-bottom: 0;
}
.company-selection {
  position: relative;
  top: 10px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#experience-title {
  margin: 0;
  padding: 0;
  font-family: "BebasNeue", sans-serif;
  color: #de1310;
  font-size: 30px;
}
.buttons-like:hover {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.links {
  border-bottom: 0px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.links li {
  margin-top: 5px;
  margin-left: 20px;
  transition: color 0.2s ease;
}
.links a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
.links li:hover {
  color: #a3a3a3;
  cursor: pointer;
}
.header-image {
  width: 30px;
  height: auto;
  border-radius: 5px;
  margin-right: 20px;
}

.options {
  position: absolute;
  left: 0rem;
  box-shadow: 1px 2px 2px #2d2d2d;
  z-index: 5;
  transition: 0.3s all ease;
  top: 0rem;
  background-color: var(--white);
  display: none;
  justify-content: center;
  min-width: 5rem;
  min-height: 2rem;
}
.view-options-list {
  width: 5rem;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  padding-left: 0.8rem;
  align-items: center;
}
.options ul li {
  position: relative;
  z-index: 7;
  color: black;
}
.list-element:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  width: 100%;
}
.list-element:nth-child(1) img {
  width: 0.7rem;
  position: relative;
  right: 0.5rem;
}
.view-options-sublist {
  display: none;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
  left: 0rem;
  width: 10rem;
}

.expand-apps {
  display: grid;
  grid-template-columns: repeat(10, 6rem);
  grid-template-rows: repeat(6, 6rem);
  grid-auto-flow: column;
  overflow: hidden;
}

.expand-apps div {
  display: flex;
  align-items: flex-start;
  width: 6rem;
  min-height: 6rem;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  justify-content: center;
}
.expand-apps .link-to-page:hover {
  background-color: rgba(173, 216, 230, 0.265);
}
.expand-apps div > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}

.expand-apps div .link-to-page > p {
  width: 100%;
  display: inline-block;
  text-shadow: 2px 2px 14px black;
  text-align: center;
  font-size: 1rem;
}

footer svg {
  fill: var(--white);
}

footer .windows-hover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

footer #windows-icon {
  width: 1.2rem;
}

footer .windows-hover:hover #windows-icon {
  fill: var(--windows-blue);
}
footer .open-windows-menu {
  display: none;
  width: 33rem;
  min-height: 36rem;
  position: absolute;
  bottom: 3rem;
  z-index: 8;
  left: 0;
  background-color: black;
}
footer .open-windows-menu .left-panel {
  display: grid;
  grid-template-columns: minmax(auto, 16rem);
  grid-template-rows: 3.6rem minmax(32.3rem, auto);
  width: 3.9rem;
  align-items: center;
  overflow: hidden;
  background-color: black;
  position: absolute;
  z-index: 4;
  transition: all 0.15s 0.2s linear;
}
footer .open-windows-menu .left-panel:hover {
  width: 16rem;
  box-shadow: 3px 0px 4px #1b1a1a;
}

.open-windows-menu .start {
  align-self: baseline;
  height: 5rem;
}
.open-windows-menu .left-panel .details {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(5, 3.5rem);
  align-items: center;
  align-self: end;
}
.open-windows-menu .start,
footer .open-windows-menu .left-bottom-panel {
  display: flex;
  width: 100%;
  min-width: 7rem;
  height: 100%;
  padding-left: 1.5rem;
  align-items: center;
}
.open-windows-menu .start img,
footer .open-windows-menu .left-bottom-panel img {
  width: 1rem;
}
footer .open-windows-menu .left-bottom-panel:nth-child(1) img {
  border-radius: 50%;
}
footer .open-windows-menu .left-bottom-panel:nth-child(1) p {
  white-space: nowrap;
}
footer .open-windows-menu .left-bottom-panel:nth-child(3) img {
  transform: scaleX(-1);
}
.open-windows-menu .start p,
.open-windows-menu .left-bottom-panel p {
  padding-left: 1.5rem;
}

.open-windows-menu .start p {
  text-transform: uppercase;
  font-weight: bold;
}
.middle-panel {
  display: grid;
  grid-template-columns: minmax(12rem, auto);
  grid-template-rows: repeat(5, 5rem);
  padding-left: 4.8rem;
  padding-top: 1rem;
}
.middle-panel .menu-app-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 4.1rem;
  margin-bottom: 0.6rem;
}
.middle-panel .menu-app-section .app-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 2.5rem;
  padding-left: 0.5rem;
  position: relative;
  right: 0.8rem;
}
.middle-panel .menu-app-section a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

.middle-panel .app-container a img {
  width: 1.4rem;
}
.middle-panel .app-container a p {
  font-size: 1rem;
  padding-left: 1rem;
}
footer label {
  position: absolute;
  visibility: hidden;
}

.search-apps {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 3rem;
}

.search-apps ::placeholder {
  color: var(--black);
  opacity: 1;
}

.search-apps input[type="text"] {
  min-width: 100%;
  font-size: 0.9rem;
  height: auto;
  color: var(--black);
  padding: 1rem;
  max-width: 21rem;
  padding-left: 3.5rem;
}

.search-apps img {
  width: 1.2rem;
  height: auto;
  position: absolute;
  top: 1rem;
  left: 1rem;
  bottom: 1rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.taskbar-hover,
.left-panel-hover {
  display: flex;
  align-items: center;
  transition: 0.11s all ease-in;
}

.taskbar-hover:hover {
  background-color: #414141;
}
.left-panel-hover:hover {
  background-color: #4c4c4c;
}
footer .cortana-section {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  justify-self: start;
}
footer .cortana-section #cortana {
  width: 1.1rem;
}
footer .pinned-apps {
  justify-self: start;
  width: auto;
  grid-template-rows: minmax(1rem, 3rem);
  height: 100%;
  align-content: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0rem;
}
footer .pinned-apps img {
  width: 1.5rem;
}
footer .weather-update {
  width: 3.5rem;
  height: 3rem;
  display: flex;
  justify-content: center;
}
footer .taskbar-app {
  border-bottom: 2px solid #76b9ed00;

  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 3.5rem;
  transition: all 0.51s ease;
}

.taskbar-selected {
  background-color: #414141;
}
.taskbar-opened {
  border-bottom: 2px solid #76b9edee !important;
  background-clip: padding-box;
}
footer .other-apps {
  display: none;
  position: absolute;
}
#expand-other-apps {
  display: flex;
  justify-content: center;
  width: 32px;
  height: 3rem;
  top: 10px;
}
#expand-other-apps svg {
  transform: rotate(270deg);
}
#windows-icon-section {
  width: 60px;
}
#expand-other-apps:checked ~ .other-apps {
  display: grid;
  top: 1rem;
  background-color: var(--lightgrey);
}
.small-taskbar-info {
  float: right;
  display: flex;
  width: 100%;
}
.small-taskbar-info .shown-apps {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.small-taskbar-info .shown-apps .image-container-win {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 3rem;
  margin-left: 0.5rem;
}
.small-taskbar-info .shown-apps img {
  width: 1rem;
}
.small-taskbar-info .shown-apps .image-container-win:nth-child(1) {
  margin-left: 0;
  transform: scaleX(-1);
}
.small-taskbar-info .shown-apps .image-container-win:nth-child(2) img {
  transform: scaleX(-1);
  width: 0.8rem;
}
footer .date-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 10px;
  align-items: center;
  width: 100%;
}
footer .date-section time {
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
}
footer .notifications-bar {
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-right: 0.2rem;
  height: 3rem;
}
footer .notifications-bar img {
  width: 1.8rem;
}
footer .show-desktop {
  width: 100%;
  height: 3rem;
}
footer .show-desktop hr {
  width: 0.03rem;
  height: 100%;
  background-color: rgba(206, 206, 206, 0.721);
  border: none;
}

.expand-apps div:nth-child(1) img {
  width: 2.987rem;
}

/* Projects Window Styling - Cleaned */
.projects {
  width: 90vw;
  height: 90vh;
  max-height: 95vh;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  perspective: none;
}

.projects.active {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 90vh;
}

.projects.maximized {
  width: 100vw !important;
  height: calc(100vh - 50px) !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  border-radius: 0;
}

/* Revert 3D Book Container styles */
.book-container {
  display: block;
  position: static;
  width: auto;
  height: auto;
  transform-style: initial;
  transition: none;
}

/* Revert Book styles */
.book {
  display: block;
  position: static;
  width: auto;
  height: auto;
  transform-style: initial;
  transition: none;
}

/* Revert Book Cover styles */
.book-cover {
  display: none;
}

/* Revert Book Page styles */
.book-page {
  display: none;
}

/* Revert Page Navigation styles */
.page-navigation {
  display: none;
}

/* Revert Page Number styles */
.page-number {
  display: none;
}

/* Revert Book Spine effect */
.book-spine {
  display: none;
}

/* Revert Book Shadow effect */
.book-shadow {
  display: none;
}

/* Revert Book Opening Animation */
.book.opened .book-cover {
  transform: none;
}

/* Revert Page Turning Animation */
.book-page.turned {
  transform: none;
}

/* Styles for the creative project display - keeping card flip and adding good styling */
.creative-projects-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    padding: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 160px);
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    background-size: 200% 200%;
    animation: bg-gradient-animation 15s ease infinite;
    align-items: flex-start;
    align-content: flex-start;
}

@keyframes bg-gradient-animation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.project-card-creative {
    width: 280px;
    height: 350px;
    perspective: 1500px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.project-card-creative::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(116, 185, 255, 0.4);
    filter: blur(20px);
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: -1;
}

.project-card-creative:hover::before {
    opacity: 1;
}

.project-card-creative:hover {
    transform: rotateY(180deg) scale(1.05);
}

.project-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.card-front {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.card-back {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: flex-start;
    padding-top: 40px;
    color: #cccccc;
}

.project-icon {
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.project-icon:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.2);
}

.project-icon ion-icon {
    font-size: 2rem;
}

.project-icon img {
    width: 30px;
    height: auto;
}

.project-title {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 0.8rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.project-description {
    color: #e0e0e0;
    margin-bottom: 1.8rem;
    line-height: 1.6;
    font-size: 1.1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.project-links {
    display: flex;
    gap: 1.5rem;
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.project-link {
    padding: 0.9rem 1.5rem;
    color: #74b9ff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgba(116, 185, 255, 0.5);
    transition: all 0.3s ease;
    background: rgba(116, 185, 255, 0.15);
    backdrop-filter: blur(8px);
    font-weight: 600;
}

.project-link:hover {
    color: #a0c5f8;
    background: rgba(116, 185, 255, 0.3);
    border-color: rgba(160, 197, 248, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(116, 185, 255, 0.4);
}

.puzzle-guide {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  color: #e0e0e0;
  max-width: 600px;
  width: 100%;
}

.puzzle-guide h3 {
  color: #74b9ff;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.puzzle-guide ol {
  margin: 0;
  padding-left: 20px;
}

.puzzle-guide li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.puzzle-guide li:last-child {
  margin-bottom: 0;
}

.puzzle-targets-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
  width: 100%;
  max-width: 600px;
  min-height: 180px;
}
.puzzle-target {
  background: rgba(255,255,255,0.05);
  border: 2px solid #74b9ff;
  border-radius: 8px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  transition: border-color 0.3s, background 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.puzzle-target.matched {
  background: rgba(46, 213, 115, 0.2);
  border-color: #2ed573;
}
.puzzle-target.wrong {
  background: rgba(255, 71, 87, 0.2);
  border-color: #ff4757;
  animation: shake 0.5s ease-in-out;
}
.puzzle-target-label {
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 6px;
  text-align: center;
}
.puzzle-target .puzzle-fact {
  font-size: 14px;
  color: #b2bec3;
  margin-top: 4px;
  text-align: center;
}
.puzzle-pieces-area {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
}
.puzzle-piece {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(116, 185, 255, 0.3);
  border-radius: 8px;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  user-select: none;
  min-width: 160px;
  min-height: 60px;
  padding: 10px 8px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.puzzle-piece:active {
  opacity: 0.7;
}

/* Game window maximized */
.about-me.maximized {
  width: 100vw !important;
  height: calc(100vh - 50px) !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  z-index: 9999 !important;
  position: fixed !important;
}

.about-me.maximized .content {
  height: calc(100% - 35px) !important;
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

#know-me {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 1000;
  
}

.know-me.maximized {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: calc(100vh - 50px) !important; /* Avoid bottom cutoff */
  z-index: 9999 !important;
  overflow: auto ;
}

.know-me .content {
  /* Allow vertical scrolling only within the content */
 
  padding: 0;
  background: #000;
  min-height: 400px;
  border-radius: 0 0 12px 12px;
}
#knowme-feed {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 0;
}
.knowme-post {
  background: #000;
  border: 1px solid #262626;
  margin-bottom: 24px;
  border-radius: 3px;
}

.knowme-post #post-profile-story {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.knowme-post .image-container {
  width: 100%;
  position: relative;
}

.knowme-post .image-container img.post {
  width: 100%;
  height: auto;
  display: block;
}
#subtitle-profile {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.knowme-post #bottom-bar {
  padding: 8px;
}

.knowme-post .buttons {
  cursor: pointer;
  margin-right: 16px;
}

.knowme-post .buttons.liked path {
  fill: #ed4956;
  stroke: #ed4956;
}

.knowme-post .profile-pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.knowme-post .username {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.knowme-post .location {
  font-size: 12px;
  color: #8e8e8e;
}

.knowme-post .post-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.knowme-post svg {
  cursor: pointer;
}

.knowme-post svg.liked path {
  fill: #ed4956;
  stroke: #ed4956;
}

.knowme-post .post-likes {
  font-size: 14px;
  margin: 4px 0;
  color: #fff;
}

.knowme-post .post-caption {
  font-size: 14px;
  color: #fff;
}

.knowme-post .post-comments {
  font-size: 14px;
  margin-bottom: 8px;
}

.know-me.window {
  overflow: auto;
}



#special-thanks {
  position: absolute;
  top: 20%; /* Adjust this value to move the window up or down */
  left: 50%;
  transform: translate(-50%, -20%);
  /* Add other styling properties as needed */
}

/*# sourceMappingURL=main.css.map*/