@charset "utf-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: "Red Hat Display", sans-serif;
	line-height: 145%;
	color: #36393A;
}
p {
	font-size: 18px;
	font-weight: 400;
	color: #36393A;
	font-family: "Red Hat Text", sans-serif;
	line-height: 145%;
}
.headline-4xl {
	font-size: 120px;
	line-height: 7.5rem;
	color: #1D292C;
}
h1, .headline-3xl {
	font-size: 74px;
	line-height: 115%;
	font-weight: 800;
	color: #60463A;
}
h2, .headline-2xl {
	font-size: 48px;
	line-height: 115%;
	color: #D92332;
}
h3, .headline-xl {
	font-size: 48px;
	line-height: 3.5rem;
	letter-spacing: .75px;
	color: #1D292C;
}
h4, .headline-large {
	font-size: 40px;
	line-height: 3rem;
	letter-spacing: .625px;
	color: #1D292C;
}
h5, .headline-medium {
	font-size: 32px;
	line-height: 2.5rem;
	letter-spacing: .5px;
	color: #1D292C;
}
h6, .headline-small {
	font-size: 24px;
	line-height: 2rem;
	letter-spacing: .375px;
	color: #1D292C;
}
img {
	max-width: 100%;
}
* {
	box-sizing: border-box;
}
.clearfix {
	clear: both;
}
a {
	color: #b1121f;
}
a:hover {
	color: #9A6F25;
}
a, a:hover {
	transition: all .3s;
}
.container {
	max-width: 1330px;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/*Placeholder*/



input::-webkit-input-placeholder {
 color: rgba(181, 146, 130, 0.8);
}
 input::-moz-placeholder {
 color: rgba(181, 146, 130, 0.8);
}  /*firefox 19+*/
 input:-ms-input-placeholder {
 color: rgba(181, 146, 130, 0.8);
} /* ie */
 .input-group input::-webkit-input-placeholder {
 color: rgba(181, 146, 130, 0.8);
}
 .input-group input::-moz-placeholder {
 color: rgba(181, 146, 130, 0.8);
}  /*firefox 19+*/
 .input-group input:-ms-input-placeholder {
 color: rgba(181, 146, 130, 0.8);
}





/* Chrome, Safari, Edge */

textarea::placeholder {
 color: rgba(181, 146, 130, 0.8);
}



/* Firefox */

textarea::-moz-placeholder {
 color: rgba(181, 146, 130, 0.8);
}



/* Internet Explorer 10-11 */

textarea:-ms-input-placeholder {
 color: rgba(181, 146, 130, 0.8);
}



/* Microsoft Edge (legacy) */

textarea::-ms-input-placeholder {
 color: rgba(181, 146, 130, 0.8);
}
input:focus {
	outline: none;
}
header {
	font-family: "Red Hat Display", sans-serif;
	/*position: absolute;*/
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	padding: 16px 0;
	background-color: #A32B25;
}
.logo {
	max-width: 200px;
}
.header_wraper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4rem;
}
nav ul li a {
	font-weight: 800;
	font-size: 20px;
	line-height: 1.25rem;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 4rem;
	color: #fff;
}
nav ul li {
	padding-top: 6px;
}
.logo img {
	display: block;
}
nav ul li a:hover, nav ul li.current_page_item a {
	color: #b8b8b8;
}
.primery-btn {
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.25rem;
	padding: .5rem 1rem;
	text-decoration: none;
	background-color: #C73B38;
	color: #fff;
	border-radius: .375rem;
	font-family: Red Hat Display, sans-serif;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: .375rem;
	min-height: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
}
.transparent-btn {
	background: transparent;
	border: 1px solid rgb(0 0 0 / 10%);
	color: #35393a;
}
.header-button a.primery-btn {
    font-size: 20px;
    font-weight: 800;
    line-height: 115%;
    text-transform: uppercase;
    background-color: #fff;
    color: #D92332;
}
.header-right {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}
.with-arrow:after {
	content: "";
	background: url(../images/next-arrow.svg) no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	background-size: contain;
	position: relative;
	top: 2px;
	margin-left: 15px;
}
.primery-btn:hover {
	background: #36393A;
	color: #fff;
}
.with-arrow-play:before {
	content: "";
	background: url(../images/play-icon-white.svg) no-repeat;
	display: inline-block;
	width: 27px;
	height: 27px;
	background-size: contain !important;
	position: relative;
	margin-right: 15px;
}
.gray-arrow:after {
	content: "";
	background: url(../images/gray-arrow.svg) no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	background-size: contain;
	position: relative;
	top: 2px;
	margin-left: 15px;
}
.gray-arrow:hover:after {
	transform: translateX(0.25rem);
}
.gray-arrow:hover {
	background: transparent;
	color: #35393a;
}
footer.site-footer {
	padding-top: 4rem;
	padding-bottom: 10px;
	background: #36393A;
}
.footer-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-column {
	flex: 1;
	min-width: 200px;
	margin: 0 15px;
}
.footer-column h4 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 27px;
	margin-top: 0;
	line-height: 145%;
	color: #fff;
}
.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-column li {
	margin-bottom: 12px;
}
.footer-column a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	transition: color 0.3s ease;
	line-height: 145%;
	font-family: "Red Hat Text", sans-serif;
}
.footer-column a:hover {
	text-decoration: underline;
}
/* --- About Us Column Specifics --- */

