@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap"); div#landing {
    position: relative;
    height: 600px;
    overflow: hidden;
    width: 100%;
}

.left_side {
    width: 1050px;
    position: absolute;
    z-index: 999;
    top: calc(50% + 70px/2);
    left: 50%;
    transform: translate(-50%, -50%);
}

#landing > .left_side > .landing_container_left > h1 {
    color: rgb(219, 219, 219);
    font-size: 72px;
    font-weight: 900;
    margin: 0px auto;
    font-family: "Merriweather", serif;
}

#landing > .left_side > .landing_container_left > p {
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-weight: 500;
}

#landing > .left_side > .landing_container_left > div > button {
    padding: 15px 24px;
    font-size: 17px;
    margin-top: 10px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(251, 176, 50);
}

button.more {
    padding: 15px 24px;
    font-size: 19px;
    margin-top: 10px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(251, 176, 50);
    margin: 63px auto 0px auto;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.right_side {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.video_container {
    height: 100%;
}

.video_container {
    position: absolute;
    right: 0px;
    width: 100%;
    overflow: hidden;
}

video#fontana_landing {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.video_overflow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    z-index: 99;
}

.spacer_landing {
    height: 100px;
}

.section_heading {
    text-align: center;
}

div#section_with_header {
    width: 1050px;
    margin: auto;
}

div#section_with_header > .section_container > .section_heading > img {
    height: 111px;
    opacity: 0.8;
}

div#section_with_header > .section_container > .section_heading > p {
    color: rgb(199, 134, 31);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin: 0px;
    opacity: 1;
    padding: 0px 0px 40px;
    display: block;
}

.events_container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 60px;
    transform: scale(0.9);
}

.event_item {
    width: calc(495px);
    height: fit-content;
    border-radius: 12px;
    /* transform: scale(0.9); */
    min-height: 280px;
}

.event_container {
    width: 100%;
    height: fit-content;
    position: relative;
    cursor: pointer;
}

.event_container_img {
    width: 270px;
    height: 280px;
    min-height: 280px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    right: 0px;
    top: 0px;
}

.event_container_name {
    z-index: 2;
    padding: 20px 30px;
}

.event_container_name_title {
    font-size: 46px;
    color: rgb(255, 255, 255);
    font-weight: 800;
    padding: 0px 0px 20px;
    z-index: 2;
    position: relative;
    width: 370px;
}

.event_container_name_bg {
    background: rgba(19, 32, 60, 0.81);
    width: 280px;
    height: 280px;
    position: absolute;
    left: 0px;
    bottom: -300px;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.event_container_name_date {
    position: relative;
    z-index: 2;
    color: rgb(251, 176, 49);
}

.event_container_name_title > span {
    background-image: url("../img/highlighter_d.png");
    background-repeat: repeat-x;
    background-size: 15px;
    background-position: 0px 41px;
}

div#section_without_header {
    width: 1050px;
    margin: 100px auto;
}

.about_item > .about_item_container > .about_info > h3, .highlighter {
    color: rgb(233, 233, 233);
    font-size: 22px;
    font-weight: 700;
    background-image: url("../img/highlighter_d.png");
    background-repeat: repeat-x;
    background-size: 9px;
    background-position: 0px 20px;
    width: fit-content;
}

.about_item > .about_item_container > .about_info > p {
    width: 350px;
    color: rgb(233, 233, 233);
}

.about_item {
    min-height: 300px;
    padding: 100px 0px;
}

.about_image {
    width: calc(680px);
}

.about_item_container {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    min-height: 300px;
}

.about_item > .about_item_container > .about_info > p {
    color: rgb(191, 191, 191);
    font-weight: 300;
}

div#spacer {
    width: 100%;
    height: fit-content;
    display: block;
    padding: 250px 0px 150px;
    margin: 50px 0px;
    position: relative;
}

.spacer_bg {
    width: 100%;
    height: calc(100%);
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
    background-image: url("../img/bullet.png");
    background-size: 30px;
    opacity: 0.3;
}

