@import url('https://fonts.googleapis.com/css2?family=Texturina');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background: #2c2f33;
  margin: 0;
}

.loading img {
  width: 200px;
  animation: spin 2s cubic-bezier(0, 0.5, 1, 0.5) infinite;
}

@keyframes spin {
  from {transform: translateX(-100vh)}
  to {transform: translateX(100vh)}
}

img {
  user-select: none;
}

.header {
  width: 100%;
  position: fixed;
  background: #5865f2;
  user-select: none;
  z-index: 9;
}

.container {
  width: 80%;
  max-width: 800px;
  height: 55px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container a, .mobile-container a, .nav-list a {
  color: #a6adf8;
  text-decoration: none;
  padding: 8px 15px;
  margin: 0px;
  border-radius: 5px;
  transition: 0.2s;
}

.container a.active, .container a:hover,
.mobile-container a.active, .mobile-container a:hover,
.nav-list a.active, .nav-list a:hover {
  color: #fff;
}

.container .nav-title {
  color: #fff;
  font-size: 30px;
  margin-right: 15px;
  padding: 0;
  transition: .2s;
}

.mobile-container {
  width: 80%;
  max-width: 800px;
  height: 55px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  display: none;
}

.mobile-container .nav-title {
  color: #fff;
  font-size: 30px;
  margin-left: 20px;
  padding: 0;
  transition: .2s;
}

.mobile-container .menu-icon {
  width: 40px;
  color: #fff;
  fill: #fff;
  flex-shrink: 0;
  margin: 0 5px 0 auto;
  padding: 7.5px;
}

.nav-list {
  width: 100%;
  background: #4650c0;
  top: -100px;
  right: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  transition: .5s;
  z-index: 8;
}

.nav-list a {
  width: calc(100% - 30px);
  text-align: right;
}

#menu-close {
  display: none;
}

.main {
  color: #fff;
  margin: 0 auto;
  padding: 155px 0 0;
}

.main img {
  width: 200px;
  height: 200px;
  margin: 10px auto;
}

.flex-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.flex-div img {
  margin: 0 55px 0 0;
}

h1 {
  font-size: 1.5em;
  margin: 10px 30px;
}

p {
  margin: 0px 0 20px;
}

.main-desc {
  width: 400px;
  color: #bbb;
  font-size: 14px;
}

.buttons {
  display: flex;
}

button {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  background: #5865f2;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  transition: .2s;
  user-select: none;
}

.buttons a:first-child {
  margin-right: 10px;
}

button:hover {
  background: #616eff;
  cursor: pointer;
}

button:active {
  background: #4752c4;
  cursor: pointer;
}

.prefix h2 {
  margin: 0 0 30px 0;
}

h2 {
  margin: 0;
}

.search-bar {
  width: max-content;
  max-width: 100%;
  margin: -10px auto 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.search {
  width: 400px;
  height: 38px;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: #121212;
  transition: .2s;
  user-select: none;
  outline: none;
}

.search:focus ~ .search-icon {
  fill: #5865f2;
}

.search-icon {
  width: 26px;
  padding: 6px 10px;
  background: #121212;
  border-left: 1px solid #222;
  border-radius: 0 10px 10px 0;
  flex-shrink: 0;
  fill: #666;
  z-index: 1;
}

.item {
  width: 100%;
  max-width: calc(700px - 80px);
  background: #212121;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding: 15px 20px;
}

.item h2 {
  display: flex;
  align-items: center;
}

.desc {
  color: #ccc;
  margin: 5px 0px;
  margin-left: 2px;
}

.updates .desc {
  line-height: 1.6;
}

.updates .desc > :first-child {
  margin-top: 0;
}

.updates .desc > :last-child {
  margin-bottom: 0;
}

.updates .desc p {
  margin: 18px 0 8px;
}

.updates .desc p > strong:only-child {
  display: block;
  color: #fff;
  font-size: 1.1em;
}

.updates .desc h1,
.updates .desc h2,
.updates .desc h3,
.updates .desc h4,
.updates .desc h5,
.updates .desc h6 {
  color: #fff;
  line-height: 1.25;
  margin: 22px 0 8px;
}

.updates .desc h1 { font-size: 1.35em; }
.updates .desc h2 { font-size: 1.2em; }
.updates .desc h3,
.updates .desc h4,
.updates .desc h5,
.updates .desc h6 { font-size: 1.1em; }

.updates .desc ul,
.updates .desc ol {
  margin: 8px 0 16px;
  padding-left: 24px;
}

.updates .desc li + li {
  margin-top: 5px;
}

.updates .desc code {
  color: #fff;
  background: #181818;
  border-radius: 3px;
  padding: 1px 4px;
}

.item .line {
  width: 100%;
  height: 2px;
  background: #333;
  margin: 10px 0;
}

.genel {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.search-loading {
  width: 30px;
  height: 30px;
  margin: -10px auto 40px;
}

.nothing {
  width: 100%;
  text-align: center;
  display: none;
}

.prefix {
  color: #fff;
  text-align: center;
  padding: 100px;
  padding-bottom: 20px;
}

ul {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0;
}

li {
  display: block;
}

@media (max-width: 700px) {
  .header {
    top: 0;
  }
  
  .container {
    display: none;
  }
  
  .mobile-container {
    width: 100%;
    display: flex;
  }
  
  .main {
    padding: 0;
  }
  
  .main p {
    width: auto;
  }
  
  .buttons {
    margin-top: 20px;
    justify-content: center;
  }
  
  .flex-div {
    width: 80%;
    margin: 120px auto 100px;
    flex-direction: column;
    text-align: center;
  }
  
  .flex-div img {
    width: 150px;
    height: 150px;
    margin: 0 15px 0 0;
  }
  
  h1 {
    text-align: center;
  }
  
  .search {
    width: 150px;
  }
  
  .item {
    width: 80%;
  }
  
  .item h2 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  
  .prefix {
    max-width: 100%;
    padding: 100px 0 20px;
  }
  
  .ul {
    width: 100%;
  }
}