/********** Template CSS **********/
:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{


overflow-x:hidden;
}
.language-grid  .checkbox-group {
      display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
    }

  .language-grid   .checkbox-box {
  flex: 1 1 calc(20% - 10px); /* 5 items per row with 10px gap */
  min-width: 50px; /* Prevents being too small on very narrow screens */
  box-sizing: border-box;
  padding: 12px;
  background: linear-gradient(145deg, #a9016d, #740182);
  border-radius: 0px;
  color: white;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
    }

   .language-grid  .checkbox-box input[type="checkbox"] {
      display: none;
    }

   .language-grid  .checkbox-box.checked {
      background: #740182;
    }

      .slider2 {
    width: 100vw;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  touch-action: manipulation;
    }

   .slider2 .slide {
     position: absolute;
  width: 100%;
  height: 100%; 
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
    }

.slider2 .controls button {
      background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 20px;
    /* padding: 10px; */
    border-radius: 50%;
    user-select: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.watch{
      border-radius: 35px;
    background-image: linear-gradient(to right, #a9016d, #740182);
    border: none;
    padding: 8px 15px;
    /* width: 40%; */
    margin: 10px 0px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}
    .slide.active {
      opacity: 1;
      z-index: 1;
    }

    .progress-indicator {
 display: flex;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  padding: 0 10px;
  z-index: 10;
  gap: 5px;
}

.progress-bar {
 flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  border-radius: 2px;
}

.progress-bar-inner {
   height: 100%;
  width: 0%;
  background-color: white;
  transition: width 0.4s ease;
} 

    .bottom-gradient {
 position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  box-sizing: border-box;
}

.gradient-text {
  color: white;
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 50px;
}

.gradient-text h3 {
  margin: 0;
  font-weight: 600;
}

.gradient-text p {
  margin: 4px 0 0;
  font-size: 12px;
color:#fff;
}
/* Controls */
.controls {
   position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0 20px;
  box-sizing: border-box;
  opacity: 1;
  pointer-events: none;
}
.nav-control {
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: all;
}

.controls button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 50%;
  cursor: pointer;
}
.controls span {
  margin-top: 8px;
  color: white;
  font-size: 14px;
}
    .fade-screen {
      position: absolute;
      background: rgba(0, 0, 0, 0.4);
      height: 100%;
      width: 100%;
      display: none;
      z-index: 3;
    }

   
.filter{
  margin-top: 0px;
}
.cont1{

    background: #3e3851;
    padding:9px 15px;
        margin: 20px 0px;
}
.content-pricing .show-title h4{
  font-size: 14px;
  font-weight: normal;
 
}
.checkbox-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 12px;
  }

  /* Hide default checkbox style */
  .custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    background-color:#ad2a98;;
    border: 2px solid #fff; 
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
  }
  .clear{
    background: none;
    border: 2px solid #a9016d;
    border-radius: 35px;
    color: #fff;
    font-size: 14px ;
    padding: 5px 35px;
  }
   .apply{
   background: #a9016d;
     border: 2px solid #a9016d;
    border-radius: 35px;
    color: #fff;
    font-size: 14px ;
    padding: 5px 35px;
  }

  /* When checked: still red background, but white checkmark */
 .content-pricing .custom-checkbox:checked::after {
       content: '\2713';
    color: white;
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 4px;
  }
   .content-pricing   .radio-group {
      display: flex;
      gap: 16px;
      justify-content: center;
          
    text-align: center;

    }
    .proceed{
      background: #a9016d;
    border: 2px solid #a9016d;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    width: 50%;
    }
    .cancel{
    background: none;
    border: 2px solid #a9016d;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    width: 50%;
  }
  .bottom-proceed{
    justify-content: center;
    gap:16px;
  }
       .image-box {
      position: relative;
      cursor: pointer;
      transition: opacity 0.3s ease;
    }
        .image-gallery {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .image-box img {
      width: 50px;
      height: auto;
      border-radius:0px;
      display: block;
    }

    .image-box.faded {
      opacity: 0.4;
    }
    .source-right a{
      padding: 0px 10px;
      border-right: 1px solid#fff;
    }
    .source-right a:first-child{
      border-right:0px none;
    }

     .content-pricing  .radio-box {
         display: inline-block;
    padding: 9px 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    user-select: none;
    font-size: 12px;
    background: none;
    border: 2px solid #a9016d;
    width: 50%;
    }

    .content-pricing   .radio-box input[type="radio"] {
      display: none;
    }

     .content-pricing  .radio-box.checked {
         background: linear-gradient(145deg, #a9016d, #740182);

      color: #fff;
      border-color: #740182;
    }
         .content-pricing   .checkbox-group {
      display: flex;
      gap: 16px;
      justify-content: center;
    }

         .content-pricing   .checkbox-box {
    display: inline-block;
    padding: 9px 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    user-select: none;
    font-size: 12px;
    background: none;
    border: 2px solid #a9016d;
    width: 50%;
    text-align: center;
    }

         .content-pricing   .checkbox-box input[type="checkbox"] {
      display: none;
    }

         .content-pricing   .checkbox-box.checked {
     background: linear-gradient(145deg, #a9016d, #740182);
      color: #fff;
     border-color: #740182;
    }
.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  z-index: 3;
}
   .filter-container {
      position: relative;
      display: inline-block;
    }
    .popup-btn  .modal {
      position: absolute;
      top: 60%;
      right: 0;
      margin-top: 10px;
     height: auto; 
     padding: 15px;
   
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      display: none;
      z-index: 10;
      min-width: 200px;
      background: #373851;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #ad2a98;
    
    }

     .checkbox-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .checkbox-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #ad2a98; /* Optional: color of the checkbox when checked */
  }

    .popup-btn .modal.show {
      display: block;
    }
        .filter-btn{
          background: #740182;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-top: -12px;
    border: none;
    }
.play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}

