* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
/* body {
  background-color: #000 !important;
} */
.black_theme {
  background-color: #000 !important;
}
/* scroll-bar-custom-css */
.flex_ul {
  display: flex;
  align-items: center;
}
.scroll_menu a:last-child {
  margin-right: 0px;
}
.login_name {
  width: auto;
  height: 40px;
  background: #b90a0a !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
/* .dropdown-menu {
  background-color: #202020c4 !important;
  backdrop-filter: blur(7px) !important;
}
.dropdown-menu li {
  display: block !important;
}
.dropdown-menu li a {
  color: #fff;
  text-transform: uppercase !important;
  font-size: 15px !important;
  display: block !important;
  margin-right: 0px !important;
}
.dropdown-menu li a:hover {
  background-color: transparent;
  color: #b90a0a;
} */
.profile_dropdown {
  position: absolute;
  top: 120%;
  right: -70%;
  width: 200px;
  background-color: #202020c4 !important;
  backdrop-filter: blur(7px) !important;
  padding: 20px 20px;
  border-radius: 10px;
  z-index: 999;
}
.profile_dropdown ul {
  padding-left: 0px !important;
  margin-bottom: 0px;
}
.profile_dropdown ul li {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  list-style: none;
}
.profile_dropdown ul li a {
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-right: 25px;
  text-decoration: none;
  transition: all 0.5s;
}
.profile_dropdown ul li a:hover {
  color: #c50d0d;
}

.banner_content ul {
  padding-left: 0px !important;
}
.nav_body ul {
  padding-left: 0px !important;
}
.episode_head_txt {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  display: block;
  padding-bottom: 12px;
  padding-top: 10px;
}
.episode_item{
  width: 100% !important;
  height: auto;
}
.episode_carousel {
  padding-bottom: 50px;
}
.episode_cnt_name p {
  color: #fff;
  display: block;
  z-index: 99999;
  font-size: 18px;
  font-weight: 400;
  padding-top: 8px;
  margin-bottom: 0px;
}
.rounded {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.subscribe_btn {
  display: none !important;
}
/*----------- MOBILE-APP-DESIGN-CSS-START-----------*/

.mobile_top {
  display: none;
}
.disply_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo_sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_logo img {
  width: 45px;
  height: auto;
}
.m_subscribe {
  font-size: 13px;
  color: goldenrod;
  padding: 3px 7%;
  border-radius: 8px;
  border: 1px solid goldenrod;
  margin-left: 10px;
  text-decoration: none;
  line-height: 14px;
}
.m_subscribe:hover {
  color: goldenrod;
  text-decoration: none;
}
.m_login a {
  font-size: 16px;
  color: goldenrod;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.m_login a:hover {
  text-decoration: none;
  color: goldenrod;
}
.m_login a img {
  width: 25px;
  height: auto;
}
.padding_mobile {
  padding-top: 12px;
  padding-bottom: 2px;
}

.back_btn_mobile_screen {
  display: none;
}
#searchForm button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 23px;
}
/* mobile-app-design */
.scroll_menu {
  width: 100%;
  height: auto;
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
}
.scroll_menu::-webkit-scrollbar {
  display: none;
}
.scroll_menu a {
  font-size: 15px;
  color: #e8e5e5;
  display: block;
  margin-left: 11px;
  margin-right: 11px;
  text-wrap: nowrap;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 15px;
  /* padding: 3px 5px;
    background-color: #e8e5e5;
    border-radius: 8px; */
}
.scroll_menu a:hover {
  color: goldenrod;
  text-decoration: none;
}

.scroll_menu a:first-child {
  margin-left: 0px !important;
}

.home_nav {
  font-size: 20px;
}

.showMobileScreen {
  display: none;
}

.back_btn_mobile_screen {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99999;
}
.back_btn_mobile_screen a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.5s;
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.3);
}
.back_btn_mobile_screen a:hover {
  color: #fff;
  text-decoration: none;
}
/* down-nav-menu */
.down_nav_mobile {
  display: none;
}
.flex_mobile_down {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* background-color: rgba(0, 0, 0, 0.8); */
  padding-top: 6px;
  padding-bottom: 10px;
  /* border-radius: 17px; */
}

.mobile_subscribe_btn {
  display: none;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.home a {
  text-decoration: none;
}
.home a:hover {
  text-decoration: none;
}
.home i {
  font-size: 17px;
  color: #fff;
}
.home p {
  font-size: 14px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
  line-height: 14px;
  padding-top: 2px;
}
.down_nav_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}
/* search-model */
.dialog_custom {
  margin: 0 !important;
}
.custom-mobile-footer {
  display: none !important;
}
#mobilesearch .modal-header {
  border-bottom: none;
  background-color: #000 !important;
}
#mobilesearch .modal-header button {
  color: #fff;
}
.dialog_custom {
  background-color: #000 !important;
}
.mobile_search_body {
  background-color: #000 !important;
}
.mobile_seach_grp {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.mobile_seach_grp button {
  width: 5%;
}

.mobile_seach_grp input {
  width: 95%;
  height: 45px;
  outline: none;
  border: none;
  padding-left: 10px;
  border-radius: 8px;
  font-size: 15px;
  color: #101010;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.mobile_seach_grp input::placeholder {
  font-size: 15px;
  color: #888;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.top_genre_list h5 {
  font-size: 18px;
  color: #b4b3b3;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 20px;
}
.genre_list a {
  background-color: #353434;
  border: none;
  outline: none;
  font-size: 12px;
  color: #b4b3b3;
  padding: 5px 10px;
  border-radius: 8px;
  margin-right: 5px;
  margin-top: 8px;
  display: inline-block;
}
.model_container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 60px;
}
.cus_col_padding {
  padding-left: 0px !important;
  margin-top: 10px;
}
/*----------- MOBILE-APP-DESIGN-CSS-END-----------*/

