/* RESET */
:root {
    --cloud-off: -600px;
    --anim-time: 200ms;
}
HTML, BODY { 
    font-family: 'EB Garamond','Times New Roman', Times, serif;
    font-weight: 400;
    margin:0; padding:0;
}

* {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

/*===================== COOCKIES =================================*/
/*================================================================*/
/* AGE GATE */
#AGE_GATE {
    display: none; opacity:0;
    position:fixed; z-index:1000002;
    top:50%; left:50%; transform: translate(-50%, -50%);
    width:600px; max-width:90%;
    color:#FFF;text-align:center;font-size:120%;
    background-color: #000A;
}
.age_btn { padding:20px; margin:20px; font-size:150%; cursor: pointer}

/* COOKIES CONSENT */
#COOKIES_CONSENT { 
    display: none; opacity:0;
    position:fixed; z-index:1000002;
    bottom:2vw; left:2vw;
    width:360px; max-width:calc(96vw - 40px);
    text-align:center;
    background:rgba(0,0,0,0.8);
    border-radius:8px;
    padding:0 20px 15px;
    color:#FFF;
}
#COOKIES_CONSENT a { cursor: pointer; font-weight:bold }
#COOKIES_CONSENT #close_btn { position: absolute; right:6px; top:6px; cursor: pointer;}

/* POPUP */
#POPUP {
    position: fixed; z-index: 1000009;
    top:0; left:0; width:100%; height:100%; 
    pointer-events: all;
    display:none; opacity:0;  
}
#popup_overlay {
    position: fixed; z-index: -1;
    top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6);   
}
#popup_wrapper {
    position:fixed;
    width:700px; height:90%; max-width:90%;
    top:50%; left:50%; transform: translate(-50%, -50%);
    background:rgba(255, 255, 255, 0.95);
    box-shadow:0px 0px 10px rgba(0,0,0,0.8);
    border-radius: 8px; border:0 none;
    overflow: hidden;
}
#popup_title { 
    position: absolute;
    width:100%; top:-2px; left:-2px;
    background:#990E25;
    font-weight: 600; color:#FFF; font-size:22px; text-align:center; text-transform: uppercase;
    padding:15px 4px;
}
#popup_content { 
    position: relative;
    width:90%; height:85%;
    top:12%; left:5%; 
    padding-right:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal; color:#222; font-size:13px; text-align:justify;
    overflow-x: hidden;
    overflow-y: scroll;
}
#popup_btn { position: absolute; right:16px; top:16px; cursor: pointer;}

#NAV { position:absolute; bottom:5vh; text-align:center; width:100%; }
#NAV LI, #SOCIAL LI  {
    display: inline-block;
    margin:0 10px;
    color: #FFF;
}
#NAV LI.sep { font-weight:bold}
#NAV LI A, #SOCIAL LI A {
    color: #FFF;
    text-decoration: none;
    line-height:24px;
    font-size:16px
}
/*===================== COOCKIES =================================*/
/*================================================================*/

#ascrail2000 {
    z-index: 20 !important;
}

#ascrail2000 .nicescroll-cursors {
    background-color: #ffffff80 !important;
    right: 5px !important;
}

.fullpage { width:100%; height:100vh; position:relative }
#MAIN { 
    width:1918px; 
    transform-origin:top left;
    z-index: 1;
    background-color: #000;
    display: none;
} 

#actions {
    background-color: #000;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


/***** SCROLL *****/
.icon-scroll, .icon-scroll:before {
    position: absolute;
 }

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 950px;
    left: 50%;
    margin-top: -35px;
    border: #fff solid 2px;
    box-shadow: inset 0 0 3px 3px rgba(0, 8, 126, 0.15),
                0px 0px 3px 3px rgba(0, 8, 126, 0.15);
    border-radius: 25px;
    z-index: 3;
}

.icon-scroll:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 15px;
    top: 8px;
    border-radius: 5px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    box-shadow: 0px 0px 3px 3px rgba(0, 8, 126, 0.15);
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}


#scroll {
    width: 100%;
    top: 0px;
    height: 14200px;
    transform-origin:top left;
    display: none;
}

.stop {
    position: fixed;
    top: 0;
    left: 0;
}

