
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box
}
body {
    font-family: 'IBM Plex', sans-serif;
    line-height: 1.6;
    background-color: #111;
    color: #fff;
}

.topnav{
    width: 1440px;
    background-color: #F57A00;
    margin: 0 auto;
    padding: 1.5em 0;
    justify-content: space-between;
}

.topnav, .main-nav {
    display: flex;
}

.logo{
    width: 200px;
    padding: 5px;
    margin-left: 40px;
}

.main-nav{
    margin: 0 auto;
    justify-content: space-between;
    background-color: #F57A00;
    width: 1000px;
    padding: 1.5em 0;
    
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    text-align: center;
    padding: 10px 15px;
}

.main-nav a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    font-family: IBM Plex, sans-serif;
    color: #ffffff;
    font-weight: bold;
}

.main-nav a:hover {
    color: #64bfff;
}

.header {
    background-image: url("../images/Music\ festival\ stage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1440px;
    height: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}

h2{
    font-family: IBM Plex, serif;
    color: white;
    justify-content: center;
    display: flex;
    font-size: 100px;
    text-decoration: underline;
    padding: 0px;
    font-weight: bold;
}
.hero{
    display:flex;
    justify-content: center;
    gap: 85px;
    margin-top: 20px;
    color: white;
    font-size: 50px;
    font-family: IBM Plex, sans-serif;
    font-weight: bold;
}

.info{
    background-color: #000000;
    padding: 40px;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
}

.info-container{
    display:flex;
    justify-content: space-between;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
}

.about-info h3, .dates-info h4 {
    font-family: IBM Plex, serif;
    margin-bottom: 15px;
    text-decoration: underline;
    font-size: 35px;
}

.about-info p, .dates-info p{
    font-size: 18px;
    font-family: IBM Plex, sans-serif;
    width: 65%;
}

.dates-info{
    width: 35%;
}

.festival-section{
    background-color: #34506b;
    text-align: center;
    padding: 40px;
    margin: 0 auto;
    width: 1440px;
    box-sizing: border-box;
}

.festival-section h5{
    font-family: IBM Plex, serif;
    color: #ffffff;
    font-size: 35px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.festival-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;

}

.festival-gallery img {
    width: 23%;
    max-height: 220px;
    border-radius: 10px;
    object-fit: cover;
    border-radius: 10px;
}

.festival-button{
    display: flex;
    justify-content: center;
    gap: 65px;
    margin-top:auto;

}

.btn{
    display: inline-block;
    background-color: #F57A00;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: bold;
    font-family: IBM Plex, sans-serif;
    margin-top: 20px;
    border-radius: 10px;
}



.cta {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 40px;
    margin: 0 auto;
    width: 1440px;
    box-sizing: border-box;
}

.cta h6 {
    color: white;
    margin-bottom: 20px;
    font-family: IBM Plex, serif;
    font-size: 25px;
    text-decoration: underline;
}

.cta-button {
    display: inline-block;
    background-color: #F57A00;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: bold;
    font-family: IBM Plex, sans-serif;
    margin-top: 20px;
    border-radius: 10px;
}

.footer {
    display: flex;
    background-color: #F57A00;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    color:#ffffff;
    width: 1440px;
    margin: 0 auto;
    text-align: center;

}

.left-side h6 {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 17px;
}
.left-side{
    margin-bottom: 20px;
    font-family: IBM Plex, sans-serif;

}

.right-side {
    display: flex;
    gap: 30px;
}

.right-side img {
    width: 40px;
    height: 40px;

}

.copyright {
    border-top: 2px solid white;
    border-width: 2px;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 12px;
}

.arts-craft {
    background-color: #000;
    text-align: center;
    padding: 60px 40px;
}

.arts-crafts h1 {
    display: flex;
    justify-content: center;
    text-align: center;
    color:#ffffff;
    font-size: 48px;
    text-decoration: underline;
    margin-bottom: 30px;
    font-family: IBM Plex, serif;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.card-set {
    text-align: center;
    width: 220px;
    font-family: IBM Plex, sans-serif;
    font-weight: bold;
}

.card-set h2 {
    text-align: center;
    font-size: 20px;
    font-family: IBM Plex, sans-serif;
    text-decoration: none;
}


.card-set img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.vendors {
    text-align: center;
    background-color: #34506b;
    text-align: center;
    padding: 40px;
    margin: 0 auto;
    width: 1440px;
    box-sizing: border-box;
}

.vendor-one img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.vendor-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.vendor-one {
    width: 280px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.vendor-one h4, h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: IBM Plex, serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 25px;

}


.cta-second {
    display: inline-block;
    background-color: #F57A00;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: bold;
    font-family: IBM Plex, sans-serif;
    margin-top: 20px;
    border-radius: 10px;
}

.contact {
    background-color: #000;
    text-align: center;
    padding: 40px;
    margin: 0 auto;
    width: 1440px;
    box-sizing: border-box;
}

.contact-rows {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 180px;
    margin-top: 25px;
}

.name {
    font-weight: bold;
    text-decoration: underline;
}

.contact h6{
    font-family: IBM Plex, serif;
    text-decoration: underline;
    font-size: 25px;
}

.contact-person{
    width: 360px;
    justify-content: center;
    flex-wrap: wrap;
}