@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Ultralight.woff2') format('woff2'),
        url('../fonts/SFProText-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Ultralight.woff2') format('woff2'),
        url('../fonts/SFProText-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



body{
	font-family: 'SFProText';
	font-size: 16px;
	color: #fff;
	line-height: 22.4px;
	letter-spacing: 0.2px;
	font-weight: normal;
	overflow-x: hidden;
	background-color: #111214;
}

.logo{
	width:256px;
}

.inner-logo{
	width:163px;
	margin: 20px auto;
}

a{
    text-decoration: none!important;
}

.logo-container{
	z-index: 999;
}

.container-height{
	height: 100vh;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem !important;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
	border-radius: 6px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1 !important;
    width: 7px !important;
    height: 7px !important;
	margin-top: -1px;
}

.item-button{
	 position: absolute; bottom: 25px; width:100%; text-align: center;
}

.watch-icon{
	 margin-top: -3px;
}

.primary-button{
width: 144px;
background: #FFFFFF;
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
border-radius: 4px;
}

.border-button{

box-sizing: border-box;

border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 4px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-align: center;
padding: 12px;
color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
}

.gradient-button{
background: linear-gradient(90deg, #644CAB 0%, #472C98 100%);
border: 0px solid rgba(255, 255, 255, 0.24);
border-radius: 4px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-align: center;

color: #FFFFFF;
	padding:11px 30px;
	min-width: 150px;
}

.border-button-1{
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 4px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-align: center;

color: #FF8282;
	padding:10px 30px;
	min-width: 150px;
}

.disable-button{
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
border-radius: 4px;
background: #888888;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-align: center;

color: #FFFFFF;
width:100%;
padding:10px;
}

.failed-button{
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
background: #E24646;
border-radius: 4px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-align: center;
padding: 10px;
color: #FFFFFF;
}


h4{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
}

.card{
	--bs-card-bg: #111214;
}

.card-title{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
color: #FFFFFF;
}

.card-body{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

.wrapper{
	display: flex;
	overflow-x: auto;
}

.wrapper::-webkit-scrollbar{
	width: 0;
}

.wrapper .item{
	min-width:100px;
	margin-right: 12px;
	border: 0px;
}

.subscription-item{
	min-width: 185px !important;
}


.pl-20{
	padding-left: 20px;
}

.pr-20{
	padding-right: 20px;
}

.all-links{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;

color: #FFFFFF !important;

mix-blend-mode: normal;
	text-decoration: none;

}

.hz-card-2-3{
	 min-width: 155px; border: 0px;margin-right: 15px;
}

.hz-card-1-5{
	 min-width: 240px; border: 0px;margin-right: 15px;
}

.card img{
	 border-radius: 7px;
}

.footer-margin{
	margin-bottom: 70px;
}

footer{
	 background-color: #202123; padding: 15px; position: fixed;bottom: 0px; left: 0px; right: 0px;
}

.page-heading{
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 25px;
/* identical to box height */

color: #FFFFFF;


}

.margin-150{
	margin-top: 150px;
}

.search-heading{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
/* identical to box height */

color: #FFFFFF;


}

.search-p{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
/* or 150% */
text-align: center;

color: rgba(255, 255, 255, 0.7);


}

.result-tabs li a{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-align: center;

color: #FFFFFF;
text-decoration: none;
	display: block;
	width: 105px;

}

.result-tabs li .active{
	color:#644CAB;
}

.result-tabs li .active::after {
 display: block;
   content: '';
  width: 20px;
  height: 3px;
  background: #644CAB;
	margin: 10px auto;
}

.m-left--20{
	margin-left: -20px;
}

input[type=text]{
	color:#fff;
}

.profile-settings span{

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
/* identical to box height */

color: #FFFFFF;
margin-left: 20px;

}

.profile-button{
	padding:15px 0px;
	border-bottom: 1px solid #111214;
	border-radius: 0px;
}

.profile-button:focus{
	border-bottom: 1px solid #111214;
}

.profile-button:active{
	border-bottom: 0px solid #111214;
}

.profile-button-border{
	border-bottom: 0px solid #111214 !important;
}

#language .card-body {
    padding: 15px;
    border: 1px solid #232323;
    background: #232323;
	border-radius: 4px;
}

.form-check-input{
	background-color: transparent !important;
	 border: 2px solid #937CDB !important;
}

.form-check-input:checked {
    background-color: transparent!important;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23937CDB'/%3e%3c/svg%3e");
}

.rotate-90 {
    transform: rotate(90deg);
}

#subscription{
	 border: 1px solid #937CDB; border-radius: 4px; padding: 15px;
}

.subscription-star{
	width: 20px;
} 

.active-plan{
	 background: #4ADE801F;padding: 6px; border-radius: 6px; margin-top: 15px;font-size: 10px;font-weight: 600;line-height: 14px;letter-spacing: 0.20000000298023224px;text-align: left; color: #1BAC4B;
}

.subscription-card-popular{
	background-color:#232323; border: 1px solid #303030; border-radius: 4px; padding:10px; position: relative;
}

.sbedge{
	background-color:#fff; font-size: 10px;color: #FA8453; border: 1px solid #FA8453; border-radius: 20px; padding:2px 10px; position: absolute; top: -15px;
}

.right-sbedge{
	right:20px;
}

.scard-body{
	width: 100%; display: inline-flex; margin-top: 15px;
}

.reset-scard-body{
	margin-top: 0px;
}

.scard-calendar{
	background: linear-gradient(0deg, #462A98, #997EE8),linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)); border-radius: 4px; padding: 20px 9px 9px;
}

.active-plan{
	 background: #1C7B3F;padding: 6px; border-radius: 6px; margin-top: 15px;font-size: 10px;font-weight: 600;line-height: 14px;letter-spacing: 0.20000000298023224px;text-align: left; color: #fff;
}

.scard-date{
	font-size: 20px; color:#fff; text-align: center; padding: 0px; line-height: 7px;font-weight: 700;
}

.scard-days{
	font-size: 16px;line-height: 14px; color:#fff; margin-bottom: 0px; text-align: center; font-weight: 400;
}

.scard-price{
	margin: auto 0px auto 15px;
	height: 42px;
}

.valid-date{

font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height */

color: rgba(255, 255, 255, 0.6);


}

.unsubscribe{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height */

color: #937CDB;
}

.renew-plan{
	 background: linear-gradient(0deg, #4B2F9D, #957AE4),linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
	padding: 5px 10px; border-radius: 4px; color: #fff;
font-size: 10px;
font-weight: 500;
line-height: 16px;
letter-spacing: 0.20000000298023224px;
text-align: center;
width: auto;
    display: inline;
    float: right;
    margin-top: 5px;
}

.cal-expired{
	background: #DADADA;
	
}

.cal-expired p, .cal-expired h4{
	color:#000;
}

.logout-section{
	width: 100%; height: 200px; position: absolute; bottom: 0px; padding:10px 35px; z-index: 999; background-color: #232323; border-radius: 15px 15px 0px 0px;
}

.logout-section p{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
/* identical to box height */

color: #FFFFFF;
}

.logout-section hr{
	width:35px;
	margin:10px auto;
	border-top:3px solid #fff;
}

.login-inputbox{
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.35);
	padding-left: 0px;
	color:#fff;
}

.login-instruction{
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
/* identical to box height */

color: #FFFFFF;
text-align: center;

}

.termsservices{
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
/* identical to box height */

color: #654DAB;
text-align: center;
	margin-top: 10px;

}

.signup-link{
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	text-align: center;

font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #FFFFFF;
}


.signup-link a{
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #644CAB;
text-decoration: none;

}

.iti{
	width: 100%;
}

#otp input[type=number]{
	background-color:transparent;
	width: 40px;
	height: 40px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.5);
}

