/*
Template Name: Music Band
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************center_home****************/
.carousel-caption{
	background-color: var(--bg_transparent_violet_1)!important;
	bottom:0;
	left:0;
	color:var(--bs-white);
	width:100%;
	height:100%;
	padding: 110px 140px 0px 140px;
	text-align:left;
 }
.tags a {
    display: block;
    padding: 10px 25px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    color: var(--bs-white);
    border-radius: 50rem;
	border:1px solid var(--border_light);
}
.tags a:hover {
    color: var(--yellow);
	border:1px solid var(--yellow);
}
/*********************center_home_end****************/


/*********************event****************/
#event {
    background-image: url(../image/7.jpg);
    background-position: center center;
    background-size: cover;
}
.event_2_left3{
	padding-top:60px;
}
.event_2_left2{
	padding-top:35px;
}
.event_2_left4{
	padding-top:75px;
}
.event_2_left1{
	border-radius:30px 0px 0px 30px;
}

.center_event {
    background-image: url(../image/7.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************event_end****************/


/*********************gallery****************/
#gallery .modal-dialog {
	max-width: 800px;
}
.homei1i2{
	padding-top:23%;
	display:none;
	transition: 0.3s; 
 }
.gallery_1l:hover .homei1i2{
	display:block; 
	transition: 0.3s;
 }
.gallery_1l{
  margin:2px;
 }
.modal {
  z-index:10000;
 }
 
/*********************gallery_end****************/



@media screen and (max-width : 767px){
.carousel-caption {
    position:static!important;
    padding:15px 15px 50px 15px;
    background: #142326 !important;
    text-align:left!important;
}
.carousel-caption h1 {
    font-size: 30px;
}
.carousel-caption br {
    display:none;
}
.carousel-caption p {
    width:100%!important;
}

.about_h1_right{
	margin-top:20px;
}

.event_2_left3{
	padding-top:30px;
}
.event_2_left2{
	padding-top:15px;
}
.event_2_left4{
	padding-top:30px;
	padding-bottom:30px;
}

.gallery_1_right{
	padding:15px 0px!important;
}

 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {

.center_home img{
   min-height:550px;
 }
.carousel-caption h1 {
    font-size: 45px;
}
.carousel-caption br {
    display:none;
}
.carousel-caption p {
    width:70%!important;
}
.carousel-caption{
	padding: 70px 90px 0px 90px;
 }

 .homei1i2{
	padding-top:20%;
 }
 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img{
   min-height:600px;
 }
.carousel-caption h1 {
    font-size: 50px;
}
.carousel-caption{
	padding: 80px 120px 0px 120px;
 }

 }

@media (min-width:1201px) and (max-width:1300px) {
.center_home img{
   min-height:680px;
 }

 }
@media screen and (min-width : 1400px){
.carousel-caption{
	padding: 270px 120px 0px 120px;
 }

 }


