@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-bold-rounded/css/uicons-bold-rounded.css");
@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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.2s all;
}

:root {
  --backcolo: #fff;
  --textcolo: #000000;
  --boxcolor: #e6e6e6;
  --boxshodo: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  --border_line: #646464;
}

body {
  background-color: var(--backcolo);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

input {
  outline: none;
}

/* width */
::-webkit-scrollbar {
  display: none;
}

button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.activ_box {
  border: 2px solid var(--border_line);
}

i {
  display: flex;
  justify-content: center;
  align-items: center;
}

mark {
  background: var(--textcolo);
  border-radius: 3px;
  color: var(--backcolo);
  padding: 0px 4px;
}

.disp_nun {
  display: none !important;
}

#search_text_rel {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@keyframes topmanu {
  from {
    opacity: 0;
    transform: translateY(-51px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes cartmanu {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
#name_search {
  text-align: center;
  font-weight: 600;
  color: var(--textcolo);
}

.not_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
.not_box p {
  width: -moz-fit-content;
  width: fit-content;
  background: red;
  color: white;
  padding: 10px 12px;
  border-radius: 7px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
}

.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: 9999;
  padding: 12px;
}
.ad_block_detack .min_box {
  width: 29rem;
  background: var(--boxcolor);
  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 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: var(--border_line);
}

nav {
  height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  animation: topmanu 0.5s linear;
}
nav .let_nav_logo {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
nav .let_nav_logo img {
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9px;
}
nav .let_nav_logo p {
  width: 103px;
  color: var(--textcolo);
  font-weight: bold;
  position: absolute;
  left: 45px;
}
nav .top_nav_btn {
  display: flex;
  gap: 12px;
}
nav .top_nav_btn a {
  color: var(--textcolo);
  font-weight: bold;
}
nav .top_nav_btn .active {
  color: var(--border_line) !important;
}
nav .search_btn_nav {
  background-color: var(--boxcolor);
  width: 40px;
  height: 40px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
nav .search_btn_nav i {
  font-size: 17px;
  color: var(--textcolo);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide {
  position: fixed;
  right: -323px !important;
}

.sraech_box_main {
  position: fixed;
  right: 12px;
  top: 73px;
  background: var(--boxcolor);
  border-radius: 5px;
  box-shadow: var(--boxshodo);
  border: 1px solid;
  z-index: 4;
}
.sraech_box_main form {
  display: flex;
}
.sraech_box_main form input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  width: 13rem;
  padding-left: 12px;
  padding-right: 12px;
  border-right: 2px solid #e22b2b;
  color: var(--textcolo);
}
.sraech_box_main form button {
  width: 100%;
  height: 100%;
  padding: 6px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: flex;
  justify-content: center;
}
.sraech_box_main form button i {
  width: 25px;
  height: 25px;
  display: flex;
  color: var(--textcolo);
  align-items: center;
  justify-content: center;
}

.catagery_area {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 23px;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
  position: relative;
}
.catagery_area .row_box_cat {
  display: flex;
  gap: 12px;
  flex-direction: row;
  cursor: pointer;
  white-space: nowrap;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  animation: cartmanu 0.5s linear;
}
.catagery_area .row_box_cat .actiblu {
  background-color: var(--boxcolor);
  display: flex;
  justify-content: center;
  scroll-snap-align: start;
  align-items: center;
  gap: 9px;
  padding: 6px;
  border-radius: 9px;
  width: -moz-max-content;
  width: max-content;
}
.catagery_area .row_box_cat .actiblu img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}
.catagery_area .row_box_cat .actiblu p {
  color: var(--textcolo);
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.5px;
}

.ach_box {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 23px;
  align-items: center;
  animation: topmanu 0.7s linear;
}
.ach_box a {
  display: flex;
  flex-direction: row;
  gap: 4px;
  background: var(--boxcolor);
  padding: 6px 8px;
  font-weight: 600;
  border-radius: 5px;
  color: var(--textcolo);
  letter-spacing: 0.5px;
  font-size: 14px;
}

.main_area {
  margin-top: 23px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.main_area a {
  width: 22rem;
  display: flex;
  gap: 8px;
  flex-direction: column;
  border-radius: 9px;
}
.main_area a .img_video {
  position: relative;
  width: 100%;
  height: 204px;
}
.main_area a .img_video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}
.main_area a .img_video .right {
  position: absolute;
  right: 3px;
  bottom: 3px;
  background-color: rgba(0, 0, 0, 0.774);
  color: white;
  padding: 3px 7px;
  border-radius: 5px;
}
.main_area a .img_video .left_lik {
  position: absolute;
  left: 3px;
  bottom: 3px;
  background-color: rgba(0, 0, 0, 0.774);
  color: white;
  padding: 3px 7px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main_area a p {
  color: var(--textcolo);
  padding-left: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.blurred-img {
  width: 100%;
  height: 100%;
  background-position: center;
  border-radius: 9px;
}
.blurred-img img {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

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

.show_sda {
  max-width: 59rem;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 4px;
}
.show_sda span {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #c9c9c9;
  padding: 4px 5px;
  border-radius: 4px;
  color: black;
}
.show_sda #myIframe {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
}

#more_video .hover_box:last-child {
  display: none;
}

#count_area {
  display: flex;
  gap: 5px;
  align-items: center;
}
#count_area a {
  padding: 4px 14px;
  background: var(--boxcolor);
  font-size: 18px;
  border-radius: 5px;
  height: 35.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--textcolo);
}
#count_area a i {
  display: flex;
}

