@font-face {
    font-display: optional;
    font-family: 'CirrusCumulus';
    font-style: normal;
    src: url("../fonts/CirrusCumulus.woff") format('woff'), url("../fonts/CirrusCumulus.ttf") format('opentype');
    font-weight:normal;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap'); 
/* font-family: 'Raleway',sans-serif;  */

body{
    background-color:#006304;
    margin:0px;
    padding: 0px;
    overscroll-behavior: none;
} 
html, body {
    overflow-x: hidden !important;
    width: 100vw !important;
    overscroll-behavior: none !important;
}
::-webkit-scrollbar {
    display: none;
}
#content{
    display:none;
    width: 100%;
    height: 100%;
}
/*BG circle main*/
.circle-box-mob{
    display: none;
    pointer-events: none;
    touch-action: none;
}
.circle-box{
    display:none;
    mix-blend-mode: difference;
    pointer-events: none;
    position:fixed;
    touch-action: none;
    z-index: 1;
}
.circle-contur{
    display: flex;
    height: 60%;
    width: 60%;
    position:fixed;
    top:20%;
    left:20%;
    pointer-events: none;
    touch-action: none;
}  
.circle-one-blur{
    display: flex;
    filter: blur(90px);
    height: 75%;
    left:12%;
    opacity: 1;
    pointer-events: none;
    position:fixed;
    top:12%;
    touch-action: none;
    width: 75%;
}  
.circle-two-blur{
    display: flex;
    filter: blur(90px);
    height: 75%;
    left:12%;
    opacity: 0;
    pointer-events: none;
    position:fixed;
    top:12%;
    touch-action: none;
    transition: opacity 2s ;
    width: 75%;
}  
/*intro*/
.intro-box{
    height: 80%;
    width: 100%;
}
.title{
    display: flex;
    height: 35vh;
    margin: 0px;
    position:relative;
    width: 100%;
}
.title p{ 
    color: white;
    font-family: 'CirrusCumulus', sans-serif;
    font-size: 21.9vw;
    margin-left: -0.5%;
    margin-top: -4%;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
.fix-data{
    align-items: flex-end;
    display: flex;
    height: 61vh;
    margin: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.data{
    display: block;
    height: auto;
    margin: 0;
    position: absolute;
    width: 100%;
}
.data p{
    color: white;
    display: block;
    font-family: 'CirrusCumulus', sans-serif;
    font-size: 20.4vmin;
    height: auto;
    margin: 0;
    overflow:hidden;
    text-align: start;
    text-overflow:ellipsis;
    white-space: nowrap;
    z-index: -1; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
.data .com{
    color: white;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 3vmin;
    margin-left: 1%;
    text-align: start;
}
/*main text*/
.text-box{
    border-color: white;
    border-style: solid;
    border-width: 0.4vh ;
    margin:10px;
    padding: 0px;
    position: relative;
    z-index: 100;
}
.text-box p{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 3vmin;
    margin: 0.5%;
    text-indent: 2vh;
    z-index: 101;
}

.text-box p::-moz-selection { /* Code for Firefox */
    color: #FF8C5F;
    background: none;
}

.text-box p::selection {
    color: #FF8C5F;
    background: none;
}
/*apllication*/
input:focus {
    outline: none;
}
#input-how-many-watts::placeholder{
    color: white ;
    width: 100%;
}
#input-how-long-in-minutes::placeholder{
    color: white;
}
input[type=number]{
    width: 100%;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 0
}
input[type=number]:focus::placeholder{
opacity: 0;
width: 100%;
}
input[type=submit]{
    width: 100%;
}
.apllication-box{
    align-items: center;
    display: none;
    height: 100vh;
    justify-content: center;
    position: relative;
    width: 100%;
}
.apllication{
    display: block;
    height: 42vh;
    width: 80%;
}
.comment-placeholder{
    display: none;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 2.6vmin;
    font-weight: 400;
    height: 4vmin;
    margin: 0%;
}
.comment-placeholder-two{
    display: none;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 2.6vmin;
    font-weight: 400;
    height: 4vmin;
    margin: 0%;
}
.apllication .application-title{
    align-items:flex-end;
    background-color: none;
    color: white;
    display: flex;
    font-family: 'CirrusCumulus', sans-serif;
    font-size: 9.5vw;
    font-weight: 400;
    height: 18vh;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
/*apllication inputs watt*/
.input-how-many-watts-box{
    display: flex;
    height: 8vh;
    width: 100%;
}
#input-how-many-watts:hover{
    border-width: 0.6vh;
    font-weight: 600;
    transition: 300ms;
}
#input-how-many-watts{
    background-color:rgb(255, 255, 255,0) ;
    border-color: white;
    border-style: solid;
    border-width: 0.4vh;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 5.4vmin;
    font-weight: 400;
    margin-bottom: 0.2%;
    margin-top: 0.2%;
    transition: 300ms;
    width: 100%;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
.input-linr-box{
    display: inline-flex;
    height: 8vh;
    width: 100%;
}
/*apllication inputs time*/
.input-how-long-in-minutes-box{
    display: flex;
    height: 8vh;
    width: 100%;
}
#input-how-long-in-minutes:hover{
    border-width: 0.6vh;
    font-weight: 600;
    transition: 300ms;
}
#input-how-long-in-minutes{ 
    background-color:rgb(255, 255, 255,0) ;
    border-color: white;
    border-style: solid;
    border-width: 0.4vh ;
    color: white;
    font-family: 'Raleway';
    font-size: 5.4vmin;
    font-weight: 400;
    margin-bottom: 0.4%;
    margin-top: 0.2%;
    text-transform: uppercase;
    transition: 300ms;
    width: 100%;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
