@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
  background-color: #110a2c;
}
body {
  margin: 0;
  font-family: 'Barlow', sans-serif;
  background-color: #0000;
  color: #ccc;
}
header {
  position: static;
  color: white;
  width: 100%;
  height: 1080px;
  background-color: transparent;
  /* Add this */
  text-align: center;
  overflow: hidden;
}
h2 {
  color: white;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1em;
}
h5 {
  color: white;
  text-align: center;
  font-size: 11px !important;
  font-weight: 50 !important;
}
h6 {
  color: #1cc1db;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-align: left;
}
#header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-position: center;
  object-fit: cover;
}
top-bar {
  z-index: 9;
  width: 100%;
  display: inline-block;
  padding: 10px 0 0 0;
  position: relative;
}
.header-quote {
  width: 40%;
  color: #8e7aff;
  line-height: 2em;
  font-size: 18px;
  font-weight: 800;
}
#header-quote-author {
  font-size: 14px;
  font-weight: 200;
}
.logo {
  margin-left: 32px;
  margin-top: 12px;
  margin-bottom: 80px;
  display: block;
  width: 341px;
  height: 292px;
}
.animated-img-link {
  transition-duration: .6s;
}
.animated-img-link:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.animated-img-link:active {
  transform: scale(1.0);
}
.menu {
  display: flex;
  height: 54px;
 
  padding: 24px 0px 8px 0px;
  justify-content: space-between;
  float: left;
  color: white;
  margin: 0 0 0 40px;
}
.social {
  display: flex;
  height: 54px;
  width: 280px;
  padding: 24px 0px 8px 0px;
  justify-content: space-between;
  float: right;
  color: white;
}
.menu a {
  transition-duration: .6s;
}
top-bar ul, footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
	width: 100%;
}
top-bar li {
  display: inline;
  margin: 0 0 0 45px;
	
}
.menu ul li a {
  font-size: 14px;
  text-decoration: none;
}
/* unvisited link */
a:link {
  color: #8e7aff;
}
/* visited link */
a:visited {
  color: #8e7aff;
}
/* mouse over link */
a:hover {
  color: #fff;
  ;
}
/* selected link */
a:active {
  color: #fff;
}
.social a {
  transition-duration: .6s;
}
.social a:hover {
  color: #fff;
  transform: scale(1.1);
}
.social a:active {
  color: #b236c8;
  transform: scale(1.0);
}
@media (width < 600px) {
  .header-quote {
    width: 100%;
    left: 0;
    top: 450px;
  }
  .header-quote p {
    margin: 0 20px 0 20px;
  }
  #how-to-play-steam {
    display: none !important;
  }
  #how-to-play-flag {
    display: none !important;
  }
  #overview-row {
    width: 100%;
  }
  .row {
    flex-direction: column;
  }
  .column {
    width: 100%;
  }
  #game-overview-campfire {
    margin-top: 30px !important;
  }
  .news-section {
    flex-direction: column !important;
  }
  #steam-frame {
    width: 100% !important;
  }
  #trailer-video {
    width: 100% !important;
  }
	
	.menu{
		margin: 0px !important;
		align-content: center;
		width: 100%;
	}
		.social{
		margin: 0px !important;
		align-content: center;
		width: 100%;
	}
	
	top-bar li:first-child {
   margin: 0px;
}
	
	.intro-quote{
		width: 90% !important;
	}
	
	#overview-row
	{
		width: 90% !important;
	}
	
	#game-overview-features{
		margin: 0px !important;
	}
	
	.stay-in-touch{
		width: 70% !important;
	}
	
	footer p{
		width: 100%;
	}
	
	#footer-right-menu {
  padding: 0 !important;
}
}
@media (600px <=width <=1000px) {
  .header-quote {
    width: 100%;
    left: 0;
    top: 250px;
  }
  .header-quote p {
    margin: 0 120px 0 20px;
  }
  #how-to-play-steam {
    display: none !important;
  }
  #overview-row {
    width: 100%;
  }
  .row {
    flex-direction: column;
  }
  .column {
    width: 100%;
  }
  #game-overview-campfire {
    margin-top: 30px !important;
  }
  .news-section {
    flex-direction: column !important;
  }
  #steam-frame {
    width: 100% !important;
  }
  #trailer-video {
    width: 100% !important;
  }
}
@media (width <1600px){
	#game-overview-woman {
	display: none !important;}
	
	#how-to-play-woman{
		display: none !important;
	}
	#sprakle{
		display:none !important;

	}
	#news-girls{
		display: none !important;
	}
	#game-overview-girl-with-gun{
		display: none!important;
	}
	#girl-quote{
		display: none!important;
	}
	#game-overview-campfire{
		display: none!important;
	}
