@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
 div[style*="right: 0"] {
   display: none !important;
}

@font-face {
  font-family: "NeueHelveticaPro55Roman";
  src: url('webFonts/NeueHelveticaPro55Roman/font.woff2') format('woff2'), url('webFonts/NeueHelveticaPro55Roman/font.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueLTPro-Th";
  src: url('webFonts/HelveticaNeueLTProTh/font.woff2') format('woff2'), url('webFonts/HelveticaNeueLTProTh/font.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueLTPro-Bd";
  src: url('webFonts/HelveticaNeueLTProBd/font.woff2') format('woff2'), url('webFonts/HelveticaNeueLTProBd/font.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

body {
    background: none;
}

.fullpage-wrapper{ 
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
body{
 -webkit-transform-style: preserve-3d;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}



a {
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: "HelveticaNeueLTPro-Th";
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed !important;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:822px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	top: 20px;
	right:20px;
	z-index: 999;
	padding: 5px 10px;
 }

/* Buttons
 * --------------------------------------- */
#download a{
    text-decoration: none
}
#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}


/* Extensions preview menu
 * --------------------------------------- */
.preview-extensions-menu{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.8);
}
.preview-extensions-menu li{
	display: inline-block;
	margin: 0;
}
.preview-extensions-menu li a{
	padding: 15px 25px;
	display: block;
}
.preview-buy-extension{
    background: #3cc63c;
}
.preview-more-extensions{
	background: #fff;
}
.preview-buy-extension a{
	color: #fff;
}
.preview-buy-extension:hover{
	background-color: #1a961a;
}
.preview-more-extensions a{
	color: #333;
}

.code{
	background: rgba(255,255,255,0.8);
	padding: 0px 5px;
	line-height: 25px;
}


/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 5em;
	font-family: "HelveticaNeueLTPro-Th";
	color: #fff;
	margin:0;
}
.section p,
.intro p{
	color: #fff;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

/* Sections backgrounds
* --------------------------------------- */



.section {
    border: 12px solid #fff;
}



/* Mobile section
* --------------------------------------- */

#section0-2 {
  border: 12px solid #fff;
  background-image: url(bg_forest.jpg);
  min-height: calc(100% - 24px);
}

#section1-2 {
  border: 12px solid #fff;
  background-image: url('bg_forest.jpg');
  border-top: none;
  min-height: calc(100% - 24px);
}

#section2-2 {
  border: 12px solid #fff;
  background-image: url('bg_forest.jpg');
  border-top: none;
  min-height: calc(100% - 24px);
}

#section3-2 {
  border: 12px solid #fff;
  background-image: url('bg_forest.jpg');
  border-top: none;
  min-height: calc(100% - 24px);
}

#section4-2 {
  border: 12px solid #fff;
  background-image: url('bg_forest.jpg');
  border-top: none;
  min-height: calc(100% - 24px);
}

#section5-2 {
  border: 12px solid #fff;
  background-image: url('bg_forest.jpg');
  border-top: none;
  min-height: calc(100% - 24px);
}

#section6-2 {
  border: 12px solid #fff;
  background-image: url('bg_forest.jpg');
  border-top: none;
  min-height: calc(100% - 24px);
}

#section7-2 {
  border: 12px solid #fff;
  background-image: url('bg_forest.jpg');
  border-top: none;
  min-height: calc(100% - 24px);
}

#section8-2 {
  border: 12px solid #fff;
  background-image: url('bg_forest.jpg');
  border-top: none;
  min-height: calc(100% - 24px);
}

#section9-2 {
  border: 12px solid #fff;
  background-image: url(bg_forest.jpg);
  border-top: none;
  min-height: calc(100% - 24px);
  overflow: hidden;
}

#section10-2 {
  border: 12px solid #fff;
  background-image: url(bg_forest.jpg);
  border-top: none;
  min-height: calc(100% - 24px);
  overflow: hidden;
}

#section11-2 {
  border: 12px solid #fff;
  background-image: url(bg_forest.jpg);
  border-top: none;
  min-height: calc(100% - 24px);
  overflow: hidden;
}

#section12-2 {
  border: 12px solid #fff;
  background-image: url(bg_forest.jpg);
  border-top: none;
  min-height: calc(100% - 24px);
  overflow: hidden;
}

#section13-2 {
  border: 12px solid #fff;
  background-image: url(bg_forest.jpg);
  border-top: none;
  min-height: calc(100% - 24px);
  overflow: hidden;
}

#section14-2 {
  border: 12px solid #fff;
  background-image: url(bg_forest.jpg);
  border-top: none;
  min-height: calc(100% - 24px);
  overflow: hidden; 
}

.HelveticaNeueLTProTh {
	font-family: "HelveticaNeueLTPro-Th";
}

.HelveticaNeueLTProBd {
	font-family: "HelveticaNeueLTPro-Bd";
}

