/*!
Theme Name: OK Szkoła Języków Obcych
Theme URI: http://underscores.me/
Author: HelloDot Bartłomiej Hartuna
Author URI: https://hellodot.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ok-szkola-jezykow-obcych
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* plus-jakarta-sans-300 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/plus-jakarta-sans-v12-latin-ext-300.woff2') format('woff2');
}

/* plus-jakarta-sans-regular - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/plus-jakarta-sans-v12-latin-ext-regular.woff2') format('woff2');
}

/* plus-jakarta-sans-500 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/plus-jakarta-sans-v12-latin-ext-500.woff2') format('woff2');
}

/* grandstander-500 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Grandstander';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/grandstander-v20-latin-ext-500.woff2') format('woff2');
}

/* grandstander-600 - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Grandstander';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/grandstander-v20-latin-ext-600.woff2') format('woff2');
}

/* patrick-hand-regular - latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/patrick-hand-v25-latin-ext-regular.woff2') format('woff2');
}

:root {
	--background: #FFFFFF;
	--background-opacity-04: rgb(255, 254, 253, .04);
	--background-opacity-08: rgb(255, 254, 253, .08);
	--background-opacity-12: rgb(255, 254, 253, .12);
	--background-secondary: #F5F6F7;
	--background-secondary-dark: #EFF1F3;

	--primary: #EF7D00;
	--secondary: #2B4263;
	--tetiary: #3B5273;

	--text-primary: #1C2D45;
	--text-secondary: #2C3D55;
	--text-light: #FEFEFC;

	--border: rgba(43, 66, 99, .08);
	--border-secondary: rgba(43, 66, 99, .16);
	
	--box-shadow: rgba(43, 66, 99, .12);
}

* {
	box-sizing: border-box;
	color: var(--text-secondary);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;	
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

a:focus-visible, 
button:focus-visible {
	/* outline: 1px solid var(--primary); */
    outline-offset: 4px;
}

::selection {
    background-color: var(--secondary);
    color: var(--text-light);
}

::-moz-selection {
    background-color: var(--secondary);
    color: var(--text-light);
}

html {
  	scroll-behavior: smooth;
}

body {
	background-color: var(--background);
	overflow-x: hidden;
}

.container {
	inset: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.125rem;
	padding-right: 2.125rem;
	width: 100%;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	
	.container.max-992 {
		max-width: 992px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}

	.container.max-1200 {
		max-width: 1200px;
	}
}




section {
	display: flex;
	flex-direction: column;
	padding-bottom: 3rem;
	padding-top: 3rem;
	row-gap: 2rem;
}

@media (min-width: 768px) {
	section {
		padding-bottom: 4.5rem;
		padding-top: 4.5rem;
		row-gap: 2.5rem;	
	}
}

@media (min-width: 1200px) {
	section {
		padding-bottom: 6rem;
		padding-top: 6rem;
		row-gap: 3rem;
	}
}



















h1 {
	color: var(--text-primary);
	letter-spacing: -1px;
	line-height: 1.15;
}

h2 {
	color: var(--text-primary);
	letter-spacing: -1px;
	line-height: 1.2;
}

h3 {
	color: var(--text-primary);
	font-size: 2rem;
	letter-spacing: -1px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	h3 {
		font-size: 2.125rem;
	}
}

@media (min-width: 1200px) {
	h3 {
		font-size: 2.25rem;
	}
}

p, a {
	/* font-size: 1.125rem; */
}

@media (min-width: 992px) {
	p, a {
		font-size: 1.125rem;
	}	
}

