/* BODY */

body
{
	margin: 0px;
	background-color: #F5F5F5;
	
}

body, label, input {
    font-family: 'navaden_tekst', sans-serif;
}

.cardsm {
	display: none;
}

/* END BODY */


/* SCREEN DIFFERENCES */

@media only screen and (max-width: 915px)
{
	.cardsm {
		display: block;
	}
	
	.cardspc {
		display: none;
	}
}

@media only screen and (max-width: 768px)
{
	#header
	{
		display: none;
	}
	
	#logo_zgoraj 
	{
	padding-top: 0px !important;
	}
	
	#coming_soon 
	{
		display: block !important;
	}
	
	#coming_soon img {
		width: 100%;
		max-width: 500px;
	}

}

#coming_soon 
{
	display: none;
	text-align: center;
}

/* END SCREEN DIFFERENCES */


/* FONTI */


@font-face 
{
  font-family: 'veliki_naslovi';
  src: url('MADE TOMMY Bold_PERSONAL USE.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face 
{
  font-family: 'navaden_tekst';
  src: url('Chevin-Medium (1).ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1 
{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

h2 
{
	font-family: 'veliki_naslovi', sans-serif;
	text-align: center;
	font-size: 40px;
	letter-spacing: 2px;
	margin: 40px 20px 20px 20px;
}

h2.CTA
{
    font-size: 30px;
}


p
{
	font-family: 'navaden_tekst', sans-serif;
	text-align: left;
	font-style: normal;
    padding: 0 20px;
	line-height: 1.5;
}

.tekst
{
	font-family: 'navaden_tekst', sans-serif;
	text-align: left;
	font-style: normal;
	line-height: 1.5;
}

.tekst_sredina
{
	font-family: 'navaden_tekst', sans-serif;
	text-align: center;
	font-style: normal;
}

.podnaslov
{
	font-family: 'navaden_tekst', sans-serif;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	margin: 10px 20px 10px 20px;
}

/* END FONTI */


/* STILI */

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  background-image: url('bullet.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 3px; /* adjust vertically as needed */
  padding-left: 28px; /* space between icon and text */
}

.line_separator
{
	text-align: center;
	opacity: 0.5;
	z-index: 0;
}

/* END STILI */


/* POP-UP */

#ozadje_od_okna
{
	display: none;
	z-index: 2;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #00000099;
}

#okno
{
	display: none;
	z-index: 3;
	position: fixed;
	background-color: gray;
	width: 500px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	border-radius: 15px;
	border: 2px;
	background-color: #efd8d8;
}

#okno_tekst
{
	padding: 10px;
}

#okno_tekst_naslov
{
	font-family: veliki_naslovi, sans-serif;
	text-align: center;
	font-size: 22px;
	padding: 30px 15px 5px 15px;
	letter-spacing: 2px;
}

#okno_tekst_podnaslov
{
	font-family: navaden_tekst, sans-serif;
	font-size: 18px;
	padding: 5px 20px 15px 20px;
	line-height: 1.5;
}


#close
{	
	font-family: navaden_tekst, sans-serif;
	font-size: 20px;
	text-align: center;
}

/* END POP-UP */

/* HEADER */

#header
{
	position: fixed;
	top: 0px; 
	left: 0px;
	background-color: #98217a; 
	width: 100%;
	height: 46px;
	z-index: 1;
}

#header_levo_logo
{
	left: 20px; 
	position: absolute; 
	height: 45px;
}

#header_sredina_kickstarter
{
	height: 45px; 
	padding-bottom: 1px; 
	padding-top: 1px;
}

#gumb_desno_zgoraj 
{
	font-weight: bold;
	background-image: url('3_header_desno_gumb.png');
	display: block;
	right: 20px; 
	position: absolute; 
	height: 45px;
	width: 243px;
	top: 0px;
	color: white;
	font-family: 'navaden_tekst', sans-serif ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 45px;
}

#gumb_desno_zgoraj:hover 
{
  filter: invert(100%);
}

/* END HEADER */


/* HERO SECTION */

#hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* video */
.hero-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    pointer-events: none; 
}

/* dark overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.45) 40%,
        rgba(0, 0, 0, 0.30) 100%
    );
    pointer-events: none;
    z-index: 2;
}

/* shared styles for hero content (logo + text + form) */
.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
    z-index: 3;
}

/* DESKTOP CONTENT */

.hero-content-desktop {
    justify-content: center;
    padding-top: 6vh;
}

.hero-logo-desktop {
    max-width: 750px;
    width: 70%;
    height: auto;
    margin-bottom: 16px;
    opacity: 0.85;
}

.hero-text-desktop {
    font-family: 'navaden_tekst', sans-serif;
    font-size: 24px;
    line-height: 1.3;
    max-width: 640px;
    padding: 0 16px;
    text-align: center;
}

/* hide mobile block by default */
.hero-content-mobile {
    display: none;
}

/* FORM DESKTOP */

.twbg-row {
    display: flex;
    align-items: center;
}

/* horizontal spacing between Name / Email / Button */

.twbg-row > * + * {
    margin-left: 10px;
}




/* Text + email inputs — pill-shaped */
.twbg-row input[type="text"],
.twbg-row input[type="email"] {
    flex: 1;
    font-family: 'navaden_tekst';
    padding: 10px 14px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 999px;
}

/* Submit button — pill shape */
#twbg-button {
    padding: 10px 18px;
    font-family: 'navaden_tekst';
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    border: none;
    border-radius: 999px;
    background: #333333;
    color: #ffffff;
}

#twbg-button:hover {
    filter: invert(100%);
}

/* Checkbox row */
.twbg-checkbox {
    margin-top: 8px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    font-family: 'navaden_tekst';

}

.twbg-checkbox input {
    font-family: 'navaden_tekst';
    margin-top: 2px;
    margin-right: 8px; 
}

/* MOBILE HERO + FORM */

@media (max-width: 767px) {

    .hero-content-desktop {
        display: none;
    }

    .hero-content-mobile {
        display: flex;
        justify-content: center;
        padding-top: 4vh;
        z-index: 3;
    }

    .hero-logo-mobile {
        max-width: 250px;
        width: 60%;
        height: auto;
        margin-bottom: 8px;
        opacity: 0.85;
    }

    .hero-text-mobile {
        font-family: 'navaden_tekst', sans-serif;
        font-size: 18px;
        line-height: 1.35;
        max-width: 90%;
        padding: 0 12px;
        text-align: center;
    }

/* ---------- MOBILE FORM LAYOUT ---------- */



    .twbg-row {
        flex-direction: column;
        align-items: stretch;
    }

    .twbg-row input[type="text"],
    .twbg-row input[type="email"],
    #twbg-button {
        width: 80%;
        margin: 0 0 8px 0;   /* small 4px vertical spacing */
    }

    /* last element (button) – no extra bottom margin if you want it tight */
    #twbg-button {
        margin-bottom: 8px;
    }

    .twbg-checkbox {
        margin-top: 4px;
        width: 80%;
        font-size: 14;
    }
}

