section#main.main-ind{
	padding: 0;
}
.landing-wrapper {
    background: #fff;
}
.landing-wrapper h1, .landing-wrapper h2, .landing-wrapper h3 {
    text-transform: none;
}
.landing-wrapper h1{
    font-size: 50px;
    margin-bottom: 10px;
}
.landing-wrapper h2 {
    font-size: 50px;
}
.landing-wrapper h3 {
	font-family:'Montserrat';
}
.landing-wrapper i{
    vertical-align: middle;
}
.landing-wrapper p{
	color:#000000;
}
.landing-wrapper tr, .landing-wrapper td{
    display: revert;
}
.landing-wrapper td {
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
    border: none;
}
.landing-wrapper table tr td:last-of-type{
    border: none;
}
.landing-wrapper td:first-child{
    font-weight: bold;
}
.landing-wrapper table tbody tr:nth-child(even){
    background-color: #EEEEEE;
}

.landing-wrapper table tbody tr:nth-child(odd){
    background-color: #ffffff;
}

*{
    scroll-behavior: smooth
}

.sec-pad{
    padding: 35px;
}
.sec-pad-lg{
    padding: 50px 35px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.f-wrap{
    flex-wrap: wrap;
}
.txt-white{
    color: #ffffff
}
.txt-center{
    text-align: center;
}
.sec-sub-title{
    font-size: 22px;
    color: #7F7F7F;
	font-family: 'Montserrat';
}
.sm-txt-holder{
    max-width: 500px;
}
.sec-title{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.pos-rel{
    position: relative;
    z-index: 1;
}
/**hero**/
.sec1{
    background-color: #000000;
    color: #fff;
}
.sec1 h2{
    text-transform: none;
    font-size: 30px;
  	font-family:'Montserrat';
	background-color: #16dbff;
	background-image: -moz-linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	background-image: -webkit-linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	background-image: linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.spark-hero-title{
    padding: 35px;
    max-width: 600px;
}
.spark-hero-title img{
    margin-bottom: 15px;
}
.spark-notice{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: rgba(41, 41, 41, 60%);
    border-radius: 25px;
    padding: 15px;
    margin-top: 40px;
}
.spark-notice i{
    font-size: 26px;
      color: #008cf7;
}
.spark-notice p{
      color: #fff;
}
.enquire-btn {
    display: block;
    text-align: center;
    padding: 1.2em 3em;
    border: 9px solid #004855;
	background-color: #008cf7;
    border-radius: 999px;
    cursor: pointer;
    transition: .25s ease;
    max-width: 320px;
    margin: 0 auto;
}
.enquire-btn:hover{
    border-color: #000000;
    background: #0051a8;
    color: #000000;
}
.enquire-btn .btn{
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.enquire-btn i{
    margin-left: 10px;
  	font-size:16px;
  	margin-top:-3px;
}
.sec2{
    background-color: #000000;
}
.sec2 .vas{
    justify-content: space-around;
}
.sec2 p{
    max-width: 500px;
    margin-bottom: 40px;
  	color:#fff;
}

.spark-docs{
    margin-top: 60px;
}
.spark-docs p{
    margin-bottom: 15px;
}
.btn-green i {
	margin-left:15px;
	margin-top:-3px;
	font-size:18px;
}
.spark-docs .btn-green, .spark-spec .btn-green{
    background-color: #008cf7;
    border-color: #008cf7;
    font-size: 14px;
  	font-family:'Montserrat-Bold';
    padding: 15px;
    min-width: 250px;
}
.spark-docs .btn-green:hover, .spark-spec .btn-green:hover {
	background-color:#0051a8;
	border-color: #0051a8;
}
.spark-spec .end-btn {
	margin: 50px auto;
	text-align:center;
}
.spark-spec .btn-green {
	margin: 0 auto;
}
.spark-docs .vas{
    justify-content: center;
    gap: 20px;
}
.sec4{
    position: relative;
    background-color: #161616;
    padding: 35px; 
}
.sec4 {
	background: linear-gradient(to bottom, #010b1a 0%, #041833 100%);
}
.sec4 p {
	color:#ffffff;
}
.sec4 .col2 .sec-title .sec-sub-title {
	font-size: 22px;
    color: #7F7F7F;
}
.sec5 {
	background-color:#000000;
}
.sec5 p {
	color:#ffffff;
}
.sec5 .usp_box {
	display: flex;
	width: 100%;
	margin: 2em 0 0;
}
.sec5 .usp_box li {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
	flex-direction: column;
    padding: 10px 20px;
	width: 50%;
}
.sec5 .usp_box strong {
	background-color: #1fb3ff;
  background-image: -moz-linear-gradient(90deg, #1fb3ff 0%, #00f9ff);
  background-image: -webkit-linear-gradient(90deg, #1fb3ff 0%, #00f9ff);
  background-image: linear-gradient(90deg, #1fb3ff 0%, #00f9ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin: 0;
  font-size: 2.75em;
  letter-spacing: -0.025em;
}
.feat-list h3 {
	color:#16dbff;
	font-size:30px;
  	font-family:'Montserrat';
}
.feat-list h4 {
	color:#fff;
	text-transform:none;
	margin-top:15px;
}
.feat-list{
	margin-top:50px;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
}

.feat-list .col2{
    margin-bottom: 40px;
    max-width: 500px;
}
.sec-title h2 { 
	background-color: #16dbff;
	background-image: -moz-linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	background-image: -webkit-linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	background-image: linear-gradient(90deg, #16dbff 0%, #16c3ff 18%, #ff00e9 85%, #ff42e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
    font-family:'Montserrat';
}
 
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.gal-container {
  position: relative;
  margin:10px auto;
  max-width:800px;
  background-color:#ffffff;
}

/* Hide the images by default */
.gal-slide {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gal-prev,
.gal-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000;
  font-weight: bold;
  font-size: 50px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gal-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gal-prev:hover,
.gal-next:hover {
background-color: #eaeaea;
color:#000;
}
.thumb-row {
	margin-top:50px;
}

.thumb-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.thumb-column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.thumb-opa {
  opacity: 0.6;
}

.active,
.thumb-opa:hover {
  opacity: 1;
}

.landing-faq {
	background-color:#000;
	position:relative;
	padding:50px;
}
.accordion {
	border-radius: 3px;
	position: relative;
	max-width:1000px;
	margin:30px auto;
}
.accordion p {
	font-size:16px;
	color:#fff;
	padding-bottom:15px;
}
.accordion-inner-title .temp-title1 {
	font-size:30px;
	text-align:center;
	margin:50px 0;
}
.accordion-section-title {
	width: 100%;
	display: inline-block;
	margin:0;
	transition: all linear 0.15s;
	font-size: 20px;
	font-weight: normal;
	color: #3bbee3;
	text-align: left;
	text-decoration:none;
	margin-bottom:20px;
}
.accordion-section-title:hover {
	color:#008299;
}
.accordion-section-content {
	display: none;
}
.accordion-section {
	margin:50px 0;
	border-bottom:1px solid #063e4b;
}
.accordion, .accordion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion img, .accordion * img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	display: block;
}
 
@media screen and (min-width: 1170px){
        .col2{
            width: 50%;
        }
        .feat-list .col2{
            width: calc(50% - 17.5px);
            max-width: none;
        }
}

@media screen and (min-width: 920px){
    .sec4 .vas{
        min-height: 300px;
        align-items: center;
    }
}

@media screen and (min-width: 720px){
        .sec1{
        background-image: url(/images/landing/asus/gx10/nvidia-dgx-spark-bm-lg580-offset-c.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
    }
        .spark-mob-kv{
        display: none;
    }
        .sec1 .hero-title{
        min-height: 560px;  
    }
}