/* ================HERO-SECTION ============*/
.hero_section {
  width: 100%;
  height: auto;
}
.banner .banner_img {
  width: 338px;
  height: 820px;
  object-fit: cover;
}
.banner {
  position: relative;
  transition: all 0.5s;
}
.banner_content {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 2;
}
.banner_content h1 {
  color: #fff;
  font-size: 42px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.banner_content ul {
  list-style-type: none;
  margin-bottom: 0px;
}
.banner_content ul li {
  display: inline-block;
  font-size: 16px;
  color: #e3e0e0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-right: 10px;
}
.banner_content ul li:first-child {
  border-right: 2px solid #e3e0e0;
  margin-right: 10px;
}
.content_btn {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.play_btn {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 10px 40px;
  background-color: #c2bfbf41;
  backdrop-filter: blur(5px);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s;
}
.play_btn i {
  padding-right: 8px;
}
.play_btn:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
}
.subscribe_btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c50d0d;
  background-color: #c2bfbf41;
  backdrop-filter: blur(5px);
  margin-left: 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s;
}
.subscribe_btn:hover {
  color: #c50d0d;
  text-decoration: none;
  transform: scale(1.1);
}
.gradient_box {
  width: 100%;
  height: 45%;
  background-image: linear-gradient(to bottom, #0000, #000);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.owl-dots {
  display: none;
}
.hero_banner .owl-next {
  position: absolute;
  top: 40%;
  right: 5%;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #060606a8 !important;
}
/* .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
} */
.hero_banner .owl-prev {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #060606a8 !important;
}

.hero_banner .owl-prev span {
  font-size: 60px !important;
  color: #fff;
  background-color: none !important;
  padding-bottom: 16px !important;
}
.hero_banner .owl-next span {
  font-size: 60px !important;
  color: #fff;
  background-color: none !important;
  padding-bottom: 16px !important;
}
.hero_banner .owl-prev:hover{
  background-color: #060606a8 !important;
}
.hero_banner .owl-next:hover{
  background-color: #060606a8 !important;
}


/*-------------- NAV-BAR-SECTION -------------*/
.nav_section {
  width: 100%;
  height: auto;
  /* position: fixed; */
  top: 15px;
  left: 0;
  z-index: 999;
}
.nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 15px 30px !important;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 20px;
  /* box-shadow: 0px 0px 30px -5px #fff; */
  /* update-css */
  position: relative;
}
.box_shadow{
  box-shadow: 0px 0px 30px -5px #fff;
}
.logo a {
  font-size: 20px;
  color: #c50d0d;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}
.right_menu ul {
  list-style-type: none;
  margin-bottom: 0px;
}
.right_menu ul li a {
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-right: 25px;
  text-decoration: none;
  transition: all 0.5s;
}
.right_menu ul li a:hover {
  color: #c50d0d;
  text-decoration: none;
}
.right_menu ul li {
  display: inline-block;
}
.right_menu ul li i {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.searchIcon {
  display: none;
}
.right_menu ul li .search_area input {
  width: 350px;
  height: 40px;
  background-color: #000000;
  border: 1px solid #888;
  outline: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 10px;
  margin-right: 15px;
}
.right_menu ul li .search_area input::placeholder {
  font-size: 16px;
  color: #b4b3b3;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.login_btn {
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.5s;
  margin-right: 25px;
}
.login_btn:hover {
  color: #c50d0d;
}
.search_area {
  position: relative;
}
.hideSearch {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
.hideSearch i {
  color: #fff;
  font-size: 16px;
}

/* -----------right_menu_position ------------*/
.right_menu_position {
  position: fixed;
  top: 10%;
  right: 3.5%;
  width: 18%;
  /* height: 100%; */
  height: auto;
  z-index: 9999;
  background-color: #202020c4;
  /* background-color: #000000; */
  backdrop-filter: blur(7px);
  padding: 30px 20px 30px 20px;
  border-radius: 15px;
  display: none;
  overflow-y: scroll;
  height: 75%;
}
.nav_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #b4b3b3;
  margin-bottom: 20px;
}
.nav_head h4 {
  color: #c50d0d;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.nav_head p {
  color: #fff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  cursor: pointer;
}
.nav_body {
  padding-bottom: 20px;
}
.nav_body ul {
  margin-bottom: 0px;
  list-style-type: none;
}
.nav_body ul li {
  margin-bottom: 20px;
}
.nav_body ul li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.nav_body ul li a i {
  padding-left: 5px;
}
.avaliable ul li a img {
  width: 30px;
  height: auto;
}
.avaliable p {
  font-size: 16px;
  color: #a6a3a3;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding-bottom: 8px;
}
.avaliable ul {
  margin-bottom: 0px;
  list-style-type: none;
}
.avaliable {
  padding-bottom: 8px;
  border-bottom: 1px solid #b4b3b3;
}
.social {
  border-top: 1px solid #b4b3b3;
}
.social ul {
  list-style-type: none;
  margin-bottom: 0px;
}
.social ul li {
  display: inline-block;
  margin-right: 10px;
}
.social ul li a {
  width: 35px;
  height: 35px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.social ul li a i {
  color: #fff;
  font-size: 18px;
}
.facebook_bg {
  background-color: #1877f2;
}
.whatapp_bg {
  background-color: #25d366;
}
.ingtagram-bg {
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.social p {
  font-size: 16px;
  color: #a6a3a3;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding-bottom: 8px;
  padding-top: 10px;
}

.subcategory {
  display: none;
  /* background-color: #121212c7; */
}
.subcategorybackgrond {
  background-color: #121212c7;
  padding: 8px 0px 5px 0px;
}

/*--------------- new-release -----------*/
.item_carousel h3 {
  font-size: 24px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.all_content .owl-stage-outer, .padding_left_carousel .owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content_poster {
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
/* .content_poster:hover {
  transform: translatey(10px);
} */
/* .content_poster:hover .item_name{
  opacity: 1;
}
.item_name{
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9;
  backdrop-filter: blur(8px);
  transition: all 0.6s;
  background-color: #0000004d;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
} */

.item_name{
  width: 90%;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -30%;
  margin-inline: auto;
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 1s 1s;
}
.content_poster:hover .item_name{
  animation: show-data 1s forwards;
  opacity: 1;
  transition: opacity .3s;
}
.content_poster:hover{
  animation: remove-overflow 2s forwards;
}
.content_poster:not(:hover){
  animation: show-overflow 2s forwards;
}
.content_poster:not(:hover) .item_name{
  animation: remove-data 1s forwards;
}
@keyframes show-data{
  50%{
    transform: translateY(-7rem);
  }
  100%{
    transform: translateY(-5rem);
  }
}
@keyframes remove-data{
  0%{
    transform: translateY(-5rem);
  }
  50%{
    transform: translateY(-7rem);
  }
  100%{
    transform: translateY(.5rem);
  }
}
@keyframes remove-overflow{
  to{
    overflow: initial;
  }
}
@keyframes show-overflow{
  0%{
    overflow: initial;
    pointer-events: none;
  }
  50%{
    overflow: hidden;
  }
}
.item_name h4{
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.content_poster img {
  border-radius: 8px;
}
.all_content, .padding_left_carousel {
  padding-left: 40px;
}
.poster {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.poster_carousel, .watch_later_cnt {
  padding-left: 40px;
}
.poster_carousel .owl-stage-outer, .watch_later_cnt .owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 20px;
}
/* -------------news-carousel--------- */
.news-carousel {
  padding-left: 40px;
}
.news-carousel .owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content_poster_news {
  transition: all 0.5s;
}
.content_poster_news:hover {
  transform: translateY(10px);
}

/*----------------- footer-section -----------*/
.footer-logo h3 {
  font-size: 45px;
  color: #c50d0d;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
}
.footer_menu ul {
  list-style-type: none;
  margin-bottom: 30px;
}
.footer_menu ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.footer_menu ul li a {
  color: #b4b3b3;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.footer_menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.copyright p {
  margin-bottom: 0px;
  font-size: 13px;
  color: #888;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.footer_section {
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 15px;
  background-image: linear-gradient(to bottom, #0000, #053b68);
}

/* click-top-top */
.clicktotop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  width: 40px;
  height: 40px;
  background-color: #c50d0d;
  color: #fff;
  z-index: 999;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.clicktotop i {
  font-size: 20px;
}
.clicktotop:hover {
  background-color: #890909;
}

/*------------ MODEL-SECTION-CSS ---------*/
#loginspace .modal-header {
  border-bottom: none;
  justify-content: end;
}
#loginspace .modal-header button {
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  background: none !important;
  border: none;
  outline: none;
  float: right;
}
#loginspace .modal-content {
  border-radius: 15px;
}
.background_model {
  background-color: #202020c4 !important;
  backdrop-filter: blur(7px) !important;
}
.login_right {
  padding-top: 14px;
  padding-bottom: 0px;
}
.login_right h4 {
  font-size: 24px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.login_right h6 {
  color: #fff;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.login_input_grp {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 90%;
  background-color: #000;
  border-radius: 5px;
}
.login_input_grp i {
  font-size: 24px;
  color: #fff;
  padding-left: 10px;
}
.login_input_grp .nine_one {
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.login_input_grp input {
  background-color: transparent;
  height: 45px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  padding-left: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  width: 100%;
}
.login_input_grp input::placeholder {
  font-size: 16px;
  color: #888;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.login-FOrm p {
  font-size: 14px;
  color: #888;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}
.login-FOrm button {
  width: 90%;
  height: 50px;
  background-image: linear-gradient(to left, #0079ff, #c50d0d);
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.password_input {
  margin-top: 10px;
  justify-content: space-between;
}
.apply_login {
  width: 90%;
  padding-top: 15px;
}
.apply_login p {
  font-size: 15px;
  color: #b4b3b3;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.apply_login p a {
  text-decoration: none;
  color: #0079ff;
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 6px;
}
/* .login_email {
  display: none;
} */
#final_btn {
  display: none;
}
#loginEmailbtn {
  display: none;
}
#emailotp {
  display: none;
}
#userlogin {
  display: none;
}
.login_email input {
  width: 90%;
  height: 50px;
  background-color: #000;
  border: none;
  outline: none;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-top: 10px;
}
.login_email input::placeholder {
  font-size: 16px;
  color: #888;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.apply_login small {
  color: #b4b3b3;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.tv_image {
  position: relative;
  margin-bottom: 50px;
}
.tv_image .tvback {
  margin-top: 35px;
}
.border_none {
  border-bottom: none !important;
  margin-top: 20px;
}
.tab_btn {
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
}
.tab_btn.active {
  color: #000 !important;
}

.tv_image_carousel {
  position: absolute;
  top: 48px;
  left: 12px;
  width: 96%;
  height: 305px;
  background-color: transparent;
}
.login-img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}
.carousel .left_btn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translatey(-50%);
  right: auto;
  opacity: 1;
  text-decoration: none;
}
.carousel .left_btn i {
  font-size: 24px;
  color: #fff;
}
.carousel .right_btn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  left: auto;
  opacity: 1;
  text-decoration: none;
}
.carousel .right_btn i {
  font-size: 24px;
  color: #fff;
}
/* otp-generate-css */
.otp_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.otp_flex input {
  width: 14%;
  height: 50px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background-color: #000;
  border: none;
  outline: none;
  border-radius: 6px;
}
.otp_flex input:focus {
  border: 1px solid #04a223;
  box-shadow: 0px 0px 7px 0px #04a223;
}

.otp_input p {
  font-size: 15px;
  color: #888;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  margin-bottom: 8px;
}
#otpForm {
  display: none;
}

/*---------------- CONTACT-MODEL-CSS -------------*/
#contactFormmodel .modal-header {
  border-bottom: none;
}
.contact_model_head {
  font-size: 20px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#contactFormmodel .modal-header button {
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  border: none;
  outline: none;
  background: none !important;
}
.contact_form_right {
  padding-bottom: 50px;
}
.contact_form_right p {
  font-size: 20px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 15px;
  text-transform: capitalize;
  padding-top: 35px;
}
#contactForm .frm_grp input {
  width: 90%;
  height: 43px;
  background-color: #101010;
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 17px;
  color: #e3e0e0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 12px;
}
#contactForm .frm_grp input::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  color: #a6a3a3;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
#contactForm .frm_grp textarea {
  width: 90%;
  height: 90px;
  background-color: #101010;
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 17px;
  color: #e3e0e0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 12px;
}
#contactForm .frm_grp textarea::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  color: #a6a3a3;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
#contactForm button {
  width: 40%;
  height: 45px;
  color: #fff;
  background-image: linear-gradient(to left, #0079ff, #c50d0d);
  border: none;
  outline: none;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  transition: all 0.5s;
  margin-bottom: 30px;
}
#contactForm button:hover {
  transform: scale(1.1);
}

