*,
*::after,
*::before {
	box-sizing: border-box;
}

[role="button"] {
	all: unset;
	border-bottom: solid var(--bs-red);
}

:root {
	--font-size: 1rem;
	--primary: #3C0753;
	--secondary: #0f161b;
	--bs-red: red;
 
}

a {
	color: var(--bs-red);
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.lead {
	font-size: 1.2rem
}

.wrapper {
	max-width: 70rem;
	margin: 0 auto;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.h-100 {
	height: 100%;
}

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

/* cyrillic-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2'),
		url(Oswald-Regular.ttf) format("truetype");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2'),
		url(Oswald-Regular.ttf) format("truetype");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2'),
		url(Oswald-Regular.ttf) format("truetype");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2'),
		url(Oswald-Regular.ttf) format("truetype");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


::marker {
	color: var(--contrast);
}

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

p {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


h1,
h2,
h3,
h4,
h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 0.5rem;
}


@media(max-width:768px) {

	.hide-mobile {
		display: none !important;
	}

}


@media(min-width:768px) {

	.hide-desktop {
		display: none !important;
	}

}



/*header */

.header {
	background: var(--bs-muted-primary);
	padding: 1rem 0;
	border-bottom: solid 1px var(--bs-muted-primary);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	position: sticky;
	top: 0;
	z-index: 10;
	background: #000;
}

.header-mobile-btn {
	width: 50px;
	height: 50px;
	padding: 0.4rem;
	margin: 0;
	background: transparent;
	border: none
}

.header-mobile-btn img {
	width: 100%;
	height: 100%;
	filter: invert(100%)
}


.header-logo {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-family: 'Oswald';
	color: #fff;
}


.header-logo b {
	font-weight: 400;
	color: var(--bs-red)
}

.header-logo svg {
	margin-left: 5px;
}

.header-grid {
	align-items: center;
}

.header-nav a {
	transition: all 250ms linear;
	color: #fff;
}

.header-nav a:hover {
	opacity: 0.6;
}

.header-nav .current a {
	color: #fff;
}


@media(min-width:768px) {

	.header {
		padding: 1rem 0;
	}

}

@media(max-width:768px) {

	.header-grid {
		flex-wrap: wrap;
	}

	.header-nav {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 20px;
	}

	.header-nav li {
		width: 100%;
		padding: 8px 0;
		margin: 0;

	}

	.header-nav a {
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 0;
	}

	.header-nav a[role="button"] {
		margin-left: 0;
		margin-right: 0;
		padding: inherit;
		text-align: center;
		display: flex;
		align-self: center;
		justify-content: center;

	}

}


/*content and aside */


.content {
	padding: 2rem 0;
	padding-bottom: 0;
}

.content-grid {
	display: grid;
	grid-column: 1fr;
	margin: 2rem 0;
	gap: 1.3rem;
}

@media(min-width:768px) {
	.content-grid {
		grid-template-columns: 9fr 3fr;
	}
}

.content-sidebar ul::marker {
	color: #000;
}

.content-sidebar h2 {
	margin-bottom: 10px;
}


.content-title {
	padding-bottom: 1rem;
	border-bottom: solid 1px var(--bs-red);
}

.content-sidebar h2 {
	padding-bottom: 10px;
	border-bottom: solid 1px var(--bs-red);
	margin-bottom: 20px;
	display: block;
}


.content-sidebar ul {
	list-style-type: square !important;
	background: var(--bs-red);
	color: #fff;
	line-height: 1;
	border-radius: 5px;
	list-style-type: square;
}

@media(min-width:768px) {

	.content-sidebar {
		margin-top: 2.7rem;
	}

}

.content-main img {
	margin-bottom: 1.3rem;
	border-radius: 0.2rem;
}


.content-main nav[aria-label="breadcrumb"] li {
	padding: 0 0.5rem;
}

.content-main nav[aria-label="breadcrumb"] a {
	color: var(--muted-color);
}



/*footer */

.footer {
	background: #000;
	padding: 3rem 0;
}

.footer-contact {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5rem;
}

@media(min-width:960px) {

	.footer {
		padding: 5rem 0;
	}

	.footer-contact {
		max-width: 50%;

	}
}

.footer-nav {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: center;
}

.footer-nav a {
	color: var(--bs-red)
}

.footer-nav a:hover {
	color: #fff;
	text-decoration: none;
}

/*grid variant */


@media(min-width:768px) {

	.content-grid-left {
		grid-template-columns: 3fr 9fr;
	}

	.content-grid-left .content-sidebar {
		order: 1;
	}

	.content-grid-left .content-main {
		order: 2;
	}

	.content-grid-nosidebar {
		grid-template-columns: 1fr;
	}


}


.content-grid-nosidebar .content-sidebar {

	display: none;
}


.hero-section {
	margin: 0 !important;
	padding: 0;
	display: block;
	width: 100%;
	height: 50vh;
	position: relative;
}



.hero-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-section-content {
	position: relative;
	z-index: 9;
	max-width: 96%;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}

.hero-section-content h1 span {
	color: var(--bs-red);
}

.hero-section-fog {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0) 10%, var(--background-color) 90%);
	z-index: 2;
}

