:root{
    scroll-behavior: smooth;
}
section#main.main-ind{
 	padding: 0; 
  	overflow: unset;
}
.laptop-config-img:hover {
    opacity: 0.6;
}
.soon{
  padding: 10px 0;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-size: 20px;
}
.laptop-holder img {
    width: 250px;
}
.tag {
 	position: absolute;
    top: 55px;
    right: 10px;
    padding: 5px 10px;
}
.tag-new {
    background: #fcd000;
}
.tag-new p{
 	font-family: 'Montserrat-Bold';
      text-transform: uppercase;
  	font-size: 13px;
}
.landing-wrapper h1{
    margin-bottom: 10px;
}
.landing-wrapper h1, .landing-wrapper h2, .landing-wrapper h3{
    font-family: 'montserrat-Bold';
    line-height: 1.2;
    color: #343434;
}
.landing-wrapper h1, .landing-wrapper h2{
    font-size: 1.5rem;
    margin-bottom: 25px;
}
.laptop-hero .laptop-title h1 {
    margin-bottom: 10px;
}
.landing-wrapper .vas{
    flex-wrap: wrap;
}
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-wrapper p{
    line-height: 1.5;
    color: #343434;
}
.landing-wrapper .tag{
    top: 10px;
}
.landing-wrapper .tag p{
    color: #000;
}
.nvid-now{
    background: #4e720d;
    position: absolute;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 0 0 15px 15px;
  	font-size: 14px;
  text-align: center;
  	font-family: 'Montserrat-Light';
}

.just-cent{
    justify-content: center;
}
.txt-white{
    color: #ffffff;
}
.laptop-hero{
    position: relative;
    background-color: #fff;
    text-align: center;
}
.laptop-hero-holder{
    position: relative;
    background-image: url(/images/landing/pcs/laptops/lafite-series/lafite-keyvis-mob-3.jpg);
    background-size: cover;
    background-position: 50% 100%;
    min-height: 550px;
    max-width: 2560px;
    margin: 0 auto;
    padding: 0 35px 35px;
    animation: fadeInHero .5s ease;
}
.laptop-title {
    margin-top: 35px;
}
/*.laptop-hero-holder:after {
    z-index: 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(68, 32, 68, 0) 10%, rgb(0 0 0 / 44%) 70%);
}*/
.laptop-title p{
    font-size: 16px;
}
.laptop-main{
    display: block;
}
.logos{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
  	align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
}
.logos img{
    width: 120px;
}
.landing-wrapper{
    background: #fff;
}

.landing-wrapper .landing-button{
    font-family: 'montserrat-Bold';
    display: inline-block;
    color: #fff;
    padding: 6px 25px;
    min-height: auto;
    margin: 20px 0;
}

/**sticky-nav**/
#sticky-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(205 205 205);
    background: linear-gradient(0deg, #c5c5c5de 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px;
    z-index: 1000;
    opacity: 0;
    transition: .5s ease;
   /*  display: none; Initially hidden */
   visibility: hidden;
  }
  
  #sticky-nav ul li a{
    font-family: 'montserrat-Bold';
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
}
  #sticky-nav.visible {
    opacity: 1;
    visibility: visible;
  }

/**owl**/
.landing-wrapper .owl-carousel .owl-stage{
 	display: flex; 
}
.landing-wrapper .owl-dots{
    text-align: center;
    padding: 20px 0;
}
.owl-carousel .owl-dot{
	display: inline-block;
}
.landing-wrapper .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #30b68c;
}
.landing-wrapper .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity .2s ease-in-out;
    width: 10px;
}
.landing-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -40px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.landing-wrapper .owl-nav i{
  	font-size: 12px;
    text-align: center;
}
.landing-wrapper .owl-nav .owl-prev, .landing-wrapper .owl-nav .owl-next{
    position: absolute;
    display: block;
    font-size: 24px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
  	text-align: center;
    width: 40px;
    height: 40px;
    line-height: 32px;
}
.landing-wrapper .owl-prev{
    left: 5%;
}
.landing-wrapper .owl-next{
    right: 5%;
}
.landing-wrapper .owl-item{
    filter: blur(3px);
}
.landing-wrapper .owl-item .cara-txt{
    opacity: 0.4;
}
.landing-wrapper .owl-item.active.center .cara-txt{
    opacity: 1;
}
.landing-wrapper .owl-item.active.center {
    filter: blur(0);
}

/**animations**/
.hidden {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .reveal {
    opacity: 1;
    transform: translateY(0);
  }


.hidden.img-anim{
    transform: none;
}


@keyframes fadeInHero{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 100%;
    }
}

