/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face{
	src: url("../fonts/GoldenHopes_PERSONAL_USE_ONLY.otf");
	font-family: 'gold';
}

@font-face{
	src: url("../fonts/MonumentExtended-Ultrabold.otf");
	font-family: 'monu';
}

@font-face{
	src: url("../fonts/MonumentExtended-Regular.otf");
	font-family: 'monu-reg';
}
:root {
/* Customize button color here */
--chat-btn-bg: #e11d48; /* red-600 */
--chat-btn-bg-hover: #be123c; /* darker red */
--chat-btn-ring: rgba(225, 29, 72, 0.35);
--chat-btn-size: 56px; /* diameter */
--chat-z: 2147483647; /* keep above most UI */
}


.chat-fab {
position: fixed;
right: max(16px, env(safe-area-inset-right));
bottom: calc(max(16px, env(safe-area-inset-bottom)));
width: var(--chat-btn-size);
height: var(--chat-btn-size);
border-radius: 9999px;
background: var(--chat-btn-bg);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 20px rgba(0,0,0,.25), 0 6px 6px rgba(0,0,0,.22);
text-decoration: none;
z-index: var(--chat-z);
cursor: pointer;
transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
-webkit-tap-highlight-color: transparent;
}


.chat-fab:hover,
.chat-fab:focus-visible {
background: var(--chat-btn-bg-hover);
transform: translateY(-1px);
box-shadow: 0 14px 28px rgba(0,0,0,.28), 0 10px 10px rgba(0,0,0,.20), 0 0 0 6px var(--chat-btn-ring);
outline: none;
}


.chat-fab:active {
transform: translateY(0);
box-shadow: 0 8px 16px rgba(0,0,0,.22), 0 6px 8px rgba(0,0,0,.18);
}
a:hover{
    color:white;
}

/* Optional subtle pulse to draw attention; respects reduced motion */
@media (prefers-reduced-motion: no-preference) {
.chat-fab[data-pulse="true"]::after {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
box-shadow: 0 0 0 0 var(--chat-btn-ring);
animation: chat-pulse 2s ease-out infinite;
}
@keyframes chat-pulse {
0% { box-shadow: 0 0 0 0 var(--chat-btn-ring); }
70% { box-shadow: 0 0 0 18px rgba(225, 29, 72, 0); }
100% { box-shadow: 0 0 0 0 rgba(225, 29, 72, 0); }
}
}


/* Accessible label chip (optional) */
.chat-fab-label {
position: fixed;
right: calc(max(16px, env(safe-area-inset-right)) + var(--chat-btn-size) + 12px);
bottom: calc(max(16px, env(safe-area-inset-bottom)) + 8px);
background: #111827; /* gray-900 */
color: #fff;
padding: 8px 10px;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 14px;
border-radius: 12px;
box-shadow: 0 8px 16px rgba(0,0,0,.2);
z-index: var(--chat-z);
user-select: none;
pointer-events: none; /* let clicks go to the button */
}


.chat-fab svg { width: 26px; height: 26px; }
a{color:white;}
a:hover{
	text-decoration: none;
}
.steps-num{
	font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 12rem;
    z-index: -1;
    margin-left: -2rem;
    /* margin: 0 auto; */
    margin-top: -7rem;
    position: absolute;
    color: #2b2b2b;
}
body{
	background: #141414;
  overflow-x: hidden;
}
.navbar-light .navbar-toggler{
	border:0;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
	font-family: 'monu-reg';
    font-weight: 400;
    text-transform: uppercase;
	font-size: small;
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.navbar-light .navbar-nav .active:after{
	content: " ";
	display: inline-block;
	width: 7px;
	height: 7px;
	display: block;
	color: #fff;
	background-color: white;
	border-radius: 5px;
	animation: shadow-pulse 1s infinite;
	margin: 0 auto;
}


@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255);
	}
	100% {
		box-shadow: 0 0 0 10px transparent;
	}
}

button:focus{
	outline: none !important;
}
.navbar-nav{
    padding: 0.5rem 0rem 0.5rem 0rem;
	
}
.navbar-light .navbar-toggler-icon{
	  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
	color:white;

	
    border-radius: 7px;

}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
	color:white;
}

.hero-section{
	background: url("../img/iptv-banner copy.webp");
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
	padding: 2rem;
	height: 100vh;
    margin-bottom:4rem;
}

