:root {
  --primary-color: #76b900;
  --secondary-color: #9c9c9c;
  --grey-color: #7e8c95;
  --dark-grey: #5d6d82;
  --litegrey: #f2f6f9;
  --mdlitegrey: #656c71;
    --white:#ffffff;
  --lite-blue: #dcedf9;
  --darkish: #2f3437;
  --skyblue: #96cff6;
  --lightblue: #eaf1ff;
  --text-primary:#76b900;
}

*{
    transition: all linear .1s

}

/* Bootstrap */


.text-primary{
    color: var(--text-primary)!important;
}

.btn{
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 30px;
}

.btn-light{
    color: var(--text-primary)
}

.btn-primary{
    background-color: #76b900;
    border: solid 1px transparent;
    color: #000000;
    border:none;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus{
    background-color: #ffffff;
    border-color: #76b900;
    color:#76b900 ;
    box-shadow: none;
}

.btn-group-lg>.btn, .btn-lg{
    font-size: 18px;
    padding: 10px 40px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    border: none;
    outline: none;
    text-align: center;
}

.show-sm{
    display: none;
}


/* New Theme Styles */

body{
/*    font-family: 'Overpass', sans-serif;*/
    font-size: 16px;
    background: #ffffff
}


.font-serif{
    font-family: 'Roboto Slab', serif;
}

hgroup{
    margin-bottom: 50px
}

hgroup .title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

hgroup .heading{
    font-size: 48px;
    font-weight: 700;
    margin:15px 0 0 0
}



main.home .container{
    max-width: 1120px
}




canvas{
    height:100vh;
}

.rotation-vetical{
    -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 170px 170px;
  -moz-transform-origin: 170px 170px;
  -ms-transform-origin: 170px 170px;
  -o-transform-origin: 170px 170px;
  transform-origin: 170px 170px;
}

main.nvdia{
    background-color: #000000;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
}

main.nvdia .container{
    max-width: 954px;
}

.intro{
    color: #ffffff;
    position: relative;
    min-height: 100vh;
/*
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 12%, rgba(224,137,245,1) 35%, rgba(44,36,159,1) 61%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 12%, rgba(224,137,245,1) 35%, rgba(44,36,159,1) 61%);
        background: linear-gradient(180deg, rgba(255,255,255,1) 12%, rgba(224,137,245,1) 35%, rgba(44,36,159,1) 61%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#2c249f",GradientType=1);
            background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 12%, rgba(224,137,245,1) 35%, rgba(44,36,159,1) 61%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 12%, rgba(224,137,245,1) 35%, rgba(44,36,159,1) 61%);
        background: linear-gradient(180deg, rgba(255,255,255,1) 12%, rgba(224,137,245,1) 35%, rgba(44,36,159,1) 61%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#2c249f",GradientType=1);
*/
}


/*
.intro::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    bottom: 0;
    background: url(../images/blue-pattern-1.png) repeat-x 0 0;
}
*/




.intro .intro-bg{
    position: absolute;
    z-index:1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.intro-bg .hero-img{
    width: 100%;
    height: 100%;
}

.intro .fixed-images{
    position: absolute;
    z-index: 2;
    overflow: hidden;
}



.intro .intro-inner{
    min-height: 80vh;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

.intro .intro-content{
    margin: 50px 0 0 0;
}

.intro .intro-content .title span{
    display: block;
}

.intro .partner-logos{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 50px 0 0 0;

}

.intro  .line{
    background: #007edf;
    width: 60px;
    height: 6px;
    display: block;
    margin-bottom: 40px;
}

.intro .live-price{
    width: 310px;
    height: 64px;
    background: url(../images/live-price-bg.svg) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.live-price .live-price-text{
    display: flex;
    align-items: center;
    margin: 0 0 0 10px
}

.intro .live-price .value{
    font-size: 30px;
    font-weight: 700;
    margin: 0 8px 0 0;
}

.intro .live-price .low{
    color: #ED6445;
}

.intro .intro-content h1{
    font-size: 50px;
    font-weight: 500
}
.intro .intro-content h1 span{
    display: block;
}

.intro .intro-content p{
    width: 80%;
    margin: 0 auto
}

.intro .intro-content .cta-btns{
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.intro .cta-btn{
    background: url(../images/btn-bg-1.svg) no-repeat 0 0;
    width:230px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none
}


.section{
    position: relative;
}

.section.section-light{
    background-color: #ffffff;
    color: #000000;
}

.section .section-hero-content{
    padding: 100px 0;
}

.section .section-hero-content .content-header{
    margin: 0 0 20px 0;
}

.section .section-hero-content .content-header h2{
    font-size: 26px;
    margin: 20px 0 0 0;
}

.section .section-hero-content p.lead{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

.section .section-hero-content p{
    font-size: 14px;
    line-height: 1.4;
}

.section .content{
    position: relative;
    z-index: 2;
    width: 70%;
    margin:  0 auto;
    padding: 0 0 60px 0;
    text-align: center
        
}

.section .fx-images{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



.section .fx-images .e-1{
    position: absolute;

}

.section .fx-images .e-2{
    position: absolute;
   
}



.ds-vertical{
    position: relative;    
}

.ds-vertical .v-content{
    position: relative;
    margin: auto; 
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.ds-vertical .v-content.child{
    margin: 60px auto 0 auto;
}

.ds-vertical .v-content.reverse{
    direction: rtl;
}

.ds-vertical .v-content-block{
    position: relative;
    z-index: 2;
    padding: 80px 60px
}

.ds-vertical .v-content-block p{
    font-size: 16px;
    line-height: 24px;
}

.ds-vertical .v-content.reverse .v-content-block{
    direction: ltr;
}

.ds-vertical .v-visual-block{
    position: relative;
}

.featured-banner{
    position: relative;
}

.featured-banner .featured-banner-content{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-banner .featured-banner-content.dflex-v-center{
    display: flex;
    align-items: center;
}

.featured-banner .featured-banner-visual .visual-img{
    width: 100%;
}

.featured-banner .featured-banner-content h2{
    font-size: 26px;
}

.featured-products{
    text-align: center;
}

.featured-products .product-visual .product-img{
    width: 100%;
}

.featured-products .product-content{
    margin: 20px 0;
}

.feature-content{
    padding: 100px 0;
}

.feature-content .feature-item-title{
    margin: 0 0 20px 0;
}

.feature-content .feature-item figure img{
    width: 100%;
}

.enhanced-apps{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap:40px;
    margin:40px 0 100px 0;
}

.enhanced-apps .tool-icon{
    width: 60px
}

.enhanced-apps .tool-icon img{
    width: 80%
}



.features{
    padding:60px 0 80px 0;
}

.features .rotation{
    position: absolute;
}

.features .title{
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 0 0;
    position: sticky;
    top: 0;
}



.features__cards .feature-card{
    position: relative;
    height: auto;
}




.features__cards .card__content{
    position: relative;
}

.features__cards .card__content::before,
.features__cards .card__content::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
}

.features__cards .card__content::after{
    width: calc(100% - 180px);
    background: url(../images/ribbon-1.svg) no-repeat top right;
}

.features__cards .card__content::before{
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0;
    background: url(../images/ribbon-2.svg) no-repeat right bottom;
}

.features__cards .thumb{
    margin: 0
}

.features__cards .mini-thumb{
    position: absolute;
    top: -50px;
    right: 15px;
    width: 120px;
    height: 120px;
    border: solid 6px #ffffff;
    border-radius: 100%;
    overflow: hidden
}

.features__cards .thumb img,
.features__cards .mini-thumb img{
    width: 100%
}

.features__cards .card__content .title{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 10px 0
}

.features__cards .card__content p{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.performance-chart{
    margin: 30px 0 0 0;
}

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
    font-size: 11px;
  }
  
  .rwd-table tr:first-child {
    border-top: none;
    color: #fff;
  }
  
  .rwd-table tr {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  
  .rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
  }
  
  .rwd-table th {
    display: none;
  }
  
  .rwd-table td {
    display: block;
  }
  
  .rwd-table td:first-child {
    margin-top: 10px;
  }
  
  .rwd-table td:last-child {
    margin-bottom: 10px;
  }
  
  .rwd-table td:before {
    content: attr(data-th) ;
    font-weight: bold;
    width: 120px;
    display: inline-block;
    margin: 0 40px 0 0;
  }
  
  .rwd-table th,
  .rwd-table td {
    text-align: left;
  }
  
  .rwd-table {
    overflow: hidden;
  }
  
  .rwd-table tr {
    border-color: #bfbfbf;
  }

  .rwd-table td{
    display: flex;
    border-bottom: solid 1px #ffffff;
    padding: 20px 0;
}
  
  .rwd-table th,
  .rwd-table td {
    padding: 10px 20px;
  }
  @media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
      border-top: none;
    }

    .rwd-table tr{
        border:none
    }

    .rwd-table td{
        display: flex;
        border-bottom: solid 1px #ffffff;
        padding: 20px 0;
    }
  }
  @media screen and (min-width: 1024px) {

    

    .rwd-table td:before {
      display: none;
    }
    .rwd-table th,
    .rwd-table td {
      display: table-cell;
      padding: 5px 10px;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
      padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
      padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
      padding: 20px 10px!important;
    }
  }



.footer{
    padding: 50px 0;
    text-align: center
}

.footer a.link{
    position: relative;
    text-decoration: none;
}

.footer a.link::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background:transparent;
    left: 0;
    bottom: -20px;
    transition: all .5s;
}

.footer a.link:hover::after{
    bottom: -10px;
    width: 100%;
    background: rgba(255,255,255,0.2);
}

.footer .partner-logos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}

.footer .notes{
    font-size: 11px;
    color: #818181;
}



@media (min-width: 1400px) {
    
    .intro{
        min-height: 90vh
    }
    
    
    .intro .intro-inner p{
        font-size: 18px;
    }
    
}


@media only screen and (max-width: 1400px) {
    
    
    
    
}

@media only screen and (max-width: 1024px) {
    
    .btn{
        padding: 5px 15px
    }
    
    .show-sm{
        display: block;
    }

    main.nvdia .container{
        max-width: 390px;
    }

    .intro{
        min-height: auto;
    }

    .intro .intro-bg{
        position: relative;
        height: auto;
    }

    .intro .intro-bg:before{
        right: -50px;
    }
    
    .intro .intro-inner{
        min-height: auto;
        align-items: flex-start
    }
    
    .intro .intro-content{
        margin: 60px auto 0 auto;
        text-align: center;
    }
    

    
    
    
    
    
    .intro .intro-content .title span{
        display: inline;
    }
    
    main.home .container{
        width: 90%;
    }
    
    

    .intro .partner-logos{
        margin:40px auto;
        justify-content: center;
    }

    .featured-banner .featured-banner-content{
        position: relative;
        margin: 0 0 40px 0;
    }
    
    
    
}

@media screen and (min-device-width: 600px) and (max-device-width: 900px) and (orientation : landscape){
    
    
}

@media only screen and (max-width: 768px) {
    
    
    .sub-heading{
        font-size: 20px;
        line-height: 24px
    }
    
    .lead{
        font-size: 16px;
        line-height: 22px
    }

    
    .intro .intro-content {
        margin: 20px auto 0 auto;
        text-align: center;
    }

    
    .intro .fixed-images{
        width: 40%
    }
    
    .intro .intro-content h1{
        font-size: 30px;
        line-height: 36px;
    }   
    
    .section .section-hero-content{
        padding: 40px 0;
    }

    .section .section-hero-content p.lead{
        font-size: 16px;
        font-weight: 500;
    }
    
    .features .rotation{
        position: relative
    }



    .enhanced-apps{
        gap: 12px;
        justify-content: flex-start;
    }

    .enhanced-apps .tool-icon {
        text-align: center;
    }
    
    
}



@media only screen and (max-width: 460px) {
    
    body{
        font-size: 13px
    }
    
    main.nvdia .container {
        max-width: 300px;
    }

    

}

.row.g-5.GeForce-2 {
    padding-top: 60px;
}

