@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);

#header, #preloader {
	height: 100vh;
	overflow: hidden;
}

a, li {
	text-decoration: none;
}

#blog-single, #contact-one {
	min-height: 100vh;
	color: #f0f0f0;
}

@font-face {
	font-family: monument;src: url('fonts/monumentextended-regular-webfont.woff2') format('woff2'), url('fonts/monumentextended-regular-webfont.woff') format('woff');font-weight: 400;font-style: normal;
}

@font-face {
	font-family: camel;src: url('fonts/camel.woff2') format('woff2'), url('fonts/camel.woff') format('woff');font-weight: 400;font-style: normal;
}

@font-face {
	font-family: night;src: url('fonts/tuesdaynight-regular-webfont.woff2') format('woff2'), url('fonts/tuesdaynight-regular-webfont.woff') format('woff');font-weight: 400;font-style: normal;
}

@font-face {
	font-family: ethn;src: url("../css/fonts/ETHNOCENTRIC/Ethnocentric-Book.otf");font-weight: 400;font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	user-select: none;
	background: #060606;
}

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

::-webkit-scrollbar-track {
	background: 0 0;
}

::-webkit-scrollbar-thumb {
	background: #202020;
}

#preloader {
	width: 100%;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	z-index: 100;
	color: #f0f0f0;
}

.menu-bar, .p {
	display: flex;
	align-items: center;
}

#header {
	width: 100%;
	color: #f0f0f0;
	font-family: Josefin sans;
	font-weight: bolder;
}

#video-desktop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.navigation {
	width: 100%;
	position: sticky;
	font-family: ethn;
	left: 0;
	top: 0;
	z-index: 3;
	padding: 20px;
	font-size: 25px;
}

.menu-bar {
	position: absolute;
	right: 5%;
	top: 100%;
	cursor: pointer;
	justify-content: center;
	flex-direction: row;
}

.logo {
	position: absolute;
	font-weight: 200;
	left: 4%;
	z-index: 2;
	top: 100%;
}

.menu-bar-line {
	width: 30px;
	height: 3px;
	opacity: 0;
	background: #f0f0f0;
	position: relative;
	margin: 3px;
}

a {
	color: inherit;
}

.hover {
	opacity: .8;
	transition: .4s;
	cursor: pointer;
}

#contact-one #collaboration-mail .mail:hover, .hover:hover {
	opacity: 1;
}

.p {
	font-family: poppins;
	font-size: 14px;
	justify-content: center;
	flex-direction: column;
	opacity: .7;
}

.img, .img-scroll, .text, .text-scroll {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.svgsoc {
	width: 25px;
}

.social-media-links, .social-media-links-navigation {
	align-items: center;
	font-family: josefin sans;
	font-size: 20px;
}

.lang {
	align-items: center;
	font-family: josefin sans;
	font-size: 20px;
}

.text, .text-scroll {
	color: transparent;
	transition: .8s;
}

.text-scroll.reveal, .text.reveal {
	color: #f0f0f0;
	animation: .8s forwards revealTextAnimation;
}

.text-scroll:before, .text:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.opacity {
	opacity: .8;
}

.img-scroll.reveal:before, .img.reveal:before, .text-scroll.reveal:before, .text.reveal:before {
	background: #f0f0f0;
	animation: 1.2s forwards blockRevealAnimation;
}

.img, .img-scroll {
	width: auto;
	height: auto;
}

.img img, .img-scroll img {
	width: auto;
	opacity: 0;
}

.img-scroll:before, .img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.img-scroll.reveal img, .img.reveal img {
	animation: .8s forwards revealImgAnimation;
}

@keyframes revealImgAnimation {
	0%, 60% {
		opacity: 0;
	}

	100% {
		opacity: .9;
	}
}

@keyframes blockRevealAnimation {
	0% {
		left: -100%;
	}

	40%, 60% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}

@keyframes revealTextAnimation {
	0%, 40% {
		color: transparent;
	}

	60% {
		color: inherit;
	}
}

.headphone {
	position: fixed;
	left: 4%;
	bottom: 3%;
}

.headphone img, .headphone-navigation img {
	height: 32px;
}

.social-media-links {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 11%;
	display: flex;
	font-weight: 200;
	justify-content: center;
	z-index: 2;
}

.social-media-links-navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 12vh;
	width: 20%;
	display: flex;
	justify-content: center;
	z-index: 2;
	opacity: .8;
}