.container {
    width: 1050px;
    margin: 0px auto 130px;
    position: relative;
    z-index: 2;
    height: calc(460px);
}

.spacer_left_side {
    border-radius: 8px;
    background: rgb(255, 255, 255);
    width: 500px;
    height: fit-content;
    padding: 30px 60px;
    color: rgb(19, 32, 60);
    position: absolute;
    top: -50px;
    z-index: 5;
}

.spacer_right_side {
    position: absolute;
    left: 400px;
    z-index: 3;
    top: 50px;
    border-radius: 8px;
}

.video {
    width: calc(650px);
    height: calc(365.169px);
}

.video > iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.spacer_gradient {
    background: linear-gradient(0deg, rgb(19, 32, 60) 0%, rgba(19, 32, 60, 0) 100%);
    width: 100%;
    height: calc(100%);
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

.spacer_left_side > h3 {
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: -2px;
    margin-top: 10px;
}

.about_item_square {
    width: 100%;
    display: flex;
    height: fit-content;
    margin-bottom: 50px;
}

.about_item_square > div > .img {
    width: 100%;
    /* border-radius: 8px; */
    position: relative;
    z-index: 1;
}

.about_item_square > div:nth-child(2) > h4 {
    color: rgb(233, 233, 233);
}

.about_item_image_filter {
    background-size: cover;
    width: 250px;
    height: 250px;
    background-position: center center;
    bottom: -87px;
    right: -105px;
    position: absolute;
    z-index: -1;
}

.about_item_square:nth-child(2n) > .about_item_image_container > .about_item_image_filter {
    left: -105px;
    bottom: -75px;
    background-size: 28px;
    width: 180px;
    height: 180px;
    background-image: url("/../img/bullet_orange.png") !important;
}

.about_item_image_container {
    position: relative;
    width: 50%;
    /* height: 100%; */
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
}

.about_item_square > div:nth-child(2) {
    color: rgb(191, 191, 191);
    width: 50%;
    padding: 40px 70px 70px 70px;
}

.about_item_square:nth-child(2n) {
    flex-direction: row-reverse;
}

.about_item_square:nth-child(2n) > div {
    text-align: right;
}

.about_item_square:nth-child(2n) > div > div {
    width: 100%;
    display: flex;
    justify-content: end;
}
.about_item_square:nth-child(2n) > div > div > h4 {
    text-align: right;
    display: block;
}

.text {
    --text-color: #fbb032;
    --bg-color: hsl(0 0% 100%);
    --bg-size: 200px;
    font-family: "Dela Gothic One", sans-serif;
    grid-area: body / body / body / body;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 38px;
}

.heading span {
    display: block;
    text-transform: uppercase;
    font-family: "Merriweather", serif;
    font-weight: 900;
    letter-spacing: 2px;
    word-spacing: 15px;
}

.heading span.filled {
    color: var(--text-color);
}

.heading span:not(.filled) {
    --stroke: min(0.25vmin, 2px) var(
    --text-color);
    color: rgb(20 20 20);
    -webkit-text-stroke: var(--stroke);
}

.spacer_left_side_filter {
    background-image: url("../img/yellow liquid/circle_in_middle_00004.png");
    width: 300px;
    height: 300px;
    top: -85px;
    left: -77px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: -1;
}

.articles_container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
}

.article_item {
    width: 310px;
    height: 350px;
    border-radius: 12px;
    margin: 20px 0px 0px 0px;
}

.article_container {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
}

