
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

header {
    background: linear-gradient(rgba(62,78,163,0.7), rgba(111,123,216,0.7)),
                url("../images/Festival\ banner\ graphics\ 2.jpg") center/cover no-repeat;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
}

.nav {
    list-style: none;
    display: flex;
    gap: 15px;
}

.nav a {
    text-decoration: none;
    background: #ff9e94;
    padding: 10px 16px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
}

.nav a:hover {
    background: #ff7f73;
}

.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero {
    padding: 80px 50px 120px;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.hero-text h1 {
    font-size: 60px;
    margin: 0;
    line-height: 1.1;
    max-width: 550px;
}

.hero-text h2 {
    font-size: 48px;
    margin: 10px 0;
}

.hero-text p {
    max-width: 500px;
    font-size: 18px;
}

.hero-date {
    margin-top: 25px;
    text-align: right;
}

.hero-date .hashtag {
    font-size: 16px;
    letter-spacing: 2px;
}

.hero-date h3 {
    font-size: 32px;
    margin: 5px 0 0;
    font-weight: 800;

}

.artists {
    background-image: url("../images/artist\ background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #000;
    text-align: center;
    padding: 80px 20px;
}

.artist-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
}

.artist img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


.btn {
    background: #3e4ea3;
    color: #fff;
    padding: 12px 22px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.btn:hover {
    background: #2f3d85;
}

.info {
    background: linear-gradient(#3e4ea3, #6f7bd8);
    text-align: center;
    padding: 80px 20px;
}

.info-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.card {
    background: #fff;
    color: #000;
    padding: 25px;
    width: 250px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


.card i {
    font-size: 28px;
    margin-bottom: 10px;
}

.card a {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    color: #3e4ea3;
}

.card a:hover {
    color: #ff9e94;
}

.card img {
    width: 50px;     
    height: auto;    
    margin-bottom: 10px;
}

.signup {
    background: #f2f2f2;
    color: #000;
    text-align: center;
    padding: 80px 20px;
}

.form {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 25px 0;
}

input {
    padding: 12px;
    width: 260px;
    border-radius: 25px;
    border: none;
    background: #ddd;
}

button {
    padding: 12px 22px;
    border: none;
    border-radius: 25px;
    background: #ff9e94;
}

button:hover {
    background: #ff7f73;
}

footer {
    background: linear-gradient(#3e4ea3, #6f7bd8);
    text-align: center;
    padding: 40px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
}

.footer-nav a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.footer-nav a:hover {
    color: #ff9e94;
}

.socials img {
    width: 22px;
    margin: 0 10px;
}





.sub-header {
    background: linear-gradient(#35438f, #6979e0);
}

.craft-hero {
    text-align: center;
    padding: 40px 60px 70px;
}

.craft-hero h1 {
    font-size: 46px;
    margin: 20px 0;
    font-weight: 800;
}

.craft-hero p {
    max-width: 720px;
    margin: 0 auto 25px;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
}

.craft-hero img {
    width: 82%;
    max-width: 980px;
    height: 430px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.vendors {
    background: #f7f7f7;
    color: #222;
    text-align: center;
    padding: 70px 60px 85px;
}

.vendors h2 {
    color: #303b78;
    font-size: 46px;
    margin: 20px 0 50px;
    font-weight: 800;
}

.vendor-row {
    display: flex;
    justify-content: center;
    gap: 38px;
    margin-bottom: 55px;
}

.vendor {
    width: 265px;
}

.vendor img {
    width: 265px;
    height: 220px;
    object-fit: cover;
    border-radius: 9px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.vendor h3 {
    color: #303b78;
    font-size: 30px;
    line-height: 1.05;
    margin: 15px 0 8px;
    font-weight: 800;
}

.vendor p {
    color: #222;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.section-arrows {
    border-left: 3px solid #303b78;
    border-right: 3px solid #303b78;
}

.become-vendor {
    background: linear-gradient(#35438f, #6979e0);
    padding: 85px 80px 70px;
    color: #fff;
}

.become-vendor h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 55px;
}

.vendor-info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 55px;
}

.vendor-text {
    width: 560px;
}

.vendor-text p {
    font-size: 19px;
    line-height: 1.35;
    margin: 0 0 25px;
    font-weight: 500;
}

.vendor-info img {
    width: 330px;
    height: 470px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.apply-btn {
    background: #ff9e94;
    color: #fff;
    padding: 14px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 800;
    margin-top: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.apply-btn:hover {
    background: #ff7f73;
    color: #24306f;
}

.socials img {
    width: 22px;
    margin: 8px;
}
