* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body {
  max-width: 1600px;
  background-color: #101010;
  color: white;
  font-family: fira sans, sans-serif;
}

label {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px
}

a:hover {
  color: #99DCF6;
}

a {
  color: white;
}


header {
  height: 50px;
  width: 100%;
  background-size: cover;
}

footer {
  text-align: center;
  padding: 5px;
  background-color: #00b7ff;
  color: white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
}

.navbar {
  position: fixed;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  background-color: #00b7ff;
  z-index: 100;
}

.navbar .Logo {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.logoo{
  position: absolute;
  top: 0;
}
.navbar .nav-links ul {
  display: flex;
}

.navbar .nav-links ul li {
  margin: 0 12px;
  visibility: hidden;
}

.navbar .menu-hamburger {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 15px;
  width: 30px;
}

@media screen and (max-width: 900px) {
  .navbar {
    padding: 0;
  }

  .navbar .logo {
    position: absolute;
    top: 10px;
    left: 15px;
  }

  .navbar .menu-hamburger {
    display: block;
    z-index: 1000;
  }

  .nav-links {
    right: 0;
    left: 0;
    top: 0;
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100vh;
    transition: all 0.5s ease;
  }

  .nav-links.mobile-menu {
    margin-top: 0;
  }

  .nav-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar .nav-links ul li {
    margin: 25px 0;
    font-size: 1.2em;
    visibility: visible;
  }
}

.manaigargalt {
  background-color: #202020;
  width: 90%;
  margin: 0 auto
}
@media (min-width:1600px) {

}
@media screen and (max-width: 900px) {
  .manaigargalt {
    width: 100%;
  }
}

.manaigargaltzai {
  padding: 10px 0 20px 0;
  margin: 0 30px 0 30px
}

.poster {
  scrollbar-width: none;
  margin-top: 15px;
}


.poster {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  overflow: hidden;
}

@media (min-width:1600px) {

  .poster {
    grid-auto-flow: row
  }

  .poster {
    overflow: visible
  }

  .index_lrswiper__P7oXW {
    display: none !important
  }
}

.posterzurag {
  background-size: cover !important;
  height: 290px;
  width: 220px;
  position: relative;
  border-radius: 15px;
  color: #fff;
  overflow: hidden
}

@media (min-width:1600px) {
  .posterzurag {
    width: auto
  }

}

@media (min-width:1600px) {
  .posterzurag {
    height: 350px
  }
}

@media screen and (max-width: 900px) {
  .posterzurag {
    width: 140px;
  }

}

@media screen and (max-width: 900px) {
  .posterzurag {
    height: 200px;
  }
}

.posterzuaragniitext {
  width: 90%;
  height: 30px;
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: rgb(32, 32, 32, 0.5);
}

.posterzuaragniitexttalbai {
  font-weight: 400;
  font-size: 15px;
  height: 35px;
  width: 85%;
  overflow: hidden;
}