@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,900;1,700&display=swap");

/* CSS Variables */
:root {
  --normal-font: 400;
  --bold-font: 600;
  --bolder-font: 900;
  --primary-color: #0652dd;
  --secondary-color: #ea2027;
  --line-height: 1.7rem;
  --transition: 0.4s ease-in;
}

/* Smooth scroll effect */
html {
  scroll-behavior: smooth;
}

/* Resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: var(--transition);
}

 body {
  font-family: "Montserrat", sans-serif;
}

.hero {
max-width: 1000px; 
padding: 3em; 
margin: auto; 
}

.hero-img {
width: 100%; 
}

.nosto {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;

}

.bg-black {
 background-color: #000;
}

.bg-grey {
background: rgb(215,215,217);
background: radial-gradient(circle, rgba(215,215,217,1) 55%, rgba(187,187,187,1) 69%, rgba(149,151,152,1) 89%);
}

.color {
 background-color:  rgba(239,160,19,0.9);
}

.nosto1 {
  background: url("img/Background-space.jpg") no-repeat top center/cover;
  filter: grayscale(80%); 
}

.nosto11 {
  background: url("img/BG-Space-only-3000.jpg") no-repeat top center/cover;
}


.nosto2 {
  background: url("img/belt.jpg") no-repeat top center/cover;

}
.nosto3 {
  background: url("img/fgl-backdrop.jpg") no-repeat top center/cover;

}
.nosto4 {
  background: url("img/IA-5.png") no-repeat top center/cover;

}

.nosto8 {
  background: url("img/Freak_Guitarlab_Background.jpg") no-repeat center center/cover;

}

.caprazilla {
  background: url("img/caprazilla.jpg") no-repeat center center/cover;

}

.area {display: grid; height: 198vh; max-width: 1090; margin: 0 auto; }
.label-van {display: block; width: 80%; margin: auto 0; float: left; grid-area: 1 / 1 ;border: 1px solid red; }
.img-hog {width: 60%;  grid-area: 1 / 1; margin: auto 0; float: right; border: 1px solid yellow;}
.full {width: 100%; }


img.story {

	width: 55%;
	float: left;
	margin-right: 3em; 

}

img.storyright {

	width: 55%;
	float: right;
	margin-left: 3em; 

}

.back {display: block; width: 100%; 
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card { 
display: block; 
  max-width: 1020px;
  margin: auto; 
  padding: 3em 2em; 
}

.card-tight { 
display: block; 
  max-width: 1200px;
  margin: auto; 
  padding: 0; 
}

img.story-tight {

	width: 65%;
	float: left;
	margin-right: 2em; 

}

.nostokontsa {
  max-width: 600px;
position: absolute; 
left: 3em; 
  height: auto;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .15);

  backdrop-filter: blur(1px);
  padding: 2em; 
  color: #fff; 
  
  }

.shadow {
  text-shadow: 2px 2px 2px #333;
}

h1 {
font-size: 3em; 
font-family: "Montserrat", serif; 
text-transform: uppercase; 
padding-bottom: 0.5em; 
}

p {
	padding: 0.6em 0;  
}

.caps {
text-transform: uppercase; 
}

.orange {
color: rgba(239,160,19,1); 
 }

.center {
text-align: center;   
}

table {
  border-collapse: collapse;
  font-size: 0.9em; 
}

tr:nth-child(odd) {background-color: #f2f2f2;}
tr:hover {background-color: #d7d7d9;}

td {
  text-align: left;
  padding: 0.4em 0.8em 0.4em 0.3em;
  }



.ulv {

  background-image: url(img/002.png);
} 

.knob {

  background-image: url(img/push-push-knob.jpg);
} 
 
.caveman {

  background-image: url(img/Freak_Guitarlab_Background.jpg); 
} 

.havana {

  background-image: url(img/ulv-havana-color.jpg);
} 
 
 .campaign {
  display: flex;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 70vh;
  width: 90%;
  max-width: 1200px; 
}

 .campaign-left {
  background-position: top right;
  position: relative;
}

 .campaign-right {
  background-position: top left;
  position: relative;
}

.textbox {
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  background-color: rgba(225, 225, 225, 0.15);
  backdrop-filter: blur(0px);
  width: 40%;
  top: 20%;
  height: auto;
  z-index: 5; 
  color: #fff; 
}

.textbox-opaque {
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  background-color: rgba(225, 225, 225, 0.15);
  backdrop-filter: blur(1px);
  width: 40%;
  top: 20%;
  height: auto;
  z-index: 5; 
  color: #fff; 
}



.textbox-dark {
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  width: 40%;
  top: 20%;
  height: auto;
  z-index: 5; 
  color: #eee; 
}

.textbox-left {
  position: absolute;
}

.textbox-right {
  position: absolute;
  right: 0; 
}

@media (max-width:1180px){
.campaign {
	background-size: 60%;
  	width: 90%;
	}
.textbox, .textbox-opaque {
  width: 60%;
  top: 30%;
}

.hero {
padding:0 2em; 
}

}




.textbox h1, .textbox-opaque h1 {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0;  
  
}

.btnSee {
  width: 10em;
  height: 2.5em;
  background-color: #2f2e41;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  display: inline-block; 
  margin-right: 0.5em; 
  justify-content: center;
  align-items: center;
  border-radius: 10% 10% 10% 10% / 50% 50% 50% 50%;
  margin-top: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; 
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  border: transparent !important;
}

.btnSee a{
color: #fff; 
text-decoration: none; 
}

.btnSee:hover {
  color: #fff;
  background-color: #a7700d;
  transition: all ease 0.5s;
}


/* DOWN ARROW */

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 25px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #F2B342;
  border-right: 2px solid #F2B342;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation:    fade_move_down 4s ease-in-out infinite;
  animation:         fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}






/* MENU bar on top */


.topbar {
	position:fixed;
	width:100%;
	z-index:10; 
	top:0;
	background-color: #fff; 
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
	padding: 0.5em; 
	overflow:hidden; 
	font-size: 1.1em; 

}

.logo {
	padding:0.5em 1em;
	float: left; 
	display:inline-block;	
	text-decoration: none; 
	letter-spacing:4px; 
	color: #111; 
}

.menu-item {
	padding:0.5em 1.5em;
	float: right; 
	display:inline-block;
	text-align:left;
	text-align:center;
	white-space:normal;
	text-decoration:none;
	cursor:pointer;
	white-space:nowrap;
	letter-spacing:.2em; 
	color: #111; 	
}

.menu-item:hover {
	background-color: rgba(239,160,19,0.8); 
}


@media (max-width:750px){
.menu-list {display:none!important}
.logo {text-align:center; width: 100%; }
.campaign {height: 90vh; background-size: 100%; width: 94%; align-items: center;}
.textbox, .textbox-opaque {width: 96%; position: absolute; top: 30%; }
.textbox-right {right: auto;}
h1 {font-size: 2em;} 

.hero {
padding: 0; 
margin: auto; 
}



.nostokontsa {
width: 96%;
max-width: 400px; 
left: 0.5em; 
  height: auto;
  }
	
	.scroll-down {
  bottom: 50px;
	
}

img.story {

	width: 108%;
	padding: 0; 
	margin: 0 auto 1.5em -1.5em; 

	

}

img.storyright {

	width: 108%;
	padding: 0; 
	margin: 0 auto 1.5em -1.5em; 

}

img.story-tight {

	width: 100%;
	display: block; 
		float: left; 
	margin: 0 0 1.5em -20px; 

}

.card, .card-tight { 
	  padding: 0 10px 30px 20px; 

}









