@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;700&display=swap');
section#main.main-ind{
 	padding: 0; 
}
.landing-wrapper .laptop-title .laptop-size{
	font-size: 20px;
    font-weight: 700;
    vertical-align: super;
}
.fade-in-element {
    animation: fade-in 1.5s;
    animation-delay: .2s;
    animation-fill-mode: both;
  }
.hidden{
 opacity: 0; 
}
.landing-wrapper{
	background-color: #ffffff;
}
section#main.main-ind .logo-wrapper{
 	max-width: 1170px; 
}
.landing-wrapper h1, .landing-wrapper h2, .landing-wrapper h3, .landing-wrapper ul{
    font-family: 'saira';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.landing-wrapper h1{
    font-size: 50px;
    font-weight: 700;
}
.landing-wrapper h1 > span{
    font-weight: 100;
}
.landing-wrapper h2{
    font-size: 46px;
    margin-bottom: 5px;
}
.landing-wrapper h3{
    font-size: 26px;
    font-weight: 400;
}
.landing-wrapper ul{
    font-weight: 400;
    text-transform: none;
}
.landing-wrapper hr {
    margin: 40px 0;
    height: 2px;
    border: none;
    background: #DFDFDF;
}
.landing-wrapper .laptop-title sup{
	font-size: 16px!important;
    vertical-align: super;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container .inner{
    background: transparent
}
.landing-wrapper section{
    padding: 35px;
}
.landing-wrapper .btn{
    font-family: 'Montserrat-Bold';
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
}
.landing-wrapper .btn:hover{
    background-color: #ffffff;
    color: #000000;
}
.landing-wrapper picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.landing-wrapper picture img {
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
    height: 100%;
    user-select: none;
}
.lg-inner{
    max-width: 1920px;
    margin: 0 auto;
}
/**columns**/
.pcs_col-2{ 
    width: 50%;
}
.col_inner{
    padding: 20px;
}
.laptop-sec .reverse-sec{
    flex-direction: row-reverse;
}
.laptop-sec .col-inner{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.laptop-sec .vas{
    gap: 40px;
}
.laptop-sec h3{
    text-transform: none;
}
.laptop-stats{
    margin-top: 40px;
}
.laptop-stats ul{
    display: flex;
    gap: 80px;
    margin-top: 10px;
}
.laptop-stats li{
    font-family: 'saira';
    font-size: 20px;
    font-weight:700;
}
.laptop-stats li p{
    font-weight: normal;
}
.laptop-stats li span{
    display: block;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 5px;
    color: #002db2;
}
.laptop-sec-logo{
    width: 100px;
    margin-bottom: 20px;
}
/****laptop-header**/
.landing-wrapper .laptop-header{
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #000000;
    text-align: center;
    padding: 60px 0;
}
.laptop-header::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/images/landing/pcs/defiance17/defiance-headline-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}
.laptop-title, .laptop-sub-title{
    padding: 0 35px;
}
/**laptop-positioning**/
.laptop-header-container{
    display: flex;
    margin: 60px 0;
}
.laptop-header-container .laptop-pos-fl, .laptop-header-container .laptop-pos-fr{
    position: relative;
    animation-fill-mode: forwards;
}
.laptop-header-container .laptop-pos-fl{
    left: 40%;
    animation: 3s slideLeft;
    filter: drop-shadow(0 0 8px #ffffff66);
}
.laptop-header-container .laptop-pos-fr{
    left: -25%;
    animation: 3s slideRight;
    filter: drop-shadow(2px 0px 8px #ffffff66);
}
@keyframes slideLeft{
 0%{
    transform: translateX(-5%);
 }
 100%{
    transform: translateX(0);
 }
}
@keyframes slideRight{
    0%{
       transform: translateX(5%);
    }
    100%{
       transform: translateX(0);
    }
   }
   @keyframes fadeIn{
    0%{
       opacity: 0;
    }
    100%{
       opacity: 1;
    }
   }
/**laptop-positioning**/
.laptop-header-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.laptop-header a{
    display: inline-block;
}
.laptop-header h1, .laptop-header h2, .laptop-header p{
    color: #ffffff;
}
.laptop-header h2{
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: normal;
    text-transform: none;
}
.laptop-header p{
    max-width: 960px;
    margin: 40px 0
}
/***sec1***/
#laptop-sec1 .vas{
    justify-content: space-around;
    text-align: center;
    flex-wrap: nowrap;
    gap: 5px;
}
#laptop-sec1 .logo-wrapper > div{
    width: calc(33% - 20px);
}
/***sec2 video holder***/
.laptop-vid-holder{
    position: relative;
    width: 980px;
    max-width: 100%;
    background-color: black;
    cursor: pointer;
    margin: 0 auto;
}
.landing-wrapper .laptop-vid-btn {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 3px 11px 24px rgb(0 0 0 / 37%);
    display: flex;
    justify-content: center;
    transform: scale(1);
    height: 80px;
    width: 80px;
    transition: .3s background-color linear,.3s transform cubic-bezier(.165,.84,.44,1);
    border: none;
    cursor: pointer;
}
.landing-wrapper .laptop-vid-btn > div{
    border-bottom: 20px solid transparent;
    border-left: 30px solid #32b28a;
    border-top: 20px solid transparent;
    height: 0;
    margin-left: 4px;
    -webkit-transition: border-left .2s linear;
    transition: border-left .2s linear;
}
.landing-wrapper .laptop-vid-holder:hover .laptop-vid-btn{
    transform: scale(1.2);
}
#laptop-sec2{
    margin-top: 100px;
}

/***sec3***/
#laptop-sec3 #graphics-stats ul{
    display: block;
    text-transform: uppercase;
}
#laptop-sec3 #graphics-stats p{
    font-size: 16px;
    margin: 10px 0;
    text-transform: none;
}

