@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 */

.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: 19px;
}
.close-model {
position: absolute;
right: 13px;
top: 8px;
font-size: 20px;
opacity: 0.2;
cursor: pointer;
}
.close-model:focus,
.close-model:hover {
color: #f51e13;
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: #00909e;
    color: #fff !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: #00909e;
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;
}

.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 */

/*pro button*/
.premium-no-ads-btn {
    display: inline-block !important;
    background: linear-gradient(45deg, #00909e, #25d0d9);
    color: #ffeeee !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, #25d0d9, #00909e);
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: 5px;
}

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;
}

 
.login-reg {
 
    margin-top: 6px;
}
.show-login {
    
    background: #008e9c;
 
}
.show-login {
     
    cursor: pointer !important;
}
.controls button.submit {
 
    background: #438e95 !important;
     
}
#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: #3394e6;
}

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: #3394e6;
}

.login-links a:hover {
    text-decoration: none;
}

.lostpas {
    color: #3394e6;
    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_box {
     
    width: 228px;
     
}
header .dropdown_box 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;
}
/*colors */
.ms-footer-logo h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -16px;
}
ul.top_menu_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
 
}
.left {
    margin-bottom: -20px;
}
header {
     
    padding: 0px 0;
    padding-bottom: 21px;
}
.avatar {
    display: inline-block;
    float: right;
    margin-top: 32px;
    margin-left: 23px;
    
}
.nav-list>li>a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold !important;
    
}
.nav-list>li {
    margin-right: 0px !important;
}

.elementor-element.elementor-element-7eac92c.e-flex.e-con-boxed.e-con.e-parent {
    width: 80%;
    background: #8a8aed2b;
    border-radius: 20px;
    padding: 50px 0;
    margin-bottom: 50px;
}
.elementor-element.elementor-element-f6b397c.e-con-full.e-flex.e-con.e-child h1 {
    display: block;
    margin-top: 10px;
    margin-bottom: -13px;
    font-size: 22px;
}
.elementor-element.elementor-element-f6b397c.e-con-full.e-flex.e-con.e-child h4{
    font-size: 20px;
}
.elementor-element.elementor-element-f6b397c.e-con-full.e-flex.e-con.e-child div span {
    font-size: 15px;
    line-height: 14px !important;
}

div#show-login {
    color: #f3ecec !important;
    background: #008e9c !important;
}
.controls button.submit {
    background: #008e9c !important;
}

@media screen and (max-width: 1400px) {
    header .top_menu .top_menu_content .link_menu a span {
        font-size: 15px;
    }
}
a.search_but {
    margin-left: 40px;
}
.avatar{
    position:relative ;
    cursor:pointer ;
}

.dropdown.dropdown_box.modal-event {
    position: absolute;
    background: #1a1d29;
    top: 42px;
    right: 0;
    padding: 14px;
}

.show-login {
     
    font-weight: bold;
    font-size: 14px;
    color: #b3b3b3 !important;
    margin-top: 6px;
}
.show-login {
    font-weight: bold;
    font-size: 14px;
    color: #f5ebeb;
    margin-top: 2px;
    background: #008e9c;
    padding: 6px 20px;
    border-radius: 5px;
    float: right;
}

.show-login:hover {
    color: var(--hover) !important;
    background: var(--primary-color) !important;
}

.show-login span {
    color: var(--secondary-color) !important;
}

.show-login span:hover {
    color: var(--primary-color) !important;
}

.show-login {
 
    margin-left: 25px;
}
.bwac-btn i {
    top: 39px !important;
}

@media screen and (max-width:900px) {

    .col-md-3.has_logo {
        width: 46% !important;
        overflow: hidden;
    }
    .has_menu {
        width: 52% !important;
        margin-top: 0 !important;
    }
    
    .avatar {
        display: inline-block !important;
      
       margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .row.conference-header-row {
        display: flex;
        justify-content: space-between;
    }

     .no-desktop {
          display: block !important;
    }
    .no-desktop.mobile-notify {
        display: none !important;
    }
    header .search_block {
        margin: -13px 22px;
        margin-bottom: 0;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
    }
    .dance-slide .dance-slide-top {
        padding-top: 180px  !important;
    }
    .dance-slide .dance-item-left {
    
        text-align: justify !important;
    }
}
p {
 
    font-family: 'Open Sans';
}
@media screen and (max-width: 760px) {
    .show-login {
 
        margin-left: 3px;
    }
    

  .no-desktop.mobile-notify {
      display: block !important;
  }
  header .head-search .head-search-container {
        
        padding-left: 0 !important; 
        padding-right: 0 !important;  
        
    }

    .elementor-element.elementor-element-7eac92c.e-flex.e-con-boxed.e-con.e-parent {
        width: 100%;
    }

    .navigation .pages span {
     
        text-align: center !important;
    }
    .navigation, .navigation .pages {
        gap: 2px !important;
    }

    .navigation .pages a, .navigation .pages span {
        font-size: 11px !important;
        height: 26px !important;
        width: 28px !important;
    }
    .las_div.col-lg-3.col-md-9.col-sm-9 {
        margin-left: 0 !important;
    }

    .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;
    }
}