.play-button:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: scale(1.1);
}    
    .custom-slider-wrapper {
      position: relative;
      max-width: 800px;
      margin: auto;
     
    }

    .custom-slider-wrapper .carousel-inner {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }

    .custom-slider-wrapper .carousel-item {
      min-width: 100%;
      flex-shrink: 0;
    }

    .custom-slider-wrapper .carousel-controls {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
    }

    .custom-slider-wrapper .carousel-control-text {
      color: #000;
      font-weight: bold;
      font-size: 1rem;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 6px 10px;
      border-radius: 5px;
      user-select: none;
    }

    .custom-slider-wrapper .slide-indicator {
      color: #000;
      font-size: 1rem;
      font-weight: 600;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 6px 12px;
      border-radius: 5px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
.epiosde-box{
  background: #373851;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.epiosde-box table tr td{
  border:0px none;
}
.epiosde-box table{
  margin-bottom: 0px;
}
.stream-on img {
    display: block;
    width: 50px!important;
    margin-right: 10px;
}
.gene .item {
 
}
.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.slider-header {
  text-align: center;
  margin-bottom: 10px;
}

.slider-header .prev-btn,
.slider-header .next-btn {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin: 0 10px;
}

.slider-status {
  font-size: 16px;
  color: #333;
}

.active .item, .slick-center {
    opacity: 1;
    transform: scale(1);
}
.carousel_se_20_carousel .owl-item .item {
 transition: transform 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
  text-align: center;
}

.carousel_se_20_carousel .owl-item:not(.center) .item img {
  transform: scale(0.85);
  margin-top: 30px;
  opacity: 0.6;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.carousel_se_20_carousel .owl-item.center .item img {
 transform: scale(1);
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.carousel_se_20_carousel,
.carousel_se_20_carousel .owl-stage-outer,
.carousel_se_20_carousel .owl-stage,
.carousel_se_20_carousel .owl-item,
.carousel_se_20_carousel .item {
  height: 100vh;
}

.carousel_se_20_carousel .item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.carousel_se_20_carousel .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Gradient overlay for bottom 1/3 of every image */
.carousel_se_20_carousel .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.33%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 2;
  pointer-events: none;
}

/* Image styling */
.carousel_se_20_carousel .item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  z-index: 1;
}
/* Optional: styling for active/center image vs side ones */
.carousel_se_20_carousel .owl-item:not(.center) .item img {
  transform: scale(0.9);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.carousel_se_20_carousel .owl-item.center .item img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
.carousel_se_20_carousel .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Main image fills container */
.carousel_se_20_carousel .item img {
  width: 100%;
 
  object-fit: cover;
  display: block;
}
.bottom-gradient-text h3{
  font-size: 18px;
}

.bottom-gradient-text p{
  font-size: 10px;
}
/* Gradient background + text over it */
.carousel_se_20_carousel .bottom-gradient-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:33.33%;
  background: linear-gradient(to top, rgba(0, 0, 0,1.0), transparent);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
}
.personalised2 {
  padding: 30px 0px;
}
@media (max-width: 768px) {
  .carousel_se_20_carousel .bottom-gradient-text {
    padding: 12px;
    font-size: 14px;
  }
}
   .loader-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,1.0);
      z-index: 9999;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .submit2{border-radius: 35px;
    background-image: linear-gradient(to right, #a9016d, #740182);
    border: none;
    padding: 8px 15px;
    width: 40%;
    margin: 10px 0px;
    font-size: 12px;
    text-transform: uppercase; border:none;
color: #fff }  

    .loader {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    .dot {
      width: 14px;
      height: 14px;
      background-color: #a9016d;
      border-radius: 50%;
      animation: bounce 3.2s infinite ease-in-out;
    }

    .dot:nth-child(2) {
      animation-delay: 0.3s;
    }

    .dot:nth-child(3) {
      animation-delay: 0.6s;
    }

    @keyframes bounce {
      0%, 80%, 100% {
        transform: scale(0);
      }
      40% {
        transform: scale(1);
      }
    }

    .loader-text {
      margin-top: 16px;
      font-size: 16px;
      color: #333;
      letter-spacing: 1px;
    } 
.live-container {
      width: 100%;
      max-width: 800px;
      aspect-ratio: 16 / 9;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .live-container iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
 .lang-cat   .owl-carousel .item {
    text-align: center;
    background: #1d1d1d;
    color:#fff;
    padding: 6px 5px;
    
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
  
    border: 2px solid #a9016d;
    }

   .lang-cat   .owl-carousel .item.active-tab {
      background: linear-gradient(145deg, #a9016d, #740182);
    border-color: #a9016d;
      color: white;

    }

    .lang-cat  .tab-content {
      display: none;
      padding: 10px 0px;
      margin-top: 10px;
     
    
    }
    .livecontent{
   
      padding: 10px 0px;
      margin-bottom: 15px;
      border-top: 1px solid #a9016d;
    border-bottom: 1px solid #a9016d;
      background:#1d1d1d;
    }
    .livecontent:hover{
      background: #3e3851;
    }
    .white-box{
           width: 60px;
    height: 60px;
    background: #fff;
    padding: 6px;
    }
.channel-name{
  color: #fff;
    padding: 15px 0px;
}
.wish{
  text-align: center;
    font-size: 30px;
    padding: 5px 0px;
}
.long-cat{
  position: fixed;
  width: 100%;
  background: #000;
  padding: 10px 0px;
}
    .lang-cat   .tab-content.active {
      display: block;
    }
.splash-logo{
 
}
.season-text {
  font-size: 12px;
  float: left;
}
.fs-12{
  font-size: 12px;
}
.fs-10{
  font-size: 10px;
}
.season-icon{
   float: right;
}
.season{
  background: linear-gradient(145deg, #a9016d, #740182);
  padding: 8px;
  border-radius: 5px;
  display: flex-box;
  margin-bottom: 20px;

}
.stream-on{
  background: #373851;
    padding: 8px;
    border-radius: 5px;
}
.show-title{
  font-size: 13px;
}
.activate{
    background: #373851;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #ad2a98;
        margin-bottom: 20px;
  }  
    .activate p{   color: #ddd;
    font-size: 10px;
    padding: 0px 0px;
   
  }
.trailor{
padding: 35px 0px;
    width: 100%;
    background: #1d1d1d;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
padding-bottom: 0px;
}
.show-title h4{
      font-size: 16px;
    text-transform: capitalize;
}
.thumbnail-image{
   border-radius: 5px;
    background: #333;
    padding: 5px; 
}
.bg-type{
  background: #373851;
}
.close-btn{
  position: absolute; 
  top: 10px; 
  right: 10px; 
  z-index: 2;
   background: rgba(0,0,0,0.5); 
   color: white; 
   border: none; 
   padding: 5px 10px; 
   cursor: pointer;
 }
.watch-trailor{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 6px;
    border-radius: 5px;
    text-transform: capitalize;
}
.mb-60{
    margin-bottom: 90px;
}
.pad-main{
    padding-bottom: 50px !important;
}
.watch-trailor span{
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 5px ;
  text-transform: capitalize;
}
.othersn{
 padding: 10px 0px;
}
.plot p{
  color: #ddd;
  font-size: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;

}
.icon-new img{
  width: 25px; 
}
.v-line{
  width: 1px;
    background: #fff;
    height: 30px;
    margin: auto;
}
.rating-text{
  font-size: 11px;
}
.rating-number{
   font-size: 12px;
}
.personalised{
 background: #333;
    padding: 10px 10px;
    margin-top: 280px;
}
.circle-person{
  width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 7px;
    text-align: center;
    background: #3e3851;
    color: #fff;
    font-size: 12px;
    margin: auto;

}
.circle-person .fas{
   color: #fff;
}
/*.circle-person:hover .fas{
  color: #740182; 
}*/
.span5{
   width: 25%;
   float: left;
   padding-left: 15px;
    padding-right: 15px;
}
.fixed-header{
	background: #3e3851;
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 5px 10px #333;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    padding-top: 35px;
}
.mt-100{ 
	margin-top:100px;
}
.fixed-header p {
	font-size: 14px;
}
.category .owl-carousel .owl-item .item p{
	text-align: center;
	font-size: 10px;
	 font-weight: normal;
}
a{
	color: #FF1BB3;
}
.home-sub h6{
	 color:#dcd7d7;
	 font-weight: normal;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
}
.home-sub h5{
	 font-size: 12px;
    font-family: "Poppins", sans-serif;
	
}

 .long-cat{
    width: 100%;
    position: fixed;
    background: #000;
    padding: 10px 0px;
    margin-top: 50px;
  }
.plan{
	margin:20px 0px;
        padding-bottom: 60px;
}
.package-desc{
	padding: 10px;
	background: #3e3851;
	border-radius: 10px;
	margin-bottom: 40px;
}
.qr p{
	 font-size: 10px;
}
.qr-code{
	background: transparent;
	border-radius: 35px;
	padding: 6px 12px;
	border: 2px solid #a9016d;
	color: #fff!important;
	margin: 10px 0px;
  font-size: 12px;

}
.qr-code .form-control:focus {
  color: #fff;
}
.package-name h4{
	font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.package-name p{
	font-size: 11px;
	color: #fff;
}
.price{
	 margin: 10px 0px;
    border-radius: 25px;
    padding: 5px 15px;
    background-image: linear-gradient(to right, #a9016d, #740182);
    color: #fff;
    text-transform: uppercase;

    display:inline-block;
    font-size: 12px;
  
    float: right;
}
.bb{
  border-bottom: 1px solid#373851;
}
.claim{
	   border-radius: 25px;
    padding: 5px 18px;
    background-image: linear-gradient(to right, #a9016d, #740182);
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    
    display: inline-block;
    font-size: 12px;

}
.claim:hover{
   color: #fff ;
}
.star-rating{
   float: right;
   font-size: 12px;
}
.star-rating .fas{
   color:#fc3;
   font-size: 12px;
}
.moretext {
  display: none;
  color: #fff;
}
.moretext2 {
  display: none;
  color: #fff;
}
.moreless-button{
  font-size: 12px;
    float: right;

}
.similar{
  padding-bottom: 50px;
}
.moreless-button2{
  font-size: 12px;
    float: right;

}
.carousel_se_08_carousel .item {
    background: #373851;
    padding: 12px;
    border-radius: 5px;
}
.carousel_se_08_carousel .item p {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 5px;
    line-height: 18px;
}
.cast{
  background: #373851;
    padding: 8px;
    border-radius: 5px;
}
.cast p, .cast span{
  color:#fff;
}
.cast p{
   font-size: 10px;
}
.cast span{
   font-size: 11px;
    line-height: 15px;
    display: block;
}

.view-all{
   float: right;
}
.see-all{
      float: right;
    padding: 10px;
    font-size: 11px;

}
.star-rating p span{
   font-size: 12px;
}
.plot2 p{
   font-size: 12px;
}
.reedem{
	    margin: 10px 0px;
    border-radius: 25px;
    padding: 5px 15px;
    background-image: linear-gradient(to right, #a9016d, #740182);
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display:inline-block;
    font-size: 10px;
    margin-top: 30px;
    float: right;

}
.carousel_se_06_carousel .item .testimonials{
  background: #373851;
    padding: 8px;
    border-radius: 5px;
}
.testimonials h4{
  font-size: 14px;
    font-weight: normal;
    color: #ad2a98;
        font-weight: 600;
        padding: 10px 0px;
        margin-bottom: 0px;

}
.testi{
  color: #fff;
    font-size: 10px;
    line-height: 19px;
}
.reedem2 {
    margin: 10px 0px;
    border-radius: 25px;
    padding: 5px 15px;
    background-image: linear-gradient(to right, #a9016d, #740182);
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    font-size: 10px;
    /* margin-top: 30px; */
    float: right;
}
.pl0{
   padding-left:0px;
}
.pr0{
  padding-right:0px;
}
.reedem3 {
    margin: 10px 0px;
    border-radius: 25px;
    padding: 5px 15px;
    background-image: linear-gradient(to right, #a9016d, #740182);
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    font-size: 10px;
    /* margin-top: 30px; */
    float: right;
    border: none;
}
.custom-input {
  /* change default input is hidden */
  -webkit-appearance: none; 
  appearance: none;   
}

input[type="checkbox"].custom-input {
  border-radius: 3px;
}

input[type="radio"].custom-input {
  border-radius: 50%;
}

/* Create custom checkbox & Radio Button inside 
    - it is not styled yet, just square shape
*/
.custom-input::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 14px 14px #333;
}


/* Styling to checkmark */
input[type="checkbox"].custom-input::before {
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
}

/* CHECKBOX 2 - Black BG & White check mark */
#custom-checkBox2:checked {
  background-color: #333;
}

#custom-checkBox2::before {
  box-shadow: inset 14px 14px #fff;
}

/* show only checkbox checked */
input[type="checkbox"].custom-input:checked::before{
  transform: scale(1);
}



/* Show radio button by checked */
input[type="radio"].custom-input:checked::before {
  transform: scale(.7);
}

/* RADIO BUTTON 2 - Black BG & White point */
#custom-radio2:checked {
  background-color: #333;
}

#custom-radio2::before {
  box-shadow: inset 14px 14px #fff !important;
}

/**/

.accent-color {
  transform: scale(1.5);
}
.accent-orange {
  accent-color: #740182;
}
.accent-yellow {
  accent-color: yellow;
}
.accent-blue {
  accent-color: #235789;
}
.accent-black {
  accent-color: #222;
}
/* CSS for styling form */
body {
  
}
.conten-area{
	padding-top: 72px;
}
.profile-tab .nav-tabs .nav-link {
	
	font-size:10px; 
	color: #fff;
}
.profile-tab .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
      background: linear-gradient(145deg, #a9016d, #740182);
    border-color: #a9016d;
}
.profile-area{
	      margin-top: 50px;
    background: #3e3851;
    padding: 5px 5px;

}
.profile-icon{
	 width: 50px;
	 height: 50px;
	background: linear-gradient(145deg, #a9016d, #740182);
	text-align: center;
	padding: 10px;
	color: #fff;
border-radius: 100%;
}
.logout{
	    float: right;
    padding: 10px 0px;
}
.profile-details h5{
	 font-size: 14px;
	 line-height: 15px;
    padding: 3px 0px;
    font-weight: 400;
    margin-bottom: 0px;
}
.profile-details p{
	 font-size: 12px;
	color:#dcd7d7;
}
.profile-tab  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 2px solid #a9016d;
    border-radius:5px;
}
.nav-tabs {
    border-bottom: 0;
    position: fixed;
    width: 100%;
    background: #1d1d1d;
    z-index: 99;
}
.profile-tab ul li{
margin: 2px;
}
.carousel_se_05_carousel  .owl-item img {
	 width: 35px; 
	 margin: auto;
}
.heading h4{
	 font-size: 16px;
	 font-weight: normal;
	 position: relative;
}


.language-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; /* <<< Add space between boxes */
}

.selection-box {

}
/*****.selection-box {
  width: calc(20% - 10px); 
  background: linear-gradient(145deg, #a9016d, #740182);
  
  padding: 20px 5px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
*********/
.selection-box2 {
  
  background: linear-gradient(145deg, #a9016d, #740182);
  
  padding: 10px 5px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.genre-checkbox {
  display: block;
  cursor: pointer;
}

.genre-box {
  background: linear-gradient(145deg, #a9016d, #740182);
  padding: 5px 5px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 0px;
}

.genre-checkbox input[type="checkbox"] {
  display: none;
}

.genre-checkbox input[type="checkbox"]:checked + .genre-box {
  background: #740182;
}
.genre-box p{
	font-weight: normal;
	font-size: 10px;
line-height: 20px;
}
.genre-checkbox input[type="checkbox"]:checked + .genre-box {
  background-color: #740182;
} 
.selection-box:hover {
  /*****background: linear-gradient(45deg,  #740182, #a9016d);
  transform: scale(1.05);
  *******/
}

.selection-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.getstarted{
	width: 100%;
	background: #000;
	padding:5px 0px;
	color: #fff;
	position: fixed;
	bottom:0px;
	text-align: center;

}
.lang-icon {
  font-size: 2rem;
  margin-bottom: 8px;
  color:#fff;
  line-height: 15px;
}
.text-lan{
	color: #fff;
    font-weight: normal;
    font-size: 10px;
}
/* Maintain 5 boxes per row even on mobiles */
@media (max-width: 600px) {
  /*******.selection-box {
    width: calc(20% - 8px); /* Adjust for smaller screen */
  /****  padding: 15px 3px;
  }
********/
  .lang-icon {
    font-size: 20px;
  }
}
form {
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 50px;
}

inpiut, label {
  cursor: pointer;
}

label {
  display: inline-block;
 
}

@media (max-width: 499px) {
  form {
    grid-template-columns: 1fr;
  }
}

.form-group {
  font-size: 20px;
}

input[type="checkbox"], input[type="radio"] {
 /* styling outside of checkbox and radio button */
  margin-left: 10px;
  transform: translateY(5px);
  
  height: 20px;
  border: 1px solid #fff;
  padding: 2px;
}

.note {
  background: #a8dadc;
  padding: 1rem 2rem;
  margin-top: 50px;
  border-radius: 5px;
}

h3 {
  
  
}
.otp-section h4{
	 font-weight: normal;
}
.otp-section p{
	font-size: 12px;
  justify-content: center;
  margin-top: 20px;
}


code {
  background: linear-gradient(to top, yellow 20%, #0000 80%);
  font-size: 16px;
}
.enquiry  .radio-inline{
	width:30.33%;
}
.owl-nav{
	display:none;
}
.qty-container2{
  text-align:Center
  
}
.enquiry .owl-carousel.owl-drag .owl-item{
	border-right:1px solid#ddd;
}
.bg-blue{
	background:#0800ebcolor:#fff
}
.bg-yellow{
	background:#fdfd00;
}
.bg-green{
	background:#047b00;color:#fff
}

.bg-white{
	background:#fff;
}
.bg-dark-grey{
	background:#777777;color:#fff
}
div#searchBox {
    float: none;
    text-align: center;
    color: #777;
    margin-top: 4em;
}

#searchform {
    border-bottom: 1px solid #ccc;
    padding: 8px 0 0;
}

#searchform input {
    border: 0px;
    background: transparent;
    padding: 8px 10px 5px;
    outline: none;
}

.mobile-form #searchform {
    padding-top: 2.5px;
    width: 215px;
}

div#searchBox #searchform {
    border: 1px solid #ddd;
    width: 238px;
    padding-top: 1px;
    display: inline-block;
}

div#searchBox #searchform input {
    padding: 5px;
    display: block;
}

#searchBox i.fa.fa-search {
    padding: 8px;
    cursor: pointer;
}

.sb-icon-search,
.sb-search-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
}
.text-pink{
  color: #ad2a98;
}
.mb-90{
  margin-bottom: 40px;
}
.menu{
	background: linear-gradient(45deg, #a9016d, #470182);
    padding: 10px;
   
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #ff
}
.slider{
  margin-top: 70px;
}
.slider .carousel-indicators [data-bs-target] {
  width: 10px;
    height: 10px;
    border-radius: 100%;
}
.top-header{
	 
   display: flex;
    align-items: center;
    justify-content: space-between;
    background: #080628;
    padding: 9px 10px;
    box-shadow: 0 4px 6px -2px rgba(169, 169, 169, 0.5);
    position: fixed;
    width: 100%;
    z-index: 99;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 35px;
}
.search-box{
	flex: 1; margin: 0 0 0 10px; 
	position: relative;
}
.search-text{
	
	width:100%;
  background: none;
  border:1px solid#ad2a98;  
    border-radius: 25px;
    
    padding-left: 44px;
    padding:7px 10px 7px 30px;
     font-size: 12px;
     color: #fff;
	
}
.icons{
	
        position: absolute;
    left: 9px;
    top:4px;
}


div#searchBox #searchform .sb-icon-search {
    /* color: #fff; */
    /* background: #3f91c3; */
    z-index: 90;
    /* font-size: 22px; */
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    top: -1px;
}

div#searchBox #searchform .sb-icon-search:before {
    content: "\f002";
}

span#noEasy {
    display: block;
    /* overflow: hidden; */
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    padding-left: 3px;
}

