﻿body {
	margin: 0;
}

.InnerGIGABYTEContent {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #222;
	/*font-size: 0.9375vw;*/
	/*line-height: 1.5625vw;*/
	font-size: 1rem !important;
}

.InnerGIGABYTEContent #CPU {
	background: linear-gradient(18deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20% 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#BlockDiagram {
	background: linear-gradient(154deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20% 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
	width:100%;
}



.InnerGIGABYTEContent .bg-black {
	background-color: #000000;
}

.InnerGIGABYTEContent .container {
	max-width: 1550px !important;
}

.InnerGIGABYTEContent h2 {
	margin-bottom: 2rem;
}

.InnerGIGABYTEContent h4 {
	font-weight: 600 !important;
	margin-bottom: 0.75rem;
	line-height: 1.5;
}

.InnerGIGABYTEContent #CPU .card-title {
	font-weight: 600;
	font-size: 125%;
	color: #344154;
	line-height: 1.2;
}

.InnerGIGABYTEContent #CPU .card-title b {
	display: block;
	font-size: 200%;
	font-weight: 700;
	color: #22D4FD;
}

.InnerGIGABYTEContent #CPU .card-text {
	font-size: 75%;
	line-height: 1.35;
}

.InnerGIGABYTEContent .docs-section {
	line-height: 1.6;
	/*border-bottom: 1px solid #ddd;*/
}

.row img {
	display: block;
	margin: 5px auto;
}

.InnerGIGABYTEContent .docs-section h2 {
	margin-top: 0;
	font-weight: 700;
	font-size: 2.25rem;
	letter-spacing: 0;
}

.InnerGIGABYTEContent ul ul {
	list-style-type: circle;
}

.InnerGIGABYTEContent .hidden {
	display: none;
}

.InnerGIGABYTEContent .text-primary {
	background: linear-gradient(to left, rgb(48, 210, 221), rgb(0, 157, 255) 58.82%, rgb(0, 125, 255));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	display: inline-block;
}

.InnerGIGABYTEContent .bg-primary {
	background-color: #008CD6 !important;
}


#WhyChoose .card-img-top {
	max-width: 300px;
}

#WhyChoose .card-text b {
	font-weight: 600;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding-top: 0.8rem;
	margin-bottom: 0.7rem;
	color: #008CD6;
	display: block;
	text-align: center;
}

#WhyChoose .card-text {
	font-size: 85% !important;
	line-height: 1.65 !important;
	display: inline-block;
	text-align: center;
}


.InnerGIGABYTEContent .square-number {
	background: #333F52;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 3px 7px;
	line-height: 1;
	font-style: normal;
	margin-right: 10px
}

.InnerGIGABYTEContent .accordion .card,
#Features-of-Tank .container {
	overflow: visible;
}

.InnerGIGABYTEContent .accordion .card-header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: #fff;
}

.InnerGIGABYTEContent .accordion .card-header h2 {
	font-weight: 600;
	font-size: 1.1rem !important;
	padding: 24px 0 24px 40px;
	position: relative;
}

.InnerGIGABYTEContent .accordion .card-header h2>span {
	text-align: center;
	width: 46px;
	height: 46px;
	line-height: 44px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.125);
	vertical-align: middle;
	border-radius: 100%;
	position: absolute;
	left: -23px;
	top: 10px;
	background: #fff;
	color: #008CD6
}

.InnerGIGABYTEContent .accordion .card-body {
	font-size: 95%;
	padding-bottom: 1.75rem;
}

.InnerGIGABYTEContent .accordion .card-body p {
	padding-left: 5px;
}

.InnerGIGABYTEContent .accordion .card-body ul {
	padding-inline-start: 20px;
}

.InnerGIGABYTEContent .accordion .btn:focus,
.InnerGIGABYTEContent .accordion .btn.focus {
	box-shadow: none;
}

.InnerGIGABYTEContent .accordion .card-header:hover {
	color: #008CD6;
}

.InnerGIGABYTEContent .accordion .card-header[aria-expanded="true"] {
	color: #fff;
	background: #008CD6;
}

.InnerGIGABYTEContent .accordion .card-header[aria-expanded="true"] h2>span {
	border: 2px solid #fff;
	background: #008CD6;
	color: #fff;
	box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.4);
	width: 48px;
	height: 48px;
	font-weight: 400;
}

.InnerGIGABYTEContent .img-fluid {
	margin-left: auto;
	margin-right: auto;
}

.InnerGIGABYTEContent .accordion .card-body {
	border: 1px solid #008CD6;
}

.InnerGIGABYTEContent .accordion .card:last-child {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.InnerGIGABYTEContent .accordion .card:last-child .card-header {
	border-bottom-left-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.InnerGIGABYTEContent .accordion .card:last-child .card-header[aria-expanded="true"] {
	border-bottom-left-radius: 0rem !important;
	border-bottom-right-radius: 0rem !important;
}


#Key-Components .h6 {
	font-weight: 600;
	font-size: 90%;
}

@media (min-width: 920px) {
	#Workstation-Design ul {
		font-size: 110%;
	}
}

@media (max-width: 600px) {
	.InnerGIGABYTEContent {
		font-size: 0.9rem
	}

	.InnerGIGABYTEContent .docs-section h2 {
		font-size: 2rem
	}
}

.InnerGIGABYTEContent .div-icons .img-fluid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 110px;
}

.InnerGIGABYTEContent .div-icons b {
	font-weight: 600;
	font-size: 95%;
}

.owl-theme .item a {
	display: block;
	border-radius: 0.25rem;
	background-color: rgba(255, 255, 255, 0);
}

