@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
  font-family: Poppins;
  line-height: 120%;
  user-select: none;
  /* scroll-behavior: smooth;  */
}

body {
  background: #333;
}

/* Navbar styles */
.navbar {
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  transition: 0.1s ease-in-out;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Responsive navigation menu */
@media screen and (max-width: 600px) {
  .navbar a {
    float: none;
    display: block;
    text-align: left;
  }
}

.mdc {
  font-size: 25px;
  opacity: .75;
  user-select: none;
  display: flex;
  gap: 10px;
}

.content-ntc-2 {
  text-align: center;
}

.intro-ntec {
  background-color: rgb(0, 0, 0);
  font-size: 20px;
  color: rgb(255, 255, 255);
  width: 500px;
  margin: 14px 16px;
  padding: 14px 16px; 
}

#linked-button {
  background-color: rgb(211, 211, 211);
  color: rgb(0, 0, 0);
  font-size: 20px;
  width: 500px;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  justify-content: center;
  border: 2.5px solid white;
  padding: 6px 7px;
  height: 120px;
  transition: 0.2s ease-in-out
}

#linked-button:hover {
  background: #000000;
  color: rgb(255, 255, 255);
}

#linked-button-2 {
  background-color: rgb(181, 226, 255);
  color: rgb(0, 0, 0);
  font-size: 20px;
  width: 500px; 
  align-items: center;
  justify-content: center;
  border: 2.5px solid white;
  padding: 6px 7px;
  height: 120px;
}

#linked-button-2:hover {
  background: #636363;
  color: red;
}

#ntec-alert {
  width: 500px;
  background-color: rgb(155, 155, 255);
  color:black;  
}

#ntec-alert-2 {
  width: 500px;
  background-color: rgb(255, 155, 155);
  color:black;  
}

.purchase {
  display: flex;
  width: 750px;
  flex: 2;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#purchase-button {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 30px;
  width: 500px;
  align-items: center;
  justify-content: center;
  border: 2.5px solid white;
  padding: 6px 7px;
}

#purchase-button:hover {
  background: #daeaff;
  color: red;
}

hr {
  border: 2.5px solid black;
}

.main-content {
  background-color: rgb(118, 176, 199);
  border-radius: 20px;
}

.title-box {
  background-color: rgb(190, 237, 255);
  padding: 14px 16px;
  font-weight: 100;
  font-size: 50px;
  font-weight: bolder;
}

.side-bar {
  display: block;
  width: 10em;
  background:rgb(191, 255, 175)
}

.box-content {
  margin: 14px 16px;
  font-weight:500;
  background: rgb(178, 235, 178);
  padding: 14px 16px;
  border-radius: 10px;
}

.box-content-blue {
  margin: 14px 16px;
  font-weight:500;
  background: rgb(164, 220, 213);
  border-radius: 10px;
  padding: 14px 16px;
}

.box-content-red {
  margin: 14px 16px;
  font-weight:500;
  background: #f08c8c;
  border-radius: 10px;
  padding: 14px 16px;
}

.yt-red {
  text-align: center;
}

.ft20 {
  font-size: 60px;
}

.box-content-deepblue {
  margin: 14px 16px;
  font-weight:500;
  background: rgb(172, 166, 222);
  border-radius: 10px;
  padding: 14px 16px;
}

#counter {
  font-size: 120px;
}

.box-content-pinky {
  margin: 14px 16px;
  font-weight:500;
  background: rgb(220, 164, 214);
  border-radius: 10px;
  padding: 14px 16px;
}

li {
  font-weight: 400;
  font-size: 45px;
}

.card {
  border: 2.5px solid rgb(132, 132, 132);
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  width: 20em;
  height: 15em;
  background-size: cover;
  background-position: center;
}

.card-2 {
  border: 2.5px solid rgb(132, 132, 132);
  padding: 16px;
  text-align: center;
  border-radius: 10px;
  width: 20em;
  height: 10em;
}

.carti {
  border: 2.5px solid rgb(189,189,189);
  padding: 16px;
  background: rgb(189, 189, 189); 
  text-align: center;
  border-radius: 10px;
  width: 35em;
  height: 10em;
  transition: 0.1s ease-in-out
}

.carti:hover {
  border: 2.5px solid rgb(189,189,189);
  background: rgb(0, 0, 0); 
  color: white;
}