/*apllication submit botton*/
.submit-button-box{
    color: rgb(255, 255, 255);    
    display: inline-flex;
    height: 8vh;
    justify-content: space-between;
    width: auto;
}
#submit-button{ 
    background-color:rgb(255, 255, 255,0) ;
    border-color: white;
    border-style: solid;
    border-width: 0.4vh ;
    color: rgb(255, 255, 255);
    flex-shrink: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 5.4vmin;
    font-weight: 400;
    margin-bottom: 0.2%;
    margin-top: 0.2%;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms;
}
#submit-button:hover {  
    border-width: 0.7vh ;
    cursor: pointer;
    flex-shrink: 0;
    font-weight: 600;
    transition: 300ms;
}
/*apllication coments*/
#comment-how-many-watts-mob{
    display: none;
}
#comment-how-many-watts{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:default;
    height: 8vh;
    margin-left: 1%;
    width: 700vmin;
    z-index: 200; 
}
#comment-how-many-watts p{
    font-family: 'Raleway', sans-serif;
    justify-self:center;
    font-size: 5.4vmin;
    font-weight: 400;
    height: 8vh;
    text-transform: none;
    width: 100%;
    opacity: 0.6;
    margin: 0;
    color: rgb(255, 255, 255);
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
/*apllication popup coment Wh*/
#pop-up-info-3 {
    display:none;
    height: 20%;
    mix-blend-mode: difference;
    position: absolute;
    width: auto; 
}
#pop-up-info-3 p {
    color: #006304;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size:35px;
    height: 70%;
    margin-left: 42%;
    margin-top: -50%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: auto; 
} 
/*final info block*/
.thanks{
    align-items: center;
    display: none;
    flex-direction: column;
    height: 90vh;
    justify-content: center;
    position:relative;
}
.thanks-text{
    color: white;
    font-family: 'CirrusCumulus', sans-serif;
    font-size: 18.5vw;
    text-transform: uppercase;
    height: 20vw;
    margin: 0;
    position:relative;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
.thanks-comment{
    font-family: 'Raleway', sans-serif;
    font-size:35px;
    color: white;
    margin: 0;
    position: relative;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
#final-box-mob{
    display: none;
    overflow: hidden;
}
.final-box{
    align-items:flex-end;
    display: inline-flex;
    height: 72vh;
    margin-bottom: 0.5%;
    width: 100%;
    overflow: hidden;
}
/*final info waer it happens?*/
#pop-up-info{
    display:none;
    height: 70vw;
    mix-blend-mode: difference;
    position: absolute;
    width: auto;
    overflow: hidden;
}
#pop-up-info p {
    color: #006304;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size:45px;
    height: 70%;
    margin-left: 34%;
    margin-top: -87%;
    position: absolute;
    text-transform: uppercase;
    width: auto; 
    overflow: hidden;
    text-align: center;
}
#block-for-pop-up-info {
    align-items: center;
    border-color: white;
    border-style: solid;
    border-width: 0.4vh ;
    color: rgb(255, 255, 255);
    cursor:pointer;
    display: flex;
    font-family: 'Raleway', sans-serif;
    font-size: 3.4vw;
    font-weight: 400;
    height: 7vh;
    justify-content: center;
    margin-left: 0.5%;
    text-decoration: none;
    text-transform: uppercase;
    transition: 300ms;
    width: 36%;
    z-index: 200;
    overflow: hidden;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
