@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;700&display=swap');
section#main.main-ind{
	padding: 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;
}
.landing-wrapper h1 span{
 	font-weight: 100; 
}
.landing-wrapper h1 sup{
  font-size: 16px!important;
}
.hidden{
  	z-index: 1;
	opacity: 0;
	transition: 1s all;
}
.show{
	opacity: 1;
	animation: slideUp 1s ease;
}
/**transitions**/
.slideUp.hidden{
    transform: translateY(40px);
}
.slideUp.show{ 
    transform: translateY(0);
}

/****main***/
.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-nav {
    position: absolute;
    left: 50%;
    bottom: -10%;
    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: -5%;
    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;
}
.landing-wrapper .item{
    margin: 40px 0;
    padding: 35px;
    opacity: 0;
    transition: 1s ease;
}
.landing-wrapper .owl-item.active .item{
    opacity: 1;
}

.landing-wrapper .owl-carousel .owl-item img{
 	margin: 80px 0; 
}


.landing-wrapper{
    background-color: #000000;
    color: #ffffff;
}
.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 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;
}
.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-container{
    max-width: 1170px;
    margin: 0 auto;
}
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.pcs-laptop-top{
    position: relative;
    background-image: url(/images/landing/pcs/ionico-15/ionico-background.jpg);
    background-position: 50% 100%;
    background-size: cover;
    background-color: #000000;
    color: #ffffff;
}
.pcs-laptop-hero a{
  display: inline-block;
  margin-top: 20px;
}
.landing-btn{
  	position: relative;
  	z-index: 1;  
    padding: 10px 20px;
    background-color: #c62f77;
    color: #ffffff;
}
.landing-btn:hover {
    background-color: #791f4a;
}
.txt-color{
    color: #ffffff;
}
.pcs-laptop-title{
    position: relative;
    z-index: 1;
}
.pcs-laptop-top p{
  font-family: 'Saira';
    font-weight: 100;
    font-size: 20px;
}
.laptop-title p{
    margin-bottom: 20px;
}
.pcs-laptop-headline{
    position: relative;
    text-align: center;
    margin-bottom: -300px;
}
.pcs-laptop-headline img{
    margin-top: 100px;
}
.pcs-laptop-logos{
    max-width: 700px;
    margin: 0 auto;
}
.pcs-laptop-image {
    position: relative;
    top: 0;
    transition: top 0.3s ease;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -300px;
    animation: fadeIns .8s ease-in-out;
    transform: translate(-50%, 0%);
    transform-origin: center;
    left: 50%;
    z-index: 1;
}
.ionico-laptop{
    position: relative;
}
.amd-bg{
    position: absolute;
    top: 368px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: scaleIn .8s ease;
    transform-origin: left;
    width: 550px;
}

