@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-bold-rounded/css/uicons-bold-rounded.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.2s all;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  background-color: #000000;
  color: white;
  letter-spacing: 1px;
}

.dow_text_color {
  color: #dfdfdf;
}

.center_text {
  text-align: center;
}

::-webkit-scrollbar {
  display: none !important;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--main_color);
  background: var(--box);
}

::-moz-selection {
  color: var(--white_color);
  background: var(--main_color);
}

::selection {
  color: var(--white_color);
  background: var(--main_color);
}

:root {
  --main_color: #B14BF4;
  --white_color: #fff;
  --colors-gradient-main: linear-gradient(81.02deg, #FA5560 -23.47%, #B14BF4 45.52%, #4D91FF 114.8%);
  --content-image-object-fit: cover;
  --content-image-object-position: center top;
}

h2 {
  text-align: center;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:visited {
  color: #ffffff;
}

a:active {
  color: #f7008b;
}

.active_btn {
  color: #f7008b !important;
}

.main_color_bc {
  background-color: #f7008b;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

input {
  border: none;
  background: transparent;
  outline: none;
}

.disllp_nu {
  display: none !important;
}

i {
  color: white;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1200px;
  width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#mw-top .mwt-content {
  position: relative;
  padding: 80px;
  margin: 0 -80px;
  background-color: #242424;
  border-radius: 40px;
}
#mw-top .mwt-content .mwt-icon {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 650px;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}
#mw-top .mwt-content .mwt-icon::before {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  background: rgb(43, 42, 60);
  background: linear-gradient(90deg, #242424 0%, rgba(43, 42, 60, 0) 100%);
}
#mw-top .mwt-content .mwt-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
#mw-top .mwh-logo {
  margin-bottom: 22px;
}
#mw-top .mwh-logo .mwh-logo-div {
  display: inline-block;
}
#mw-top .mwh-logo .mwh-logo-div img {
  height: 40px;
  width: auto;
  z-index: 3;
  position: relative;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
  display: block;
  clear: both;
  content: "";
}

.z_index1 {
  z-index: 1;
}

.z_index2 {
  z-index: 2;
}

.z_index3 {
  z-index: 3;
}

.screen_shot {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 46rem;
}
.screen_shot img {
  border-radius: 7px;
  width: 346px;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}

.one_line {
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

#xsearch.home-search {
  display: block !important;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  background: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  max-width: 500px;
  z-index: 3;
}
#xsearch.home-search .search-content {
  position: relative;
  padding-right: 60px;
  margin-bottom: 30px;
}
#xsearch.home-search .search-content .search-submit {
  height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  background: #f7008b;
  border-radius: 12px;
}
#xsearch.home-search .search-content .search-submit .search-icon i {
  color: #111;
  font-size: 20px;
  line-height: 50px;
}
#xsearch.home-search .search-input {
  height: 50px;
  font-weight: 400;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: none !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.xhashtag span.title {
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
  float: left;
}
.xhashtag .item {
  margin: 0 6px 6px 0;
  display: block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  color: #fff;
  cursor: pointer;
}
.xhashtag .item:after {
  content: ",";
}

#action-button {
  margin: 40px 0 0;
}
#action-button .btn {
  display: flex;
  border-radius: 12px;
  padding: 15px 20px;
  font-weight: 600;
  background: #f7008b !important;
  color: #111 !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 260px;
  justify-content: space-evenly;
  align-items: center;
}

.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn_ser {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.btn-primary i {
  color: #111;
}

.decp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: start;
  padding: 12px;
  gap: 12px;
  width: 100%;
  max-width: 67rem;
}
.decp h1 {
  font-size: 18px;
}
.decp p {
  color: #949494;
}
.decp b {
  color: #fff;
  font-size: larger;
}

h1 {
  text-align: center;
}

h2 {
  line-height: 1.4;
}

h4 {
  line-height: 1.4;
}

h5 {
  line-height: 1.4;
}

p {
  line-height: 1.4;
}