.about-us {
	flex: 2;
	margin-right: 30px;
}
.footer-logo {
	width: 190px;
	margin-bottom: 20px;
}
.about-us p {
	max-width: 28rem;
	margin-bottom: 1.5rem;
	margin-top: 0;
	color: #fff;
}
.social-icons {
	display: flex;
	gap: 15px;
}
.social-icons a {
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	border-radius: .375rem;
	justify-content: center;
}
.social-icons a:hover {
	background: rgb(0 0 0 / 3%);
}
.social-icons svg {
	width: 1rem;
	height: 1rem;
}
/* --- Footer Bottom Section --- */

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-top: 0;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap;
	font-size: 0.85em;
	margin-top: 0;
	padding-top: 55px;
	padding-left: 20px;
}
.footer-bottom p {
	margin: 0;
	color: #fff;
}
.bottom-links {
	display: flex;
	gap: 20px;
}
.bottom-links a {
	text-decoration: none;
	color: #777;
	transition: color 0.3s ease;
}
.bottom-links a:hover {
	color: #000;
}

@media (max-width: 1350px) {
nav ul li a {
	margin-left: 4rem;
}
}

@media (max-width: 1180px) {
nav ul li a {
	margin-left: 3rem;
	font-size: 19px;
}
nav ul li a {
}
.header-button a.primery-btn {
	font-size: 19px;
}
.logo {
	max-width: 217px;
}
}

@media (max-width: 992px) {
nav ul li a {
	margin-left: 2rem;
	font-size: 16px;
}
.header-button a.primery-btn {
	font-size: 16px;
}
.logo {
	max-width: 167px;
}
header {
	padding: 20px 0;
}
.footer-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-column {
	margin: 0 15px 50px;
}
.footer-bottom {
	padding-top: 0;
}
}

@media (min-width: 769px) {
.menu {
	display: none;
}
nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
li.for-mobile {
	display: none;
}
}

/* --- Responsive Adjustments --- */

@media (max-width: 768px) {
.footer-container {
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.footer-column {
	margin: 15px 0;
	min-width: unset;
	width: 90%;
}
.about-us {
	margin-right: 0;
	margin-bottom: 30px;
}
.social-icons {
	margin-bottom: 14px;
}
.footer-bottom {
	flex-direction: column;
	text-align: center;
	padding-bottom: 40px;
}
.bottom-links {
	margin-top: 15px;
}
.header-button {
	display: none;
}
header nav {
	float: none;
	display: none;
	position: absolute;
	top: 149px;
	left: 0;
	right: 0;
	z-index: 999;
	background: #ECEEEF;
	padding: 27px 27px 40px!important;
	box-shadow: 0px 12px 15px rgb(0 0 0 / 20%);
}
nav.active {
	display: block;
}
header svg.lucide.lucide-x {
	display: none;
}
header .menu.active svg.lucide.lucide-x {
	display: block;
}
header .menu.active svg.lucide.lucide-menu {
	display: none;
}
.menu {
	border-radius: .375rem;
	width: 3rem;
	height: 3rem;
	background: rgb(0 0 0 / 7%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.menu svg {
	width: 1.8rem;
	height: 1.8rem;
	fill: #fff;
	color: #fff;
}
nav ul li a {
	margin-left: 0;
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: .8rem;
	padding-bottom: .8rem;
	display: block;
	margin-left: 0;
	color: #1d292c;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li.for-mobile.primery-btn {
	background: #1D292C;
	padding: 0;
}
li.for-mobile.primery-btn a {
	color: #fff;
	text-align: center;
}
.footer-column {
	margin: 0 0px 20px;
}
h2, .headline-2xl {
	font-size: 38px;
}
.footer-column h4 {
	margin-bottom: 5px;
}
.footer-wrapper {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.footer-bottom {
	margin-top: 6px;
	padding-left: 0;
	padding-bottom: 10px;
}
p, body {
	font-size: 16px;
}
}

@media (max-width: 480px) {
h2, .headline-2xl {
	font-size: 30px;
}
}
