*{
    padding: 0;
    margin: 0;
    font-family: 'Suez One', serif;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
}

p{
    font-family: 'Metropolis', sans-serif;
    line-height: 28px;
}
a{
    transition: 300ms;
}
p > a{
    text-decoration: underline;
}
.menu{
    transition: 500ms;
}

.section, .inner-content-holder{
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.section{
    overflow-x:hidden;
}
.full{
    height: 100vh;
}
.inner-content{
    width: 1000px;
}
.section-1{
    background-image: url('../../images/creators/top-bg-prog1.jpg');
    background-size: cover;
}
#faq{
    background-image: url('../../images/creators/creators-bg.jpg');
    background-size: 400%;
    background-position: top center;
    background-attachment: fixed;
}
.section-1 .inner-content-holder{
    background: rgba(45, 6, 6, 0.51);
    /* mix-blend-mode: multiply; */
}
.play-button{

}
.play-button .fa-play{
    margin-left: 3px;
}
.track-single.playing .play .fa-play{
    display: none;
}
.track-single.playing .play .fa-pause{
    display: block !important;
}
.interrogation-circle{
    top: -70px;
    width: 90px;
}
.interrogation-circle-big{
    right: -45px;
    width: 130px;
    top: -55px;
}
.expand-control{
    position:relative;
    padding-left:15px;
}
.expand-control i{
    position: absolute;
    left:0;
    top:4px;
    transform: rotate(0deg);
    transition: 300ms;
}
.expand-control.active i{
    transform: rotate(90deg);
}
.expandable{
    display:none;
}
.menu.show-logo .menu-left .icon{
    display: none;
}

.menu.show-icon .menu-left .logo{
    display: none;
}

.menu .logo-icon{
    
}
.menu .icon.logo-icon svg{
  width:30px;
}
.menu .logo-icon{
}
.align-top-right{
    top: -30px;
    right: -10px;
}
.align-top-left{
    top: -30px;
    left: -30px;
}
.align-bottom-right{
    bottom: -30px;
    right: -30px;
}
.align-bottom-left{
    bottom: -30px;
    left: -30px;
}
.align-bottom-left-x2{
    left: -100px;
    bottom: -30px;
}
.align-top-left-x2{
    left: -100px;
    top: -30px;
}
.lindecis-pic{
    top: 5%;
    left: 53%;
}
#chillSVGicon, #for-creators-text, .menu-right a{
    transition: 1000ms;
}
form input[type='text'], input[type='email'], input[type='password']{
    height: 45px;
    text-indent: 15px;
    border:none;
    font-size: 15px;
    font-weight: lighter;
    font-family: Metropolis;
}

form input[type='checkbox'], input[type='email'], input[type='password']{position: relative;}

form textarea{
    height: 150px;
    border:none;
    font-size: 15px;
    font-weight: lighter;
    font-family: Metropolis;
}

input[type=checkbox]:after {
  content: '';
  width: 20px;
  height:20px;
  background: #eee;
  border:1px solid #fff;
  display: block;
  position: absolute;
  top: -6px;
  transition: 300ms;
  border-radius: 50%;
  left: -1px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
} 
input[type=checkbox]:checked::after {
  background: #5516ea;
  content:'\2713';
} 

.modals-holder{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    overflow: scroll;
}
.modal-backgroud{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.modals-holder .modal{
    position: relative;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    top: 50%;
    left: 0;
    width: 700px;
    max-width: 90%;
    display: inline-block;
    z-index: 5;
    border-radius: 40px;
    border: none;
    /* padding: 20px 40px; */
}

.exit-modal{
    position:absolute;
    right: 25px;
    top: 20px;
    color:#000;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.modal-body {

}

.modal-body .error{
    color:red;
    font-size: 18px;
    border:1px solid red;
    padding: 10px;
}

.modal form.loading::after{
    content:'';
    position:absolute;
    top: -5%;
    left:0;
    height: 105%;
    width:100%;
    z-index:2;
    background-color: rgba(0,0,0,0.1);
}
.modal form{
    float:left;
    width:100%;
    position:relative;
}

.overlay-messages{
    position: fixed;
    top: 50px;
    left: auto;
    z-index: 10001;
    right: 100px;
    top: 100px;
}
.overlay-messages .msg{
    font-weight:bold;
    border:1px solid;
    background-color: #2d9a2dfa;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    font-family: 'metropolis';
    font-weight: normal;
}
.overlay-messages .msg.alert-danger{
  background-color:#ea6969;
}

.footer{
    position: absolute;
    bottom:0;
    left:0;
    z-index: 1;
}

body.ontop .menu{
    padding:20px;
}

.item.header h2{
    margin-top: 40px;
    color: #831F55;
}

@media (max-width: 1200px) {
    #faq{
        background-size: auto 300%;
    }
    .footer{
        position: relative;
    }
    .logo.logo-icon{
        display: none;
    }
    .icon.logo-icon{
        display: block !important;
    }
}

