html {
	box-sizing: border-box;
	scroll-behavior: smooth;
  overflow: scroll;
  scrollbar-width: none;
}

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

::-webkit-scrollbar {
  width: 0px;
}

h1,
h2,
p {
	margin: 0;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #CE242B;
}


body {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Space Mono', monospace;
	background-color: #040404;

	font-style: normal;
	font-weight: 400;
	font-size: 14pt;
}

.fullscreen-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	background-size: cover;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: -100;
	overflow: hidden;
}

.fullscreen-bg video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: fixed;
	opacity: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.container {
	max-width: 1790px;
	margin: 0 auto;
	padding: 0 10px;
}


.logo__text {
	padding: 10px 0;
	font-size: 50pt;
	text-align: center;
	color: rgb(230 233 197);
}

.header__text {
	padding: 5px 0;
	text-align: center;
	color: rgb(251, 251, 251);
	font-size: 20pt;
}

.logo {
	margin: 20px 0;
	background-image: url(../image/bklogobig.png);
	background-repeat: no-repeat;
	background-size: 18vh;
	background-position: center;
	height: 18vh;

}

.communities {
	padding-bottom: 40px;
}

.text__communities {
	margin: 0 auto;
	text-align: center;
	color: white;
	max-width: 70%;
	font-size: 20pt;
}

details {
	margin: 0 auto;
	max-width: 70%;
	font-size: 20pt;
	color: rgb(254, 253, 252);
	background-color: rgb(109 122 106 / 80%);
	border-radius: 16px;
	margin-bottom: 20px;

}

summary {

	list-style: none;
	background-size: cover;
	color: rgb(251, 247, 247);
	border-radius: 16px;
	text-align: left;
	padding: 10px 30px;
	font-weight: 400;
	font-size: 20pt;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: background-image 0.5s ease;

}

.summary__text {
	padding: 10px 20px;
}

summary:hover {
	background-color: rgb(174 253 255 / 50%);
	background: linear-gradient(to bottom right, #d5edfb, #439b75);
}

details[open] summary~* {
	animation: sweep .5s ease-in-out;
}

@keyframes sweep {
	0% {
		opacity: 0;
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.footer {
	width: 100%;
	text-align: center;
	bottom: 0;
}

.scale {
	width: 60px;
	transition: 0.6s;
}

.scale:hover {
	transform: scale(1.2);
}

.social {
	padding: 50px 20px 0 20px;
}

.social__item:not(:last-child) {
	padding-right: 20px;
}

@media screen and (max-width: 1280px) {
	.logo__text {
		font-size: 45pt;
	}

	.logo {
		background-size: 15vh;
		height: 15vh;
	}
}

@media screen and (max-width: 992px) {
	.text__communities {
		max-width: 90%;
	}

	details {
		max-width: 90%;
	}

}

@media screen and (max-width: 768px) {
	.logo__text {
		font-size: 40pt;
	}

	.header__text {
		font-size: 21pt;
	}

	.text__communities {
		max-width: 100%;
		font-size: 21pt;
	}

	details {
		max-width: 100%;
		font-size: 21pt;
	}
}

@media screen and (max-width: 548px) {
	.logo__text {
		font-size: 30pt;
	}

	.header__text {
		font-size: 20pt;
	}

	.text__communities {
		font-size: 20pt;
	}

	details {
		font-size: 20pt;
	}

	summary {
		text-align: center;
	}

	.logo {
		background-size: 12vh;
		height: 12vh;
	}
}

@media screen and (max-width: 480px) {
	.logo__text {
		font-size: 25pt;
	}

	.header__text {
		font-size: 18pt;
	}

	.text__communities {
		font-size: 18pt;
	}

	details {
		font-size: 18pt;
	}

	summary {
		font-size: 18pt;
	}

	.logo {
		background-size: 10vh;
		height: 10vh;
	}
}

@media screen and (max-width: 380px) {
	.logo__text {
		font-size: 21pt;
	}

	.header__text {
		font-size: 15pt;
	}

	.text__communities {
		font-size: 15pt;
	}

	details {
		font-size: 14pt;
	}

	summary {
		font-size: 15pt;
	}

	.logo {
		background-size: 9vh;
		height: 9vh;
	}

	.social__item:not(:last-child) {
		padding-right: 15px;
	}

	.scale {
		width: 45px;
	}

	.social {
		padding: 20px;
	}
}

@media screen and (max-width: 328px) {
	.logo__text {
		font-size: 18pt;
	}

	.header__text {
		font-size: 14pt;
	}

	.text__communities {
		font-size: 14pt;
	}

	details {
		font-size: 12pt;
	}

	summary {
		font-size: 14pt;
	}

	.logo {
		background-size: 9vh;
		height: 9vh;
	}

	.contact__item:not(:last-child) {
		padding-right: 12px;
	}

	.scale {
		width: 40px;
	}

	.contact {
		padding: 10px;
	}
}
