/* РЈРєР°Р·С‹РІР°РµРј box sizing */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* РЈР±РёСЂР°РµРј РІРЅСѓС‚СЂРµРЅРЅРёРµ РѕС‚СЃС‚СѓРїС‹ */
ul[class],
ol[class] {
	padding: 0;
}

/* РЈР±РёСЂР°РµРј РІРЅРµС€РЅРёРµ РѕС‚СЃС‚СѓРїС‹ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

/* Р’С‹СЃС‚Р°РІР»СЏРµРј РѕСЃРЅРѕРІРЅС‹Рµ РЅР°СЃС‚СЂРѕР№РєРё РїРѕ-СѓРјРѕР»С‡Р°РЅРёСЋ РґР»СЏ body */
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

button {
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	/* РѕС‚РѕР±СЂР°Р¶Р°РµРј РєСѓСЂСЃРѕСЂ РІ РІРёРґРµ СЂСѓРєРё РїСЂРё РЅР°РІРµРґРµРЅРёРё; РЅРµРєРѕС‚РѕСЂС‹Рµ
	СЃС‡РёС‚Р°СЋС‚, С‡С‚Рѕ РЅРµРѕР±С…РѕРґРёРјРѕ РѕСЃС‚Р°РІР»СЏС‚СЊ СЃС‚СЂРµР»РѕС‡РЅС‹Р№ РІРёРґ РґР»СЏ РєРЅРѕРїРѕРє */
	cursor: pointer;
}

/* РЈРґР°Р»СЏРµРј СЃС‚Р°РЅРґР°СЂС‚РЅСѓСЋ СЃС‚РёР»РёР·Р°С†РёСЋ РґР»СЏ РІСЃРµС… ul Рё il, Сѓ РєРѕС‚РѕСЂС‹С… РµСЃС‚СЊ Р°С‚СЂРёР±СѓС‚ class*/
ul[class],
ol[class] {
	list-style: none;
}

/* Р­Р»РµРјРµРЅС‚С‹ a, Сѓ РєРѕС‚РѕСЂС‹С… РЅРµС‚ РєР»Р°СЃСЃР°, СЃР±СЂР°СЃС‹РІР°РµРј РґРѕ РґРµС„РѕР»С‚РЅС‹С… СЃС‚РёР»РµР№ */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* РЈРїСЂРѕС‰Р°РµРј СЂР°Р±РѕС‚Сѓ СЃ РёР·РѕР±СЂР°Р¶РµРЅРёСЏРјРё */
img {
	max-width: 100%;
	display: block;
}

/* РЈРєР°Р·С‹РІР°РµРј РїРѕРЅСЏС‚РЅСѓСЋ РїРµСЂРёРѕРґРёС‡РЅРѕСЃС‚СЊ РІ РїРѕС‚РѕРєРµ РґР°РЅРЅС‹С… Сѓ article*/
article>*+* {
	margin-top: 1em;
}

/* РќР°СЃР»РµРґСѓРµРј С€СЂРёС„С‚С‹ РґР»СЏ РёРЅРїСѓС‚РѕРІ Рё РєРЅРѕРїРѕРє */
input,
button,
textarea,
select {
	font: inherit;
}

/* РЈРґР°Р»СЏРµРј РІСЃРµ Р°РЅРёРјР°С†РёРё Рё РїРµСЂРµС…РѕРґС‹ РґР»СЏ Р»СЋРґРµР№, РєРѕС‚РѕСЂС‹Рµ РїСЂРµРґРїРѕС‡РёС‚Р°Р№ РёС… РЅРµ РёСЃРїРѕР»СЊР·РѕРІР°С‚СЊ */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

:root {
	--beige: #EFE2D3;
	--dark-blue: #1D253B;
	--orange: #F05737;
	--gray: #848484;
	--black: #333333;
	--green: #8fae1b;
}

body {
	background-color: var(--beige);
}

section {
	max-width: 1520px;
	margin: 10rem auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
	color: var(--dark-blue);
	cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Vollkorn SC', serif;
}

span,
th {
	font-size: 24px;
	font-family: 'Vollkorn', serif;
	font-weight: 500;
	cursor: default;
}

li,
td,
th {
	cursor: default;
}

p,
a,
td,
li,
.woocommerce-message,
.tabcontent {
	font-size: 20px;
	font-family: 'Vollkorn', serif;
}

li {
	text-align: justify;
	padding: 0.5rem 0;
}

p {
	padding: 1rem 0;
}