.center_text {
  width: 100%;
  display: flex;
  justify-content: center;
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 12px;
  align-items: center;
  height: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav .left_box_nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.nav .left_box_nav img {
  width: 35px;
  border-radius: 7px;
}
.nav .left_box_nav p {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 19px;
}
.nav .left_box_nav p b {
  color: #fff;
}
.nav .right_box_nav {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}
.nav .right_box_nav a {
  color: #fff;
  letter-spacing: 1px;
  border-right: 1px solid #fff;
  padding-right: 8px;
  font-weight: bold;
}
.nav .right_box_nav a:hover {
  color: #f7008b;
}
.nav .right_box_nav .rig_bo {
  background: #f7008b;
  padding: 4px 9px;
  color: #fff;
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 1px;
  border-right: none;
}
.nav .right_box_nav .rig_bo:hover {
  color: #fff !important;
}

.nab_bn {
  background: rgba(2, 3, 5, 0.75);
  border-bottom: 1px solid #282C42;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}

.telegram-bar {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(164%);
  width: 90%;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.43);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  padding: 14px 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  opacity: 0;
  transition: all 0.4s ease;
}
.telegram-bar .text {
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  max-width: 321px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.telegram-bar .btns {
  display: flex;
  gap: 8px;
}
.telegram-bar button {
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.telegram-bar.active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

#tgJoinBtn {
  background: linear-gradient(135deg, #00f2fe, #4facfe);
  color: #111;
  width: 72.19px;
}
#tgJoinBtn:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

#tgCloseBtn {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
#tgCloseBtn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.resand_anime {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
}
.resand_anime .text_tit {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 6px;
  padding-left: 12px;
}

.box_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.box_project {
  width: 16rem;
  height: auto;
  margin: 12px;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
  border: 2px solid #495057;
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 20%;
}
.box_project p {
  margin-top: 11px;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 15px;
}

.blurred-img {
  filter: blur(5px);
  width: 100%;
  height: 312px;
  overflow: hidden;
  border-radius: 9px;
}
.blurred-img .loaded {
  filter: blur(0px);
}
.blurred-img img {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  box-shadow: 0px 0px 20px var(--shodocolor);
}

.blurred-img.loaded img {
  opacity: 1;
}

.text_dev {
  text-align: center;
  font-size: small;
  padding-left: 12px;
  padding-right: 12px;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
.blurred-img {
  filter: blur(5px);
  width: 100%;
  height: 312px;
  overflow: hidden;
  border-radius: 9px;
}
.blurred-img::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: pulse 2.5s infinite;
  background-color: #fff;
}
.blurred-img img {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  width: 100%;
  height: 100%;
}

.blurred-img.loaded {
  filter: blur(0px);
}
.blurred-img.loaded::before {
  animation: none;
  content: none;
}
.blurred-img.loaded img {
  opacity: 1;
}

footer {
  padding-top: 17px;
  padding-bottom: 17px;
  color: var(--white_color);
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.detal_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.detal_area h1 {
  font-size: 22px;
  text-align: center;
}
.detal_area .poster_down {
  width: 16rem;
  border-radius: 7px;
}
.detal_area .row_box {
  display: flex;
  gap: 12px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.link_for_download {
  font-weight: bold;
  padding: 9px 12px;
  border-radius: 5px;
}

.box_color_nx {
  background: #ff0000;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  color: white !important;
  font-weight: bold;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.row a:nth-child(1) {
  background: #4c9aff;
  color: white;
}
.row a:nth-child(2) {
  background: #ff4c4c;
  color: white;
}
.row a:nth-child(3) {
  background: #ff4cc2;
  color: white;
}
.row a:nth-child(4) {
  background: #5600ff;
  color: white;
}

#search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 23px;
}
#search_box #search_inpu {
  height: 45px;
  font-weight: 400;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: none !important;
  background: white;
  max-width: 28rem;
  width: 100%;
}

.row_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.row_img .not_found {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.counting_box {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 6px;
  margin-top: 12px;
}
.counting_box .activ {
  background: #ff0000;
  color: white !important;
}
.counting_box a {
  padding: 1px 12px 1px;
  background: linear-gradient(175deg, rgba(208, 208, 208, 0.99) -94.09%, rgb(255, 255, 255) 154.53%);
  font-size: 21px;
  border-radius: 5px;
  color: black;
}
.counting_box a i {
  color: black;
}

#next_btn,
#priv_btn {
  display: flex;
  align-items: center;
}

.nav_mo_right {
  cursor: pointer;
  display: none;
}

.full_nav_box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2117647059);
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_nav_box span {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: zoom-out;
}
.full_nav_box .box_center {
  width: 16rem;
  height: 16rem;
  background: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 6px;
  position: relative;
}
.full_nav_box .box_center a {
  color: #111;
}

.cat_area {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: center;
}
.cat_area .box_atc {
  width: 100%;
  max-width: 44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.cat_area .box_atc a {
  padding: 4px 10px;
  background: #495057;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.cat_area .box_atc a:hover {
  background: #f7008b;
  color: #fff;
}

.ad_block_detack {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 99999;
  padding: 12px;
}
.ad_block_detack .min_box {
  width: 29rem;
  background: white;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 7px;
  padding: 12px;
  color: var(--textcolo);
}
.ad_block_detack .min_box h2 {
  color: black;
}
.ad_block_detack .min_box img {
  width: 155px;
}
.ad_block_detack .min_box button {
  background: red;
  border: none;
  color: white !important;
  padding: 11px 23px 9px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 5px;
}
.ad_block_detack .min_box h4 {
  font-size: 15px;
  color: #000000;
}

@media (max-width: 559px) {
  .box_project {
    width: 14rem !important;
    height: auto !important;
  }
  .box_project .blurred-img {
    width: 100% !important;
    height: 261px !important;
  }
  .box_project img {
    height: 261px !important;
  }
}
@media (max-width: 495px) {
  .box_project {
    width: 11.8rem !important;
    height: auto !important;
    margin: 7px !important;
  }
  .box_project .blurred-img {
    width: 100% !important;
    height: 229px !important;
  }
  .box_project img {
    height: 229px !important;
  }
}
@media (max-width: 425px) {
  .box_project {
    width: 100% !important;
    max-width: 11rem;
    height: auto !important;
    margin: 7px !important;
  }
  .box_project .blurred-img {
    width: 100% !important;
    height: 202px !important;
  }
  .box_project img {
    height: auto !important;
  }
}
@media (max-width: 379px) {
  .box_project .blurred-img {
    width: 100% !important;
    height: 160px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
@media (max-width: 1345px) {
  .mw-top {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mw-top .mwt-content {
    margin: 0;
  }
}
@media (max-width: 720px) {
  #mw-top .mwt-content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 27px;
  }
  #mw-top .mwt-content .mwt-icon {
    display: none;
  }
  #action-button .btn {
    max-width: 100% !important;
    justify-content: center;
    gap: 13px;
  }
  .box_btn_nav a {
    margin: 0 8px 0;
    margin: 0 !important;
  }
  .xhashtag .item {
    font-size: small;
  }
  nav {
    margin-top: 13px;
  }
  nav .box_btn_nav {
    gap: 12px;
  }
}
@media (max-width: 436px) {
  .xhashtag .item {
    max-width: 142px;
  }
}
@media (max-width: 615px) {
  .dn_moile {
    display: none !important;
  }
  .nav_mo_right {
    display: block !important;
  }
  .box_center a {
    display: block !important;
  }
}
@media (max-width: 704px) {
  .screen_shot img {
    width: 258px;
    height: 150px;
  }
}
@media (max-width: 294px) {
  .left_box_nav p {
    display: none !important;
  }
}
@media (max-width: 528px) {
  .screen_shot {
    padding-left: 12px;
    padding-right: 12px;
  }
  .screen_shot img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */