:root{
  --bs-primary-rgb: 33,1,255;
  --bs-primary: #2101FF;
}
/* ---- fonts ---- */
@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik-Medium.woff2') format('woff2'),
        url('./fonts/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik-ExtraBold.woff2') format('woff2'),
        url('./fonts/Rubik-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik-Regular.woff2') format('woff2'),
        url('./fonts/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik-Bold.woff2') format('woff2'),
        url('./fonts/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik-SemiBold.woff2') format('woff2'),
        url('./fonts/Rubik-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* ----- generic ------ */
html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  font-family: 'Rubik';
  font-weight: 500;
  overflow-x: hidden;
  max-width: 100%;
}

canvas {
  display: block;
  vertical-align: bottom;
}

a, a:hover {
  text-decoration: none;
}

a {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

a, button, .btn, input {
  transition: all 0.3s;
}

.font-medium {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.text-lg {
  font-size: 20px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.rounded-full {
    border-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.overflow-hidden {
    overflow: hidden;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.bottom-0 {
    bottom: 0;
}
.right-0 {
    right: 0;
}
.left-0 {
    left: 0;
}
.top-0 {
    top: 0;
}

.w-0 {
  width: 0;
}

.h-full {
  height: 100%;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}

.text-white {
  color: #fff;
}

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

.hidden {
  display: none;
}

.ml-0 {
  margin-left: 0;
}

.mr-30 {
  margin-right: 30px;
}

/* ----- button ----- */
.main-btn {
  background: var(--bs-primary);
  /*color: #FFDE2B;*/
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.main-child-btn {
  /*background: #FFDE2B;*/
  background: #fff;
  color: var(--bs-primary);
}

.main-btn:hover .main-child-btn {
  width: 100%;
}
.button-arrow {
  animation: inout 1s ease-in-out infinite;
}
@keyframes grow {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes inout {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(1rem);
  }
  to {
    transform: translateX(0);
  }
}

.btn-primary {
  background: linear-gradient(to right, #8316b1, #062e5b);
  border-color: #D4DEFF;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 16px 32px;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.btn-primary:hover {
  background: linear-gradient(to right, #7c3aed, #c026d3);
  border-color: #D4DEFF;
  color: #fff;
}

.btn-primary.active {
  /*background: #FFDE2B;
  border-color: #FFDE2B;
  color: var(--bs-primary);*/
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffff;
}

/* ----- menu bar ----- */
.logo {
  max-height: 59px;
  width: auto;
}
@media screen and (max-width: 767px){
  .logo {
    max-height: 40px;
  }
}

.navbar {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.navbar-brand {
  margin: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  font-weight: 600;
  color: #000;
  padding: 15px 20px !important;
}

@media screen and (max-width: 991px){
  .topbar p {
    font-size: 14px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px){
  .topbar p {
    font-size: 12px;
  }
  .navbar-toggler {
    border: 1px solid var(--bs-primary);
  }
}


/* ----- homeHero ----- */
#homeHero {
  background: url('../images/hero.jpeg') center center no-repeat;
  background-size: cover;
}

#homeHero .overlay{
  background-image: linear-gradient(to right, #54267f98, #0e1217bc);
  min-height: 100vh; 
  padding-top: 120px;
}

#homeHero h1 {
  font-size: 65px;
}
@media screen and (max-width: 767px) {
  #homeHero h1 {
    font-size: 30px;
  }
}

#homeHero h2 {
  font-size: 18px;
  line-height: 28px;
}

#homeHero h2 span{
  color: #ffbf00;
}

#homeHero h3 {
  font-size: 22px;
}

.rotating-text {
  font-size: 48px;
  line-height: 48px;
  min-height: 48px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  .rotating-text {
    font-size: 28px;
  }
}

.hero-features {
  width: fit-content;
  margin: 0 auto;
}

#hero-features-1, #hero-features-2,
#hero-features-3, #hero-features-4 {
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(right, var(--bs-primary), #de3a34);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: slide 2s ease-in forwards;
}
@keyframes slide {
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
  10% {
    transform: translateY(-1rem);
    opacity: 0.4;
  }
  20% {
    transform: translateY(0.7rem);
    opacity: 0.7;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0.5rem);
    opacity: 0.7;
  }
  90% {
    transform: translateY(1rem);
    opacity: 0.5;
  }
  to {
    transform: translateY(3rem);
    opacity: 0;
  }
}

/* ---- particles.js container ---- */
#particles-js {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#particles-js .overlay {
  background-color: rgba(1, 1, 1, 0.0);
  bottom: 0;
  left: 0;
  /*position: absolute;*/
  right: 0;
  top: 0;
}

/* ----- channels ----- */

.bubble-wrap {
  background: #e6eef7;
  overflow: hidden;
  min-height: 600px;
}

.bubbles {
  position: relative;
  background: salmon;
}

.bubble {
    position: absolute;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(0,0,0,.1),0 3px 10px rgba(0,0,0,.1);
    background-image: url('../images/channelslogos.webp');
    background-size: 1076px 1076px
}

.logo1 {
    background-position: 0 0
}

.logo2 {
    background-position: -154px 0
}

.logo3 {
    background-position: -308px 0
}

.logo4 {
    background-position: -462px 0
}

.logo5 {
    background-position: -616px 0
}

.logo6 {
    background-position: -770px 0
}

.logo7 {
    background-position: -924px 0
}

.logo8 {
    background-position: 0 -154px
}

.logo9 {
    background-position: -154px -154px
}

.logo10 {
    background-position: -308px -154px
}

.logo11 {
    background-position: -462px -154px
}

.logo12 {
    background-position: -616px -154px
}

.logo13 {
    background-position: -770px -154px
}

.logo14 {
    background-position: -924px -154px
}

.logo15 {
    background-position: 0 -308px
}

.logo16 {
    background-position: -154px -308px
}

.logo17 {
    background-position: -308px -308px
}

.logo18 {
    background-position: -462px -308px
}

.logo19 {
    background-position: -616px -308px
}

.logo20 {
    background-position: -770px -308px
}

.logo21 {
    background-position: -924px -308px
}

.logo22 {
    background-position: 0 -462px
}

.logo23 {
    background-position: -154px -462px
}

.logo24 {
    background-position: -308px -462px
}

.logo25 {
    background-position: -462px -462px
}

.logo26 {
    background-position: -616px -462px
}

.logo27 {
    background-position: -770px -462px
}

.logo28 {
    background-position: -924px -462px
}

.logo29 {
    background-position: 0 -616px
}

.logo30 {
    background-position: -154px -616px
}

.logo31 {
    background-position: -308px -616px
}

.logo32 {
    background-position: -462px -616px
}

.logo33 {
    background-position: -616px -616px
}

.bubble-wrap h2 {
  position: absolute;
  font-weight: bold; 
  top: 100px; 
  left: 50%; 
  z-index: 20; 
  text-align:center; 
  translate: -50%; 
  color: var(--bs-primary);
}

.bubble-wrap h2 .title1 {
  font-size: 96px;
}
.bubble-wrap h2 .title2 {
  font-size: 60px;
}
@media screen and (max-width: 767px){
  .bubble-wrap h2 .title1 {
    font-size: 46px;
  }
  .bubble-wrap h2 .title2 {
    font-size: 30px;
  }
}

.linedheading {
  position: relative;
  color: #fff;
}
.linedheading:after {
  content: attr(data-content);
  position: absolute;
  color: var(--bs-primary);
  top: -7px;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fcf013c5;
}
.linedheading::-moz-selection {
  background: #fcf013c0;
}
.linedheading::selection {
  background: #fcf013c0;
}
/*.linedheading-1 {
  position: relative;
  color: #dcdbdb;
}
.linedheading-1:after {
  content: attr(data-content);
  position: absolute;
  color: var(--bs-primary);
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fcf013c5;
}
.linedheading-1::-moz-selection {
  background: #fcf013c0;
}
.linedheading-1::selection {
  background: #fcf013c0;
}*/

/* ----- tv-video ------*/
.tv-video {
  background: #000000;
  color: #fff;
  padding: 50px 0;
}

/* ----- compatible ----- */
.compatible {
  padding: 50px 0;
}

/* ----- apps ----- */
.watch-anywhere {
  background: #FFDE2B;
  padding: 10px 0;
}

.watch-anywhere img {
  margin: 15px;
}

/* ----- on-demand ----- */
.on-demand {
  background: #000;
  color: #fff;
}

/* ----- features ----- */
.features  {
  padding: 50px 0;
}

.features h3 {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 700;
}

.features p {
  max-width: 350px;
  margin: 0 auto;
}

.features .price svg {
  fill: #8D1789;
  width: 64px;
}

.features .watch svg {
  fill: #24AADE;
  width: 64px;
}

.features .device svg {
  fill: #E5A00D;
  width: 64px;
}

.features .world svg {
  fill: #D71FAD;
  width: 64px;
}

/* ----- pricing ----- */
#pricing {
  padding: 50px 0;
}

#pricing h2{
  font-size: 36px;
  font-weight: 700;
}