.carti h1 {
  font-weight: 200;
  font-size: 24px;
}

.card-3 {
  padding: 16px;
  text-align: center;
  width: 100em; 
  border: 2.5px solid rgb(132, 132, 132);
  border-radius: 10px;
  height: 10em;
}

.card img {
  max-width: 100%;
  min-height: 25%;
  height: auto;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.usage-title {
  font-size: 45px;
  font-weight: bolder;
  text-decoration: underline; 
}

.tech-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  flex-direction: row;
  width: 100%;
}

.tech-news {
  font-size: 50px;
  line-height: 100%;
  animation: colorRotate 1s linear infinite;
}

.patch-text {
  font-size: 50px;
  line-height: 100%;
  animation: colorRotate 1s linear infinite;
}

.version {
  font-size: 20px;
  line-height: 20%;
  user-select: none;
  text-align: center;
}

@keyframes colorRotate {
  to, from {
    color: red;
  }

  50% {
    color: rgb(204, 0, 255);
  }
}

.news-card {
  margin: 14px 16px;
  background: #f1f1f1;
  padding: 4px 8px;
  height: max-content;
  border-radius: 10px;
  width: 45%;
  height: 50vh;
}   

.ios174-img {
  width: auto;
  height: auto;
}

.news-text {
  display: block;
  margin-left: 10px; 
}

h1.news-title {
  font-size: 50px;
  transition: 0.2s ease-in-out;
  font-weight: 200;
}

h1.news-title:hover {
  animation: rb-convert 1s linear infinite;
}

@keyframes rb-convert {
  from, to {
    color: red;
  }

  50% {
    color: rgb(13, 0, 255);
  }
}

.summary {
  color: black;
  font-size: 25px;
}

.check-it {
  border: 2.5px solid black;
  padding: 5px 6px;
  text-decoration: none;
  color: black;
}

.check-it:hover {
  background: #fff;
  color: black;
}

.sub-title {
  font-weight: bold;
  font-size: 20px;
}

.news-content02 {
  font-size: 30px;  
  font-weight: normal;
}

.responsive-image {
  width: 100%;
  height: 100%;
}

#box-cont {
  display: none;
  background-color: #f0f0f0;
  padding: 10px;
  margin-top: 10px;
}

.buttom-mdc {
  padding: 14px 16px;
  font-size: 24px !important;
}

.dark-mode {
  background-color: #333;
  color: #fff;
}

.mdc {
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}

textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

.mdc-2 {
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}

textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

.mdc-2 {
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}

#savedNote {
  margin-top: 20px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.normal {
  cursor: pointer;
}

.patch-box-content {
  background:rgb(124, 255, 124);
  padding: 6px 8px;
}

.patch-desc {
  font-size: 24px;
  opacity: .95;
  line-height: 60%;
  font-weight: 200;
}

.normal-text {
  color: black !important;
}

.label-hot {
  color: red;
  font-weight: bolder;
  line-height: 100%;
}

.ai-image {
  width: 64px;
  height: 64px;
}

@media screen and (max-width: 829px) {
  .responsive-image {
    width: 75%;
    height: 100%;
  }

  .ios174-img {
    width: 50%;
    height: 50%;
  }

  .news-text .news-title {
    font-size: 20px !important;
  }

  .summary {
    display: none !important;
  }

  div.title-box {
    font-size: 14px !important;
  }

  li {
    font-size: 16px;
  }

  .container .card img {
    display: none;
  }

  .container .card h2 {
    font-size: 16px;
  }

  .container .card {
    width: 10em;
    height: 10em;
  }

  img.ios174 {
    display: none;
  }

  .normal {
    width: 64px;
  }

  .gbanana-img-1 {
    display: none;
  }
  
  .bottom-text {
    font-size: 10px;
  }

  .patch-desc {
    font-size: 12px;
  }

  .patch-version {
    font-size: 15px;
  }

  .news-card {
    display: none;
  }
  .sorry-alert {
    visibility: visible !important;
    font-size: 14px;
  }

  .title-box {
    font-size: 16px;
  }

  #yt-sb {
    display: none; 
  }

  .link-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .redesigned-button {
    width: 85%;
    text-align: center;
  }
}

.sorry-alert {
    font-size: 14px;
    visibility: hidden;
}

.bottom-text {
  font-size: 16px
}

