* {
	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: 2rem;
}

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

.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 SECTION */

.top {
	background: url('../img/bts-bg.jpg') bottom right no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 800px;
}
.top-nvidia-logos {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 60%;
	margin: 0 auto;
	justify-content: space-evenly;
}

.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;
	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;
	justify-content: center;
	text-align: center;
	padding: 1rem 2rem;
}

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

.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;
	text-align: center;
}

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

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

/* BP 920PX MAX */

@media screen and (max-width: 920px) {
	.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;
	}
	.top .container .top-wrapper .top-copy {
		max-width: 650px;
	}
	.top .container .top-wrapper .top-copy h1 {
		font-weight: 650;
		font-size: 38px;
		margin-bottom: 1rem;
	}
	.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 SECTION BUY NOW */
.show-all-cta {
	text-align: center;
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products .container {
	text-align: center;
	padding: 0 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.products {
	padding: 10px 0;
}
@media (min-width: 992px) {
	.products .container {
		flex-wrap: nowrap;
	}
}

.products .container h2 {
	font-weight: 650;
	font-size: 32px;
}

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

.products .container .product .prod-img {
	max-width: 350px;
	margin: 1rem auto 2rem;
}
.products h2 {
	margin-top: 30px;
}
.products p {
	padding: 40px;
	text-align: center;
}
.extra-products {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-evenly;
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 40px;
}
.extra-products .product{
	margin-bottom: 40px;
}
.extra-products img {
	max-width: 320px;
}

@media (min-width: 998px) {
	.products p {
		width: 60%;
		margin: 0 auto;
	}
	.product {
		width: 33%;
	}
	.extra-products {
		display: flex;
		flex-direction: row;
	}
	
}
.products .footer-info {
	margin-top: 80px;
	padding: 20px;
	max-width: 1440px;
	margin: 0 auto;
}
.products .footer-info h2 {
	margin-bottom: 40px;
}
.products .footer-x {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.products .footer-x .x-card p {
	padding: 0;
	text-align: center;
}
.products .footer-x .x-card h3 {
	margin-bottom: 0;
}

.products .footer-x .x-card {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.products .footer-x .x-card h3 {
	font-size: 52px;
	font-weight: bold;
}

@media (min-width: 996px) {
	.products .footer-x {
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.products .footer-x .x-card {
		width: 30%;
	}
	.products .footer-x .x-head {
		font-size: 26px;
	}
}
.products .footer-disclaimer {
	width: 100%;
	opacity: 0.6;
}
/* ARCHITECTURE SECTION */

.architecture {
	/* background: url("../img/architecture-bg.jpg") top center no-repeat; */
	background-size: cover;
	background-color: #1a1a1a;
}

.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: 70%;
	margin: auto;
	gap: 3rem 1rem;
	padding: 2rem 1rem 0;
}

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

.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;
}

/* RT Section */

.ray-tracing {
	height: 600px;
	background-image: url(.././img/bts-bg2.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
}

.ray-tracing .container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.ray-tracing-text {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-left: 50px;
}

.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 {
	width: 100%;
}

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

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

@media (min-width: 996px) {
	.ray-tracing .container p {
		width: 38%;
	}
}

/* STATS one section */

.stats-one {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding: 40px;
}

.stats-one-img {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.stats-one-mobile {
	display: block;
}
.stats-one-desktop {
	display: none;
}
@media (min-width: 996px) {
	.stats-one-mobile {
		display: none;
	}
	.stats-one-desktop {
		display: block;
	}
}

/* stem apps */

.stem-apps {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}
.stem-apps img {
	margin-top: 30px;
}

.stem-img-m {
	display: block;
}
.stem-img-d {
	display: none;
}
@media (min-width: 996px) {
	.stem-img-m {
		display: none;
	}
	.stem-img-d {
		display: block;
	}
}

/* gaming */

.gaming {
	height: 600px;
	background-image: url(.././img/bts-bg3.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
}
/* REFLEX "middle-top" SECTION */

.middle-top {
	background: url(../img/top-middle-d.jpg);
	background-size: cover;
	background-position-y: 90%;
	padding-bottom: 36rem;
}

.middle-top .top-wrapper {
	justify-content: center;
}
.middle-copy {
	background-color: rgba(0, 0, 0, 0.482);
}

@media screen and (max-width: 920px) {
	.middle-top {
		background: #000;
		background-size: cover;
		padding: 1rem;
	}

	.middle-img {
		margin-bottom: 1rem;
	}
}

/* creative */
.create {
	background-image: url(.././img/bts-bg4.jpg);
}

/* stats3 */

.stats-three .shorter {
	text-align: center;
}
/* FPS SECTION */

.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;
}

.fps .maxq-cards {
	display: flex;
	flex-direction: column;
}
@media (min-width: 996px) {
	.fps .maxq-cards {
		flex-direction: row;
		justify-content: space-between;
	}
	.fps .maxq-card {
		width: 30%;
	}
}

.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: 12rem 1rem;
}

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

@media screen and (max-width: 920px) {
	.studio {
		background: #000;
		background-size: cover;
		padding: 1rem;
	}
}
.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: 80%;
	}
	.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;
}

.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;
}