#pricing p{
  max-width: 480px;
  margin: 0 auto;
}

.pricing-table {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 25px;
}

.pricing-table h4 {
  color: #fff;
  text-align: center;
  background: var(--bs-primary);
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 20px;
  font-size: 18px;
}

.pricing-table .star {
  margin: 20px 0;
}

.pricing-table .star i {
  color: rgb(255,191,0);
  font-size: 22px;
}

.pricing-table .star div {
  border: 1px solid rgb(255,191,0);
  width: 25%;
  margin: 0 25px;
}

/* ----- test service ----- */
#test-service {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  height: 400px;
  overflow: hidden;
}

#test-service .container {
  padding: 70px 15px;
}

#test-service h2 {
  font-size: 36px;
} 
@media screen and (max-width: 767px) {
  #test-service h2 {
    font-size: 28px;
  } 
}

#test-service a {
  /*background: #FFDE2B;
  color: #5E00FF;*/
  background: var(--bs-primary);
  color: #fff;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

#test-service a:hover {
  color: #fff;
  background: #000;
}

#test-service a i {
  font-size: 32px;
  color: #fff;
}

#test-service .button-arrow {
  width: 60px;
}

/* ----- testimonial ----- */
.testimonial {
  padding: 50px 0;
  background: url('../images/testimonial-bg.png') bottom center no-repeat;
  background-size: cover;
  background-color: #fafafa;
}

