@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	background: #000000;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.wrapper {
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(26, 14, 1, 1) 100%);
	width: 100%;
	overflow-x: hidden;
}

.container {
	width: 1300px;
	margin: 0 auto;
}

/* ! Header */

header {
	padding: 50px 0;
}

header .logo,
footer .blocks .logo {
	text-transform: uppercase;
	font-size: 29px;
	font-weight: 800;
}

header nav {
	float: right;
	width: 50%;
}

header nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

header nav ul li {
	display: inline-block;
}

header nav ul li a {
	color: #ffffff;
}

header nav ul li.active::after {
	content: '';
	display: block;
	width: 40px;
	height: 5px;
	background: #dc7000;
	border-radius: 10px;
	position: relative;
	top: 10px;
	left: -20px;
}

header nav ul li:not(.active):not(.btn) a:hover {
	border-bottom: 5px solid #dc7000;
}

header nav ul li.btn a,
.email .block button {
	background: #fa9021;
	padding: 9px 17px;
	border-radius: 5px;
	transition: all 500ms ease;
}

header nav ul li.btn a:hover,
.email .block button:hover {
	background: #a02604;
}

.hero {
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}

.hero--info {
	width: 527px;
	padding-top: 70px;
}

.hero--info h2 {
	color: #e87d0e;
	font-size: 20px;
	font-weight: 600;
}

.hero--info h1 {
	font-size: 50px;
	font-weight: 600;
}

.hero--info p {
	font-weight: 500;
	line-height: 170%;
	margin: 30px 0;
}

.hero--info .btn,
.hero-about .info .btn {
	background: #fa8305;
	color: #ffffff;
	border-radius: 50px;
	padding: 15px 30px;
	border: 0;
	transition: all 500ms ease;
	font-size: 17px;
}

.hero--info .btn:hover,
.hero-about .info .btn:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.hero img {
	position: absolute;
	top: -150px;
	right: 0;
}

/* ! Секція з іграми */
.trending {
	padding-top: 132px;
}

.trending h3 {
	font-weight: 600;
	font-size: 31px;
}

.trending .see-all,
.projects .see-all {
	color: #ffffff;
	background: #25211d;
	border-radius: 5px;
	padding: 12px 23px;
	float: right;
	display: block;
	transition: all 500ms ease;
}

.trending .see-all:hover,
.projects .see-all:hover {
	transform: scale(1.1);
}

.trending .games {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 50px 0;
}