/***sec4***/
#laptop-sec4{
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    margin-top: 100px;
    padding: 0
}
.display-holder{
    min-height: 1200px;
    position: relative;
}
.laptop-sec-title{
    max-width: 720px;
    padding: 150px 35px 0 35px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/***sec5***/
#laptop-sec5{
    margin: 100px 0;
}


/***sec6***/
#laptop-sec6{
    background-color: #000000;
    color: #ffffff;
}
#laptop-sec6 .laptop-sec-title{
    text-align: center;
    margin-bottom: 60px;
}
#laptop-sec6 .ports-info{
    padding: 35px;
    background: #111111;
}
#laptop-sec6 .ports-info img{
    width: 1400px;
}
.ports-info-img{
    text-align: center;
    margin-bottom: 80px;
}
#laptop-sec6 .ports-info ul{
    column-count: 2;
    column-gap: 60px;
    max-width: 900px;
    margin: 0 auto;
}   
#laptop-sec6 .ports-info li{
    margin-bottom: 10px;
    padding-left: 28px;
}
#laptop-sec6 .ports-info li::before{
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    margin-left: -28px;
    margin-right: 10px;
}


section.laptop-gallery{
	padding: 100px 35px;
}
.laptop-gallery-container{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 450px;
}
.grid-col{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #000000;
    padding: 35px;
    overflow: hidden;
}
.grid-col picture{
    object-fit: cover;
    object-position: 0% 0;
    width: 100%;
    height: 100%;
    user-select: none;
    transition: 1s ease;
}
.grid-col:hover picture{
    opacity: 0.3;
}
.grid-col:hover .gallery-content{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.gallery-content{
    position: relative;
    z-index: 1;
    max-width: 600px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease;
    transform: translateY(90px);
}
.grid-col-1{
    grid-row: 1/3;
}




@media screen and (max-width: 1170px){
    .laptop-sec .vas{
        flex-wrap: wrap;
    }
    .pcs_col-2, .pcs_col-3{
        width: 100%;
    }
    .laptop-sec .col-inner{
        max-width: 100%;
        margin-bottom: 40px;
    }
    .pcs_col-4{
        width: calc(50% - 10px);
    }
    #laptop-sec2{
        margin-top: 40px;
    }
    .display-holder{
        min-height: 1000px;
    }
    .laptop-sec-title{
        padding: 60px 35px 0 35px;
    }
    #laptop-sec5{
        margin: 40px 0;
    }
    .windows-11 h2{
        font-size: 26px;
    }
    .gallery{
        grid-auto-rows: 350px;
    }
    .gallery picture img{
        object-position: 20% 0;
    }
}

@media screen and (max-width: 960px){
    .laptop-gallery-container{
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .grid-col{
        padding: 0;
        display: block;
    }
    .gallery-content{
        opacity: 1;
        transform: translate(0);
        visibility: visible;
        background: black;
        max-width: 100%;
        padding: 35px;
        transition: none;
    }
    .grid-col:hover picture{
        opacity: 1;
    }
    .laptop-gallery picture{
        position: static;
    }
    .laptop-gallery picture img{
        height: auto;
    }
}

@media screen and (max-width: 720px){
    .pcs_col-2, .pcs_col-3{
        width: 100%;
    }
    .pcs_col-4{
        width: 100%;
    }
    .landing-wrapper h1{
        font-size: 36px;
    }
    .landing-wrapper h2{
        font-size: 32px;
    }
    .laptop-header h2{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .laptop-header p{
        margin: 0;
    }
    .laptop-stats ul{
        gap: 20px;
    }
    .laptop-stats li span{
        font-size: 34px;
    }
    .display-holder{
        min-height: auto;
    }
    #laptop-sec4 picture{
        position: static;
    }
    #laptop-sec4  picture img{
        height: auto;
    }
    #laptop-sec5{
        margin: 20px 0;
    }
    #laptop-sec6 .ports-info ul{
        column-count: 1;
    }
}