span {
	font-weight: 700;
}

h1 {
	font-size: 40px;
	font-weight: 900;
}

h2 {
	font-size: 36px;
	font-weight: 700;
}

h3 {
	font-size: 32px;
	font-weight: 700;
}

h4 {
	font-size: 24px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	font-weight: 600;
}

h6 {
	font-size: 20px;
	font-weight: 400;
}

/* header */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 1000;

	max-width: 1670px;
	margin: auto;
}

.wrapper__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--dark-blue);
	border-radius: 13px;
	padding: 10px 30px;
	margin: 1rem;
	position: relative;
}

.substrate__header {
	height: 70px;
}

.menu ul,
.language,
.smm {
	display: flex;
	align-items: center;
}

.menu li {
	padding: 0 15px;
}

header a {
	color: var(--beige);
	text-decoration: none;
}

header a:hover {
	color: var(--orange);
	transition: all .3s ease;
}

header ul {
	padding-left: 0;
}

header li {
	list-style-type: none;
}

header .logo {
	display: block;
}

header .logo svg {
	fill: var(--beige);
	transition: all .3s ease;
}

header .logo svg:hover {
	fill: var(--orange);
}

header .footer-item {
	top: 50vh;
	left: 50%;
	right: inherit;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	position: absolute;
	opacity: 0;
	background-color: var(--dark-blue);
	border-radius: 10px;
	transition: all .5s cubic-bezier(0.73, -0.71, 0.16, 1.74);
	display: block;
	padding: 0 1rem;
	pointer-events: none;
}

header .footer-item.active {
	opacity: 1;
	pointer-events: all;
}

header .footer-item li {
	text-align: center;
}

.modal_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .3s ease;
	z-index: 100;
	pointer-events: none;
}

.modal_bg.active {
	background-color: var(--dark-blue);
	pointer-events: all;
}

.smm a {
	margin: 0 10px;
	display: inherit;
}

.smm svg {
	fill: var(--beige);
	transition: all .3s ease;
}

.smm svg:hover {
	fill: var(--orange);
}

.language a {
	padding: 3px;
	border-radius: 3px;
	margin: 3px;
	text-transform: uppercase;
}

.language .current-lang a {
	background-color: var(--beige);
	color: var(--dark-blue);
}

.burger {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;

}

.burger span {
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--beige);
	transition: all 0.5s;
}

.burger span:nth-of-type(2) {
	top: calc(50% - 5px);
}

.burger span:nth-of-type(3) {
	top: calc(50% + 5px);
}

.burger.active span:nth-of-type(1) {
	display: none;
}

.burger.active span:nth-of-type(2) {
	top: 50%;
	transform: translate(-50%, 0%) rotate(45deg);
}

.burger.active span:nth-of-type(3) {
	top: 50%;
	transform: translate(-50%, 0%) rotate(-45deg);
}

.modal-media__smm {
	display: none;
}

/* header end */
/* footer */
footer {
	max-width: 1000px;
	margin: auto;
}

.wrapper__footer {
	display: flex;
	margin-bottom: 2rem;
	background-color: var(--dark-blue);
	border-radius: 10px;
	margin: 1rem;
}

.footer-item p {
	color: var(--beige);
	font-weight: 100;
	font-size: 16px;
	padding: 1rem;
}

footer .first-child {
	width: 40%;
}

footer .second-child {
	width: 20%;
}

footer .third-child {
	width: 20%;
}

footer .fourth-child {
	width: 20%;
}

footer .logo {
	margin-bottom: .5rem;
	fill: var(--beige);
	transition: all .3s ease;
}

footer .logo:hover {
	fill: var(--orange);
}

footer a {
	color: var(--beige);
	text-decoration: none;
	transition: all .3s ease;
	font-size: 20px;
	font-weight: 100;
}

footer a:hover {
	color: var(--orange);
}

footer li {
	list-style-type: none;
}

.footer-item {
	width: 35%;
	padding: 1rem;
}

/* footer end */
.galeri-product a.button,
.btn {
	background-color: var(--orange);
	padding: 10px 22px;
	text-decoration: none;
	color: var(--dark-blue);
	border-radius: 4px;
	transition: all .3s ease;
	display: inline-block;
	margin: 0.5rem 0;
}

.btn.svg {
	display: inline-flex;
	align-items: center;
}

.galeri-product a.button,
.btn.orange {
	background-color: var(--orange);
	color: var(--dark-blue);
	fill: var(--dark-blue)
}

