.jvp {
    position: relative;
    display: block;
    margin: auto;
    width: 90%;
}

footer {
    margin-top: 30px;
}

.section_heading {
    margin-left: 10px;
    margin-top: 30px;
    margin-right: 10px;
}

.project, .thanks {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
}

.sponsor_container {
    text-align: center;
}

.sponsor img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.read_more {
    text-decoration: none;
    padding: 4px;
    border-radius: 10px;
    border: 2px solid #DEBC52;
    color: #DEBC52;
    height: auto;
    font-size: 20px;
}

.yt_container {
    box-sizing: border-box;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.yt_embed {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#openRouteButton {
    color: black;
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
}

#openRouteButton:hover {
    cursor: pointer;
}

.search_inner * {
    font-size: 32px;
    color: black;
    border: none;
}

.search_inner {
    display: flex;
    margin-left: 19px;
    margin-right: 19px;
}

.info_word_section {
    margin-top: 0;
    margin-bottom: 40px;
}

.info_icon {
    color: #DEBC52;
    font-size: 36px;
}

.info_word {
    margin-left: 20px;
    font-size: 36px;
}

#search_dropdown {
    background-color: white;
    font-family: "Nunito", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/static/common/svgs/solid/caret-down.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 30px 0 0;
    width: 100%;
    margin-right: 25px;
}

.search {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 10px;
    max-width: 1000px;
    width: 90%;
    border-radius: 50px;
    background-color: white;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.3);
}

.info_word_display {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.info_word_description {
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 20px;
}

.festlbus_title {
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 72px;
    text-align: center;
}

.festlbus_caption {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    font-size: 28px;
    text-align: center;
}

.header {
    background-size: cover;
    background-position: center;
}

.search_outer {
    margin-bottom: 50px;
}

.sponsor_popup_body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sponsor_popup {
    display: none;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.sponsor_popup .popup_heading {
    margin-top: 10px;
    padding: 0 15px;
}

.sponsor_popup .popup_inner {
    border-radius: 10px;
}

.sponsor_link_list {
    padding: 0 15px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sponsor_link_list a {
    font-size: 18px;
}

.sponsor_popup.active {
    display: block;
}

@media only screen and (min-width: 992px) {
    .sponsor_popup {
        width: auto;
    }

    .project, .thanks {
        font-size: 36px;
    }

    .festlbus_title {
        margin-top: 60px;
        font-size: 124px;
    }

    .festlbus_caption {
        padding-left: 65px;
        padding-right: 65px;
        font-size: 36px;
        text-align: center;
    }

    .read_more {
        font-size: 28px;
        padding: 6px;
    }

    .jvp {
        width: 35%;
    }

    .section_heading {
        margin-top: 100px;
    }

    .sponsor img {
        width: 33%;
        cursor: pointer;
    }

    .info_word_section {
        display: flex;
    }

    .info_word_display {
        margin-top: 0;
        flex: 1;
    }

    .info_word_description {
        font-size: 26px;
        margin-top: 30px;
    }

    .info_word_section {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .info_icon, .info_word {
        font-size: 46px;
    }

    footer {
        margin-top: 100px;
    }

    .search_outer {
        margin-bottom: 134px;
    }

    #search_dropdown {
        width: auto;
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .search {
        width: 100%;
    }

    .section_heading {
        margin-right: 0;
        margin-left: 0;
    }
}