/**caraousel info**/
.laptop-carousel{
    padding: 60px 0;
    max-width: 1920px;
    margin: 0 auto;
}

.cara-txt{
    max-width: 600px;
    margin:  0 auto;
}

.landing-wrapper .owl-carousel .carousel-info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .owl-carousel .carousel-info h2{
    font-size: 1.5rem;
  }

  .carousel-info .pos-rel {
    border-radius: 20px;
    overflow: hidden;
}

  .cara-txt {
    text-align: center;
    margin-bottom: 80px;
    flex-grow: 1;
}
.pos-rel{
    position: relative;
}
.laptop-carousel .disc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 100%)
}
#disc2{
    font-size: 14px;
    text-align: center;
    color: #bcbcbc;
    margin-top: 30px;
    padding: 0 20px;
}

.laptop-config{
    padding-bottom: 100px;
}
.laptop-config .section-title{
    padding-bottom: 60px;
}
.laptop-config .landing-button{
    margin: 0;
}
.laptop-config h2{
    text-align: center;
}
.laptop-config h3{
    margin-top: 20px;
    margin-bottom: 0;
  	font-size: 18px;
}
.laptop-config .config-holder{
    gap: 15px;
    padding: 15px;
}
.pcs-laptop{
    position: relative;
    width: 100%;
    max-width: 500px;
    background-color: #efefef;
    text-align: center;
    padding: 20px;
} 

.pcs-laptop .vas{
    justify-content: center;
    gap: 15px;
}
.laptop-holder{
    margin: 30px 0;
}
.pcs-laptop a{
    display: block;
    margin-bottom: 10px;
}
.config-logos img{
    margin-bottom: 40px;
}
.config-logos img{
    width: 180px;
}

.section-title{
    text-align: center;
    padding: 100px 35px;
}
.section-title p {
    font-size: 1.3rem;
    font-family: 'montserrat-light';
    font-weight: 300;
}
.laptop-feat1{
    padding-bottom: 100px;
    background-color: #e5e5e5;
    overflow: hidden;
    padding: 0 20px 100px;
}
.laptop-feat1 .lg-container{
    max-width: 1400px;
}
.laptop-feat1 .vas{
    align-items: normal;
    gap: 35px;
}
.laptop-feat1 .pcs-col2{
    max-width: 800px;
    margin: 0 auto;
}
.process-image{
    position: relative;
}
.process-info{
    position: relative;
    background: #fff;
 	width: 100%;
}
.config-badge{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
}
.process-txt{
    color: #ffffff;
    text-align: center;
    padding: 40px 35px;
}
.process-info h3 {
    background: #292929;
    padding: 10px 30px;
    font-size: 1rem;
    text-align: center;
}
#intel h3{
    background-color: #2d2df1;
	color: #fff;
}
#amd h3{
    background-color: #ff8000;
}
.process-txt p {
    max-width: 550px;
    margin: 0 auto;
}
p.process-sub{
   	font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;  
}
.disc{
    margin-top: 40px !important;
    font-size: 14px;
}

.laptop-specs{
    padding: 100px 15px;
    background-color: #e5e5e5;
}
.laptop-specs .specs{
    justify-content: space-between;
}
.laptop-specs ul li{
    text-align: center;
   	font-family: 'Montserrat-Bold';
    width: 100%;
    padding: 30px;
    border-right: 2px solid #80808021;
}
.laptop-specs ul li:last-of-type{
    border: none;
}
.laptop-specs ul li .main-stat{
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0 ;
    line-height: 1;
    color: #37b48f;
}
.specs li .stat-info {
    font-size: 14px;
    color: grey;
    margin-top: 10px;
}
.laptop-specs ul li span{
    font-size: 20px;
}

.laptop-specs .disc{
    padding: 10px;
}

.specs li p {
    font-size: 20px;
}
.feat2{
    position: relative;
    background-color: #000000;
    color: #fff;
    overflow: hidden;
}
.feat2-content{
    padding: 35px;
}
.feat2 .nvid-features{
    max-width: 1400px;
    margin: 0 auto;
    gap: 20px;
    padding: 20px;
    justify-content: space-between;
}
.feat2 .bg-cover{
    max-width: 2560px;
    margin: 0 auto
}
.feat2 .bg-cover img{
    background-position: 60%;
}
.col-inner{
    max-width: 800px;
    margin: 0 auto;
}
.nvid-feat {
    width: calc(50% - 10px);
}
.nvid-feat img{
    width: 100%;
}
.nvid-feat h3{
    font-size: 12px;
    margin-bottom: 15px;
    color: #959595;
    text-transform: uppercase;
}
#feat3 .vas{
    flex-wrap: wrap;
    gap: 35px;
    align-items: normal;
}
.feat3{
    margin-bottom: 100px;
}
.feat3 .vas{
    padding: 0 35px;
}
.feat3 .col-inner{
    text-align: center;
    padding: 40px 20px;
}
.feat3 img{
    border-radius: 15px;
}