.galeri-product a.button:hover,
.btn.orange:hover {
	background-color: var(--dark-blue);
	color: var(--orange);
	fill: var(--orange)
}

.btn.black {
	background-color: var(--black);
	color: var(--beige);
	fill: var(--beige)
}

.btn.black:hover {
	background-color: var(--beige);
	color: var(--black);
	fill: var(--black)
}


.second-btn {
	color: var(--gray);
	transition: all .3s ease;
	text-decoration: none;
}

.second-btn:hover {
	color: var(--dark-blue);
}

.two-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.two-btn a {
	margin: 1rem;
}

/*  */

.wrapper__flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.underlining {
	height: 2px;
	width: 400px;
	background-color: var(--dark-blue);
}

.title.border-bottom h2,
.title.border-bottom h1 {
	border-bottom: solid 3px var(--dark-blue);
	display: block;
	display: initial;
}

.description-group {
	position: relative;
	padding: 2rem;
	max-width: 650px;
}

.title.text-below {
	margin-bottom: 1rem;
}

.description {
	margin-top: 1rem;
}

.title-center {
	text-align: center;
	max-width: 500px;
	margin: auto;
}

.description-group p {
	text-align: justify;
}

.flex {
	display: flex;
	justify-content: space-between;
}

/*  */
/* index */
#intro {
	position: relative;
}

.intro {
	pointer-events: none;
	/* width: 60%; */
	position: relative;
	z-index: 10;
	background: url(https://kommunalux.com/wp-content/uploads/2023/03/group1.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100vh;
	background-position: -120px;
}

.greeting {
	max-width: 900px;
	position: absolute;
	z-index: -10;
	background-color: var(--dark-blue);
	color: var(--beige);
	padding: 2rem;
	border-radius: 10px;
	padding-left: 12rem;
	top: 50%;
	left: 50%;
	transform: translate(-10%, -50%);
	z-index: 1;
}

.greeting .btn {
	z-index: 100;
}

.greeting h1,
.greeting p {
	color: var(--beige);
}

.cta-block {
	background-color: var(--orange);
	border-radius: 25px;
	position: relative;
	height: 400px;
}

.cta-block h2,
.cta-block p {
	color: var(--beige);
}

.cta-block .border-bottom h2 {
	border-bottom: solid 3px var(--beige);
}

.cta-block img {
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 30%;
	margin-left: -25%;
	pointer-events: none;
}

.musical-services-items a {
	text-decoration: none;
	margin: 0 .5rem;
}

.musical-services-items svg {
	fill: var(--beige);
	transition: all .3s ease;
}

.musical-services-items svg:hover {
	fill: var(--dark-blue);
}

#iTunes {
	fill: var(--beige);
	stroke: var(--beige);
}

#iTunes:hover {
	fill: var(--dark-blue);
	stroke: var(--dark-blue);
}

.cta-block .musical-services {
	position: absolute;
	max-width: 500px;
	top: 50%;
	right: 30%;
	transform: translate(40%, -50%);
}

.video__wrapper {
	background-color: var(--dark-blue);
	position: relative;
	width: 100%;
	padding-top: 18.5%;
	margin-top: 2rem;
	/* 16:9 Aspect Ratio */

}

#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	color: white;
}

.video__wrapper:first-child {
	margin-right: 1rem;
}

.video__wrapper:last-child {
	margin-left: 1rem;
}

#video-container {
	position: relative;
	/*     display: initial; */
}

.element::-webkit-scrollbar {
	width: 0 !important
}

.element {
	-ms-overflow-style: none;
}

.element {
	overflow: -moz-scrollbars-none;
}

::-webkit-scrollbar {
	width: 0;
}

#video-controls {
	position: absolute;
	bottom: 0;
	background-color: var(--dark-blue);
	display: block;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding: 1rem;
	border-radius: 1rem;
	width: 90%;
}

.wrapper__video-controls {
	display: flex;
	justify-content: space-between;
}

.seek-bar {
	width: 80%;
	display: flex;
	align-items: center;
}

.volume-bar {
	width: 20%;
	display: flex;
	align-items: center;
}

#seek-bar,
#volume-bar {
	width: 80%;
}

#video-controls button img {
	height: 100%;
}

#video-controls button {
	height: 40px;
	margin-right: 1rem;
}

#video-container {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}