.main_activ {
  background-color: #f70000 !important;
  color: white !important;
}

.row_video_area {
  padding: 12px;
  margin-top: 23px;
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.row_video_area .video_arear {
  width: 58rem;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.row_video_area .video_arear .video_arear_fre {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.row_video_area .video_arear .video_arear_fre iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.row_video_area .video_arear .box_video_el {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-start;
  gap: 6px;
}
.row_video_area .video_arear .box_video_el h3 {
  width: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.row_video_area .video_arear .box_video_el .btn_video {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.row_video_area .video_arear .box_video_el .btn_video .channel {
  align-items: center;
  display: flex;
  gap: 6px;
}
.row_video_area .video_arear .box_video_el .btn_video .channel button {
  background-color: var(--boxcolor);
  color: var(--textcolo);
  padding: 7px;
  border-radius: 5px;
  display: flex;
  gap: 3px;
  font-weight: bold;
  letter-spacing: 0.5px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
.row_video_area .video_arear .box_video_el .btn_video .channel button i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row_video_area .video_arear .box_video_el .btn_video .btn_ivd {
  display: flex;
  gap: 6px;
}
.row_video_area .video_arear .box_video_el .btn_video .btn_ivd a,
.row_video_area .video_arear .box_video_el .btn_video .btn_ivd button {
  background-color: var(--boxcolor);
  color: var(--textcolo);
  padding: 7px;
  border-radius: 5px;
  display: flex;
  gap: 3px;
  font-weight: bold;
  letter-spacing: 0.5px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
.row_video_area .video_arear .box_video_el .btn_video .btn_ivd a i,
.row_video_area .video_arear .box_video_el .btn_video .btn_ivd button i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row_video_area .right_box_vidoe {
  width: 23rem;
  margin-top: 0px;
}

.click {
  background: var(--textcolo) !important;
  color: var(--backcolo) !important;
}

footer {
  width: 100%;
  background-color: var(--boxcolor);
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
footer .social {
  display: flex;
  flex-direction: row;
  gap: 5px;
  display: flex;
  align-items: center;
}
footer .social a {
  background: white;
  padding: 5px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 726px) {
  .main_area a {
    width: 16rem !important;
  }
  .main_area a .img_video {
    height: 140px !important;
  }
}
@media (max-width: 524px) {
  .mobile_hid {
    display: none !important;
  }
  .main_area a {
    width: 12rem !important;
  }
  .main_area a .img_video {
    height: 104px !important;
  }
}
@media (max-width: 396px) {
  .main_area {
    gap: 7px;
  }
  .main_area a {
    width: 11rem !important;
  }
  .main_area a .img_video {
    height: 119px !important;
    font-size: 13px;
  }
}
@media (max-width: 359px) {
  .main_area a {
    width: 20rem !important;
  }
  .main_area a .img_video {
    height: 179px !important;
  }
}
@media (max-width: 1159px) {
  .row_video_area {
    gap: 29px;
  }
  .right_box_vidoe {
    width: 100% !important;
  }
}
@media (max-width: 412px) {
  .mobile_hide {
    display: none !important;
  }
}
@media (max-width: 1334px) {
  #more_video .hover_box:last-child {
    display: block !important;
  }
}
@media (max-width: 342px) {
  .channel {
    display: none !important;
  }
  .btn_video {
    justify-content: center !important;
  }
}
@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
  body {
    color: white;
  }
  :root {
    --backcolo: #1f1f1f;
    --textcolo: #fff;
    --boxcolor: #333333;
    --boxshodo: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    --border_line: #9d9d9d;
  }
  .sraech_box_main form input {
    border-right: 2px solid !important;
  }
  .exo-ipp-container {
    background-color: #000000 !important;
  }
  .exo-native-widget-item-title {
    color: white !important;
  }
}/*# sourceMappingURL=style.css.map */