.sbedge {
    position: absolute;
    top: -12px;

background: linear-gradient(90deg, #644CAB 0%, #432795 100%);
border: 1px solid #553AA1;
border-radius: 13px;

font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 14px;
/* identical to box height */
letter-spacing: 0.2px;

color: #FFFFFF;

padding: 5px 17px;

}

.font-10{
	font-size: 10px;
}


.font-24{
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 120%;

}

.font-14{
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 140%;
color: #9E9E9E;
}

.plan-subscription{
	width: 183px;
    margin-top: 14px;
    margin-right: 50px;
}

.renewal-instruction{

font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 180%;
align-items: center;
text-align: center;
letter-spacing: 0.2px;
color: #FFFFFF;


}

.renewal-instruction a{
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 17px;
/* identical to box height */

color: #644CAB;
text-decoration: none;

}

.instructions{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
/* or 20px */
letter-spacing: 0.2px;

color: #FFFFFF;


}

.subscribe-pop {
    width: 90%;
    margin: 0px auto;
}

.subscribe-pop .modal-content {
    border-radius: 4px;
    padding: 20px;
	background-color: #303030;
}

.subscribe-pop .modal-content h4{
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 120%;
/* identical to box height, or 29px */
text-align: center;

color: #FFFFFF;
}

.subscribe-pop .modal-content p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
/* or 22px */
text-align: center;
letter-spacing: 0.2px;

color: #FFFFFF;

}

.button-shadow{

box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.top-overlay{
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	z-index: 9;
}

.bottom-overlay{
	background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 160px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    left: 0px;
    right: 0px;
}

.detail-hero-image{
	height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
}

.detail{
	margin-top: -60px;
    z-index: 999999;
    position: relative;
}

.detail h4{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;

color: #FFFFFF;
}

.detail h3{
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 33px;

color: #FFFFFF;
}

.detail .small-info{
font-style: normal !important;
font-weight: 400 !important;
font-size: 10px !important;
line-height: 12px !important;
/* identical to box height */

color: #FFFFFF !important;


}

.detail p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: rgba(255, 255, 255, 0.6);
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    display: none
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-trigger:before {
    content: 'read more';
}

.read-more-state:checked ~ .read-more-wrap .read-more-trigger:before {
    content: 'read less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline;
    caption-side: bottom;
}

.read-more-toggle {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */

color: #644CAB;
}

.movie-detail h3{
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 25px;

color: #FFFFFF;
}

.movie-detail .small-info{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #FFFFFF;

mix-blend-mode: normal;
opacity: 0.7;

}

.sm-movie-card{
	margin-bottom: 15px;
}

.sm-movie-card img{
	border-radius: 7px;
}

.sm-movie-card h4{
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */

color: #F5F5F5;


}

.sm-movie-card .artist{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height */
margin-bottom:1px;
color: #C6C6C6;


}

.sm-movie-card .watch{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height */

color: #909090;


}

.total-time{
	position: absolute;
	left: 10px;
	bottom: 11px;
	background-color:#000000;
	padding:5px;
	border-radius: 20px;

font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
/* identical to box height */

color: rgba(255,255,255,0.8);


}

.play-button{
	position: absolute;
	right: 10px;
	bottom:7px;
}
