/*body {
/*	font-family: "Rubik",Sans-serif;*/
/*	font-family: 'Poppins',sans-serif;*/

main {
	overflow-x: hidden;
}

:root {
	--bs-font-poppins-serif: 'Poppins',sans-serif;
	--bs-font-sans-serif: 'Open Sans',sans-serif
    --bannersone-height: 100px;
/*    --grey: #BEC2C7;*/
    --grey: #D8D8D8;
    /*--bs-body-bg: transparent;
    --bs-border-color: transparent;
    --bs-primary-bg-subtle: transparent;
    --bs-accordion-btn-focus-box-shadow: 0;*/
    --bs-primary-text-emphasis: var(--IPTVTHEME_BUTTON_BG_COLOR);
    --bs-btn-active-bg: var(--IPTVTHEME_BUTTON_BG_COLOR);
    --bs-btn-focus-box-shadow: var(--IPTVTHEME_BUTTON_BG_COLOR);
    --bs-btn-bg: var(--IPTVTHEME_BUTTON_BG_COLOR);
    --color-white: #fff;
    --bg-video-height: 110vh;
}

.text-right {
	text-align: right;
}
.text-white {
	color: var(--color-white);
}

.iptv-star-rating {
	margin-left: 15px;
	vertical-align: middle;
}

.fa-star.fs12px {
	font-size: 12px;
	margin-right: -2px;
	color: var(--IPTVTHEME_BUTTON_BG_COLOR);
}

/*
.accordion-button:focus {
	box-shadow: 0 !important;
}*/

h1, h2 {
	font-family: var(--bs-font-poppins-serif);
}

@media screen and (max-width: 768px) {
	:root {
	    --bannersone-height: 70px;
	}
}

/* banners 1 */
.bannersOne-items {
	max-height: var(--bannersone-height);
}

.bannersOne-items img {
	/*    height: calc(var(--bannersone-height) - 20px);*/
    width: 100%;
}

/* banners 2 */
.bannersTwo-items {
	padding: 10px 0;
}

.bannersTwo-items img {
	width: 100%;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
	section {
		min-height: 100vh;
	}
	h1 {
		font-size: 45px;
	}
	.center-padding {
		padding: 0 25%;
	}
	.center-div {
		margin: 0;
	  position: absolute;
	  top: 50%;
	  transform: translate(0, -50%);
	}
	.padding-10 {
		padding: 0 30px;
	}
	#selectBestProvider {
		padding: 50px;
	}
	.mt-5-md {
		margin-top: 3rem !important;
	}
	.overlay-text h1 {
	    font-size: 3em;
	    margin: 0;
	}
	#IPTVpackages .product-variants {
	    /*height: 130px;
	    display: flex;
	    justify-content: center;
	    align-items: flex-end;*/
	}
}

.swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
}

/* banners 3 */
.bannersThree-items img {
	width: 100%;
/*	border-radius: 5px;*/
}

/* banners 4 */
.bannersFour-items img {
	width: 100%;
	border-radius: 25px 25px 25px 25px;
	border-style: solid;
	border-color: grey;
}

#IPTVpackages hr {
	margin-top: 0;
  width: 40%;
  margin: auto;
}
#IPTVpackages .card {
  border-radius: 40px;
}
.properties {
	position: relative;
	margin: 10px auto;
}
.properties span:after {
    content: '';
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: -10px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: lightgrey;
    opacity: 0.3;
}

.f-small {
	font-size: small;
}
.text-border-color.properties span:after 	{
    bottom: -5px;
    opacity: 0.6;
    width: 70%;
    left: 15%;
   	border-color: grey;
}
.h2-small {
	font-size: large;
}

.line-through {
	text-decoration: line-through;
	opacity: 0.6;
}

#IPTVpackages h2,
#IPTVpackages .fa-check, .animated-underline-svg {
	color: var(--IPTVTHEME_BUTTON_BG_COLOR);
}
#IPTVpackages .fa-check {
	font-size: larger;
}

