* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Instrument Sans', sans-serif;
}

body {
	background-color: #000;
	color: #fff;
}

.img-fluid {
	max-width: 100%;
}

section h3 {
	font-weight: 400;
	font-size: 21px;
	margin-bottom: 1rem;
}

section h2 {
	font-weight: 650;
	font-size: 32px;
	margin-bottom: 1rem;
}

.container {
	max-width: 1440px;
	margin: auto;
}

.cta {
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #fff;
	color: #000;
	padding: 12px 32px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
	font-weight: 400;
}

.cta:hover {
	background-color: transparent;
	color: #fff;
}

.top {
	background: url('../img/top-bg.jpg') bottom right no-repeat;
	background-size: contain;
	padding: 1rem 1rem 7rem;
}

.top .container .logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 1rem 1rem 4rem;
	margin-bottom: 2rem;
	text-align: left;
}

.top .container .logo-wrapper .x-logo {
	max-width: 180px;
	margin: auto;
}

.top .container .top-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 2rem;
}

.top .container .top-wrapper .top-copy {
	max-width: 650px;
}

.top .container .top-wrapper .top-copy h1 {
	font-weight: 650;
	font-size: 38px;
	margin-bottom: 0.5rem;
}

.top .container .top-wrapper .top-copy h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.top .container .top-wrapper .top-copy p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2rem;
}

.top .container .top-wrapper .top-img {
	display: none;
}

@media screen and (max-width: 920px) {
	.top {
		background: #000;
		background-size: cover;
		padding: 1rem;
	}
	.top .container .logo-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 1rem;
		margin-bottom: 1rem;
		text-align: left;
	}
	.top .container .logo-wrapper .x-logo {
		max-width: 180px;
		margin: auto;
	}
	.top .container .top-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		align-items: center;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	.top .container .top-wrapper .top-copy {
		max-width: 650px;
	}
	.top .container .top-wrapper .top-copy h1 {
		font-weight: 650;
		font-size: 38px;
		margin-bottom: 0.5rem;
	}
	.top .container .top-wrapper .top-copy h2 {
		font-size: 28px;
		font-weight: 400;
		margin-bottom: 1.5rem;
	}
	.top .container .top-wrapper .top-copy p {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 2rem;
	}
	.top .container .top-wrapper .top-img {
		display: block;
	}
	.line {
		height: 2px;
		width: 70% !important;
		margin: auto;
		background-color: #a0a0a0 !important;
	}
}

.line {
	height: 2px;
	width: 100%;
	background-color: transparent;
}

.products .container {
	text-align: center;
	padding: 4rem 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.products .container h2 {
	font-weight: 650;
	font-size: 32px;
}
.products h2 {
	text-align: center;
	width: 100%;
}
.products h3 {
	margin-bottom: 2rem;
}

.products .container .product {
	padding: 1rem;
}

.products .container .product .prod-img {
	max-width: 350px;
	margin: 1rem auto 2rem;
}

.architecture .container {
	padding: 4rem 1rem;
}

.architecture .container h3 {
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	margin-bottom: 1rem;
}

.architecture .container h2 {
	font-weight: 650;
	font-size: 32px;
	text-align: center;
	margin-bottom: 2rem;
}

.architecture .container .chip-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2rem 1rem;
}

.architecture .container .chip-wrapper .chip-desc {
	max-width: 350px;
}

.architecture .container .chip-wrapper .chip-desc p {
	padding-bottom: 1rem;
	font-size: 18px;
}

.architecture .container .chip-wrapper .chip-desc p span {
	font-size: 21px;
	font-weight: 650;
}

.architecture .container .points-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 90%;
	margin: auto;
	gap: 3rem 1rem;
	padding: 2rem 1rem 0;
}

@media (min-width: 768px) {
	.architecture .container .points-wrapper {
		max-width: 70%;
	}
}

.architecture .container .points-wrapper .point {
	text-align: center !important;
	max-width: 200px;
	margin: auto;
	width: 40%;
}

.architecture .container .points-wrapper .point img {
	margin-bottom: 1rem;
}

.architecture .container .points-wrapper .point p {
	font-size: 16px;
	margin-bottom: 5px;
}

.architecture .container .points-wrapper .point p span {
	font-weight: 650;
	font-size: 18px;
}

.ray-tracing {
	padding: 4rem 1rem;
}

.ray-tracing .container {
	text-align: center;
}

.ray-tracing .container h3 {
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	margin-bottom: 1rem;
}

.ray-tracing .container h2 {
	font-weight: 650;
	font-size: 32px;
	text-align: center;
	margin-bottom: 1rem;
}

.ray-tracing .container p {
	max-width: 60%;
	margin: auto;
}

.ray-tracing .rtx-img {
	text-align: center;
	padding: 2rem 0;
	border-radius: 15px;
	margin: auto;
}

.ray-tracing .rtx-img img {
	border-radius: 15px;
}