.feat4{
    min-height: 600px;
    background-color: #fff;
    overflow: hidden;
}
.feat4 .section-title h2{
    margin: 0;
}
#tabs{
    justify-content: center;
    gap: 10px; 
    overflow: hidden;
}
#tabs li a{
    background-color: #292929;
    border-color: #292929;
    color: #fff;
    margin: 0;
}
#tabs li a:hover{
    background-color: #37b48f;
    color: #fff;
}
#tabs li.active a{
    background-color: #37b48f;
    border-color: #37b48f;
    color: #ffffff;
}
#tabs-content{
    padding: 0 15px;
    margin-bottom: 60px;
    overflow: hidden;
}
.tab-content h3{
    font-size: 40px;
    text-align: center;
    margin: 60px 0;
    opacity: 0.2;
}
.tab-content h3 span{
    color: #37b48f;
}
.laptop-port-img{
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.laptop-port-chassis{
    margin: 40px 0;
}
.laptop-port-img img{
    width: 900px;
}
.ports-info{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}
.port-tag{
    width: 100%;
    background-color: #292929;
    border-radius: 25px;
    margin-bottom: 5px;
    padding: 5px;
    color: #fff;
    font-family: montserrat;
    font-weight: 500;
}
.port-tag span{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 5px;
    background-color: #37b48f;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.gamepass-holder{
    background: rgb(40,116,11);
    background: linear-gradient(90deg, rgba(40,116,11,1) 0%, rgba(7,38,43,1) 100%);
    overflow: hidden;
}
.gamepass .gamep-img{
    position: relative;
}
.landing-wrapper .gamepass h2 {
	color: #fff;
}
.landing-wrapper .gamepass p {
	color: #fff;
}
.gamepass .landing-button{
    background-color: #ffffff;
    color: #000000;
    margin-top: 40px;
}
.gamep-tag{
    display: inline-block;
    background-color: rgb(156 240 10 / 31%);
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 5px 25px;
}
.gamepass-holder .col-inner{
 	padding: 35px
}
@media screen and (min-width:560px){
    .pcs-laptop a{
        display: inline-block;
    }
    .port-tag{
        width: calc(50% - 10px);
        padding: 10px;
}
    .ports-info{
        gap: 5px;
    }
   .laptop-hero-holder{
        min-height: 720px;
    }
  .nvid-now{
  	font-size: 16px;
}
  .landing-wrapper .landing-button{
    padding: 10px 25px;
}
  
}
@media screen and (min-width:960px){
  .landing-wrapper h1, .landing-wrapper h2{
    font-size: 2.1rem;
}
  .laptop-title p{
    font-size: 20px;
}
   .laptop-hero-holder{
        background-image: url(/images/landing/pcs/laptops/lafite-series/lafite-keyvis-3.jpg);
        min-height: 1000px;
    }
  
  .logos img {
    width: 160px;
	}
  .gamepass .gamep-img{
    min-height: 500px;
}
    .landing-wrapper .bg-cover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .landing-wrapper .bg-cover img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: 50%;
        width: 100%;
        height: 100%;
        user-select: none;
    }
    .landing-wrapper .vas{
        flex-wrap: nowrap;
    }
    .pcs-col2{
        width: 50%;
    }
    .pcs-laptop{
       width: 33%;
    }
    .col-inner{
        max-width: 600px;
    }
    .laptop-feat1 .pcs-col2 {
      display: flex;
        max-width: 100%;
    }
     .process-image{
        min-height: 320px;
    }
    .process-info h3 {
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
    }
    .laptop-carousel{
        position: relative;
    }
    .laptop-carousel:before, .laptop-carousel:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 10%;
        z-index: 2;
        touch-action: revert-layer;
        background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 50%) 50%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }
    .laptop-carousel:after{
        left: auto;
        right: 0;
        transform: scaleX(-1);
    }
    .feat2{
        padding: 60px 35px 40px 35px;
    }
    .feat2-content{
        min-height: 600px;
    }
    .nvid-feat h3{
        font-size: 14px;
    }
    .feat3 .pcs-col2{
        width: calc(50% - 17.5px)
    }
    .port-tag{
        width: calc(33.333% - 10px);
}
}
@media screen and (min-width:1400px){
    .owl-carousel .carousel-info h2{
        font-size: 2rem;
      }
}
@media screen and (min-width:2560px){
    .laptop-carousel{
        max-width: 2220px;
    }
}