/* GENERAL */
body {
    font-family: "Onest", sans-serif !important;
}

/* NAVBAR */
.btn-pink {
    background: linear-gradient(90deg, #C800DE 0%, #E60076 100%);
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    padding: 9px 25px;
    text-decoration: none;
    transition: transform 0.5s ease;
}

button {
    transition: transform 0.25s ease !important;
}

button:hover {
    transform: scale(1.05);
    color: #fff !important;
}

.navbar-brandimg {
    width: 125px;
    height: 70px;
    object-fit: contain;
}

.navbar {
    box-shadow:
        0px 4px 6px -4px rgba(0, 0, 0, 0.1),
        0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    background: transparent ;
}

.header .nav-link {
    color: #364153 !important;
    font-size: 16px;
    transition: all 0.3s ease;
}

.header .nav-link:hover {
    background: linear-gradient(90deg, #C800DE 0%, #E60076 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* HERO SECTION */
.hero-section {
    min-height: 1200px;
    background: url("hero-banner.png") center/cover no-repeat;
    position: relative;
}

.hero-subtitle {
    color: #FFFFFFE5;
    font-size: 23px;
}

.viewevent-btn {
    background: linear-gradient(90deg, #E12AFB 0%, #F6339A 100%);
    padding: 16px 32px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}

.gallery-btn {
    backdrop-filter: blur(8px);
    padding: 16px 32px;
    border: 2px solid #FFFFFF4D;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}

.gallery-btn:hover{
    color: #fff;
}
/* Container */
.scroll-indicator {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

/* Mouse shape */
.mouse {
    width: 24px;
    height: 40px;
    border: 2px solid #FFFFFF80;
    border-radius: 999px;
    padding: 4px;
    box-sizing: border-box;
}

/* Moving dot */
.dot {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    animation: pulse 1.5s infinite;
}

/* Bounce animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

/* Dot pulse animation */
@keyframes pulse {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    50% {
        opacity: 0.4;
        transform: translateY(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* upcoming jam */
.upcoming-jam {
    padding: 80px 0px;
}


.upcoming-jam h2 {
    background: linear-gradient(90deg,
            #9810FA 0%,
            #F6339A 50%,
            #FF6900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px;
}

.bottom-text {
    font-size: 18px;
    color: #4A5565;

}

.upcoming-jam .card {
    border-radius: 16px;
    box-shadow:
        0px 8px 10px -6px #0000001A,
        0px 20px 25px -5px #0000001A;
    border: 0;
    transition: all 0.3s ease;
    transform: translateY(0);
    position: relative;
}

.upcoming-jam .card:hover {
    transform: translateY(-0.5rem);
}

.upcoming-jam .card-img-top {
    border-radius: 16px 16px 0px 0px;
}

.Featured-span {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(90deg, #FDC700 0%, #FF6900 100%);
    padding: 4px 16px;
    display: block;
    border-radius: 30px;
    font-size: 14px;
    color: #FFFFFF;

}

.upcoming-jam h5 {
    background: linear-gradient(90deg, #C800DE 0%, #E60076 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    font-weight: 400;
}

.upcoming-jam .card-text {
    font-size: 16px;
    color: #4A5565;
    font-weight: 400;
    padding-right: 15px;
}

.upcoming-jam button {
    border-radius: 14px;
    margin-top: 14px;
}

.upcoming-jam .card li span {
    font-size: 14px;
    color: #364153;
}

.doller-text {
    color: #A800B7 !important;
}

/* Vibes Gallery */


.Vibes-Gallery {
    padding: 80px 0px;
}

.Vibes-Gallery h2 {
    background: linear-gradient(90deg, #FF6900 0%, #F6339A 50%, #9810FA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px;
}

.Vibes-Gallery img {
    width: 100%;
    transition: transform 0.6s ease;
}

.view-gallerybtn a {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    background: linear-gradient(90deg, #FF6900 0%, #F6339A 100%);
    color: #fff;
    border-radius: 30px;
}

.Vibes-Gallery .gallery-item:hover img {
  transform: scale(1.1);
}







/* footer */

footer {
    background: linear-gradient(135deg, #59168B 0%, #721378 50%, #861043 100%);
    padding: 64px;
}

footer h4 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

footer .stay-text {
    color: #fff;
    opacity: 80%;
    font-size: 18px;
}

.social-icon {
    background: #ffffff1c;
    height: 64px;
    width: 64px;
    border-radius: 100px;
    line-height: 60px;
}

.email-div {
    border: 1px solid #FFFFFF33;
    background: #FFFFFF1A;
    padding: 32px;
    border-radius: 16px;
    width: 576px;
    margin: 0 auto;
    max-width: 100%;
}

.email-div h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.email-div p {
    color: #FFFFFFCC;
    font-size: 16px;
}

.email-div input {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF4D;
    padding: 14px 16px;
    border-radius: 14px;
    width: 71%;
}

.email-div input::placeholder {
    color: #FFFFFF80;
}

.email-div button {
    border-radius: 14px;
    height: 54px;
    margin-left: 12px;
}

.privacy-div {
    padding-top: 32px;
    margin-top: 48px;
    border-top: 1px solid #FFFFFF33;
}

.privacy-div img {
    opacity: 80%;
}

.privacy-div p {
    color: #FFFFFFCC;
    font-size: 16px;
}

.privacy-div a {
    color: #FFFFFFCC;
    font-size: 14px;
    text-decoration: none;
    margin-left: 24px;
}




@media (max-width: 767px) {
    .hero-section {
        min-height: 800px;
    }

    .hero-section img {
        height: 100%;
        width: 100%;
    }

    .upcoming-jam,
    .Vibes-Gallery {
        padding: 40px 0px;
    }

    .upcoming-jam h2,
    .Vibes-Gallery h2 {
        font-size: 40px;
    }

    footer h4 {
        font-size: 30px;
    }

    footer {
        padding: 40px 20px;
    }

    .email-div input {
        width: 100%;
    }

    .email-div button {
        width: 100%;
        margin: 10px 0px 0px;
    }

    .privacy-div a:first-child {
        margin: 0;
    }
    .privacy-div p{
        text-align: center;
    }
}




/* RESPONSIVE */
@media screen and (min-width: 768px) and (max-width:1024px) {
    .hero-section img {
        height: 100%;
        width: 100%;
    }

    footer {
        padding: 64px 20px;
    }

}