body {
    background-color: #111;
    width: 100%;
}

#section-event .event-tickets {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
    color: white;
    padding: 2rem;
}

.event-tickets img {
    max-width: 120vh;
    padding: 2rem;
    background: url('images/cool\ bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    filter: drop-shadow(20px 10px 50px #9a9a);
}


.event-tickets h1 {
    font-size: 3rem;
    padding-bottom: 1rem;
    font-family: 'bakbak one';

}

.event-tickets p {
    line-height: 30px;
    font-size: 1.5rem;
    font-family: 'bakbak one';

}

.event-tickets button {
    padding: 1rem;
    margin-top: 20px;
    border-radius: 5px;
    background-color: black;
    color: white;
    border: 1px solid orange;
}

.event-tickets button:hover {
    transform: scale(1.2);
    transform: .5s ease;
}

.details h1 {
    font-size: 2rem;
    color: white;
    padding-bottom: 2rem;
}

.details h3 {
    font-size: 2rem;
    color: #9a9a;
}


.grid-details {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 2rem;
}

.grid-details p {
    font-size: 1.3rem;
    letter-spacing: 5px;
    color: #9a9a;
}

.details {
    padding: 2rem;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border: 2px solid orange;
    border-radius: 20px;

}

.about-section {
    /* padding: 2rem; */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url('images/abbey\ img\ \(6\) copy.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section h1 {
    font-size: 2rem;
    color: white;
    font-family: 'bakbak one';

}



.about-section p {
    line-height: 50px;
    color: rgba(255, 166, 0, 0.726);
    font-size: 1.3rem;
    font-family: 'bakbak one';

}

.about-desc {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.8);
}




/* Ticket Download section */

#get-ticket .ticket-container {
    position: relative;
    transition: 0.5s ease
}

.ticket-container#blur.active {
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
}

#popup {
    position: fixed;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 600px; */
    box-shadow: 0 50px 30px rgba(0, 0, 0, .30);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

#popup.active {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.download-ticket {
    margin: 1rem;
    padding: 1rem;
    margin-bottom: 100px;


    display: flex;
    gap: 30px;

    border-radius: 30px;
    flex-wrap: wrap;


    align-items: center;
    justify-content: center;
    text-align: center;

    background: linear-gradient(135deg, #ff4500, #222);
}

.download-ticket img {
    max-width: 70vh;
}

.download-ticket h2 {
    color: #fff;
    font-size: 4rem;
    font-family: 'bakbak one';

    /* margin-bottom: 100px; */
}

.download-ticket button {
    font-family: 'bakbak one';
    margin: 2rem;
}

.download-ticket button:hover {
    transform: scale(1.2);
    transform: .5s ease;
}

.download-ticket:hover .ring1 {
    border: 6px solid orange;
    filter: drop-shadow(0 0 20px orange);
}

.download-ticket:hover .ring2 {
    border: 6px solid red;
    filter: drop-shadow(0 0 20px red);

}

.download-ticket:hover .ring3 {
    border: 6px solid #9a9a;
    filter: drop-shadow(0 0 20px #9a9a);
}

.download-ticket img {
    width: 70vh;
}

.open-popup {
    visibility: visible;
}



.get-ticket {
    position: relative;
}


/* Volunteer Section */


#volunteer {
    position: relative;
    padding: 2rem;
    margin-top: 100px;

    background: url('/Cool\ bg/cool bg 18.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.vol-form input {
    background: transparent;
    border: none;
    border-bottom: 2px solid orange;
    border-radius: 0px;
    color: #fff;

}

.vol-form input:focus {
    border: none;
    border-bottom: 4px solid orange;

}

#volunteer h1 {
    font-size: 3rem;
    color: white;
    font-family: 'bakbak one';

}

#volunteer h2 {
    font-family: 'bakbak one';

}



.vol-content p {
    color: rgba(255, 166, 0, 0.726);
    line-height: 40px;
    font-family: 'bakbak one';
    font-size: 1.2rem;
}

.vol-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 20px;
}

form label {
    font-family: 'bakbak one';
}

form input {
    font-family: 'bakbak one';
    font-size: 1rem;
}

.form-two h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.form-two label input {
    margin-bottom: 2rem;
}


.part2 {
    border-bottom: 2px solid orange;
    margin-bottom: 30px;
}

.part2 p {
    margin-bottom: 30px;
}

.vol-form button {
    padding: 1rem;
    margin-top: 20px;
    border-radius: 5px;
    background-color: black;
    color: white;
    border: 1px solid orange;
    cursor: pointer;
    transition: .5s ease;
    font-family: 'bakbak one';

}

.vol-form button:hover {
    transform: scale(1.2);
    transition: .5s ease;
}


.ticket-form form {
    margin: 20px 0;
    padding: 1rem;
    border-radius: 20px;
    flex-direction: column;
    display: flex;
    gap: 20px;
    position: relative;
}

.tickets {
    z-index: 1;
}

cite {
    position: absolute;
    border: 2px solid white;
    inset: 0;
}

.ring1 {
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    animation: clockwise 6s linear infinite;
}

.ring2 {
    border-radius: 41% 44% 56% 59% / 38% 62% 63% 37%;
    animation: clockwise 4s linear infinite;
}

.ring3 {
    border-radius: 41% 44% 56% 59% / 38% 62% 63% 37%;
    animation: counterclockwise 10s linear infinite;
}

@keyframes clockwise {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes counterclockwise {

    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

form:hover .ring1 {
    border: 6px solid orange;
    filter: drop-shadow(0 0 20px orange);
}

form:hover .ring2 {
    border: 6px solid red;
    filter: drop-shadow(0 0 20px red);

}

form:hover .ring3 {
    border: 6px solid #9a9a;
    filter: drop-shadow(0 0 20px #9a9a);
}

form h2 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 100px;

}

.ticket-form {
    /* display: inline-flex; */

    display: flex;
    align-items: start;
    /* gap: 50px; */

    justify-content: center;
    align-items: center;
    padding: 1rem;

    text-align: center;
    background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), #9a9a);
}


.input-ticket {
    width: 100%;

    padding: 1rem;
    border: none;
    margin-bottom: 2rem;
    margin-top: 2rem;

    font-weight: 500;
    color: #111;
    border-radius: 10px;
    outline: none;
    background: white;


}

.input-ticket:focus {
    border: 2px solid orange;
}

label {
    color: white;
    text-transform: uppercase;
}


.download-ticket {
    margin-top: 100px;
}

.ticket-form button,
.download-ticket button {
    padding: 1rem;
    margin-top: 20px;
    border-radius: 5px;
    background-color: black;
    color: white;
    border: 1px solid orange;
    transition: .5s ease;
}

.ticket-form button:hover {
    transform: scale(1.2);
    transition: .5s ease;
}




footer {
    background-color: #000;
}


@media (max-width:600px) {

    .event-tickets img {
        max-width: 40vh;

    }


}