.lang {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 12vh;
	width: 14%;
	display: flex;
	justify-content: center;
	z-index: 2;
	opacity: .8;
}

.socright {
	right: 0;
}

#blog-single .center-para, .social-media-links ul, .social-media-links-navigation ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.lang ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.social-media-links-navigation ul {
	flex-direction: row;
}

.lang ul {
	flex-direction: row;
}

.social-media-links ul li, .social-media-links-navigation ul li {
	padding: 15px;
	list-style: none;
	font-size: 20px;
}

.lang ul li {
	padding: 15px;
	list-style: none;
	font-size: 20px;
}

.navigation-content {
	position: fixed;
	background-image: url("../images/menubg.jpg");
	height: 100vh;
	width: 100%;
	left: 0;
	z-index: 10;
	top: 0;
	transform: translateY(100%);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.navigation-content .navigation-ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.navigation-content .navigation-ul li {
	padding: 10px;
	opacity: 0;
}

.navigation-content .navigation-ul li a {
	color: rgb(240, 240, 240, .6);
	font-size: 30px;
	font-weight: 200;
	font-family: ethn;
	transition: .4s;
	z-index: 3;
	position: relative;
	overflow: hidden;
}

.navigation-content .navigation-ul li a::after {
	content: attr(data-text);
	opacity: 1;
	position: absolute;
	font-size: inherit;
	font-weight: inherit;
	width: 0%;
	height: 100%;
	overflow: hidden;
	left: 0;
	color: #f0f0f0;
	top: 0;
	transition: 1s cubic-bezier(.84, 0, .08, .99);
}

#contact-one .input-line input, .navigation-content .navigation-ul li a:hover::after {
	width: 100%;
}

.project-preview {
	position: fixed;
	pointer-events: none;
	width: 200px;
	height: 200px;
	z-index: 1;
	background: 50% 50%/cover no-repeat;
	overflow: hidden;
	transition: background .5s cubic-bezier(.84, 0, .08, .99);
	top: -100px;
	left: 0;
	-webkit-clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
	clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}

.navigation-logo {
	position: absolute;
	left: 5%;
	top: 5%;
	font-family: josefin sans;
	font-size: 20px;
}

#contact-one .opacity-contact, .fade-in, .navigation-content .opacity {
	opacity: 0;
}

.navigation-close-line {
	height: 22px;
	width: 2px;
	border-radius: 10px;
	background: #f5f5f5;
	position: absolute;
	transform: rotate(-45deg);
}

.navigation-close {
	padding: 0 20px 20px;
	position: absolute;
	right: 5%;
	top: 5%;
	cursor: pointer;
}

@media (max-width:768px) and (min-width:0px) {
	.navigation-close {
		margin-top: 3%;
	}
}

.navigation-close-line:nth-child(2) {
	transform: rotate(45deg);
}

.fade-up {
	opacity: 0;
	transform: translateY(50px);
}

.headphone, .progress-bar-container, .progress-bar-container-swiper {
	z-index: 2;
}

.headphone-navigation {
	position: absolute;
	left: 4%;
	bottom: 3%;
	z-index: 2;
}

#contact-one .contact-one-heading, .heading {
	z-index: 1;
	font-size: 45px;
	font-weight: 600;
	font-family: ethn;
}

.animating {
	height: auto;
	animation: .8s linear infinite animating;
	animation-delay: calc(.1s * var(--i));
}

@keyframes animating {
	0%, 100% {
		height: 10px;
		opacity: .9;
	}

	50% {
		height: 20px;
		opacity: .7;
	}
}

.scale {
	opacity: 0;
	transform: scale(.1);
}

li {
	list-style: none;
}

.heading {
	position: relative;
	text-align: center;
	padding: 80px 50px 50px;
	letter-spacing: auto;
	opacity: .9;
	word-spacing: 0px;
	margin-top: 4%;
}

#songs-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 82%;
}

