/*
  Creation Date: 1 Jan 2022
  Description: A default stylesheet for Loophole - HTML Template.
  Version: 1.0
*/

/* =============== Colors Used =====================
Black: #030303 | #555 | #404043 | #444
Red: #e50914
Silver: #CCC | #E5E5E5 | #EEE
White:  #FFF | #ffffff
btn-secondary #5a6268

===================================================*/

/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-size: 12px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #030303;
  margin: 0;
}
a:hover,
a:focus {
  color: #030303;
  text-decoration: none;
}
a:active {
  color: #030303;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button:focus {
  outline: none;
  box-shadow: none;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
::-webkit-scrollbar-track {
  background-color: #2b2f35;
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 1px;
  height: 5px;
  background-color: #2b2f35;
  border-radius: 10px;

}

::-webkit-scrollbar-thumb {
  background-color: #53555b;
  height: 10px;
  border-radius: 10px;
}
.btn-primary,
.btn-secondary,
.btn-success,
.btn-info,
.btn-light,
.btn-dark,
.btn-danger {
  border: none;
  color: #f6f6f6;
}
.btn-light {
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-secondary {
  background-color: #999;
  border: 1px solid #888;
}
.btn-secondary:hover {
  background-color: #DBDBDB;
  color: #030303;
}
.btn-danger {
  background-color: rgba(237, 8, 0, 0.8);
  color: #fff;
}
.btn-danger:hover {
  background-color: rgba(237, 8, 0, 0.5);
  color:  #f6f6f6;
}
.form-control:focus,
.form-control:active {
  box-shadow: none;
}
input,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: transparent;
/*  border: 1px solid #404043;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 5px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: normal;
}
/* ================================= */
/*===== Topbar =====*/
/* ================================= */
#topbar {
  position: fixed;
  z-index: 9;
  background-color: #fff;
  top: 0;
}
.logo img {
  width: 100px;
  margin-right: 15px;
}
.upi-panel-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upi-panel-logo img {
  width: 250px;
}
.upi-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAF8FF;
  padding: 0 10px;
  margin: 0 10px;
  border-radius: 5px;
}
.upi-title h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 14px;
  color: #444444;
  text-transform: capitalize;
}
.upi-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  opacity: 0.8;
}
.upi-icons img {
  width: 35px;
  margin: 5px;
}
.card.upi-card-details {
  border: none;
/*  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
}
.upi-card-details .card-body {
  padding: 0 10px;
}
.upi-card-details h6 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 0;
}
.upi-card-details h6 strong {
  font-weight: 600;
  font-size: 18px;
  color: #007bff;
}
.upi-card-details .upi_id {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #FAF8FF;
  border-radius: 5px;
}
.upi-card-details .upi_id .copy-btn span {
  font-size: 25px;
  color: #007bff;
}
.qr-aleart-msg {
  color: #f12711;
  font-size: 10px;
  text-align: right;
}
.upi-card-details .upi_id h5 {
  font-size: 15px;

}
.topbar-main-block {
  left: 0;
  right: 0;
}
.topbar-main-block .shadow {
  -webkit-box-shadow: 0 2px 4px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(57, 63, 72, 0.3);
  box-shadow: 0 2px 4px rgba(57, 63, 72, 0.3);
}
.topbar-nav {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.topbar-content {
  width: 100%;
}
.topbar-nav li {
  padding: 0 10px;
}
.topbar-nav li a {
  color: #030303;
  font-weight: 500;
  font-size: 18px;
}
.topbar-nav li a:hover {
  color: #555;
}
@keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px)
  }
  80% {
    transform: translateZ(-10px) transLateY(0px)
  }
  100% {
    transform: translateZ(0px) transLateY(0px)
  }
}
.navbar-dropdown .dropdown-menu {
  top: 54px !important;
  left: auto !important;
  right: 0 !important;
  animation: downOut 300ms ease-in-out forwards;
  transform-origin: center center;
  padding: 0;
}
.navbar-dropdown .notification_dropdown {
  width: 300px;
}
.navbar-dropdown .profile_dropdown {
  width: 400px;
}
.navbar-dropdown .theme_dropdown {
  width: 200px;
}
.navbar-dropdown .notification-img {
  width: 100px;
}
.theme_dropdown .theme-icon {
  border-radius: 5px;
  width: 50px;
}
.navbar-dropdown .notification-link .details,
.navbar-dropdown .theme_dropdown .theme-name {
  padding: 0 10px;
  width: 100%;
  font-weight: 500;
}
.notification-link .details .header,
.notification-link .details .body,
.notification-link .details .age {
  font-size: 15px;
}
.navbar-dropdown .notification_dropdown a {
  border-bottom: 1px solid #e9ecef;
  display: block;
  padding: 5px;
}
.navbar-dropdown .notification_dropdown a:list-child {
  border-bottom: none;
}
.navbar-dropdown .notification_dropdown a:hover {
  background-color: #E5E5E5;
  color: #030300;
  border-radius: 5px;
}
.profile_dropdown .dropdown-item,
.theme_dropdown .dropdown-item {
  padding: 5px;
  font-size: 15px;
}
.profile_dropdown .dropdown-item:hover,
.theme_dropdown .dropdown-item:hover {
  background-color: #E5E5E5;
  color: #030303;
  border-radius: 5px;
}
.left-side-dropdown-menu {
  border-right: 1px  solid #CCC;
}
.left-side-dropdown-menu,
.right-side-dropdown-menu {
  width: 50%;
}
.left-side-menu-box,
.right-side-menu-box {
  padding: 10px;
}
.right-side-dropdown-menu .dropdown-item .plus-button {
  width: 32px;
  background-color: #ccc;
  border-radius: 50%;
  padding: 5px;
  margin-right: 0.5rem;
}

/*search button*/
.searchbox {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*width: 300px;*/
  height: 40px;
}
.searchbox .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  /*left: 0;*/
  width: 30px;
  height: 30px;
  /*background: crimson;*/
  /*border-radius: 50%;*/
  transition: all 0.5s;
  z-index: 4;
  /*box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);*/
}
.searchbox .search:hover {
  cursor: pointer;
}
.searchbox .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 12px;
  width: 10px;
  height: 2px;
  background: #030303;
  transform: rotate(45deg);
  transition: all 0.3s;
}
#nav-tabContent .qr {
  padding: 5px;
  border: 1px solid #007bff3d;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.searchbox .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #030303;
  transition: all 0.5s;
}
.searchbox input {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  /*left: 0;*/
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  color: #030303;
  border-radius: 5px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 5;
  border: 1px solid #ccc;
  font-weight: bolder;
  background-color: #eee;
}
.searchbox input:hover {
  cursor: pointer;
}
.searchbox input:focus {
  width: 300px;
  opacity: 1;
  cursor: text;
}
.searchbox input:focus ~ .search {
  /*right: -250px;*/
  /*background: #151515;*/
  z-index: 6;
}
.searchbox input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 20px;
}
.searchbox input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  border: none;
  background: #030303;
  border-radius: 0%;
  transform: rotate(-45deg);
}
.searchbox input::placeholder {
  color: #030303;
  opacity: 0.5;
  font-weight: bolder;
}


