@import url("https://fonts.googleapis.com/css2?family=Gloock&family=Satisfy&display=swap");
@import url("https://fonts.cdnfonts.com/css/pp-neue-montreal");

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: linear-gradient(#101010, #111111);
  color: #dddddd;
  font-family: "Lexend Deca", sans-serif;
  scroll-behavior: smooth;
}

header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  background: linear-gradient(#00000070 30%, transparent 90%);
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 20px;
  z-index: 10;
}

header > div {
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}


.nav-indicator {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #37373757;
  border-radius: 100px;
  transition: transform 0.3s ease, width 0.3s ease;
  z-index: 0;
  pointer-events: none; 
}

.nav-indicator::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: -7px;
  left: 40%;
  background-color: #dddddd;
}


.nav-indicator::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 6px;
  top: -7px;
  right: 35%;
  background-color: #ffffff;
  filter: blur(10px);
}

nav > a {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}


nav > a.selected {
  background-color: transparent !important;
}

nav > a.selected::before,
nav > a.selected::after {
  display: none !important;
}
  nav {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .nav-wrapper {
    background: rgba(43, 43, 43, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px;
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  nav > a {
    text-align: center;
    min-width: 90px;
    padding: 12px 20px;
    border-radius: 100px;
    list-style: none;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
  }
  
  nav > a.selected {
    position: relative;
    background-color: #37373757;
  }
  
  nav > a.selected::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: -7px;
    left: 40%;
    background-color: #dddddd;
  }
  
  nav > a.selected::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 6px;
    top: -7px;
    right: 35%;
    background-color: #ffffff;
    filter: blur(10px);
  }
  
  nav > a:hover {
    background-color: #37373757;
  }
  
  a {
    text-decoration: none;
    color: #dddddd;
  }


  
.social-links {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.social-links > a {
  font-size: 0.8rem;
  border-radius: 100px;
  padding: 15px;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}

.social-links > a:hover {
  background-color: #2b2b2b;
}

.social-toggle {
  display: none;
  margin-left: 10px;
  background-color: #2b2b2b;
  color: #fff;
  border-radius: 50%;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
  transition: background 0.2s ease;
}

main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}

.social-toggle:hover {
  background-color: #444;
}

.window-outline {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  outline-offset: -1px;
  background-image: radial-gradient(
    circle farthest-side at 50% 0,
    #acacac23 1%,
    #0000
  );
  border-radius: 24px;
  outline: 1px solid #f2f2f226;
  padding: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 8px #0006, 0 0 60px #0003, 0 30px 120px #000c;
  margin: 0 auto 150px auto;
  max-width: 1000px;
  width: fit-content;
}

.window-glow {
  background-image: linear-gradient(to right, #0000 10%, #fff 50%, #0000 90%);
  height: 1px;
  margin-bottom: -1px;
}

.main-window {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #f2f2f24d;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: inset 0 0 10px #0000001a, 0 0 12px #0006;
}

.window-bar {
  z-index: 5;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-image: linear-gradient(to right, #f2f2f21a, #f2f2f280, #f2f2f21a);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 12px;
  display: flex;
  box-shadow: 0 10px 20px 4px #0003;
}

.window-dots-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.dot {
  background-color: #f46b5d;
  border-radius: 6px;
  width: 12px;
  height: 12px;
}

.dot.red {
  border: 1px solid #10101040;
  border-radius: 100px;
  box-shadow: 0 0 20px 2px #f46b5d;
}

.dot.yellow {
  background-color: #f9bd4e;
  border: 1px solid #10101040;
  border-radius: 100px;
  box-shadow: 0 0 20px 2px #f9bd4e;
}

.dot.green {
  background-color: #57c353;
  border: 1px solid #10101040;
  border-radius: 100px;
  box-shadow: 0 0 20px 2px #57c353;
}

.text-hero {
  text-align: center;
  letter-spacing: -2px;
  text-shadow: 0 5px 10px #0057ff26, 0 -5px 10px #ff5a001a,
    0 -5px 25px #ffffff4d;
  font-family: PP Neue Montreal, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 110%;
  margin: 20px 0;
}

.text-hero.serif {
background-image: linear-gradient(to bottom, #0057ff 50%, transparent 90%);
letter-spacing: -2px;
text-shadow: 
  0 5px 15px #0057ff33, 
  0 -5px 15px #0057ff66, 
  0 0 30px #0057ff99;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
padding-right: 12px;
font-family: Gloock, sans-serif;
font-style: italic;
font-weight: 400;
}

.window-content {
  padding: 96px 72px 200px;
}



@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
  }
}


.window-bari {
  z-index: 5;
  background-color: #252525;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
}


.caner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.caner-img {
  height: 690px;
  max-width: 980px; 
  object-fit: cover;
  box-shadow: inset 0 0 10px #0000001a, 0 0 12px #0006;
}


.main-windoww {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  width: 980px;
  height: 690px;  
  transform: translateY(+70px);
  transition: transform 0.3s ease; 
}

.window-contentt:hover .main-windoww {
  transform: translateY(+20px); 
}

.window-contentt {
  position: relative; 
  width: 1150px;  
  height: 700px;      
  overflow: hidden;
  transition: transform 0.3s ease;
}

.window-outlinee {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  outline-offset: -1px;
  background-image: radial-gradient(
    circle farthest-side at 50% 0,
    #acacac23 1%,
    #0000
  );
  border-radius: 24px;
  outline: 1px solid #f2f2f226;
  padding: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 8px #0006, 0 0 60px #0003, 0 30px 120px #000c;
  margin: 0 auto 150px auto;
  width: 1150px;
}



.window-contentt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 68, 90, 1) 0%, rgba(15, 16, 17, 1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.window-contentt.gradient-2::after {
  background: linear-gradient(180deg,rgba(99, 99, 99, 1) 0%, rgba(15, 16, 17, 1) 100%);
}

.window-contentt.gradient-3::after {
  background: linear-gradient(180deg,rgba(75, 58, 138, 1) 0%, rgba(52, 31, 58, 1),#0b0b0c  100%);}



.window-contentt:hover::after {
  opacity: 1;
}

.window-contentt > * {
  position: relative;
  z-index: 1;
}

.text {
  margin-left: 20px;
  font-size: x-large;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.text-p {
  margin-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.tre{
  color: gray;
}

.icon-container {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-right: 20px;
}


.window-dots-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 10px;
}

.small-tab {
  height: 28px;
  background-color: #2d2d2d;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 0 70px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ddd;
  margin-right: auto;
  margin-top: 3px;
}

.navigation-bar {
  display: flex;
  padding: 8px 10px;
  background-color: #2d2d2d;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #333;
}

.nav-buttons {
  display: flex;
  gap: 8px;
  margin-right: 10px;
}

.nav-button {
  color: #999;
  font-size: 16px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-bar {
  flex: 1;
  height: 30px;
  background-color: #1a1a1a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 13px;
  color: #aaa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media screen and (max-width: 600px) {

  header p{
    display: none;
  }

  .nav-wrapper{
    margin-right: 50px;
    
  }
}

@media (max-width: 760px) {
  .social-links-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    width: max-content;
  }

  nav {
    width: 100%;
  }

  .social-toggle {
    display: block;
    font-size: 0.8rem;
    border-radius: 100px;
    padding: 15px;
    background-color: #2b2b2b60;
    backdrop-filter: blur(20px);
    color: #dddddd;
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 20;
  }

  .social-links {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
    background: rgb(43, 43, 43);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px #222222;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 10;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  #social-toggle:checked + .social-toggle + .social-links {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    animation: fadeIn 0.3s ease forwards;
  }

  #social-toggle:not(:checked) + .social-toggle + .social-links.visible {
    animation: fadeOut 0.3s ease forwards;
  }

  .social-links > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 10px;
    transition: background 0.2s ease;
  }

  .social-links > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 1200px) {
  .window-contentt {
    width: 95%;
    margin: 0 auto;
    padding: 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .window-outlinee {
    width: 95%;
    margin: 0 auto 50px auto;
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
  }

  .main-windoww {
    width: 95%;
    height: auto;
    min-height: 400px;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .caner-img {
    height: auto;
    max-height: 500px;
    object-fit: contain;
    transition: all 0.3s ease;
  }

  .window-contentt:hover .main-windoww {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 1024px) {
  main {
    padding: 0 50px;
  }

  .text-hero {
    font-size: 70px;
  }

  .text-hero.serif {
    font-size: 64px;
  }

  .window-content {
    padding: 80px 50px 150px;
  }

  .window-contentt {
    padding: 20px;
  }

  .window-outlinee {
    padding: 15px;
    border-radius: 20px;
  }

  .main-windoww {
    border-radius: 15px;
  }

  .window-bari {
    height: 38px;
    padding: 0 15px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease;
  }

  .small-tab {
    height: 32px;
    padding: 0 60px;
    background: rgba(45, 45, 45, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding: 0 30px;
  }

  .text-hero {
    font-size: 54px;
  }

  .text-hero.serif {
    font-size: 48px;
  }

  .window-content {
    padding: 60px 30px 100px;
  }


  nav > a {
    min-width: 80px;
    padding: 10px 15px;
  }

  .window-bari {
    height: 35px;
  }

  .small-tab {
    height: 30px;
  }

  .window-contentt {
    width: 100%;
    padding: 15px;
  }

  .window-outlinee {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 12px;
    border-radius: 18px;
  }

  .main-windoww {
    width: 100%;
    min-height: 350px;
    border-radius: 12px;
  }

  .caner-img {
    max-height: 450px;
    border-radius: 10px;
  }

  .window-bari {
    height: 35px;
    padding: 0 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .small-tab {
    height: 30px;
    padding: 0 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .navigation-bar {
    height: 35px;
    padding: 5px 10px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }

  .address-bar {
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
  }

  .address-bar:focus {
    background: rgba(26, 26, 26, 0.9);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 480px) {
  main {
    padding: 0 20px;
  }

  .text-hero {
    font-size: 42px;
  }

  .text-hero.serif {
    font-size: 36px;
  }

  .window-content {
    padding: 40px 20px 80px;
  }

  .nav-wrapper{
    margin-left: 80px;
  }

  .window-bari {
    height: 32px;
  }

  .small-tab {
    height: 28px;
    padding: 0 40px;
  }

  .navigation-bar {
    height: 32px;
    padding: 4px 8px;

  }

  .social-toggle{
    margin-right: 10px;
  }
  .nav-button {
    width: 24px;
    height: 24px;
  }

  .address-bar {
    height: 28px;
    font-size: 12px;
  }

  .window-contentt {
    padding: 12px;
  }

  .window-outlinee {
    margin: 0 auto 20px auto;
    padding: 10px;
    border-radius: 16px;
  }

  .main-windoww {
    min-height: 300px;
    border-radius: 10px;
  }


  .window-bari {
    height: 32px;
    padding: 0 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .small-tab {
    height: 28px;
    padding: 0 40px;
  }

  .navigation-bar {
    height: 32px;
    padding: 4px 8px;
  }

  .nav-button {
    width: 24px;
    height: 24px;
  }

  .address-bar {
    height: 28px;
    font-size: 12px;
  }
  .caner-img{
    max-height: 350px;
  }
}


@media screen and (max-width: 385px) {
  social-toggle{
    margin-right: 20px;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
  .window-contentt {
    height: auto;
    min-height: 100vh;
    padding: 15px;
  }

  .window-outlinee {
    margin: 0 auto 20px auto;
  }

  .main-windoww {
    height: auto;
    min-height: 300px;
  }

  .caner-img {
    max-height: 80vh;
  }
}

@media (prefers-color-scheme: dark) {
  .window-outlinee {
    background-image: radial-gradient(
      circle farthest-side at 50% 0,
      #acacac15 1%,
      #0000
    );
  }
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.window-contentt {
  animation: fadeInUp 0.6s ease-out;
}

.main-windoww {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.window-bari {
  transition: all 0.3s ease;
}

.footer-container {
  padding-top: 20px;
  border-top: 1px solid #222;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.logo {
  width: 32px;
  height: 32px;
  border: 1px solid var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.logo-inner {
  width: 16px;
  height: 16px;
  border: 1px solid var(--text-color);
}

.copyright {
  font-size: 14px;
  margin-bottom: 8px;
}

.credits {
  font-size: 12px;
  opacity: 0.7;
}

.footer-right {
  display: flex;
  flex-direction: column;
}

.nav-container {
  display: flex;
  gap: 48px;
  margin-bottom: 24px;
}

.nav-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nav-link {
  color: var(--text-color);
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.2s ease;
}

.nav-link:hover {
  opacity: 0.7;
}

.arrow {
  display: inline-block;
  margin-left: 4px;
  transform: rotate(-45deg);
}

.last-updated {
  font-size: 12px;
  opacity: 0.7;
  text-align: right;
}
