.cinematicimg{
    height: auto;
}

.cinematicpad{
    padding: 2%;
}

.cinematicimg img{
    border-radius: 5%;
    width: auto;
    height: auto;
    border-color: #855ae6;
    display: block;
    margin: auto;
    text-align: center;
}

.cinematictext{
    font-size: 25px;
    font-family: boldstrom,sans-serif;
    color: #855ae6;
}

.cinematictext h2{
    font-size: 110px;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-90deg);
    margin-top: 115%;
}

.c-video iframe{
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cinematicrow{
    width: 50%
}

.cinematictrailer{
    margin-bottom: 4%;
}

.cinematicvr{
    border-left: 2px solid #855ae6;
    height: 100%;
}

.cinematicannouncement{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cinematicannouncement h2{
    font-family: boldstrom, sans-serif;
    font-size: 50px;
    background: -webkit-linear-gradient(95deg, #855ae6, #a2759b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cinematicdestan h2{
    font-family: boldstrom, sans-serif;
    font-size: 20px;
    background: -webkit-linear-gradient(95deg, #855ae6, #a2759b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cinematicpad hr{
    margin-top: 2%;
    margin-bottom: 3%;
}

/*----------------------
   News Social 
------------------------*/

.newsocial-media {
	margin-bottom: 55px;
}

.newsocial-media ul li {
	border: 1px solid #855ae6;
	font-size: 14px;
	color: #ffffff;
	list-style: none;
	height: 46px;
	line-height: 46px;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	padding: 0 18px 0 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 15px;
}

.newsocial-media ul li:hover {
	border-color: #a2759b;
    -webkit-box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
            box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: translateY(-5px);
}

.newsocial-media ul li:hover .sm-icon {
    background: linear-gradient(-45deg, #a2759b, #855ae6);
}

.newsocial-media ul li .sm-icon {
	display: inline-block;
	padding: 0 20px 0 18px;
    background: linear-gradient(-45deg, #855ae6, #a2759b);
	height: 45px;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.newsocial-media ul li .sm-icon i {
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
    color: white;
}

.newsocial-media ul li .sm-icon i:hover{
    color: #151948;
}

.newsocial-media span{
    color: #855ae6;
}

.newsocial-media span:hover{
    color: #a2759b;
}

.newsocial-media ul li span {
	display: inline-block;
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}

.newsocial-media ul li .follow {
	display: inline-block;
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
	float: right;
}

.hardware-guides {
	margin-bottom: 50px;
}

.newsection-title {
	margin-bottom: 35px;
}

.newsection-title h5 {
    background: -webkit-linear-gradient(45deg, #855ae6, #a2759b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 20px;
	text-transform: uppercase;
	font-style: italic;
	padding-left: 16px;
	position: relative;
	letter-spacing: 1px;
}

.newsection-title h5:hover{
    color: #a2759b;
}

.newsection-title h5:after {
	position: absolute;
	left: 0;
	top: 3px;
	height: 15px;
	width: 11px;
	background: #855ae6;
	content: "";
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.socialmediaposts{
    padding-bottom: 4%;
}