.testimonial .trustpilot {
  max-width: 250px;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--bs-primary);
}
.swiper-pagination-bullet-active {
  background: var(--bs-primary);
}
@media screen and (max-width: 767px){
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
  }
}

.testimonial  .swiper-slide {
    max-width: 80%;
    margin: 0 10%;
}

.testimonial .user {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}

.testimonial .location {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #4b5563;
}

.testimonial .testimony {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #111827;
}
@media screen and (max-width: 767px){ 
  .testimonial .testimony {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 15px;
  }
}

.testimonial .ratings {
  max-width: 100px; 
}
@media screen and (max-width: 767px){
  .testimonial .ratings {
    max-width: 70px; 
  } 
}

.swiper {
  /*overflow: visible !important;*/
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -5px;
}

/* -----  channel list ----- */
.channel-list {
  padding: 50px 0;
}


/* ----- floating whatsapp ----- */
.floating-whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
}

.floating-whatsapp img {
  width: 64px;
}
@media screen and (max-width: 767px){
  .floating-whatsapp img {
    width: 50px;
  }
}

/* ----- footer ----- */
.footer {
  border-top: 2px solid rgba(0,0,0,0.1);
  padding: 50px 0;
}

@media screen and (max-width: 767px){
  .footer {
    text-align: center;
  }
}

.footer .social {

}

.footer .social img {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  transition: all 0.3s;
  margin: 2px;
}

.footer .social a:hover img{
  transform: scale(1.1);
} 

.footer .footer-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: underline;
}

@media screen and (max-width: 767px){
  .footer .footer-title{
    margin-top: 30px;
  }
}

.footer .footer-links {
  list-style: none;
  padding: 0;
}

.footer .footer-links > li > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.footer .supported-payments img {
  width: 64px;
  margin: 2px;
}