input[type=range] {
	-webkit-appearance: none;
	/* СѓР±РёСЂР°РµРј СЃС‚Р°РЅРґР°СЂС‚РЅС‹Р№ РІРёРґ РїРѕР»Р·СѓРЅРєР° РІ Safari */
	height: 5px;
	background-color: var(--gray);
	border-radius: 1rem
}

/* РґР»СЏ Р±СЂР°СѓР·РµСЂРѕРІ РЅР° РѕСЃРЅРѕРІРµ WebKit, РЅР°РїСЂРёРјРµСЂ, Safari Рё Chrome */
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	/* СѓР±РёСЂР°РµРј СЃС‚Р°РЅРґР°СЂС‚РЅС‹Р№ РІРёРґ РїРѕР»Р·СѓРЅРєР° РІ Safari */
	width: 10px;
	height: 10px;
	background-color: var(--orange);
	border-radius: 50%;
	/* РґРµР»Р°РµРј С„РѕСЂРјСѓ РєСЂСѓРіР»РѕР№ */
	cursor: pointer;
	/* РјРµРЅСЏРµРј РєСѓСЂСЃРѕСЂ РїСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїРѕР»Р·СѓРЅРѕРє */
}

/* РґР»СЏ Р±СЂР°СѓР·РµСЂРѕРІ РЅР° РѕСЃРЅРѕРІРµ Gecko, РЅР°РїСЂРёРјРµСЂ, Firefox */
input[type=range]::-moz-range-thumb {
	width: 10px;
	height: 10px;
	background-color: var(--orange);
	border-radius: 50%;
	/* РґРµР»Р°РµРј С„РѕСЂРјСѓ РєСЂСѓРіР»РѕР№ */
	cursor: pointer;
	/* РјРµРЅСЏРµРј РєСѓСЂСЃРѕСЂ РїСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° РїРѕР»Р·СѓРЅРѕРє */
}

/* video end */
.bg {
	background: url(https://kommunalux.com/wp-content/uploads/2023/03/paper_texture162.webp);
	mix-blend-mode: screen;
	opacity: .5;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	pointer-events: none;
	border-radius: 25px;
	z-index: 20
}

.player {
	background-color: var(--dark-blue);
	width: 25%;
	border-radius: 10px;
	display: flex;
	margin: 1rem 0;
	padding: 1rem;
	align-items: center;
	position: relative;
	margin-top: 100px;
}

.plate {
	position: absolute;
	left: 10px;
	top: -70px;
	z-index: -10;
	animation: rotateAnimation 3s linear infinite;
	animation-play-state: paused;
}

.plate.active {
	animation-play-state: running
}

.song__information {
	margin-left: 1rem;
	width: 80%;
}

.song__information p,
.song__information h4 {
	color: var(--beige);
}

.song__information p {
	margin-top: -25px;
	padding-bottom: .5rem;
	font-size: 16px;
}

.progress__container {
	width: 100%;
	height: 4px;
	background-color: var(--beige);
	position: relative;
	border-radius: 3px;
	z-index: 10;
}

.progress {
	position: absolute;
	top: -5px;
	height: 7px;
	border-radius: 3px;
	background-color: var(--orange);
	z-index: 20;
	cursor: pointer;
}

progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 50;
	top: -6px;
	height: 8px;
	cursor: pointer;
}

progress::-webkit-progress-bar {
	background: #ffffff00;
}

progress::-webkit-progress-value {
	background: var(--orange);
	border-radius: 4px;
}

@keyframes rotateAnimation {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* .video-responsive{
position: relative;
height: 100vh;
overflow: hidden;
width: 100%;
} */
/* index end */

/* table */
table {
	text-align: center;
	margin: auto;
}

table a {
	color: var(--dark-blue);
}

th,
td {
	padding: 1rem 2rem;
}

th {
	text-transform: capitalize;
}

/*  */

/* merch */
.merch__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 6rem;
	grid-row-gap: 3rem;
}

.merch-item {
	max-width: 33%;
	padding: 3rem;
	display: inline-grid;
}

.merch__grid .merch-item {
	max-width: 100%;
}

.merch-item img {
	margin: auto;
}

.merch-item .merch__img {
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem
}

.merch-item .flex {
	align-items: center;
}

.discount {
	text-decoration-line: line-through;
	color: rgba(29, 37, 59, 0.5);
	padding-bottom: 0;
}

.price {
	font-size: 32px;
	margin-top: -10px;
	padding-bottom: 0px;
	padding-top: 0;
	font-weight: 700;
}

/* merch end */

/* blog */

.blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;

	margin-right: 3rem;
	width: 70%;
	text-align: justify;
}