#block-for-pop-up-info:hover{
    border-width: 0.3vw;
    font-weight: 600;
    transition: 300ms;
    overflow: hidden;
    }
/*final info by photinus studio*/
#pop-up-info-1 {
    display:none;
    height:  70vw;
    mix-blend-mode: difference;
    position: absolute;
    width: auto; 
    overflow: hidden;
}
#pop-up-info-1 p {
    color: #006304;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size:30px;
    height: 70%;
    margin-left: 26%;
    margin-top: -85%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: auto; 
    overflow: hidden;
}
#block-for-pop-up-info-1 {
    align-items: center;
    border-color: white;
    border-style: solid;
    border-width: 0.4vh ;
    color: rgb(255, 255, 255);
    cursor:default;
    display: flex;
    font-family: 'Raleway';
    font-size: 3.4vw;
    font-weight: 400;
    height: 7vh;
    justify-content: center;
    margin-left: 0.5%;
    text-transform: uppercase;
    width: 30.5%;
    z-index: 200;
    overflow: hidden;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
#block-for-pop-up-info-2 {
    align-items: center;
    border-color: white;
    border-style: solid;
    border-width: 0.4vh ;
    color: rgb(255, 255, 255);
    cursor:pointer;
    display: flex;
    font-family: 'Raleway', sans-serif;
    font-size: 3.4vw;
    font-weight: 400;
    height: 7vh;
    justify-content: center;
    margin-left: 0.5%;
    text-decoration: none;
    text-transform: uppercase;
    transition: 300ms;
    width: 30%;
    z-index: 200;
    overflow: hidden;
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
#block-for-pop-up-info-2:hover{
    border-width: 0.3vw;
    font-weight: 600;
    transition: 300ms;
    overflow: hidden;
}
/*final info supported by*/
#pop-up-info-2 {
    display:none;
    height:  70vw;
    mix-blend-mode: difference;
    position: absolute;
    width: auto; 
    overflow: hidden;
}
.logo-photinus{
    display: block;
    height: 65%;
    margin-left: 33%;
    margin-top: -85%;
    position: absolute;
    width: auto;
    overflow: hidden;
}
.logo-creative-europe{
    display: block;
    height: 75%;
    margin-left: 50%;
    margin-top: -70%;
    position: absolute;
    width: auto;
    overflow: hidden;
}
.logo-inna-przestrzen{
    display: block;
    height: 60%;
    margin-left: 35%;
    margin-top: -53%;
    position: absolute;
    width: auto;
    overflow: hidden;
}
.logo-galeria-arsenal{
    display: block;
    height: 10%;
    margin-left: 30%;
    margin-top: -70%;
    position: absolute;
    width: auto;
    overflow: hidden;
}
.logo-halle6{
    display: block;
    height: 10%;
    margin-left: 48%;
    margin-top: -58%;
    position: absolute;
    width: auto;
    overflow: hidden;
}
/* --------------------------- */
.logo-m-a{
    display: block;
    height: 10%;
    margin-left: 50%;
    margin-top: -82%;
    /* position: absolute; */
    width: auto;
    overflow: hidden;
}
/* --------------------------- */
.line{
    border-top: solid 0.2vw white;
}
#fix-logo-one{
    position: absolute;
    height: 40vh;
    width: 96vw;
    display: flex;
    overflow: hidden;
}