.article_big > .article_container > .article_container_img {
    width: 380px;
    height: 350px;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.article_item.article_big {
    width: 660px;
}

.article_big > .article_container > .article_content {
    width: 320px;
    background: rgb(255, 255, 255);
    padding: 20px 40px;
    height: 350px;
}

.article_big > .article_container > .article_content > div:nth-child(3) {
    overflow: hidden;
}

.article_big > .article_container > .article_content {
    width: 320px;
    background: rgb(255, 255, 255);
    padding: 28px 40px;
    height: 350px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.article_big > .article_container > .article_content > div:nth-child(3) {
    overflow: hidden;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 10px;
    height: 180px;
    color: rgb(44, 44, 44);
}

.label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(152, 152, 152);
    margin-bottom: 10px;
    display: block;
}

.article_title {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
    display: block;
}

.read_more {
    display: none;
}

.article_link {
    text-decoration: none;
    color: black;
}

.article_regular > .article_container > .article_container_img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-radius: 12px;
}

.article_regular > .article_container {
    display: block;
}

.article_regular > .article_container > .article_content {
    background: rgb(255, 255, 255);
    height: fit-content;
    padding: 14px 40px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    bottom: 0px;
}

.article_regular > .article_container > .article_content > div > .label {
    margin-bottom: 0px;
}

.article_regular > .article_container > .article_content > div > .article_title {
    margin-bottom: 0px;
}