.cnt{
  margin: 200px;
  opacity: 1;
  transition: opacity 1s;
  z-index: 9999;
}

.cnt-first {
  width: auto;
  margin: 200px auto;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .cnt { margin: 100px; }
  .cnt-first { margin: 100px auto; }
}



.top-bar{
  background: none;
  height: 50px;
}

.cnt-bar{
  background: rgba(52,79,70,0.7);
  height: 93%;
    margin-top: 1px;
}

.trapezoid {
	border-bottom: 51px solid rgba(52,79,70,0.7);
	border-left: 0 solid transparent;
	border-right: 50px solid transparent;
	height: 0;
	width: 175px;
  float: left;
}

.rectangle{
  height: 51px;
  width: calc(100% - 225px);
  background: rgba(52,79,70,0.7);
  float: left;
}

.title{
  font-size: 4rem;
  line-height: 3.4rem;
  padding: 5px 40px 10px;
  text-align: left;
  color: #fff;
}

.subtitle{
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0 40px 20px;
  text-align: left;
  color: #fff;
}

.claim {
  font-size: 2rem;
  line-height: 1.8rem;
}

.text{
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 0 40px 0 40px;
  text-align: left;
  color: #fff;
}

.price {
  color: #fff;
  font-size: 2rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  z-index: 999;
}

.date {
  font-family: "HelveticaNeueLTPro-Bd";
  text-transform: lowercase;
}

.date2 {
    font-family: "HelveticaNeueLTPro-Bd";
    width: fit-content;
    background: rgba(52, 79, 70, 0.7);
    padding: 30px 16px 16px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;

}

.numbers {
  font-size: 3.4rem;
  line-height: 2.4rem;
  margin-left: -6px;
  margin-bottom: 4px;
}

.bg-tesla {
  height: 320px;
  width: inherit;
  background-image: url('img-2025/daino.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  bottom: 55%;
  left: 60%;
  z-index: 99;

}

.bg-scimmia {
  height:450px;
  width: inherit;
  background-image: url('img-2025/people.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9;
  pointer-events: none;
}

.bg-girl {
  height:500px;
  width: inherit;
  background-image: url('img-2025/girl.png');
    filter: brightness(90%) saturate(100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  bottom: 17%;
  left: 13%;
  z-index: 8;
  pointer-events: none;
}

.bg-blum {
  height:350px;
  width: inherit;
  background-image: url('img-2025/kid.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  bottom: 0px;
  left: 2%;
  z-index: 9;
  pointer-events: none;
}

.logo {
  background-image: url(https://qilow.it/host/open_days_2022/logo_belleville_white.svg);
  width: 300px;
  height: 94px;
  background-size: 300px;
  background-repeat: no-repeat;
  margin: 0 10px 60px 40px;
}

@media screen and (min-width: 993px) {
	#mob {display: none;}
}

@media screen and (max-width: 992px) {

  .desk {display: none;}

  .price {
    text-align: center;
    position: absolute;
    margin-top: 300px;
    width: 90%;
  }

  .cnt {
    padding: 30px;
    margin: 0;
  }

  .title {
    font-size: 8rem;
    padding: 0 40px 40px;
    padding-top: 30px;
    line-height: 6.4rem;
  }

  .subtitle {
    font-size: 3rem;
    padding: 0 40px 40px;
    line-height: 3.2rem;
    font-family: "NeueHelveticaPro55Roman";
  }

  .text {
    font-size: 2.5rem;
    padding: 0 40px 40px;
    line-height: 3rem;
  }

  .bg-tesla {
    width: 100%;
    bottom: 12px;
    left: 12px;
    z-index: 0;
      display: none;
  }

  .bg-scimmia {
    width: 100%;
    bottom: 0px;
    right: 0px;
    z-index: 0;
  }

}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: initial;
}


/* Popup
* --------------------------------------- */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: none;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: none;
  max-height: 70%;
  overflow: scroll;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #288157;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  padding: 50px 30px 30px;
  color: #222;
  line-height: 1.4rem;
}

.buttonz {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  BORDER: none;
  padding: 9px 13px 6px;
  background: #fff;
  color: #222 !important;
  border-radius: 3px;
  font-size: 80%;
}

.buttonz :hover {
  color: #222;
  text-decoration: none;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
    max-height: 90%;
    overflow: scroll;
  }
}


@media screen and (max-width: 992px) {
    
  .popup .close {
    font-size: 70px;
  }

  .popup {
    width: 80%;
    max-height: 90%;
    overflow: scroll;
  }

  .popup .content {
    padding: 100px 30px 30px;
    font-size: 2.8rem;
    line-height: 3.5rem;
    max-height: -webkit-fill-available;
    overflow: scroll;
  }

  .buttonz {
    padding: 25px 30px 18px;
    border-radius: 8px; 
  }
}

.imgx-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
