section#main.main-ind{
	padding: 0;
}
.landing-wrapper{
	background-color: #ffffff;
}
.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: 34px;
}
.landing-wrapper i{
    vertical-align: middle;
}
.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: 100px 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: 18px;
    color: #7F7F7F;
}
.sm-txt-holder{
    max-width: 500px;
}
.sec-title{
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.pos-rel{
    position: relative;
    z-index: 1;
}
/**hero**/
.sec1{
    background-color: #000000;
    color: #fff;
}
.sec1 h2 {
    text-transform: none;
    font-family: 'Montserrat-Light';
    font-size: 22px;
}
.spark-hero-title{
    padding: 35px;
    max-width: 600px;
}
.spark-hero-title img{
    margin-bottom: 40px;
}
.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: #76B900;
}
.enquire-btn {
    display: block;
    text-align: center;
    padding: 1.2em 1em;
    border: 9px solid #131f00cf;
    background: #76B900;
    border-radius: 999px;
    cursor: pointer;
    transition: .25s ease;
    max-width: 420px;
    margin: 0 auto;
}
.enquire-btn:hover{
    border-color: #000000;
    background: #91c733;
    color: #000000;
}
.enquire-btn .btn {
    background-color: transparent;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    font-family: 'Montserrat-Bold';
}
.enquire-btn i {
    font-size: 26px;
    margin-left: 8px;
    margin-top: -3px;
}
.sec2{
    background-color: #000000;
      padding: 60px 35px;
}
.sec2 .vas{
    justify-content: space-around;
}
.sec2 p{
    max-width: 500px;
    margin-bottom: 40px;
}
.sec2 p:last-of-type{
  	margin: 0;
}
.spark-docs{
    margin-top: 60px;
}
.spark-docs p{
    margin-bottom: 15px;
}
.spark-docs .btn-green{
    background-color: #76B900;
    border-color: #76B900;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    min-width: 250px;
}
.spark-docs .btn-green:hover{
  background: #91c733;
}
.spark-docs .vas{
    justify-content: center;
    gap: 20px;
}
.sec4{
    position: relative;
    background-color: #161616;
    padding: 35px; 
}
.sec4 .vas{
    min-height: 500px;
    align-items: flex-start;
}
.sec4 a{
    margin-top: 20px;
    display: inline-block;
    color: #ffffff;
}
.sec4 a:hover{
    color: #76B900;
}
.sec4 i{
    color: #76B900;
    font-size: 30px;
    margin-left: 10px;
}

.feat-list{
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
}

.feat-list .col2{
    margin-bottom: 40px;
    max-width: 500px;
}
.sec6{
    background-color: #000000;
}

/***sec7 tabs**/
.sec7-tab{
    position: relative;
    background-color: #000000;
    margin-bottom: 20px;
    flex-wrap: wrap;
    overflow: hidden;
}
.sec7-tab img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: left;
}

.tab-image {
    min-height: 350px;
    width: 100%;
    position: relative;
}

.tab-content {
    width: 100%;
    transition: .5s ease;
    margin: 30px;
    z-index: 3;
}
.tab-btn {
    position: static;
    margin-top: 25px;
    background: #76b900;
    padding: 10px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.tab-btn:hover{
    background-color: #7F7F7F;
    color: #ffffff;
}
.tab-btn i{
    font-size: 20px;
    transition: .5s ease;
    margin-left: 10px;
}

.workload-info {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: .5s ease;
  max-width: 600px;
  overflow: hidden;
}

.workload-info.active {
  visibility: visible;
  max-height: 500px; /* set this to a value bigger than your content height */
  opacity: 1;
    margin-top: 20px;
}
.tab-content.active .tab-btn i{
    transform: rotate(180deg);
}

.p-margin{
    margin: 0 auto;
    max-width: 920px;
    padding-bottom: 60px;
}

.tp{
   display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #000000;
    transition: .5s ease-in-out;
}

        .landing-wrapper picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .landing-wrapper picture img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
        object-position:bottom;
        width: 100%;
        height: 100%;
        user-select: none;
    }
    .spark-mob-kv{
        margin-top: -100px;
    }

@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){
    .tab-image{
        width: 30%;
        min-height: 150px;  
        position: static;
    }
    .sec7-tab{
        flex-wrap: nowrap;
    }
    .sec7-tab img{
        width: 35%;
        transition: .5s ease-in-out;
    }

    .sec7-tab img.enlarged {
        transform: scale(1.2);
        width: 50%;
        opacity: 0.6;
    }
    .tab-content {
        width: 70%;
        margin: 0;
    }
    .tab-content.active {
    margin: 60px;
}
    .tp{
        border-left: 6px solid #76b900;
        padding: 30px;
        min-height: 150px;
    }
    .tab-content.active .tp {
        transform: translateX(-40px);
    }
    .tab-btn {
        position: absolute;
        right: 0;
        bottom: 0;
}
    .tab-btn span{
        display: none;
    }
    .tab-btn i{
        font-size: 30px;
        margin: 0;
    }
    
    .sec4 .vas{
        min-height: 300px;
        align-items: center;
    }
}

@media screen and (min-width: 720px){
        .sec1{
        background-image: url(/images/landing/nvidia/spark/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;  
    }
}