.progressbar {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .8);
	width: 2px;
	z-index: 5;
	min-height: 5%;
	transition: .7s ease-out;
}

.progress-bar-container, .progress-bar-container-swiper {
	position: fixed;
	transform: rotate(180deg) translate(-50%, -50%);
	right: 5%;
	bottom: 15%;
	height: 20vh;
	width: 2px;
	background: rgba(255, 255, 255, .4);
}

#message, .swiper-slide {
	position: relative;
	text-align: center;
}

.swiper-container {
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	max-height: 70vh;
}

.swiper-wrapper {
	height: 70vh;
}

.swiper-slide {
	font-size: 18px;
	background: 0 0;
	max-width: 80%;
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.progress-bar-container-swiper {
	position: fixed;
	right: 4%;
	transform: rotate(0);
	bottom: 5%;
	height: 2px;
	width: 10vw;
	background: rgba(255, 255, 255, .4);
}

#songs-four .swiper-pagination-progressbar-fill, #songs-three .swiper-pagination-progressbar-fill {
	background: rgb(245, 245, 245, .8);
	transition: 1s;
}

#message {
	height: 50px;
	padding: 20px;
	text-transform: uppercase;
	width: 100%;
	opacity: 0;
}

#songs-four .center, #songs-one .center, #songs-three .center, #songs-two .center {
	display: flex;
	align-items: center;
	justify-content: center;
}

#index-one .new-release {
	height: auto;
	width: 230px;
	position: fixed;
	right: 2%;
	bottom: 1%;
	/* background: rgb(240, 240, 240, .1); */
	/* -webkit-backdrop-filter: blur(20px); */
	/* padding: 10px; */
	/* -webkit-clip-path: polygon(7% 0, 100% 0, 100% 95%, 93% 100%, 0 100%, 0 5%); */
	clip-path: polygon(7% 0, 100% 0, 100% 95%, 93% 100%, 0 100%, 0 5%);
	opacity: 0;
	backdrop-filter: blur(0px);
}

#index-one .new-release img {
	height: auto;
	-webkit-clip-path: polygon(7% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
	clip-path: polygon(7% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
	width: 100%;
}

#index-one .new-release .song-details {
	padding: 10px;
}

#index-one .new-release .song-name {
	font-size: 14px;
	opacity: .9;
	padding-top: 5px;
	font-family: poppins;
}

#index-one .new-release .singer-name {
	font-size: 12px;
	opacity: .7;
	font-family: poppins;
	padding-top: 5px;
}

#index-one .play-song img {
	height: 24px;
	width: 24px;
	cursor: pointer;
}

#index-one .music-player {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}

#thumbnail {
	transition: 1s;
}

#progress-bar {
	margin-top: 13px;
	position: relative;
	z-index: 4;
	height: 4px;
	width: 100%;
	bottom: 5%;
	border-radius: 6px;
	opacity: 0.8;
}

input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	border-radius: 16px;
	background: transparent;
}

input[type="range"]::-webkit-slider-runnable-track {
	height: 15px;
	background: #595959;
	border-radius: 16px;
}

input[type="range"]::-moz-range-track {
	height: 15px;
	background: #595959;
	border-radius: 16px;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: -407px 0 0 400px #fff;
}

input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: -407px 0 0 400px #fff;
}

#contact-one .contact-one-heading {
	position: relative;
	text-align: center;
	padding: 80px 50px 50px;
	letter-spacing: 1.7px;
	opacity: .9;
}

#contact-one {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #000f11;
}

#contact-one #contact-form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: poppins;
	font-size: 20px;
	width: 55%;
}

#contact-one #flex-row {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

#contact-one .input-line {
	display: flex;
	flex-direction: row;
	width: 100%;
}

#contact-one .input-line-column {
	display: flex;
	flex-direction: column;
}

#contact-one #form input, #contact-one #form textarea {
	background: 0 0;
	border: none;
	border-bottom: 1px solid;
	padding: 10px 20px;
	margin: 25px 10px 10px;
	font-size: 18px;
	color: rgb(240, 240, 240, .8);
	font-family: poppins;
}

#contact-one #form textarea {
	height: 100px;
}

