/*
Theme Name: jtcgroup
Theme URL:
Author: BORNS
Author URL:
Description:
Version: 1.0
*/

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Times New Roman', sans-serif;
	list-style:	none;
	text-decoration: none;
	scroll-behavior: smooth;
}

body {
	background-color: #1a1919;
}

.logo {
	font-size: 30px;
	font-weight: 700;
	color: #0b0c0c;
}

#main-header {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 15%;
	background: #1a1919;
  	transition: background-color 0.5s ease;
}

#main-header p{
	color: #80593C;
	font-size: 15px;
	margin-left: 3px;
	margin-top: 0px;
}

#main-header img {
	color: #c79933;
	height: 50px;
}

/* #main-header.scrolled {
	background-color: #ded6cf;
} */

.menu {
	display: flex;
}

.menu a {
	color: #c79933;;
	margin-left: 20px;
	font-size: 17px;
	font-weight: 300;
	border-bottom: 2px solid transparent;
	transition: all .55s ease;
}

.menu a:hover {
	border-bottom: 2px solid #0b0c0c;
}

#menu-icon {
	color: #c79933;
	font-size: 35px;
	z-index: 10001;
	cursor: pointer;
	display: none;
}

.banner {
	padding: 0.8em;
}

.hero {
	height: 100%;
	width: 100%;
	min-height: 100vh;
	background-color: #1a1919;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
/*	grid-template-columns: repeat(2, 1fr); */
	align-items: center;
	gap: 2rem;
}

section {
	width: 1100px;
	margin: 0 auto;
}

.wp-block-cover {
	border-radius: 0px;
}

.wp-block-cover p {
	/* font-size: 18px !important; */
	font-weight: 400;
	/* color: #fff !important; */
	padding: 0px 50px;
}

form {
	padding: 0% 3% !important;
	border-radius: 10px;
}

button {
	border-radius: 10px !important;
}

.entry-title {
	display: none;
}

.hero-text {
	padding-top: 0px;
	padding-bottom: 10px;
}

.hero-text h1 {
	text-align: center;
	font-size: 60px;
	line-height: 1;
	color: #80593C;
	margin: 50px 0px 25px 0px;
}

.hero-text h2 {
	text-align: center;
	font-size: 45px;
	font-weight: 300;
	line-height: 1;
	color: #c79933;
	margin: 25px 0px 25px 0px;
}

.hero-text h3 {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #c79933;
	margin: 25px 0px 25px 0px;
}

.hero-text h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #c79933;
	margin: 25px 0px 25px 0px;
}

.hero-text h5 {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #c79933;
	margin: 50px 0px 25px 0px;
}

.hero-text h6 {
	text-align: center;
	font-size: 8px;
	font-weight: 400;
	color: #c79933;
	margin: 50px 0px 25px 0px;
}

.hero-text p {
	font-size: 20px;
	/* font-weight: 500; */
	color: #c79933;
	margin: 25px 0px 25px 0px;
}

.wp-block-list {
	font-size: 20px;
	/* font-weight: 500; */
	color: #c79933;
	margin: 25px 25px 25px 25px;
}

.op60 {
	opacity: 0.5;
}

.goldframe {
	border: 2px solid #c79933;
}

.center-list {
	padding: 0 10%;
}

.hero ul {
	font-size: 18px;
	font-weight: 500;
}

.hero ul li {
	list-style: inside;
}

.hero-img img {
	width: 500px;
	height: auto;
}

.hero-text a {
	display: inline-block;
	color: #0b0c0c;
	/* background: #f500bc; */
	border: 1px solid transparent;
	padding: 5px 5px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 500;
	/* border-radius: 30px; */
	text-transform: uppercase;
	transition: all .55s ease;
}

.hero-text a:hover {
	background: transparent;
/*	border: 1px solid #0b0c0c; */
/*	transform: translate(8px); */
}

.hero-text a.ctaa {
	background: transparent;
	border: 1px solid #0b0c0c;
	margin-left: 20px;
}

.hero-text a.ctaa i {
	vertical-align: middle;
	margin-right: 5px;
}

i {
	display: block;
	font-size: 45px;
	color: #c79933;
}

i:hover {
	color: #523d12;
}

.scroll-down {
	position: absolute;
	bottom: 6%;
	right: 9%;
}

.scroll-down i {
	display: block;
	padding: 12px;
	font-size: 25px;
	color: #0b0c0c;
	background: #0b0c0c;
	border-radius: 30px;
	transition: all .50s ease;
}

.scroll-down i:hover {
	transform: translateY(-5px);
}

.footer {
	width: 100%;
	height: 30px;
	position: fixed;
	bottom:0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1%;
	background: #1a1919;
}

.footer p {
	margin: 5px 5px;
	font-size: 14px;
}

.footer a {
	color: #c79933;
}

.social {
	display: block;
	width: 49%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px !important;
}

.info {
	padding: 0 9%;
}

@media (max-width: 1100px) {
	#menu-icon {
		display: block;
	}
	.menu {
		position: absolute;
		top: 100%;
		right: -100%;
		width: 300px;
/*		height: 40vh;  */
		background: #000;
		display: flex;
		align-items: center;
		flex-direction: column;
		padding: 50px 20px;
		transition: all .55s ease;
	}
	.menu a {
		margin-left: 0;
		display: block;
		margin: 7px 0;
	}
	.menu.open {
		right: 0;
	}
	.banner {
		width: 100vw;
		height: auto;
		padding: 0.8em;
	}
	section {
		width: 100vw;
		margin: 0 auto;
	}
}

@media (max-width: 990px) {

}

@media (max-width: 680px) {

}