*{
    padding: 0;
    margin: 0;
}
body{
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #050f35;
    font-size: 16rem;
    padding-top: 24px;
}
.mb-10{
    margin-bottom: 10px;
}
/* top section */
h1, h2, h3, h4{
    color: white;
}
.main_heading{
    color: #d4bb4b;

}
.fermata{
    font-size: 4rem;
  font-weight: bold;
  color: #050f35; /* Neon blue color */
  text-shadow: 
    0 0 8px #cb257f,    /* Glowing effect */
    0 0 8px #cb257f, 
    0 0 8px #cb257f, 
    0 0 8px #cb257f,
    0 0 8px #cb257f,
    0 0 8px #cb257f; 
  padding: 10px 10px 0 10px;
}
hr {
  border: none;         
  height: 2px;          
  background: #d4bb4b;  
  margin: 30px 0;  
  width: 100%;     
}
.press-btn a{
    border:#cb257f solid 2px;
    border-radius: 5px;
    width: 45%;
    padding: 10px 5px;
    color: white;
}
.press-btn{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 10px;
}
img{
    width: 100%;
}
a{
    text-decoration: none;
}
.top{
    display: flex;
    justify-content: space-evenly;

}

.top div{
    width: 30%;
}
.images{
    display: flex;
    justify-content: space-evenly;
    width: 75%;

}
.images div{
    text-align: center;
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
}
.images div a{
    position: absolute;
    top:10px;
    right: 10px;
    color: #d4bb4b;
    z-index: 2;
}
.images i{
    font-size: 36px;
}
.top div:nth-child(2){
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.tab-opening-text{
    display: none;
}
.gigs{
    width: 80%;
    padding: 40px;
}
.gigs div{
    margin-bottom: 50px;
}
.yellow{
    color: #d4bb4b;
    
}
.bandname{
    font-size: 1.7rem;
}
    @media screen and (max-width: 991px) {
        body{
            font-size: 14px;
        }
        .top div:nth-child(2){
            display:none;
        }
        .gigs{
            width: 100%;
        }
        .top div{
            width: 45%;
        }
         .tab-opening-text{
            display: flex;
            width: 80%;
            justify-content: center;
            margin-top: 30px;
         }
         .opening-text{
            width: 80%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
         }
         .images{
            width: 90%;
            flex-wrap: wrap;
         }
         .images div{
            width: 355px;
            margin-bottom: 20px;
         }
        
    }
    @media screen and (max-width: 500px) {
        .tab-opening-text{
            width: 90%;
        }
     
    .opening-text{
        width: 100%;
    }
}
