
/* nav header */

header {
    display: flex;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 100%;
}
.nav-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.nav-links ul {
    list-style: none;
    padding: 0;
}
.nav-links li {
    display: inline;
    margin: 0 15px;
}
.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}
.nav-links a:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.social-links ul {
    list-style: none;
    padding: 0;
}
.social-links li {
    display: inline;
    margin: 0 15px;
}
.social-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
}
.social-links a:hover {
    color: #FC29FB;
}

.mb-3 {
    margin-bottom: 1rem;
}

label {
    font-weight: bold;
    text-transform: capitalize;
}
.event-slider {
    position: relative;
}
.event-date {
    background-color: #FC29FB;
    color: #fff;
    font-size: 1.7em;
    position: absolute;
    right: -25px;
    top: 14px;
    padding: 0.3em;
    text-align: center;
}
.event-date span.day {
    font-size: 1.5em;
    line-height: 1em;
    display: inline-block;
    width: 100%;
}

.event-slider { max-width: 1100px; margin: 50px auto; }
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}
h1.main-header {
    color: #fff; 
    text-align: center;
}

body {
    background: url('/imgs/blackwithlines.png') no-repeat ;
    background-size: contain;
    background-color: #000
}

section.hero {
    /* background: url('/imgs/blackwithlines.png') no-repeat center center; */
    background-size: contain;
    padding: 100px 0;
    color: #fff;
    padding-top: 1rem;
    width: 100%;
}
.hero h1 {
    font-size: 3em;
    margin-bottom: 20px;
}
.hero p {
    font-size: 1.5em;
}

footer {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

a {
    color: #FC29FB;
    text-decoration: none;
}

.top_event_image {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow: hidden;
    height: 100%;
}

/* .top_event_image img {
    border: none;
    min-height: 500px;
    object-fit: fill;

} */
@media (max-width: 991px) {
    .top_event_image  {
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 0;
        text-align: center;
        border-top-right-radius: 2rem;
    }

    .event-date {
        right: -10px;
    }

    h3.iq-title { 
        font-size: 2rem;
        line-height: 2.3rem;
        padding-right: 0;
    }
}

.event-slider {
    box-sizing: border-box;
color: rgb(101, 101, 101);
display: block;
font: 16px / 28px Barlow, sans-serif;
scrollbar-width: thin;
text-align: left;
margin-bottom: 2rem;
background-color: #fff;
border-radius: 2rem;

a { 
    box-shadow: none;
    text-decoration: none;
}
}
.iq-subtitle {
    box-sizing: border-box;
    color: rgb(244, 87, 87);
    display: block;
    font: 600 14px / 24.5px Barlow, sans-serif;
    height: 24px;
    letter-spacing: 2px;
    margin: 7px 0px 0px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    
}

.iq-title {
    box-sizing: border-box;
    clear: both;
    color: rgb(31, 31, 31);
    cursor: auto;
    display: block;
    font: condensed 45.231998px / 58.801598px Akshar;
    padding-right: 54px;
    letter-spacing: 0.16px;
    margin: 0px;
    margin-block: 0px;
    margin-inline: 0px;
    overflow-wrap: break-word;
    scrollbar-width: thin;
    text-align: left;
    /* transition: 0.5s; */
}

.event-date-time {
    color: rgb(101, 101, 101);
    display: block;
    font: 16px / 28px Akshar;
    /* font: 32px / 40px "Roboto"; */
    text-transform: uppercase;
    /* font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
}
.description {
    box-sizing: border-box;
color: rgb(101, 101, 101);
display: block;
font: 16px / 28px Barlow, sans-serif;

margin: 16px 0px 0px;
margin-block: 16px 0px;
margin-inline: 0px;
scrollbar-width: thin;
text-align: left;


}

.iq-title-box {
    padding: 0 25px;
    padding-bottom: 25px;
}