a, a p {
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

a:hover:not(.btn-primary), a:hover p {
	color: var(--primary);
	cursor: pointer;
	filter: brightness(1.1);
}

p strong {
	color: inherit;
	font-weight: 500;
}

span {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

span.patrick-hand {
	color: var(--primary);
	font-family: 'Patrick Hand', sans-serif;
}

span.grandstander {
	color: var(--text-primary);
	font-family: 'Grandstander', sans-serif;
}













/* buttons */
.buttons {
	align-items: center;
	column-gap: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: .5rem;
}

.btn-primary, .btn-secondary {
	align-items: center;
	border: none;
	border-radius: 2rem;
	column-gap: .5rem;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 3.5rem;
	outline: none;
	padding: 0 1.75rem;
	text-transform: uppercase;
}

.btn-primary:hover, .btn-secondary:hover {
	cursor: pointer;
	filter: brightness(1.1);
}

.btn-primary span, .btn-secondary span {
	font-weight: 500;
}

.btn-primary svg, .btn-secondary svg {
	height: 1.75rem;
	width: 1.75rem;
}

.btn-primary svg {
	fill: var(--text-light);
}

.btn-secondary svg {
	fill: var(--text-primary);
}

.btn-primary {
	background: var(--primary);
	color: var(--text-light);
}

.btn-secondary {
	background: var(--background);
	border: 2px solid var(--text-primary);
	color: var(--text-primary);
}











header {
	background: var(--background);
	border-bottom: 2px solid var(--border);
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

header svg {
	height: 2rem;
	width: 2rem;
}

.header-grid {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr auto auto;
	grid-template-rows: auto;
	gap: 1rem;
	height: 4.75rem;
	position: relative;
	z-index: 1000;
}

@media (min-width: 768px) {
	.header-grid {
		height: 5.5rem;
	}
}

@media (min-width: 992px) {
	.header-grid {
		grid-template-columns: 1fr auto 1fr;
		gap: 2rem;
	}
}

@media (min-width: 1200px) {
	.header-grid {
		height: 6.25rem;
	}
}

.header-logo {
	height: auto;
	width: 3.25rem;
}

@media (min-width: 768px) {
	.header-logo {
		width: 3.625rem;
	}
}

@media (min-width: 1200px) {
	.header-logo {
		width: 4rem;
	}
}

.header-logo a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.header-grid nav {
	display: none;
}

@media (min-width: 992px) {
	.header-grid nav {
		display: flex;
	}
}

.header-grid nav ul {
	align-items: center;
	column-gap: 2.5rem;
	display: flex;
	list-style: none;
}

@media (min-width: 1200px) {
	.header-grid nav ul {
		column-gap: 4rem;
	}
}

.header-grid nav ul li a {
	font-weight: 400;
}

.header-grid > a {
	align-items: center;
	display: flex;
	justify-content: end;
	gap: .5rem;
}

.menu-toggle-open {
	display: flex;
}

.menu-toggle-open svg {
	fill: var(--text-primary);
	height: 2rem;
	width: 2rem;
}

@media (min-width: 992px) {
	.menu-toggle-open {
		display: none;
	}
}

.background-menu-mobile {
	background-color: var(--background-opacity);
	
	height: 100lvh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 150ms ease-in-out;
	visibility: hidden;
	width: 100lvw;
	z-index: 1090;
}

.background-menu-mobile.is-visible {
	opacity: 1;
	visibility: visible;
}

.menu-mobile-flex {
	align-items: start;
	background: var(--background-secondary);
	border-left: 1px solid var(--background-secondary-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 4rem;
	left: 5%;
	height: 100%;
	position: fixed;
	top: 0;
	transform: translateX(100lvw);
	transition: all 250ms ease-in-out;
	visibility: hidden;
	padding-left: 3rem;
	width: 95%;
	z-index: 1100;
}

.header-logo-mobile {
	height: auto;
	width: 3rem;
}

.menu-mobile-flex .menu-toggle-close {
	cursor: pointer;
	height: 2.5rem;
	padding: .25rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 2.5rem;
}

.menu-mobile-flex .menu-toggle-close svg {
	fill: var(--secondary);
	height: 100%;
	width: 100%;
}

.menu-mobile-flex.is-visible {
	transform: translateX(0);
	visibility: visible;
}

@media (min-width: 1200px) {
	.menu-mobile-flex {
		display: none;
	}
}

.menu-mobile-flex .logo-wrapper a {
	width: 15rem;
}

.menu-mobile-flex nav ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	height: 100%;
	justify-content: center;
	row-gap: 2rem;	
}

@media (orientation: landscape) {
	.menu-mobile-flex nav ul {
		column-gap: 2rem;
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 1rem;	
	}
}

.menu-mobile-flex nav ul li a {
	color: var(--color-light);
	font-size: 1.25rem;
	font-weight: 300;
}

















section.hero.home {
	height: calc(100lvh - 4.75rem);
	max-height: 65rem;
	min-height: 20rem;
	padding: 0;
}

section.hero.home .container {
	background: 
		linear-gradient(0deg, var(--background) 5%, transparent 15%, transparent 85%, var(--background) 95%),
		linear-gradient(90deg, var(--background) 5%, transparent 15%, transparent 85%, var(--background) 95%);
	height: 100%;
	position: relative;
}

section.hero.home .background {
	height: 100%;
	inset: 0;
	opacity: .03;
	position: absolute;
	width: 100%;
	z-index: -10;
}

section.hero.home .background > img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media (min-width: 768px) {
	section.hero.home {
		height: calc(100lvh - 5.5rem);
	}
}

@media (min-width: 1200px) {
	section.hero.home {
		height: calc(100lvh - 6.25rem);
	}
}

.hero-home-wrapper {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	height: 100%;
	padding-bottom: 2rem;
	padding-top: 2rem;
	width: 100%;
}

.hero-home-wrapper > div:first-of-type {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: auto;	
	max-width: 70dvw;
	row-gap: 2rem;
}

.hero-home-wrapper h1, .hero-home-wrapper p {
	text-align: center;
}

.hero-home-wrapper h1 {
	font-size: 2.125rem;
}

@media (min-width: 768px) {
	.hero-home-wrapper h1 {
		font-size: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.hero-home-wrapper h1 {
		font-size: 5rem;
	}	
}

.hero-home-wrapper h1:not(span) {
	font-weight: 500;
}

.hero-home-wrapper p.label {
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.hero-home-wrapper p.label {
		/* font-size: 1.25rem; */
	}
}

@media (min-width: 1200px) {
	.hero-home-wrapper p.label {
		/* font-size: 1.375rem; */
	}
}





















.features {
	background: linear-gradient(45deg, var(--secondary), var(--tetiary));
	padding: 2rem 0;
}

.features-grid {
	display: grid;
	column-gap: 1rem;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, auto);
	row-gap: 1rem;
}

@media (min-width: 768px) {
	.features-grid {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: auto;
	}
}

@media (min-width: 1200px) {
	.features-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.features-grid > div {
	align-items: center;
	background: linear-gradient(45deg, var(--background-opacity-08), var(--background-opacity-04));
	/* border: 1px solid var(--background-opacity); */
	border-radius: 1rem;
	display: flex;
	column-gap: 1rem;
	padding: 1rem 1.5rem;
}

@media (min-width: 992px) {
	.features-grid > div {
		padding: 1.5rem 2rem;
	}
}

.features-grid > div > svg {
	fill: var(--text-light);
	height: 1.75rem;
	width: 1.75rem;
}

/* @media (min-width: 992px) {
	.features-grid > div > svg {
		height: 2.5rem;
		width: 2.5rem;	
	}
} */

.features-grid > div > p {
	color: var(--text-light);
	/* font-size: 1.25rem; */
	/* font-weight: 500; */
}

@media (min-width: 992px) {
	.features-grid > div > p {
		font-size: 1.25rem;
	}
}





.higher-level {
	/* background: red; */
	/* background: var(--background-secondary); */
	/* background: url('./assets/images/kratka.png');
	background-repeat: no-repeat;
	background-position: 0% center;
	background-size: 50% auto; */
}

.higher-level-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
}

@media (min-width: 992px) {
	.higher-level-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}
}

.higher-level-grid > div {
	align-items: center;
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: 0 1rem 4rem -1rem var(--box-shadow);
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
	padding: 2.25rem;
	row-gap: .25rem;
	transition: all 250ms ease-in-out;
}

.higher-level-grid > div:hover {
	/* border: 8px solid var(--border-secondary);	 */
	/* transform: translateY(-.25rem); */
	/* box-shadow: 0 0 3rem -.75rem var(--box-shadow); */
}

@media (min-width: 992px) {
	.higher-level-grid > div {
		padding: 2.75rem;
	}
}

.higher-level-grid > div img {
	height: 4rem;
	width: 4rem;
}

.higher-level-grid > div > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}

.higher-level-grid > div h3, .higher-level-grid > div p {
	text-align: center;
}









.faq {
	background-color: var(--background-secondary);
	/* background: url('./assets/images/czarno-biale-tlo-konfetti.png'); */
}

.faq-grid {
	display: grid;
	grid-auto-flow: row;
	row-gap: 1.5rem;
}

.faq-position {
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: 0 1rem 4rem -1rem var(--box-shadow);
	border-radius: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 1.75rem 1fr;
    grid-template-rows: auto 0fr;
	padding: 1.5rem;
	transition: all 200ms ease-in-out;
}

.faq-position:hover {
	/* border: 1px solid var(--border-secondary); */
	cursor: pointer;
}

.faq-position.open {
	grid-template-rows: auto 1fr;
}

.faq-position .question {
	font-size: 1.125rem;
	font-weight: 500;
	grid-column: 2 / span 1;
	grid-row: 1 / span 1;
}

.faq-position svg {
	fill: var(--primary);
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
	height: 1.75rem;
	transition: all 200ms ease-in-out;
	width: 1.75rem;
}

.faq-position.open svg {
	transform: rotate(180deg);
}

.faq-position .answer {
	grid-column: 2 / span 1;
	grid-row: 2 / span 1;
	margin-top: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 200ms ease-in-out;
}

.faq-position.open .answer {
	margin-top: 1rem;
	opacity: 1;
}
































/* language-learning */
.age-group {
	/* background: var(--background-secondary); */
	/* background: linear-gradient(180deg, var(--background-secondary), var(--background)); */
}

.age-group-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
}