/*end search button*/

/* ================================= */
/*===== Main Slider =====*/
/* ================================= */
.main-slider-section {
  margin-top: 55px;
}
.main-slider-section .bottom-bg {
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  background: rgba(189, 195, 199, 0);
  background: -webkit-linear-gradient(to top, #E5E5E5, rgba(189, 195, 199, 0));
  background: linear-gradient(to top, #E5E5E5, rgba(189, 195, 199, 0));
}
.slider-item {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slider-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.slider-item:after {
  content: "";
  position: absolute;
  left: 0;
  width: 30vw;
  height: 28vw;
  min-width: 250px;
  min-height: 250px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(to top, #ffffff, rgba(255, 255, 255, 1));
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.3));
  border-top-right-radius: 5px;
  bottom: 0;
}
.slider-item-mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    6vh 0,
    6vh 61vh,
    44vh 61vh,
    44vh 6vh,
    6vh 6vh
  );  
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
  transition: all 0.5s ease;
  opacity: 0;
}
.main-slider-section .owl-item.active .slider-item-mask {
  transition: all 0.5s ease;
  transform: translate(30%, 0);
  opacity: 1;
}
.slider-item-mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  -webkit-transform-origin: 50% 16.5vh;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.5s ease;
}
.main-slider-section .owl-item.active .slider-item-mask-inner {
  transition: all 0.5s ease;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.slide-content {
  position: absolute;
  bottom: 12vw;
  left: 2vw;
  z-index: 2;
  width: auto;
}
.slide-content .slide-title {
  color: #000;
  text-transform: uppercase;
  font-size: 4vw;
}
.slide-content .slide-sub-title {
  color: #444;
  font-size: 2.5vw;
  display: flex;
  flex-wrap: initial;
  width: 24vw;
  min-width: 240px;
  margin-bottom: 1vw;
}
.slide-content .slide-sub-title .point {
  position: relative;
  margin-right: 10px;
}
.slide-content .slide-sub-title .point:before {
  position: inherit;
  top: -9px;
  content: ".";
  color: #030303;
  left: -3px;
}
.slide-btn-group {
  display: flex;
}
.slide-btn-group .btn {
  position: relative;
  border-radius: 5px;
  padding: 2px;
}
.slide-btn-group .btn span {
  font-size: 2vw;
}
.slide-btn-group .btn .text {
  padding: 0 10px;
}
.main-slider-section .owl-nav {
  width: auto;
  position: absolute;
  bottom: 5vw;
  left: 2vw;
  text-align: left;
}
.main-slider-section .owl-nav button:first-child {
  margin-right: 10px !important;
}
.main-slider-section .owl-nav button {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #999 !important;
  border-radius: 5px !important;
  color: #030303 !important;
  font-size: 50px !important;
  line-height: 0 !important;
  margin: 0 !important;
}
.main-slider-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
}
.main-slider-section .owl-nav button span {
  position: relative;
  top: -3px;
}

