@font-face {
font-family: 'IntelOne Display Bold';
src: url('/fonts/IntelOneDisplay-Bold.otf');
}
@font-face {
font-family: 'IntelClear Reg';
src: url('/fonts/IntelClear-Regular.woff');
}
section#main.main-ind{
	padding: 0;
}
.landing-wrapper{
    background-color: #0f0a21;
    color: #fff;
}
.landing-wrapper h1, .landing-wrapper h2{
    font-family: 'IntelOne Display Bold';
    font-weight: bold;
    text-transform: none;
}
.landing-wrapper h1{
    font-size: 40px;
    margin-bottom: 20px;
}
.landing-wrapper p{
    font-size: 18px;
}
.mod-sub-title{
    margin-bottom: 10px;
}
.landing-wrapper .vas{
    flex-wrap: wrap;
}
.intel-hub1{
    background-color: #000000;
    background-size: cover;
}
.intel-hub1 .vas{
    min-height: 500px;
    justify-content: center;
}
.intel-hub1 .intel-logo{
    width: 100px;
    margin-top: 40px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.landing-button {
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    background-color: #ffffff;
    margin-top: 40px;
  border: 2px solid #ffffff;
  	transition: .25s linear;
    color: #000000;
}
.landing-button:hover {
    background: transparent;
    border: 2px solid #ffffff;
    color: #fff;
}
.intel-hub2{
    overflow: hidden;
}
.intel-mod{
    background-color: #1c1df7;
    margin: 40px 0px;
    min-height: 580px;
}
.pos-rel{
    position: relative;
}
.sec-pad{
    padding: 35px;
}
.rev-mod{
    flex-direction: row-reverse;
}
.intel-mod-logos{
    position: absolute;
    left: 2%;
    width: 200px;
    top: 25px;
}
.intel-mod2-holder{
    gap: 40px;
    align-items: unset!important;
}
.intel-mod2{
    background: rgb(30,30,253);
    background: linear-gradient(90deg, rgba(30,30,253,1) 0%, rgba(0,8,100,1) 100%);
}
.landing-wrapper .intel-mod2 h2{
    font-size: 30px;
}
.intel-mod2 .sec-pad{
    padding: 30px;
}
.intel-mod2 .intel-mod-logos{
    width: 80px;
    top: 25px;
    left: 25px;
}
#arc{
    background: rgb(133,17,253);
    background: linear-gradient(90deg, rgba(133,17,253,1) 0%, rgba(1,8,101,1) 100%);
}
#arc .intel-mod-logos{
    right: 25px;
    width: 150px;
    left: auto; 
}
.arc-image{
    display: inline-block;
    padding: 25px;
}



@media screen and (min-width: 620px){
    .landing-wrapper p {
        font-size: 20px;
    }
}

@media screen and (min-width: 960px){
    .pcs-col2{
        width: 50%;
    }
    .intel-hub1{
        background-image: url(/images/landing/intel/hub/intel-hub-hero.jpg);
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .intel-hub1 .vas{
        min-height: 500px;
        justify-content: flex-end;
    }
    .landing-wrapper .vas{
        flex-wrap: nowrap;
    }
    .intel-hero-mob{
        display: none;
    }
    .landing-wrapper picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .landing-wrapper picture img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: 50%;
        width: 100%;
        height: 100%;
        user-select: none;
    }
    .intel-mod{
        padding: 35px;
    }
    .sec-pad {
        padding: 0;
    }
    .landing-wrapper h2{
        font-size: 40px;
    }

    .intel-mod-logos{
        width: 200px;
    }
    .intel-mod:nth-child(1) .landing-picture img{
        object-position: 60%;
    }
    .intel-mod:nth-child(2) .landing-picture img{
        object-position: 40%;
    }
    .intel-mod-fr{
        right: 2%;
        left: auto;
    }
    .intel-mod-image {
        min-height: 350px;
    }
    #arc .pcs-col2:first-child{
        width: 40%;
    }
    #arc .pcs-col2:last-child{
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    .intel-hub1 .vas{
        min-height: 800px;
    }
    .intel-mod-logos{
        width: 280px;
    }
}