#contact-one #form {
	width: 100%;
	text-align: center;
}

#contact-one #form button {
	background: 0 0;
	outline: 0;
	border: 1px solid;
	color: #f5f5f5;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 16px;
	font-size: 18px;
	margin: 20px;
	font-family: ethn;
	text-transform: uppercase;
	cursor: pointer;
	transition: .4s;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#contact-one #form button::after {
	content: "";
	background: rgb(240, 240, 240, .8);
	left: 0;
	top: 100%;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .4s cubic-bezier(.19, 1, .22, 1);
}

#contact-one #form button:hover::after {
	top: 0;
}

#contact-one #form button:hover {
	color: #000f11;
}

#contact-one #collaboration-mail {
	width: 35%;
	font-family: poppins;
	height: auto;
	position: relative;
}

@media (max-width:768px) {
	.progress-bar-container, .progress-bar-container-swiper, .project-preview {
		display: none;
	}

	.heading {
		margin-top: 12%;
	}

	#contact-one #collaboration-mail {
		font-size: 10px;
	}
}

#contact-one #collaboration-mail .circular-text {
	animation: 20s linear infinite rotate;
	position: relative;
}

#contact-one #collaboration-mail .mail {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: .7;
	transition: .4s;
}

#contact-one #collaboration-mail #rotated {
	font-size: 24px;
	color: rgb(240, 240, 240, .7);
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

#contact-one .progressbar {
	height: 99%;
}

@media (min-width:768px) {
	.menu-bar-lines {
		display: none;
	}
}

#blog-single {
	height: auto;
	width: 100%;
	overflow: hidden;
}

.fr {
	background-image: url("../images/1.jpg");
}

.im {
	background-image: url("../images/2.jpg");
}

.tech {
	background-image: url("../images/3.jpg");
}

.opmuz {
	background-image: url("../images/4.jpg");
}

.wyn {
	background-image: url("../images/5.jpg");
}

.fl {
	background-image: url("../images/6.png");
}

.omn {
	background-image: url("../images/omn.jpg");
}

@media (min-width:767px) {
	.fr, .im, .omn, .opmuz, .tech, .wyn, .fl {
		background-position: center;
		background-attachment: fixed;
		background-size: cover;
	}
}

.menu {
	color: #dbdbdb;
}

#blog-single .center {
	text-align: center;
	align-items: center;
}

#blog-single .blog-img {
	width: 65%;
	height: auto;
	position: relative;
}

#blog-single .blog-img img {
	height: auto;
	position: relative;
	width: 100%;
	-webkit-clip-path: polygon(7% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
	clip-path: polygon(7% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
}

#blog-single .blog-info {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#blog-single .blog-info-content {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	font-family: poppins;
}

#blog-single .blog-duration, .blog-type {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .9;
}

#blog-single .blog-text {
	height: auto;
	padding: 30px 0;
	font-family: poppins;
	width: 65%;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	margin: 0 10px 10px;
}

#blog-single .blog-heading {
	font-size: 30px;
	opacity: .8;
}

@media (max-width:767px) {
	.fr, .im, .omn, .opmuz, .tech, .wyn, .fl {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#blog-single .blog-heading {
		font-size: 22px;
	}
}

#blog-single .para {
	margin-top: 30px;
	opacity: .6;
}

#blog-single .italic {
	opacity: .6;
}

#blog-single .blog-text-img {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

#blog-single .blog-text-img img {
	width: 95%;
	height: 300px;
}

#blog-single .signature {
	padding: 20px;
	opacity: .8;
	z-index: 2;
	font-family: night;
	text-align: center;
	color: rgb(240, 240, 240, .9);
	font-size: 48px;
}

#blog-single .blog-info {
	display: flex;
	justify-content: space-between;
	padding-top: 0;
	padding-bottom: 5px;
	font-size: 16px;
	opacity: .6;
}

#blog-single .blog-duration {
	font-size: 16px;
}

#blog-single .share-links ul {
	display: flex;
	position: relative;
}

#blog-single .share-links ul li {
	padding-right: 15px;
	font-size: 20px;
}

.langright {
	right: 45px;
	position: absolute;
}

@media (max-width: 675px) {
	.langright {
		right: 35px;
	}
}

