@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;700&display=swap');
section#main.main-ind {
    padding: 0
}
.grid-border {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
}
.grid-b-top {
    left: 50%;
    transform: translateX(-50%);
}
.grid-b-bottom {
    bottom: 0;
    top: auto;
    transform: translateX(-50%) scale(-1);
}
.grid-b-side {
    top: 50%;
    transform: translateY(-50%) scale(1);
    left: -20px;
}
.grid-b-side2 {
    left: auto;
    transform: translateY(-50%) scale(-1);
    right: -20px;
}
.carousel-holder img {
    margin: 80px 0;
}
.pcs-laptop-top a {
    display: inline-block;
    margin-top: 20px;
}
.vend-logo {
    margin-bottom: 40px;
}
.landing-wrapper h1 sup {
    font-size: 16px !important;
}
.slideUp.hidden{
    transform: translateY(40px);
}
.slideUp.show{ 
    transform: translateY(0);
}
.hidden{
   z-index: 1;
  opacity: 0;
  transition: 1s all;
}
.show{
  opacity: 1;
}
/**owl-carousel**/
.landing-wrapper .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease-in-out;
    border-radius: 30px;
}
.landing-wrapper .owl-carousel.owl-loaded{
    padding-bottom: 50px;
}
.landing-wrapper .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: block;
    cursor: pointer;
    width: 300px;
    height: 40px;
}
.landing-wrapper .owl-prev, .landing-wrapper .owl-next{
    position: absolute;
} 
.landing-wrapper .owl-next{
    right: 0px;
}
 .landing-wrapper.owl-prev{
    left: 0px;
}
.landing-wrapper .owl-dots {
    display: flex;
    text-align: center;
    position: absolute;
   	bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.landing-wrapper .owl-dots .owl-dot span{
    background-color: #666666;
}
.landing-wrapper .owl-dots .owl-dot.active span{
    background-color: #ffffff;
    scale: 1.6;
}
.landing-wrapper .owl-nav button span{
    width: 30px;
    height: 30px;
    line-height: 23px;
    font-size: 32px;
    border-radius: 50%;
    display: inline-block;
}
.landing-wrapper .owl-nav button:focus span{
    outline: 2px dashed #ffffff !important;
    outline-offset: 2px;
}
.item{
    margin: 40px 0;
    padding: 35px;
    opacity: 0;
    transition: 1s ease;
}
.landing-wrapper .owl-item.active .item{
    opacity: 1;
}
.landing-wrapper{
    background-color: #010313;
    color: #ffffff;
    overflow: hidden;
}
.landing-wrapper h1, .landing-wrapper h2, .landing-wrapper h3{
    font-family: 'saira';
    font-weight: 700;
}
.landing-wrapper h1{
    font-size: 2.8rem;
    margin-bottom: 15px;
    line-height: 1.2;
}
.landing-wrapper h1 span {
    font-weight: 100;
}
.landing-wrapper h2{
    font-size: 2.4rem;
    margin-bottom: 25px;
}
.landing-wrapper h3{
    font-size: 1.5rem;
}
.landing-wrapper p{
    font-family: 'open sans';
    font-size: 18px;
    line-height: 1.5;
}
.landing-wrapper picture{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.landing-wrapper picture img{
    position: absolute;
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
    user-select: none;
    transition: .25s ease-in-out;
}
.pcs-col{
    width: 50%;
}
.txt-center{
    position: relative;
    text-align: center;
}
.txt-width{
    max-width: 880px;
    margin: 0 auto;
}
.sec-pad{
    padding: 35px;
}
.landing-btn {
    padding: 10px 20px;
    background-color: #0379dd;
    color: #ffffff;
}
.landing-btn:hover {
    background-color: #004987;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.bg-container{
    max-width: 2560px;
    margin: 0 auto;
}
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.pcs-laptop-top{
    position: relative;
    background-image: url(/images/landing/pcs/ionico-15/intel/ionico-kv-bg.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0 35px 0;
    animation: fadeIn .5s ease;
    animation-fill-mode: both;
    color: #ffffff;
    max-width: 2560px;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
}   

.laptop-title p {
    margin-bottom: 20px;
    font-size: 20px;
}
/**keyframes**/
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes zoomOutLeft{
    0%{
        opacity: 0;
        transform: scale(0.5) translate(400px);
        filter: blur(5px);
    }
    100%{
        opacity: 1;
        transform: scale(1) translate(0px);
        filter: blur(0);
    }
}
@keyframes zoomOutRight{
    0%{
        opacity: 0;
        transform: scale(0.5) translate(-400px);
        filter: blur(5px);
    }
    100%{
        opacity: 1;
        transform: scale(1) translate(0px);
        filter: blur(0);
    }
}
@keyframes zoomOutMid{
    0%{
        transform: scale(0.5);
        filter: blur(5px);
    }
    100%{
        transform: scale(1);
        filter: blur(0);
    }
}
.pcs-laptop-image{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 20px 0;
}
.pcs-laptop-image img{
    position: relative;
}
.ionico-laptop{
    z-index: 2;
}
.laptop-fl img{
    left: 75%;
    top: 22%;
    animation: zoomOutLeft 1s ease;
    animation-delay: .2s;
    animation-fill-mode: both;
    transform-origin: center;
    z-index: 1;
}
.laptop-fr img{
    right: 75%;
    top: 22%;
    animation: zoomOutRight 1s ease;
    animation-delay: .2s;
    animation-fill-mode: both;
    z-index: 1;
}
.laptop-mid img{
    animation: zoomOutMid 1s ease;
}
.intel-logo{
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    min-height: 250px;
    padding: 20px;
}
.intel-logo > div{
    background-color: rgba(255, 255, 255, 75%);
    color: #0252ab;
    padding: 25px;
    width: 50%;
    border-radius: 20px;
    z-index: 0;
}

.intel-logo > div:last-child{
    text-align: right;
}
.intel-logo h3{
    margin: 0;
  	font-size: 18px;
}
.intel-logo img{
    position: absolute;
    width: 250px;
    z-index: 1;
}
.intel-text{
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translate(-48%, 0);
    max-width: 1170px;
    animation: zoomOutText 1s ease;
    animation-delay: .2s;
    animation-fill-mode: both;
    transform-origin: center;
}
@keyframes zoomOutText{
    0%{
        opacity: 0;
        transform: translate(-48%, 20%) scale(0.5);
        filter: blur(5px);
    }
    100%{
        opacity: 1;
        transform: translate(-48%, 0) scale(1);
        filter: blur(0);
    }
}
/**laptop-stat-grid**/
.pcs-laptop-stats{
    display: grid;
    grid-gap: 20px;
}
.pos-rel{
    position: relative;
    overflow: hidden;
}
.item4 img{
    position: absolute;
    top: 0;
    right: 10px;
    width: 95px;
}
.lp-stats{
    position: relative;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.laptop-stat{
    position: relative;
    padding: 20px;
    background-color: rgba(236, 244, 253, 10%);
    border-radius: 10px;
}
.pos-icon{
    position: absolute;
    top: 20px;
    right: 20px;
}
.stat1{
    grid-template-columns: repeat(3, 1fr);
}
.stat2{
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
}
.item4{
    background-image: url(/images/landing/pcs/ionico-15/intel/thunderbolt-bg.jpg);
    background-position: 20%;
    background-size: cover;
    grid-row: 1 / span 2;
}
.item5{
    background-color: #131e10
}
.item6{
    justify-content: center;
    grid-row: 1 / span 2;
    grid-column: 3;
    background-image: url(/images/landing/pcs/ionico-15/intel/rgb-blur.jpg);
    background-size: cover;
    text-align: center;
}
.laptop-stat.item6 img{
    margin-bottom: 10px;
}
.item8{
    background-color: #011531;
}
.item9{
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.laptop-stat.item9 img{
    margin: 0;
}
.laptop-stat img{
    display: block;
    margin: 0 auto;
}
.laptop-stat h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.laptop-stat span{
    display: inline-block;
    font-family: 'saira';
    font-weight: 700;
    font-size: 40px;
    background: rgb(3,121,221);
    background: linear-gradient(90deg, rgba(3,121,221,1) 0%, rgba(255,0,246,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-3{
    overflow: hidden;
}
.laptop-intel{
    position: relative;
    padding: 0 35px;
}
.laptop-intel .vas{
    position: absolute;
    left: 30px;
    right: 30px;
    gap: 40px;
    margin: 100px 0;
    z-index: 1;
}
.laptop-intel img{
    width: 200px;
}
.ionico-process, .ionico-graphics{
    position: relative;
}
.ionico-process{
    min-height: 1400px;
}
.ionico-graphics{
    min-height: 1200px;
}
.sec4{
    position: relative;
    background: #000000;
}
.sec4 .txt-center, .sec5 .txt-center{
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    z-index: 2;
}
.sec5{
    background-color: #000000;
}
.laptop-screen{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
    max-width: 1170px;
    transform-origin: center;
}
.laptop-screen.show{
    animation: zoomOut 1.2s ease;
}
.i-display-stats {
    justify-content: space-evenly;
    margin-top: 80px;
    text-align: center;
}
.i-stat h2 {
    font-size: 3rem;
    margin: 0;
}
.i-display-stats span {
    background: linear-gradient(90deg, rgba(3, 121, 221, 1) 0%, rgba(255, 0, 246, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ionico-d-specs.vas {
    gap: 40px;
    margin-top: 100px;
    align-items: normal;
    margin-bottom: 60px;
}

.ionico-sec44{
    background-color: #000000;
}
.ionico-g{
    position: relative;
    min-height: 1100px;
}
.ionico-d {
    background-color: #131313;
}
.info-box {
    padding: 25px;
    background-color: #131313;
}
.nvid-info {
    align-items: normal;
    gap: 30px;
    padding: 35px;
}

.nvid-info .pcs-col-3{
  width: 33.333%;
  background-color: #131313
}
@keyframes zoomOut{
    0%{
        transform: translate(-50%, -10%) scale(0.2) rotate(-10deg);
        filter:blur(10px)
    }
    100%{
        transform: translate(-50%, -10%) scale(1) rotate(0deg);
        filter: blur(0);
    }
}
.ionico-process picture img{
    object-position: 50% 0;
}

.sec .col-inner {
    max-width: 600px;
    margin: 0 auto;
}
.carousel-holder{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    background-color: #000000;
}

.ports-info {
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 140px;
    gap: 20px;
}

.ports .cara-num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #0379dd;
    text-align: center;
    font-family: saira;
    font-weight: 700;
    border-radius: 35px;
    display: inline-block;
}
.ports-info .cara-num {
    position: static;
    margin-bottom: 25px;
    transform: none;
}
.ports-info ul.list-caret li:before {
    color: #0379dd;
    margin-left: -17px;
}
.ports-info ul.list-caret {
    text-align: center;
    border: 3px solid #0a0a0a;
    padding: 45px;
    background-color: #131313;
    width: calc(33% - 12px);
    margin: 0;
}
.ports-info li {
    text-align: left;
}
.laptop-gallery{
    padding: 100px 35px;
    background-color: #000;
}
.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: #000;
    padding: 35px;
    overflow: hidden;
}

.grid-col-1 {
    grid-row: 1 / 3;
}

.gallery-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease;
    transform: translateY(90px);
}

.grid-col:hover .gallery-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.grid-col picture{
    transition: 1s ease;
}

.grid-col:hover picture {
    opacity: .3;
}
.ionico-sec6 {
    background-color: #000000;
}
.ports{
 	margin-top: 112px; 
}

@media screen and (max-width:1170px){
    .laptop-stat span{
        font-size: 30px;
    }
    .laptop-stat h3{
        font-size: 15px;
    }
    .intel-logo img{
        width: 170px;
    }
    .intel-logo h3{
        font-size: 1.2rem;
    }
    .ionico-process, .ionico-graphics{
        min-height: 900px;
    }
    .nvid-info, .ionico-sec4 .ionico-g{
        flex-wrap: wrap;
    }
    .laptop-screen{
        max-width: 800px;
    }
    .sec4 .txt-center{
        top: 5%;
      	padding: 60px 25px 0;
    }
    .ionico-g{
        min-height: 800px;
        flex-wrap: wrap;
    }
    .intel-text{
        position: absolute;
        top: 180px;
        left: 50%;
        transform: translateX(-48%);
        max-width: 870px;
    }
      .nvid-info .pcs-col-3 {
        display: flex;
        width: 100%;
    }
  .nvid-info .nvid-img {
        position: relative;
        width: 40%;
    }
      .nvid-info .info-box {
        width: 60%;
    }
      .nvid-info img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}



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

@media screen and (max-width:900px){
    .laptop-intel .vas{
        position: static;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        text-align: center;
        margin: 100px 0 0 0;
    }
    .ionico-process, .ionico-graphics{
       min-height: 600px;
    }
    .ionico-process picture img{
        object-position: 50% 0;
    }
    .laptop-intel img{
        width: 130px;
    }
    .laptop-fl{
        position: absolute;
        left: 2%;
        width: 20%;
    }
    .laptop-fl img, .laptop-fr img, .sec4 .txt-center {
        position: static;
    }
    .laptop-fr{
        position: absolute;
        right: 2%;
        width: 20%;
    }
    .laptop-screen{
        max-width: 670px
    }
    .ionico-g picture,  .ionico-g picture img{
        position: static;
    }
    .sec5 .txt-center{
        position: static;
        padding: 35px;
    }
}

@media screen and (max-width:800px){
    .landing-wrapper h2 {
        font-size: 2rem;
    }
    .pcs-col{
        width: 100%;
    }
    .ionico-d-specs{
        flex-wrap: wrap;
    }
    .pcs-laptop-stats{
        gap: 10px;
    }
    .laptop-stat span{
        font-size: 24px;
    }
    .stat2{
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 10px;
    }
    .item4{
        grid-column: 1 / span 2;
        padding: 30px 20px;
    }
    .item6{
        grid-row: 1 / span 3;
    }
    .item9{
        grid-column: 2 / span 2; 
    }
    .item4 img{
        width: 50px;
        top: -22px;
    }
    .ports-info ul.list-caret {
        width: 100%;
    }
    .laptop-stat .pos-icon{
        position: static;
        margin: 10px;
    }
    .intel-logo > div{
        display: none;
    }
    .lp-stats{
        padding: 40px 15px;
    }
    .intel-text{
        max-width: 620px;
        top: 20%;
    }
  .nvid-info .pcs-col-3 {
        flex-wrap: wrap;
    }
      .nvid-info img {
        position: static;
        height: auto;
    }
      .nvid-info .info-box, .nvid-info .nvid-img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .i-display-stats {
        flex-wrap: wrap;
    }
  .i-stat {
        width: 100%;
        margin-bottom: 30px;
    }
}



@media screen and (max-width:500px){
.intel-text {
    max-width: 480px;
    top: 30%;
}
}


@media screen and (max-width:400px){
.stat1 {
    grid-template-columns: repeat(1, 1fr);
}
.stat2{
    grid-template-columns: repeat(2, 1fr);
}
.laptop-stat .pos-icon{
    position: absolute;
}
.item4 {
    grid-column: 1 / span 3;
    grid-row: 1;
}
.item5{
    grid-row: 2;
    grid-column: 2;
}
.item6{
    grid-row: 2 / span 2;
    grid-column: 1;
}
.item7{
    grid-row: 4;
    grid-column: 2;
}
.item8{
    grid-row: 3;
}
.item9 {
    grid-column: 1 / span 1;
    grid-row: 4;
}
}
@media screen and (max-width: 500px){
  .landing-wrapper h1 span {
    display: block;
    font-size: 2rem;
}
  .landing-wrapper h1 sup {
   position: absolute;
    top: 17px;
}
}