/* END HERO SECTION */



/* GAP BETWEEN HERO VIDEO AND LOGO */

#after_hero_spacing 
{
    height: 32px; 
}

/* END GAP BETWEEN HERO VIDEO AND LOGO*/

/* LOGO */

#logo_zgoraj 
{
	text-align: center;
	padding-top: 60px;
}


#logo
{
	width: 90%;
}

/* END LOGO */


/* INTRO */

#intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 60px;
}

/* columns */
.intro__block {
    flex: 1 1 360px;
    max-width: 540px;       /* keeps text line length readable */
}

/* box image */
#intro__image {
    width: 100%;
    height: auto;
    display: block;
}

#intro__text {
    font-family: 'navaden_tekst', sans-serif;
    font-size: 27px;        /* stronger presence */
    line-height: 1.55;
    color: #222;            /* slightly stronger contrast */
    max-width: 480px;       /* ensures readable line length */
    margin-top: 10px;       /* small visual lift */
    font-weight: 500;       /* subtle strength without bolding */
	width: 90%;
	text-align: left;

}

/* MOBILE */
@media (max-width: 768px) {
    /* stop using flex layout on mobile */
    #intro {
        display: block;
        padding: 16px 16px 32px;
    }

    .intro__block {
        flex: none;          /* cancel flex: 1 1 360px */
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    #intro__image {
        display: block;
        width: 80%;
        margin: 0 auto 16px;  
        height: auto;
    }

    #intro__text {
        font-size: 20px;
        margin: 0;
        padding: 0 4px;
        line-height: 1.55;
    }
}

/* ABOUT */

#how_to
{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 700px;    
}

#how_to img
{
    width: 100%;
}

/* END ABOUT */


/* GALERIJA */

div.scroll-container {
  overflow: auto;
  white-space: nowrap;
  padding: 5px;
  width: 90%;
  text-align: center;
}

div.scroll-container img {
  padding: 5px;
  max-width: 375px;
  max-height:375px;
}

/* END GALERIJA */


/* SCIENCE */

.about_the_science_tekst
{
	font-family: navaden_tekst, sans-serif;
	text-align: justify;
	font-style: normal;
	max-width: 600px;
	margin: 30px;
}

#areas 
{
    width: 100%;
    height: auto;
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 350px;  
}