.langright1 {
	right: 0;
	position: absolute;
}

@media all and (max-width:675px) and (min-width:0px) {
	.heading, .headphone, .logo {
		z-index: 2;
	}

	.logo, .menu-bar {
		position: absolute;
		top: 80%;
	}

	#blog-one, #songs-one {
		min-height: 100vh;
		overflow: hidden;
	}

	#blog-one .blog-img, #blog-one .blog-img img {
		max-width: 400px;
		border-radius: 10px;
		height: auto;
	}

	#songs-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 95%;
	}

	.menu-bar {
		right: 5%;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}

	.p {
		font-size: 10px;
	}

	.p img {
		height: 60px;
	}

	.logo, .navigation-logo {
		font-size: 15px;
		padding: 5px;
	}

	.menu-bar-name {
		font-size: 15px;
		display: none;
	}

	#blog-one .blog-one-heading, .about-one-heading, .navigation-content .navigation-ul li a {
		font-size: 35px;
	}

	#blog-one .blog-date, .cursor, .cursor-two {
		display: none;
	}

	.social-media-links-navigation {
		width: 40%;
		font-size: 16px;
	}

	.lang {
		width: 100%;
		font-size: 16px;
		height: 24vh;
	}
    @media (max-width:768px) and (min-width:0px) {
		.logo {margin-top: -3%;
	}

	.navigation-content .navigation-ul li a {
		font-size: 20px;
	}

	.social-media-links-navigation {
		display: none;
	}
}

.heading {
	padding: 60px 30px 30px;
	font-size: 24px;
}

#index-one .new-release {
	width: 190px;
}

#blog-one .blog-duration, #blog-one .blog-type, #message {
	font-size: 14px;
}

.social-media-links {
	width: 15%;
	font-size: 18px;
}

#contact-one #collaboration-mail #rotated, .logo {
	font-size: 15px;
}

#about-one .about-img {
	position: inline-block;
	width: 80%;
	height: auto;
}

#about-one .about-img img, #blog-single .blog-img img {
	height: auto;
	position: relative;
	width: 100%;
}

#about-one .center {
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#blog-one .blog, #blog-single .blog-text-img, #contact-one #flex-row {
	flex-direction: column;
}

#about-one .about-text {
	width: 90%;
}

#about-one .about-text-heading {
	font-size: 18px;
	font-weight: 200;
	margin: 20px -20px 0;
	opacity: .9;
	padding: 20px;
}

#about-one .about-text-content {
	font-size: 14px;
	padding: 20px;
	margin: 0 -20px -20px;
	opacity: .7;
}

#about-one .headphone {
	display: block;
}

.logo {
	font-weight: 200;
	left: 4%;
}

.menu-bar-line {
	width: 30px;
	height: 3px;
}

#songs-one {
	height: auto;
	width: 100%;
	background: url(../images/music-bg.JPG) center/cover fixed;
}

#blog-one {
	height: auto;
	width: 100%;
	background: url(../images/blog-bg.JPG) center/cover fixed;
}

#blog-one .blog {
	padding: 12px;
	width: 85%;
	margin: 12px;
}

#blog-one .blog-read-more {
	bottom: 0;
	right: 0;
}

#blog-one .blog-img {
	width: 100%;
	overflow: hidden;
}

#blog-one .blog-img img {
	width: 100%;
}

#blog-one .blog-text {
	width: auto;
	max-width: 500px;
	padding: 10px;
	text-align: left;
}

#blog-one .blog-heading {
	font-size: 18px;
	padding: 5px;
}

#blog-one .blog-description {
	font-size: 14px;
	padding: 5px 5px 20px;
	opacity: .8;
}

#contact-one .contact-one-heading {
	padding: 30px;
	font-size: 35px;
}

#contact-one {
	height: auto;
}

#contact-one #contact-form {
	font-family: ethn;
	font-size: 20px;
	width: 100%;
}

#contact-one #collaboration-mail {
	width: 100%;
}

#contact-one #collaboration-mail .mail {
	font-size: 12px;
}

#contact-one .input-line {
	display: flex;
	flex-direction: column;
	width: 96%;
}

