@charset "utf-8";
/* CSS Document */
/*	General Styling
----------------------------------------------------------------------*/
@import url("bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Monda:wght@400;700&display=swap'); /*font-family: 'Monda', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&display=swap'); /*font-family: 'Amaranth', sans-serif;*/


/*html, body {height: 100%;}*/
body {font-family: 'Monda', sans-serif; font-style: normal; color: #000000; margin: 0;height: 100%;}
ul {list-style-type: none;}
.clear {clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0;}
.extra-wrap {overflow: hidden;}
.block {display: block;}
.in-block {display: inline-block;}
.p-rel {position: relative;}
.wrapper {width: 100%; overflow: hidden;}
.super-container {margin: 0; height: 100%; padding: 0px; position: relative;}
.container {position: relative;}
img {vertical-align: middle; height: auto; max-width: 100%; border: 0;}
a {text-decoration: none; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;}

.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font18 {font-size: 18px !important;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}

.txt_fff {color: #ffffff;}
.txt_fff:hover,
.txt_fff:focus {color: #ffffff;}

.txt_666 {color: #666666;}
.txt_666:hover,
.txt_666:focus {color: #666666;}

.txt_999 {color: #999999;}
.txt_999:hover,
.txt_999:focus {color: #999999;}

.txt_333 {color: #333333;}
.txt_333:hover,
.txt_333:focus {color: #333333;}

.txt_000 {color: #000000;}
.txt_000:hover,
.txt_000:focus {color: #000000;}

.lh-auto {line-height: 1.5;}
.lh-19 {line-height: 1.9;}



/* Header
--------------------------------------------------------------*/
/* body.offcanvas-active {
    overflow:hidden;
}
.offcanvas-header {
    display:none;
}
.screen-darken {
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}
.screen-darken.active {
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
} */
#navbar_main .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}
.toggle-btn {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
.toggle-btn svg {
    width: 26px;
}
.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
    background-color: transparent;
}
.offcanvas {
    background: var(--theme-grad);
}
.offcanvas .accordion {
    border: 0;
    background-color: transparent;
}
.offcanvas .accordion .accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.offcanvas .accordion .accordion-button {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.offcanvas .accordion .accordion-body {
    border: 0;
    padding: 0;
}
.offcanvas .accordion .list-group-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000000;
    color: #000000;
}
.accordion-button:not(.collapsed)::after {
    content: "";
    background: url("../images/chevron-down.svg") no-repeat scroll 0 0 transparent;
    background-size: 20px;
}
.offcanvas .accordion .list-group-item.active {
    font-weight: 600;
}



.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    width: 310px;
}
.navbar-brand.mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
} 
.navbar-brand.mobile img {
    width: 230px;
}

/* hero img
--------------------------------------------------------------*/
#hero-img {
    position: relative;
    background: url("../images/header-logo-bg.png") no-repeat scroll center center transparent;
}


/* latest-albums
--------------------------------------------------------------*/
#latest-albumbs {
    background: url("../images/other-bg.png") no-repeat scroll 80% center transparent;
    padding: 60px 0;
    position: relative;
}


/* our-albums
--------------------------------------------------------------*/
#our-albums {
    background: url("../images/other-bg.png") no-repeat scroll 20% center transparent;
    padding: 60px 0;
    position: relative;
}


/* featured-singers
--------------------------------------------------------------*/
#featured-singers {
    background: url("../images/other-bg.png") no-repeat scroll 80% center transparent;
    padding: 60px 0;
    position: relative;
}


/* about us
--------------------------------------------------------------*/
#about-us {
    background: url("../images/other-bg.png") no-repeat scroll 20% center transparent;
    padding: 60px 0;
    position: relative;
}
.connect {
    margin-top: 40px;
}
.social-connect {
    margin-bottom: 60px;
}
.social-connect .item {
    margin: 0 30px;
}
.social-connect .item img {
    height: 70px;
}
.email-connect {
    text-align: center;
    margin-bottom: 30px;
}
.email-connect a {
    color: #000000;
    font-size: 22px;
}

/* universal 
--------------------------------------------------------------*/
.theme-grad:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--theme-grad);
}
.theme-grad-r:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--theme-grad-r);
}
section .section-title {
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 50px;
}
section .section-title h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
section .section-title h2 {
    font-weight: bold;
    margin: 0;
    line-height: 1;
    font-size: calc(1.375rem + 1.5vw);
}
section .display-6 {
    font-family: 'Amaranth', sans-serif;
    font-size: 45px;
}
section .section-link {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    font-size: 18px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 20px;
    margin: 0 6px;
    background-color: rgba(255,255,255,0.7);
}
.carousel-indicators .active {
    background-color: #000000;
}
.card {
    border: 0;
    background-color: transparent;
    text-align: center;
}
.card .card-title {
    font-family: 'Amaranth', sans-serif;
}
.img-shadow {
    -webkit-box-shadow: 0px 5px 16px rgba(0,0,0,0.7);
            box-shadow: 0px 5px 16px rgba(0,0,0,0.7);
}

/* page-inner
--------------------------------------------------------------*/
#page-inner {
	background: url("../images/other-bg1.png") no-repeat scroll 40% center transparent;
    padding-bottom: 60px;
    position: relative;
}
.page-title {
    font-family: 'Amaranth', sans-serif;
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
}
#page-inner .album-img {
    text-align: center;
    background: url("../images/other-bg.png") no-repeat scroll 90% center transparent;
    margin-bottom: 40px;
}
#page-inner .content {
    text-align: center;
}
#page-inner .content .lead {
    margin-bottom: 30px;
}