@media (max-width: 1100px) {
    .left_side {
        width: 70%;
    }
    div#section_with_header {
        width: 90%;
    }

    .articles_container > a {
        width: calc(50% - 30px);
    }
    
    .article_content > div:nth-child(3) {
        display: none;
    }
    
    .article_content {
        width: 100%;
    }
    .article_big > .article_container > .article_container_img, 
    .article_regular > .article_container > .article_container_img {
        width: 100%;
    }
    .article_item {
        width: 100%!important;
    }
    .article_big > .article_container > .article_content {
        background: rgb(255, 255, 255);
        height: fit-content;
        padding: 14px 40px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    div.videos > div.container {
        width: 90%;
    }
    .spacer_left_side {
        width: 600px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .spacer_left_side_filter {
        bottom: 0px!important;
    }
    .spacer_right_side {
        left: 50%;
        transform: translate(-50%, 0px);
        top: 180px;
    }
    div.videos > div.container:nth-child(even) > .spacer_right_side {
        left: 50%!important;
        transform: translate(-50%, 0px);
        top: 50px!important;
    }
    div.videos > div.container:nth-child(even) > .spacer_left_side {
        left: 50%!important;
        transform: translate(-50%, 0px);
        top: 480px!important;
    }
    .about_item_container {
        width: 90%;
        display: block;
    }
    .about_item > .about_item_container > .about_info > p {
        width: 100%;
    }
    img.about_image {
        display: block;
        margin: 80px auto 0px auto;
    }
    .menu_container {
        width: 100%!important;
    }
    .about_item_square {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .about_item_square > .about_item_image_container > img {
        width: 100%;
    }

    .about_item_image_filter {
        width: calc(450px / 1.5);
        height: calc(450px / 1.5);
        bottom: auto;
        top: -180px;
        right: -80px;
    }

    .about_item_square > div:nth-child(2) {
        text-align: left;
        width: 100%!important;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .about_item_square:nth-child(2n) {
        padding: 0px;
        margin-top: 0px;
    }
    .about_item_square:nth-child(2n) > div > div {
        width: 100%;
        display: flex;
        justify-content: start;
    }
    .about_item:nth-last-child(1) {padding: 100px 0px 0px 0px;}

    .about_item_square:nth-last-child(1) {
        padding: 0px 0px 0px 0px!important;
        margin-bottom: 100px;
    }
    .about_item_image_container {
        height: 600px;
        width: 100%;
        margin: 50px auto;
    }
    .about_item_square:nth-last-child(1) > div:nth-child(2) {
        padding-bottom: 0px;
    }
    footer > .container, footer > .bottom {
        width: 90%;
    }
    .events_container {
        justify-content: center;
    }
    footer > .spacer_hr {
        width: 90%;
    }
}   

@media (max-width: 850px) {
    .articles_container > a {
        width: calc(100%);
    }
    .landing_container_left > h1 {
        font-size: 62px!important;
    }
    .videos > .container > .spacer_left_side {
        width: 100%;
    }
    
    .videos > .container > .spacer_right_side {
        width: 100%;
    }
    .video {
        width: 100%;
    }
    footer > .container {
        display: block;
    }
    
    footer > .container > div {
        width: 300px;
        margin: 0px auto 80px auto;
        text-align: center;
    }
    
    footer > .container > div > h3 {
        margin: auto;
    }
}

@media (max-width: 650px) {
    .landing_container_left > h1 {
        font-size: 52px!important;
    }

    .menu_container {
        display: block;
    }

    .menu_container > .logo {
        display: none;
    }

    #menu > .menu_container > .menu {
        justify-content: space-around;
    }

    .bus {
        width: 100%!important;
    }
    .buses {
        width: 100%!important;
    }
    .day {
        width: 100%!important;
    }
}

@media (max-width: 550px) {
    .landing_container_left > h1 {
        font-size: 42px!important;
    }
}

.section_container_c {
    color: #d5d5d5;
}

.section_container_c > b {
    color: #fbb031;
}

.route_hr {
    width: 2px;
    height: calc(100% - 20px);
    position: absolute;
    background: #9b6a17;
    left: 11px;
    top: 10px;
    border-radius: 12px;
}

.route {
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-top: 20px;
}

.route_item {
    position: relative;
    display: flex;
    z-index: 999;
    padding: 10px 0px 10px 7px;
}

.route_ball {
    width: 10px;
    height: 10px;
    background: #fbb032;
    border-radius: 12px;
    position: relative;
    z-index: 99999;
    margin-top: 8px;
}

.route_info {
    margin-left: 14px;
}

.section_container_c > h2 {
    color: #fff;
}

.video-container{
    width: 100vw;
    height: 100vh;
  }
      
  .video > iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
  
  @media (min-aspect-ratio: 16/9) {
    .video-container iframe {
      /* height = 100 * (9 / 16) = 56.25 */
      height: 56.25vw;
    }
  }
      
  @media (max-aspect-ratio: 16/9) {
    .video-container iframe {
      /* width = 100 / (9 / 16) = 177.777777 */
      width: 177.78vh;
    }
  }


/* BUS */

.bus {
    width: 390px;
    background: #2c2c2c;
    padding: 10px 10px 20px 10px;
    height: fit-content;
    margin-bottom: 25px;
}

.headline {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: #575757 1px solid;
}

.line_image > img {
    width: 20px;
    margin: 2px 2px 2px 3px;
}

.line {
    display: flex;
    padding: 15px 7px;
}

.line_name {
    font-size: 15px;
    color: #fbb032;
    FONT-WEIGHT: 700;
    padding-left: 15px;
}

.line_route {
    font-size: 12px;
    color: #000;
    padding-left: 15px;
}
.line_route {
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
}

.hr {
    height: calc( 100% + 25px);
    width: 2px;
    margin: -25px auto 0px auto;
    background: #575757;
}

.stops_left_side {
    position: relative;
    width: 40px;
}

.stops {
    display: flex;
    gap: 7px;
}

.stop {
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
}

.stop_time {
    font-weight: 700;
}

.buses {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.marquee {
    /* background: #fbb030; */
    overflow: hidden;
    display: flex;
    margin: 0px;
  }
  
  .marquee h1{
    font-size: 5em;
    white-space: nowrap;
    text-transform: uppercase;
    /* padding: 0px; */
    margin: 0px;
    color: transparent;
    --stroke: min(0.25vmin, 2px) var(
    --text-color);
    /* color: rgb(20 20 20); */
    -webkit-text-stroke: 2px #fff;
  }

.about_item_square {
    /* background: #2b2b2b; */
}


.marquees_container {
    margin-top: 100px;
}

.artist_marquee {
    transition: .3s;
}
.artist_marquee:hover {
    color: #fff;
}

.countdown_container {
    background: #fbb031;
    width: fit-content;
    padding: 8px 24px;
    font-size: 36px;
    font-weight: 600;
    border-radius: 8px;
}