.form-error {
    border: 1px solid red !important;
}
.form-error::placeholder {
    color: red;
}
/* .iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png?1) !important;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
} */
.form-control {
    padding: 10px 20px !important;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.blog-content a {
    text-decoration: underline;
    font-weight: 600;
}

.events-main {
    p {
        font-size: clamp(14px, 2.5vw, 16px);
    }
    li {
        font-size: clamp(14px, 2.5vw, 16px);
    }
    section {
        padding: 30px 0px !important;
        font-family: "Poppins", sans-serif !important;
    }
    h1, h2, h3, h4, h5, h6 ,p ,li, a{
        font-family: "Poppins", sans-serif !important;

    }
    
    h3 {
        font-size: clamp(22px, 2.5vw, 26px);
        font-weight: bold;
        margin-bottom: clamp(10px, 2.5vw, 20px);
        font-family: "Poppins", sans-serif !important;
    }
    color: #000 !important;
    font-family: "Poppins", sans-serif !important;
}
.header-section {
    padding: 30px 0px !important;
}
.top-header {
    background: url(../assets/images/banner/new-events-banner.png) center / cover
        no-repeat;
    width: 100%;;
    height: auto;
}
.logo {
    width: clamp(150px, 30vw, 250px);
}
.festival-title {
    text-transform: uppercase;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    color: #111;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    letter-spacing: -1px;
}

.festival-strong {
    font-weight: 900;
}

.festival-of {
    font-weight: 700 !important;
    font-size: clamp(
        1rem,
        2.5vw,
        2rem
    ); /* makes it slightly smaller like the image */
    position: relative;
    text-transform: uppercase;
    padding-bottom: -20px;
}
.festival-of::before {
    margin-bottom: 100px !important;
}

.festival-of::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    border-bottom: 5px solid #111; /* underline thickness */
}
.fw-black {
    font-weight: 900 !important;
}

:root {
    --primary-color: #ffd7ae;
    --secondary-color: #282163;
    --white: #ffffff;
    --black: #000000;
}

.text-black {
    color: #000 !important;
}
.header-section {
    background: url(../images/events/events-banner.png) center / cover
        no-repeat;
    height: 249px;
    position: relative;
}
.logo-container {
    position: relative;
    z-index: 2;
}
.shape3 {
  position: absolute;
  top: 0;
  left: 20%;
  width: auto;
  height: 100%;
  overflow: visible;
  z-index: 10;
}

@media (max-width: 1440px) {
  .shape3 {
    left: 15%;
  }
}

@media (max-width: 1200px) {
  .shape3 {
    left: 10%;
  }
}

@media (max-width: 1024px) {
  .shape3 {
    left: 5%;
  }
}

.tagline {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    color: var(--black);
    margin-bottom: 0px;
    font-weight: 800;
}

.date-text {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    color: var(--black);
    margin-bottom: 30px;
    font-weight: 800;
}

.banner-text {
    background-color: var(--secondary-color);
    width: 100% !important;
    color: var(--white);
    padding: 7px 0px;
    font-size: clamp(0.5rem, 2.5vw, 0.7rem);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    p {
        margin-bottom: 0px;
    }
}

.get-involved-section {
    background: url(../images/events/2.png) center / cover no-repeat;
    top: 0;
}

.get-involved {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    font-weight: 800;
    color: var(--black);
    text-align: center;
}

.section-description {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-list {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto 10px;
}

.benefits-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.benefits-list span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    vertical-align: middle;
}

@media (max-width: 576px) {
    .benefits-list span {
        width: 8px;
        height: 8px;
        margin-right: 10px;
        margin-top: 8px;
    }

    .benefits-list li {
        align-items: flex-start;
    }
}

.cta-text {
    text-align: center;
}

/* Video Section */
.video-section {
    background: var(--white);
    position: relative;
}

.video-title {
    font-size: clamp(1.5rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
}
.sponsor-video{
    height: 350px !important;
}

.sponsor-category {
    img {
        width: 180px;
        height: auto;
        max-height: 100px;
        object-fit: contain;
    }
    margin-bottom: 50px;
}

.sponsor-category h4 {
    font-weight: bold;
    font-size: clamp(16px, 2.5vw, 20px);
    color: var(--black);
    text-align: center;
    margin-bottom: 30px;
}

.sponsor-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.sponsor-logo {
    height: auto;
    width: clamp(150px, 2.5vw, 350px) !important;
    object-fit: contain;
}

/* Footer */
.footer-section {
    background-color: #CFCDDE;
    padding: 50px 0;
    color: var(--black);
}

.footer-logo {
    width: clamp(100px, 10vw, 150px);
    height: auto;
}
.footer-text{
     font-family: "Poppins", sans-serif !important;
}