.blog__sidebar {
	height: 100%;
	width: 25%;
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	float: right;
	background-color: var(--white);
	overflow: hidden;
	border-radius: 1rem;
	margin: 2rem;
	box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.11);
	border-radius: 15px;
	margin-top: 0;
	margin-right: 0;
}

.blog__sidebar .title {
	background: var(--dark-blue);
	padding: 1rem;
	padding-bottom: 0;
	padding-top: 2rem;
}

.blog__sidebar .title h2,
.blog__sidebar .title p {
	color: var(--beige);
}

.blog__sidebar a {
	text-decoration: none
}

.blog__sidebar h2 {
	transition: all .3s ease
}

.blog__sidebar .title h2 {
	transition: all .3s ease;
	border-bottom: solid 3px var(--beige);
}

.blog__sidebar a:hover h2 {
	color: var(--orange);
	border-bottom: solid 3px var(--orange);
}

.blog__sidebar .bg {
	border-radius: 15px;
	mix-blend-mode: inherit;
	opacity: .1;
}

.blog__sidebar th,
td {
	padding: .5rem 1rem;
}

.blog__sidebar {
	padding-bottom: 1rem;
}

a.blog__img {
	overflow: hidden;
	display: block;
	border-radius: 10px;
}

.blog__img img {
	transition: all .3s ease
}

.blog__img img:hover {
	transform: rotate(15deg) scale(1.5);
}

.blog-item {
	max-width: 400px;
}

.blog-item p {
	text-align: justify;
}

.blog-item h4 {
	border-bottom: solid 3px var(--dark-blue);
	margin: 1rem 0;
	padding-bottom: .5rem;
}

.sidebar__events p,
.sidebar__events .ground {
	display: initial;
}

.sidebar__events p.date {
	font-size: 34px;
	font-weight: 700;
}

.sidebar__events a {
	text-decoration: underline;
	color: var(--dark-blue);
	margin-left: 0.5rem;
}

.sidebar_3_events {
	padding: 0 2rem;
}

.sidebar__events {
	margin: 1rem 0;
}

/* blog end */
/* contacts */
.messengers {
	background-color: var(--dark-blue);
	padding: .8rem .8rem;
	border-radius: .5rem;
	display: flex;
	display: inline-flex;
}

.contact__info {
	padding-left: 2rem;
}

.description {
	margin-bottom: 0;
}

.messengers a {
	margin: 0 .5rem;
}

.contact__item {
	display: flex;
}

.contact_info a {
	display: block;
}

.contact_info a:hover {
	color: var(--orange);
}

.flag_item {
	display: flex;
	align-items: center;
	margin: 2rem 0;
}

.flag_item h3 {
	font-size: 18px;
}

.flag_item span {
	font-size: 24px;
	font-weight: 700;
}

.flag_item svg {
	width: 80px;
	height: 50px;
}

.contact_info {
	/* 	margin-left: 1rem; */
}

.contact_info a {
	color: var(--dark-blue);
}

.contact__img img {
	border-radius: 1rem;
	border: 2px solid var(--dark-blue);
	margin-right: 3rem;
}

.wrapper__contact__items {
	margin-bottom: 2rem;
}

.contact__item {
	margin: 1rem;
}

/* contact end */

.article__wrapper {
	margin-right: 3rem;
	width: 70%;
	text-align: justify;
	max-width: 800px;
}

.intro__article {
	border-radius: 10px;
}

/* id */

#about-the-group img {
	z-index: 10;
}

#about-the-group .underlining {
	position: absolute;
	left: -100px;
}

#intro .underlining {
	background-color: var(--beige);
}

#newspaper .underlining {
	position: absolute;
	left: -100px;
	z-index: -10;
}

/* #video iframe {
margin: 1rem 0;
width: 32%;
} */

#index-blog .flex {
	justify-content: space-evenly;
}

#upcoming_events .title-center {
	max-width: 800px;
}

#video p {
	max-width: 700px;
}

#merch .title {
	max-width: 800px;
}

/* id end */

.img__for__1200 {
	display: none;
}

.bg__modal {
	height: 100vh;
	width: 100vw;
	position: fixed;
	background-color: var(--dark-blue);
	opacity: 0;
	z-index: 100;
	transition: all .3s ease;
	pointer-events: none;
}

.bg__modal.active {
	opacity: .8;
}

/* photo */

.photo__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 1em;
}

