@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');

html,
body {
  margin: 0;
  padding: 0;
  /* max-width: 1800px; */
  background-color: rgba(0, 0, 0, 0.95);
  scroll-behavior: smooth;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', Arial;
  -webkit-text-size-adjust: none;
}

#main,
main,
.main-container-download-pg,
.second-nav,
.m-main-container__ {
  /* position: absolute !important; */
  transition: transform 0.5s;
}



.main-container,
.recommendations,
.bottom-data-container,
.bottom-content-data___,
.new-sec-container,
.footer-section,
.s-u,
.apk-div {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.m-main-container__ {
  position: relative;
}

.more-menu a {
  all: unset;
}

html::-webkit-scrollbar {
  display: none;
}

.main {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}


a {
  text-decoration: none;
}

button {
  margin: 0em;
  padding: 0;
  border-width: 0;
  border-color: none;
  border-image: none;
  margin: 2px solid transparent;
  font-family: 'Montserrat', Arial;
}

button:hover {
  cursor: pointer;
}

.nav-image {
  width: 200px;
  height: 55px;
  padding: 10px;
  padding-top: 8px;
  /* float: left; */
  margin-left: 50px;
}

.bars {
  position: absolute;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none; */
}

.bars:hover {
  cursor: pointer;
}

.svg-bar-icon {
  fill: rgba(255, 255, 255, 0.8);
  height: 25px;
}

.more-menu {
  display: none;
  /* margin-left: -100vw; */
  position: fixed;
  /* position: absolute; */
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  width: 100vw;
  height: 100vh;
  /* max-width: 1800px; */
  transition: margin 0.5s;
  z-index: 11;
  /* display: flex; */
  grid-column: 1;
  /* top: 0;
bottom: 0;
left: 0;
right: 0; */
  overflow: hidden;
  /* opacity: 0; */

}

.more-data-in-menu-2 {
  padding-block: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.close-me-div {
  /* max-width: 1200px; */
  width: calc(100vw - 300px);
  height: 100%;
}

.main-container-in-menu {
  width: 300px;
  /* position: sticky; */
  overflow: scroll;
  grid-template-rows: 56px auto;
  /* background-color: rgba(255, 255, 255, 0.2); */
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 0 20px;
  animation: slideIn 0.3s ease-in-out both;
}

@keyframes slideIn {
  0% {
    margin-left: -400px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes slideOut {
  0% {
    margin-left: 0%;
  }

  100% {
    margin-left: -400px;
  }
}

.main-container-in-menu::-webkit-scrollbar {
  display: none;
}

.close-div {
  padding: 10px;
  margin-top: 10px;
}

.more-menu .close-this-a {
  color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.more-menu .close-menu-data {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
  /* padding-left: 30px; */
  color: rgba(0, 0, 0, 0.95);
  font-size: 18px;
  border-radius: 40px;
  width: 180px;
  transition: 0.5s;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.more-menu .main-header-new-a {
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.more-menu .main-header-new-a .data-div-a-b-c {
  padding-block: 10px;
  width: fit-content;
}

.large-txt {
  font-size: 30px;
}

.large-m-txt {
  font-size: 23px;
}

@media only screen and (max-width:1000px) {
  .large-m-txt {
    font-size: 20px;
  }
}

@media only screen and (max-width:600px) {
  .large-m-txt {
    font-size: 16px;
  }
}

.more-menu .main-header-new-a .data-div-a-b-c .anime-main-txt-a-a {
  font-weight: 800;
  padding-top: 10px;
  text-align: right;
}

.more-menu .main-header-new-a .data-div-a-b-c .version-txt-a-a {
  display: flex;
  flex-direction: row-reverse;
  font-size: 15px;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
  height: 80px;
  width: 100%;
  position: fixed;
  /* bottom: 0; */
  /* top: 0; */
  left: 0;
  z-index: 10;
  /* max-width: 1800px; */
  transition: all 0.5s linear;
  /* display: flex; */
  /* padding-left: 20px; */
  /* display: none; */
}

.nav-bar:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.second-nav {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  position: relative;
}

/* .second-nav::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.3) 80%,rgba(0,0,0,0.3) 100%);
} */
@media only screen and (max-width:550px) {
  .second-nav {
    height: 250px;
  }
}

.container-image-div {
  margin-left: 140px;
  margin-top: -40px;
}

.image-in-container-image-div {
  width: 210px;
  height: 330px;
  /* box-shadow: 1px 3px 10px rgba(255, 255, 255, 0.8); */
}

.main-container {
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  display: flex;
}

.data-in-container {
  padding: 10px;
  height: 290px;
  width: calc(100% - 20px);
}

h1,
h2,
h3,
.more-anime-txt,
.site-name,
.follow-on-ig a {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 40px;
  color: #faa300;
  /* color: rgba(0,0,0,0.8); */
  font-weight: 700;
  margin: 10px 0;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest-dubbed-animes h2 {
  margin-block: 5px;
}

.latest-dubbed-animes {
  overflow-y: hidden;
}

.anchor-to-main a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  display: inline;
}

.anchor-to-main a:hover {
  cursor: pointer;
  color: #faa300;
  text-decoration: underline;
}

#home-anchor-tag {
  list-style: none
}

.anchor-elements-in-ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 0.25rem;
}

.active-page-tag span {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  cursor: default;
}

.list-b-h,
.list-b-h-1 {
  /* max-width: 90%; */
  display: flex;
  gap: 10px;
  justify-content: left;
  overflow-x: scroll;
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding-inline-start: 15px;
}

.list-b-h::-webkit-scrollbar,
.list-b-h-1::-webkit-scrollbar {
  display: none;
}

.list-ele-b-h {
  border: rgba(255, 255, 255, 0.5) solid 1px;
  border-radius: 8px;
  font-size: 11px;
  padding: 4px;
  color: rgba(0, 0, 0, 0.95);
}

.language-img {
  height: 13px;
}

span.list-ele-b-h {
  margin-right: 10px;
}

li.list-ele-b-h {
  display: flex;
  align-items: center;
  gap: 5px;
}

li.list-ele-b-h:nth-child(5n) {
  background-color: #d0e6a5;
}

li.list-ele-b-h:nth-child(5n + 1) {
  background-color: #ffdd95;
}

li.list-ele-b-h:nth-child(5n + 2) {
  background-color: #fc887b;
}

li.list-ele-b-h:nth-child(5n + 3) {
  background-color: #ccabda;
}

li.list-ele-b-h:nth-child(5n + 4) {
  background-color: #abccd8;
}

.icon-sub-dub__ {
  padding-right: 5px;
}

span.list-ele-b-h.hd-anime-txt__,
div.list-ele-b-h.hd-anime-txt__ {
  background-color: rgba(255, 60, 31, 0.7);
  color: rgba(255, 255, 255, 0.8);
}

span.list-ele-b-h.subbed-anime-txt__,
div.list-ele-b-h.subbed-anime-txt__ {
  background-color: rgb(176, 227, 175);
}

span.list-ele-b-h.dubbed-anime-txt__,
div.list-ele-b-h.dubbed-anime-txt__ {
  background-color: rgb(227, 181, 205);
}

span.list-ele-b-h.subbed-anime-txt__ span,
span.list-ele-b-h.dubbed-anime-txt__ span {
  margin-left: 5px;
}

.list-ele-h-1 {
  list-style: disc;
  margin-right: 20px;
  padding: 2px 0;
}

.text-data {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 10px;
  gap: 10px 0;
  min-height: 30px;
  align-items: center;
}

.button-watch-now,
.button-read-manga {
  height: 35px;
  padding: 0 20px;
  padding-bottom: 2px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.button-watch-now:before,
.button-read-manga:before {
  content: "";
  transition: all 0.5s;
  z-index: -1;
  position: absolute;
  height: 120%;
  width: 105%;
  /* border: #faa300 solid 1px; */
  border-radius: 20px;
  left: calc(-2.5% - 1px);
  top: -10%;
}

.button-watch-now:focus,
.button-read-manga:focus {
  animation: smallWibble 0.2s ease;
}

@keyframes smallWibble {
  100% {
    transform: scale(0.9);
  }
}

.button-watch-now:focus:before {
  background-color: #ffffff!important;
  opacity: 0.5;
}

.button-read-manga:focus:before {
  background-color: #ffee00;
  opacity: 0.5;
}

.play-svg {
  height: 20px;
  width: 20px;
  margin-bottom: -5px;
}

.svg-read-manga {
  height: 15px;
  margin-bottom: -2px;
}

.button-watch-now {
  background-color: #ffffff!important;
}

.button-read-manga {
  background-color: #ffee00;
}

.btns-in-data {
  margin: 5px 20px;
  display: flex;
  gap: 10px;
}

@media only screen and (max-width:660px) {
  .btns-in-data {
    justify-content: center;
    flex-wrap: wrap;
  }
}


.svg-icon-clk {
  width: 13px;
  margin-bottom: -2px;
}

.time-index {
  margin-left: 10px;
  margin-top: 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.more-anime-info {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 2%;
  display: flex;
}

.anime-description-more {
  width: 68%;
  font-size: 14px;
  padding: 0 1%;
}

.description-text {
  border-left: 3px solid #faa300;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.show-more-des:hover {
  cursor: context-menu;
}

.show-more-des {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  float: right;
  margin-top: -5px;
  margin-right: 20px;
  /* display: none; */
}


.anime-description-two {
  width: 25%;
  margin-left: 3%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  font-size: 13px;
  line-height: 0.7cm;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.anime-description-two .round-updated a {
  all: unset;
}

.anime-description-two .round-updated a:hover {
  color: #faa300;
  cursor: pointer;
}

.anime-description-two hr {
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 0.5px;
}

.round-updated {
  border: 1px rgba(255, 255, 255, 0.5) solid;
  border-radius: 10px;
  padding: 3px 7px;
}

.anime-description-more-char {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.anime-characters-txt {
  color: #faa300;
  font-size: 17px;
}

.anime-char {
  height: 90px;
  width: 25%;
  display: flex;
  flex-grow: 1;
}

.anime-char-data {
  padding: 10px;
}

.anime-char-img {
  height: 80%;
}

.anime-char h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 100%;
}

.anime-char span {
  margin-bottom: 0;
  font-size: 90%;
}

/*for seasons-div start*/
.more-seasons {
  margin-top: 30px;
  padding: 10px 20px 10px 20px;
}

.more-seasons-anime-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  color: rgba(255, 255, 255, 0.8);
  margin: 20px 20px 10px 20px;
  padding-bottom: 10px;
}

.more-seasons-anime-container::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.more-seasons-anime-container::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 2px;
}

.more-seasons-anime-container::-webkit-scrollbar-thumb {
  background-color: #faa300;
  border-radius: 2px;
}

.more-seasons-anime-container .season-anime {
  height: 50px;
  width: 10%;
  border: 2px rgba(255, 255, 255, 0.3) solid;
  margin: 5px 10px 5px 10px;
  text-align: center;
  border-radius: 10px;
  padding: 20px 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://vivek0018.github.io/Files.Dooflix/images/kakashi-naruto.webp");
  background-position: center;
  /* backdrop-filter: blur(20px); */
  background-repeat: no-repeat;
  background-size: cover;
}

.more-seasons-anime-container .season-anime .anime-seasons-ex {
  font-size: 11px;
}

.more-seasons-anime-container .inactive-season:hover {
  /* border-color: #faa300; */
  cursor: pointer;
  color: #faa300;
  margin: 0 5px 0 5px;
  height: 60px;
  width: 11%;
  transition: all 0.5s;
}

.more-seasons-anime-container #inactive-season:hover {
  /* border-color: #faa300; */
  cursor: pointer;
  color: #faa300;
  margin: 0 5px 0 5px;
  height: 60px;
  width: 11%;
  transition: all 0.5s;
}

.more-seasons-anime-container .inactive-season:hover>h3 {
  margin-top: 5px;
  transition: margin-top 0.3s;
}

.more-seasons-anime-container #inactive-season:hover>h3 {
  margin-top: 5px;
  transition: margin-top 0.3s;
}

.season-anime h3 {
  margin: 0px;
  font-size: 100%;
}

.season-anime span {
  font-size: 90%;
}

.more-seasons-anime-container .active-season {
  border-color: #faa300;
  color: #faa300;
}

@media only screen and (max-width:1000px) {
  .more-seasons-anime-container .season-anime {
    width: 13%;
  }
}

@media only screen and (max-width:670px) {
  .more-seasons-anime-container .season-anime {
    width: 200px;
    min-width: 100px;
    height: 40px;
  }

  .more-seasons-anime-container .inactive-season:hover {
    height: 45px;
    margin-top: 3px;
  }

  .more-seasons {
    width: 98%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/*for seasons-div end*/
/*for share buttons division*/
.addthis_inline_share_toolbox {
  margin-top: 30px;
  margin-bottom: 20px;
  align-items: center;
  /* height: 100px; */
  width: 100%;
  /* float: left; */
  position: relative;
}

.share-text-new {
  color: #faa300;
  margin-left: 20px;
  padding-bottom: 20px;
  line-height: 1.2cm;
}

.image-at-share {
  /* float: left; */
  height: 120px;
  position: absolute;
  margin-top: -30px;
}

.share-text-new-2 {
  color: white;
  font-size: 14px;
}

/*end share buttons*/
/*anime recommendations start*/
.recommendations,
.more-from-this-anime {
  /* display: none; */
  width: 95vw;
  margin-top: 40px;
  padding: 10px 0px;
  /* background-color: rgba(0,0,0,0.7) */
}

.more-anime-txt {
  display: block;
  font-weight: 100;
  color: #faa300;
  font-size: 22px;
  /* margin-left: 5px; */
  margin-bottom: 10px;
}

.anime-recom,
.more-from-this {
  max-width: 1750px;
  width: 100%;
  /* display: flex; */
  display: grid;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

@media only screen and (max-width:1550px) {

  .anime-recom,
  .more-from-this {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width:1070px) {

  .anime-recom,
  .more-from-this {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    min-width: none;
  }
}

@media only screen and (max-width:900px) {

  .anime-recom,
  .more-from-this {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    min-width: none;
  }

  .recommendations,
  .more-from-this-anime {
    width: 98vw;
  }
}

.anime-recom::-webkit-scrollbar,
.more-from-this::-webkit-scrollbar {
  height: 0px;
}

/* .anime-recom::-webkit-scrollbar-track{
  background-color: none;
  border-radius: 2px;
}
.anime-recom::-webkit-scrollbar-thumb{
  background-color: #faa300;
  border-radius: 2px;
} */
.anime-recom .anime-rec-div,
.more-from-this .anime-rec-div {
  position: relative;
  transition: transform 0.5s;
  /* margin: 20px 10px 10px 10px; */
  width: 100%;
  height: 350px;
  border-radius: 5px;
  display: block;
  /* padding-bottom: 50px; */
}

.anime-recom .anime-rec-div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.anime-rec-div:hover {
  transform: scale(1.01);
}

@media only screen and (min-width:1600px) {
  .anime-recom {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media only screen and (max-width:501px) {

  .anime-recom .anime-rec-div,
  .more-from-this .anime-rec-div {
    height: 300px;
    /* min-width: 200px; */
  }
}

.anime-rec-div,
.anime-tr {
  animation: fadeIn 2s ease both;
  background-size: contain;
  animation-timeline: view();
  animation-range: entry 5% cover 30%;
}

@keyframes fadeIn {
  0% {
    opacity: 0.3;
    /* width: 70%; */
    margin-inline: auto;
    width: 100%;
    transform: translateY(100px);
  }

  50% {
    width: 95%;
  }

  100% {
    opacity: 1;
    width: 100%;
    margin-inline: auto;
    transform: translateY(0px);
  }
}

.anime-rec-div h3 {
  /* all: unset; */
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.anime-rec-div .anime-rec-txt {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  /* background-color: black; */
  position: absolute;
  bottom: 0px;
  padding-bottom: 5px;
}

.anime-info-rec {
  font-size: 13px;
  padding: 0 10px 0 10px;
}

.anime-info-rec span {
  border-radius: 5px;
}

.anime-info-rec .dub {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(53, 53, 222, 0.911);
  padding: 3px 5px 3px 5px;
  margin-left: 2px;
}

.anime-info-rec .epi {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3px 5px 3px 5px;
  float: right;
}

.anime-rec-txt .anime-info-rec-2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding: 0 20px 0 20px;
}

.anime-info-rec-2 .epi {
  float: right;
}

.anime-rec-play {
  margin-top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  background-color: rgba(0, 0, 0, 0.5);
  /* transition: opacity 0.5s; */
  opacity: 0;
  transition: all 0.2s;
  /* display: none; */
}

.anime-rec-play i {
  width: 50px;
  /* height: 20%; */
  margin-top: 40%;
}

.anime-rec-div:hover {
  cursor: pointer;
}

.anime-rec-div:hover>.anime-rec-play {
  opacity: 1;
}

/*anime recommendations end*/
/*bottom part start*/
.bottom {
  /* background:linear-gradient(to right,rgba(0,0,0,0.8),rgba(0,0,0,0.1)), url("https://vivek0018.github.io/Files.Dooflix/images/uchiha_madara_1.webp");*/
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%), url(../images/Luffy.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -20px;
  background-position-x: right;
  /* background-position-y: top; */
  padding-top: 10px;
}

@media only screen and (max-width:600px) {
  .bottom {
    background-size: 200% 110%;
    /* background-position-x: -350px; */
    animation: luffy-mobile infinite 2s;
  }
}

@media only screen and (min-width:1000px) {
  .bottom {
    transition: all 1s;
    animation: luffy infinite 2s;
  }
}

@keyframes luffy-mobile {
  0% {
    background-position-x: -350px;
  }

  50% {
    background-position-x: -340px;
  }

  100% {
    background-position-x: -350px;
  }
}

@keyframes luffy {
  0% {
    background-position-x: -10px;
  }

  50% {
    background-position-x: 10px;
  }

  100% {
    background-position-x: -10px;
  }
}

@media only screen and (max-width:550px) {
  .terms-des {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* @media only screen and (max-width:430px){
    .bottom{
      background-image: url("https://vivek0018.github.io/Files.Dooflix/images/madara-uchiha-mobile.webp");
      background-color: rgba(0,0,0,1);
    }
  } */
.bottom-heading,
.btm-info {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-heading {
  margin-top: 10px;
}

.bottom-heading-logo {
  display: left;
}

.followheading {
  display: block;
}

.btm-heading {
  height: 50px;
  width: auto;
  display: left;
  margin-left: 10px;
}

.terms {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.7);
  margin: 10px;
}

.terms-terms {
  font-size: 20px;
  padding: 0;
  margin: 0px 15px;
  color: rgba(255, 255, 255, 0.6);
}

p.terms-des {
  margin: 0px 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width:430px) {
  .terms {
    color: rgba(255, 255, 255, 0.8);
  }

  .terms-des {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
  }

  .terms-terms {
    color: rgba(255, 255, 255, 0.7);
  }
}

.bottom .follow {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 330px;
}

.bottom .follow-us-txt {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.bottom .follow-anime-txt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}

.bottom .follow-icons {
  margin-left: 10px;
  padding: 5px 0 5px 0;
  display: flex;
  align-items: center;
}

.svg-icons-follow {
  margin-top: 0px;
  height: 40px;
  width: 40px;
}

#fb-svg-icon {
  margin-top: -10px;
  margin-right: 2px;
  height: 35px;
  width: 35px;
}

.svg-fb-icon {
  margin-top: -20px;
}

/* .bottom .svg-icons-follow:hover,#svg-fb-icon:hover{
    cursor: pointer;
    width: 43.5px;
    height: 43.5px;
    margin-top: -2.5px;
    margin-left: 0;
    margin-right: 0;
  } */
/*Bottom part End*/
/* Responsive Design Start */
@media only screen and (max-width:1200px) {
  /* .anime-recom .anime-rec-div{
  margin:0 10px;
} */
}

@media only screen and (max-width:1150px) {
  h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width:1000px) {
  .image-in-container-image-div {
    width: 190px;
    height: 290px;
  }

  .container-image-div {
    margin-left: 100px;
    margin-top: -40px;
  }

  h1 {
    font-size: 30px;
  }

  .list-b-h-1 {
    font-size: 12px;
  }

  .list-ele-b-h {
    font-size: 11px;
  }

  .button-watch-now,
  .button-read-manga {
    height: 30px;
    font-size: 16px;
  }

  .play-svg,
  .svg-read-manga {
    height: 17px;
    width: 22px;
    margin-bottom: -3px;
  }

  .svg-read-manga {
    height: 13px;
  }

  .time-index {
    font-size: 12px;
  }

  .data-in-container {
    height: 250px;
  }

  .anchor-for-back-page {
    font-size: 12px;
  }

  .description-text {
    font-size: 13px;
  }

  .anime-description-two {
    font-size: 12px;
  }
}

@media only screen and (max-width:900px) and (min-width:551px) {
  .second-nav {
    height: 200px;
  }
}

.video-l-details-data {
  padding-left: 10px;
}

@media only screen and (max-width:900px) {
  h1 {
    font-size: 28px;
  }

  .text-data {
    /* flex-wrap: nowrap; */
    margin-block: 0;
    max-width: calc(100% - 20px);
    /* overflow: scroll; */
  }

  .container-image-div {
    margin-left: 80px;
  }

  .list-b-h-1 {
    font-size: 11px;
    padding-inline-start: 10px;
  }

  .list-ele-b-h {
    font-size: 10px;
  }

  .time-index {
    font-size: 10px;
  }

  .svg-icon-clk {
    width: 10px;
  }

  .description-text {
    font-size: 12px;
  }

  .anime-description-two {
    font-size: 11px;
  }

  .video-l-details-data {
    margin-top: 2px;
  }
}

@media only screen and (max-width:850px) {
  h1 {
    font-size: 25px;
  }

  .description-text {
    font-size: 12px;
  }

  .anime-description-two {
    font-size: 11px;
  }

  .anime-char h4 {
    font-size: 90%;
  }

  .anime-char span {
    font-size: 80%;
  }
}

@media only screen and (max-width:700px) {
  #follow-top {
    display: none;
  }

  .container-image-div {
    margin-left: 50px;
  }
}

@media only screen and (max-width:750px) {
  h1 {
    font-size: 23px;
  }

  .image-in-container-image-div {
    height: 270px;
    width: 160px
  }

  .list-b-h-1 {
    font-size: 10px;
    padding-inline-start: 10px;
  }

  .list-ele-b-h {
    font-size: 9px;
  }

  .time-index {
    font-size: 9px;
  }

  .video-l-details-data {
    margin-top: 3px;
  }

  .data-in-container {
    height: auto;
  }

  .description-text {
    font-size: 11px;
  }

  .show-more-des {
    font-size: 12px;
  }

  .anime-description-two span {
    font-size: 11px;
  }

  .anime-description-two p {
    font-size: 13px;
    margin-left: -10px;
  }
}

.epi-anime-rec {
  margin-top: -3px;
}

@media only screen and (max-width:700px) {
  .container-image-div {
    margin-left: 30px;
  }
}

@media only screen and (max-width:660px) {

  .recommendations,
  .more-from-this-anime {
    padding: 0;
  }

  .button-read-manga,
  .button-watch-now {
    height: 32px;
  }

  .container {
    /* display: block; */
    flex-wrap: wrap;
    text-align: center;
  }

  .anime-recom .anime-rec-div,
  .more-from-this .anime-rec-div {
    width: 100%;
    padding: 0;
    /* height: 200%; */
  }

  .container-image-div {
    width: 100%;
    margin: 0;
    margin-top: -40px;
  }

  .image-in-container-image-div {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .anchor-for-back-page {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
  }

  .anchor-elements-in-ul {
    margin-left: 0;
  }

  .text-data {
    width: 450px;
    margin: auto;
  }

  .more-anime-info {
    display: block;
  }

  .anime-description-more,
  .anime-description-two {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .more-anime-info {
    padding-left: 0;
  }

  .main-container {
    padding-bottom: 10px;
  }

  .nav-image {
    width: 190px;
    height: 51px;
    padding-top: 10px;
  }

  .nav-bar {
    width: 100%;
  }

  .anime-char {
    height: 90px;
    width: 33%;
    display: flex;
    flex-grow: 1;
  }

  .more-anime-txt {
    margin-left: 10px;
  }
}

@media only screen and (max-width:600px) {

  .anime-recom,
  .more-from-this {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    /* margin: 0 10px; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    /* justify-content: space-evenly; */
  }

  .anime-recom .anime-rec-div,
  .more-from-this .anime-rec-div {
    margin: 0;
    /* margin-top: 20px; */
    width: 100%;
    min-width: none;
  }
}

@media only screen and (max-width:500px) {

  .recommendations,
  .more-from-this-anime {
    padding-left: 0;
    padding-right: 0;
  }

  .anime-recom .anime-rec-div,
  .more-from-this .anime-rec-div {
    min-width: none;
    /* width: 45%; */
  }
}

@media only screen and (max-width:350px) {

  .anime-recom .anime-rec-div,
  .more-from-this .anime-rec-div {
    height: 250px;
  }
}

@media only screen and (max-width:470px) {
  .list-b-h {
    margin-bottom: 2px;
  }

  .nav-image {
    padding-top: 12px;
    width: 180px;
    height: 48px;
  }

  .anime-char-img {
    height: 70%;
  }
}


@media only screen and (max-width:400px) {
  .anime-char {
    height: 90px;
    width: 33%;
    display: flex;
    flex-grow: 1;
    font-size: 10px;
  }

  .video-l-details-data {
    width: 250px;
  }

  .hidden-item-in-list {
    display: none;
  }

  h1 {
    -webkit-line-clamp: 3;
  }

  .anime-rec-txt h3 {
    font-size: 15px;
  }

  .anime-info-rec,
  .anime-info-rec-2 {
    font-size: 11px;
    /* min-width: 140px; */
    /* overflow-x: hidden; */
  }
}

@media only screen and (max-width:350px) {
  .video-details-data {
    margin-bottom: 10px;
  }

  .video-l-details-data {
    display: none;
  }

  .anime-info-rec,
  .anime-info-rec-2 {
    font-size: 8px;
  }
}

@media only screen and (max-width:330px) {
  .bottom .follow {
    display: block;
    width: 170px;
  }

  .bottom .follow-icons {
    margin-left: 0;
  }
}

@media only screen and (max-width:270px) {
  .video-l-details-data {
    width: auto;
  }
}

/* Responsive Design end */



@media only screen and (max-width:660px) {
  .anchor-elements-in-ul {
    justify-content: center;
  }

  .text-data {
    width: auto;
    justify-content: center;
  }
}

.video-l-details-data,
.video-details-data,
.anchor-for-back-page {
  width: auto;
  overflow-x: scroll;
  /* max-width: 95%; */
}

.video-l-details-data::-webkit-scrollbar,
.video-details-data::-webkit-scrollbar,
.anchor-for-back-page::-webkit-scrollbar {
  display: none;
}

.list-b-h-1,
.list-b-h {
  /* justify-content: center; */
  padding: 0;
  margin-block: 0;
}

.background-container {
  width: 100%;
  /* height: 100vh; */
  z-index: 0;
  position: absolute;
  opacity: 0.4;
  filter: blur(20px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  background-attachment: fixed;
}

.main-container {
  z-index: 2;
  position: relative;
  /* opacity: 0; */
}

.more-from-this-anime {
  /* margin-top: 150px; */
  padding-top: 20px;
}

.recommendations {
  margin-block: 20px;
}




body {
  position: relative;
}


.animes-in-container-dubbed {
  display: flex;
  /* display: grid; */
  width: 100%;
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 10px;
  scroll-behavior: smooth;
  overflow-x: scroll;
  overflow-y: hidden;
}

.animes-in-container-dubbed::-webkit-scrollbar {
  display: none;
}

.anime-dubbed__ {
  max-width: 25vw;
  min-width: 350px;
  width: calc(25% - 10px);
  min-height: 300px;
  position: relative;
  transition: all 0.2s;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transition: all 0.5s; */
  /* background-color: #faa300; */
}

.anime-dubbed__::before {
  transition: all 0.2s;
  content: "";
  height: 0%;
  width: 0%;
  position: absolute;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}

.animes-in-container-dubbed .anime-dubbed__:hover::before {
  height: 100%;
  width: 100%;
}

.animes-in-container-dubbed .anime-data-dubbed__ {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.animes-in-container-dubbed .anime-dubbed__ .anime-more-data-container-dubbbed__ {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.animes-in-container-dubbed .anime-dubbed__ .data-in-dubbed-anime__ {
  transition: all 0.5s;
  bottom: 0;
  width: 100%;
  /* margin-t: 50%; */
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* display: none; */
  z-index: 2;
  padding-block: 10px;
  overflow-y: hidden;
  /* padding-right: 20px; */
}

.animes-in-container-dubbed .anime-dubbed__ .img-container-dubbed__ {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.anime-dubbed__ .img-container-dubbed__ img {
  transition: transform 1s;
  width: 100%;
  /* aspect-ratio: 2 / 1; */
  /* height: 100%; */
  object-fit: cover;
  z-index: 0;
}

.anime-dubbed__ .img-container-dubbed__::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.7) 100%);
}

.animes-in-container-dubbed .anime-dubbed__ a.main-anchor-to-dub-anime {
  display: block;
  padding: 15px;
  border-radius: 20px;
  width: 100%;
  /* background-color: #43a047; */
}

.animes-in-container-dubbed .anime-dubbed__ .anime-dubbed-name__ h3 {
  margin-block: 10px;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.7);
  color: #faa300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 1s;
}

.animes-in-container-dubbed .anime-dubbed__ .languages-list {
  width: 90%;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
}

.animes-in-container-dubbed .anime-dubbed__ .languages-list ul,
.animes-in-container-dubbed .anime-dubbed__ .languages-list ul li {
  list-style: none;
  margin: 0;
  /* padding-left: 10px; */
}

.animes-in-container-dubbed .anime-dubbed__ .languages-list ul {
  padding-inline-start: 0px;
  max-width: 100%;
  /* margin-top: 10px; */
  display: flex;
  /* flex-wrap: wrap; */
  overflow-x: scroll;
  gap: 5px 0;
}

.animes-in-container-dubbed .anime-dubbed__ .languages-list ul::-webkit-scrollbar {
  display: none;
}

.animes-in-container-dubbed .anime-dubbed__ .languages-list ul li {
  color: rgba(255, 255, 255, 0.6);
  padding: 3px 0px;
  padding-left: 5px;
  /* background-color:rgba(255, 255, 255, 0.7); */
  /* margin: 2px; */
  width: fit-content;
}

.animes-in-container-dubbed .anime-dubbed__:hover {
  cursor: pointer;
  /* background-color: rgba(255, 255, 255, 0.2); */
}

.animes-in-container-dubbed .anime-dubbed__:hover .img-container-dubbed__ img {
  transform: scale(1.04);
}

/* .animes-in-container-dubbed .anime-dubbed__:hover .data-in-dubbed-anime__{
height: 50%;
} */

@media only screen and (max-width:1100px) {
  .animes-in-container-dubbed .anime-dubbed__ {
    min-height: 270px;
  }
}

@media only screen and (max-width:1000px) {
  .animes-in-container-dubbed .anime-dubbed__ .anime-dubbed-name__ h3 {
    font-size: 22px;
  }

  .animes-in-container-dubbed .anime-dubbed__ {
    min-height: 250px;
  }
}

@media only screen and (max-width:900px) {
  .animes-in-container-dubbed .anime-dubbed__ .anime-dubbed-name__ h3 {
    font-size: 21px;
  }

  .animes-in-container-dubbed {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width:650px) {
  .animes-in-container-dubbed .anime-dubbed__ .anime-dubbed-name__ h3 {
    font-size: 18px;
  }

  .animes-in-container-dubbed {
    grid-template-columns: 1fr 1fr;
  }

  .animes-in-container-dubbed .anime-dubbed__ {
    min-height: 230px;
  }

  .animes-in-container-dubbed .anime-dubbed__ .data-in-dubbed-anime__ {
    height: auto;
  }
}

@media only screen and (max-width:500px) {
  .animes-in-container-dubbed .anime-dubbed__ .anime-dubbed-name__ h3 {
    font-size: 15px;
  }

  .animes-in-container-dubbed .anime-dubbed__ {
    min-height: 200px;
  }
}

@media only screen and (max-width:400px) {
  .animes-in-container-dubbed .anime-dubbed__ .anime-dubbed-name__ h3 {
    font-size: 14px;
  }
}


/* for new bottom */
.bottom {
  padding-block: 20px;
}

.bottom .bottom-data-container {
  padding: 20px;
  /* overflow: hidden; */
}

.bottom-data-container .header-bottom-data__ {
  display: flex;
  /* border-bottom: 1px solid rgba(0,0,0,0.9); */
}

.bottom-data-container .container___bottom__ {
  position: relative;
  padding-bottom: 10px;
}

.bottom-data-container .container___bottom__::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
}

.bottom-data-container .header-data__1 {
  font-weight: 600;
  font-size: 25px;
  padding: 10px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.bottom-data-container .header-data__2 {
  display: block;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 0;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.content-bottom__ {
  padding: 10px;
}

.content-bottom__ .data-items-bottom {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}

.content-bottom__ .data-items-bottom .item-bottom-alphabet {
  padding: 10px;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  min-width: 20px;
  font-weight: 600;
}

.content-bottom__ .data-items-bottom .item-bottom-alphabet:hover {
  cursor: pointer;
  background-color: #faa300;
}

.bottom-content-data___ {
  width: 95%;
  padding-bottom: 20px;
}

.bottom-content-data___ .extra-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bottom-content-data___ .extra-anchor {
  padding: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.bottom-content-data___ .extra-anchor:hover {
  cursor: pointer;
  color: #faa300;
}

.bottom-content-data___ .copyright-container {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.bottom {
  padding-bottom: 0;
}

@media only screen and (max-width:1000px) {
  .bottom-data-container .header-data__1 {
    font-size: 14px;
  }

  .bottom-data-container .header-data__2,
  .content-bottom__ .data-items-bottom .item-bottom-alphabet,
  .bottom-content-data___ .extra-anchor,
  .bottom-content-data___ .copyright-container {
    font-size: 12px;
  }
}

@media only screen and (max-width:700px) {
  .content-bottom__ .data-items-bottom {
    gap: 10px 5px;
  }
}

@media only screen and (max-width:500px) {
  .bottom-content-data___ .extra-anchors {
    /* flex-direction: column; */
    display: none;
  }

  .bottom-data-container .header-data__2 {
    margin-top: 0;
  }
}

@media only screen and (max-width:400px) {
  .bottom-data-container .header-data__1 {
    font-size: 12px;
  }

  .bottom-data-container .header-data__2,
  .content-bottom__ .data-items-bottom {
    font-size: 10px;
  }
}

/* for more menu section */
.more-menu .close-menu-data:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}

.more-menu .more-data-in-menu {
  padding-block: 10px;
}

.more-menu .more-data-in-menu .data-in-menu {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  position: relative;
}

.more-menu .more-data-in-menu .data-in-menu.first-data-in-menu {
  border-top: solid 2px rgba(255, 255, 255, 0.1);
}

.more-menu .more-data-in-menu .data-in-menu:hover {
  color: #faa300;
  cursor: pointer;
  /* fill: #faa300; */
}


.more-menu .more-data-in-menu .data-in-menu .anchor-in-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  transition: all 0.2;
}

.more-menu .more-data-in-menu .data-in-menu .anchor-in-menu:hover {
  gap: 15px;
}

.more-menu .more-data-in-menu .data-in-menu:hover>.anchor-in-menu .svg-icon-on-menu {
  fill: #faa300;
  height: 25px;
  margin-top: -3px;
  margin-left: 5px;
  /* position: absolute; */
}

.more-data-for-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95%;
}

.more-data-in-menu .more-in-data-in-menu {
  margin-top: 20px;
}

.more-data-in-menu .data-in-menu-2 {
  padding: 10px;
  font-size: 20px;
  /* color: rgba(255,0,0); */
}

.more-data-in-menu .data-in-menu-2.first-item {
  color: rgba(255, 0, 0, 0.8);
}

.more-data-in-menu .data-in-menu-2.second-item {
  color: rgba(32, 151, 32);
}

.more-data-in-menu .data-in-menu-2.third-item {
  color: rgb(195, 172, 123);
}

.more-data-in-menu .data-in-menu-2.fourth-item {
  color: rgb(185, 156, 198);
}

.more-data-in-menu .data-in-menu-2.fifth-item {
  color: rgb(16, 208, 228);
}

@media only screen and (max-width:1000px) {
  .more-data-in-menu .data-in-menu {
    font-size: 14px;
  }

  .more-data-in-menu .data-in-menu-2 {
    font-size: 16px;
  }
}

.data-in-menu-2 .anchor-in-menu:hover {
  cursor: pointer;
}

.svg-close-menu {
  height: 17px;
  position: absolute;
  margin-left: 15px;
  margin-top: 3px;
}

.svg-icon-on-menu {
  /* fill: #faa300; */
  position: absolute;
  rotate: 180deg;
  height: 20px;
  transition: 0.5s;
  margin-top: -1px;
  margin-left: 3px;
}

.follow {
  height: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-inline: 10px;
}

.follow .follow-icons i {
  border-radius: 50%;
  padding: 8px;
  /* background-color: rgba(255 ,255, 255, 0.7)  !important; */
}

.follow-anime-txt {
  color: #faa300;
  font-size: 14.5px;
}

.follow-us-txt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.svg-icons-follow {
  /* height: 40px; */
  margin-right: -5px;
}

.svg-icons-follow:hover {
  cursor: pointer;
}

@media only screen and (max-width:500px) {
  .more-data-in-menu .data-in-menu {
    font-size: 14px;
  }

  .more-data-in-menu .data-in-menu {
    font-size: 15px;
  }

  .more-menu .close-menu-data {
    font-size: 12px;
    padding: 10px;
    width: 100px;
  }

  .main-container-in-menu {
    grid-template-rows: 45px auto;
  }

  .more-menu .txt-close-div {
    margin-left: 25px;
  }

  .close-div {
    padding: 5px;
  }

  .svg-close-menu {
    height: 15px;
    margin-left: 5px;
    margin-top: 0px;
  }
}

@media only screen and (max-width:350px) {
  .bottom {
    animation: none;
  }
}

@media only screen and (max-width:330px) {
  .main-container-in-menu {
    padding: 0;
  }

  .anime-trailer {
    width: 95vw;
    margin: 0;
    padding: 0;
  }

  .anime-trailer iframe {
    width: 100%;
  }
}

.anime-genres__ {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.anime-genres__ .round-updated {
  line-height: 0.5cm;
}

/* for genres in details page */
.container-genres_div {
  width: 100%;
  /* padding: 20px; */
}

.genres_div_ .genres_header_div {
  color: #faa300;
  font-size: 20px;
  margin-top: 15px;
}

.container-genres_div .genres-div-data-container {
  width: 95%;
  margin-inline: auto;
  margin-block: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.container-genres_div .genres-div-data-container .genres_anchor_ {
  all: unset;
  color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 5px;
}

.container-genres_div .genres-div-data-container .genres_anchor_:hover {
  color: #faa300;
}

.scroll-to-top-div {
  position: fixed;
  z-index: 2;
  display: block !important;
  z-index: 89;
  bottom: 30px;
  right: -50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
  /* animation: ease-in popUp 0.5s forwards; */
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.7);
}

@keyframes popUp {
  0% {
    opacity: 0;
    right: 0;
  }

  100% {
    opacity: 1;
    right: 40px;
  }
}

@keyframes popOut {
  0% {
    opacity: 1;
    right: 40px;
  }

  100% {
    opacity: 0;
    right: 0;
  }
}

.scroll-to-top-div .scroll-to-topp,
.notification-d-t #notification-extern {
  all: unset;
  font-size: 20px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-to-top-div:hover {
  cursor: pointer;
  background-color: rgba(250, 163, 0, 0.8);
  color: rgba(0, 0, 0, 0.95);
}

@media only screen and (max-width:600px) {
  .container-genres_div .genres-div-data-container {
    font-size: 14px;
  }
}

/* atoz list */
.sub-container-tr .sub-container-l-tr-li {
  width: 77%;
}

.alphabet-container .alphabet-txt {
  color: #faa300;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}

.alphabet-container .alphabet-txt a {
  all: unset;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.alphabet-container .alphabet-txt a .fa-solid {
  font-size: 12px;
  transition: transform 0.5s;
}

.alphabet-container .alphabet-txt a:hover {
  color: #faa300;
  cursor: pointer;
}

.alphabet-container .alphabet-txt a:hover .fa-solid {
  transform: scale(1.3);
}

.alphabet-container {
  width: 100%;
}

.alphabet-container .alphabet-anime-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 20px;
}

@media only screen and (max-width:1100px) {
  .alphabet-container .alphabet-anime-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width:1100px) {
  .sub-container-tr .sub-container-l-tr-li {
    width: 100%;
  }
}

@media only screen and (max-width:800px) {
  .alphabet-container .alphabet-anime-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width:600px) {
  .alphabet-container .alphabet-anime-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}


/* for anime hover data */

.anime-in-trending {
  display: flex;
  position: relative;
  /* background-color: rgba(0,0,0,0.8); */
  /* overflow-y: hidden; */
}

.anime-in-trending .anime-hover-data {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7));
  backdrop-filter: blur(2px);
  padding: 10px;
  width: 200px;
  min-height: 80px;
  top: 20px;
  left: 90%;
  z-index: 3;
  animation: ease glowIn 0.5s;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 2px #faa300;
}

@keyframes glowIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.anime-in-trending .anime-hover-data .watch-now-hover button {
  all: unset;
  display: block;
  width: 100%;
  padding-block: 8px;
  background-color: #faa300;
  border-radius: 20px;
  color: rgba(0, 0, 0, 0.9);
}

.anime-in-trending .anime-hover-data .watch-now-hover {
  text-align: center;
}

.anime-in-trending .anime-hover-data h3 {
  margin: 0;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 19px;
  /* color: #faa300; */
}

.anime-in-trending .anime-hover-data .anime-name {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.anime-in-trending .anime-hover-data .anime-genres-n {
  display: flex;
  gap: 5px;
  overflow-y: scroll;
  /* /* border-top: solid 1px rgba(0,0,0,0.7); */
  border-bottom: solid 1px rgba(0, 0, 0, 0.7);
  /* flex-wrap: wrap; */
}

.anime-in-trending .anime-hover-data .anime-genres-n::-webkit-scrollbar {
  display: none;
}

.anime-in-trending .anime-hover-data .anime-genres-n .anime-genre-n {
  padding: 5px 0px;
  /* background-color: rgba(255, 255, 255, 0.6);   */
  border-radius: 10px;
}

.anime-in-trending .anime-hover-data .small-font {
  font-size: 12px;
}

.anime-in-trending .anime-hover-data .medium-font {
  font-size: 14px;
}

.anime-in-trending .anime-hover-data .anime-more-info-n {
  display: flex;
  align-items: center;
  gap: 10px;
}

.anime-in-trending .anime-hover-data .anime-info-n {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.anime-in-trending .anime-hover-data .anime-info-n .anime-studio {
  font-weight: 600;
}

.seperator {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

.seperator-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.anime-in-trending .anime-hover-data .anime-episode-data {
  padding: 10px 0;
  /* color: rgb(200, 33, 200); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.anime-in-trending .anime-hover-data .loader-hover-data {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anime-in-trending .anime-hover-data .loader-hover-data .loading-animation {
  /* position: relative; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anime-in-trending .anime-hover-data .loader-hover-data .loading-animation .loader-rings {
  /* background-color: #000; */
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  border-radius: 50%;
  /* border: 2px solid #000; */
  /* animation: infinite 1s fadeOut; */
}

.anime-in-trending .anime-hover-data .loader-hover-data .loading-animation .loader-rings::before,
.anime-in-trending .anime-hover-data .loader-hover-data .loading-animation .loader-rings::after {
  content: "";
  position: absolute;
  height: 5px;
  border-radius: 50%;
  width: 5px;
  transition: all 0.5s;
  border: solid 2px #000;
}

.anime-in-trending .anime-hover-data .loader-hover-data .loading-animation .loader-rings::before {
  animation: fadeOut 1s infinite;
}

.anime-in-trending .anime-hover-data .loader-hover-data .loading-animation .loader-rings::after {
  animation: fadeOut2 1s infinite;
}

/* @keyframes fadeOut {
0%{
  height: 0%;
  width: 0%;
  box-shadow: none;
}
100%{
  height: 50%;
  width: 50%;
  box-shadow: 1px 2px 10px #000;
}
}
@keyframes fadeOut2 {
0%{
  height: 50%;
  width: 50%;
  opacity: 0;
  box-shadow: none;
}
100%{
  height: 100%;
  width: 100%;
  box-shadow: 1px 2px 10px #000;
}
} */

@keyframes fadeOut {
  0% {
    height: 0%;
    width: 0%;
  }

  100% {
    transform: rotate(45deg);
    height: 100%;
    width: 100%;
    box-shadow: 1px 2px 10px #000;
  }
}

@keyframes fadeOut2 {
  100% {
    height: 0%;
    width: 0%;
  }

  0% {
    transform: rotate(45deg);
    height: 100%;
    width: 100%;
    box-shadow: 1px 2px 10px #000;
  }
}

.site-anchors {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  margin-block: 20px;
}

.site-anchors .site-anchors-data_ {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 20px; */
}

.site-anchors h3 {
  all: unset;
}

.site-anchors .anchors-column {
  display: flex;
  justify-content: center;
}

.site-anchors .anchors-column ul {
  all: unset;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.site-anchors .anchors-column ul .self-anchors a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding-block: 10px;
  transition: all 0.5s;
}

.site-anchors .anchors-column ul .self-anchors a:hover {
  color: #faa300;
  cursor: pointer;
}

.share-follow-buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}

.content-share-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.content-share-buttons .follow-icons_ {
  font-size: 20px;
  display: flex;
  gap: 10px;
}

.content-share-buttons .follow-icons_ .follow-icon_ {
  color: rgba(255, 255, 255, 0.7);
  transition: all 1s;
  border-radius: 50%;
}

.content-share-buttons .follow-icons_ .follow-icon_:hover {
  cursor: pointer;
  color: #faa300;
}

.content-share-buttons .follow-txt_ {
  font-size: 15px;
}

@media only screen and (max-width:1000px) {
  .site-anchors {
    font-size: 13px;
  }
}

@media only screen and (max-width:700px) {
  .site-anchors {
    font-size: 11px;
  }

  .content-share-buttons .follow-txt_ {
    font-size: 13px;
  }

  .content-share-buttons .follow-icons_ {
    font-size: 15px;
  }

}

@media only screen and (max-width:500px) {
  .site-anchors {
    font-size: 9px;
  }
}

.no-results-found-section {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-results-found-section span {
  color: #faa300;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width:600px) {
  .no-results-found-section span {
    font-size: 13px;
  }
}


.new-sec-container {
  display: flex;
}

.new-sec-container .ad-unit-sec {
  width: 300px;
  max-width: 300px;
}

.new-sec-container .recommendations {
  width: calc(100% - 300px);
}

@media only screen and (max-width:1100px) {
  .new-sec-container .ad-unit-sec {
    max-width: 250px;
  }

  .new-sec-container .recommendations {
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width:1000px) {
  .new-sec-container .ad-unit-sec {
    max-width: 200px;
  }

  .new-sec-container .recommendations {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width:1100px) {
  .new-sec-container {
    flex-direction: column;
  }

  .new-sec-container .ad-unit-sec {
    max-width: 100%;
    width: 100%;
  }

  .new-sec-container .recommendations {
    width: 98%;
  }
}

.genres-div {
  margin-bottom: 10px;
}

.dot-right {
  display: flex;
  align-items: center;
  /* border-left: 1px solid rgba(255 ,255, 255, 0.7); */
}

.dot-right::after {
  content: "";
  height: 5px;
  width: 5px;
  margin-left: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  /* border-right: 1px solid rgba(255 ,255, 255, 0.7); */
}

.dot-left {
  display: flex;
  align-items: center;
  /* border-left: 1px solid rgba(255 ,255, 255, 0.7); */
}

.dot-left::before {
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 5px;
  /* background-color: rgba(255 ,255, 255, 0.7); */
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  /* border-right: 1px solid rgba(255 ,255, 255, 0.7); */
}

.dot-left-white {
  display: flex;
  align-items: center;
  /* border-left: 1px solid rgba(255 ,255, 255, 0.7); */
}

.dot-left-white::before {
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  /* background-color: rgba(0,0,0,0.7); */
  border-radius: 100%;
  /* border-right: 1px solid rgba(255 ,255, 255, 0.7); */
}

.tiny-t {
  font-size: 12px;
}

@media only screen and (max-width:800px) {
  .animes-in-container-dubbed {
    /* display: grid; */
    gap: 10px;
    width: 95%;
    /* grid-template-columns: repeat(2, 1fr);  */
    margin-inline: auto;
  }

  .animes-in-container-dubbed .anime-dubbed__ {
    width: 45%;
    min-width: 45%;
    margin-inline: auto;
    max-width: 45%;
    align-items: normal;
    /* padding: 2%; */
  }

  .animes-in-container-dubbed .anime-dubbed__ a.main-anchor-to-dub-anime {
    padding: 0px;
  }

  .animes-in-container-dubbed .anime-dubbed__ .img-container-dubbed__ {
    height: 120px;
  }

  .animes-in-container-dubbed .anime-dubbed__ .anime-dubbed-name__ h3 {
    -webkit-line-clamp: 2;
  }

  .tiny-t {
    font-size: 10px;
  }

  .latest-dubbed-animes h2 {
    margin-bottom: 10px;
  }

  .animes-in-container-dubbed .anime-dubbed__ a.main-anchor-to-dub-anime {
    width: 100%;
  }

  .newly-added-animes .newly-added-container {
    width: 95%;
  }
}

@media only screen and (max-width:450px) {
  .animes-in-container-dubbed .anime-dubbed__ {
    min-height: auto;
  }

  .animes-in-container-dubbed .anime-dubbed__ .img-container-dubbed__ {
    height: 100px;
  }

  /* .main-anchor-to-dub-anime{
    padding: 5px;
  } */
  .tiny-t {
    font-size: 9px;
  }

  .animes-in-container-dubbed .anime-dubbed__ a.main-anchor-to-dub-anime {
    padding: 0;
  }

  .animes-in-container-dubbed .anime-dubbed__ .data-in-dubbed-anime__ {
    padding: 0;
  }
}

@media only screen and (max-width:380px) {
  animes-in-container-dubbed .anime-dubbed__ .img-container-dubbed__ {
    height: 80px;
  }
}

/* notifications styles start */
.notification-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(252, 255, 255, 0.2);
}

.notification-div {
  position: relative;
  /* height: 90%; */
  width: 95%;
  max-width: 1000px;
  /* max-height: 1000px; */
  animation: popUpNew 0.2s forwards ease-in;
  /* background-color: #43a047; */
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

@keyframes popUpNew {
  0% {
    opacity: 0;
  }
}

.notification-div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%), url(/images/Dooflix.png); */
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* filter: blur(10px); */
}

/* .notification-div::after{
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);

} */
.notification-content {
  height: calc(100% - 40px);
  display: flex;
  justify-content: center;
}

.n-a {
  width: 100%;
  /* max-width: 400px; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* background-color: #43a047; */
}

.padding-20 {
  padding: 20px;
}

.color-white {
  color: rgba(255, 255, 255, 0.8);
}

.color-white-n {
  color: rgba(255, 255, 255, 0.6);
}

.color-o {
  color: #faa300;
}

.data-n-a {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-data-n-a {
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  padding-block: 20px;
}

.head-n-a {
  width: 100%;
  text-align: left;
}

/* .img-data-n-a img, .head-n-a{
  max-width: 300px;
} */
.n-b-a {
  padding-block: 10px;
}

.btns-n-a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.align-center {
  text-align: center;
}

.a-n-a {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  padding: 10px;
  border-radius: 30px;
  position: relative;
  color: rgba(0, 0, 0, 0.9);
}

.a-n-a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}

.a-n-a-details:active::before {
  padding: 3px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.a-n-a-watch:active::before {
  padding: 3px;
  border: 2px solid #faa300;
}

.a-n-a-details {
  background-color: rgba(255, 255, 255, 0.8);
}

.a-n-a-watch {
  background-color: #faa300;
}

.g-n-b {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  overflow-x: scroll;
  margin: 0;
}

.g-n-b::-webkit-scrollbar {
  display: none;
}

.g-n-b .item-n-b {
  padding-inline-start: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

.n-b-a-a {
  padding: 10px;
  width: calc(100% - 20px);
}

.close-n-a {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}

.close-n-a i {
  transition: all 0.5s;
}

.close-n-a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.close-n-a:hover i {
  transform: rotate(180deg);
}

.huge-font {
  font-size: 25px;
}

.m-font {
  font-size: 15px;
}

.s-font {
  font-size: 12px;
}

@media only screen and (max-width:1000px) {
  .huge-font {
    font-size: 22px;
  }

  .m-font {
    font-size: 14px;
  }

  .s-font {
    font-size: 11px;
  }

  /* .img-data-n-a img, .head-n-a{
    max-width: 250px;
  } */
}

@media only screen and (max-width:500px) {
  .notification-div::before {
    background-size: 100% 100%;
  }

  .huge-font {
    font-size: 20px;
  }

  .m-font {
    font-size: 13px;
  }

  .s-font {
    font-size: 10px;
  }

  /* .img-data-n-a img, .head-n-a{
    max-width: 220px;
  } */
}

@media only screen and (max-width:350px) {
  .huge-font {
    font-size: 19px;
  }

  .m-font {
    font-size: 12px;
  }

  .s-font {
    font-size: 9px;
  }

  /* .img-data-n-a img, .head-n-a{
    max-width: 170px;
  } */
}

.img-data-n-a {
  font-family: 'Poppins', sans-serif !important;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.img-data-n-a span {
  font-size: 35px;
  font-weight: 600;
}

@media only screen and (max-width:1000px) {
  .img-data-n-a span {
    font-size: 30px;
    font-weight: 600;
  }
}

@media only screen and (max-width:800px) {
  .img-data-n-a span {
    font-size: 20px;
    font-weight: 600;
  }
}

@media only screen and (max-width:350px) {
  .img-data-n-a span {
    font-size: 17px;
    font-weight: 600;
  }
}

.notification-details-list {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.padding-5-inline {
  padding-inline: 5px;
}

.anime-dubbed-name__ {
  margin-inline: 10px;
}

.anime-dubbed__ {
  transition: opacity 0.5s;
}

.animes-in-container-dubbed:has(.anime-dubbed__:hover)>.anime-dubbed__:not(:hover) {
  opacity: 0.8;
}


.loading-animation-a {
  /* position: absolute; */
  min-height: 200px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-animation-a-2 {
  min-height: 100px;
}

.loading-animation-a-3 {
  min-height: 300px;
}

.loading-animation-a .animation-l-a {
  /* width: 50%; */
  width: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.animation-l-a .rings-a {
  display: flex;
  justify-content: center;
}

@keyframes newAnimationVery {
  100% {
    width: 10px;
    height: 10px;
    opacity: 0.1;
  }

  50% {
    opacity: 0.6;
  }

  0% {
    opacity: 1;
  }
}

.animation-l-a .rings-cont {
  background-color: #faa300;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: newAnimationVery 1s infinite ease;
}

.animation-l-a .ring-1-1 .rings-cont {
  animation-delay: -0.2s;
}

.animation-l-a .ring-1-2 .rings-cont {
  animation-delay: -0.1s;
}

.animation-l-a .ring-1-3 .rings-cont {
  animation-delay: 0s;
}

@media only screen and (max-width:900px) {
  .loading-animation-a {
    min-height: 350px;
  }
}

@media only screen and (max-width:700px) {
  .loading-animation-a .animation-l-a {
    width: 70px;
  }

  .animation-l-a .rings-cont {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width:550px) {
  .loading-animation-a {
    min-height: 250px;
  }
}

/* footer section start */
#footer {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-section {
  padding: 20px;
  position: relative;
  z-index: 3;
}

#footer::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  transform: rotateY(180deg);
  background: url(../images/zorosleeping.png) no-repeat;
  background-size: auto 90%;
  background-position: left bottom;
  filter: grayscale(90%);
}

@media only screen and (min-width:1800px) {
  #footer::before {
    left: calc((100vw - 1800px) / 2);
  }
}

@media only screen and (max-width:800px) {
  #footer::before {
    opacity: 0.5;
  }
}

.anchor {
  cursor: pointer;
}

.footer-section .btm-heading {
  margin: 0;
}

.footer-section .bottom-data-container {
  padding-block: 10px;
}

.footer-section .bottom-data-container .header-data__1 {
  font-weight: 600;
  font-size: 25px;
  padding: 10px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.img-home {
  padding-inline: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* .border-bottom::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255 ,255, 255, 0.3);
  } */
.footer-section .share-follow-buttons {
  width: auto;
  display: block;
  padding-inline: 10px;
}

.footer-section .bottom-data-container .container___bottom__::after {
  display: none;
}

.footer-section .footer-header {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-block: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-data-links-f {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bolder;
  font-size: 14px;
  padding: 10px;
}

.footer-data-links-f a {
  color: rgba(255, 255, 255, 0.6);
}

.footer-data-links-f a:hover {
  cursor: pointer;
  color: #faa300;
}

.site-policy-info {
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width:500px) {
  .footer-section .footer-header {
    flex-direction: column;
    align-items: start;
    border: 0;
    gap: 20px;
  }

  .img-home {
    border: 0;
  }

  .footer-section .share-follow-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-data-links-f {
    font-size: 12px;
  }

  .site-policy-info {
    font-size: 13px;
  }
}

.notification-d-t {
  position: fixed;
  z-index: 2;
  display: block !important;
  z-index: 89;
  text-align: center;
  bottom: 30px;
  right: 40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
  /* animation: ease-in popUp 0.5s forwards; */
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(250, 163, 0, 0.9);
}

@media only screen and (max-width:600px) {

  .notification-d-t,
  .scroll-to-top-div {
    height: 40px;
    width: 40px;
    font-size: 80%;
    bottom: 75px;
  }

  .notification-d-t {
    right: 20px;
  }

  .scroll-to-top-div .scroll-to-topp,
  .notification-d-t #notification-extern {
    font-size: 16px;
  }
}

.set-notification-up-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: end;
  animation: fadeOutNew 0.2s ease;
}

@keyframes fadeOutNew {
  0% {
    opacity: 0;
  }
}

.set-notification-up-container .s-n-a-a {
  /* color: rgba(255, 255, 255, 0.9); */
  width: calc(100% - 40px);
  /* height: 230px; */
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  /* background-color: rgba(255, 255, 255, 0.5);*/
  /* background-color: rgb(21,31,46);  */
  background-color: rgba(0, 0, 0, 0.9);
  /* border-radius: 20px; */
  transition: all 0.5s;
  /* animation: fadeOut3 0.2s linear;
  animation: fadeOut4 0.2s linear; */
  position: relative;
  z-index: 92;
  box-shadow: 0px 17px 16px 2px rgba(0, 0, 0, 0.1);
  /* background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/images/Gear5.webp) no-repeat; */
  background-size: 100% 100%;
}

@keyframes fadeOut3 {
  0% {
    bottom: -500px;
  }
}

@keyframes fadeOut4 {
  100% {
    bottom: -500px;
  }
}

.set-notification-up-container .h-s-n-a-a,
.set-notification-up-container .b-s-n-a-a,
.set-notification-up-container hr,
.close-this-s {
  max-width: 1000px;
  margin-inline: auto;
}

.closing-whole-n-d-t {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 91;
}

.h-s-n-a-a {
  padding-block: 10px;
}

.h-s-n-a-a span {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-s-n-a-a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  font-size: 15px;
}

@media only screen and (max-width:800px) {
  .h-s-n-a-a {
    font-size: 14px;
  }

  .b-s-n-a-a {
    font-size: 13px;
  }
}

.b-s-n-a-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  padding: 20px;
  /* background-color: rgba(0,0,0,0.1); */
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  /* color: rgba(0,0,0,0.9); */
  color: rgba(255, 255, 255, 0.8);
}

.b-s-n-a-b.move-icon:hover {
  padding-right: 10px;
  width: calc(100% - 30px);
}

@media only screen and (max-width:650px) {
  .set-notification-up-container .s-n-a-a .b-s-n-a-b {
    /* max-width: calc(90vw - 40px); */
    padding: 15px;
    width: calc(100% - 30px);
  }

  .set-notification-up-container .s-n-a-a .b-s-n-a-b:hover {
    width: calc(100% - 20px);
    padding-right: 5px;
  }
}

.b-s-n-a-a-a {
  display: flex;
  gap: 5px;
  align-items: center;
}

.b-s-n-a-a-a i {
  margin-right: 5px;
}

.b-s-n-a-a-a .hide-this {
  display: none;
  animation: fadeInNew 0.2s forwards ease;
}

.b-s-n-a-c {
  display: none;
  align-items: center;
  width: calc(100% - 20px);
  padding: 10px;
  transition: height 0.5s;
  overflow: hidden;
  animation: animationForExtraSec 0.1s ease-in-out;
}

@keyframes animationForExtraSec {
  0% {
    height: 0;
  }
}

@keyframes fadeInNew {
  0% {
    margin-left: -20px;
    opacity: 0;
  }
}

.more-channels-sec .b-s-n-a-b.main-element:hover i.fa-chevron-down {
  transition: all 0.2s;
}

.b-s-n-a-b:hover .hide-this {
  display: inline;
}

.close-this-s {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

.close-n-d-t {
  all: unset;
  padding: 10px;
  text-align: right;
}

.close-n-d-t:hover {
  text-decoration: underline;
}

.t-txt {
  font-size: 12px;
}

.s-txt {
  font-size: 14px;
}

.m-txt {
  font-size: 16px;
}

.l-txt {
  font-size: 20px;
}

.m-l-txt {
  font-size: 18px;
}

.x-l-txt {
  font-size: 25px;
}

.x-x-l-txt {
  font-size: 30px;
}

.small-svg-icon {
  height: 20px;
}

.padding-block-0 {
  padding-block: 0;
}

.margin-top-5 {
  margin-top: 5px;
}

@media only screen and (max-width:1000px) {
  .t-txt {
    font-size: 11px;
  }

  .s-txt {
    font-size: 13px;
  }

  .m-txt {
    font-size: 15px;
  }

  .l-txt {
    font-size: 19px;
  }

  .m-l-txt {
    font-size: 17px;
  }

  .small-svg-icon {
    height: 18px;
  }

  .x-l-txt {
    font-size: 23px;
  }
}

@media only screen and (max-width:600px) {
  .t-txt {
    font-size: 10px;
  }

  .s-txt {
    font-size: 12px;
  }

  .m-txt {
    font-size: 14px;
  }

  .l-txt {
    font-size: 18px;
  }

  .m-l-txt {
    font-size: 16px;
  }

  .small-svg-icon {
    height: 15px;
  }

  .margin-top-5 {
    margin-top: 3px;
  }

  .x-l-txt {
    font-size: 20px;
  }
}

.video-l-details-data {
  margin-top: 0 !important;
}

.s-u {
  display: flex;
  justify-content: center;
  /* padding-inline: 20px; */
  margin-bottom: 10px;
}

.s-u-1 {
  padding: 10px 20px;
  /* background-color: #faa300; */
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(30px);
}

.s-u-a-page {
  padding-inline: 10px;
}

.a-page {
  width: calc(95% - 40px);
}

.d-page {
  width: calc(100% - 40px);
  color: rgba(255, 255, 255, 0.8);
}

.d-page p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width:800px) {
  .s-u-1 {
    padding: 10px;
  }

  .a-page {
    width: calc(98% - 20px);
  }

  .d-page {
    width: calc(100% - 20px);
  }
}

.float-svg-right-top {
  position: absolute;
  top: 10px;
  right: 10px;
}

.head-s-u {
  display: flex;
  justify-content: space-between;
}

.enjoy-streaming-container {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 4;
  bottom: 20px;
  padding: 5px 20px 5px 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  animation: swipeIn 0.5s linear;
  border-radius: 2px;
}

@media only screen and (max-width:900px) {
  .enjoy-streaming-container {
    bottom: 80px;
  }
}

.enjoy-streaming-container::after {
  content: "";
  position: absolute;
  /* transition: all 5s; */
  height: 3px;
  background-color: red;
  left: 0;
  bottom: 0;
  animation: slideRight 5s linear forwards;
}

@keyframes slideRight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes swipeIn {
  0% {
    bottom: -100%;
    opacity: 0;
  }
}

.enjoy-streaming-container .close-msg {
  padding: 10px;
  background-color: transparent;
}

.enjoy-streaming-container .notification-content {
  padding-block: 10px;
}

.follow-icons {
  margin-left: 5px;
}

.info {
  /* position: absolute; */
  left: 0;
  text-align: center;
  width: 100vw;
  padding-block: 10px;
  background-color: #faa300;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}

@media only screen and (max-width:800px) {
  .info {
    font-size: 14px;
  }
}