

/* newtabs */
.newtabs {
	background: #14141400;
	padding-top: 1rem;
	border-bottom: 3px solid #3d3d3d;
	border-right: none;
	max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.newtabs .newcontainer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.newtabs .newcontainer-title {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #d9d9d9;
}

.newtabs p {
	font-size: 1.2rem;
	padding-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .newtabs p {
	font-size: 1.9rem;
	padding-top: 0.5rem;
} 
}  
.newtabs .newcontainer > div {
	padding: 0.5rem 0;
}

.newtabs .newcontainer > div:hover {
	color: #fff;
	cursor: pointer;
}

.newtab-border {
	border-bottom: var(--red) 2px solid;
	font-weight: bold;
    color: #ffffff;
}

/* newtab Content */
.newtab-content {
	padding: 3rem 0;
	background: #000;
	color: #fff;
}

/* Hide initial content */
#newtab-1-content,
#newtab-2-content,
#newtab-3-content {
	display: none;
	opacity: 0;
}

.show {
	display: block !important;
	opacity: 1 !important;
	transition: all 1000 ease-in;
}

#newtab-1-content .newtab-1-content-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
	align-items: center;
	justify-content: center;
}

#newtab-2-content .newtab-2-content-top {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 1rem;
	justify-content: center;
	align-items: center;
}

#newtab-2-content .newtab-2-content-bottom {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
	text-align: center;
}

.newtable {
	width: 100%;
	margin-top: 2rem;
	border-collapse: collapse;
	border-spacing: 0;
}

.newtable thead th {
	text-transform: uppercase;
	padding: 0.8rem;
}

.newtable tbody {
	display: newtable-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.newtable tbody tr td {
	color: #999;
	padding: 0.8rem 1.2rem;
	text-align: center;
}

.newtable tbody tr td:first-child {
	text-align: left;
}

.newtable tbody tr:nth-child(odd) {
	background: #222;
}


/* newcontainer */
.newcontainer {
	max-width: 90%;
	margin: auto;
	overflow: hidden;
	padding: 0 2rem;
}
.newcontainer-title {
	max-width: 70%;
	margin: auto;
	overflow: hidden;
	padding: 0 2rem;
}

/* Text Styles */
.text-xl {
	font-size: 2rem;
}

.text-lg {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.text-md {
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
}

.text-center {
	text-align: center;
}

.text-dark {
	color: #999;
}

/* Buttons */


@media (max-width: 960px) {

.newcontainer-title {
    max-width: 100%;
  
}

	.showcase-top img {
		top: 30%;
		left: 5%;
		transform: translate(0);
	}

	.showcase-content h1 {
		font-size: 3.7rem;
		line-height: 1;
	}

	.showcase-content p {
		font-size: 1.5rem;
	}

	.footer .footer-cols {
		grid-template-columns: repeat(2, 1fr);
	}

	.btn-xl {
		font-size: 1.5rem;
		padding: 1.4rem 2rem;
		text-transform: uppercase;
	}

	.text-xl {
		font-size: 1.5rem;
	}

	.text-lg {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

	.text-md {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}
}

@media (max-width: 700px) {
	.showcase::after {
		background: rgba(0, 0, 0, 0.6);
		box-shadow: inset 80px 80px 150px #000000, inset -80px -80px 150px #000000;
	}

	.showcase-content h1 {
		font-size: 2.5rem;
		line-height: 1;
	}

	.showcase-content p {
		font-size: 1rem;
	}

	#newtab-1-content .newtab-1-content-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	#newtab-2-content .newtab-2-content-top {
		display: block;
		text-align: center;
	}

	#newtab-2-content .newtab-2-content-bottom {
		margin-top: 2rem;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		text-align: center;
	}

	.btn-xl {
		font-size: 1rem;
		padding: 1.2rem 1.6rem;
		text-transform: uppercase;
	}
}

@media(max-height: 600px) {
  .showcase-content {
	margin-top: 3rem;
}
}
