html {
  scroll-behavior: smooth !important;
}

body {
	color: #fff;
	background-color: #000;
	overflow-x: hidden !important;
}

.our-logo-fixed {
  position: absolute;
	top: 25px;
	left: 50px;
	z-index: 10;
  width: 180px;
}

.glow {
	background: #e6007e80;
	box-shadow: 0 0 377px 736px #e6007e80, 0 0 900px 104px #e6007e80,
		0 0 744px 338px #e6007e80;
	-moz-box-shadow: 0 0 377px 736px #e6007e80, 0 0 900px 104px #e6007e80,
		0 0 744px 338px #e6007e80;
	-webkit-box-shadow: 0 0 377px 736px #e6007e80, 0 0 900px 104px #e6007e80,
		0 0 744px 338px #e6007e80; 
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.5;
	filter: blur(20.5rem);
}

.fifteen-shades-of-white {
	position: absolute;
	top: -184px;
	width: 500px;
	left: -131px;
	opacity: 0.1;
	z-index: -1;
}

.work-container {
	padding: 60px 55px;
	height: 100vh;
}

.work-container .work-title {
	text-transform: uppercase;
	letter-spacing: 4px;
}

.work-container .work-title span {
	font-weight: bold;
	text-shadow: 0px 0px 10px #ffffff;
}

.work-container .row {
	margin-top: 60px;
}

.work-container .five span {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
}

.work-container .five .name {
	font-size: 75px;
	text-shadow: 0px 0px 10px #ffffff;
	margin-bottom: 10px;
}

.work-container .five .what {
	font-size: 26px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 100 !important;
}

.work-container .five .skill {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	width: 360px;
}

.work-container .seven img {
  max-width: 740px;
  max-height: 417px;
}

.description {
	padding: 80px 55px;
}

.description .white-box {
	padding: 40px;
	color: #000;
	background: #fff;
	width: 100%;
	max-width: 835px;
	font-size: 22px;
	position: relative;
	border-radius: 2px;
	font-weight: 100;
	letter-spacing: 1px;
}

.description .two-box {
	display: flex;
	align-items: center;
}

.description .two-box .game,
.description .two-box .solution {
  padding: 20px;
  font-size: 13px;
	border-radius: 2px;
}

.description .two-box .game {
  background-color: #fff;
  color: #000;
	max-width: 518px;
	width: 100%;
	padding-left: 0;
}

.description .two-box .solution {
  background-color: rgb(28, 28, 28);
  color: #fff;
	position: absolute;
	max-width: 518px;
	width: 100%;
	right: -259px;
}

.description .two-box .game div,
.description .two-box .solution div{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.description .two-box .game p,
.description .two-box .solution p{
  letter-spacing: 1px;
}

.show-pic-1, .show-pic-2 {
  display: flex;
  padding: 55px;
}

.show-pic-1 {
  flex-direction: row-reverse;
}

.show-pic-1 img, .show-pic-2 img, .show-pic-1 video, .show-pic-2 video {
  max-width: 1000px;
  width: 100%;
}

.next-match {
  margin: 40px auto;
  width: 200px;
  height: 200px;
  background-image: url("../assets/img/o-b.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
	text-align: center;
  color: #fff;
  text-decoration: none;
	cursor: pointer;
}

.next-match:hover {
	color: #fff;
}


.next-match .match-name {
  font-size: 37px;
  text-shadow: 0px 0px 10px #ffffff;
  font-weight: bold;
}

.work-footer {
  position: relative;
  margin-top: 100px;
}


@media screen and (max-width: 880px) {

  .description .two-box {
    justify-content: center;
  }
	.description .two-box .solution {
		position: static !important;
	}
}


@media screen and (max-width: 600px) {

  .description .two-box {
    flex-direction: column;
  }
	.description .two-box .game {
		padding-left: 20px !important;
		margin-bottom: 20px;
		box-shadow: 0 0 2px rgb(86, 85, 85);;
	}
}

@media screen and (max-width: 550px) {
	.work-container {
		padding: 60px 25px 0 25px;
	}
	.work-container .work-title {
		letter-spacing: 3px;
	}
	.work-container .work-title span {
    font-weight: 600;
    text-shadow: 0px 0px 5px #ffff;
	}
	.fifteen-shades-of-white {
    display: none;
	}
	.work-container .row {
		position: relative;
	}
	.work-container .five {
		position: absolute;
		top: 450px;
	}
	.work-container .five .what {
		font-size: 18px;
		line-height: 18px;
		font-weight: 300 !important;
	}
	.work-container .five .skill {
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		width: auto !important;
		margin-bottom: 40px;
	}
	.work-container .seven {
		position: absolute;
		top: 70px;
		width: 100vw !important;
		left: -25px;
	}
	.description {
		padding: 0px;
		margin-top: 100px;
	}
	.description .white-box {
		margin-top: 150px;
		margin-bottom: 20px;
		padding: 20px;
		border-radius: 0px !important;
	}
	.description .white-box p {
		font-size: 15px;
	}
	.description .white-box p:first-child {
		font-weight: 600;
		line-height: 20px;
	}
	.description .two-box .game {
		box-shadow: none;
		padding: 0 !important;
	}
	.description .two-box .game strong {
		font-weight: 400 !important;
	}
	.description .two-box .solution {
		padding: 0 !important;
		background: #fff;
		color: #000;
	}
	.description .two-box .solution strong {
		font-weight: 400 !important;
	}
	.description .two-box .game p, .description .two-box .solution p {
    font-weight: 300 !important;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0px;
	}
	.show-pic-1, .show-pic-2 {
    padding: 20px 0 !important;
	}
	.next-match {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
}

/* iMac 27 */
@media screen and (min-width: 2000px) {
	.our-logo-fixed {
    top: 50px !important;
    left: 70px !important;
	}
	.fifteen-shades-of-white {
    top: -280px !important;
    width: 728px !important;
    left: -174px !important;
	}
	.work-container {
    padding: 100px 75px !important;
	}
	.work-container .work-title {
    font-size: 20px;
	}
	.work-container .five span {
    font-size: 20px !important;
	}
	.work-container .five .name {
    font-size: 100px !important;
	}
	.work-container .five .what {
    font-size: 35px !important;
    line-height: 35px !important;
	}
	.skill .left div, .skill .right div {
		font-size: 20px;
	}
	.work-container .seven img {
    max-width: 1200px !important;
    max-height: 1200px !important;
	}
	.description {
    padding: 0px 70px;
	}
	.description .white-box {
		padding: 70px !important;
		max-width: 1000px !important;
	}
	.white-box p:first-child {
		font-size: 30px;
		font-weight: 300;
	}
	.description .two-box .game div, .description .two-box .solution div {
    font-size: 30px !important;
	}
	.description .two-box .game p, .description .two-box .solution p {
    font-size: 18px !important;
    font-weight: 300;
	}
	.description .two-box .game, .description .two-box .solution {
    padding: 60px !important;
	}
	.description .two-box .game {
    padding-left: 0 !important;
	}
	.description .two-box .solution {
    max-width: 600px !important;
	}
	.show-pic-1, .show-pic-2 {
    padding: 70px !important;
	}
}