table {
  width: 50%;
  border-collapse: collapse;
  margin: 20px;
}

th, td {
  border: 1px solid #b6b6b6;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

.label-article {
  background: #d9d9d9;
  color: rgb(0, 0, 0);
  padding: 2px 4px;
  border-radius: 5px;
}

.icono {
  font-size: 64px;
}

.linked-button {
  font-size: 64px;
  color: black;
}

.link-title {
  color: black;
}

.bottom-container {
  display: block;
  gap: 5em;
}

.contact-container {
  display: block;
  gap: 5em;
}

.desc {
  font-size: 24px;
  font-weight: 700;
}

.label-imp {
  background: red !important;
  color: white !important;
}

.rainbow-text {
  background-image: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  color: transparent;
}
.rainbow-text-2 {
  background-image: linear-gradient(to right, rgb(0, 205, 0), rgb(80, 255, 80));
  -webkit-background-clip: text;
  color: transparent;
}

.text {
  font-size: 20px;
}

.danger {
  background-color: #ffffdd;
  border-left: 6px solid #f4c136;
  margin: 14px 16px;
  overflow: hidden;
  padding-left: 25px;
  font-size: 25px;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto; /* Enable scrolling */
}

.popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.content {
  max-width: 80%; /* Adjust as needed */
  max-height: 80%; /* Adjust as needed */
  overflow-y: auto; /* Enable vertical scrolling */
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
}

.close-popup {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-popup:hover,
.close-popup:focus {
  color: black;
  text-decoration: none;
}


.fancy-button {
  background: transparent;
  border: 2.5px solid #e5e5e5;
  color: black;
  cursor: pointer;
  font-size: 25px;
  padding-left: 15px;
  margin-left: 15px;
}

.top-banner {
  background-color: orange;
  width: 100%;
  height: 60px;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}

.label-admin {
  padding: 5px;
  border-radius: 5px;
  background: red;
  color: white;
}

.bottom {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  opacity: 0.5;
}

.card-container-5 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
    width: 80%;
  transition: 0.1s ease-in-out;
  justify-content: center;
}

.repo {
  margin: 10px;
  width: 400px;
  background-color: #aaaaaa;
  transition: 0.1s ease-in-out;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.1s ease-in-out;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.linked-in h4 {
  padding: 10px;
}

.repo:hover {
  transition: 0.1s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.innerRepo {
  padding: 10px;
  transition: 0.1s ease-in-out;
}

.repo p {
  transition: 0.1s ease-in-out;
  padding: 10px;
}

.repo a {
  color: black;
  padding: 10px;
  transition: 0.1s ease-in-out;
}

a {
  text-decoration: none;
  transition: 0.1s ease-in-out;
  outline: 0;
}

.repo a:active,
.repo a:focus,
.repo a:visited,
.repo a:focus-within {
  transition: 0.1s ease-in-out;
  color: black;
}

.repo a:hover {
  color: rgb(255, 255, 255);
}


.github-content {
  text-align: center;
}

.top-section {
  background: linear-gradient(to bottom, rgb(216, 248, 255), rgb(129, 205, 255));
  width: 100%;
  border-radius: 20px
}

.top-section-h1 {
  font-size: 45px;
  padding: 20px 24px;
}

.link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.redesigned-button {
  border: 2.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: center;
  display: flex;
  font-size: 20px;
  font-weight: 200;
  color: black;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.redesigned-button:hover {
  border: 2.5px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  transform: translateY(-10px);
}

.card-container-3 {
  padding: 14px 16px;
  display: flex;
  flex-direction: row;
  flex: 2;
  flex-wrap: wrap;
}

.card-main-cj {
  padding: 14px 16px;
  display: flex;
  flex-direction: row;
  flex: 2;
  flex-wrap: wrap;
  gap: 3em;
  align-items: center;
  justify-content: center;
}

.card-5 {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: .30s ease-in-out;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
  height: 300px;
}

.card-5:hover {
  transform: translateY(-10px);
}

.card-5 h2 {
  color: #ffffff;
  font-size: 40px;
  text-align: center;
}

.card-5 p {
  color: #c5c5c5;
}

i.icons {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  background: #372498;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}

.riqu {
  font-size: 45px;
  text-align: center;
  color: white;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.link-ct {
  display: inline;  
}