body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
    background-color: #000000;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}


/* header start */



.navbar-custom {
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    z-index: 1030;
    background: transparent;
    transition: all 0.4s ease-in-out;
}

.navbar-brand img {
    width: 100px;
}


/* sticky */
.sticky-scroll {
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.sticky-scroll .navbar-nav a {
    color: #ffffff !important;
}
/* sticky */


.navbar-nav {
    justify-content: end;
}

.navbar-nav a {
    color: #ffffff !important;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.navbar-nav a:hover,
.navbar-nav .active a {
    color: #ff0000 !important;
}



.navbar-toggler span {
    color: #ffffff;
}

.navbar-toggler:focus {
    box-shadow: none;
}



.header-btn a {
    background: #ff0000;
    padding: 7px 26px;
    border-radius: 50px;
    color: #ffffff;
    transition: 0.3s;
}

.header-btn a:hover {
    border: 1px solid #ff0000;
    background: transparent;
    color: #ff0000;
}



.offcanvas-end {
    background-color: #ffffff;
}





@media (max-width: 991px) {

    .navbar-nav a {
        color: #000000 !important;
    }

    .submenu {
        display: none;
        padding-left: 15px;
        margin-top: 5px;
        border-left: 2px solid #ff0000;
    }

    .submenu.show {
        display: block;
    }

    .submenu-toggle {
        font-weight: 500;
        color: #000000 !important;
    }
}



@media (max-width: 1200px) {
    .header-btn {
        display: none;
    }
}

@media (max-width: 432px) {
    .navbar-brand img {
        width: 80px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */



/* banner section */

.hero-banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 86vh;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.hero-content h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #ff0000;
    font-family: "Kalam", cursive;
}

.hero-content h1 span {
    color: #ffffff;
}

.hero-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #f5f5f5;
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .hero-banner {
        min-height: 85vh;
    }

    .hero-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .hero-banner {
        min-height: 75vh;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}


/* banner end */



/* footer start */


.footer-section {
    padding-bottom: 15px;
    background-color: #000000;
}



.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



.footer-logo img {
    width: 100px;
}

.footer-about p {
    margin-top: 15px;
    color: #f9f9f9;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #f9f9f9;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #ff0000;
}


.footer-menu{
    display: flex;
    justify-content: center;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #ffffff;

    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #f9f9f9;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #ff0000;
}

.copy-right {
    display: flex;

    justify-content: space-between;
    padding-top: 25px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #f9f9f9;

}

.copy-right a {
    color: #f9f9f9;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
        display: flex;
        justify-content: left;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */



/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 40px;
    height: 40px;
    background: #ed212c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    z-index: 999;
}
/* end */



/* blog page */

.blog-section{
    background:#000000;
    padding:50px 0;
    position:relative;
}

.section-title{
    margin-bottom:60px;
}

.section-title span{
    color:#ff0000;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
}

.section-title h2{
    color:#ffffff;
    font-size:45px;
    margin:15px 0;
    font-weight:700;
    font-family: "Kalam", cursive;
    text-transform: uppercase;
}



.section-title p{
    color:#bdbdbd;
    max-width:650px;
    margin:auto;
}

.blog-card{
    background:#111111;
    border:1px solid #222;
    border-radius:15px;
    overflow:hidden;
    transition:0.4s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-10px);
    border-color:#ff0000;
    box-shadow:0 15px 35px rgba(255,0,0,0.2);
}

.blog-image{
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:0.5s;
}

.blog-card:hover .blog-image img{
    transform:scale(1.08);
}

.blog-content{
    padding:25px;
}

.blog-content h4{
    color:#ffffff;
    font-size:20px;
    margin-bottom:15px;
}

.blog-content p{
    color:#bdbdbd;
    line-height:1.8;
    margin-bottom:20px;
    font-size:15px;
}

.blog-btn{
    display:inline-block;
    padding:12px 28px;
    background:#ff0000;
    color:#ffffff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:0.4s;
}

.blog-btn:hover{
    background:#ffffff;
    color:#ff0000;
}

@media(max-width:991px){

    .section-title h2{
        font-size:38px;
    }

    .blog-image img{
        height:230px;
    }
}

@media(max-width:576px){

    .blog-section{
        padding:30px 0;
    }

    .section-title h2{
        font-size:30px;
    }

    .blog-content h4{
        font-size:20px;
    }

    .blog-image img{
        height:220px;
    }
}

/* blog end */



/* events gigs */

.gigs-section{
    background:#000000;
    padding:50px 0;
    position:relative;
}

.section-heading{
    margin-bottom:60px;
}

.section-heading span{
    color:#ff0000;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:14px;
    font-weight:700;
}

.section-heading h2{
    color:#ffffff;
    font-size:45px;
    margin:15px 0;
    font-weight:700;
    /* text-transform:uppercase; */
    font-family: "Kalam", cursive;
    text-transform:uppercase;
}

.section-heading p{
    color:#bdbdbd;
    max-width:700px;
    margin:auto;
}

.gig-card{
    background:#111111;
    border:1px solid #222;
    border-radius:15px;
    overflow:hidden;
    transition:.4s;
    height:100%;
}

.gig-card:hover{
    transform:translateY(-10px);
    border-color:#ff0000;
    box-shadow:0 15px 35px rgba(255,0,0,.20);
}

.gig-image{
    overflow:hidden;
}

.gig-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.gig-card:hover img{
    transform:scale(1.08);
}

.gig-content{
    padding:25px;
}

.gig-content h3{
    color:#ffffff;
    font-size:20px;
    margin-bottom:20px;
}

.gig-info{
    margin-bottom:25px;
}

.gig-meta{
    display:flex;
    align-items:center;
    gap:12px;
    color:#d6d6d6;
    margin-bottom:12px;
    font-size:15px;
}

.gig-meta i{
    color:#ff0000;
    width:20px;
    text-align:center;
}

.ticket-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ff0000;
    color:#ffffff;
    text-decoration:none;
    padding:13px 28px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.ticket-btn:hover{
    background:#ffffff;
    color:#ff0000;
}

@media(max-width:991px){

    .section-heading h2{
        font-size:42px;
    }
}

@media(max-width:576px){

    .gigs-section{
        padding:70px 0;
    }

    .section-heading h2{
        font-size:32px;
    }

    .gig-image img{
        height:220px;
    }

    .gig-content h3{
        font-size:20px;
    }

    .ticket-btn{
        width:100%;
        justify-content:center;
    }
}

/* events ends  */



/* blog detail page */
.blog-details-section{
    padding:50px 0;
    background:#000000;
}

.blog-details-content{
    background:#111111;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:20px;
    overflow:hidden;
}

.blog-details-image img{
    width:100%;
    height:500px;
    object-fit:cover;
}

.blog-meta{
    padding:30px 40px 0;
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.blog-meta span{
    color:#bbbbbb;
    font-size:14px;
}

.blog-meta i{
    color:#ff0000;
    margin-right:6px;
}

.blog-title{
    color:#ffffff;
    font-size:30px;
    font-weight:500;
    line-height:1.3;
    padding:15px 40px 0;
    margin-bottom:25px;
}

.blog-details-content p{
    color:#d1d1d1;
    line-height:1.9;
    font-size:16px;
    padding:0 40px;
    margin-bottom:20px;
}

.blog-details-content h3{
    color:#ffffff;
    padding:10px 40px;
    margin-bottom:15px;
}

.blog-details-content blockquote{
    margin:30px 40px;
    padding:30px;
    background:#1a1a1a;
    border-left:4px solid #ff0000;
    color:#ffffff;
    font-size:22px;
    font-style:italic;
    border-radius:10px;
}

/* Sidebar */

.related-blog-sidebar{
    background:#111111;
    border-radius:20px;
    padding:30px;
    position:sticky;
    top:100px;
    border:1px solid rgba(255,255,255,0.08);
}

.sidebar-title h3{
    color:#ffffff;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
}

.sidebar-title h3:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:3px;
    background:#ff0000;
}

.related-blog-card{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,0.08);
    cursor:pointer;
    transition:0.4s;
}

.related-blog-card:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.related-blog-card:hover{
    transform:translateX(8px);
}

.related-blog-card img{
    width:100px;
    height:80px;
    object-fit:cover;
    border-radius:10px;
}

.related-blog-content h5{
    color:#ffffff;
    font-size:15px;
    line-height:1.4;
    margin-bottom:8px;
}

.related-blog-content span{
    color:#ff0000;
    font-size:13px;
}

/* Responsive */

@media(max-width:991px){

    .related-blog-sidebar{
        margin-top:30px;
        position:relative;
        top:0;
    }

    .blog-title{
        font-size:32px;
    }

    .blog-details-image img{
        height:350px;
    }

}

@media(max-width:767px){

    .blog-title{
        font-size:20px;
        padding:15px 25px 0;
    }

    .blog-meta{
        padding:25px 25px 0;
        gap:15px;
    }

    .blog-details-content p,
    .blog-details-content h3{
        padding-left:25px;
        padding-right:25px;
    }

    .blog-details-content blockquote{
        margin:25px;
        font-size:18px;
    }

    .related-blog-card{
        align-items:flex-start;
    }

    .related-blog-card img{
        width:90px;
        height:70px;
    }

}


/* blog end */


/* our speciality start */


.metal-speciality-section{
    background:#000;
    padding:50px 0;
    position:relative;
    overflow:hidden;
}

.metal-speciality-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,0,0,0.08);
    border-radius:50%;
    top:-250px;
    right:-150px;
    filter:blur(80px);
}

