﻿
body {
    margin: 0;
    background-color: rgba(199,199,199,0.29);
}

.Eventhero {
    background-image: url(../Eventimg/cover.jpg);
    color: #d4a6b6;
    position: relative;
    padding: 150px 0;
/*    color: #cfaab6;
    position: relative;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0;
}


.overlay {
    position: absolute;
}

.title {
    font-size: 4rem;
    color: #d4a6b6;
}

.section-titles {
    /*    font-size: 48px;*/
    font-weight: 700;
    margin-bottom: 60px;
    color: #d4a6b6;
}

.see-btn {
    background-color: #d4a6b6 !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 17px;
    border: 0;
}

.buy-btn {
    font-size: 15px;
}

    .buy-btn:hover {
        background-color: #d4a6b6 !important;
        color: #fff !important;
        font-weight: 600;
    }

.plus-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: linear-gradient(45deg,#cfaab6, #e4c7d0);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    /*    font-weight: bold;*/
    border-top-right-radius: 4px;
    text-decoration: none;
    z-index: 4;
}


.department-card {
    position: relative;
    overflow: hidden;
}

    .department-card img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

.middle-down {
    margin-top: 100px;
}

.middle-up {
    margin-top: 60px;
}

.event-card {
    position: relative;
    overflow: hidden;
}

    .event-card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: 0.3s;
    }

    .event-card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: 0.3s;
    }

.event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}

.event-card:hover .event-overlay {
    opacity: 1;
}

.date-badge {
    background: #cfaab6;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px;
}

.Eventfooter-section {
    background-image: url(../Eventimg/footer-cover.jpg);
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .Eventfooter-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.5);
    }

/*   EventDetail css start*/
.Detailhero-section {
    position: relative;
    background-image: url('../Eventimg/next-event-1.jpg');
    color: #d4a6b6;
    text-align: center;
    padding: 100px 15px;
}

    .Detailhero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.5);
    }

.Detailhero-content {
    position: relative;
    z-index: 1;
}

.btn-theme {
    background: linear-gradient(135deg, #d4a6b6, #e0c0d0);
    color: #fff;
}


.event-card {
    border-top: 4px solid #d4a6b6;
}

.artist-img {
    border-radius: 40%;
    height: 170px;
    object-fit: cover;
}


.head_info {
    font-weight: 700;
    margin-top: 20px;
    color: #d4a6b6;
}

.event-info {
    background: #fff;
    padding: 30px !important;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border-top: 5px solid #d4a6b6;
    position: sticky;
    top: 20px;
}

/* Default (inactive buttons) */
.nav-tabs .nav-link {
    color: black;
    border: none;
}

    /* Active button */
    .nav-tabs .nav-link.active {
        background-color: #d4a6b6;
        color: white !important;
        border: none;
    }

/* Optional: smooth transition */
.nav-tabs .nav-link {
    transition: all 0.3s ease;
}