.age-group-grid > div {
	display: flex;
	flex-direction: column;
	column-gap: 1.5rem;
	row-gap: .5rem;	
}

@media (min-width: 768px) {
	.age-group-grid > div {
		flex-direction: row;
	}		
}

.age-group-grid > div > div {
	display: flex;
	flex-direction: column;
	margin-top: 14px;
	row-gap: .5rem;
}

.age-group-grid img {
	height: 3.5rem;
	width: 3.5rem;
}

.levels {
	background-color: var(--background-secondary);
}

.levels-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
}

@media (min-width: 1200px) {
	.levels-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
	}
}

.levels-grid > div {
	align-items: center;
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: 0 1rem 4rem -1rem var(--box-shadow);
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
	padding: 2rem 2.5rem;
	row-gap: .75rem;
	transition: all 250ms ease-in-out;
}

.levels-grid > div > p {
	text-align: center;
}

.levels-grid > div > p:first-of-type {
	font-size: 1.125rem;
	font-weight: 500;
}





.groups-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(auto, 20rem) auto;
}

@media (min-width: 992px) {
	.groups-grid {
		grid-template-rows: minmax(auto, 24rem) auto;
}
}

@media (min-width: 1200px) {
	.groups-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}	
}

.groups-grid > div:last-of-type {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.groups-grid > div:last-of-type > div {
	display: flex;
	flex-direction: column;
	row-gap: .75rem;
}

.localization {
	/* background: linear-gradient(0deg, var(--background-secondary), var(--background)); */
	background-color: var(--background-secondary);
	position: relative;
}

.localization:after {
	background: url('./assets/images/route.png');
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	inset: 0;
	opacity: .02;
	pointer-events: none; 
	position: absolute;
	width: 100%;
	z-index: 5;
}



























.cta {
	background: linear-gradient(45deg, var(--secondary), var(--tetiary));
	padding: 2rem 0;
}

.cta .text-center-grid {
	row-gap: 1.5rem;
}

.cta .text-center-grid h2, .cta .text-center-grid p, .cta .text-center-grid span {
	color: var(--text-light);
}































/* general */
section:has(.hero-grid) {
	background: 
		linear-gradient(0deg, var(--background) 5%, transparent 15%, transparent 85%, var(--background) 95%),
		linear-gradient(90deg, var(--background) 5%, transparent 15%, transparent 85%, var(--background) 95%);
	height: 100%;
	position: relative;
}

section:has(.hero-grid) .background {
	height: 100%;
	display: flex;
	justify-content: center;
	opacity: .02;
	position: absolute;
	inset: 0;
	width: 100%;
	z-index: -10;
}

.hero-grid {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

section:has(.hero-grid) .background > img {
	height: 100%;
	max-width: 1320px;
	object-fit: cover;
	width: 100%;
}

section:has(.hero-grid) h1 {
	font-size: 2.25rem;
	font-weight: 500;
	text-align: center;
}

@media (min-width: 768px) {
	section:has(.hero-grid) h1 {
		font-size: 2.75rem;
	}
}

@media (min-width: 1200px) {
	section:has(.hero-grid) h1 {
		font-size: 3.25rem;
	}	
}

section:has(.hero-grid) p {
	text-align: center;
}

.quote {
	font-style: italic;
	font-weight: 500;
}









.text-center-grid {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.text-center-grid h2, .text-center-grid p {
	max-width: 768px;
	text-align: center;
}

.text-center-grid h2 {
	font-size: 2rem;
	font-weight: 500;
}

@media (min-width: 768px) {
	.text-center-grid h2 {
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.text-center-grid h2 {
		font-size: 3rem;
	}
}

.link {
	font-weight: 500;
}

.image-wrapper {
	border-radius: 2rem;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.image-wrapper img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.box {
	/* align-items: center; */
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: 0 1rem 4rem -1rem var(--box-shadow);
	border-radius: 2rem;
	padding: 2rem;
}














footer {
	background-color: var(--secondary);
	background: linear-gradient(45deg, var(--secondary), var(--tetiary));
	padding-bottom: 4rem;
	padding-top: 4rem;
}

footer p, footer a {
	color: var(--text-light);
	font-size: 1rem;
}

footer p strong {
	color: inherit;
}

footer a {
	text-decoration: none;
	font-weight: 500;
}

.footer-flex {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.footer-info {
	align-items: start;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
	gap: 2rem;
}

@media (min-width: 1400px) {
	.footer-info {
		align-items: end;
		grid-template-columns: auto 1fr auto;
		grid-template-rows: auto;
	}
}

a:has(.footer-logo) {
	display: flex;
	height: auto;
	justify-content: center;
	width: fit-content;
}

.footer-logo {
	height: auto;
	width: 4.5rem;
}

@media (min-width: 768px) {
	.footer-logo {
		width: 5.75rem;
	}
}

.footer-info > div:last-of-type { 
	display: flex;
	flex-direction: column;
	column-gap: 1.5rem;
	row-gap: .75rem;
	justify-content: end;
}

@media (min-width: 768px) {
	.footer-info > div:last-of-type { 
		justify-content: space-between;
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.footer-info > div:last-of-type { 
		justify-content: start;
	}
}

.footer-info > div:last-of-type > a {
	align-items: center;
	display: flex;
	gap: .5rem;
}

.footer-info > div:last-of-type > a svg {
	fill: var(--text-light);
	height: 2rem;
	width: 2rem;
}

.footer-line {
	background-color: var(--text-light);
	height: 1px;
	opacity: .6;
	width: 100%;
}

.footer-copyright {
	display: flex;
	flex-direction: column;
	gap: .5rem;	
}

.footer-copyright > div:first-of-type {
	display: flex;
	flex-direction: column;
	gap: .5rem;	
	justify-content: space-between;
}

@media (min-width: 768px) {
	.footer-copyright > div:first-of-type {
		flex-direction: row;	
	}
}