@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;700&display=swap');

.pcs__row{
    display: flex;
    align-items: center;
}
section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding:0;
background:#ffffff;
}

/**fonts**/
.landing-wrapper h1, .landing-wrapper h2{
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}
.landing-wrapper h1{
    font-size: 50px;
}
.landing-wrapper h2{
    font-size: 30px;
}
.landing-wrapper p{
	font-size: 18px;
}
.landing-wrapper p strong{
	font-weight: bold;
}
.landing-wrapper {
	background-color: #000;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
/**larger-container to replace .landing-container**/
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.landing-button{
    font-family: 'Saira';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    background-color: #37b48f;
    color: #ffffff;
    margin-top: 20px;
}


/**columns**/
.pcs_col-1 { 
    width: 40%;
}
.pcs_col-2 { 
    width: 50%;
}


/*************for more padding inside div**********/
.col_inner{
    padding: 20px;
	position: relative;
	z-index: 1;
	padding: 40px 20px;
}


/**sections**/
.feature{
    padding: 40px;
    background-color: #214847;
}
.feature:nth-child(even){
    background-color: #ffffff;
}
/**feat1**/
#feat1{
	background: url('/images/landing/asus/hub/asus-pba-bg.jpg');
	background-size: cover;
	background-position: 20% 10%;
	background-repeat: no-repeat;
	text-align: center;
    background-color: #000;
    color: #fff;
	min-height: 500px;
	display: flex;
	align-items: center;
  	min-height: 710px;
}
#feat1 img{
	max-width: 200px;
}
#feat1 h1{
	font-size: 64px;
	padding-bottom: 20px;
}
#feat1 h3{
	font-size: 24px;
	text-transform: revert;
	padding: 20px 0;
}
#pba-cta {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
}
#logos {
	padding-bottom: 30px;
}
/**feat2**/
#feat2 .pcs_col-2{
    background-color: #ebebeb;
	margin: 10px;
	border-radius: 25px;
	box-shadow: 0 0 12px 0 rgb(0 0 0/13%);
	transition: .5s ease;
}
#feat2 .pcs__row {
	margin-top: -100px;
}

.intel {
	background-color: #00c6fc;
	height: 3px;
	width: 100px;
	margin-bottom: 10px;
}
#intelcta {
	background-color: #00c6fc;
}
#intelcta:hover {
	background-color: #00b0e0;
}
.amd {
	background-color: #e80000;
	height: 3px;
	width: 100px;
	margin-bottom: 10px;
}
#amdcta {
	background-color: #e80000;
}
#amdcta:hover {
	background-color: #cd0000;
}
.spacer {
	height: 40px;
}
#pbablock1 {
	background: url('/images/landing/asus/hub/pba-for-gamers.jpg');
	background-size: cover;
	background-position: 60% 75%;
	background-repeat: no-repeat;
	color: #fff;
	max-width: 1920px;
	margin: 0 auto;
}

#pbablock1 h1, #pbablock2 h1, #pbablock3 h1{
	font-size: 40px;
	padding-bottom: 20px;
}
#pbablock1 p, #pbablock2 p, #pbablock3 p{
	padding-bottom: 40px;
}
#pbablock1, #pbablock2, #pbablock3 {
	display: flex;
	align-items: center;
	min-height: 560px;
	flex-wrap: wrap;
}

#pbablock1 .pcs_col-2, #pbablock2 .pcs_col-2, #pbablock3 .pcs_col-2{
	width: 40%;
}
#pbablock1 .landing-button, #pbablock2 .landing-button, #pbablock3 .landing-button {
	background-color: #ac0000;
}
#pbablock2 {
	background: url('/images/landing/asus/hub/pba-for-creators.jpg');
	background-size: cover;
	background-position: 70% 90%;
	background-repeat: no-repeat;
	color: #fff;
	max-width: 1920px;
	margin: 0 auto;
}
#pbablock3 {
	background: url('/images/landing/asus/hub/pba-commercial.jpg');
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: #fff;
	max-width: 1920px;
	margin: 0 auto;
}
#pba-image {
	display: none;
}

/***background-images in html***/

.landing-wrapper picture{/**include position relative on the parent div.**/
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}
.landing-wrapper picture img {
    object-fit: cover;
    height: 100%;
    user-select: none;
    width: 100%;
}

