@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}

/**
.main-ctn {
	display: grid;
	grid-auto-columns: auto;
}

.top-banner-jc {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: crimson;
	border-radius: 24px;
	margin-bottom: 12px;
	transition: 0.3s;
}


.img-banner-jc{ 
	margin: 24px;
	height: 35vh;
}
**/

.ptype-jc{
	font-family: Montserrat;
	font-size:2rem;
	color: white;
}
.ptype-jc span {
	font-weight: 800;
	font-size: 4rem;
}

/** 
.ptype-jc span.sub-type {
	text-decoration: none;
	font-weight:700;
	font-size: 3rem;
}
**/

.btn-card1-jc {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.btn-card1-jc .card-jc {
	flex-direction: column;
	background-color: crimson;
	border-radius: 15px;
	padding: 15px 15px 30px 15px;
	width: 100%;
	font-family: Montserrat;
	margin-bottom: 24px;
	color: white
}

.btn-card2-jc {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.btn-card2-jc .card-jc {
	flex-direction: column;
	background-color: #FFBC00;
	border-radius: 15px;
	padding: 15px 15px 30px 15px;
	width: 100%;
	font-family: Montserrat;
	margin-bottom: 24px;
}

.main-btn1-jc {
	background-color: #FFBC00;
	padding: 10px 20px;
	color: black;
	border-radius: 10px;
	margin-bottom: 12px;
	font-family: Montserrat;
	font-weight: normal;
	transition: 0.3s;
}

.main-btn-jc {
	background-color: crimson;
	padding: 10px 20px;
	color: white;
	border-radius: 10px;
	margin-bottom: 12px;
	font-family: Montserrat;
	font-weight: normal;
	transition: 0.3s;
}


.top-banner-jc:hover{
	background-color: dodgerblue;
		transition: 0.3s;
}
.main-btn-jc:hover {
	background-color: dodgerblue;
	transition: 0.3s ;
	font-weight: 500;
	font-size: 2.1	rem;
}

.main-btn1-jc:hover {
	background-color: dodgerblue;
	color: white;
	transition: 0.3s ;
	font-weight: 500;
	font-size: 2.1	rem;
}

@media (max-width: 1200px) {
	.top-banner-jc{
		flex-direction: column;
		align-content: center;
		text-align: center;
	}
	
	.img-banner-jc{
		margin-top: 15vh;
		margin-bottom: none;
	}
	
	.btn-card2-jc {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.btn-card2-jc .card-jc {
		margin-bottom: 15px;
		width: 95%;
	}
	
	.ptype-jc {
		padding: 0 10vw 10vw;
	}
}