/*main sub slider*/
 .main-sub-slider {
  position: relative;
 }
 .main-sub-slider .sub-header-title {
  margin-left: 2vw;
 }
.main-sub-slider .see-more {
  margin-left: 8px;
  font-size: 13px;
}
.main-sub-slider .slider {  
  width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
  white-space: nowrap;
  position: relative;
  padding-top: 12px;
  padding-bottom: 200px;
}
.main-sub-slider .slider::-webkit-scrollbar {
  display: none;
}

.main-sub-slider .movie {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}

.main-sub-slider .movie:nth-of-type(1) {
  margin-left: 2vw;
}

.main-sub-slider .movie img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}


.main-sub-slider .description {
  position: absolute;
  display: none;
  z-index: 2;
  background-image: linear-gradient(to top right, #ccc, #fff);
  margin-top: -10px;
  padding: 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-sub-slider .description .title {
  color: #444;
  font-size: 20px;
}
.main-sub-slider .description .sub-title {
  color: #333;
  font-size: 16px;
  margin: 5px  0;
}
.main-sub-slider .description .details {
  font-size: 14px;
  margin-bottom: 10px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #111;
}
.main-sub-slider .description .action  {
  border: 1px solid #ccc;
  padding: 0 9px 0 0;
  border-radius: 2px;
  color: #222;
  background-color: #ccc;
}
.main-sub-slider .description .action:hover {
  background-color: #fff;
}
.main-sub-slider .description .action .play-action,
.main-sub-slider .description .action .add-to-watchlist {
  display: flex;
  align-items: center;
  color: #111;
}
.main-sub-slider .description .action .play-action:hover,
.main-sub-slider .description .action .add-to-watchlist:hover  {
  color: #555;
}
.main-sub-slider .movie:hover {
  transform: scale(1.13);
  z-index: 2;
}
.main-sub-slider .movie:hover > .description {
  display: block;
  padding: 12px;
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  border-left: 2px solid #111;
}
.main-sub-slider .movie:hover > img {
  border-top: 2px solid #030303;
  border-left: 2px solid #030303;
  border-right: 2px solid #030303;
}
.btn-nav {
  width: 2vw;
  height: 163px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  outline: none;
  border: none;
  color: white;
  top: 40px;
  z-index: 9;
  visibility: hidden;
}
#moveLeft {
  left: 0;
}
#moveRight {
  right: 0;
}
@media only screen and (max-width: 900px) {
  .btn-nav {
    display: none;
  }
  .main-sub-slider .movie:hover {
    transform: scale(1);
  }
  .main-sub-slider .movie:hover > .description {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .main-sub-slider:hover .btn-nav {
    visibility: visible;
  }
}





/*end main sub slider*/

/*top ten movie*/
.top-ten-movie {
  padding: 0 2vw;
  margin-top: -200px;
}
.top-ten-movie .left-side-slider {
  width: 70%;
  position: relative;
  text-align: center;
  color: white;
  border-radius: 5px;
  overflow: hidden;
}
.top-ten-movie .left-side-slider img {
  width: 100%;
  height: 100%;
}
.top-ten-movie .left-side-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8),  rgba(0, 0, 0, 1));
  background-size: cover;
}
.top-ten-movie .left-side-slider .left-to-right {
  position: absolute;
  bottom: 0;
  transform: translateY(-4vw);
  z-index: 2;
  padding-left: 5vw;
}
.top-ten-movie .top-ten-movie-title {
  color: #555;
}
.top-ten-movie .movie-title {
  color: #fff;
  margin-bottom: 8px;
  text-align: left;
}
.top-ten-movie .top-ten-sub-info {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 500;
}
.top-ten-movie .group-info {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.top-ten-movie .group-btn-info {
  display: flex;
  align-items: center;
}
.top-ten-movie .group-btn-info img {
  width: 22px
}
.top-ten-movie .group-btn-info .play {
  background-color: #fff;
  padding: 3px 10px; 
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
}
.top-ten-movie .group-btn-info .play:hover {
  background-color: #e2e6ea;
}
.top-ten-movie .group-btn-info .play span {
  color: #030303;
  font-size: 22px;
  margin-left: 5px;
}
.top-ten-movie .group-btn-info .plus,
.top-ten-movie .group-btn-info .info {
  padding: 8px;
  background-color: #999;
  border-radius: 5px;
  margin-left: 10px;
}
.top-ten-movie .group-btn-info .plus:hover,
.top-ten-movie .group-btn-info .info:hover {
  background-color: #888;
  filter: invert(1);
}
.top-ten-movie .top-ten-sub-info-btn {
  padding: 0px 8px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}
.top-ten-movie .right-side-slider {
  width: 30%;
  /*margin-left: %;*/
  position: relative;
}
.top-ten-movie .right-side-slider .movie-items {
  display: flex;
  justify-content: between;
  align-items: center;
  flex-wrap: wrap;
}
.top-ten-movie .right-side-slider .top-ten-movie-item {
  width: 50%;
  text-align: center;
  padding: 5px;
  position: relative;
  transition: transform 0.5s;
}
.top-ten-movie .right-side-slider .top-ten-movie-item .movie-item {
  overflow: hidden;
  border-radius: 5px;
}
.top-ten-movie .right-side-slider .top-ten-movie-item:active {
   transform: scale(0.9);
}
.top-ten-movie .right-side-slider .top-ten-movie-item h3 {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
  background-size: cover;
  padding: 4px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
 }
.top-ten-movie .right-side-slider .top-ten-movie-item img {
  width: 100%;
}
/*end main sub slider*/
.mobile-nav {
  display: none;
}
/* ================================= */
/*===== Detail Page =====*/
/* ================================= */

.main-detail-block .detail-block {
  height: 70vh;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-detail-block .detail-block .detail-content {
  position: absolute;
  bottom: 200px;
  left: 50px;
  z-index: 2;
  width: 41%;
}
.main-detail-block .detail-block .detail-title {
  color: #fff;
}
.main-detail-block .detail-meta-block {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
  font-weight: 500;
}
.main-detail-block .detail-block p {
  font-size: 22px;
}
.main-detail-block .detail-block .description {
  font-size: 22px;
  margin-bottom: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.8);
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 400px;
  font-weight: 400;
}
.card-bottom-button {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.main-detail-block .detail-block .action-holder {
  position: absolute;
  bottom: 15px;
  left: 50px;
  z-index: 2;
  width: 41%;
  display: flex;
  justify-content: space-between;
}
.main-detail-block .detail-block .action-holder a {
  padding: 30px 0;
}
.main-detail-block .detail-block .action-holder .material-icons {
  height: 40px;
  width: 40px;
  font-size: 40px;
  margin-right: 27px;
}
.main-detail-block .detail-block .action-holder .action {
  display: flex;
  vertical-align: middle;
}
.main-detail-block .detail-block .action-holder .action .action-content {
  font-size: 30px;
  margin-left: 15px;
}
.main-detail-block .watch-share {
  display: flex;
  text-align: center;
  padding: 20px 0;
}
.main-detail-block .watch-share .watchlist-holder {
  cursor: pointer;
  display: inline-block;
}
.main-detail-block .watch-share p {
  margin: 0;
  padding: 0;
}
.main-detail-block .watch-share .watchlist-holder .icon {
  font-size: 23px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
.main-detail-block .watch-share .social-holder .icon {
  font-size: 23px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
.main-detail-block .watch-share .icon-title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  white-space: initial;
}

.main-detail-block .mobile-detail-content {
  display: none;
}
.mobile-watch-share {
  display: none;
}

/* ================================= */
/*===== Sign up - Sign in =====*/
/* ================================= */

.sign-in-page {
  height: 100vh;
  position: relative;
/*  background: url(../images/login/login.jpg) no-repeat scroll 0 0;*/
  background-size: cover;
  background-color: #fff
}

.sign-in-page .height-self-center {
  height: 100vh;
  border-radius: 15px;
}

.sign-in-page-data {
  border-radius: 15px;
}
.sign-in-page-data .tab-pane a {
  padding: 10px;
}
.pay-instantly h6 {
  color: #555;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}
.pay-instantly h6 span {
  color: #007bff;
}
.powred-by-upi {
  margin-top: 20px;
}
.powred-by-upi img {
  width: 110px;
}

.sign-in-page .btn {
  padding: 5px;
  border-radius: 5px;
}
.sign-in-title {
  font-size: 3.369em;
  font-weight: 500;
  color: #ffffff;
}
.sign-user_card {
  position: relative;
  background: #fff;
  margin: 10px 0;
  box-shadow: 0px 0 5px 0 rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 5px;
  padding: 10px 0;
}

.sign-in-page .form-control {
  color: #030303;
}
.sign-in-page .form-control:focus {
  background: #f6f6f6;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.sign-info label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999;
}
.f-link:hover {
  color: #d9d5d5;
}
.video-streaming {
  position: relative;
  height: 100%;
  width: 100%;
}
.video {
  display: block;
  width: 100%;
  height: 100%;
}

/* ================================= */
/*===== pricing page =====*/
/* ================================= */

.main-pricing-block .pricing-block {
  height: 70vh;
  background-size: cover;
  background-position: top;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-pricing-block .pricing-block .pricing-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.main-pricing-block .pricing-block .pricing-title {
  color: #ffffff;
}
.main-pricing-block .pricing-block .description {
  font-size: 22px;
  margin-bottom: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.8);
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 400px;
  font-weight: 400;
}

.price-main-block {
  margin-top: -230px;
  padding-bottom: 50px;
}
.price-card {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 30px 30px 30px 30px;
  position: relative;
  background-color: #303030;
  color: #56575b;
  margin: 15px;
}
.price-card .card-body {
  padding: 2.95rem;
}
.price-card .plan-name {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.pricing-btn {
  font-size: 22px;
  margin-top: 15px;
  padding: 25px 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 15px;
  background-color: #e50914;
  border-radius: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5), 0 10px 10px rgba(0, 0, 0, 0.5);
}
.price-per-month {
  display: inline-block;
  margin-top: 50px;
}
.price-per-month sup {
  top: -0.7em;
}
.price-per-month .price-unit {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}
.price-per-month .price {
  color: #e50914;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 800;
}
.price-per-month .per-month {
  color: #d1d1d1;
  margin-top: 8px;
}
.price-card .price-detail {
  margin-top: 40px;
  margin-bottom: 40px;
}
.price-card .price-detail p {
  font-size: 15px;
  color: #ccc;
  line-height: 20px;
}
.price-card .price-btn {
  margin-bottom: -60px;
}
.price-card .price-btn .btn-danger {
  background: #e50914;
  border-radius: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5), 0 10px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding: 5px 30px;
}
.plan-detail {
  margin-top: 20%;
}
.plan-detail .plan-title h3 {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.plan-detail .plan-sub-detail {
  color: #dddddd;
}
.plan-detail .plan-sub-detail ul li {
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer {
  text-align: center;
  background-color: #EEE;
  padding: 10px;
}
.footer-link ul {
  display: inline-flex;
}
.footer-link ul li {
  padding: 0 6px;
}
.footer-link ul li a {
  color: #e50914;
}
.footer-link ul li p {
  color: #030303;
}

/* ================================= */
/*===== Responsive =====*/
/* ================================= */

/*main Slider*/
@media (max-width: 1024px) {
  .slider-item:after {
    width: 50vw;
    height: 50vw;
  }
  .slide-content .slide-title {
    font-size: 8vw;
  }
  .slide-content .slide-sub-title {
    width: 45vw;
    font-size: 5vw;
  }
  .slide-btn-group .btn span {
    font-size: 4vw;
  }
  .main-slider-section .owl-nav {
    bottom: 4vw;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sign-in-page .btn {
    padding: 5px;
  }
 
  .searchbox {
    position:  absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .searchbox input:focus {
    position:  relative;
    width: 100%;
  }
  .searchbox .search {
    right: 10px;
  }
  .topbar-nav .hide-on-small {
    display: none;
  }



  .top-ten-movie {
    padding: 0 5px;
  }

  .top-ten-movie .left-side-slider {
    width: 100%;
  }
  .top-ten-movie .right-side-slider {
    width: 100%;
  }
  .top-ten-movie .right-side-slider .movie-items {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .top-ten-movie .right-side-slider .top-ten-movie-item {
    width: auto;
  }
 .top-ten-movie .right-side-slider .top-ten-movie-item .movie-item {
    width: 200px;
 }


    /* ================================= */
    /*===== Mobile Navigation =====*/
    /* ================================= */

  .mobile-menu-button {
    width: 50px;
    height: 55px;
    position: relative;
    z-index: 1;
  }
  .mobile-menu-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
  }
  .mobile-menu-button span,
  .mobile-menu-button span::before,
  .mobile-menu-button span::after {
    width: 22px;
    height: 2px;
    background-color: #030303;
    transition-duration: 0.3s;
  }
  .mobile-menu-button span::before,
  .mobile-menu-button span::after {
    position: absolute;
    content: "";
  }
  .mobile-menu-button span::before {
    top: -7px;
  }
  .mobile-menu-button span::after {
    top: 7px;
  }
  .mobile-menu-button.clicked span {
    background-color: transparent;
  }
  .mobile-menu-button.clicked span::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu-button.clicked span::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .mobile-menu-button.clicked span:before,
  .mobile-menu-button.clicked span:after {
    background-color: #030303;
  }
  .mobile-menu-button:hover {
    cursor: pointer;
  }

  .mobile-nav {
    background-color: #fff;
    display: block;
    position: fixed;
    z-index: 0;
    top: 55px;
    border-top: 1px solid #030303;
    left: 0;
    height: 100%;
    max-width: 350px;
    width: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .mobile-nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .mobile-nav .nav-link {
    padding: 0rem 0.5rem;
  }
  .mobile-nav .nav-link .nav-icon {
    font-size: 20px;
  }
  .mobile-nav .nav-link .nav-item {
    padding: 0 0px 0 20px;
    font-size: 16px;
  }

  .mobile-nav.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  .mobile-nav.show ul.main li:nth-child(1) {
    transition-delay: 0.15s;
  }
  .mobile-nav.show ul.main li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .mobile-nav.show ul.main li:nth-child(3) {
    transition-delay: 0.45s;
  }
  .mobile-nav.show ul.main li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .mobile-nav.show ul.main li:nth-child(5) {
    transition-delay: 0.75s;
  }
  /*Main slider*/
  .slide-content .slide-title {
    font-size: 6vw;
  }
  .slide-content .slide-sub-title {
    font-size: 3.5vw;
  }
  .slide-btn-group .btn span {
    font-size: 3vw;
  }
  .slide-content {
    bottom: 18vw;
  }

  .main-detail-block .detail-block .detail-content {
    display: none;
  }

  .main-detail-block .mobile-detail-content {
    display: block;
  }
  .mobile-detail {
    padding: 20px 20px;
  }
  .mobile-detail .mobile-detail-title {
    color: #fff;
    font-size: 30px;
  }
  .mobile-detail .mobile-detail-meta-block {
    display: flex;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
    font-weight: 500;
  }
  .mobile-detail .mobile-description {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.8);
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 400px;
    font-weight: 400;
  }
  .main-detail-block .detail-block .action-holder .watch-share {
    display: none;
  }
  .mobile-watch-share {
    display: flex;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-watch-share p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
  }
 
  .main-pricing-block .pricing-block h1 {
    font-size: 32px;
  }
  .main-pricing-block .pricing-block .description {
    font-size: 18px;
  }
}
@media (min-width: 667px) {
  .mobile-nav {
    padding: 70px 10px 10px 20px;
  }
}
.mobile-nav ul.main {
  list-style-type: none;
}
.mobile-nav ul.main li {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav ul.main li:last-of-type {
  margin-bottom: 0px;
}
.mobile-nav ul.main li a {
  color: #030303;
  text-decoration: none;
  font-size: 14px;
  display: block;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.mobile-nav ul.main li a:hover {
  background-color: #E5E5E5;
}
.mobile-nav ul.main li a:hover::before {
  content: "";
  position: absolute;
  height: 20px;
  border-left: 3px solid red;
  top: 5px;
  border-radius: 5px;
}
.mobile-nav .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav .about p {
  color: #ffffff;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}
.mobile-nav .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #b7ac7f;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mobile-nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
.mobile-nav .social a:last-of-type {
  margin-right: 0px;
}
.mobile-nav .social a:hover svg path,
.mobile-nav .social a:hover svg circle {
  fill: #b7ac7f;
}
.mobile-nav .social a svg {
  width: 100%;
  height: 100%;
}
.mobile-nav .social a svg path,
.mobile-nav .social a svg circle {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav ul.sub li {
  margin-bottom: 10px;
}
.mobile-nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}
.mobile-nav ul.sub li a {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav ul.sub li a:hover {
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 600px) {
  .topbar-main-block {
    height: 55px;
  }
  .topbar-content {
    padding-right: 0px;
    height: 55px;
  }
  .topbar-nav.hide-on-small {
    display: none;
  }
  .topbar-button {
    width: 100px;
  }
  .topbar-button .btn-primary {
    padding: 8px 15px 6px;
    background-color: #c51a1b;
  }  
}
@media (max-width: 450px) {
  .slide-content {
    bottom: 20vw;
  }
  .slider-item {
    height: 70vh;
  }
  .slide-content .slide-title {
    font-size: 8vw;
  }
  .slide-content .slide-sub-title {
    font-size: 5vw;
  }
  .slide-btn-group .btn span {
    font-size: 4vw;
    font-weight: 600;
  }
  .main-slider-section .owl-nav {
    bottom: 4vw;
  }
  .main-slider-section .owl-nav button {
    width: 30px !important;
    height: 30px !important;
    font-size: 35px !important;
  }
}
/* ================================= */
/*===== Slider carousel  =====*/
/* ================================= */
/* sliders container */
#go-to-top {
  display: inline-block;
  background-color: #030303;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#go-to-top span {
  color: #FFF;
  padding-top: 8px;
}
#go-to-top:hover {
  cursor: pointer;
  background-color: #E5E5E5;
}
#go-to-top:active {
  background-color: #E5E5E5;
}
#go-to-top span:hover,
#go-to-top span:active {
  color: #030303;
}

#go-to-top.show {
  opacity: 1;
  visibility: visible;
}
#go-to-top {
    margin: 30px;
  }



/*Hooper slider*/
.hooper-list {
  background-color: transparent;
}
.hooper-navigation {
  text-align: center !important;
} 
.hooper-navigation.is-vertical .hooper-prev,
.hooper-navigation.is-vertical .hooper-next {
  right: auto !important;
}
/*End Hooper slider*/



.form-switch .form-check-input {
  width: 3em !important;
}





.order-id-block {
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
}
.order-id-block .pervious {
  font-size: 15px;
  color: #f12711;
}
.order-id-block h6 {
  font-size: 15px;
  font-weight: 600;
  color: #555;
}
.order-id-block .order-id {
  text-transform: lowercase;
  color: #666;
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
}
.submit-btn {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.upi-id-block {
  background-color: rgba(40, 167, 69, 0.2);
  padding: 4px;
  font-size: 18px;
  border-radius: 5px;
}
.upi-id-block h5 {
  font-weight: 500;
  color: blue;
  padding-left: 6px;
}
.vuejs-countdown {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.vuejs-countdown li:first-child,
.vuejs-countdown li .text {
  display: none !important;
}
.vuejs-countdown .digit {
  color: #007bff !important;
  font-size: 27px !important;
}
.vuejs-countdown li:after {
  top: -3px !important;
  right: -12px !important;
  font-size: 27px !important;
  color: #007bff !important;
}
.sign-user_card .overlay-bg {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sign-user_card .overlay-bg h3 {
  font-size: 40px;
}
.sign-user_card .overlay-bg h3.success {
  color: rgba(40, 167, 69, 1);  
}
.sign-user_card .overlay-bg h3.expired {
  color: #FF6347;
}
.sign-user_card .overlay-bg h3.invalid {
  color: #FFCC00;
}
.sign-user_card .overlay-bg .center {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sign-user_card .overlay-bg div h5 {
  font-weight: 400;
  margin-top: 5px;
  font-size: 18px;
}
.modal-content {
  overflow-x: scroll;
}
.text-primary {
  color: #318CE7 !important;
}
.sign-user_card .overlay-bg div a {
  font-size: 16px;
  color: #318CE7;
  cursor: pointer;
  text-decoration: underline;
}



.border-gradient {
  border: 1px solid #eee;
/*  border-image-slice: 1;*/
/*  border-width: 2px;*/
/*  border-image-source: linear-gradient(to right, #93291E, #ED213A);*/
  letter-spacing: 2px;
  font-size: 15px;
  height: 38px !important;
}

.utr-text {
  color: #c31432;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;  
}
.protection {
/*  border: 1px solid #c31432;*/
  margin-top: 10px;
  padding: 10px;
  background-color: #effdf1;
  border-radius: 5px;
  margin: 0 10px;
}
.protection .antivirus {
  width: 80px;
  column-gap: 10px;
}
.protection h5 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.protection ul {
  list-style: inside;
  color: #666666;
  font-size: 11px;
}
.protection img {
  width: 70%;
}
.protection h6 {
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: 800;
}




