/*------------------------------------------------------------------
Project:  ComingSoon template
Version:  1.0
Last change:  2.07.2020
Assigned to:  Pawel Zuchowski
Primary use:  Free to use under Creative Commons
-------------------------------------------------------------------*/
body,
body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
.container,
.row {
	margin: 0;
	padding: 0;
	width: 100vw;
  	background-image: url(../img/bg_25.png);
  	background-size: cover;
  	background-repeat: no-repeat;		
	background-color: #FFCC06;
	background-position: left;
}

p:not(.slogan),
.left,
.icon,
.icon-list,
h1,
.right,
.mainInfo {
	width: auto;
}

.container .row .left-wrap {
	padding-right: 0;
	padding-left: 0;
	/* -webkit-filter: drop-shadow(15px 0px 0px rgba(255, 255, 255, 1));
	filter: drop-shadow(15px 0px 0px rgba(255, 255, 255, 1)); */
}
.container .row .left-wrap .left {
	background-image: url(../img/side_25.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 97% 100%;
	height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); */
}
@media screen and (max-width: 576px) {
	.container .row .left-wrap .left {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
		height: 50vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}
.container .row .left-wrap .left p {
	font-family: "Muli", sans-serif;
	font-size: 3.5em;
	margin-right: 2em;
	font-weight: bold;
	color: white;
}
@media screen and (max-width: 576px) {
	.container .row .left-wrap .left p {
		font-size: 2em;
		margin: 0.5em 0 0.5em 0;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
	}
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.container .row .left-wrap .left p {
		font-size: 2.4em;
	}
}
.container .row .left-wrap .left p .small {
	vertical-align: text-top;
	font-size: 0.5em;
}

.container .right {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 576px) {
	.container .right {
		height: 50vh;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.container .right .mainInfo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/* margin-left: -33%; */
}
@media screen and (max-width: 576px) {
	.container .right .mainInfo {
		text-align: center;
		margin-left: 0;
		width: 100%;
		height: 50vh;

	}
}
.container .right .mainInfo h1 {
	font-size: 2em;
	margin-left: 1em;
}
@media screen and (max-width: 576px) {
	.container .right .mainInfo h1 {
		margin-left: 0;
	}
}
.container .right .mainInfo .slogan {
	width: 50vw;
	margin-top: 1.5em;
	color: #6d6464;
}
@media screen and (max-width: 576px) {
	.container .right .mainInfo .slogan {
		width: 44vh;
    margin-top: 0em;
	}
  .logo-display{
	margin-top: 17px !important;
    /* display: none; */
  }
  .files img{
    width: 100% !important;
  }
  .info-display{
    height: 29vh !important;
  }
  .timer{
    margin-left: -25vh !important;
  }
  .button{
    top:-1vh !important;
    right: 1vh !important;
  }
  .background{
    right: -22vh !important;
  }
  .icon, .icon::before, .icon::after{
    background-color: white !important;
  }
  .icon-menu-text{
    color: white !important;
    font-weight: 650 !important;
  }
}
.container .right .mainInfo .form-subscribe {
	margin-top: 0.5em;
}
@media screen and (max-width: 576px) {
	.container .right .mainInfo .form-subscribe {
		margin-left: 0;
	}
}
.container .right .mainInfo .form-subscribe .form {
	height: 40px;
	padding: 0;
	margin-right: -6px;
	border: 1px solid black;
	border-right: none;
	padding-left: 0.5em;
}
.container .right .mainInfo .form-subscribe button {
	width: 120px;
	height: 40px;
	border: 1px solid black;
	border-top: 2px solid black;
	border-radius: 0 25px 25px 0;
	padding: 0;
	color: white;
	background-color: black;
}
@media screen and (max-width: 576px) {
	.container .right .mainInfo .form-subscribe button {
		width: 100px;
	}
}
.container .right .mainInfo .form-subscribe button:hover {
	cursor: pointer;
}
.container .right .icon-list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em);
}
@media screen and (max-width: 576px) {
	.container .right .icon-list {
		-webkit-transform: translateY(-0.1em);
		transform: translateY(-0.1em);
		padding-left: 0;
	}
}
.container .right .icon-list .icon {
	margin-right: 1em;
	font-size: 1.5em;
}
.container .right .icon-list .icon a {
	color: black;
	text-decoration: none;
}

.right,
.mainInfo,
.left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

h1,
.slogan,
button,
.form {
	font-family: "Lato", sans-serif;
}

.slogan,
.form-subscribe {
	margin-left: 2em;
}
@media screen and (max-width: 576px) {
	.slogan,
	.form-subscribe {
		margin-left: auto;
	}
}

.twitter::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f099";
}

.facebook::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f16d";
}

.instagram::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f09a";
}

.info-display{
  /* position: absolute; */
  background-image: url(../img/egm_11_18_25.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 35vh;
  /* width: 90%; */
}

.logo-display{
  background-image: url(../img/bt_info_25.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 27vh;
    width: 80%;
	margin-top: -60px;
}

.files img{
  width: 80%;
  height: 100%;
  object-fit: contain;
}
.files{
  background: none;
}

.timer{
  margin-left: -30%;
}
.timer p{
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10%;
}


/* hamburger */
.checkbox {
  display: none;
}

.button {
  position: relative;
  /* background-color: white; */
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  position: fixed;
  top: 5vh; 
  right: 1vw; 
  z-index: 2000;
  /* box-shadow: 0 1rem 3rem black; */
  text-align: center; 
  cursor: pointer;
}

.background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  top: 5.5vh; 
  right: -15.5vw; 
  background-image: radial-gradient(#ffffff, black);
  z-index: 1000;

  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

.list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}

.item {
  margin: 1rem;
  font-size: 36px;
}

.link:link,
.link:visited {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    white 50%
  );
  background-size: 220%;
  transition: all 0.4s;
}

.link:hover,
.link:active {
  color: lightgreen;
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 3rem;
  height: 4px;
  background-color: black;
  display: inline-block;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}