#move {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000;
    background: linear-gradient(180deg, #015db8 0%, #015db8 25%, #375128 25%, #375128 50%, #000000 53%, #000000 100%);
}

/*** SECTION 01: PRELOADER 
**************************************************************************************************************/
#preloader {
	height:100vh;
	background:url("/resources/01_preloader/preloader_back.jpg") no-repeat #000;
	background-size: cover;
	background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#overlay { background:#000; position:absolute; top:0; left:0; width:100%; height:100%; opacity:1; z-index:0 }
#busola { 
	z-index:1;
	opacity:0;
	background:url("/resources/01_preloader/preloader_busola.png") no-repeat;
	background-size: contain;
	background-position: center center;
}
#busola IMG.ac { width:100%; height:100%; transform: rotate(-35deg);} 
/*************************************************************************************************************/


/*** SECTION 02: NORI 
**************************************************************************************************************/
#nori {
	height:1600px;
	background:url("/resources/02_nori/nori_back_m.png") repeat-x #015db8;
	background-size: 100% 100%;
}
#logo { 
	position:absolute; top:40px; width:100%; text-align:center;
	transition:all 3s ease-out;
}
#logo.init { top:800px }

.clouds {
    position: absolute;
	width: auto;
    z-index: 2;
}

#c1 { top: 250px; left: calc(var(--cloud-off) + 50px);}
#c2 { top: 300px; left: calc(var(--cloud-off) + 1150px);}
#c3 { top: 600px; left: calc(var(--cloud-off) - 170px);}
#c4 { top: 600px; left: calc(var(--cloud-off) + 900px);}
#c5 { top: 1100px; left: calc(var(--cloud-off) + 550px);}
#c6 { top: 1070px; left: calc(var(--cloud-off) + 1200px);}

/**** text ****/

#ctext1, #ctext2 {
    position: absolute;
    top:700px; left: 300px;
    z-index: 3;
}
#ctext2 { top: 1450px; }

#ctext1 > img, #ctext2 > img {
    opacity: 0;
}

#ctext1 > p, #ctext2 > p {
    position: absolute;
    width: max-content;
    top: 0px; left: -900px;
    font-size: 50px;
    text-transform: uppercase;
    color: #FFF;
    margin-top: -2px;
    transition: all var(--anim-time) ease-out;
    background-color: #013e7c6c;
    padding: 0 20px;
}

#ctext2 > p {
    top: 0px; left: -1200px;
}

#ctext1 > div, #ctext2 > div  {
    position: absolute;
    background-color: white;
    top: 70px; left: 25px;
    width: 10px;
    height: 0px;
    margin: 0px;
}

#ctext2 > div {
    top: -220px;
    height: 0px;
}


/*************************************************************************************************************/


/*** SECTION 03: MUNTE
**************************************************************************************************************/
#munte {
	height:2580px;
	margin-top:0px;
    background:url("/resources/03_munte/munte_back_01.jpg") no-repeat;
    
	background-size: 100% auto;
	position: relative;
    margin-top: -2px;
}

#vultur {
    position: absolute;
    right: 0px;
    top: 396px;
}

#munte2 {
	position:absolute;
	top:1282px;
    width: 1920px;
	height:1080px;
	background:url("/resources/03_munte/munte_back_02.png") no-repeat;
	background-size: 100% 100%;
    transition: all var(--anim-time) ease-out;
}

#munte2 > div {
    position: absolute;
    transition: all var(--anim-time) ease-out;
}

#brad_stanga {
    top: 200px;
    left: -500px;
} 

#brad_dreapta {
    top: 200px;
    right:-500px; 
}

#padure {
    top: 1000px;
}


/*** SECTION 04: JUNGLA
**************************************************************************************************************/

#jungla {
    position: relative;
    height: 1080px;
}

#jungla > div { position: absolute; }
#jsep > div {position: absolute; }

#jsep {
    top: -700px;
    transition: all var(--anim-time) ease-out;
}

#cabana {
    right: 0px;
    top: 0px;
    transition: all var(--anim-time) ease-out;
}


#jtext1, #jtext2 {
    position: absolute;
    top:-150px; left: 300px;
    width: auto;
}
#jtext2 { top: 1100px; }

