body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: black;
    background-color: #F3F3F3;
}

.nav-link {
    color: #fff !important;
}

/* .nav-link custom-link {
    color: white;
    
} */

.nav-link:hover {
    color: #F68A07 !important;
}
.navbar-light .navbar-toggler {
    background-color: white; /* Change the background color to white */
}
.kBtn {
    background-color: #F68A07;
    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;
}
.bg-image h1 span{
    font-size: 30px;
    font-weight: normal;
}
.navbar {
    background-color: transparent;
}

.navbar-scrolled {
    background-color: white !important;
    /* Adjust the background color as needed */
    transition: background-color 0.3s ease;
    /* Add a smooth transition effect */
}

.navbar-scrolled1 {
    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: black;
    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: #F68A07;
    /* 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: #F68A07;
    /* 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: #F68A07;
    /* 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: #F68A07;
    /* 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: auto;
    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: 130px;
    margin-right: 20px;
    /* background-color: #fff; */
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    /* box-shadow: 0 0px 15px rgba(255, 255, 255, 0.8); */

}

.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:992px){
    .bg-image h1{
        font-size: 25px;
    }
    .bg-image h1 span{
        font-size: 20px;
        font-weight: normal;
    }
}
@media (max-width: 576px) {
    .bg-footer {
        height: auto;
    }


    .navbar {
        background-color: #333;
    }
    .bg-image {
        height: 120vh;
    }
    .bg-image h1{
        font-size: 25px;
    }
    .bg-image h1 span{
        font-size: 20px;
        font-weight: normal;
    }
    


}

.text-link {
    color: #F68A07;
    font-weight: bold;
}

.custom-btn {
    background-color: #F68A07;
    border-color: #F68A07;
    color: white;
    /* White text color */
    font-weight: bold;
    /* Bold text */
    border-width: 2px;
    /* Border width */
    border-style: solid;
    /* Border style */
    font-size: 14px;
    width: auto;

}

.custom-button {
    color: #F68A07;
    /* Text color */
    border-color: #F68A07;
    /* Border color */
    background-color: white;
    /* Background color */
    font-weight: bold;
    /* Bold text */
    border-width: 2px;
    /* Border width */
    border-style: solid;
    /* Border style */
    width: auto;
    font-size: 14px;

}

.btn-lg {
    padding: 10px 20px;
    /* Adjust padding to be smaller */
    margin-right: 10px;
    /* Adjust spacing between buttons */
}


.sponsorship-level {
    border: 2px solid #F68A07;
    padding: 20px;
    box-sizing: border-box;

    display: inline-block;
}

.sponsorship-level p {
    margin: 10px 0;
    /* Add margin to paragraph for spacing */
}

.logo-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.sponsor-logo {
    max-width: 220px;
    height: auto;
}

.new-logo-container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 70px;
}

.new-sponsor-logo {
    max-height: 100px;
}

.committee-members {
    margin-bottom: 50px;
    /* Adjust the spacing as needed */
}

.committee-column {
    padding: 0 100px;
    /* Add padding to each column */
}

.text-center {
    text-align: center;
}

.table-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 100px;
}

table {
    border-collapse: collapse;
    width: auto;
    /* Adjust to content width */
    margin: 0 auto;
    border: 1px solid black;
}

td,
th {
    border: 1px solid black;
    padding: 2px;
    text-align: center;
}

.bold {
    font-weight: bold;
    font-size: 15px;

}

.gray {
    background-color: #f2f2f2;
}

.bolds {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.second-table-container {
    display: flex;
    /* Changed from block to flex */
    justify-content: center;
    /* Added to center the second table */
    width: 100%;
    padding: 10px 100px;
    /* Adjusted padding to match the first table */
}

.custom-container {
    padding: 5px 5px;
    background-color: #333;
    /* Light gray background */
    border-radius: 5px;
    /* Rounded corners */
    color: white;

}

.sponsor-container {
    display: inline-block;
    text-align: center;
    margin: 10px;
}

.new-sponsor-logo {
    display: block;
    margin: 0 auto;
}

.sponsor-name {
    margin-top: 5px;
    font-size: 14px;
    color: white;
}
