*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	font-family: 'Roboto','Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;
	color: #463f51;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-size: cover;
}

main{
  overflow: hidden;
  background: url(../images/bg.png) 0 0 no-repeat;
	background-size: cover;
}

a {
	outline: none;
	color: #694f9b;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover, a:focus {
	color: #fff;
}


/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

/* Loader */
.js .loading::before {
	content: '';
	position: fixed;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(206, 209, 223, 0.9);
	z-index: 100;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.js .loading::after {
	content: '';
	position: fixed;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 70px;
	margin: -35px 0 0 -27px;
	pointer-events: none;
	z-index: 10000;
	border: 4px solid #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-animation: loaderAnim 0.8s ease-out infinite alternate forwards;
	animation: loaderAnim 0.8s ease-out infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
	to {
		opacity: 0.3;
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0);
	}
}

@keyframes loaderAnim {
	to {
		opacity: 0.3;
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0);
	}
}



/* Content */
.content {
	/* padding: 0 0 4em; */
	/* height: 800px; */
	/* min-height: 100vh; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.content:not(:first-child) {
	padding: 4em 0;
}


@media screen and (max-width: 55.625em) {
	.content {
		height: auto;
	}
}

.tilter {
	display: flex;
	position: relative;
	margin: 0;
	color: #fff;
	flex: none;
	perspective: 1000px;
	/* width: 100%; */
	width: 100vw;
	height: 100%;
}

.tilter * {
	pointer-events: none;
}

.tilter:hover,
.tilter:focus {
	color: #fff;
	outline: none;
}

.tilter:before{
  content: '';
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(22, 17, 46, 0), rgba(22, 17, 46, 0.56) 50%, rgba(22, 17, 46, 1));
  width: 100%;
  height: 10%;
  bottom: 0;
  z-index: 1;
}

.tilter__figure,
.tilter__image {
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.tilter__figure > * {
	transform: translateZ(0px); /* Force correct stacking order */
}

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
	transition: transform 0.2s ease-out;
}

.tilter__figure {
	position: relative;
}

.tilter__deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tilter__deco--overlay {
	background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));
}

.tilter__deco--shine div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;
}

.tilter__deco--lines {
	fill: none;
	stroke: #fff;
	stroke-width: 1.5px;
}

.tilter__caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	right: 0;
	text-align: right;
}

.tilter__title {
	margin: 0;
	font-weight: normal;
	font-size: 2.5em;
	font-family: 'Abril Fatface', serif;
	line-height: 1;
}

.tilter__description {
	margin: 1em 0 0 0;
	font-size: 0.85em;
	letter-spacing: 0.15em;
}

.box-img,.title-img{
  display: inline-block;
}

.apply{
  background: rgb(22, 17, 46);
  z-index: 9999;
}
.apply-box{
  color: #c8a2f9;
  font-size: 1.25rem;
  position: relative;
}
.apply-box::before,.apply-box::after{
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(to left, #16122e, #885ec6 49%, #16122e);
  width: 100%;
  position: absolute;
  line-height: 1.5em;
}
.apply-box::before{
  top: 0;
}
.apply-box::after{
  bottom: 0;
}
.apply-btn{
  border-radius: 30px;
  background-image: linear-gradient(145deg,#326be8 1%,#9000f0);
  background-size: 200%;
  background-position: 1% 50%;
  letter-spacing: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  min-width: 250px;
  transition: all 0.4s;
}
.apply-btn:hover{
  background-position: 99% 50%;
}
.organizer{
  font-size: 1rem;
  color: #c8a2f9;
  background: #03031b;
}
.copyright{
  color: #7c7c7c;
  font-size: 0.75rem;
}
.m-kv{
  width: 100%;
  clear: both;
}
.m-kv img{
  width: 100%;
}
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 8%;
  left: 95%;
  margin-left: -16px;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 1.5s infinite 2s;
  animation: bounce 1.5s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
	transform: scale(1)
	box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
	background: rgba(29, 6, 74, 0.6);
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 10px);
    transform: rotate(-45deg);
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}
.info-box {
	color: #FFFFFF;
	line-height: 1.5;
	max-width: 800px;
}
.info-box h1{
	line-height: 1.5;
	font-size: 2.2rem;
	color: #f2dd4d;
}
.info-box h2{
	line-height: 1.5;
	font-size: 1.2rem;
	color: #ffffff;
}
.info-box p{
	line-height: 1.5em;
	font-size: 1rem;
	color: #ededed;
}
@keyframes bounce {
  0%,
  100%,
  {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@media (max-width: 1200px) and (min-width: 640px){
	.tilter__deco--shine div{
		text-align: right;
	}
	.box-img{
		width: 70%;
	}
}
@media (max-width: 639px) {
	.info-box h1{
		font-size: 1.6rem;
	}
	.info-box h2{
		font-size: 1.2rem;
	}
	.apply-box{
		font-size: 1rem;
	}
	.apply-btn{
		font-size: 1rem;
	}
}