*{
    margin: 0;
    padding: 0;

    font-family: 'Microsoft JhengHei blod', sans-serif;
    font-family: 'Microsoft JhengHei blod', sans-serif;
}

body{
    font-family: 'Anton', sans-serif;
    font-family: 'Poppins', sans-serif;
    background: #EFEFF2;
    color: #1a1a1a;
    scroll-behavior: smooth;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
/* public class */
/* public class */

h1, h2, h4, h6{
    font-weight: 700;
    font-family: 'Poppins', sans-serif;

}
h3, h5{
    font-weight: 400;
    font-family: 'Anton', sans-serif;
}

.borleftall span{
    border-left: 4px solid #d1d1d1;
    margin-right: 10px;
}
.tagcat a {
    text-decoration: none;
}
.tagcat a strong{
    font-size: 12px !important;
    display: inline-block;
    margin: 6px 6px;
}

a{
	text-decoration: none;
	font-size: 15px;
}

a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
}
.footer_section h6{
    color: #f3ede7 !important;
}
/* public class  end*/

/*===========secondary menu Start=============*/
.secondary-menu {
	z-index: 999;
	width: 100%;
    background:#000000;
    border-bottom:1px solid rgb(94, 93, 93);
}
.secondary-menu .sm-left {
	float: left;
	text-align: left;
}

.secondary-menu .sm-left a {
	color: #ccc;
}

.secondary-menu .sm-right {
	float: right;
	text-align: right;
}

.secondary-menu .sm-left,
.secondary-menu .sm-right {
	line-height: 40px;
	color: #fff;
}

.secondary-menu .sm-social-link a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
/*===========secondary menu End=============*/
.videobox{
    border: 2px solid red !important;
}


/*=========== Navbar Start ==========*/
.mynav {
	z-index: 10;
	padding: 0px;
	border: 0;
	border-radius:0;
	box-shadow: none;
	background: #000000 !important;
	width:100%;
	transition: .3s !important;
}
.sticky {
    transition: .3s !important;
    position:fixed;
	top: 0px;
	width: 100%
}

.navbar-nav a{
    color:rgb(255, 255, 255) !important;
    font-family: 'Microsoft JhengHei Light', sans-serif;
	font-weight: 600;
	text-align: center;
}
.navbar-brand img {
	width: 140px;
	height: 70px;
    z-index: 200000000;
}
.navbar-brand{
	padding:0px;
    width: 220px;
}
.navbar-toggler{
	background: #fff !important;
	color:#fff !important;
    margin-right: 0px !important;
}
/*============Navbar End=============*/