span#noEasy input {
    width: 30px;
    padding: 0 !important;
}

input#sbox {
    line-height: 31px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
span#noEasy:hover {
    color: #444;
}
.bg-black{ background:#1d1d1d; color:#fff}
.enquiry .custom-file-upload {
    border: 1px solid #ddd;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 3rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C7293;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 150px;
    text-align: center;
}
.qty-container2 .input-qty{
	width:40px;
	height:40px;
	border-radius:100%;
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
  margin-bottom: 5px;
  font-size:12px;

}
.qty-container2  value{
	background:#f00
}
.qty-container2 .qty-btn-minus,
.qty-container2 .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 0px 0px;
  font-size: 10px;
  height: 25px;
  width: 25px;
  transition: 0.3s;
  background:#ec2427;
  border-radius:5px;
}
.qty-container2 .qty-btn-plus{
  margin-left: -1px;
}
.qty-container2 .qty-btn-minus{
 
}


/*---------------------------*/
.btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
}
.inputleft {
    padding-left:35px;
    height: 45px;
  
    border: 2px solid #acacac;
    border-radius: 25px;
    font-size: 1em;
	display: block;
    width: 100%;
   
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C7293;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    appearance: none;
    border-radius: 25px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.iconnameleft {
    position: relative;
    font-size: 1.3em;
    z-index: 1;
    left: 10px;
    top: 37px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
}
.order-by input[type="file"] {
  display: none;
}
.order-by label{
	padding:0px;
}
.order-by label span{
	padding-left:20px;
}
.order-by  img{
	 border-right:1px solid#ddd;
	 padding-right:15px;
}
.notification_content p{
	 font-size:12px;
}
.verify2{
	background: #ec2427;
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    padding: 13px 15px;
    border-radius: 7px;
}
.order-by .custom-file-upload {
      border: 1px solid #fff;
    display: inline-block;
  
    cursor: pointer;
    
    width: 100%;
    
}
.text-red{color: #ec2427;}
.order{
	background: #fff;
    
    border: 2px solid #ec2427;
    border-radius: 15px;
    color: #ec2427;
    display: block;
    text-align: center;
    border-radius: 66px;
    width: 108px;
    float: right;
    font-size: 14px;
    position: absolute;
    right: 31px;
    top: 45px;
    z-index: 99999999;
    padding: 3px 0px;
}
.fs-16{
	 font-size:16px;
}
.fs-12{
	 font-size:12px;
}
.fs-10{
	 font-size:10px;
}
.sub{
	 border:none;
}
.main-caption{
	padding:30px 0px 10px;
}
.pro-quantity table tr td{
	 font-size:12px;
	 padding:5px 0px;
}
.main-caption p{
	
}
.text-black{
	 color:#000;
}
.hr-line{
	background:#ddd;
	width:100px;
	height:3px;
	margin:10px auto;
	
}
.top-box {
	 height:150px;
	 text-align:center;
	 margin:auto;
	 padding:30px 0px 10px;
}
.main-caption {
	 border-bottom:1px solid#ddd;
}
.top-box {
	
}
.flex-container {
  display: flex;
 
}

.flex-container > div {
 
}
.qty-container{
  display: flex;
  
}
.box{
	 padding-left:15px;
	 padding-right:15px;
	 border-top-left-radius:15px;
	 border-top-right-radius:15px;
	 padding-top:10px;
}
.download-pdf{
	border-radius:35px;
	background:#ffddde;
	border:2px solid#ec2427;
	text-transform:uppercase;
	 font-size:10px;
	 padding:5px 10px;
	 margin:5px 10px 5px 0;
	 display:inline-block
	 
}
.download-video{
	border-radius:35px;
	background:#ccffe3;
	border:2px solid#529f7b;
	text-transform:uppercase;
	 font-size:10px;
	 padding:5px 10px;
	 margin:5px 10px 5px 0;
	 display:inline-block;;
	 color:#529f7b
	 
}
p{
	margin-bottom:0px;
}
.cart{
	 position:relative;
	 background:#a8191f;
	 width:35px;
	 height:35px;
	 border-radius:100%;
	 padding:15px;
	  display:inline-block;
	  float:right;
	  padding:5px 
	 
}
.cart span{
	    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #000;
    position: absolute;
    right: -5px;
    top: -4px;
    font-size: 12px;
    text-align: center;
	padding:1px;
}
.back{
	background:#a8191f;
	 width:35px;
	 height:35px;
	 border-radius:100%;
	 padding:5px 10px;
	 display:inline-block
}
.cart span{
	 position:absolute;
}
.qty-container .input-qty{
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #ec2329;
width: 40px;
margin-left:20px;
margin-right:20px;
border-radius:5px
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 7px 7px;
  font-size: 10px;
  height: 30px;
  width: 30px;
  transition: 0.3s;
  margin-top:5px;
}
.qty-container .qty-btn-plus{
  
}
.qty-container .qty-btn-minus{
  
}


/*---------------------------*/
.btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
}
.cards{
	-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
box-shadow: 0 0 5px #999;
 margin-top:20px;

}
.text-grey{
	color:#ddd;
}
.product-descr p a{
	 color:#333;
}
.abc{
	
}
.submit{
	border-radius: 35px;
	 background-image: linear-gradient(to right, #a9016d, #740182);
}
.act{
	border-radius: 35px;
	 background-image: linear-gradient(to right, #a9016d, #740182);
	 border:none;
	 padding: 8px 15px;
	 width: 40%;
	 margin: 10px 0px;
	 font-size: 12px;
	 text-transform: uppercase;
}
.voucher{
	    background: #373851;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #ad2a98;
    margin: 20px 0px;

}
.voucher h4{
	     font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.voucher p{
	color: #dcd7d7;
	font-size: 10px;
}

.voucher2{
      background: #373851;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #ad2a98;
  

}
.voucher2 h4{
       font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.voucher2 p{
  color: #dcd7d7;
  font-size: 10px;
}
.package {
	 margin: 10px 0px;
}
.package p{
	font-size: 12px;
	line-height: 0px;
	margin-bottom: 0px;
	color: #dcd7d7;
}
.package span{
	font-size: 10px;
	color: #dcd7d7;
}
.sources{
	background: #3e3851;
	padding: 10px;
	margin-bottom: 10px;
}
.marker{
	text-align: center;
    padding: 5px 5px;
}
.marker .fas{
	font-size: 18px;
}
.locatoion .form-control{
	width: 100%;
padding-left: 0px;
	font-size: 12px;
	background: transparent;
	border:none;
		border-bottom: 1px solid#fff;
	border-radius: 0px;
}
.locatoion .form-control:focus{

	    color: #fff;
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.source-channel  a img{
	width: 50px;
}
.source-channel  a{
display: inline-block;
    padding: 5px 5px 5px 0px;
}
.reset{
	color:#e01683;
	font-size: 10px;
	float: right;
}
.sources h5{
	font-size: 14px;
	font-weight: normal;
}
.logo-text h2{
	font-size: 30px;
	font-weight: normal;
  text-align: center;
}
.bg-grey{
	background:#efefef;
}
.bg-white{
	background:#fff;
}
.login-form .form-control {
    display: block;
    height: 50px;
    width: 100%;
    padding: .375rem .75rem .375rem 3rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
   background-color: #fff;
    background-clip: padding-box;
    border: none;
   
    appearance: none;
    border-radius: 35px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-floating>label {left:2.0rem; font-size: 12px}
.logo{
	       width: 100px;
    height: 100px;
    margin: 40px auto 10px;
    background: #fff;
    padding: 23px;
    border-radius: 100%;

}
.prof-icon{
	    position: relative;
    width: 13%;
    text-align: center;
    margin: auto;
}
.upload-image {
	position:absolute;
	
}
.upload-image{
	width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    border: 3px solid #0f4971;
    position: absolute;
    top: 74px;
    right: 30px;
}
.login-form {
	padding: 15px;
  margin-top: 30px;
  border:1px solid#ddd;
  background: #3e3851;
  border-radius: 15px;
  webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
	
}
.logo-text2 h4{
	font-size:18px;
	font-weight:normal;
	color: #fff;
}
.logo-text2 span{
	background:#f59fbc;
	padding:5px;
	text-transform:uppercase;
	color:#000;
}
.bx{
  box-shadow: 0px 3px 10px #ddd, 
        -3px 3px 3px #ddd, 3px 3px 3px #ddd;
}
.wrapper{
	background: #0a0322;
    margin-top: 24px;
}
.wrapper3{
	 background: #0a0322;
	  width: 100%;
	  padding: 20px 20px;
    
      

	
}
.wrapper4{
	 background:url(../img/lumino-profile3.png) no-repeat;
	 width:100%;
	 background-size:100% 100%;
	 padding:5px 0px 80px;
	
}
.select-wrap 
{
  
}
.otp-number{
	margin-top:30px;
  justify-content: center;
	
}
.verify button{
	 margin:30px 0px;
	 border-radius:25px;
	 padding:15px 25px;
}
.otp-section {
	
	padding:15px 15px;

}
.num{
	width:50px;
	height:50px;
	border-radius:5px;
	text-align:center;
	padding:15px;
	border:none;
	margin:5px ;
background: #fff;
}
input[type="file"] {
  display: none;
}
.mt50{
	 margin-top:50px;
}
.input-group {
    font-size: 1.5rem;
    background: white;
    border-radius: 2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-group .textbox{
  flex-grow: 1;
}

/* When icon as prefix */
.icon:not(.bg) ~ .textbox{
  padding-left: 0; /* Removes left padding */
}

/* When icon as suffix */
 .textbox ~ .icon:not(.bg){
  margin-left: calc(1px - 0.5em); /* Removes right padding */
}

.icon {
    color: inherit;
    opacity: 1.0;
    width: 2.5em;
    height: 2.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .24s ease-in-out;
    pointer-events: none;
	position: absolute;
    top: 5px;
    /* background-color: rgba(0, 0, 200, 0.3); */
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.order-title p{
	 color:#000;
	 letter-spacing:1px;
}
.date p{
	 font-size:12px;
}
.m-group{
  font-size: 11px;
      color: #fff;
}
.nav-link{
  padding: 0.5rem 0.5rem;
}
.btn {
 
 
      padding: 12px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    width: 70%;
}
.hidden-element .address{
	    border: none;
    background: transparent;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
    color:#ff1bb3;

}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.custom-file-upload2 {
 width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    border: 3px solid #0f4971;
    position: absolute;
    top: 74px;
    right: 30px;
}
.contact{
	float:right
}
.contact-form .custom-file-upload {
  border: 1px solid #ddd;
  display: inline-block;
 
  cursor: pointer;
  width:100%;
  background:#fff;
  border-radius:15px;
  padding: 3rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C7293;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	height:150px;
	text-align:center;
	
}
.ta{
	 width:100%;
	 padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6C7293;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-form .form-control{
	background:#fff;
	height:45px;
	border:1px solid#ddd
}
.wrapper2{ padding-top:30px; padding-bottom:80px;}
.wrapper-c{ padding-top:0px; padding-bottom:80px;}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.col-custom {
	width: 20%;
	padding-left:15px;
	padding-right:15px;
	float:left;
}
.bg-secondary2{
	 background:#0d0628; 
}
.footer-bottom {
	 border-top-left-radius:15px;
	 border-top-right-radius:15px;
	 position:fixed;
	  width:100%;
	  bottom:0px;
	   box-shadow: -3px -5px 5px #333;
	   z-index: 12;
           padding-bottom: calc(35px + env(safe-area-inset-bottom));
}
.modal.left .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content{
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body{
		padding: 15px 15px 80px;
	}

.main-menu ul li {
	list-style:none;
}
.main-menu ul li a{
	 color:grey;
	 font-size:14px;
	 padding:10px 0px;
	 display:block
	 
}

.main-menu ul li a.active{
	 color:#ef2428
}
.main-menu ul li a:hover{
	 color:#fff
}
.footer-bottom a.active{
	 color:#fff;
	
}
.footer-bottom a{
	 color:#333
}
.drawer-menu .modal-content{
	border-radius:0px;
	border:0px none;
}
.drawer-menu .main-menu{
	padding-left:0px;
	
}
.drawer-menu .main-menu ul{
	padding-left:0px;
}
.drawer-menu .main-menu ul li a i{
	 margin-right:10px;
}
.footer-bottom a p{ font-size:10px; margin-bottom:0px;color: #8a8a8a;}
.drawer-top{background:#eb2429}
.drawer-top h4{
	 font-size:14px;
	 
}
.drawer-top p.dealer span{
	 font-size:12px;
	 background:#fcc46f;
	 color:#333;
	 border-radius:25px;
	 padding:5px;
	 
} 
.category .owl-carousel .owl-item img{
	
	    border-radius: 50px;
    border: 2px solid #ad2a98;
}
.category .owl-carousel .owl-item p{
	
	border-radius: 9px;
    /* border: 4px solid #ad2a98; */
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    margin: 3px 0px;
}
.carousel_se_02_carousel .owl-item img{
	
	border-radius: 5px;

}
.carousel_se_03_carousel .owl-item img{
	
	border-radius: 5px;

}
.carousel_se_03_carousel .item{
	background: #373851;
	padding: 8px;
	border-radius:5px; 
}
.carousel_se_03_carousel .item p{
    color:#fff;
    font-size: 10px;
    font-weight: normal;
    padding: 5px 5px;
    line-height: 15px;
    height: 20px;
}
.carousel_se_03_carousel .owl-item respos-img{
    border-radius: 5px;
        height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 0px) and (max-width: 575px){
    .carousel_se_03_carousel .owl-item .respos-img{
    border-radius: 5px;
        height: 145px;
    object-fit: cover; 
    }
}   


.mb-30{
  margin-bottom: 30px;
}

	.home-sub {
    padding: 9px;
    border: 1px solid;
    margin: 30px 0px;
	
}
.capt h4{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
.capt2 h4{    
  font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
  }
.capt h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.line{
	background: #ddd;
	height:1px;
}
body{
	background: #1d1d1d;
	  font-family: "Poppins", sans-serif;
}
h4, p{
  font-family: "Poppins", sans-serif;
}
.dscr{
	
}
.dscr h4{ font-size:14px;padding-top:15px;}
.br{
	 border-right:1px solid#fff
}
.intro{
	
}
.intro p.name{ color:#fff;
font-size:18px;}
.intro p  span{
	background:#f7c773;
	color:#f00;
	padding:5px 15px;
	border-radius:15px;
	
}
.intro p{
	 font-size:12px;
	 color:#ff919c;
	  margin-bottom:0px
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: var(--secondary);
    transition: 0.5s;
    z-index: 999;
}

.content {
   width:100%
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
       
    }

    .content {
      
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: var(--light);
    font-weight: 500;
    border-left: 3px solid var(--secondary);
    border-radius: 0 30px 30px 0;
    outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    background: var(--dark);
    border-color: var(--primary);
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--secondary);
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
    color: var(--light);
}

.sidebar .navbar .dropdown-item:hover,
.sidebar .navbar .dropdown-item.active {
    background: var(--dark);
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--light);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
   
    border-radius: 100%;
	border:1px solid#fff;
	color:#fff
}

.content .navbar .dropdown-item {
    color: var(--light);
}

.content .navbar .dropdown-item:hover,
.content .navbar .dropdown-item.active {
    background: var(--dark);
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

.wish-active a i{
color:#EB1616;
}


/*Tanmay Css Start*/


.singdiv-imgtxt{
        background: #373851;
    padding: 8px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}
.singdiv-imgtxt img{
    width: 100%;
    height: 115px;
    object-fit: cover;
}
.singdiv-imgtxt p{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 5px;
    line-height: 18px;
}
.cross-btn{
    position: absolute;
    right: 10px;
    top: 10px;
}
.cross-btn a{
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px 0;
}

/* Liked state */
    .like-btn.liked .circle-person {
      background-color: #FF1BB3;
      border-color: #FF1BB3;
    }

    .like-btn.liked .circle-person i {
      color: #fff;
    }
    
    
    
    
    
    
/* Tooltip popup */
    .tooltip-popup {
      position: fixed;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000000;
    padding: 7px 7px;
    border-radius: 50px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    z-index: 1000;
    width: 160px;
    height: 30px;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    }

    .tooltip-popup.show {
      opacity: 1;
      visibility: visible;
    }
    
    @media only screen and (min-width: 0px) and (max-width: 575px){
        .itemcar-img img{
            height: 235px;
  object-fit: cover;
        }
    }
    
    
    .cent-cont{
        display: flex;
        align-items: center;
    }
    .livetv{
        margin-top: 80px !important;
    }
    .mar-top{
        margin-top: 80px;
    }
    .testimoni-fp{
        background: #373851;
    padding: 12px;
    border-radius: 5px;
    margin: 10px 0;
    }
    .main-fullrev{
        padding-bottom: 100px;
    }
    .lan-movielist {
        background: #373851;
    padding: 8px;
    border-radius: 5px;
    }
    @media only screen and (min-width: 0px) and (max-width: 575px) {
    .lan-movielist img {
        border-radius: 5px;
        height: 145px;
        object-fit: cover;
    }
}
.lan-movielist img  {
    display: block;
    width: 100%;
}
.lan-movielist p
 {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding: 5px 5px;
    line-height: 15px;
    height: 20px;
}
.top-movd {
    margin-top: 80px;
}
.float-box{
    float: left;
    width: 31%;
    margin: 0px 3px;
    margin-bottom: 8px;
}
.floatrow{
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 362px){
    .carousel_se_06_carousel .item .testimonials {
    height: 222px;
}
}
@media only screen and (min-width: 362px) and (max-width: 575px){
    .carousel_se_06_carousel .item .testimonials {
    height: 202px;
}
}
.main-innertxt-er {
    margin-top: 50px;
    text-align: center;
}
.main-innertxt-er h4{
    font-weight: 400;
}
.white-box img{
    width: 100%;
    height: 50px;
    object-fit: cover;
}
.img-prod img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}
.swiper-pagination-bullet { 
    background:#fff;
    opacity: .4; 
}
.swiper-pagination-bullet-active {
    background: #fcfdff;
    opacity: 1; 
}


/*---------Search btn Css Start----------------*/

.searchBox-container{
      display:flex;
      align-items:center;
      gap:8px;
    }

    .searchBox-field{
      position:relative;
      display:flex;
      align-items:center;
      background:#fff;
      border:1px solid #d0d0d0;
      border-radius:3px;
      padding:2px 8px;
      min-width:320px;
      max-width:600px;
    }

    .searchBox-input{
      border:0;
      outline:0;
      font-size:14px;
      padding:3px 3px 3px 30px;
      width:100%;
      background:transparent;
    }

    .searchBox-icon{
      position:absolute;
      left:8px;
      width:20px;
      height:20px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#777;
      pointer-events:none;
    }

    .searchBox-clear{
      position:absolute;
      right:48px; /* before Go btn */
      width:28px;
      height:28px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      background:transparent;
      border:0;
      cursor:pointer;
      font-size:20px;
      color:#777;
      transition:background .12s, color .12s;
    }
    .searchBox-clear:hover{ background:rgba(0,0,0,0.08); color:#222; }

    .searchBox-go{
      margin-left:8px;
      background:#0b76ef;
      color:#fff;
      border:0;
      padding:10px 14px;
      border-radius:50%;
      font-weight:600;
      cursor:pointer;
      display:inline-flex;
      align-items:center;
      gap:6px;
      box-shadow:0 4px 10px rgba(11,118,239,0.12);
    }
    .searchBox-go:active{ transform:translateY(1px); }

    @media (max-width:767px){
      .searchBox-field{ min-width:80%; }
      .searchBox-go{ 
      padding: 10px;
        width: 45px;
        height: 45px;
      }
      .searchBox-container{ gap:6px; padding:10px 0; }
    }

    .sr-only{
      position:absolute!important;
      height:1px;width:1px;
      overflow:hidden;
      clip:rect(1px,1px,1px,1px);
      white-space:nowrap;
    }
    .searchBox-go:hover{
        color:#fff;
    }
    
    
    .search-box-2{
        position: relative;
        margin: 15px;
    }