/* ------------------PLAY-VIDEO-SECTION ---------------*/
.playvideo .play_back_img img {
  width: 100%;
  height: auto;
}
.playvideo .play_back_img {
  position: relative;
  overflow: hidden;
}
.gradient-play {
  position: absolute;
  width: 70%;
  height: 100%;
  background-image: linear-gradient(to right, #000, #0000);
  top: 0;
  left: 0;
}
.video_content {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 99;
  width: 100%;
}
.video_content h2 {
  font-size: 50px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.video_content p {
  font-size: 18px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  width: 30%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.video_content ul {
  margin-bottom: 0px;
  list-style-type: none;
}
.video_content ul li {
  display: block;
  padding-bottom: 6px;
  font-size: 16px;
  color: #b4b3b3;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.video_content ul li span {
  color: #fff;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
/* .video_content a {
  color: #fff;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 9px 50px;
  border-radius: 8px;
  background-image: linear-gradient(to left, #0079ff, #c50d0d);
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.5s;
}
.video_content a:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}
.video_content a i {
  padding-left: 5px;
} */

/* -------------privacypolicy---------- */
.privacypolicy {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding-top: 150px;
}
.privacy_head h3 {
  font-size: 28px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.privacy_main p {
  font-size: 18px;
  color: #b4b3b3;
  text-align: justify;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding-top: 30px;
}
.privacy_body h4 {
  font-size: 18px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-top: 15px;
}
.privacy_body p {
  font-size: 18px;
  color: #b4b3b3;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding-top: 10px;
  text-align: justify;
}

/* ------------------SUBSCRIBE-SECTION ---------------*/
.subscribe_banner {
  background-image: url(../images/login-2.jpg);
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blur {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.subscribe_head h4 {
  color: #fff;
  text-align: center;
  padding-top: 170px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0px;
}
.subscribe_head p {
  color: #b4b3b3;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-top: 8px;
}

.plan {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #202020c4;
  padding: 25px 0px 30px 0px;
  backdrop-filter: blur(5px);
  border-radius: 15px;
}
.plan form h5 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  text-align: center;
}
.plan form p {
  font-size: 18px;
  color: #020202;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #b4b3b3;
  cursor: pointer;
}
.planRS {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.plan-month {
  font-weight: 600;
}
.plan form ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-top: 20px;
}
.plan form ul li {
  display: block;
  font-size: 18px;
  color: #b4b3b3;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  cursor: pointer;
}
.plan form ul li i {
  padding-right: 5px;
}
.plan_value {
  font-weight: 600;
  padding-left: 5px;
}
.choose-plan .owl-dots {
  display: block;
}

.plan form button {
  width: 50%;
  height: 40px;
  border: none;
  outline: none;
  background-image: linear-gradient(75deg, #0079ff, #c50d0d);
  color: #fff;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 25%;
}
.plan form button i {
  padding-left: 5px;
}
.choose_plan-carousel {
  padding-top: 50px;
}

/* ==============VIDEO-PLAYER-CSS=========== */
.videoPlayercontainer {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.videoBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video_heading {
  display: flex;
  align-items: center;
}
.video_heading button {
  background-color: transparent;
  border: none;
  outline: none;
}
.video_heading button i {
  font-size: 24px;
  color: #fff;
}
.video_heading p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #fff;
  margin-left: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.video_heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
.back_nav {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #202020a2;
}

/* ---------down-nav-------- */
.down_nav {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 6px;
  left: 0;
  background-color: #202020a2;
}
.flex_box_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.left_area {
  display: flex;
  align-items: center;
}
.left_area button {
  background-color: transparent;
  border: none;
  outline: none;
  margin-right: 25px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.left_area button i {
  font-size: 24px;
  color: #fff;
}

.right_area {
  display: flex;
  align-items: center;
}
.right_area button {
  background-color: transparent;
  border: none;
  outline: none;
  margin-left: 25px;
  color: #fff;
}
.right_area button i {
  font-size: 24px;
  color: #fff;
}

/* video-haeding */
.videohead_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}
.videohead_flex h5 {
  color: #fff;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}
.videohead_flex button {
  background-color: transparent;
  border: none;
  outline: none;
}
.videohead_flex button i {
  color: #fff;
  font-size: 26px;
}
.logo a img {
  width: 140px;
  height: auto;
}
/* ----------page-loder--------- */
.page_loder {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999999;
} 
/* ----------page-loder--------- */
/* .page_loder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */
/* .page_loder img {
  width: 200px;
  height: auto;
} */

.top_videoplayer {
  padding-top: 1%;
}

/* SEARCH-FORM-FOR-WEBVIEW */
.search_output {
  border: 1px solid #262626;
  display: none;
  width: 100%;
  padding-left: 0px;
  height: 50vh;
  overflow-y: auto;
  position: absolute;
  background-color: #202020c4;
  backdrop-filter: blur(7px);
  top: 145%;
  left: 0%;
  border-radius: 20px;
  padding-top: 10px;
  z-index: 999;
}
.search_output li {
  display: block !important;
}
.searchlist {
  margin-top: 10px;
  margin-left: 25px;
}
.searchHref {
  margin-right: 12px;
  width: 85px;
  font-size: 16px;
  height: 48px;
  object-fit: cover;
}
.mobile_search {
  display: none;
  width: 100%;
  height: 50vh;
  overflow-y: scroll;
  list-style: none;
  margin-bottom: 0px;
  background-color: #000;
  padding-top: 10px;
  padding-left: 10px;
}
.mobile_search li a {
  color: #fff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.noResult {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.noResult img {
  width: 35%;
  height: auto;
}
.noResult li a {
  margin-right: 0px !important;
}

/*========== VIDEO_PALYER_CSS ========*/
.vdotopshw {
  height: 8%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  opacity: 1;
  transition: all 1s;
}

.vdotop {
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  transition: all 1s;
}

.watermark {
  height: 15%;
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  top: 50%;
  opacity: 0.25;
}

/*=========== NEW-VIDEO-PLAYER-CSS-STYLE========== */
@media screen and (max-width: 1024px) {
  .card-slider {
    width: 80%;
  }
}

.slider_wrapper .card-slider .slick-prev-icon,
.slider_wrapper .card-slider .slick-next-icon {
  color: black;
}

.slider_wrapper .card-slider .slick-slide {
  padding: 0 10px;
  width: 250px !important;
}

.slider_wrapper .card-slider .card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  height: 250px;
  border-radius: 3px;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  background-color: white;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.1s linear;
}

@media screen and (max-width: 600px) {
  .slider_wrapper .card-slider .card {
    height: auto;
  }
}

.slider_wrapper .card-slider .card .main-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.slider_wrapper .card-slider .card .main-link:focus {
  outline: none;
}

.slider_wrapper .card-slider .card .main-link:focus .title {
  outline: 3px dashed orange;
  outline-offset: -4px;
  color: royalblue;
  text-decoration: underline;
}

.slider_wrapper .card-slider .card .title {
  color: #000;
  margin: 0;
  padding: 10px 10px 5px 10px;
  font-size: 16px;
  font-weight: bold;
}

.slider_wrapper .card-slider .card .title:hover {
  text-decoration: underline;
}

.slider_wrapper .card-slider .card .image {
  /** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
  order: -1;
  position: relative;
  height: 100px;
  padding: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_wrapper .card-slider .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(0.5);
  transition: all 0.3s ease-in-out;
}

.slider_wrapper .card-slider .card .image:hover img {
  width: 110%;
  height: 110%;
}

.slider_wrapper .card-slider .card .description {
  margin: 7px 10px 15px 10px;
  font-size: 14px;
  opacity: 0.8;
}

.slider_wrapper .card-slider .card .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #c80000;
}

.slider_wrapper .card-slider .card .price {
  padding-left: 10px;
}

.slider_wrapper .card-slider .card .price .new-price {
  font-weight: bold;
}

.slider_wrapper .card-slider .card .price .original-price {
  margin-left: 5px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-decoration: line-through;
}

.slider_wrapper .card-slider .card .rating {
  margin: 10px 0 15px 10px;
  color: orange;
  font-size: 12px;
}

.slider_wrapper .card-slider .card .rating .reviews-link {
  color: rgba(0, 0, 0, 0.6);
  margin-left: 5px;
}

.slider_wrapper .card-slider .card .rating .reviews-link:hover {
  color: black;
}

.slider_wrapper .card-slider .card .rating .reviews-link:focus {
  color: royalblue;
  outline: 3px dotted royalblue;
  outline-offset: 2px;
}

.slider_wrapper .card-slider .card:hover {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.slider_wrapper .card-slider .card:hover .image img,
.slider_wrapper .card-slider .card:focus .image img {
  filter: grayscale(0);
}

.slider_wrapper .card-slider .card a:focus {
  outline: none;
}
.jw-title-primary,
.jw-title-secondary {
  overflow: visible !important;
}
/* card slider css ends here */
.jw-icon-cast,
.jw-settings-sharing,
.jw-icon-pip {
  display: none !important;
}
.jw-title-secondary {
  margin-left: 0em !important;
}
.jw-title-primary {
  margin-left: 0rem !important;
  margin-top: 0rem !important;
}
.slick-track {
  width: 100% !important;
}
.image img {
  object-fit: fill !important;
}
.align_row {
  align-items: center;
}

/* for back button  -- 13-04-24 */

.video_focus_section {
  position: relative;
  background-color: #000 !important;
}
.videoplayer_back {
  position: absolute !important;
  top: 14% !important;
  left: 5% !important;
  width: 45px !important;
  height: 45px !important;
}
.videoplayer_back a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000000c3;
  font-size: 25px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border: 2px solid #000;
}
.videoplayer_back a:hover {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
}

.history_back {
  position: absolute !important;
  width: 50px !important;
  height: 50px !important;
  top: 0% !important;
  left: 0% !important;
}
.history_back a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000000c3;
  font-size: 25px;
  text-decoration: none;
  transition: all 0.5s;
  border: 2px solid #000;
}
.history_back a:hover {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
}

#loginEmailbtn {
  position: relative;
  overflow: hidden;
}
#preloderemail {
  mix-blend-mode: color-burn;
  position: absolute;
  top: -7px;
  right: 31%;
  display: none;
}

/* update-css-18/04/2024 */
.edit_profile .editFormUsr h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.editFormUsr .in_group {
  margin-bottom: 15px;
}
.editFormUsr .in_group label {
  text-align: start !important;
  font-size: 16px;
  color: #fff;
  width: 90%;
  padding-bottom: 8px;
}
.editFormUsr .in_group input {
  width: 90%;
  height: 42px;
  background-color: #878585ba;
  border: 1px solid #878585;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}
.editFormUsr .in_group input::placeholder {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.editFormUsr .in_group select {
  width: 90%;
  height: 42px;
  background-color: transparent;
  border: 1px solid #878585;
  outline: none;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}
.avatar_txt {
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
}
.edit_profile_btn {
  width: 90%;
  height: 42px;
  background-color: #0079ff;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  border: none;
  outline: none;
  border-radius: 8px;
  margin-bottom: 20px;
}

.dropdown button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.dropdown-toggle::after {
  display: none !important;
}
.avaclbtn {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
}
.av_head {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
}
.av_modal_head {
  border-bottom: none !important;
  justify-content: end !important;
}
.av_img {
  width: 70%;
  height: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
#avatar-options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
#avatar-options .av-div {
  width: 22%;
}
.process {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  display: none;
}

/* GOURAB-CSS-START-HERE */
.resend {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 90%;
}

.resend a:hover {
  color: #0079ff !important;
}
/* GOURAB-CSS-END-HERE */

.avataractive {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
}
#waitingMsg {
  display: none;
}
#resendWaiting {
  display: none;
  font-size: 17px;
  color: #fff;
}
.boldOtp {
  color: #04a223;
}
.view_profile_modal {
  border-bottom: none !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.close_btn {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  font-family: "Lato", sans-serif !important;
  background-color: transparent !important;
  border: none;
}

.view_profile_modal h1 {
  color: #ffff;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Lato", sans-serif;
}

.usr_details p {
  color: #d6d2d2;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  padding-bottom: 6px;
  padding-top: 8px;
}
.usr_details input {
  width: 98%;
  height: 40px;
  background-color: transparent;
  border: 1px solid #979595;
  font-size: 16px;
  color: #d6d2d2;
  font-weight: 600 !important;
  font-family: "Lato", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
}
.usr_details input:focus {
  outline: none;
}
.plan_name {
  display: flex;
  align-items: center;
}
.plan_name p {
  color: #d6d2d2;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  padding-bottom: 6px;
  padding-top: 8px;
}
.plan_name span {
  color: #1877f2;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-left: 20px;
  padding-top: 5px;
}
.planP {
  padding-top: 10px;
}
.bt_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.transactionBtn {
  color: #101010;
  padding: 8px 10px;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background-color: #fff;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 10px;
}
.renewBtn {
  color: #101010;
  padding: 8px 10px;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background-color: #fff;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

/* transaction-history-page-css */
.light_theme {
  background-color: #fff !important;
}
.transac-head {
  margin-top: 70px;
}
.transac-head button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #0079ff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 17px;
  border: 2px solid #0079ff;
  padding: 5px 8px;
}
.transac-head button i {
  padding-right: 5px;
}
.transac-head h4 {
  font-size: 18px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 0px;
  margin-bottom: 25px;
}
.flex_transac {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0px 0px 23px -5px #888;
  border-radius: 10px;
  margin-top: 15px;
}
.trans_cnt {
  text-align: center;
}
.trans_cnt p {
  font-size: 17px;
  color: #0079ff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.trans_cnt h4 {
  font-size: 17px;
  color: #101010;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.profile_dropdown {
  display: none;
}
.hideSearch {
  display: none;
}
/*---------- 03-05-2024 ----------*/
.transac_body {
  margin-bottom: 30px;
}

.rent_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #202020ed;
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
  z-index: 9999;
  width: 20%;
  height: auto;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.rent_modal h3 {
  font-size: 26px;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  color: #eae8e8;
}
.rent_modal p {
  margin-bottom: 0px;
  margin-top: 20px;
  color: #000;
  background-color: #eae8e8;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.rent_modal ul {
  list-style-type: none;
  padding-left: 0px !important;
}
.rent_modal ul li {
  font-size: 17px;
  color: #eae8e8;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-top: 15px;
}
.rent_modal a {
  font-size: 17px;
  color: #fff;
  background-image: linear-gradient(75deg, #0079ff, #c50d0d);
  padding: 10px 30px;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}
.rent_modal a:hover {
  text-decoration: none;
  color: #fff;
}

/* ----subscribe-page------ */
.subscribe_banner .owl-prev {
  position: absolute;
  top: 34%;
  left: -7%;
}
.subscribe_banner .owl-prev span {
  font-size: 50px;
  color: #fff;
}
.subscribe_banner .owl-next {
  position: absolute;
  top: 34%;
  right: -7%;
}
.subscribe_banner .owl-next span {
  font-size: 50px;
  color: #fff;
}

.free_class::after {
  position: absolute;
  background-image: url(../images/ic-free.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 2px;
  right: -2px;
  content: "";
  width: 75px;
  height: 71px;
  z-index: 99;
  transform: rotate(90deg);
}


/* new-vod-player-style */
.movie_name{
  position: absolute !important;
  bottom: 25% !important; 
  left: 5% !important;
}
.movie_name h3{
  color: #dedcdc;
  font-size: 65px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.movie_name p{
    font-size: 18px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    width: 35%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.movie_name .vod_btn{
    color: #131313;
    font-size: 20px !important;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    background-color: #cbcbcb !important;
    background-image: none !important;
    text-transform: capitalize;
    padding: 15px 70px !important;
    border-radius: 10px !important;
    transition: all 0.5s;
    text-decoration: none;
}
.movie_name .vod_btn:hover{
  color: #131313 !important;
  text-decoration: none;
}
.gradient_color{
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 70% !important;
  height: 100% !important;
  background-image: linear-gradient(to right, black, transparent);
}

/* unmute-Btn */
.unmute_btn{
  position: absolute !important;
  right: 5% !important;
  bottom: 20% !important; 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer !important;
  z-index: 9999;
}

.unmute_btn i{
  color: #fff !important;
  font-size: 20px !important;
}

/* #player{
  object-fit: cover !important;
} */

/* logout-modal */
.logoutModal{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  background-color: #202020ed;
  z-index: 999;
  text-align: center;
  padding: 40px 10px;
  border-radius: 10px;
  display: none;
}
.logoutModal p{
  font-size: 20px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
.logout_btn_flx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logOutBtn{
  width: 40%;
  height: 40px;
  background-color: #d61929;
  border-radius: 10px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #d61929;
  margin-right: 10px;
  transition: all 0.5s;
}
.logOutBtn:hover{
  text-decoration: none;
  color: #d61929;
  background-color: transparent;
}

.skipLogOut{
  width: 40%;
  height: 40px;
  background-color: #0079ff;
  border-radius: 10px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
  margin-left: 10px;
  border: 2px solid #0079ff;
  transition: all 0.5s;
}
.skipLogOut:hover{
  text-decoration: none;
  color: #0079ff;
  background-color: transparent;
}

.swal-text {
  text-align: center;
}


/* shimmer-effect */
.shimmerbanner{
  width: 100%;
  height: 820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box{
  width: 33%;
  background-color: #fff;
  height: 100%;
}
.shimmerBG{
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(100deg, #191919 8%, #242424 18%, #1b1a1a 33%);
  background-size: 1200px 100%;
}

@-webkit-keyframes shimmer {
  0% {
      background-position: -100% 0;
  }
  100% {
      background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
      background-position: -1200px 0;
  }
  100% {
      background-position: 1200px 0;
  }
}

.contentShimmer{
  width: 100%;
  height: auto;
}
.text_shimmer{
  width: 15%;
  height: 30px;
  border-radius: 10px;
  margin-top: 10px;
}
.shimmer_flex_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.cnt_box{
  width: 12.2%;
  height: 320px;
  border-radius: 10px;
}

.cntboxflex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.imgBox{
  width: 12.2%;
  height: 320px;
  border-radius: 10px;
}


/* update-css-for-more-content */
.heading_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading_flex a{
  text-decoration: none;
  font-size: 18px;
  color: #0079ff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding-right: 5px;
  transition: all 0.5s;
}
.heading_flex a:hover {
  color: #0079ff;
  padding-right: 8px;
}
/* allmoviecardsection */
.allmoviecardsection{
  width: 100%;
  height: auto;
  margin-top: 5%;
  float: left;
}
.movie_heading h3{
  font-size: 24px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.relative_cls{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.movieCard{
  float: left;
  width: 20%;
  height: 530px;
  padding: 16px 10px;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.5s;
}
.movieCard:hover{
  transform: scale(1.1);
}
.movieCard:hover a img{
  border: 4px solid #fff;
}
.movieCard a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.5s;
}

/* viewchcard */
.widhchcard{
  float: left;
  width: 25%;
  height: 300px;
  padding: 16px 10px;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.5s;
}
.widhchcard:hover{
  transform: scale(1.1);
}
.widhchcard a img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: 8px;
  transition: all 0.5s;
  background-color: #fff;
}
.widhchcard:hover a img{
  border: 4px solid #fff;
}
.padding_left{
  padding-left: 40px;
}
/* red-Line */
.red_line{
  position: absolute;
  left: 0;
  bottom: 0;
  /* width: 70%; */
  background-color: #d20f0f;
  height: 2%;
}

.banner_height img{
  height: 200px;
  object-fit: cover;
}
.main_cont_name{
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  height: auto;
  padding: 8px 5px;
  backdrop-filter: blur(5px);
  background-color: #00000080;
}
.main_cont_name h4{
  font-size: 22px;
  color: #fff;
  margin-bottom: 0px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
}
.main_cont_name p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
}


.display_style{
  display: flex;
  align-items: center;
}


/*for continue watching owl_prev-and owl_next btn */
.padding_left_carousel .owl-prev{
  position: absolute;
  top: 40%;
  left: 2%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 35px !important;
  height: 35px !important;
  background-color: #000000a7 !important;
  z-index: 999 !important;
}
.padding_left_carousel .owl-prev:hover{
  background-color: #000000a7 !important;
}
.padding_left_carousel .owl-prev span{
  font-size: 40px !important;
  color: #fff;
  padding-bottom: 10px !important;
}
.padding_left_carousel .owl-next{
  position: absolute;
  top: 40%;
  right: 0%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 35px !important;
  height: 35px !important;
  background-color: #000000a7 !important;
  z-index: 999 !important;
}
.padding_left_carousel .owl-next:hover{
  background-color: #000000a7 !important;
}
.padding_left_carousel .owl-next span{
  font-size: 40px;
  color: #fff;
  padding-bottom: 10px !important;
}

/* episode-carousel-prev/next btn */
.episode_content .owl-prev{
  position: absolute;
  top: 30%;
  left: 0%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 35px !important;
  height: 35px !important;
  background-color: #000000a7 !important;
  z-index: 999 !important;
}
.episode_content .owl-prev:hover{
  background-color: #000000a7 !important;
}
.episode_content .owl-prev span{
  font-size: 40px !important;
  color: #fff;
  padding-bottom: 10px !important;
}
.episode_content .owl-next{
  position: absolute;
  top: 30%;
  right: 0%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 35px !important;
  height: 35px !important;
  background-color: #000000a7 !important;
  z-index: 999 !important;
}
.episode_content .owl-next:hover{
  background-color: #000000a7 !important;
}
.episode_content .owl-next span{
  font-size: 40px;
  color: #fff;
  padding-bottom: 10px !important;
}


/* Shimmr effect for Continue watching */
.cnt_box_bnr{
  width: 19.4%;
  height: 215px;
  border-radius: 10px;
}
/* new-update-css-for-show-more */
.cont_movie_name{
  position: absolute;
  width: 90%;
  height: auto;
  left: 5%;
  bottom: -80%;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  margin-bottom: 0px;
  text-align: center;
  font-size: 20px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  transition: all 0.5s;
  box-shadow: 0px 0px 18px -5px #080808;
}

.relative_cls:hover .cont_movie_name{
  bottom: 2%;
}

.colori{
  color: #04a223 !important;
}

.buttons{
  display: flex;
  align-items: center;
}
.watch_list_btn{
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.watch_list_btn:hover{
  text-decoration: none;
}
.watch_list_btn i{
  font-size: 24px;
  color: #fff;
}
.like_btn{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #fff;
  text-decoration: none;
  background-color: transparent;
  margin-left: 15px;
}
.like_btn i{
  font-size: 24px;
  color: #cb081b;
}

/* delete-watch-later-btn */
.dlt_btn{
  position: absolute;
  top: 2%;
  left: 3%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  border-radius: 8px;
  border: 1px solid #fff;
  transition: all 0.5s;
  background-color: #000000ab;
}
.dlt_btn i{
  font-size: 22px;
  color: #d60d2b;
}
.no_record{
  font-size: 25px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
  height: 55vh;
  padding-top: 25px;
}
/* start-custom-video-player-css */
.video-controls {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  top: auto !important;
  width: 100%;
  height: auto !important;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  z-index: 20;
  transition: opacity 0.3s;
}

.control-btn {
  font-size: 18px;
  color: #f1f1f1;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 10px;
  transition: color 0.3s;
}

.control-btn:hover {
  color: #ddd;
}

.seek-bar {
  flex-grow: 1;
  margin: 0 10px;
}

.seek-bar input {
  width: 100%;
}

.volume-bar {
  width: 100px;
}

#fullscreenBtn i {
  margin-left: 10px;
}

#previousMovieBtn,
#nextMovieBtn {
  display: none;
}

.volume-bar input{
  width: 100%;
}
.video-controls p{
  margin-bottom: 0px;
}
/* end-custom-video-player-css */

/* NEW-VIDEO-PLAYER-PAGE-CSS */
#player {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 0 !important;
}
.watch-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px;
}

.watch-content p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}

.sub_btn,
.rent_btn {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  background-color: #0d6be5;
  text-transform: capitalize;
  border-radius: 8px;
}

.box_active {
  border: 3px solid #03a9f4;
}


/* new-css-for-local-channel-image */
.local_channel{
  background-color: #fff;
}
.local_channel img{
  height: 202px;
  object-fit: fill;
}











 