/******TUF******/
.tuf{
    padding: 60px 0;
    margin: 20px;
}
.tuf-holder{
    max-width: 1600px;
    margin: 0 auto;
}
.tuf-bundle{
    background-color: #ffffff;
    border-radius: 30px;
    border: 8px solid #ffffff;
}
.tuf-bundle .tuf-fl{
    display: flex;
    align-items: center;
    width: 45%;
    padding: 0 60px;
    background: #ffffff;
    position: relative;
    min-height: 480px;
    z-index: 4;
}
.tuf-bundle .tuf-fl > div{
    position: relative;
    z-index: 5;
}
.tuf-bundle .tuf-fr{
    position: relative;
    width: 60%;
    background-color: blue;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    min-height: 480px;
}
.tuf-bundle .landing-button{
    background-color: transparent;
    border: 4px solid #9f34cf;
    color: #9f34cf;
    font-size: 18px;
    transition: .5s ease;
    padding: 10px 30px;
    border-radius: 35px;
}
.tuff-cta p {
    color: #130d7a;
}
.tuff-cta .tuf-disc{
 	font-size: 14px; 
}
.tuf h2{
  	color: #9f34cf;
    font-size: 50px;
}
.tuf ul {
    margin: 20px 0;
}
.tuf ul li{
    color: #20185c;
    font-size: 18px;
    margin: 5px;
    font-weight: 700;
}
.tuf-logo{
    position: absolute;
    z-index: 2;
    bottom: 35px;
    right: 32px;
    width: 80px;
}
.tuff-cta:hover .landing-button{
    background-color: #9f34cf;
    color: #ffffff;
}

.tuf ul.list-caret li::before {
    content: "\f054\f054\f054";
    color: #9f34cf;
    margin-left: 0;
}

.tuf-fr .list-caret li:before{
    position: absolute;
    top: 20px;
    left: 100px;
    margin: 0;
    font-size: 40px;
}

.tuf-fl:after{
    content: '';
    position: absolute;
    left: auto;
    right: -13%;
    width: 30%;
    bottom: 0;
    top: 0;
    background: white;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 57% 100%, 0% 100%);
    z-index: 3;
}


@media screen and (max-width: 1170px){
    .pcs_col-2, .pcs_col-1{
        width: 100%;
    }
	.pcs_col-1 {
		padding: 40px;
	}
	#pbablock1, #pbablock2, #pbablock3 {
		background: none;
		padding: 0;
	}
	#pbablock1 .pcs_col-2, #pbablock2 .pcs_col-2, #pbablock3 .pcs_col-2{
		padding: 20px;
	}
	#pba-image {
		display: block;
	}
	.spacer {
		display: none;
	}
	#pba-cta {
    max-height: 225px;
	z-index: -1;
	}
	#feat1 h1 {
	font-size: 48px;
	}
  /******TUF*****/
   .tuf h2{
        font-size: 45px;
    }
    .tuf ul{
        margin: 15px 0;
    }
    .tuf-bundle .landing-button{
        padding: 10px 15px;
        font-size: 16px;
    }
    .tuf-bundle{
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
    }
    .tuf-bundle .tuf-fl, .tuf-bundle .tuf-fr{
        width: 100%;
    }
    .tuf-bundle .tuf-fl{
        padding: 30px 30px 20px;
    }
    .tuf-bundle .tuf-fr{
        border-radius: 0 0 30px 30px;
        min-height: 320px;
    }
    .tuf-fl:after{
        width: 100%;
        top: auto;
        height: 25px;
        right: 0;
        bottom: -25px;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 100% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 0%, 100% 100%)
    }
    .tuf-fr .list-caret li:before{
        left: 20px;
        font-size: 30px;
    }
    .tuf-logo{
        width: 50px;
        bottom: 20px;
    }

}
@media screen and (max-width: 1100px){
	.pcs__row{
    flex-wrap: wrap;
    }
	#feat2 .pcs__row {
		max-width: 600px;
	}
}

@media screen and (max-width: 900px){
	.vid-container{
    display: block;
    }
	.vidcol-2 {
	width: 100%;
	}
}

@media screen and (max-width: 720px){
	#feat2 .pcs__row {
		margin-top: -65px;
	}
  .tuf h2{
   		font-size: 34px;
  }
  .tuf-bundle .tuf-fl {
    padding: 20px 20px 20px;
}
  .tuf ul.list-caret li::before{
    content: "\f054";
  }
}

@media screen and (max-width: 630px){
	#pba-cta {
	position: static;
	margin-bottom: -40px;
	max-height: revert;
	}
	#feat2 {
	text-align: center;
	margin: 0 auto;
	}
	.intel, .amd {
	margin: 0 auto 10px auto;
	}
  
}