/*
Template Name: Dj Music
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************artist****************/
.team_1_left ul{
	display:none;
	transition: 0.3s;
}
.team_1_left:hover ul{
	display:block;
	transition: 0.3s;
}
.tags1  {
    display: inline-block;
    padding: 4px 10px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--bs-dark);
    border-radius: 10px;
    color: var(--gray);
	font-size:13px;
}
.tags1:hover  {
    transition: 0.3s;
    background: var(--orange);
    color: var(--bs-white);
}


.icon_1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

/*********************artist_end****************/




@media screen and (max-width : 767px){
.about_h1r{
	margin-bottom:20px;
}
.choose_1_right {
	padding-left:0!important;
	margin-top:20px;
}
.choose_1_right_inner_right{
	margin-top:15px;
}
.spec_1_left {
	margin-top:10px;
	margin-bottom:10px;
}
.team_1_left {
	margin-top:10px;
	margin-bottom:10px;
}
.artist_dt1_right{
	margin-top:20px;
}
.center_o1_right{
	margin-top:20px;
}
.contact_1_right{
	margin-top:20px;
}
.contact_1_right1_left{
	margin-top:15px;
}
 }


@media (min-width:576px) and (max-width:767px) {
.choose_1_right_inner_right{
	margin-top:0;
}
 }
 
@media (min-width:768px) and (max-width:991px) {

.choose_1_right {
	padding-left:0!important;
}
.icon_1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
	font-size:24px!important;
}
.spec_1_left  .font_48{
	font-size:36px;
}
.spec_1_left  h6{
	font-size:14px;
}
 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {


 }
@media screen and (min-width : 1400px){


 }


