@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/*NOTIFY */

.controls button.submit {
    
    background: #fe6a84 !important;
   
}

header .top_menu .top_menu_content .link_menu a span {
    font-size: 14px;
}

.notifyjs-prem_notify-base{
font-family:"Nunito" ;

}
.card-title {

font-weight: bold;
}
h2 {
font-size: 24px;
font-family: 'Open Sans';
font-weight: bold;
font-size: 32px;
}
button.no.stay-free {
line-height: 20px;
}
.close-model {
position: absolute;
right: 13px;
top: 8px;
font-size: 20px;
opacity: 0.2;
cursor: pointer;
}
.close-model:focus,
.close-model:hover {
color: #fe6a84;
text-decoration: none;
cursor: pointer;
opacity: .5;
}
.notifyjs-prem_notify-base .title {
color: #dbd1d1;
font-size: 14px;
font-weight: normal;
text-align: justify;
padding: 16px;
box-sizing: border-box;
}
.notifyjs-prem_notify-base .buttons {
margin-top: 15px;
}

.notifyjs-prem_notify-base a.order-premium, .notifyjs-prem_notify-base button {
display: inline-block;
border-radius: 4px;
padding: 10px 15px;
vertical-align: middle;
color: #fff;
border: none;
outline: 0;
text-decoration: none;
background: #949ba9;
font-size: 15px;
font-weight: 600;
text-align: center;
cursor: pointer;
overflow: hidden;
position: relative;
white-space: nowrap;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
box-shadow: 0 0 0 transparent;
-webkit-appearance: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: .2s;
transition: .2s;
will-change: transform, box-shadow;
box-shadow: 0 4px 4px rgba(0, 0, 0, .1), 0 -100px 0 transparent inset;
}

.notifyjs-prem_notify-base a.order-premium {
    background: #fe6a84;
    color: #f9f9f9 !important;
    font-weight: bold;
}

.notifyjs-prem_notify-base button.stay-free:hover {
background: red;
color: #fff !important;
}

.notifyjs-prem_notify-base button+a {
margin-left: 10px;
}

.notifyjs-prem_notify-base button:hover {
background: #fe6a84;
color: #fff !important;
}

.notifyjs-prem_notify-base {
color: #f1e1e1;
border-radius: 6px;
max-width: 480px;
box-shadow: 0 4px 4px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .08);
cursor: default;
opacity: .9;
line-height: 1.3;
background: #444444;
padding: 20px;
text-align: center;
position: relative;
transition: 333ms all linear;
}

.notifyjs-prem_notify-base:hover {
opacity: 1;
}

@media (max-width:600px) {
.notifyjs-prem_notify-base {
opacity: 1;
}
img.img-logo {
    width: 130px !important;
    max-width: 130px !important;
}
header .right {
    margin-left: 4.3rem;
    margin-top: 0 !important;
}

.notifyjs-prem_notify-base button,
.notifyjs-prem_notify-base button+.order-premium {
margin: 10px;
}

.notifyjs-prem_notify-base .title {
font-size: 16px;
}

.notifyjs-prem_notify-base .buttons {
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}
}

.title {
font-size: 36px;
font-weight: 600;
padding: 10px 0;
color: #fff;
}

.notifyjs-corner {
position: fixed;
margin: 5px;
z-index: 1050;
}

.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
position: relative;
display: block;
height: inherit;
width: inherit;
margin: 3px;
}

.notifyjs-wrapper {
z-index: 1;
position: absolute;
display: inline-block;
height: 0;
width: 0;
}

.notifyjs-container {
display: none;
z-index: 1;
position: absolute;
}

[data-notify-text],
[data-notify-html] {
position: relative;
}

.notifyjs-arrow {
position: absolute;
z-index: 2;
width: 0;
height: 0;
}

@keyframes slideInFromLeft {
0% {
transform: translateX(-100%); /* Start off-screen on the left */
opacity: 0;
}
100% {
transform: translateX(0); /* End in original position */
opacity: 1;
}
}
/*NOTIFY */
.affordable-content button {
    color: #fff !important;
    font-size: 20px !important;
}