/*============Search Bar Start=============*/ 
.search-box{
	width: fit-content;
	height: fit-content;
	position: relative;
	float:right;
}
.input-search{
	height: 40px;
	width: 100px;
	border-style: none;
	padding: 20px;
	font-size: 15px;
    font-weight: 600;
	outline: none;
	border-radius: 25px;
	transition: all .5s ease-in-out;
	background-color:white;
	padding-right: 40px;
    color:#252c37!important;
}
.input-search::placeholder{
	color:#252c37!important;
	font-size: 15px;
	font-weight: 600;
	margin-left: 5px;	
}
.btn-search{
	width: 50px;
	height: 40px;
	border-style: none;
	font-size: 20px;
	font-weight: bold;
	
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	color:rgb(0, 0, 0) ;
	background-color:rgb(255, 255, 255);
	pointer-events: painted;  
}
.btn-search.input-search{
	width: 350px;
	background-color:rgb(255, 255, 255);
	border-bottom:1px solid rgb(255, 253, 253);
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search{
	width: 350px;
	border-bottom:1px solid rgb(255, 255, 255);
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
/*============Search Bar End=============*/

/*============Search Bar2 Start=============*/ 
.search-boxs{
	width:100%;
	height: fit-content;
	position: relative;
	float:right;
}
.input-searchs{
	height: 35px;
	width: 40px;
	border-style: none;
	padding: 10px;
	font-size: 17px;
	letter-spacing: 0px;
	outline: none;
	border-radius: 7px;
	transition: all .5s ease-in-out;
	background-color:white;
	padding-right: 40px;
	color:rgb(0, 0, 0);
}
.input-searchs::placeholder{
	color:rgb(0, 0, 0);
	font-size: 15px;
	font-weight: 600;
	margin-left: 5px;	
}
.btn-searchs {
    width: 50px;
    height: 35px;
    border-style: none;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: rgb(0 0 0);
    background-color: rgb(255 255 255);
    pointer-events: painted;
    margin-top: 0px;
}
.btn-searchs.input-search{
	width: 300px;
	background-color:rgb(255, 255, 255);
	border-bottom:1px solid rgb(255, 253, 253);
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-searchs{
	width: 100%;
	border-bottom:1px solid rgb(255, 255, 255);
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
/*============Search Bar2 End=============*/ 

/*============Carousel Start===========*/
.carousel-caption {
	margin: 0;
	position: absolute;
	top: 30%;
}

.carousel-item {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Ensure overlay covers only the image */
    z-index: 1;
    /* Set background color with transparency */
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value for transparency */
}

.carousel-caption {
    /* Ensure captions are above the overlay */
    z-index: 2;
    /* Add any additional styling for the captions */
}


.carousel-image {
    height: 100vh !important;
}

.sliderrr .carousel-item img{
    width: 100% !important;
    height: 100vh !important;
}



.controlpn{
    display: none;
}

.carousel-caption h2,h4{
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 1s;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 1s;
	-ms-animation-duration: 2s;
	-ms-animation-delay: 1s;
	-o-animation-duration: 2s;
	-o-animation-delay: 1s;
	animation-duration:1s;
	animation-delay:1s;
}
.carousel-caption button{
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 2.5s;
	-ms-animation-duration: 2s;
	-ms-animation-delay: 2.5s;
	-o-animation-duration: 2s;
	-o-animation-delay: 2.5s;
	animation-duration:1s;
	animation-delay:2s;
}
.carousel-caption button{
    margin-top:150px !important;
}


.carousel-caption h2{
	font-size: 60px;
	font-weight:500;
    color: #ffff;
    font-family: 'Anton', sans-serif;
	margin-bottom: 0px;
}
.carousel-caption h4{
  font-family:'Microsoft JhengHei bold', sans-serif;
  font-size:25px;
  text-align:center;
  font-weight:bolder;
  color: #ffff;

}
/*=============Carousel End==============*/



/*=================piano-menu==================*/
.piano-menu{
	float:left;
	position:absolute;
	top:5px;
	left:-27px;
	position: fixed;
	z-index: 9;
}

.piano-menu .set {
    height:auto;
    width: 15em;
    margin: 6em 30px;
    border-radius: 1em;
    position: relative;
    padding: 25px 0 0 22px;
	  border: 4px solid #c9c9c9;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%) inset, 0 1px rgb(0 0 0 / 20%) inset, 0 5px 15px rgb(0 0 0 / 50%);
}

.piano-menu .set li {
    font-family: 'Microsoft JhengHei Light ', sans-serif;
	text-align:center;
	color:white;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

.piano-menu .set li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

.piano-menu .set img{
	height: 78px;
    width: 232px;
    margin-top: 18px;
    margin-left: -22px;
}

.piano-menu .set .white {
	height:35px;
	width:215px;
	z-index:1;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-radius:5px 5px 5px 5px;
	box-shadow:-1px 0 0 rgba(255,255,255,0.8) inset,0 0 5px #ccc inset,0 0 3px rgba(0,0,0,0.2);
	background:linear-gradient(to bottom,#eee 0%,#fff 100%)
}

.piano-menu .set .white:active {
	border-top:1px solid #777;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	box-shadow:2px 0 3px rgba(0,0,0,0.1) inset,-5px 5px 20px rgba(0,0,0,0.2) inset,0 0 3px rgba(0,0,0,0.2);
	background:linear-gradient(to bottom,#fff 0%,#e9e9e9 100%)
}

.piano-menu .set a{
	padding-right:0px;
}

.piano-menu .set li {
	margin: 3px 4px;
	height:25px;
	width:9em;
	margin:1px 0 0 -1em;
	z-index:2;
	font-size: 14px;
	border:0px solid #000;
	box-shadow:0px 0px 0px 0px  rgba(255,255,255,0.2) inset, 0px -2px 4px 4px rgba(0,0,0,0.6) inset,0 2px 4px rgba(0,0,0,0.5);
	background:linear-gradient(45deg,#222 0%,#555 100%)
}

.piano-menu .set li:active {
	box-shadow:10px -1px 0px rgba(255,255,255,0.2) inset, 0 0px 0px 0px rgba(0,0,0,0.6) inset,0 0 0 0 rgba(0,0,0,0.5);
	background:linear-gradient(to right,#444 0%,#222 100%)
}

.piano-menu .set .f{
	margin: -13px;
}

.piano-menu .set li:first-child {
	border-radius:5px 5px 5px 5px
}

u.piano-menu .set li:last-child {
	border-radius:0 5px 5px 5px
}
/*==============piano-menu===============*/


/*===========About Us Page Css=============*/
.content-heading h1{
    margin-top:80px !important;
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: bolder;
}
.content-heading p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Microsoft JhengHei blod', sans-serif;
}

.content-paragraph p{
	font-family: 'Microsoft JhengHei bold', sans-serif;
	font-size: 16px !important;
	text-align: justify;
}
/*===========About Us Page Css=============*/





/*===================Media Responsive===================*/
@media (max-width: 1920px){
	.navbar-toggler{
		display:none;
	}
	.navbar .navbar-nav {
		display:none;
	}
	.search-boxs{display:none;}
}

@media (max-width: 955px){
	.carousel-caption h2{
		font-size: 40px;
	}
}

@media (max-width: 400px) {
    .sliderrr .carousel-item img{
        width: 100% !important;
        height: 40vh !important;
    }
}

@media (max-width: 576px){
    .youtubesongg{
        height: 200px !important;
    }

    .carousel-caption{
        top:15% !important;
    }
	.carousel-caption h2{
		font-size: 25px !important; 
	}
   
    .carousel-caption h4{
        font-size: 20px !important;
    }
}

@media (max-width: 991px){
    .navbar .navbar-nav {display:block;}
	.navbar-toggler{display:block ;}
    .search-box{display:none;}
    .search-boxs{display:block;}
    .secondary-menu {display:none;}
    .mynav{	top:0px; background:#252c37!important;}
    .sticky {
    transition: .3s !important;
	top: 0px;
	width: 100%
}
    
}

@media (max-width: 767px){
	/* .secondary-menu {display:none;} */
	.content-heading{text-align: center;}
	.mynav{	top:0px; background:#252c37!important;}
	/* .navbar .navbar-nav {display:block;}
	.navbar-toggler{display:block ;} */
	.piano-menu{display:none;}
	/* .search-box{display:none;} */
	.content-heading h1{margin-left: 0px !important;}
	.content-heading p{margin-left: 0px !important;}
	.content-paragraph .para1{margin-left: 0px !important; margin-top: 20px;}
    .footer_section img{margin: auto; !important;}
    .footer_section .textalgin{text-align: center !important;}
    .slide-icon{display:none;}
    
     .carousel-caption{
        top:30%;
    }
	.carousel-caption h2{
		font-size: 30px; 
	}
    .carousel-caption h4{
        font-size: 20px;
    }
}

/*===================Media Responsive===================*/


/*========image gellay===========*/


@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}
.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  margin-bottom:10px;
}

/*========image gellay end===========*/


/*=============Audio & Lyrics=============*/

 .audio_lyrics .wrapper {
    max-width: 350px;
    margin: 10px auto;
    min-height: 500px;
    border-radius: 15px;
    background-color: rgb(20 46 48);
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
}

.audio_lyrics .wrapper .song-thumbnail {
    width: 180px;
    height: 180px;
    border-radius: 50% !important;
    border: 2px solid white;
    object-fit: fill;
    box-shadow: 0 2px 35px rgba(22, 22, 22, 0.418);
}


.audio_lyrics .middle {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.audio_lyrics .slider {
    position: relative;
    z-index: 1;
    height: 2px;
    margin: 0 15px;
}

.audio_lyrics .slider>.track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #ccc;
}

.audio_lyrics .slider>.range {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.audio_lyrics .slider>.thumb {
    position: absolute;
    top: 2px;
    z-index: 3;
    width: 15px;
    height: 15px;
    background-color: #36a31b;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(63, 204, 75, 0.705);
    transition: box-shadow .3s ease-in-out;
}

.audio_lyrics .slider>.thumb::after {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 29%;
    top: 32%;
    border-radius: 50%;
    content: '';
    background-color: #fff;
}

.audio_lyrics .slider>.thumb.left {
    left: 25%;
    transform: translate(-15px, -10px);
}

.audio_lyrics .slider>.thumb.right {
    right: 25%;
    transform: translate(15px, -10px);
}

.audio_lyrics .slider>.thumb.hover {
    box-shadow: 0 0 0 3px rgba(125, 230, 134, 0.507);
}

 .slider>.thumb.active {
    box-shadow: 0 0 0 3px rgba(63, 204, 75, 0.623);
}

.audio_lyrics input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0;
}

.audio_lyrics input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none;
}


.audio_lyrics input[type="checkbox"] {
    position: absolute;
    width: 20px;
    opacity: 0;
    z-index: 200;
    right: 30px;
    top: 55.8%;
    cursor: pointer;
}

.audio_lyrics .fas.fa-heart {
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 55%;
    font-size: 1.3rem;
    color: #ddd;
}

@keyframes heart {
    0% {
        transform: scale(.50);
    }

    20% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.audio_lyrics input[type="checkbox"]:checked+.fas.fa-heart {
    will-change: font-size;
    color: #36a31b;
    animation: heart 1s cubic-bezier(.17, .89, .32, 1.49);
}

.audio_lyrics .fs-8 {
    font-size: 1.2rem;
}

.audio_lyrics .fs-09 {
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
}

.audio_lyrics .wrapper .play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #36a31b;
}

.audio_lyrics .wrapper .footer {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    bottom: 0px;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    min-height: 50px;
    max-height: 50px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    transition: all 0.4s ease-in;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

/*  .wrapper .footer:hover {
    min-height: 450px;
    max-height: 450px;
} */

.audio_lyrics .wrapper .footer .lyrics {
    color: #ddd !important;
    font-size: 0.8rem;
    text-align: center;
}

/*=============Audio & Lyrics end=============*/


/*=========== team member ===========*/
.team-member {
    margin-bottom: 3%;
}
.team-item-2 {
    background: #ffffff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height:100%;
    transition: .5s;
    cursor:pointer;
    border-radius: 20px;
    margin: 0 5% 0 5%;
}
.team-item-2 i{
    color: #f3ede7;
   padding-bottom: 5%;
}

.team-item-2 img {
    transition: .5s;
}

.team-item-2:hover img {
    transform: scale(1.1);
}

.team-item-2:hover {
   background-color: #f3ede7;
   transform: scale(1.02);
   box-shadow: 0 0 96px rgba(12, 9, 9, 0.6);
}

.team-item-2 .btn {
    border-radius: 38px 38px 0 0;
}

/*=========== team member end ===========*/



/*=========== contact section ===========*/

.getintuchbg .section3{
    box-shadow: 0 0 10px rgba(12, 9, 9, 0.2);
    text-align: center;
}
.getintuchbg .form-group{
padding: 0 20px;
}
.getintuchbg .form-item1 input{
width: 49%;
padding: 14px;
font-size: 14px;
margin-bottom: 10px;
box-sizing: border-box;
border-radius: 5px;
background-color: rgba(121, 43, 43, 0.05);
border: none;
color: rgb(80, 69, 69);
outline: none;
}
.getintuchbg .form-item1 input:first-child{
float: left;
}
.getintuchbg .form-item1 input:last-child{
float: right;
}
.getintuchbg .form-item1 input:active{
border: none;
}
.getintuchbg .form-item2 textarea{
font-size: 14px;
width: 100%;
padding: 14px;
box-sizing: border-box;
background-color: rgba(121, 43, 43, 0.05);
border: none;
color: rgb(80, 69, 69);
outline: #e92f2f;
}
.getintuchbg .map-container{
        overflow:hidden;
        padding-bottom:35%;
        position:relative;
        height:0;
      }
.getintuchbg .map-container iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
      }

/*=========== contact section end ===========*/


/*=========== footer section ===========*/

.footer_section{
  background: #1c2331;
  color: #fff;
}
.socialicon1{
  background:  #171c25;
  color: #fff;
}
.footer_section .textalgin{
  text-align: justify;
}
/*=========== footer section end===========*/


.sideGuitar img{
    height: 60vh;
    position: fixed;
    right: -40px;
    top: 120px;
    transform: rotate(-15deg);
    z-index: 11;
}