@keyframes scaleIn{
    0%{
        opacity: 0;
        scale: 0;
        transform: translate(-50%, 0%);
    }
    100%{
        opacity: 1;
        scale: 1, 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes fadeIns{
    0%{
        transform: translate(-50%, 10%);
    }
    100%{
        transform: translate(-50%, 0%);
    }
}

@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.laptop-ai-sec{
    background: url('/images/landing/pcs/ionico-15/laptop-ai-bg.png'), url(/images/landing/pcs/ionico-15/laptop-ai-stars-bg.jpg) fixed;
    background-size: cover;
    background-position: center bottom;
    min-height: 900px;
  	padding-top: 460px;
}
.pcs-laptop-ai .laptop-title{
    margin-top: 80px;
}
.ai-laptop{
    margin: 100px 0;
}
.ai-laptop img{
    width: 1000px;
}
.ionico-sec2{
    overflow: hidden;
}
.ionic-process{
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
    gap: 40px;
}
.ionico-sec3{
    padding: 100px 0;
}
.ionico-sec3 .txt-center{
 	padding: 0 35px; 
}
.landing-wrapper .ionico-sec3 picture, .landing-wrapper .ionico-sec3 img{
	position: static;
}
.ionico-display{
  	position: relative;
 	 z-index: 0;
    text-align: center;
}
.ionico-d-specs.vas{
    gap: 40px;
    margin-top: 100px;
    align-items:normal
}
.ionico-d{
    background-color: #131313;
}
.ionico-d-image{
    background-color: #c62f77;
}
.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{
    color: #c62f77
}
.info-box{
    padding: 25px;
    background-color: #131313;
}
.info-box a{
    display: inline-block;
    margin-top: 40px;
}
.landing-box-image{
    position: relative;
}
.ionico-sec4{
    background-image: url(/images/landing/pcs/ionico-15/laptop-gpu-bg.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-top: 80px;
}
.ionico-sec4 .ionico-g{
    padding: 35px;
}
.vend-logo{
    margin-bottom: 40px;
}
.sec .col-inner{
    max-width: 600px;
    margin: 0 auto;
}
.nvid-info{
    align-items: normal;
    gap: 30px;
    padding: 35px;
    margin-top: 100px;
}
.nvid-info .pcs-col-3{
    width: 33.333%;
    background-color: #131313;
}
.ionico-sec5{
    position: relative;
    margin-top: 100px;
}
.ionico-sec5 .txt-center{
    padding: 35px;
}
.wh-power{
    margin-top: 40px
}
.wh-power p{
    display: inline-block;
    font-family: 'saira';
    font-size: 40px;
    font-weight: 700;
    background: -webkit-linear-gradient(0deg, rgba(255,0,119,1) 0%, rgba(255,176,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wh-power img{
    display: block;
    margin: 0 auto;
    width: 400px;
}
.ionico-sec6{
    background-color: #131314;
    background-image: url(/images/landing/pcs/ionico-15/ports-bg.jpg);
    background-size: cover;
    background-position: center 0%;
}
.ionico-sec6.sec-pad{
    padding: 100px 35px;
}
.ports{
    margin: 160px 0;
}
.ports .cara-num{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #c62f77;
    text-align: center;
    font-family: 'saira';
    font-weight: 700;
    border-radius: 35px;
    display: inline-block;
}
.ports-info{
  align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 140px;
    gap: 20px
}
.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;
}
.ports-info .cara-num{
    position: static;
    margin-bottom: 25px;
  	transform: none;
}
.ports-info ul.list-caret li:before{
    color: #c62f77;
      margin-left: -17px;
}
.carousel-holder{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    background-color: #000000;
}
.carousel-holder:before, .carousel-holder:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 110px;
    background: url(/images/landing/pcs/ionico-15/ports-slider-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.carousel-holder:before{
    top: -110px;
}
.carousel-holder:after{
    top: auto;
    bottom: -110px;
    transform: rotate(180deg);
    transform-origin: center;
}
.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: #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;
}

@media screen and (max-width: 1170px){
  .laptop-ai-sec{
	padding-top: 400px;
  }
    .nvid-info, .ionico-sec4 .ionico-g{
        flex-wrap: wrap;
    }
    .nvid-info .pcs-col-3{
        display: flex;
        width: 100%;
    }
    .nvid-info img{
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .nvid-info .info-box{
        width: 60%;
    }
    .nvid-info .nvid-img{
        position: relative;
        width: 40%;
    }
    .ionico-sec3{
        padding: 40px 0;
    }
    .ionico-sec4{
        margin: 0;
    }
    .laptop-gallery .grid-col:last-child picture img {
        object-position: 0;
    }
}

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

@media screen and (max-width: 800px){
    .landing-wrapper h2 {
        font-size: 2rem;
    }
   .landing-wrapper .vas-sm.vas{
    flex-wrap: wrap;
    justify-content: center;
   }
    .pcs-col{
    width: 100%;
    }
    .ionico-d-specs{
        flex-wrap: wrap;
    }
    .amd-bg{
        top: 352px;
        width: 370px;
    }
    .nvid-info .pcs-col-3{
        flex-wrap: wrap
    }
    .nvid-info .info-box, .nvid-info .nvid-img{
        width: 100%;
    }
    .nvid-info img{
        position: static;
        height: auto;
    }
    .ionico-sec5{
        margin-top: 40px;
    }
    .ionic-power {
        margin-top: -50px;
    }
   .wh-power {
        margin-top: 20px;
    }
   .ports-info ul.list-caret{
        width: 100%;
    }
  .laptop-gallery{
   	padding: 100px 15px; 
  }
}
@media screen and (max-width: 600px){
  .cpu-chip, .wh-power img{
   	width: 200px; 
  }
  .ionico-sec2{
    padding-top: 0;
  }	
  .i-display-stats{
	flex-wrap: wrap;
  }
  .i-stat{
   	width: 100%;
    margin-bottom: 30px;
  }
    .pcs-laptop-top{
        min-height: 600px;
    }
  	.laptop-ai-sec{
    	padding-top: 200px;
  	}
    .amd-bg{
        top: 55%;
        width: 300px;
    }
    .ionico-sec6.sec-pad {
        padding: 100px 15px;
    }
}
@media screen and (max-width: 500px){
  .landing-wrapper h1 span {
    display: block;
    font-size: 2rem;
}
  .landing-wrapper h1 sup {
   position: absolute;
    top: 17px;
}
}