#Carol
{
    width: 100%;
    max-width: 700px;
    display: block;
    
}

#Tal
{
    width: 100%;
    max-width: 700px;
    display: block;
}

#Luke
{
    width: 100%;
    max-width: 700px;
     display: block;
    
}



/* BOX */

/* CARDS SECTION – ONLY AFFECTS "WHAT'S IN THE BOX" */
.cards-section .all_cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;          /* keep image + text in a row on desktop */
    justify-content: flex-start;
    align-items: flex-start;    /* top-align image and text */
    padding: 8px 0;
    gap: 16px;                  /* space between card and text */
    max-width: 700px;           /* narrower, closer to the old look */
    margin: 0 auto 24px;        /* center block on page */
    text-align: left;
}

/* LEFT COLUMN – IMAGE */
.cards-section .individual__block {
    flex: 0 0 260px;
    max-width: 260px;
}

/* RIGHT COLUMN – TEXT */
.cards-section .individual_block {
    flex: 1 1 auto;
    max-width: 440px;
}

/* IMAGE STYLE */
.cards-section .cards__image {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0;
    display: block;
    border-radius: 0;
}

/* TITLE */
.cards-section .cards__title {
    font-family: 'navaden_tekst', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #000;
    line-height: 1.25;
    text-align: left;
}

/* BODY TEXT */
.cards-section .cards__text {
    font-family: 'navaden_tekst', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    color: #222;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

/* MOBILE LAYOUT */
@media (max-width: 768px) {
    .cards-section .all_cards {
        display: block;         /* stack vertically */
        max-width: 100%;
        padding: 16px 12px;
        margin: 0 auto 20px;
    }

    .cards-section .individual__block,
    .cards-section .individual_block {
        max-width: 100%;
        margin: 0 0 16px 0;
    }

    .cards-section .cards__image {
        width: 65%;
        max-width: 240px;
        margin: 0 auto 12px;
    }

    .cards-section .cards__title {
        font-size: 24px;
        text-align: center;
    }

    .cards-section .cards__text {
        font-size: 17px;
        width: 90%;
        margin: 0 auto;
    }
}


/* END BOX */


/* REVIEWS */

div.reviews {
  margin: 10px;
  width: 90%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 5px;
}

div.review {
  width: 350px;
  margin: 10px;
  max-width: 90%;
  padding: 10px;
  border: 1px grey;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 2px 6px #00000033;
  display: inline-block;
  white-space: wrap;
  height: 200px;
}

div.review_title 
{
    font-size: 200%; 
    text-align: center;
    font-family: navaden_tekst; sans-serif;
}

div.review p {
    margin: 10px;
    padding: 0px;
    text-align: justify;
    font-style: italic;
    height: 100px;
}

div.t-stars {
    text-align: center;
}



/* MAILERLITE POPRAVEK */

#mlb2-5726408.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 700px !important;
}

/* END MAILERLITE POPRAVEK */

#Vse_karte
{
    width: 100%;
    max-width: 700px;
    
}


/* CTA */

#CTA
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

#CTA_title
{
	font-size: 25px;
	font-family: navaden_tekst;
	text-align: center;
	padding: 20px 20px 20px 20px;
}

.CTA_blocks
{
	text-align: center;
	width: 550px;
}

#CTA_tekst
{
	font-family: navaden_tekst, sans-serif;
	text-align: justify;
	font-style: normal;
	line-height: 1.5;
	padding: 20px 20px 20px 20px;
}


/* FAQ */

.frequently_asked_questions
{ 
    font-family: 'navaden_tekst', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    color: #222;
    font-weight: 500;
    margin: 30px;
    text-align: left; 
    max-width: 600px;
}

.frequently_asked_questions summary
{ 
    font-size: 20px;
    font-weight: bold;
}

/* END FAQ */

#cookie_notice 
{
    position: fixed;
    display: grid;
    max-width: 470px;
    bottom: 5px;
    right: 0px;
    grid-template-columns: auto 85px;
    align-items: center;
    background-color: #efd8d8;
	min-height: 40px;
	border-radius: 10px;
	border-color: #d13b31;

}
#cookie_tekst
{
    font-family: navaden_tekst, sans-serif ;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}        

#cookie_gumb a:hover 
{
  filter: invert(100%);
}
  
#cookie_gumb 
{
    margin-left: 3px;
    width: 85px;
}   
    
#cookie_gumb a
{
    bottom: 5px;
    right: 5px;
    position: absolute;
    display: block;
    width: 80px;
   	font-weight: bold;
	background-color: #d13b31;
	color: white;
	font-family: navaden_tekst, sans-serif ;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 4px;
}  