#blog-single .blog-img {
	width: 90%;
	height: auto;
	position: relative;
}

#blog-single .blog-text {
	padding: 0;
	width: 90%;
}

#blog-single .para {
	margin-top: 20px;
	font-size: 16px;
}

#blog-single .italic {
	font-size: 16px;
}

#blog-single .signature {
	font-size: 40px;
}}

@media all and (max-width:1100px) and (min-width:675px) {
	#songs-one #songs-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 95%;
	}

	#contact-one #collaboration-mail {
		width: 50%;
	}

	#contact-one #contact-form {
		font-family: camel;
		font-size: 20px;
		width: 100%;
	}

	#contact-one #collaboration-mail #rotated {
		font-size: 15px;
	}

	#contact-one #collaboration-mail .mail {
		font-size: 12px;
	}

	#blog-single .blog-img {
		width: 70%;
		height: auto;
		position: relative;
	}

	#blog-single .blog-img img {
		height: auto;
		position: relative;
		width: 100%;
	}

	#blog-single .blog-text {
		padding: 10px;
		width: 70%;
	}

	#blog-single .para {
		margin-top: 20px;
	}

	#blog-single .italic {
		opacity: .8;
		font-size: 16px;
	}

	.blur-element {
		backdrop-filter: blur(10px);
		transition: backdrop-filter .3s ease-in-out;
	}
}

.image-container {
	display: flex;
	justify-content: center; /* Центрує зображення горизонтально */
	align-items: center; /* Центрує зображення вертикально */
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translateX(-50%);
}

.image-container img {
   margin: 0 0 0px 10px;
}

@media (max-width: 500px) {
	.image-container {
		display: flex;
    justify-content: right;
    align-items: center;
    position: absolute;
    bottom: 195px;
    width: 95.5%;
}
.image-container img {
   margin: 0 0 20px 10px;
}
}

.fullscreen-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0); /* Початкова прозорість */
  z-index: 1000; /* Забезпечуємо, що зображення буде на передньому плані */
  transition: background-color 0.3s ease; /* Анімація затухання/появлення фону */
}

.fullscreen-image.active {
  background-color: rgba(0, 0, 0, 0.7); /* Фон з прозорістю */
}

.fullscreen-image img {
  max-width: 95%; /* Максимальна ширина 90% від розміру екрану */
  max-height: 95%; /* Максимальна висота 90% від розміру екрану */
  object-fit: contain; /* Зберігаємо пропорції */
  opacity: 0; /* Початкова прозорість */
  transition: opacity 0.3s ease; /* Анімація затухання/появлення зображення */
}

.fullscreen-image.active img {
  opacity: 1; /* Повна прозорість */
}

.fullscreen-image img {
  opacity: 0; /* Початкова прозорість */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Анімація затухання/появлення та зміни положення */
  transform: translateY(20px); /* Початкове зміщення вниз на 20px */
}

.fullscreen-image.active img {
  opacity: 1; /* Повна прозорість */
  transform: translateY(0); /* Відсутність зміщення */
}


/* Стилі для хрестика */
.close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
  cursor: pointer;
  font-size: 26px;
}

.youtubepl {
	border: 0px solid #fff;
	margin: 0px 5px 20px 5px;
}

.containeryt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; /* Проміжок між колонками */
		padding: 0 20% 0 20%;
}

.columnyt {
    width: 100%;
		flex-wrap: nowrap; /* Відключаємо перенесення на новий рядок */
		display: flex;
}

/* Медіазапит для мобільних пристроїв */
@media (max-width: 767px) {
    .containeryt {
        grid-template-columns: 1fr; /* Одна колонка */
				padding: 12px;
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (висота / ширина * 100) */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shorts-container {
    position: relative;
    width: 100%;
    padding-bottom: 86.78%; /* 315 / 560 * 100 */
		flex: 1; /* Рівномірне розподілення простору */
		margin-right: 20px; /* Проміжок між короткими відео */
}

.shorts-container:last-child {
    margin-right: 0; /* Видаляємо проміжок після останнього короткого відео */
}

.shorts-container iframe {
    width: 100%;
}

.shorts-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:768px)	{
	.follow {
		display: none;
	}
}