.bg-white {
	background-color: #fff;
}

.bg-gradient-blue {
	background-color: transparent;
  background-image: radial-gradient(at center center, #616AF980 0%, #616AF900 65%);
}

#moneyBackGurantee img {
	width: 60%;
  opacity: 1;
  transition-duration: 0s;
}

.text-small-icons {
	text-align: center;
	background-color: var(--IPTVTHEME_BUTTON_BG_COLOR);
	border-radius: 50%;
	width: 56px;
	height: 56px;
	font-size: 28px;
	padding: .5rem;
}

.text-span-heading {
/*	font-we*/
}

.text-steps {
	background-color: var(--IPTVTHEME_BUTTON_BG_COLOR);
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	font-size: 67px;
}

.text-steps-span {
	font-size: 18px;
}

.text-steps-span-small {
	font-size: 15px;
	color: lightgrey;
}

a.text-grey:focus, a.text-grey:active, a.text-grey:hover, .text-grey {
	color: var(--grey);
}

.pull-right {
	float: right;
}

.iptv-accordion-header {
    padding: 10px 0;
    cursor: pointer;
}
.iptv-accordion-header.active {
   color: var(--IPTVTHEME_BUTTON_BG_COLOR);
}
.iptv-accordion-content {
    display: none;
    padding: 10px;
    border-top: none;
}

.video-container {
    position: relative;
    height: var(--bg-video-height);
    width: 100%;
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: var(--bg-video-height); /* Ensure it covers at least the viewport height */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}

.overlay-text {
	width: 80%;
    position: absolute;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
}
.overlay-text p {
    font-size: 1.5em;
    margin-top: 10px;
}
.typewriter-text {
	background-color: #d3d3d3;
    color: #1e1818;
    padding: 0 5px;
}
.svg-path {
    isplay: inline-block;
    width: calc(100% + 20px);
    position: absolute;
    height: auto;
    top: 0px;
    left: -10px;
}
.path {
    fill: none;
    stroke: var(--grey); /* Adjust stroke color as needed */
    stroke-width: 10; /* Adjust stroke width as needed */
    stroke-dasharray: 1000; /* Adjust based on path length */
    stroke-dashoffset: 1000; /* Initially hide the path */
    animation: draw 2s forwards infinite;
    animation-delay: 3s;
}

@keyframes draw {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.reverse-bg {
	background-color: var(--IPTVTHEME_BUTTON_BG_COLOR);
	color: var(--color-white);
}

#IPTVpackages .reverse-bg h2, #IPTVpackages .reverse-bg .fa-check {
	color: #000;
}

.reverse-bg .text-border-color.properties span:after {
	border-color: var(--color-white);
}
.overlay-text h6.fs16low {
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	/*#IPTVpackages .card {
	  margin: 20px;
	}*/
	.f-small {
		font-size: medium;
		font-weight: 400;
	}
	#IPTVpackages .card {
		padding-top: 10px;
	}
	#IPTVpackages h2 {
		font-size: 35px;
	}
	.overlay-text {
    	transform: translate(-50%, -30%);
	}
	.overlay-text h6 {
	    font-size: 14px;
	}
	.video-container, #background-video {
		height: 724px;
	}

	#background-video {
		object-fit: cover;
		min-height: 724px;
	}

	/*.header-top {
		display: none;
	}
*/
	#bg_video_heading {
		font-size: 24px;
	}

	.overlay-text h6.fs16low {
		font-size: 16px;
	}
}

#IPTVpackages .product-variants>.product-variants-item select {
	background-color: #fff !important;
}

#IPTVpackages .product-variants>.product-variants-item {
	margin: 0;
	margin-bottom: 5px;
}
#IPTVpackages .product-variants .form-control-select {
	width: 100%;
	margin: auto;
}

#IPTVpackages .product-variants-item {
	display: flex;
    align-items: center;
/*    width: 90%;*/
}