.subhead1{
	color: #ff2948;
	font-family: 'gold';
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: -41px;
	position: relative;
	margin-top: 295px;
	
}
.subhead2{
	color: #ff2948;
	font-family: 'gold';
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: -41px;
	position: relative;
	
}

.head1{
	font-family: 'monu';
	font-size: 5rem;
}
.para1{
	font-family: "Poppins", sans-serif;
  font-weight: 400;
	font-size: 0.8rem;
	color:#d0d0d0; 
}
.navbar-light .navbar-brand{
	font-family: "Poppins", sans-serif;
  font-weight: 700;
	color:white; 
}

.Btn {
  width: 150px;
  height: 50px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 13.5px;
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  cursor: pointer;
  margin-left:2rem;
  background: linear-gradient(-45deg, #042fff, #d70c0c, #373737, #be1010);
  background-size: 1000% 1000%;
  animation: gradient 5s ease infinite;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.247);
  transition-duration: .1s;
}
/* Button's gradient animation */
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}
/* Effect on Hover*/
.Btn::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  left: -70px;
  top: 0;
  background-color: rgba(214, 199, 255, 0.329);
  filter: blur(10px);
  transition-duration: .3s;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.Btn:hover::before {
  transform: translateX(250px);
  transition-duration: .3s;
}
/* Effect on click */
.Btn:active {
  transform: translate(2px,2px);
  transition-duration: .1s;
}
.cssbuttons-io-button {
  background-image: linear-gradient(235deg, #2128fd 0%, #ff2121 100%);
    color: white;
    font-family: "Poppins", sans-serif;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 15px;
    margin: 0 auto;
    border-radius: 10em;
    margin-top: 2rem;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 10em;
  right: 0.3em;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #B721FF;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.9);
}

:root {
  --marquee-width: 50vw;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  background-color: #141414;
  color: #eee;
  overflow: hidden;
  position: relative;
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right, #141414 0%, transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #141414 0%, transparent 100%);
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content li img {
  width: 100%;
  
}

@media (max-width: 600px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}

.div2{
	margin-top: 8rem;
}

.subhead2{
	color: #ff2948;
	font-family: 'gold';
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: -33px;
	position: relative;
	
}

.head2{
	font-family: 'monu';
	font-size: 3rem;
}

.card {
 	width: 190px;
    height: auto;
    border-radius: 30px;
    background: rgb(255 255 255 / 6%);
	padding:2rem;
	
}

.box{
	box-sizing: border-box;
    border: 14px solid transparent;
    background-clip: padding-box !important;
	
}
.cardhead{
	 color: white;
    font-family: 'monu-reg';
    border-radius: 8px;
}

.choosepara{
	font-family: 'Poppins', sans-serif;
    font-size: small;
    color: white;
	
}

.div4{
	margin-top: 8rem;
}

.head3{
	font-family: 'monu';
	font-size: 2rem;
}

.div5{
	margin-top: 8rem;
}

.div6{
	margin-top: 8rem;
}

.div7{
	margin-top: 8rem;
}

#testimonial_area {
	padding: 4% 0;
}
.box-area {
	padding: 4rem;
	position: relative;
	border-radius:20px;
	display: block;
	background: rgb(116 116 116 / 10%);
	color: #000;
	margin: 40px 0;
}
.box-area h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: white;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.box-area span {
	color: #262626;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: 400;
}
.box-area .content {
	font-size:small;
	color: #4D4D4D;
	font-family: 'Poppins', sans-serif;

}
.box-area .img-area {
	width: 90px;
	height: 90px;
	position: absolute;
	top: -40px;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	right: 0;
	z-index: 1;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.box-area .img-area img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.socials {
	margin-top: 30px;
	color:white;
}
.socials i {
	margin: 0;
	color: #FF7800;
	font-size: 18px;
}
#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	width: 50px;
	height: 50px;
	font-size:1.5rem;
	line-height: 40px;
	color: white;
	border-radius: 50%;
	text-align: center;
	position: absolute;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
	.accordion{
	    width:100% !important;
	}
	.navbar-collapse{
	    background: #1f1f1f;
    padding: 1rem;
    border-radius: 20px;
    border: 2px solid #3b3b3b;
	}
	.navbar-light .navbar-nav .active:after{
	    display:none;
	}
	.Btn{
	    margin-left:0;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}

.choosepara1{
	font-family: 'Poppins', sans-serif;
    font-size: large;
    color: white;
	
}



.card-body1{
	background:radial-gradient(circle at right, #3d3d3d, #282828);
    border-radius: 31px;
	padding: 15px;
	box-sizing: border-box;
    border: 12px solid transparent;
    background-clip: padding-box !important;
}

.card-head1{

	color: white;
	font-family: 'monu-reg';
	font-size: 3rem;
	text-transform: uppercase;
}

.card-para1{
	

	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 0.8rem;
	
}

.card-body2{
    background: #191919;
    border-radius: 20px;
	padding: 2rem;
	
	
}


.card-head2{
	color: white;
    letter-spacing: 1px;
	font-family: 'monu';
	font-size: 1.2rem;
	text-transform: uppercase;
}

.card-para2{
	
	color: white;
	font-family: 'monu-reg';
	font-size: small;
	padding-bottom: 6px;
}

.card-price{
	font-size: 1.2rem;
}


.card-para3{
	font-family: 'Poppins', sans-serif;
	font-size: small;
	color: white;
	border-radius: 11px;
}

.card-para3:nth-of-type(odd){
	
	background: rgb(255 255 255 / 6%);
	padding: 12px 0px 12px 20px;

}



.card-para3:nth-of-type(even) {
padding: 12px 0px 12px 20px;

}
.card-para3:nth-of-type(odd) i{
	
	color: #3F45FF ;
}
.card-para3:nth-of-type(even)  i{

	color: #ff2121;
}

.bg{
	font-size: small;
	
}

.btn-buy {
  font-family: inherit;
  width:100%;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  background-image: linear-gradient(235deg, #2128fd 0%, #ff2121 100%);
  color: white;
  padding: 10px 60px;
  padding-left: 60px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  white-space:nowrap;
}

.btn-buy span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.btn-buy svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.btn-buy:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.btn-buy:hover svg {
  transform: translateX(2.5em) rotate(45deg) scale(1.1);
}

.btn-buy:hover span {
  transform: translateX(9em);
}

.btn-buy:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

.div9{
	
	margin-top: 8rem;
	background: rgb(116 116 116 / 10%);
	padding: 40px;
	border-radius: 16px;
}

.btn-banner {
  position: relative;
	font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease-in-out;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-image: linear-gradient(235deg, #2128fd 0%, #ff2121 100%);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
border: 0;
  gap: 10px;
  width: 60%;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}

.btn-banner:hover {
  transform: scale(1.05);

}

.btn-banner:hover .icon {
  transform: translate(4px);
}

.btn-banner:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.btn-banner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
   
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card1 {
 border: none;
    background: rgb(19 19 19);
    border-right: 3px solid #ff2121;
    border-left: 3px solid #ff2121;
    border-radius: 19px;
	margin-bottom: 1rem;

}

.bg{
	background: #0d0d0d;
    padding: 2rem;
    border-radius: 33px 0px 0px 33px;
    margin-left: -2px;
	margin-right: 1rem;
	height: 100%;
}

.bg i{
	transform: scale(1.5);
    color: white;
}

.faq .card1 .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.faq .card1 .card-header .faq-title {
 width: 100%;
    text-align: left;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 0;
    font-weight: 400;
    font-size: medium;
    letter-spacing: 1px;
    color: #b2afaf;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 26px;
    padding-bottom: 26px;
	font-family: 'Poppins', sans-serif;

}

.faq .card1 .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card1 .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: small;
font-family: 'Poppins', sans-serif;
  color: #b2afaf;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.faq .card1 .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card1 .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
	.header-top{
		padding-bottom:10rem !important
	}
}

.gradient-banner{
	 background: linear-gradient(235deg, #2128fd 0%, #ff2121 100%);
    padding: 2rem;
    border-radius: 23px;
}
.et-hero-tabs {
    height: auto!important;
	margin-top:5rem;
}

.et-hero-tabs,.et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    align-items: center;
    position: relative;
    background: transparent;
    text-align: center;
    padding: 0 2em
}

.et-hero-tabs h1,.et-slide h1 {
    font-size: 2rem;
    margin: 0;
    letter-spacing: 1rem
}

.et-hero-tabs h3,.et-slide h3 {
    font-size: 1rem;
    letter-spacing: .3rem;
    opacity: .6
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 70px;
    
    z-index: 0
}

.et-hero-tabs-container--top {
    position: fixed;
    top: 0
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #fff;
    letter-spacing: .1rem;
    transition: all .5s ease;
    font-size: .8rem;
    border-radius: 23px;
    margin: .5rem;
    background: hsl(0deg 0% 100% / 6%);
}

.et-hero-tab:hover {
    color: #fff;
    background: linear-gradient(to left,#2128fd 0%,#ff2121 100%); 
    background-size: 400% 400%;
    animation: gradient 2s ease infinite
}

.et-hero-tabs-container a:hover {
    color: #fff!important
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #e62637;
    transition: left .3s ease
}

@media (min-width: 800px) {
    .et-hero-tabs h1,.et-slide h1 {
        font-size:3rem
    }

    .et-hero-tabs h3,.et-slide h3 {
        font-size: 1rem
    }

    .et-hero-tab {
        font-size: 1rem
    }
}

@media (max-width: 960px) {
    .et-hero-tab {
        display:inline-flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        flex: none;
        overflow-x: visible;
        width:30%;
    }

    .et-hero-tabs-container {
        display: inline-flex;
        flex-direction: row;
        bottom: 0;
        overflow-x: auto;
        scroll-behavior: smooth;
        width: 100%;
        min-width: 100%;
        overflow-y: auto
    }
}

.button_sec {
  width: fit-content;
  display: flex;
  padding: 1.2em 2rem;
  cursor: pointer;
  gap: 0.8rem;
  font-weight: bold;
  border-radius: 30px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background: linear-gradient(235deg, #2128fd 0%, #ff2121 100%) no-repeat;
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
  transition: background .3s ease;
}

.button_sec:hover {
  background-size: 320%;
  background-position: right center;
}

.button_sec:hover svg {
  fill: #fff;
}

.button_sec svg {
  width: 23px;
  fill: #f09f33;
  transition: .3s ease;
}

.button_sec2 {
  width: fit-content;
  display: flex;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  gap: 0.8rem;
  font-weight: bold;
  border-radius: 30px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background: linear-gradient(146deg, #eb0f3c, #eb0f3c, #7e039a, #7e039a, #eb0f3c, #7e039a, #7e039a) no-repeat;
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
  transition: background .3s ease;
}

.button_sec2:hover {
  background-size: 320%;
  background-position: right center;
}

.button_sec2:hover svg {
  fill: #fff;
}

.button_sec2 svg {
  width: 23px;
  fill: #f09f33;
  transition: .3s ease;
}

.head5{
	color: white;
	font-family: 'monu';
	font-size: 3rem;
	text-transform: uppercase;
}

.headpara{
	font-family: 'Poppins', sans-serif;
    font-size: small;
	margin-bottom: 4rem;
	
}

main {
margin-top: 7rem;
	
  height: 60vh;
  height: 60svh;
  display: grid;
  place-items: center;
}

.accordion {
	 list-style-type: none;
	 display: flex;
	 gap: 0.15rem;
	 padding: 0.15rem;
	 width: 1400px;
}
 .accordion:hover :not(.item:hover) {
	 flex: 1;
}
 .accordion:hover :not(.item:hover) img {
	 transform: scale(1.5);
}
 .accordion .item {
	 flex: 1;
	 height: 52vmin;
	 cursor: pointer;
	 overflow: hidden;
	 transition: flex 1s;
}
 .accordion .item:last-of-type {
	 flex: 14;
}
 .accordion .item:last-of-type img {
	 transform: scale(1);
}
 .accordion .item:hover {
	 flex: 5;
}
 .accordion .item:hover img {
	 transform: scale(1);
}
 .accordion .item img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 transform: scale(1.5);
	 transition: transform 0.75s ease-in-out;
}
 .ribbon {
  width: 150px;
  height: 150px;
  position: absolute;
 transform: scale(0.6);
top: -29px;
right: -36px;
  overflow: hidden;
}

.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #313131;
  z-index: 0;
}

.ribbon::after {
  bottom: 0;
  right: 0;
	z-index: -1;
}

.ribbon span {
  position: absolute;
  width: 220px;
  height: 40px;
  background-color: #E41619;
  transform: rotate(45deg);
  top: 40px;
  left: -22px;
	font-size: small;
	font-weight:bold;
  text-align: center;
  line-height: 40px; /* should be same as heigh */
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.setup-head{
	font-family: 'monu';
    text-transform: uppercase;
}
.setup-p{
	font-family: 'Poppins';
    font-size: small;
}
@media (max-width:1336px){
  .hero-section{
    height:85vh;
  }
  .tv-channels-img{
    margin: 0 auto;
    display: block;
  }
}
@media (max-width:1200px){
  video{
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width:1000px){
  .hero-section{
    height:70vh;
  }
  .bg{
    display:none;
  }
  .faq .card1 .card-header .faq-title{
    text-align:center;
  }
}