.trending .games span {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.trending .games span img {
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.big-text {
	padding: 50px 0;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	width: 800px;
}

.banner {
	padding: 80px 0;
	position: relative;
}

.banner h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

.banner p {
	line-height: 170%;
	margin-bottom: 30px;
	width: 550px;
}

.banner .group {
	width: 196px;
	height: 154px;
	top: -20px;
	left: 975px;
}

.banner .group img {
	position: absolute;
	z-index: 2;
}

.banner img {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	top: -142px;
}

/* ! Секція із зображенням */
.features {
	background: url(/img/bg.png) no-repeat center center fixed;
	background-size: cover;
	padding: 80px 0;
}

.features h3,
.features p {
	margin-bottom: 20px;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.features h3 {
	font-size: 30px;
}

.features .info {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.features .info .block {
	text-align: center;
	width: 20%;
	margin: 30px 2%;
}

.features .info .block img {
	margin-bottom: 15px;
}

.projects {
	padding: 100px;
}

.projects h3 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.projects p {
	margin: 15px 0 40px 0;
	text-align: center;
	font-size: 14px;
}

.projects .images {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	row-gap: 33px;
	column-gap: 27px;
}

.projects .see-all {
	float: none;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}

/* ! Нижня частина */
.email {
	padding-bottom: 120px;
}

.email h3 {
	margin-top: 60px;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 25px;
}

.email p {
	width: 545px;
}

.email .block {
	background: #1c140f;
	margin-top: 30px;
	border-radius: 15px;
	padding: 40px 4%;
	width: 94%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.email .block h4 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 5px;
}

.email .block p {
	width: 500px;
}

.email .block input {
	background: #ffffff;
	outline: none;
	border: 0;
	border-radius: 5px;
	width: 380px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding: 14px 21px;
	color: #898989;
	position: relative;
	right: -94px;
	z-index: 1;
	padding-right: 120px;
}

.email .block input::placeholder {
	color: #898989;
	font-size: 13px;
}

.email .block button {
	cursor: pointer;
	border: 0;
	color: #ffffff;
	text-align: center;
	padding: 10px 15px;
	position: relative;
	z-index: 2;
}

/* ! Сторінка Про нас */
.hero-about {
	position: relative;
}

.hero-about .info {
	width: 425px;
	padding: 200px 0;
}

.hero-about .info h1 {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 600;
}

.hero-about .info p {
	margin-bottom: 50px;
	font-size: 15px;
}

.hero-about img {
	width: 739px;
	height: 656px;
	position: absolute;
	right: -120px;
	top: 0;
}

.work {
	padding: 80px 0;
}

.work h2 {
	font-size: 25px;
	margin-bottom: 60px;
}

.work .blocks {
	display: flex;
	justify-content: space-between;
}

.work .blocks .block {
	width: 25%;
	border-radius: 20px;
	padding: 65px 37px;
	background: #1c140f;
}

.work .blocks .block h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0 16px 0;
}

.work .blocks .block .badge {
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 14px;
}

.work .blocks .block .badge.purple {
	background: #560f67;
}
.work .blocks .block .badge.brown {
	background: #31190d;
}
.work .blocks .block .badge.green {
	background: #192a1d;
}

.work .blocks .block p {
	font-size: 14px;
}

/* ! Сторінка Контакти */
.hero-contacts h1 {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
	font-size: 33px;
	font-weight: 500;
}

.hero-contacts p {
	text-align: center;
}

.hero-contacts img {
	width: 70%;
	margin: 80px 15%;
}

.feedback {
	padding: 70px 0;
	background: #1c140f;
	position: relative;
}

.feedback img.first-img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.feedback img.second-img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.feedback h2 {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	z-index: 2;
}

.feedback p {
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
	font-size: 13px;
	z-index: 2;
}

.feedback form {
	margin: 80px auto;
	width: 671px;
	z-index: 2;
}

.feedback form .inline {
	display: flex;
	justify-content: space-evenly;
}

.feedback form .inline > div {
	width: 50%;
}

.feedback form label {
	color: #4f4f4f;
	font-size: 14px;
	font-weight: 500;
}

.feedback form input,
.feedback form textarea {
	background: #2c2420;
	border-radius: 10px;
	border: 0.6px solid #cecece;
	display: block;
	width: 90%;
	padding: 15px 10px;
	outline: none;
	color: #ffffff;
	margin-top: 7px;
	margin-bottom: 20px;
}

.feedback form .one-line {
	width: 95%;
}

.feedback form textarea {
	resize: none;
	height: 200px;
}

.feedback form button {
	background: #dc7000;
	border-radius: 5px;
	border: 0;
	float: right;
	cursor: pointer;
	color: #ffffff;
	padding: 15px 35px;
	transition: all 500ms ease;
}

.feedback form button:hover {
	background: #a02604;
}

/* ! Footer */
footer {
	background: #070707;
	padding: 50px 0 25px 0;
}

footer .blocks {
	display: flex;
	justify-content: space-between;
}

footer .blocks .logo {
	font-size: 24px;
}

footer .blocks p {
	width: 300px;
	margin: 15px 0;
}

footer .blocks h4 {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 15px;
}

footer .blocks ul {
	list-style: none;
}

footer .blocks a {
	opacity: 0.7;
	color: #ffffff;
}

footer .blocks a:hover {
	opacity: 1;
}

footer .blocks .links {
	display: flex;
	justify-content: center;
	position: relative;
	top: 100px;
}

footer .blocks .links img {
	width: 40px;
	height: 40px;
}

footer hr {
	margin: 30px 0;
	border: 0;
	height: 0.8px;
	background: #d2d2d2;
}

footer > p {
	text-align: center;
	font-size: 13px;
}