/* featured-songs
--------------------------------------------------------------*/
#featured-songs {
    background: url("../images/other-bg.png") no-repeat scroll 15% center transparent;
    padding: 60px 0;
    position: relative;
}


/* connect-with-us
--------------------------------------------------------------*/
#connect-with-us {
    background: url("../images/other-bg.png") no-repeat scroll 100% 0 transparent;
    padding: 60px 0;
    position: relative;
}







@media screen and (min-width: 768px) { }

/* below 1024 screens */
@media (max-width: 992px) { }


@media (max-width: 768px) { }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    #hero-img {background-size: cover;}

    #latest-albumbs {background-position: 25% center;}

    section .display-6 {font-size: 34px; margin-top: 20px;}

    .social-connect .item {margin: 0 10px;}
    .social-connect .item img {height: 40px;}
    .email-connect a {font-size: 18px;}

    #page-inner {padding-top: 120px !important;}
    #page-inner .album-img {background-size: cover;}

    .toggle-btn {right: 10px; top: 15px;}
	
	.icontextalign{text-align: center!important;}
	
	.artisttopmargin { margin-top: 0px !important;}
	.artisttopmargin1 { margin-top: 0px !important;}
	
	.musicapp { margin-bottom: 0px !important }
	.musicapp .item {margin: 0 10px !important;}
	.musicapp .item img {height: 70px;}
    
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .container {max-width: 98%;}

    #hero-img {background-size: cover;}

    section .display-6 {font-size: 30px;}

    .social-connect .item {margin: 0 25px;}
    .social-connect .item img {height: 50px;}

    #page-inner {padding-top: 120px !important;}
    #page-inner .album-img {background-size: cover;}
	
	.icontextalign{text-align: center!important;}
	
	.artisttopmargin { margin-top: 0px !important;}
	.artisttopmargin1 { margin-top: 0px !important;}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .logo img {width: 80%;}

    section .display-6 {font-size: 35px;}
	

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .logo img {width: 80%;}


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* 15" Notebook (1366x768) */
@media (min-width: 1280px) and (max-width: 1365.98px) {}

/* 19" Desktop (1400x900) */
@media (min-width: 1366px) and (max-width: 1440px) {}

/* 22" Desktop (1680x1050) / 20" Desktop (1600x900) */
@media (min-width: 1441px) and (max-width: 1680px) {}

/* 24" Desktop (1920x1200) / 23" Desktop (1920x1080) */
@media (min-width: 1681px) and (max-width: 1920px) {}


/* phone landscape view  */
@media (min-width: 480px) and (max-width: 767px) {}

/* phone portrait view  */
@media (max-width: 479px) {}

.artistbold{
	font-weight: 700;
}

.artisticon {vertical-align: middle; height: auto; max-width: 70%; border: 0;}
.icontextalign{text-align: right;}
.icon-shadow {
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
            box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}
.artisttopmargin{
	margin-top: 90px;
}
.artisttopmargin1{
	margin-top: 60px;
}

.musicapp {
    margin-bottom: 20px;
}
.musicapp .item {
    margin: 0 30px;
}
.musicapp .item img {
    height: 70px;
}
