body {
	font-family: 'Assistant', sans-serif;
	letter-spacing: 1px;
}

/* .pro_fold{
	max-height: 90vh;
} */
.wheel_people {
	
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: calc(100vh - 140px);

}

.wheel_people img {
	max-height: 90%;
	max-width: 100%;

}

.wheel_people p {
	display: inline-block;
	border: 1px solid #909090 ;
	border-radius: 8px;
	background-color: white;
	color: black;
	padding: 8px;
	min-width: 50%;
	max-width: 100%;
	max-height: 10%;
	text-align: center;
}

.snapshot_text_side {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	/* height: calc(100vh - 80px); */

}

.snapshot_text_wrapper {
color: rgba(0,0,0, 0.7);
padding-left: 10%;
text-size-adjust: 100%;
}

.snapshot_text_wrapper>h1 {
	font-size: 45px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 20px 0;
	color: rgba(0,0,0, 0.7);

}

.snapshot_text_wrapper>h2 {
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 0 20px 0;
	color: rgba(0,0,0, 0.7);

}

.snapshot_text_wrapper>h4 {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin: -5px 0 0 0;

}

.snapshot_text_wrapper>h3 {
	font-size: 20px;
	height: 25px;
	text-transform: uppercase;
	margin:30px 0 10px 0;
}

.snapshot_text_wrapper>h3>a {
	font-size: 20px;
	text-transform: uppercase;
	margin:30px 0 10px 0;
	color: black;
}

.snapshot_text_wrapper>h3>a:hover {
	
	font-weight: bold;
	text-decoration: none;
}

.snapshot_text_wrapper p {
	/*max-height: 5%;*/
	margin-right: 10%;
}

/*features*/

.features {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #F8F8F8 ;

}

.features h2 {
	margin: 25px 0;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: #007CAA;
}

.features h3 {
	color: #007CAA;
	font-weight: bold;
}

.feature_col {

	min-height: 100px;
}

.feature_card {
	

	margin: 10px 10px 10px 90px;
	position: relative;
	cursor: default;


}

.feature_card>div {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 10px;
	left: -80px;
	border: 2px solid rgba(0,0,0,0.7);
	padding: 5px;
	border-radius: 15%;
	overflow: hidden;
	transition: .5s all ease;
	background-color: 	#F8F8F8;
}

.feature_card>div>img {
	width: 100%;
	height: 100%;
}

.feature_card>h3 {
	margin: 2px 5px 2px 0;
	
}

.testcap {
	text-transform: uppercase;
}

.feature_card>p {
	margin: 0 5px 2px 0;
}

/*threeway*/

.threeway {
	text-align: center;
}

.threeway_nav {
 	list-style: none;
 	padding: 0;
 	margin: 25px 0 20px 0;

 	display: inline-block;
}

.threeway_nav_item {
	display: inline-block;
	padding: 10px;
 	width: 150px;
	border: 1px solid #007CAA;
	border-radius: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;

}

.threeway_nav_link {
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	color: black;
}

.threeway_active {
	background-color: #007CAA;
	color: white;

}

.picon {
	position: absolute;
	
	background-color: white;
	border: 1px solid black;
	border-radius: 25%;
}

.picon>img {
	position: absolute;
	padding: 1px;
	width: 100%;
	height: 100%;
}

.t_three {
	margin-top: 25px;
}

.specs h3 {
	font-size: 18px;
}

.specs .no_dec {
	list-style: none;
	padding-left: 0;
}

.no_dec li {
	display: inline-block;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	font-weight: bold;
	min-width: 15%;
	text-align: center;
}

.pipe {
	font-weight: lighter;
	color: #C0C0C0; 
}

/*lifestyle*/
.life {
	height: 600px;
	background-color: white;
	display:flex;
	align-items: center;
}

.life>div {
	background-size: cover;
	background-position: center; 
	height: 95%;
	transition: all 1s;
	border-left: white solid 1px;

	display: flex;
	align-items: center;
	justify-content: center;
	/*border-right: #404040 solid 1px;*/
}

.life>div>span {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	opacity:0;
	transition: opacity 1s;
	transition: font-size 1s;
}
/*end lifestyle*/

/*specs*/