.metal-speciality-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,0,0,0.05);
    border-radius:50%;
    bottom:-200px;
    left:-100px;
    filter:blur(80px);
}

.metal-tag{
    display:inline-block;
    color:#ff0000;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.speciality-left h2{
    color:#fff;
    font-size:45px;
    font-weight:700;
    margin-bottom:25px;
    font-family: "Kalam", cursive;
    text-transform:uppercase;
}

.speciality-left h2 span{
    color:#ff0000;
}

.speciality-left p{
    color:#bdbdbd;
    line-height:1.9;
    font-size:15px;
    margin-bottom:35px;
}

.metal-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ff0000;
    color:#fff;
    padding:15px 30px;
    text-decoration:none;
    font-weight:500;
    border-radius:50px;
    transition:.4s;
}

.metal-btn:hover{
    background:#fff;
    color:#000;
    transform:translateY(-5px);
}

.metal-card{
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
    padding:35px 30px;
    border-radius:20px;
    height:100%;
    transition:.4s;
    backdrop-filter:blur(10px);
    position:relative;
    overflow:hidden;
}

.metal-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:4px;
    background:#ff0000;
    transition:.4s;
}

.metal-card:hover::before{
    width:100%;
}

.metal-card:hover{
    transform:translateY(-10px);
    border-color:#ff0000;
}