.photo__grid a {
	max-width: 360px;
	max-height: 248px;
	overflow: hidden;
	border-radius: .5rem;
}

/* woo */

.woocommerce-notices-wrapper {
	position: fixed;
	z-index: 1000;
	right: 2rem;
	top: 10%;
	background-color: var(--wc-green);
	border-radius: 10px;
}

.galeri-product {
	display: flex;
	justify-content: center;
}

.galeri-product .price p {
	display: contents;
}

.galeri-product .price p:first-child {
	font-size: 32px;
}

.galeri-product .price del {
	font-size: 18px;
	color: var(--gray);
	text-decoration: line-through;
}

.tabs button h3 {
	padding: 2rem;
	color: var(--gray);
}

.tabs button.active h3 {
	color: var(--dark-blue)
}

.galeri-slider-nav-item {
	padding: 0.5rem;
}

.slider-nav .slick-track {
	display: flex;
	align-content;
	align-items: center
}

.galeri-slider-nav-item {
	opacity: .5;
	transition: all .3s ease;
	cursor: pointer;
}

.slick-track {
	display: flex;
	align-items: center;
}

.galeri-slider-nav-item:hover {
	opacity: .8
}

.galeri-slider-nav-item:hover {
	opacity: .8
}

.slick-current {
	opacity: 1
}

.slick-current:hover {
	opacity: 1
}

.galeri {
	max-width: 500px;
	margin: 2rem;
}

.wc__notices {
	position: fixed;
	right: 10rem;
	top: 10rem;
}

.woocommerce-message {
	max-width: 500px;
	border-radius: 1rem;
	border: 0;
	background-color: var(--green);
	color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background-color: var(--orange)
}

a.button.wc-forward.wp-element-button {
	margin-left: 1rem;
}

/* a.button.wc-forward.wp-element-button{
margin-left: 1rem;
background-color:var(--orange);
color: var(--dark-blue);
transition: all .3s ease;
}
a.button.wc-forward.wp-element-button:hover{
color:var(--orange);
background-color: var(--dark-blue)
} */
.woocommerce-message::before {
	content: "\e015";
	color: #fff;
}

.short_description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 800px;
}

.tabcontent br {
	margin: 1rem;
}

.rider_btn .btn {
	display: inline-flex;
	align-items: center;
	padding: .5rem 1rem;
	cursor: pointer;
	border-radius: .5rem;
	transition: all .3s ease;
	margin: 0 .5rem;
}

#google_sheets {
	background-color: #0F9D58;
	color: #fff;
}

#google_sheets:hover {
	background-color: #09723f;
}

#google_document {
	background-color: #4285F4;
	color: #fff;
}

#google_document:hover {
	background-color: #2663c9;
}

#generatePDF {
	background-color: var(--orange);
}

#generatePDF svg {
	stroke: var(--dark-blue);
	transition: all .3s ease;
}

#generatePDF:hover {
	background-color: var(--dark-blue);
	color: var(--orange)
}

#generatePDF:hover svg {
	stroke: var(--orange)
}

.titlepdf {
	display: flex;
	flex-direction: column;
	/* align-content: center; */
	align-items: center;
}

#google_sheets svg,
#generatePDF svg,
#google_document svg {
	max-height: 25px;
	max-width: 25px;
	margin-right: 1rem;
}

#rider section {
	margin-top: 2rem;
}

.table_wrapper svg {
	display: none;
}

tbody .btn.black:hover {
	background-color: var(--orange);
	color: var(--black);
	fill: var(--black);
}

/* woo end */
/* photo end */
@media screen and (min-width: 1500px) {
	header .footer-item ul {
		display: flex;
		margin: .2rem 0;
	}

	header .footer-item li {
		padding: .5rem;
	}

	.modal_bg.active {
		background-color: initial;
		pointer-events: none;
	}

	header .footer-item {
		top: 0;
		left: 0;
		margin-right: inherit;
		transform: inherit;
		z-index: -10;
	}

	header .footer-item.active {
		top: 120px;
	}

	header ul {
		padding-left: revert;
	}
}

