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

/* NAVBAR */
.btn-pink {
    background: #FE2D14;
    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 {
    color: #FE2D14 !important;
}

/* HERO SECTION */
.hero-section {
    min-height: 500px;
    background: url("hero-banner.png") top no-repeat;
    position: relative;
    margin-top: 64px;
}

.hero-subtitle {
    color: #FFFFFFE5;
    font-size: 38px;
    font-weight: 700;
    padding-top: 34px;
    font-family: "Inter", sans-serif !important;
}

.viewevent-btn {
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 16px;
    background: #fff;
    color: #000;
    font-weight: 600;
}

.gallery-btn {
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 16px;
    background: #FFFFFF40;
    color: #FFFFFF;
    font-weight: 600;
}

.gallery-btn:hover {
    color: #fff;
}


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


.upcoming-jam h2 {
    color: #242121;
    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, #D4FC79 0%, #96E6A1 100%);
    padding: 4px 16px;
    display: block;
    border-radius: 30px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;

}

.upcoming-jam h5 {
    color: #320083;
    font-size: 24px;
    font-weight: 600;
}

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

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

.upcoming-jam a {
    box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
    border-radius: 14px;
    margin-top: 14px;
    font-weight: 600;

}

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

/* Vibes Gallery */


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

.Vibes-Gallery h2 {
    color: #242121;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px;
}

.Vibes-Gallery img {
    width: 100%;
    transition: transform 0.6s ease;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}

.view-gallerybtn a {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    background: #FE2D14;
    color: #fff;
    border-radius: 16px;
}

.gallery-item {
    height: 340px;
}

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







/* footer */

footer {
    background: #2B1F1D;
    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: 700;
}

.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: 500px;
    }

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

    .hero-subtitle {
        font-size: 22px;
    }

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

    .upcoming-jam h2,
    .Vibes-Gallery h2 {
        font-size: 35px;
    }
    .bottom-text{
        font-size: 16px;
    }
    .upcoming-jam .card li span{
        font-size: 14px;
    }
    .upcoming-jam .card-text{
        padding: 0;
    }

    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: 37%;
    }

    footer {
        padding: 64px 20px;
    }

}