/*pro button*/
.premium-no-ads-btn {
    display: inline-block !important;
    background: linear-gradient(45deg, #fe6a84, #fe6a84);
    color: #ffffff !important;
    text-decoration: none;
    padding: 0 16px !important;
    border-radius: 50px;
    font-size: 12px !important;
    font-weight: bold !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 35px !important;
    margin-left: 12px;
}

.premium-no-ads-btn:before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 300%;
height: 100%;
background: rgba(255, 255, 255, 0.2); /* Light effect on hover */
transition: all 0.5s ease;
z-index: 0;
}

.premium-no-ads-btn:hover:before {
left: -50%; /* Light effect slides over on hover */
}

.premium-no-ads-btn:hover {
background: linear-gradient(45deg, #9ea5b1, #fe6a84);
box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
transform: scale(1.05);
color:#fff !important;
}

.premium-no-ads-btn:focus {
outline: none;
}

@media screen and (max-width: 760px) {

.premium-no-ads-btn {

line-height: 45px !important;

display: block !important;
text-align: center;
margin: 23px;
font-weight: bold !important;
}
}
/*pro button*/






.plans_warp {
width: 100%;
margin: auto;
color: #fff;
font-family: "Open Sans", sans-serif;;
text-shadow: 2px 2px 1px rgba(#333745, 0.6);
}

.plans_container {
min-height: 300px;
}



.hero {
background: url('{THEME}/pro/images/hero.webp') no-repeat center center;
background-size: cover;
position: relative;
min-height: 300px;
width: 100%;
height: 100%;
}

.overlay_hero {
background: #000000ba;
width: 100%;
height: 100%;
z-index: 99999999999999999;
display: block;
position: static;
min-height: 300px;
top: 0;
left: 0;
}

.hero_content{
padding:20px ;
display:flex ;
justify-content:space-between ;
}
.typo,.logos{
padding:20px ;
}
.typo{
width:80%;
text-align:justify ;
}
.typo h1 {
font-size: 49px;
font-weight: bold;
margin-top: 111px;
margin-bottom: 53px;
font-family:"Open Sans"
}
.typo p {
font-size: 19px;
font-weight: normal !important;
line-height: 26px;
font-family: "Afacad Flux", sans-serif;
margin-bottom: 162px;
}

.logos ul{
list-style:none ;
}
.logos ul li{
margin: 15px 0px 38px;
text-align:center ;

}
.logos ul li img {
display: block;
vertical-align: middle;
max-width: 100%;
height: auto;
margin: auto;
}


.up_down {

margin: auto;
position: relative;

}
.section_header {
text-align: center;
margin-bottom:20px ;
}


.premium-no-ads-btn {
    margin-top: -2px;
    margin-right: 30px;
}

ul.header-menu.clearfix.fx-row.fx-start {
margin-top: -2px ;
}



/*cards*/

:root {
--color-text: #616161;
--color-text-btn: #ffffff;
--card1-gradient-color1: #f12711;
--card1-gradient-color2: #f5af19;
--card2-gradient-color1: #7F00FF;
--card2-gradient-color2: #E100FF;
--card3-gradient-color1: #3f2b96;
--card3-gradient-color2: #a8c0ff;
--card4-gradient-color1: #11998e;
--card4-gradient-color2: #38ef7d;
}

.cards_header {
text-align: center;
margin-bottom: 50px;
}

.cards {
display: flex;
justify-content: space-between;
max-width: 80%;
margin: auto;
}

.card-wrap {
width: 220px;
background: #fff;
border-radius: 20px;
border: 5px solid #fff;
overflow: hidden;
color: var(--color-text);
disney:inline-block ;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
rgba(0, 0, 0, 0.23) 0px 6px 6px;
cursor: pointer;
transition: all .2s ease-in-out;
}

.card-wrap:hover {
transform: scale(1.1);
}

.card-header {
height: 200px;
width: 100%;
background: red;
border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
display: grid;
place-items: center;

}

.card-header i {
color: #fff;
font-size: 72px;
}

.card-content {
display: flex;
flex-direction: column;
align-items: center;
width: 60%;
margin: 0 auto;
}

.card-title {
text-align: center;
text-transform: uppercase;
font-size: 16px;
margin-top: 10px;
margin-bottom: 20px;

}

.card-text {
text-align: left;
font-size: 13px;
margin-bottom: 20px;
}

.card-btn {
border: none;
border-radius: 100px;
padding: 5px 30px;
color: #fff;
margin-bottom: 15px;
text-transform: uppercase;
}

.card-header.one {
background: linear-gradient(to bottom left, var(--card1-gradient-color1), var(--card1-gradient-color2));
}

.card-header.two {
background: linear-gradient(to bottom left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}

.card-header.three {
background: linear-gradient(to bottom left, var(--card3-gradient-color1), var(--card3-gradient-color2));
}

.card-header.four {
background: linear-gradient(to bottom left, var(--card4-gradient-color1), var(--card4-gradient-color2));
}

.card-btn.one {
background: linear-gradient(to left, var(--card1-gradient-color1), var(--card1-gradient-color2));
}

.card-btn.two {
background: linear-gradient(to left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}

.card-btn.three {
background: linear-gradient(to left, var(--card3-gradient-color1), var(--card3-gradient-color2));
}

.card-btn.four {
background: linear-gradient(to left, var(--card4-gradient-color1), var(--card4-gradient-color2));
}
/*cards*/
.login-reg {
 
    margin-top: 6px;
}
.show-login {
    
    background: #fe6a84;
 
}
.show-login {
     
    cursor: pointer !important;
}
.controls button.submit {
 
    background: #fe6a84 !important;
	color: #fff;
}
[type="button"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
 
}

/**/
 #overlay {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10000;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		display: none;
	}

	input[type="text"],
	input[type="password"] {
		color: #717171;
		display: inline-block;
		width: 302px;
		height: 40px;
		line-height: 22px;
		padding: 10px;
		vertical-align: middle;
		border-radius: 5px;
		background: #191919;
		border: 1px solid #282828;
		-webkit-transition: border .2s linear 0;
		transition: border .2s linear 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	input[type="text"]:focus,
	input[type="password"]:focus {
		border-color: #fe6a84;
	}

	 

	input:focus {
		outline: none;
	}

	.clearfix:after {
		content: "";
		display: table;
		clear: both;
	}

	input[type="text"],
	[type="password"] {
		appearance: normal;
		-moz-appearance: none;
		-webkit-appearance: none;
		transition: border-color0.3s;
		-o-transition: border-color0.3s;
		-ms-transition: border-color0.3s;
		-moz-transition: border-color0.3s;
		-webkit-transition: border-color 0.3s;
	}

	.overlay-close {
		position: absolute;
		right: 20px;
		top: 19px;
		font-size: 21px !important;
		color: #b3b3b3;
		cursor: pointer;
	}

	.overlay-close:hover {
		color: #cacaca;
	}

	.login-box {
		width: 320px;
		position: fixed;
		left: 50%;
		top: 20%;
		margin-left: -160px;
		padding: 20px;
		color: #fff;
		background-color: rgba(31, 31, 31, 0.92);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1.00);
		border-radius: 5px;
		z-index: 10000;
		display: none;
	}

	.login-title {
		text-align: left;
		font-size: 20px;
		color: #c3c3c3;
		padding: 0 25px;
		line-height: 60px;
		margin: -20px -20px 0;
		border-radius: 4px 4px 0 0;
	}

	.login-input {
		margin-bottom: 20px;
		position: relative;
	}

	.login-input input,
	.login-input input:focus {
		display: block;
		width: 100%;
		height: 42px;
		padding: 0 15px;
		line-height: 42px;
		background-color: #2f2f2f;
		border-radius: 3px;
		border: 0;
		font-size: 17px;
		box-shadow: none;
	}

	.login-input input:focus {
		border: 1px solid #e3e3e3;
	}

	.login-btn button {
		width: 100%;
	}

	.login-links {
		text-align: center;
		line-height: 40px;
		margin-top: 15px;
		color: #a2a2a2;
	}

	.login-links a {
		font-weight: 500;
		color: #fe6a84;
	}

	.login-links a:hover {
		text-decoration: none;
	}

	.lostpas {
		color: #fe6a84;
		font-size: 13px;
		position: absolute;
		top: 12px;
		right: 8px;
		font-weight: 500;
	}

	header .top_menu .top_menu_content {
		 
		width: auto;
		margin: auto;
	}
	h1 {
		font-size: 22px;
		 
	}
	.ms-footer-first span {
		font-size: 15px !important;
		line-height: 14px !important;
	}
	p {
		font-size: 13px;
		font-weight: 500;
		line-height: 23px;
		color: #ffffff;
		margin-bottom: 15px;
		text-align: justify;
	}
	.ms-footer-links ul li {
		 
		margin-bottom: 4px;
		 
	}
	@media (min-width: 992px) {
		.col-lg-2 {
			flex: 0 0 auto;
			width: 20.666667%;
		}
	}
	header .top_menu .top_menu_content .link_menu {
		 
		margin-right: 17px;
	}
	header .dropdown {
		 
		width: 228px;
		 
	}
	header .dropdown li {
		 
		padding: 3px 10px;
	 
	}
	.bwac-btn i {
		 
		top: 18px !important;
	}
	.desc-block {
		text-align: justify;
		font-size: 13px;
		line-height: 16px;
	}
	.ms-footer-spacer {
		padding: 2px 0 51px 0;
	}
	.player-block {
		position: relative;
		margin: 0;
	}
	ul.top_menu_content {
		display: flex;
		justify-content: space-between;
		align-items: center;
	 
	}
	.left {
		margin-bottom: -20px;
	}
	header {
		 
		padding: 0px 0;
		padding-bottom: 21px;
	}
	div#show-login {
		color: #000 !important;
	}
	
	@media screen and (max-width: 760px) {
		.container {
			padding: 2px 10px !important;
		}
		.player {
			padding: 0 !important;
		}
		header.container.e-con-inner {
			padding: 10px;
			padding-top: 15px;
		}
		.left {
			  margin-bottom: 0; 
		}

		.login-box {
			top: 80px;
		}

		.overlay-close {
			right: 20px;
			top: 18px;
			font-size: 20px !important;
		}
		.las_div{
			margin-left:5px !important;
		}

		.ms-footer-links ul li a {
			 
			width: 100%;
			display: block;
			margin:5px 0 ;
		}
		.las_div.col-lg-3.col-md-9.col-sm-9 {
			width: 100% !important;
		}
		.ms-footer-links {
			margin-bottom: 40px;
			margin: 5px auto;
			display: block;
			width: 100%;
		}
	}

	@media screen and (max-width: 1400px) {
		header .right {
			margin-left: 22px;
			margin-top: 22px;
		}
	}

	.show-login {
		 
		font-weight: bold;
		font-size: 14px;
		color: #b3b3b3;
		margin-top: 6px;
	}
    .show-login {
        font-weight: bold;
        font-size: 14px;
        color: #f5ebeb;
        margin-top: 2px;
        background: #fe6a84;
        padding: 6px 20px;
        border-radius: 5px;
        float: right;
    }

	.show-login:hover {
		background:#fe6a84 !important;
		color:#fff !important;
	}

	.show-login span {
		color: var(--secondary-color) !important;
	}

	.show-login span:hover {
		color: var(--primary-color) !important;
	}
	button.no.stay-free {
		background: #9da4b0 !important;
		color: #fff !important;
	}