.hero-section h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 2.5rem;
	line-height: 1.2;
}

.hero-section p {
	font-size: 1.5rem;
	font-weight: 300;
}

@media(min-width:960px) {

	.hero-section {
		height: 70vh;
	}

	.hero-section h1 {
		font-size: 5rem;
	}

	.hero-section p {
		font-size: 1.5rem;
	}

}





.boxes {
	display: grid;
	gap: 15px;
	padding-bottom: 3rem;
}

@media(min-width:960px) {

	.boxes {
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 5rem;
	}

}


.boxes-link {
	background: var(--bs-red);
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.boxes-link span {
	color: #fff
}


.boxes-link:hover {
	text-decoration: none;
 
}

.boxes-link svg {
	transition: all 250ms linear;
}


.boxes-link:hover svg {
	transform: rotate(180deg);
}

.about-section {
	padding: 3rem 0;
	margin: 0;
	background: var(--secondary);
}

.about-section-content {
	display: grid;
	gap: 20px;
	align-items: center;
	grid-template-columns: 1fr 1fr;
}


@media(max-width:960px) {
	.about-section-content-text {
		grid-column: 1/3;
	}
}


@media(min-width:960px) {

	.about-section {
		padding: 6rem 0;

	}

	.about-section-content {
		grid-template-columns: 1fr 1fr 2fr;
	}

}

.about-section-content-foto {
	position: relative;
}

.about-section-content-foto img {
	max-width: 100%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
}


.about-section-content-foto-triangle {
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: solid 20px transparent;
	border-top: solid 20px transparent;
	border-left: solid 20px var(--bs-red);
	border-bottom: solid 20px var(--bs-red);

	z-index: 2;
}


.link-section {
	display: flex;
	padding: 0;
	margin: 0;

}

.link-section a {
	width: 50%;
	overflow: hidden;
}


.link-section img {
	width: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	transition: all 500ms ease-in-out;
	height: 300px;
}



.link-section-link-title {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 1.5rem;
	padding: 15px;
	box-sizing: border-box;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	width: 100%;
	height: auto;
	text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%);
}

@media(max-width:960px) {

	.link-section {
		flex-wrap: wrap;
	}
}

@media(min-width:960px) {



	.link-section a {
		width: 25%;
		overflow: hidden;
		transition: all 400ms ease-in-out;
	}

	.link-section a:hover {
		width: 30%;
	}

	.link-section img {
		height: 600px;
	}

	.link-section-link-title {
		font-size: 2rem;
	}
}


.link-section img:hover {
	filter: grayscale(0);
	transform: scale(1.1);
}

.link-section-link {
	position: relative;
}


.title {
	margin: 0;
	padding: 5rem 0;
	position: relative;
}

.title-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.title-content {
	position: relative;
	text-align: center;
	z-index: 3;
}

.title-content h1 {
	font-size: 2.5rem;
}

.title-fog {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0) 10%, var(--background-color) 90%);
	z-index: 2;
}

.main-section {
	padding: 5rem 0;
}

.main-section img {
	max-width: 100%;

}

.subfooter {
	background: #111;
	padding: 0.5rem;
	text-align: center;
	font-size: 0.75rem;
}

.subfooter a {
	color: #fff;
	opacity: 0.3;
}