.my-slider-container{
		display: none !important;
	}
	#stay-in-touch-girls{
		display: none !important;
		
	}
	.stay-in-touch-header-container{
		display: none !important;
	}
}
@media (width < 1800px) {
  #news-waving-girl {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.button-rounded {
  border: none;
  width: 205px;
  height: 62px;
  background: url("../images/button-round-normal.png") no-repeat top left;
  padding: 2px 8px;
  color: #fff;
  font-weight: 800;
  transition-duration: .6s;
}
.button-rounded:hover {
  background: url("../images/button-round-hover.png") no-repeat top left;
  cursor: pointer;
  transform: scale(1.1);
}
.button-rounded:active {
  transform: scale(1.0);
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.girl-container {
  z-index: 8;
  margin: -180px 0 0 0;
  position: relative;
}
.girl-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
intro-container {
  display: block;
  margin: 0;
  position: relative;
  background: rgb(87, 7, 105);
  background: linear-gradient(0deg, rgba(87, 7, 105, 1) 0%, rgba(30, 14, 63, 1) 100%);
  padding: 0px;
}
.intro-quote {
  width: 45%;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
  text-align: justify;
  text-justify: inter-word;
  color: #ccc;
  line-height: 2em;
  text-shadow: 1px 1px 2px black;
  z-index: 2;
  position: relative;
}
#girl-quote {
  height: 534px;
  width: 652px;
  background-image: url(../images/girls-with-weapons.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -359px;
  bottom: 0;
  z-index: 0;
}
how-to-play-container {
  text-align: center;
}
.bold {
  font-weight: 800;
}
how-to-play {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 2em;
  position: relative;
  text-shadow: 0 1 1px black;
}
#how-to-play-steam {
  background-image: url(../images/steam.png);
  background-repeat: no-repeat;
  height: 428px;
  width: 428px;
  position: absolute;
  right: 200px;
  top: 808px;
  opacity: 1;
  display: block;
}
#how-to-play-woman {
  background-image: url(../images/how-to-play-woman.png);
  background-repeat: no-repeat;
  height: 636px;
  width: 472px;
  position: absolute;
  left: 200px;
  top: 900px;
  opacity: 0.3;
  display: block;
  z-index: -1;
}
#trailer-video {
  width: 50%;
  padding: 0px;
  margin: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 19px 51px 0 rgba(0, 0, 0, 0.6), 0 14px 19px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}
trailer-container {
  position: center;
  background-color: black;
  padding: 0;
  margin: 0;
}
game-overview-container {
  display: block;
  margin: 0;
  position: relative;
  background: rgb(73, 33, 143);
  background: linear-gradient(276deg, rgba(73, 33, 143, 1) 0%, rgba(31, 15, 63, 1) 100%);
}
#game-overview-woman {
  background-image: url(../images/2.png);
  background-repeat: no-repeat;
  height: 1712px;
  width: 1101px;
  position: absolute;
  top: 9px;
  left: 500px;
  opacity: 1;
  display: block;
  z-index: 0;
}
#sprakle {
  background-image: url("../images/sparkle.png");
  background-repeat: no-repeat;
  height: 212px;
  width: 356px;
  position: absolute;
  left: 200px;
  top: 500px;
  opacity: 0.9;
  display: block;
  z-index: 1;
}
#overview-row {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0 151px 0;
}
.row {
  display: flex;
  flex-direction: row wrap;
}
.column {
  flex: 50%;
}
#game-overview-girl-with-gun {
  height: 1357px;
  width: 375px;
  background-image: url("../images/game-overview-girl-with-gun.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -280px;
  bottom: 30px;
  z-index: 0;
}
#overview-left-column-content {
  margin-top: 100px;
}
#game-overview-campfire {
  margin-top: 240px;
}
#overview-right-column-content {
  margin: 0 0 0 30px;
}
#game-overview-features {
  margin-left: 50px;
}
#overview-left-column-content li {
  background: url('../images/arrow.png') no-repeat left top; /* <-- change `left` & `top` too for extra control */
  padding: 0px 0px 3px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
}
#overview-row p {
  font-size: 20px;
}
#overview-left-column-content p {
  padding: 15px 0 0 30px;
  color: #fff;
  line-height: 2em;
}
#overview-left-column-content p span {
  font-weight: 600;
  color: #0fd6ee;
}
#game-overview-text {
  color: #fff;
  line-height: 2em;
}
stay-in-touch-container {
  background: rgb(41, 18, 72);
  background: linear-gradient(0deg, rgba(87, 7, 105, 1) 0%, rgba(30, 14, 63, 1) 100%);
  display: block;
  margin: 0;
  position: relative;
  padding: 0px;
  text-align: center;
}
.stay-in-touch {
  padding: 100px 0 50px 0;
  position: relative;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
	
}

