body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    color: #454545;
    background-color: #F3F3F3;
}


.nav-link {
    color: #fff !important;
}

.nav-link:hover {
    color: #9813FF !important;
}

.kBtn {
    background-color: #9813FF;
    color: white;
    transition: all 0.3s ease;
}

.kBtn:hover {
    background-color: #7713cc;
    color: white !important;
}

.bg-image {
    position: relative;
    background-image: url('../images/bg.JPG');
    /* Replace 'your-image.jpg' with the path to your image */
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Adjust the last value (0.5) for the desired opacity */
}

.bg-image h1,
.bg-image p {
    text-align: center;
}

.bg-image h1 {
    font-weight: bold;
    font-size: 52px;
}
@media (max-width: 576px) {

    /* Small devices (phones) */
    .bg-image h1 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {

    /* Tablets and up */
    .bg-image h1 {
        font-size: 18px;
    }
}

@media (max-width: 992px) {

    /* Desktops and up */
    .bg-image h1 {
        font-size: 24px;
    }
}
.bg-image h1 span {
    font-size: 28px;
    font-weight: normal;
}
@media (max-width: 576px) {

    /* Small devices (phones) */
    .bg-image h1 span{
        font-size: 8px;
    }
}

@media (max-width: 768px) {

    /* Tablets and up */
    .bg-image h1 span{
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    /* Desktops and up */
    .bg-image h1 span{
        font-size: 18px;
    }
}
.navbar {
    background-color: transparent;
}



.navbar-scrolled {
    background-color: #333 !important;
    /* Adjust the background color as needed */
    transition: background-color 0.3s ease;
    /* Add a smooth transition effect */
}


.date-venue {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    /* 27px */
    letter-spacing: 0.8px;
}



.section {
    margin-top: 70px;
}

.purple-underline {}

.section h2 {
    color: #454545;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 40px;
}

.section h2:after,
.section h3:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 40px;
    /* Adjust the width of the underline as needed */
    height: 2px;
    /* Adjust the height of the underline as needed */
    background-color: #9813FF;
    /* Purple color, adjust as needed */
    margin-top: 0px;
    /* Adjust the distance of the underline from the text as needed */
    position: absolute;
    left: 15px;
    /* Position the underline at the start of the heading */
}

.section-contactus-left h2:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 40px;
    /* Adjust the width of the underline as needed */
    height: 2px;
    /* Adjust the height of the underline as needed */
    background-color: #9813FF;
    /* Purple color, adjust as needed */
    margin-top: 0px;
    /* Adjust the distance of the underline from the text as needed */
    position: absolute;
    left: 45px;
    /* Position the underline at the start of the heading */
}

.schedule-box {
    display: flex;
    align-items: start;
    /* padding: 20px; */
    /* border: 1px solid #ccc; */
    /* border-radius: 8px; */
    /* margin-bottom: 20px; */
}

.schedule-number {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #9813FF;
    /* Adjust color as needed */
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* border-radius: 50%; */
    margin-right: 20px;
}

.schedule-content {
    flex-grow: 1;
}

.schedule-content .schedule-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.purple-list {
    list-style: none;
    padding: 0;
}

.purple-list li {
    counter-increment: list-item;
    position: relative;
    margin-bottom: 10px;
}

.purple-list li::before {
    content: counter(list-item) " | ";
    color: #9813FF;
    /* Purple color, adjust as needed */
    font-weight: bold;
    margin-right: 5px;
}

.section-tracks .section-box {
    background-color: #fafafa;
    padding: 20px;
}

.section-contactus .section-box {
    background-color: #fafafa;
}

.section-contactus .section-box .contact-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.section-contactus-left {
    padding-top: 30px;
    padding-left: 30px;
}

.section-contactus-left h2 {
    margin-top: 20px;
}

.contact-list li {
    margin-bottom: 30px;
}

#map {
    height: 350px;
}

.bg-footer {
    position: relative;
    background-image: url('../images/footer-bg.jpg');
    /* Replace 'your-image.jpg' with the path to your image */
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}



.bg-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    /* Adjust the last value (0.5) for the desired opacity */
}

.footer {
    padding-top: 50px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer-list li {
    margin-bottom: 15px;
}

.footer-list li a {
    color: #F3F3F3;
}

.footer-head {
    font-size: 30px;
    text-align: left;
}

.logo-box {
    width: 100px;
    margin-right: 20px;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}

.logo-box img {
    width: 100%;
}

.footer-head .img-box img {
    width: 50px;

}

.footer-confname {
    font-weight: bold;
    text-align: left;
    columns: #666;
}

.spacer-50 {
    height: 50px;
}

@media (max-width: 576px) {
    body {
        .bg-footer {
            height: 450px;
        }
    }

    .navbar {
        background-color: #333;
    }

}