.ost_events_page {
    width: 100%;
    padding-top: 0px;
    font-family: 'Poppins';
    background-image: url(ost_events_page_images/events-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ost_events_page_title_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    padding-top: 60px;
    padding-bottom: 40px;
}
.ost_events_page_title {

}
.ost_events_page_title_content {

}
.ost_events_page_event_tabs_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 120px;
}


.ost_events_page_event_tab {
    width: 70%;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.61);
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ost_events_page_event_tab:hover {
    background-color: rgba(218, 165, 32, 0.9);
    cursor: pointer;
}
.ost_events_page_event_tab_content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    font-weight: 600;
}
.ost_events_page_event_tab_date_time {
    width: 30%;
    text-align: left;
    font-size: 18px;
}
.ost_events_page_event_tab_location {
    width: 30%;
    font-size: 26px;
}
.ost_events_page_event_tab_more_details {
    width: 30%;
    text-align: right;
    font-size: 18px;
}
.ost_events_page_event_tab_more_details p {

}
.ost_events_page_event_tab_more_details img {
    
}
.events_tab_content {
    display: none;
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    transition: 0.5s;
}
.ost_events_page_event_tab_details {
    background-color: rgba(0, 0, 0, 0.42);
    width: 70%;
    margin-top: -10px;
    margin-bottom: 20px;
}
.ost_events_page_event_tab_details_flex_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ost_events_page_event_tab_details_image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 0px;
    padding-bottom: 20px;
}
.ost_events_page_event_tab_details_image img {
    width: 100%;
}
.ost_events_page_event_tab_details_block {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.ost_events_page_event_tab_details_venue_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
.ost_events_page_event_tab_details_block_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}
.ost_events_page_event_tab_details_venue_copy {
    width: 400px;
    font-size: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: space-between;
}
.ost_events_page_event_tab_details_venue_copy_venue {
    font-size: 22px;
    font-weight: 600;
}
.ost_events_page_event_tab_details_venue_copy_address {
    font-size: 16px;
}

.ost_events_page_event_tab_details_button {
    width: 300px;
    height: 40px;
    background-color: rgb(15, 15, 15);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
}
.ost_events_page_event_tab_details_button:hover {
    background-color: rgba(218, 165, 32, 0.9);
}
.ost_events_page_event_tab_details_button img {
    width: 30px;
}
.ost_events_page_event_tab_details_button p {
    font-size: 19px;
    font-weight: 600;
    color: white;
    padding-left: 20px;
}

.ost_events_page_event_tab_details_tickets_title {
    font-size: 24px;
    font-weight: 600;
}
.ost_events_page_event_tab_details_tickets_copy {
    font-size: 18px;
}
.ost_events_page_event_tab_details_tickets_button {

}

.ost_events_page_event_tab_details_main_title {
    font-size: 24px;
    font-weight: 600;
}
.ost_events_page_event_tab_details_main_copy {
    font-size: 18px;
}
.ost_events_page_event_tab_details_main_copy {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ost_events_page_event_tab_details_main_copy_heading {
    font-size: 24px;
    font-weight: 600;
}
.ost_events_page_event_tab_details_main_copy_text {
    padding-top: 10px;
    font-size: 16px;
}
.ost_events_page_event_tab_details_main_copy_points {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
}
.ost_events_page_event_tab_details_main_copy_points_heading {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 20px;
}
.ost_events_page_event_tab_details_main_copy_points_title {
    font-size: 18px;
    font-weight: 600;
}
.ost_events_page_event_tab_details_main_copy_points_copy {
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 15px;
}
