/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
    font-family: 'AmharicFont';
	src: url('../fonts/Meaza.ttf');
}

.am-text {
	font-family: 'AmharicFont' !important;
}
.en-text {
	font-family: 'Montserrat' !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
}

.classy-navbar .nav-brand {
	display: flex;
	align-items: center;
	vertical-align: middle;
}

.classy-navbar .nav-brand img {
	width: 65px;
	height: 65px;
}

.classy-navbar .nav-brand h3 {
	font-size: 23px;
}

.classy-navbar .classynav ul li a {
	display: flex;
	align-items: center;
}

.classy-navbar .classynav ul li a img {
  	transition: all 1.5s ease-in-out;
	width: 25px;
	height: 25px;
}
.classy-navbar .classynav ul li a:hover img, .btn-icon:hover, .btn-small-icon:hover {
	transform: rotate(360deg);
}

.no-rotation {
  	transition: all 0s ease-in-out !important;
}

.classy-navbar .classynav ul li a span {
	color: #ffffff;
	font-size: 15px;
	margin-left: 7px;

	transition: all 0.75s ease-in-out;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
}

@media (min-width: 991px) {
	.classy-navbar .classynav ul li a img {
		width: 35px;
		height: 35px;
	}

	.classy-navbar .classynav ul li a span {
		opacity: 0;
		transform: translateX(-50px);
		width: 0px;
	}

	.classy-navbar .classynav ul li:hover a span {
		opacity: 1;
		transform: translateX(0px);
		width: auto;
	}
}

.btn-header {
	width: 25px;
	height: 25px;
	border: 2px solid #ffffff;
}

.section-heading h3 {
	display: inline-block;
	border-bottom: 1px solid #DDDDDD;
	font-size: 17px;
	padding-bottom: 10px;
}
.classy-navbar-toggler .navbarToggler span {
	background-color: #ffffff;
}

.hero-area, .hero-slides, .single-hero-slide {
  	height: 100vh;
}

.hero-area .hero-slides .single-hero-slide .slide-overlay {
	background-color: rgba(33, 33, 33, 0.75);
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

.hero-area .hero-slides .single-hero-slide .slide-content {
  	z-index: 1000;
}

.see-more-btn-container {
	position: absolute;
	bottom: 115px;

	display: flex;
	align-items: flex-end;
	justify-content: center;
	
	width: 100%;
	z-index: 1000;
}

.see-more-btn-container a {
	transition: all 0.5s ease-in-out;
	border: 2px solid #ffffff;
	border-radius: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 50px;
	height: 50px;
}

.see-more-btn-container a:hover {
	background-color: #FFFFFF;
	transform: scale(1.5) translateY(-20px);
}

.see-more-btn-container a span {
	color: #ffffff;
	font-size: 20px;
}

.see-more-btn-container a:hover span {
	color: #000000;
}

.visualizer {
	position: absolute;
	bottom: 0px;

	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.25rem;
	width: 100%;
	z-index: 1000;
}
.breadcumb-area .bradcumbContent {
	z-index: 1100;
}

.bar {
	width: 0.75rem;
	background: linear-gradient(to top, #1d1714, #9b1f1b);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: height 0.2s ease;
}

.featured-artist-thumb img {
	border-radius: 100%;
}

.new-hits-area .single-new-item {
	transition: all 0.2s ease-in-out;
}

.new-hits-area .single-new-item:hover, .new-hits-area .single-new-item:focus {
	background-color: #e5e9ea;
	padding: 10px;
}

.new-hits-area {
	border-color: transparent;
  	background-color: transparent; }
.new-hits-area:hover, .new-hits-area:focus {
	background-color: #f5f9fa;
	border-color: #d8d8d8;
	border-radius: 15px;
}
.btn-icon {
	transition: all 1.5s ease-in-out;
	width: 50px;
	height: 50px;
}
.btn-small-icon {
	transition: all 1.5s ease-in-out;
	width: 35px;
	height: 35px;
}
.btn-circle {
	border-radius: 100%;
}

.login-content {
	padding: 25px;
}

.btn-stream-icon {
	transition: all 1.5s ease-in-out;
	border: 1px solid #000000;
	color: #ffffff;
	border-radius: 100%;
	font-size: 19px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 40px;
	height: 40px;
}

.spotify-btn { background-color: #1db954; }
.youtube-btn { background-color: #ff0033; }
.apple-music-btn { background-color: #fd3349; }

.btn-stream-icon:hover, .btn-stream-icon:focus {
	transform: scale(1.25) rotate(360deg);
	border-color: #ffffff;
}