@media screen and (max-width: 1500px) {
	section {
		padding: 0 2rem;
	}

	h1 {
		font-size: 36px;
		font-weight: 900;
	}

	h2 {
		font-size: 34px;
		font-weight: 700;
	}

	.intro {
		background: url(https://kommunalux.com/wp-content/uploads/2023/03/group2.webp);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.greeting {
		left: auto;
		max-width: 780px;
		right: 0;
		transform: translate(0%, -50%);
		border-radius: 0;
	}

	.burger {
		display: block;
	}

	header .smm {
		display: none;
	}

	.modal-media__smm {
		position: absolute;
		bottom: -90px;
		right: -500px;
		background-color: var(--dark-blue);
		display: flex;
		padding: 1rem;
		border-radius: 10px;
		transition: all .5s cubic-bezier(0.73, -0.71, 0.16, 1.74);
		pointer-events: none;
	}

	.modal-media__smm.active {
		bottom: -90px;
		right: 0px;
		pointer-events: all;
	}

	.modal-media__smm .language {
		margin-right: 20px;
	}

	.modal-media__smm .smm,
	.modal-media__smm .language {
		display: flex;
	}
}

@media screen and (max-width: 1260px) {
	.greeting {
		padding-left: 15rem;
	}

	h1 {
		font-size: 32px;
	}
}

@media screen and (min-width: 1200px) {
	#video_background {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 1200px) {
	#video-container {
		display: flex;
		justify-content: center;
	}

	#upcoming_events {
		margin-top: 9rem;
	}

	.blog__grid {
		grid-template-columns: repeat(2, 1fr);
		width: 60%;
	}

	.blog__sidebar {
		width: 35%;
	}

	.blog__grid .blog-item {
		width: 100%;
		margin-top: 0;
	}

	.substrate__header {
		height: 100px;
	}

	.photo__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	#intro {
		margin-bottom: -120px;
	}

	.none__1200 {
		display: none;
	}

	#newspaper .underlining {
		left: -264px;
	}

	.modal-media__smm {
		opacity: 0;
		bottom: -68vh;
		left: 50%;
		right: inherit;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}

	.modal-media__smm.active {
		opacity: 1;
		bottom: -68vh;
		left: 50%;
		right: inherit;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}


	section {
		margin: 4rem auto;
	}

	.cta-block .musical-services {
		right: 20%;
	}

	.cta-block img {
		left: 20%;
	}

	.blog-item {
		width: 33%;
		margin: 1rem;
	}

	.player {
		width: 33%;
		margin-left: 1rem;
		margin-right: 1rem;
	}

	p,
	span,
	td,
	a {
		font-size: 18px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 18px;
	}

	.wrapper__header {
		padding: 1rem;
	}

	.article__wrapper {
		width: 60%;
	}

	.intro {
		width: 100%;
		background-image: url(https://kommunalux.com/wp-content/uploads/2023/03/group3.webp);
		background-size: cover;
		background-position: top;
		margin-bottom: -150px;
	}

	.greeting {
		position: relative;
		padding: 2rem 1rem;
		border-radius: 10px;
		z-index: 10;
		margin: auto;
		margin-top: 170px;
		background-color: var(--beige);
		color: var(--dark-blue);
		text-align: center;
		max-width: 510px;
	}

	#intro .underlining {
		background-color: var(--dark-blue);
		margin: auto;
	}

	.greeting h1,
	.greeting p {
		color: var(--dark-blue);
	}

	.img__for__1200 {
		display: block;
	}

	#about-the-group .wrapper__flex {
		justify-content: inherit;
	}

	#newspaper img {
		max-width: 500px;
	}

	footer .second-child,
	footer .third-child,
	footer .fourth-child {
		display: none;
	}

	footer .wrapper__footer {
		justify-content: center;
		text-align: center;
	}

	.menu ul,
	.language,
	.smm {
		justify-content: center;
	}

	#about-the-group {
		padding-left: 0;
	}
}

@media screen and (min-width: 768px) {
	tr {
		transition: all .3s ease;
	}

	tr:hover {
		background-color: var(--dark-blue);
		color: var(--beige) !important;
	}

	tr:hover td a {
		color: var(--beige) !important;
	}
}