.rdr2 {
	display: flex;
	flex-direction: column;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 3rem;
}

.rdr2 .rdr-img {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.rdr2 .container {
	text-align: center;
}
.rdr2 .container p {
	max-width: 60%;
	margin: 0 auto;
}
.rdr2 .container h3 {
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	margin-bottom: 1rem;
}

.rdr2 .container h2 {
	font-weight: 650;
	font-size: 32px;
	text-align: center;
	margin-bottom: 1rem;
}

.points {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.points .header {
	width: 100%;
}
.points .header h3 {
	text-align: center;
	padding: 20px 0;
	font-weight: 600;
	font-size: 1.6rem;
}
.tech-point {
	display: flex;
	width: 100%;
	padding: 10px 0;
}

@media (min-width: 768px) {
	.tech-point {
		width: 40%;
	}

	.points {
		justify-content: space-around;
	}
}

.tech-point .number-bg {
	margin-right: 15px;
	text-align: center;
}

.fps .container {
	text-align: center;
	padding: 5rem 1rem;
}

.fps .container h3 {
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	margin-bottom: 1rem;
}

.fps .container h2 {
	font-weight: 650;
	font-size: 32px;
	text-align: center;
	margin-bottom: 1rem;
}

.fps .container p {
	max-width: 70%;
	margin: auto;
}

.fps .container img {
	padding: 2rem 1rem;
}

.fps .container .disclamer {
	font-size: 13px;
	opacity: 0.6;
}

.cp-2077 {
	background: url('../img/cp-2077-bg.jpg') right center no-repeat;
	background-size: cover;
}

.overwatch {
	background: url('../img/overwatch-bg.jpg') right center no-repeat;
	background-size: cover;
}

.ai {
	background: url('../img/ai-bg.jpg') right center no-repeat;
	background-size: cover;
	text-align: left !important;
	padding: 10rem 1rem;
}

.ai .container {
	display: flex;
	justify-content: center;
}

.ai .container .ai-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 80%;
}

.ai .container .ai-wrapper .ai-copy {
	max-width: 50%;
}

.ai .container .ai-wrapper .ai-copy h3 {
	font-weight: 650;
	font-size: 21px;
	margin-bottom: 1rem;
}

.ai .container .ai-wrapper .ai-copy h2 {
	font-weight: 650;
	font-size: 32px;
	margin-bottom: 1rem;
}

.ai .container .ai-wrapper .ai-copy p {
	margin: 0;
}

.ai .ai-img {
	display: none;
}

@media screen and (max-width: 920px) {
	.ai {
		background: transparent;
		padding: 0 1rem 4rem;
	}
	.ai .container .ai-wrapper .ai-copy {
		margin: auto;
		max-width: 100%;
	}
	.ai .ai-wrapper {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.ai .ai-img {
		display: block;
	}
}

.creative {
	background: url('../img/creative-bg.jpg') top no-repeat;
	background-size: cover;
	padding: 4rem 1rem;
	text-align: center;
}

.creative h2 {
	margin-bottom: 3rem;
}

.creative h3 {
	font-weight: 650;
	font-size: 24px;
}

.creative h4 {
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 0.5rem;
}

.creative img {
	border-radius: 15px;
}

.creative .item-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	max-width: 950px;
	gap: 2rem;
	margin: auto;
	padding: 1rem 0;
}

@media screen and (max-width: 1017px) {
	.creative .item-one {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: auto;
		max-width: 460px;
	}
}

.creative .creative-wrapper {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	gap: 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.creative .creative-wrapper .creative-text {
	max-width: 460px;
	margin: auto;
}

.creative .creative-item {
	max-width: 460px;
}

.creative .creative-item img {
	padding-bottom: 1rem;
}

.boost {
	width: 100%;
}

.boost-hero {
	width: 100%;
	height: 100%;
	background-color: #191818;
	z-index: 1;
}
.boost-img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 600px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-image: url(../img/boost-bg.jpg);
	background-position: center;
}

.boost-copy {
	width: 75%;
	text-align: center;
	margin: 0 auto;
	padding: 3rem 0;
	max-width: 900px;
}

.add-advantages {
	background-color: #1a1a1a;
	padding: 4rem 1rem;
	text-align: center;
}

.add-advantages .adv-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem 1rem 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 80%;
	margin: auto;
	gap: 2rem;
}

.add-advantages .adv-wrapper .adv-item {
	max-width: 300px;
	text-align: left;
	background-color: #000;
	height: 520px;
}

.add-advantages .adv-wrapper .adv-item h3 {
	padding: 1rem 1rem 0;
}

.add-advantages .adv-wrapper .adv-item p {
	padding: 0 1rem 1rem;
}

.footer {
	padding: 4rem 1rem;
	text-align: center;
}

.footer .logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer p {
	padding: 2rem 1rem 1rem;
	font-size: 13px;
	opacity: 0.6;
}

.button-lookall {
	display: flex;
	justify-content: center;
	align-items: center;
}