.owl-theme .item a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.owl-theme .item a,
.owl-theme .item a h5 {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	padding-bottom: 1rem;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: 1;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -60px;
	color: rgba(255, 255, 255, 1) !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	outline: none !important;
	background: inherit !important;
	opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: rgba(255, 255, 255, 1);
}

.owl-theme .owl-dots .owl-dot span {
	display: none !important;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
	background: inherit !important;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: -25px;
	background: inherit !important;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: -25px;
	background: inherit !important;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

#ORV3-Advantages .card-img-top {
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ORV3-Advantages .card-body,
#ORV2-vs-ORV3 .card-body {
	font-size: 90%;
}

#ORV3-Solutions b {
	font-weight: 600;
}

#W773-W80 #CPU .table,
#W753-W50 #CPU .table {
	font-size: 90%;
}

#W773-W80 #CPU .table thead th,
#W773-W80 #CPU .table tbody td,
#W753-W50 #CPU .table thead th,
#W753-W50 #CPU .table tbody td {
	text-align: center;
}

#W773-W80 #CPU.table tbody th,
#W753-W50 #CPU.table tbody th {
	font-weight: 600;
	text-align: right;
}

#W773-W80 #CPU .table thead th,
#W753-W50 #CPU .table thead th {
	vertical-align: text-top;
	font-size: 110%;
}

#W773-W80 #CPU .table thead th small,
#W753-W50 #CPU .table thead th small {
	display: block;
}

#W773-W80 #CPU .table thead th sup,
#W753-W50 #CPU .table thead th sup {
	font-size: 45%;
}

#W773-W80 #CPU .table-striped tbody tr:nth-of-type(odd),
#W753-W50 #CPU .table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 104, 181, 0.06);
}


.InnerGIGABYTEContent .bg-dark {
	background-color: rgba(0, 0, 0, 0.85) !important;
}

.InnerGIGABYTEContent .bg-dark h2 {}

.InnerGIGABYTEContent .bg-primary {
	background-color: #162D53 !important;
}

.InnerGIGABYTEContent #Workstation-Design {
	background: #030303 url("../innergigabyteimages/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 1);
}

#MH53-G40 #KV,
#W773-H5D #KV {
	background: #060810 url("../innergigabyteimages/KV-ShimadaPeak.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 1);
}

#MH53-G40 #KV .amd-logo,
#W773-H5D #KV .amd-logo {
	max-width: 50% !important;
	margin-top: 90px
}

#W775-V10-L01 #KV .nv-logo {
	max-width: 30% !important;
	margin-top: 20px;
	margin-bottom: 70px;
}

.InnerGIGABYTEContent .bg-dark-2 {
	background: #000 url("../innergigabyteimages/bg-2.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 1);
}

#High-Performance .div-image span {
	font-size: 85%;
	line-height: 1.3 !important;
	display: inline-block;
}

#High-Performance .div-image-2 .card {
	font-size: 90%;
	background-color: transparent !important;
	border-radius: 0.25rem;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	vertical-align: middle !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
}

#High-Performance .div-image-2 .card-body {
	padding: 0.25rem !important;
}

#W775-V10-L01 #KV {
	background: #060810 url("../innergigabyteimages/Banner-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 1);
}

.text-primary {
	color: #00c7ff !important;
}

#CPU .card {
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1.3px solid rgba(0, 199, 255, 0.4) !important;
	text-align: center;
	padding: 15px 0px;
}

#CPU .card-text b {
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 1.2;
}

#CPU .card-text {
	font-size: 14px !important;
	color: #000000;
	line-height: 1.4;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	#CPU .cpu-spec {
		padding-left: 0px;
	}
}

/* ===== Background ===== */
.tech-breakthroughs-bg {
	background: url("../innergigabyteimages/bg-1.png") center center no-repeat;
	background-size: cover;
	color: #ffffff;
}

/* ===== Title ===== */
#TechBreakthroughs .tech-title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

/* ===== Card ===== */
.tech-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	padding: 26px 22px;
	height: 100%;
	transition: all 0.3s ease;
	cursor: pointer;
	text-align: left;
}

.tech-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.45);
}

/* ===== Icon ===== */
.tech-card img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 18px;
	display: block;
	margin-left: 0;
	margin-right: 0;
}

/* ===== Card Title ===== */
.tech-card h4 {
	font-size: 20px;
	font-weight: 700 !important;
	margin-bottom: 12px;
}

/* ===== Card Text ===== */
.tech-card p {
	font-size: 14px;
	line-height: 1.6;
	opacity: 0.9;
	margin-bottom: 0;
}

/* ===== Grid Spacing ===== */
.tech-card-group>div {
	padding: 10px;
}

/* ===== RWD ===== */
@media (max-width: 991px) {
	#TechBreakthroughs .tech-title {
		font-size: 26px;
	}
}

.InnerGIGABYTEContent #CPU .div-CPU .card-text {
	font-size: 90%;
	line-height: 1.4;
}

.InnerGIGABYTEContent #CPU .div-CPU .card-text b {
	font-size: 160%;
	font-weight: 700;
	color: #22D4FD
}

.InnerGIGABYTEContent #CPU .div-CPU .card-text b small {
	font-size: 70%;
}

.InnerGIGABYTEContent #CPU .div-CPU .card-body {
	padding: 0.6rem 0.2rem 0.8rem 0.2rem;
	vertical-align: middle;
	font-weight: 600;
}

.InnerGIGABYTEContent #CPU .div-CPU .card {
	background-color: inherit
}