#jtext1 > img, #jtext2 > img {
    opacity: 0;
}

#jtext1 > p, #jtext2 > p {
    position: absolute;
    width: max-content; 
    top: 0px; left: -1200px;
    font-size: 50px;
    text-transform: uppercase;
    color: #FFF;
    margin-top: -2px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
    transition: all var(--anim-time) ease-out;
}

#jtext1 > div {
    position: absolute;
    background-color: white;
    top: 70px; left: 25px;
    width: 10px;
    height: 0px;
    margin: 0px;
}



/*** SECTION 05: CASCADA
**************************************************************************************************************/

#cascada {
	height:1080px;
    background:url("/resources/05_cascada/cascada.jpg") no-repeat #015DB8;
	background-size: 100% 100%;
	position:relative;
}

#apa {
    position: absolute;
    left: 785px;
    top: 341px;
}

#boschet {
    position: absolute;
    top: -1080px;
    left: -3850px;
    z-index: 2;
    transition: left var(--anim-time) ease-out;
}

#sticla {
    position: absolute;
    top: 250px;
    z-index: 1;
    transition: all var(--anim-time) ease-out;
}


/*** SECTION 06: PIATRA 1
**************************************************************************************************************/

#piatra {
	height:1080px;
    background:url("/resources/08_piatra/piatra2.jpg") no-repeat #000;
	background-size: 100% 100%;
	position: relative;
}

#piatra > div {
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 1100px;
    transition: all var(--anim-time) ease-out;
}

#piatra > div > p {
    font-size: 36px;
    color: #FFF;
    text-align: center;
}

/*** SECTION 07: PESTERA
**************************************************************************************************************/

#pestera {
	height:1080px;
    background:url("/resources/07_pestera/pestera.jpg") no-repeat #000;
	background-size: 100% 100%;
	position: relative;
}


.sticla2 {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 250px;
}

.label {
    position: absolute;
    width: 480px;
    left: 700px;
    top: 550px;
}

.label > p {
    font-size: 30px;
    color: #FFF;
    text-align: justify;
 }

.item {
    position: relative;
    height: 700px;
    width: 1200px;
}

.slick {
    height: 1080px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.slick-list.draggable {
    height: 1200px;
}

#prevArrow, #nextArrow { color:#FFF; font-size:40px; position:absolute; top:50%; z-index:10}
#prevArrow { left:15%; transform: rotate(180deg);}
#nextArrow { right:15% }


/*** SECTION 08: PIATRA 2
**************************************************************************************************************/

#piatra2 {
	height:1080px;
    background:url("/resources/08_piatra/piatra2.jpg") no-repeat #000;
	background-size: 100% 100%;
	position: relative;
}

/*** SECTION 07: PESTERA 2
**************************************************************************************************************/

#pestera2 {
	height:1080px;
    background:url("/resources/09_pestera/pestera2.jpg") no-repeat #000;
	background-size: 100% 100%;
	position: relative;
}

#pestera2 .ptext { position: absolute; width: 350px; z-index: 2;}
#pestera2 > div > img { position: absolute; }
#pestera2 .rollover { 
    position: absolute; 
    top: 40px;
    left: 30px;
}

#pestera2 > div > p {
    font-size: 30px;
    color: #FFF;
    position: absolute;
    top: 10px;
    left: 70px; 
    margin: 0;
}

#pestera2 .rollover p {
    font-size: 21px;
    color: #FFF;
    padding: 15px 20px;
    background-color: #00000060;
    text-align: justify;
}

#ptext1 { top: 280px; left: 640px; } 
#ptext2 { top: 500px; left: 400px; } 
#ptext3 { top: 260px; left: 1100px; } 
#ptext4 { top: 560px; left: 1260px; } 

#smoke {
    position: absolute;
    width: 1214px;
    left: 50%;
    transform: translateX(-50%);
    top: 580px;
}


/*** SECTION 10: FINAL
**************************************************************************************************************/

#final {
	height:1080px;
    background-color: #000;
	background-size: 100% 100%;
	position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

#final > div > p {
    font-size: 36px;
    color: #FFF;
    text-align: center;
}

#social {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


#final > div > a {
    margin: 20px;
}


/*************************************************************************************************************/