.metal-icon{
    width:75px;
    height:75px;
    background:#ff0000;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    font-size:28px;
    color:#fff;
    box-shadow:0 0 25px rgba(255,0,0,0.4);
}

.metal-card h4{
    color:#fff;
    font-size:20px;
    font-weight:500;
    margin-bottom:15px;
}

.metal-card p{
    color:#bdbdbd;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .speciality-left{
        margin-bottom:40px;
        text-align:center;
    }

    .speciality-left h2{
        font-size:38px;
    }
}

@media(max-width:576px){

    .metal-speciality-section{
        padding:0px 0;
    }

    .speciality-left h2{
        font-size:32px;
    }

    .metal-card{
        padding:30px 25px;
    }
}

/* our speciality end */



/* cover section */

.metal-cover-section{
    /* background:#050505; */
    background-color: #000;
    padding:50px 0;
    position:relative;
    overflow:hidden;
}

.cover-section-title span{
    color:#ff0000;
    font-size:14px;
    letter-spacing:3px;
    font-weight:700;
}

.cover-section-title h2{
    color:#fff;
    font-size:45px;
    font-weight:700;
    text-transform:uppercase;
    margin:15px 0;
    font-family: "Kalam", cursive;
}

.cover-section-title p{
    color:#a8a8a8;
    max-width:650px;
    margin:auto;
}

.cover-box{
    background:#0d0d0d;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:40px 30px;
    position:relative;
    overflow:hidden;
    height:100%;
    transition:.4s;
}

.cover-box::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    background:linear-gradient(180deg,
    rgba(255,0,0,.12),
    transparent);
    transition:.4s;
}

.cover-box:hover::before{
    height:100%;
}

.cover-box:hover{
    transform:translateY(-12px);
    border-color:#ff0000;
}

.cover-number{
    position:absolute;
    right:20px;
    top:10px;
    font-size:70px;
    font-weight:900;
    color:rgba(255,0,0,.08);
    line-height:1;
}

.cover-box i{
    font-size:45px;
    color:#ff0000;
    margin-bottom:25px;
}

.cover-box h4{
    color:#fff;
    font-size:20px;
    margin-bottom:15px;
    font-weight:500;
}

.cover-box p{
    color:#bfbfbf;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .cover-section-title h2{
        font-size:40px;
    }

}

@media(max-width:576px){

    .metal-cover-section{
        padding:40px 0;
    }

    .cover-section-title h2{
        font-size:32px;
    }

    .cover-number{
        font-size:55px;
    }

}