.table td, .table th {
   text-align: center;   
}


.table th {
	font-weight: bold;
	color: #007caa;
	border: none;
}

.table td {
	border: none;
}

.table {
	border: 1px solid #F8F8F8;
	background-color: #F8F8F8;
	/* overflow-y: scroll;
	overflow-x: hidden; */
	width : 100%;
	overflow-x: auto;
	table-layout: fixed;


}

.specs_table td, .specs_table th {
	text-align: left;
	display: flex;
    word-wrap: break-word;
}

.specs_table th {
	padding-bottom: 0;
}

.specs_table td {
	padding-top: 5px;
}

.rim_table td {
	/* width: 14.28%; */

}

/*end specs */

.buy_button {
	background-color: #ff9900;
	border-color: #ff9900;
}

/***********************/
/****** MIN Width ******/
/**********************/

/* @media (min-width: 992px){ */
	/* .exp {
	position: fixed;
	height: calc(100vh - 80px);
	width: 50%;

	z-index: 100;
	top: 75px;
	right: 0;
	}

	.hub_exp {
		position: absolute;


	}



	
} */

@media (max-width: 600px) {
	.goaway {
		display: none;
	}

	.table {
		font-size: .8rem;
		/* width: 20%; */
		word-wrap: normal;
	}

	

	

}


@media (max-width: 992px) {
	 .snapshot_text_side {
		height: auto;
		text-align: center;
	}
	.snapshot_text_wrapper {
		margin: 15px;
		
	}
	.wheel_people {
	
	
	height: auto;

	}

	.snapshot_text_side {
	height: auto;
	display: block !important;
	position: relative;

	}
	

	.ck {

	height: auto;
	
	}

	.life {
		/* height: 2600px; */
		height: auto;
		width: 100%;
		display: block!important;
		display: flex;
		flex-direction: column;

	}

	.life>div {
		
		height: 500px !important;
		transition: all 1s;
		border-left: white solid 1px;
		margin: 10px;
		display: block!important;
		object-fit: contain;

	}

	
}

/* @media (max-width: 1200px) {
	.pfamily_group, .pfamily {
		width: 130px;
	}
} */

@media (min-width: 992px){
	.bc{
		margin-top: 3vh;
	}
}


.ck {
	width: 100%;
	height:100%;/* height: 100%; */
	
}

.cr {
 	background-color: white;
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	justify-content: center;

}

.pfamily_group {
	/* width: 190px;
	height: 80%;
	overflow: hidden; */
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.pfamily {
	width: min(100%, 140px);
	padding: 3px;
	height: auto;
	margin-top: 0;
	margin-bottom: 4%;
	position: relative;
	top: 0; 
	cursor: pointer;
	
}


.pfamily_picture {
	width: 100%;
	height: auto;
	background-color: white;
	background-image: url(/images/defaultwheel.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.pfamily_name {

	/*background-color: #3a5e63;*/
	height: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;

}

.pnavigation {
	width: 200px;
	height: 8%;
	margin-top: 1%;
	margin-bottom: 1%;
}

.up_arrow {
	background-color: white;
	background-image: url(/images/ua.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.down_arrow {
	background-color: white;
	background-image: url(/images/da.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
}

.cm {

 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	justify-content: center;
	

}


.pmain_picture {
	width: auto;
	max-height: 60vh;
	overflow: hidden;
	transition: .75s ease-in-out;
}

.pmain_thumbnails {
	max-width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;

}

.hnavigation {
	display: inline-block;
	margin: 0;
	padding: 0;


}


.thumbnails_group {
  display : flex;
  width: 100%; 
  overflow : hidden;
  border: #ffffff solid 15px;
  border-radius: 10%;
  
	
}

.pmain_picture_and_levels{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	position: relative;
	padding-bottom: 5em;
	
	


}
.pthumbnail img{
  max-width: 100%; 
  max-height: 60vh;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.arrows{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:3%;
	display: flex;
	gap: 1em;
}
.left_arrow {
	height: 50px;
	width: 50px;
	background-image: url(/images/left_arrow.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	
}

.right_arrow {
	height: 50px;
	width: 50px;
	background-image: url(/images/right_arrow.png);
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.cl {
	display: flex;	
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