@media screen and (max-width: 768px) {
	.footer__logo {
		display: flex;
		justify-content: center;
	}

	.modal-media__smm.active {
		border-top: solid var(--beige) 2px;
		border-radius: 0;
		padding-top: 50px;
	}

	.seek-bar {
		width: 60%;
	}

	.volume-bar {
		width: 35%;
	}

	.rider_btn {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.rider_btn .btn {
		margin: .5rem
	}

	section {
		padding: 0 1rem;
	}

	#upcoming_events {
		margin-top: 9rem;
	}

	.table_wrapper {
		overflow: hidden;
		overflow-x: scroll;
		border: solid 2px var(--dark-blue);
		border-radius: 1rem
	}

	.table_wrapper {
		position: relative;
		background-color: var(--beige);
		transition: all .3s ease;
	}

	.table_wrapper svg {
		display: block;
		max-height: 100px;
		max-width: 100px;
		margin: auto;
		position: absolute;
		top: 200px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		animation-duration: 3s;
		animation-name: tablet_tutorial;
		animation-iteration-count: infinite;
		fill: var(--beige);
		opacity: 0;
		transition: all .3s ease;
	}

	.table_wrapper {
		color: var(--dark-blue);
	}

	.is_tutorial svg {
		opacity: 1;
	}

	.table_wrapper.is_tutorial {
		background-color: #1d253b87;
	}

	@keyframes tablet_tutorial {
		0% {
			left: 50%;
		}

		25% {
			left: 10%;
			transform: rotate(-10deg);
		}

		75% {
			left: 70%;
			transform: rotate(10deg);
		}

		100% {
			left: 50%;
		}
	}

	.contact__info {
		padding-left: 0rem;
	}

	#video-container video {
		height: inherit;
	}

	/* 	#video_background{
	top: 10rem;
	height: 100vh;
} */
	.video-responsive {
		height: 100vh;
	}

	header .modal-media__nav {
		top: 100vh;
		left: 50%;
		right: inherit;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		position: absolute;
		background-color: initial;
		border-radius: 10px;
		transition: all .5s cubic-bezier(0.73, -0.71, 0.16, 1.74);
		display: block;
		padding: 0 1rem;
		pointer-events: none;
	}

	.footer-item.second-child a {
		font-size: 24px;
	}

	header .footer-item {
		top: 0vh;
		width: inherit;
		background-color: initial;
	}

	header .footer-item.active {
		top: 40vh;
	}

	ol {
		padding-left: 20px;
	}

	header .modal-media__nav.active {
		top: 72vh;
		left: 50%;
		right: inherit;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		background-color: initial;
		opacity: 1;
		pointer-events: all;
	}

	.modal-media__smm {
		background-color: initial;
	}

	.modal-media__smm.active {
		background-color: initial;
	}

	header .logo,
	header .logo svg {
		max-width: 40vw;
	}

	.galeri-product {
		flex-direction: column;
	}

	.article__wrapper {
		width: 100%;
	}

	.blog__grid {
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
	}

	.blog__sidebar {
		display: none;
	}

	.merch__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.photo__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.photo__grid a {
		max-width: inherit;
		max-height: inherit;
		overflow: hidden;
		border-radius: .5rem;
	}

	.modal-media__smm {
		bottom: -100vh;
	}

	.modal-media__smm.active {
		bottom: -85vh;
	}

	.video__wrapper {
		padding-top: 56.25%;
		/* 16:9 Aspect Ratio */
	}

	.video__wrapper:first-child {
		margin-right: 0rem;
	}

	.video__wrapper:last-child {
		margin-left: 0rem;
	}

	th,
	td {
		padding: .5rem 1rem;
	}

	.flex,
	.wrapper__flex {
		flex-direction: column;
		margin: auto;
	}

	#video iframe,
	.blog-item,
	.merch-item,
	.player {
		width: 100%;
		max-width: 100%;
	}

	.merch-item {
		padding: 1rem;
	}

	.blog-item {
		max-width: fit-content;
	}

	/* 	.country,
	.ground {
	display: none;
} */

	.cta-block .musical-services {
		position: relative;
		transform: none;
		right: inherit;
		top: inherit;
		padding: 2rem;
	}

	.cta-block {
		height: 700px;
	}

	section {
		margin: 5rem auto;
	}

	.intro {
		height: 65vh;
	}

	footer .first-child {
		width: 100%;
	}

	#newspaper img {
		max-width: 100vw;
	}

	.intro {
		width: 100%;
		background-image: url(https://kommunalux.com/wp-content/uploads/2023/03/group4.webp);
	}

	.merch-item .flex {
		display: flex;
		align-items: center;
		flex-direction: row;
		width: 100%;
	}

	.greeting {
		background-color: inherit;
		margin-top: 350px;
	}

	.underlining {
		width: inherit;
	}

	.menu ul,
	.language,
	.smm {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.menu li {
		padding: .5rem 1rem;
	}

	.player {
		margin-left: 0;
	}

	#about-the-group .wrapper__flex {
		align-items: inherit;
	}

	section#about-the-group {
		padding: 0;
	}

	#about-the-group .img__for__1200 {
		width: 90%;
	}
}