#stay-in-touch-girls {
  background-image: url(../images/stay-in-touch-girls.png);
  background-repeat: no-repeat;
  height: 626px;
  width: 485px;
  position: absolute;
  right: 100px;
  bottom: 0px;
  opacity: 1;
  display: block;
  z-index: 0;
}

#stay-in-touch-triangle {
  background-image: url(../images/stay-in-touch-triangle.png);
  background-repeat: no-repeat;
  height: 508px;
  width: 479px;
  position: absolute;
  left: -480px;
  bottom: 0px;
  opacity: 1;
  display: block;
}
news-container {
  background: linear-gradient(276deg, rgba(73, 33, 143, 1) 0%, rgba(31, 15, 63, 1) 100%);
  position: relative;
  width: 100%;
  display: block;
}
.news-section {
  z-index: 5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.news {
  padding: 40px 0 40px 0;
  text-align: center;
  margin: 10px;
}
.news-section img {
  transition-duration: .6s;
}
.news-section img:hover {
  transform: scale(1.1);
}
.news-section a:active {
  transform: scale(1.0);
}
#news-waving-girl {
  background-image: url(../images/news-waving-girl.png);
  background-repeat: no-repeat;
  height: 638px;
  width: 359px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  display: block;
  z-index: 0;
}
#news-girls {
  background-image: url(../images/news-girls.png);
  background-repeat: no-repeat;
  height: 649px;
  width: 370px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  display: block;
  z-index: 2;
}
footer {
  /*  background-color: #1a1a1a;
  padding: 50px 0 20px 0;
  position: relative;
  width: 100%;
  display: block;*/
  min-height: 100%;
  /* the following 2 lines are a hack for IE6 */
  height: auto !important;
  height: 100%;
  width: 100%;
  background: url(../images/footer-girls.png) no-repeat center center;
  background-size: cover;
}
#footer-goal {
  flex: 80%;
  text-align: justify;
}
#footer-row {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0 40px 0;
  gap: 7em;
}
/* Cookies */
#cookie-notification {
  display: block;
  z-index: 99999;
  min-height: 35px;
  width: 100%;
  position: fixed;
  background-color: #110a2c;
  border-image: initial;
  border-width: 2px 0px 0px;
  border-top-style: outset;
  border-color: rgb(198, 198, 198);
  text-align: center;
  right: 0px;
  color: rgb(119, 119, 119);
  bottom: 0px;
  left: 0px;
  box-shadow: black 0px 8px 6px -6px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-radius: 10px;
  font-family: 'Poppins', Sans-Serif;
}
#cookie-notification-inner {
  padding: 10px;
  margin-left: 15px;
  margin-right: 100px;
  font-size: 14px;
  font-weight: normal;
}
#cookie-ok-button {
  position: absolute;
  background-color: #9a6fe4;
  color: rgb(255, 255, 255);
  padding: 5px 15px;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  border: 0px solid rgb(31, 31, 31);
  border-radius: 5px;
  top: 5px;
  right: 5px;
}
#steam-frame {
  width: 40%;
  height: 190px;
}
.my-slider-container {
  width: 70%;
}
.stay-in-touch-header-container {
  position: relative;
  text-align: center;
  color: white;
}
.stay-in-touch-header-container span {
  font-size: 28px;
  line-height: 0.5em;
}
.stay-in-touch-header-container h2 {
  line-height: 0.8em;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer-container {
  padding: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ccb1ff;
  line-height: 2em;
  text-align: center;
	width: 100%;
}
.social-footer {
  height: 54px;
  padding: 24px 0px 8px 0px;
}
.social-footer ul {
  align-items: center;
  display: flex;
}
.social-footer li {
  display: inline-grid;
  margin-left: 20px;
}
footer ul li a {
  font-size: 20px;
  text-decoration: none;
}
#footer-right-menu {
  float: right;
  padding: 0 30px 0 0;
}

