* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    height: 100%;
    background: linear-gradient(black 8%, white 20%);
    /* background-color: #000 !important; */
}

/* .logo_title{
    position: absolute;
    top: 50%;
    rotate: 270deg;
    font-size: 5vw;
    color: #fff;
    z-index: 99;
    font-weight: 800;
    line-height: 5.5vw;
    transform: translate(30%, 25%);
    text-align: center;
} */
.logo_title{
    font-size: calc(2.05vw + 0.7vh + 0.7vmin);
    position: absolute;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    writing-mode: vertical-rl;
    white-space: nowrap;
    /* opacity: 0.5; */
    letter-spacing: 0.3px;
    right: 10px;
    top: 32%;
    transform: translateY(-35%) rotate(180deg);
    color: #fff;
}

section.events .event_update {
    display: flex;
    position: relative;
    margin-top: 19px !important;
}

section.events .event_update .event {
    width: 15%;
    background: #000;
    position: relative;
}

section.events .event_update .event .line {
    width: 40px;
    height: 1px;
    background: white;
    display: flex;
    align-items: center;
    position: absolute;
    left: -200px;
    right: 0px;
    bottom: 37px;
    margin: 0px auto;
}

section.events .event_update .update {
    width: 85%;
}

section.events .event_update .update .video_box::before {
    content: "";
    width: 85%;
    height: 100%;
    /* background: rgba(0, 2, 215, 0.4); */
    position: absolute;
}

section.events .event_update .update .video_box video.slider_vedio {
    width: 100%;
    display: block;
}

section.events .event_update .update .event_heading {
    position: absolute;
    left: 15%;
    top: 50%;
    display: flex;
    z-index: 1;
    transform: translate(-10%, -50%);
}

section.events .event_update .update .event_heading h1 {
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
    line-height: 42px;
    font-family: "Londrina Outline", sans-serif;
    color: #fff;
    margin: 0px;
}

section.events .event_update .update .event_heading h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.894%;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #fff;
    margin: 0px;
    line-height: 64px;
}

section.events .event_update .update .event_heading p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0px;
    line-height: normal;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #fff;
}

section.track_day_video.recent_event.gallery {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../../img/gallery.png) lightgray 50%/cover no-repeat;
}

section.track_day_video.recent_event.gallery .track_day_video_box.recent_box .left {
    width: 45%;
}

section.track_day_video.recent_event.gallery .track_day_video_box.recent_box .right {
    width: 55%;
}

section.recent_event {
    /* background-image: url(../../img/recent_event.png); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 70px;
    background-position: center;
    position: relative;
    top: 0;
    /* z-index: 2222; */
}

section.recent_event .recent_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

section.recent_event .recent_box .recent_heading {
    padding-inline-start: 89px;
    width: 35%;
}

section.recent_event .recent_box .recent_heading p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

section.recent_event .recent_box .recent_heading h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    font-family: "Krona One", sans-serif;
}

section.recent_event .recent_box .recent_heading .location_dropdown select {
    width: 30%;
    margin-top: 30px;
    background: none;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 10px;
}

section.recent_event .recent_box .recent_heading .location_dropdown select option {
    color: #000;
}

section.recent_event .recent_box .recent_heading .location_dropdown select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

section.recent_event .recent_box .recent_heading .left_arrow {
    text-align: center;
    padding: 40px 0px;
}

section.recent_event .recent_box .recent_heading .left_arrow a {
    color: #fff;
    font-size: 60px;
}

section.recent_event .recent_box .recent_heading .cotb {
    text-align: right;
}

section.recent_event .recent_box .recent_heading .cotb h3 {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 121.894%;
}

section.recent_event .recent_box .recent_heading .cotb p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

section.recent_event .recent_box .recent_heading .cotb .view_more {
    margin-top: 24px;
}

section.recent_event .recent_box .recent_heading .cotb .view_more button.more {
    background: #0002D7;
    box-shadow: -5.25px 3px 12.75px 0px rgba(0, 0, 0, 0.17);
    color: #fff;
    border: 0px;
    padding: 8px 33px;
    font-size: 15.737px;
    font-weight: 700;
}

section.recent_event .recent_box .recent_product_slider {
    width: 65%;
}

section.recent_event .recent_box .recent_product_slider .realtives {
    position: relative;
}

section.recent_event .recent_box .recent_product_slider #recent_event .item {
    margin: 0px 20px;
    color: #FFF;
    width: 95%;
    height: 70%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

section.upcomming_event .carousel-control-next {
    right: -125px;
}

section.upcomming_event .carousel-control-prev {
    left: -125px;
}

section.recent_event .recent_box .recent_product_slider #recent_event .item img {
    width: 100%;
    height: 410px;
    border-radius: 0px;
    object-fit: cover;
}

section.recent_event .recent_box .recent_product_slider #event_gallery .item {
    margin: 0px 20px;
    color: #FFF;
    width: 90%;
    margin: auto;
    height: 70%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

section.recent_event .recent_box .recent_product_slider #event_gallery .item img {
    width: 100%;
    height: 410px;
    border-radius: 0px;
    object-fit: cover;
}

section.recent_event .recent_box .recent_product_slider #event_gallery_tab .item {
    margin: 0px 20px;
    color: #FFF;
    width: 95%;
    height: 70%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

section.recent_event .recent_box .recent_product_slider #event_gallery_tab .item img {
    width: 100%;
    height: 410px;
    border-radius: 0px;
    object-fit: cover;
}

section.recent_event .recent_box .recent_product_slider #rider_gallery .item {
    margin: 0px 20px;
    color: #FFF;
    width: 95%;
    height: 70%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

section.recent_event .recent_box .recent_product_slider #rider_gallery .item img {
    width: 100%;
    /* height: 410px; remove beacuse trackday campaign page rider gallery image not visible properly --lalit */
    border-radius: 0px;
    object-fit: cover;
}

section.recent_event .recent_box .recent_product_slider #rider_gallery_tab .item {
    margin: 0px 20px;
    color: #FFF;
    width: 95%;
    height: 70%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

section.recent_event .recent_box .recent_product_slider #rider_gallery_tab .item img {
    width: 100%;
    /* height: 410px; remove beacuse trackday campaign page rider gallery image not visible properly --lalit */
    border-radius: 0px;
    object-fit: cover;
}

section.recent_event .recent_box .recent_product_slider .customNavigation {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 13px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-right: 10px;
}

section.recent_event .recent_box .recent_product_slider .customNavigation a.btn {
    color: #fff;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 50px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

section.recent_event .recent_box .recent_product_slider .customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div#event_gallery_tab {
    opacity: 1 !important;
}

div#rider_gallery_tab {
    opacity: 1 !important;
}

section.championship {
    background-image: url(../../images/events/event-home/r15m.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
    position: relative;
    background-position: center;
}

section.championship::before {
    content: "";
    width: 400px;
    height: 100%;
    /* background: rgba(0, 2, 215, 0.6); */
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

section.championship .champ_head {
    padding-top: 50px;
    z-index: 9;
    position: relative;
}

section.championship .champ_head h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 25px;
    font-family: "Krona One", sans-serif;
}

section.championship .champ_tab {
    z-index: 9;
    position: relative;
}

section.championship .champ_tab .tab-content {
    margin-top: 30px;
    padding-bottom: 50px;
}

section.championship .champ_tab .tab-content .camp_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.championship .champ_tab .tab-content .camp_content .fmsci {
    width: 50%;
    text-align: center;
}

section.championship .champ_tab .tab-content .camp_content .fmsci img {
    height: auto;
    margin-bottom: 12px;
}

section.championship .champ_tab .tab-content .camp_content .fmsci p {
    color: #FFF;
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    margin: auto;
}

section.championship .champ_tab .tab-content .camp_content .camp_img {
    width: 40%;
}

section.championship .champ_tab .tab-content .camp_content .camp_img img {
    width: 100%;
}

section.championship .champ_tab .tab-content .camp_content .right_arrow {
    width: 25%;
}

section.championship .champ_tab .tab-content .camp_content .right_arrow a {
    color: #fff;
    font-size: 40px;
    display: block;
    text-align: center;
}

section.championship .champ_tab ul.nav.nav-tabs {
    justify-content: center;
    border-bottom: 0px;
    list-style: none;
    border: none;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
section.championship .champ_tab ul.nav.nav-tabs .nav-item{
    margin-top: .25rem;
        display: inline-block;
}
section.championship .champ_tab ul.nav.nav-tabs .nav-link.active{
    margin-right: 0px;
}
section.championship .champ_tab ul.nav.nav-tabs .nav-link:hover{background: none;}
section.championship .champ_tab ul.nav.nav-tabs li.nav-item a.nav-link {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 26.053px;
    font-weight: 500;
}

section.championship .champ_tab ul.nav.nav-tabs li.nav-item a.nav-link.active {
    background: #0002d7;
    color: #fff;
}

section.events.track_day_event .event, section.events.bluestreak_event .event {
  width: 15%;
  position: relative;
  background: linear-gradient(93deg, #23353E 4.65%, #000 16.8%);
}

.trade_logo{
    display: inherit !important;
}

section.events.track_day_event .event .line {
    width: 70px;
    height: 1px;
    background: white;
    display: flex;
    align-items: center;
    position: absolute;
    left: -65px;
    right: 0px;
    bottom: 82px;
    margin: 0px auto;
}

.blue_streaks_top_head {

    margin-top: 67px;
}

section.events.track_day_event .update, section.events.bluestreak_event .update {
  width: 85%;
}

section.events.track_day_event .update .event_heading {
  left: 70px;
  /* bottom: 35px; */
}

section.events.bluestreak_event .update .event_heading {
  left: 4.5vw !important;
}

section.events.track_day_event .update .event_heading .box, section.events.bluestreak_event .update .event_heading .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.blue_streaks_logo_left>img {
    width: 100% !important;
    height: initial !important;
}

.blue_streaks_logo_left {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.blue_streaks_logo_lefts>img {
  width: 100%;
  /* height: 390px; */
  object-fit: contain;
}

.blue_streaks_logo_lefts>img:nth-child(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blue_streaks_logo_lefts {
  position: absolute;
  top: 50%;
  transform: translate(25%, -50%);
}

.upcoming-event{
    bottom: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1080px){
    section.spacer-top .about_track_heading, section.about_cotb .about_track_heading{
        margin-bottom: 0 !important;
    }
    .upper_div{
        /* transform: translateX(0%) !important; */
        left: 50% !important;
    }
}

@media (max-width: 769px) {
    .block.absolute.upper_div.event_wrapper {
        left: 50% !important;
        bottom: -50px !important;
    }
}

/* @media only screen and (min-width: 577px) and (max-width: 767px){
    section.spacer-top{
        padding-top: 70vw !important;
    }
} */

@media (max-width: 576px){
    .upcoming-event{
        top: 67vw;
    }
    section.spacer-top{
        padding-top: 20rem !important;
    }
}

section.events.track_day_event .update .event_heading .box .trade_logo img, section.events.bluestreak_event .update .event_heading .box .trade_logo img {
  width: 14vw;
  /* width: 370px; */
  /* height: 390px; */
  object-fit: contain;
}

section.events.track_day_event .update .video_box::before {
    width: 85%;
}

section.events.bluestreak_event .update .video_box::before {
  width: 85%;
}

section.about_track_day {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../../images/events/trackday/about-us-banner.png) lightgray 50%/cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
}
section.about_cotb {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../images/events/cotb-back.webp) lightgray 50%/cover no-repeat;
    background-repeat: no-repeat;
    /* background-size: 140em; */
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
}
section.about_track_day .about_track_heading, section.about_cotb .about_track_heading {
    padding: 10rem 0px 5rem 0 !important;
    /* padding: 5rem 0px 5rem 0 !important; */
    width: 75%;
    /* margin: 5rem auto !important; */
    text-align: center;
}

section.about_track_day .about_track_heading h1, section.about_cotb .about_track_heading h1 {
    color: #FFF;
    font-family: "Krona One";
    font-size: 44px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}

section.about_track_day .about_track_heading p, section.about_cotb .about_track_heading p {
    color: #FFF;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    margin: 0px;
    text-align: center;
    margin-bottom: 15px;
}

section.track_day_video .track_day_video_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
}

section.track_day_video .track_day_video_box .left {
    width: 35%;
    padding-inline-start: 92px;
}

section.track_day_video .track_day_video_box .left .track_heading h3 {
    color: #FFF;
    font-family: "Krona One";
    font-size: 30px;
    font-weight: 400;
}
section.track_day_video .track_day_video_box .left .track_video_heading h3 {
    color: #FFF;
    font-family: "Krona One";
    font-size: 30px;
    font-weight: 400;
    margin-left: 200px;
}

section.track_day_video .track_day_video_box .left .track_heading p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin: 40px 0px 12px 20px;
}

section.track_day_video .track_day_video_box .left .nav.flex-column.nav-pills {
    flex-direction: row !important;
    margin: 28px 0px 0px 20px;
}

section.track_day_video .track_day_video_box .left .nav.flex-column.nav-pills a.nav-link {
    border: 0.514px solid rgba(255, 255, 255, 0.57) !important;
    border-radius: 0px !important;
    color: rgba(255, 255, 255, 0.57);
    font-size: 28.391px;
    font-weight: 900;
}

section.track_day_video .track_day_video_box .left .nav.flex-column.nav-pills a.nav-link.active {
    background: none !important;
    color: #FFF;
    font-size: 28.391px;
    font-weight: 900;
}

section.track_day_video .track_day_video_box .right {
    width: 65%;
}

section.track_day_video .track_day_video_box .right .card {
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
}

section.track_day_video .track_day_video_box .right .card .track_content {
    position: relative;
}

section.track_day_video .track_day_video_box .right .card .track_content video.slider_vedio {
    width: 100%;
    display: block;
}

section.track_day_video .track_day_video_box .right .card .track_content .aru_grid {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 1;
    left: 45px;
}

section.track_day_video .track_day_video_box .right .card .track_content .aru_grid a {
    color: #fff;
    font-size: 38px;
}

section.track_day_video .track_day_video_box .right .card .track_content .aru_grid .head h4 {
    color: #FFF;
    font-size: 19.8px;
    font-weight: 800;
    margin: 0px;
}

section.track_day_video .track_day_video_box .right .card .track_content .aru_grid .head p {
    color: #FFF;
    font-size: 16.133px;
    font-weight: 500;
    margin: 0px;
}

section.track_day_video.recent_event .track_day_video_box {
    background: rgba(0, 0, 0, 0);
}

section.track_day_video.recent_event .track_day_video_box .left {
    width: 40%;
}

section.track_day_video.recent_event .track_day_video_box .left .recent_heading {
    padding-inline-start: 0px;
    width: 100%;
}

section.track_day_video.recent_event .track_day_video_box .left .left_arrow {
    text-align: right;
}

section.track_day_video.recent_event .track_day_video_box .right {
    width: 60%;
}

section.track_day_video.recent_event .track_day_video_box .right .card {
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
}

section.track_day_video.recent_event .track_day_video_box .right .card .recent_product_slider {
    width: 100%;
}

section.upcomming_event {
    margin-top: -175px;
    z-index: 9;
    position: relative;
}

section.upcomming_event .up_heading h1 {
    text-align: right;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 121.894%;
    margin: 0px;
}

section.upcomming_event .event_location {
    background: linear-gradient(175deg, #0002D7 22%, #000171 84.9%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.upcomming_event .event_location .event_count {
    border-left: 1px solid #fff;
    padding-left: 40px;
}

section.upcomming_event .event_location .event_count p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Krona One", sans-serif;
}

section.upcomming_event .event_location .event_count .reginter_btn {
    margin-top: 20px;
}

section.upcomming_event .event_location .event_count .reginter_btn button.now {
    background: #0002D7;
    box-shadow: -7px 4px 17px 0px rgba(0, 0, 0, 0.17);
    width: 100%;
    border: 0pc;
    color: #fff;
    padding: 10px 12px;
    font-size: 20.983px;
    font-weight: 700;
}

section.upcomming_event .event_location .event_count .date_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

section.upcomming_event .event_location .event_count .date_time .date {
    background: #F8F8F8;
    width: 65px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.upcomming_event .event_location .event_count .date_time .date h3 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    font-family: "Krona One", sans-serif;
}

section.upcomming_event .event_location .event_count .date_time .date p {
    margin: 0px;
    color: #A5A5A5;
    font-weight: 400;
    font-size: 8px;
    font-family: "Krona One", sans-serif;
}

section.upcomming_event .event_location .video_location {
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
}

section.upcomming_event .event_location .video_location .loca_heading h2 {
    color: #FFF;
    font-size: 45.944px;
    font-style: normal;
    font-weight: 600;
    line-height: 124.994%;
    font-family: "Krona One", sans-serif;
}

section.upcomming_event .event_location .video_location .loca_heading h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.994%;
    font-family: "Krona One", sans-serif;
}

section.upcomming_event .event_location .video_location .loca_heading p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}

section.upcomming_event .event_location .video_location .loca_heading p i {
    font-size: 30px;
    margin-right: 8px;
}

section.upcomming_event .event_location .video_location .img {
    width: 277px;
    height: 166px;
    display: flex;
    align-items: center;
    position: relative;
}

section.upcomming_event .event_location .video_location .img img {
    width: 100%;
}

section.upcomming_event .event_location .video_location .img .video_icon {
    width: 69px;
    height: 69px;
    background: #fff;
    z-index: 999;
    position: absolute;
    right: -34px;
    line-height: 69px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.upcomming_event .event_location .video_location .img .video_icon a {
    background: #0002D7;
    width: 48px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

section.all_event {
    padding: 50px 0px;
    position: relative;
    top: 0;
    max-width: 1440px;
    margin: 10vh auto;
}

section.all_event .lined_heading {
    width: 45%;
    margin: 0px auto;
}

section.all_event .lined_heading h3 {
    color: #0002D7;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    font-family: "Krona One", sans-serif;
}

section.all_event .lined_heading p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

section.all_event .check_all_event_img {
    margin-top: 20px;
    transform: rotate(3deg);
}

section.all_event .check_all_event_img .card a.card__figure1.ridefree-hover img {
    height: 470px;
}

section.all_event .check_all_event_img .card .ridefree-hover:hover .ridefree-wi-hover {
    display: none;
}

section.all_event .check_all_event_img .card .ridefree-hover:hover .ridefree-w-hover {
    display: block;
}

section.all_event .check_all_event_img .card .ridefree-w-hover {
    display: none;
}


/********************************** about us section css *************************************/

.about_section {
    background-color: white;
    width: 100%;
    margin-top: 4vh;
    margin-bottom: 4vh;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.about_heading {
    color: #000;
    text-align: center;
    font-family: "Krona One";
    font-size: 44.465px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 20px;
}

.about_box {
    display: flex;
    justify-content: center;
    height: 490px;
    width: 90%;
    gap: 15px;
    overflow: hidden;
    transform: rotate(0deg);
    position: relative;
    top: 0;
    box-shadow: rgba(80, 72, 66, 0.041) 0px 8px 24px;
    padding: 0px 0px 20px 0px;
}

.about_box::after {
    filter: blur(16px);
    content: "";
    position: absolute;
    top: -75px;
    left: -30px;
    /* background-color: white; */
    height: 800px;
    width: 110px;
    z-index: 99;
}

.about_box::before {
    filter: blur(16px);
    content: "";
    position: absolute;
    top: -75px;
    right: -30px;
    /* background-color: white; */
    height: 800px;
    width: 110px;
    z-index: 99;
}


/* .all_event>img:nth-child(1){
  position: absolute;
  top: -180px;
  z-index: 2222;
  left: 80px;
  height: 1050px;
  opacity: 1;
}

.all_event>img:nth-child(2){
  position: absolute;
  top: -180px;
  z-index: 2222;
  height: 1050px;
  right: 40px;
  opacity: 1;
} */

.about_box_bottom_row {
    height: 35px;
    margin-left: -28px;
    margin-top: -31px;
    padding: 0px 0px 20px 0px !important;
}

.about_first_box {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    color: white;
    position: relative;
    z-index: 0;
}

.about_bg_container {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* padding-bottom: 20px; */
}

.about_bg_container::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 116%;
    background: linear-gradient(0deg, rgba(0, 2, 215, 0.40) 0%, rgba(0, 2, 215, 0.40) 100%);
    z-index: 1;
    /* padding-bottom: 20px; */
    overflow: hidden;
}

.chakra {
    background-color: white;
    max-width: 1280px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
    filter: blur(18px);
}

.chakra1 {
    background-color: white;
    max-width: 1280px;
    margin: auto;
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 50px;
    z-index: 99;
    filter: blur(18px);
}

.about_background_video {
    width: 100%;
    height: 130%;
    object-fit: cover;
}

.about_first_box h1 {
    padding: 20px 8px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    font-family: "Krona One";
}

.about_second_box {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../../images/home/about_us/About2.png);
    padding: 20px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    object-fit: cover;
    color: white;
}

.about_second_box h1 {
    padding: 20px 8px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.about_third_box {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../../images/home/about_us/about3.png);
    padding: 20px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    object-fit: cover;
    color: white;
}

.about_third_box h1 {
    padding: 20px 8px;
    color: white;
    font-weight: bold;
    font-size: 15px;
}


/* .about_pic {
  height: 20vh;
  width: 30vh;
} */

.about_content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.about_content img.about_pic {
    width: 100%;
    margin: 0px auto;
    display: block;
    text-align: center;
    /* transform: scale(1.2); */
    padding: 0 1rem;
}

div.about_box>.about_first_box:nth-child(2) .about_content>img.about_pic{
    transform: scale(1.2);
} 

.about_content_second {
    margin-top: 75px;
}

.about_paragraph {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-align: center;
}


/* .about_button {
  background-color: white;
  color: black;
  border: 1px solid white;
  width: 148.234px;
  height: 31.432px;
  padding: 7.927px;
  font-size: 12.683px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
} */

.btn {
    border: none;
    border-radius: 0px;
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    cursor: pointer;
    color: white !important;
    background-color: #0002d7;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.5);
    outline: none;
    -webkit-tap-highlight-color: transparent;
    /* transform: translateY(0); */
}

.btn.ripple {
    background-position: center;
    transition: background 0.8s;
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.92);
    background-image: radial-gradient(circle, transparent 1%, rgba(0, 0, 0, 0.92) 1%);
    background-size: 16000%;
}

.btn:active {
    background-color: rgba(0, 0, 0, 0.8);
    background-size: 100%;
    transition: background 0s, transform 0.2s;
    /* transform: translateY(1px); */
}


/* 2 nd  */

.btn-ripple {
    display: inline-block;
    position: relative;
    /* margin: 1rem 2rem;
  padding: .75rem 1.25rem; */
    overflow: hidden;
    /* font: 700 1.25rem/1.5 Verdana, sans-serif; */
    /* letter-spacing: .125rem; */
    text-decoration: none;
    /* text-shadow: 0px 1px 0px rgba(77, 77, 77, .5); */
    background-color: white;
    border: 0;
    /* border-radius: .25rem; */
    /* box-shadow: 0 0 1px 1px rgba(77, 77, 77, .5); */
    color: #0002d7;
    padding: 12px 24px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    transition: all ease-in-out .5s;
    /* border: 1px solid #0002d7; */
}

.btn-ripple:hover {
    background-color: #0002d7;
    color: white;
    /* border: 1px solid white; */
}

.btn-ripple::after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: -30px;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.8s;
    transform: scale(5, 8);
}

.btn-ripple:active::after {
    padding: 0;
    margin: 0;
    opacity: .5;
    transition: 0s;
    transform: scale(0, 0);
}

.btn-ripples {
    white-space: nowrap;
    display: inline-block;
    position: relative;
    /* margin: 1rem 2rem;
  padding: .75rem 1.25rem; */
    overflow: hidden;
    /* font: 700 1.25rem/1.5 Verdana, sans-serif; */
    /* letter-spacing: .125rem; */
    text-decoration: none;
    /* text-shadow: 0px 1px 0px rgba(77, 77, 77, .5); */
    background-color: #0002d7;
    border: 0;
    /* border-radius: .25rem; */
    /* box-shadow: 0 0 1px 1px rgba(77, 77, 77, .5); */
    color: white;
    padding: 12px 24px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    transition: all ease-in-out .5s;
    border: 1px solid transparent;
}

.btn-ripples:hover {
    border: 1px solid #0002d7;
    background-color: white;
    color: #0002d7;
    /* border: 1px solid white; */
}

.btn-ripples::after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: -30px;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.8s;
    transform: scale(5, 8);
}

.btn-ripples:active::after {
    padding: 0;
    margin: 0;
    opacity: .5;
    transition: 0s;
    transform: scale(0, 0);
}

.absolute_bike {
    margin-top: 107px;
    width: 425px;
    margin-left: -91px;
    transition: .5s ease-in-out;
}

.left-bike {
    margin-left: -65px !important;
}

.absolute_bike:hover,
.absolute_bike2:hover {
    /* transform: scale(1.03); */
}

.white-space {
    white-space: nowrap;
}

.absolute_bike2 {
    /* margin-top: 107px; */
    width: 515px;
    margin-left: -130px;
    transition: .5s ease-in-out;
}

.absolute_bike3 {
    position: absolute;
    height: 45vh;
    width: 45vh;
    margin-left: -6vh;
    margin-top: 30%;
}

.arrow_img {
    height: 13px;
    width: 13px;
}

.about_bg_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 78%; */
    z-index: -1;
}

.about_bg_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 116%;
    background: linear-gradient(0deg, rgba(0, 2, 215, 0.40) 0%, rgba(0, 2, 215, 0.40) 100%);
    z-index: 1;
}

.about_background_video {
    width: 100%;
    height: 130%;
    object-fit: cover;
}

.about_hr {
    border: 1px solid white;
    opacity: 100;
    margin: 2px 0px;
}

.about_gapping {
    margin: 42px 0;
    cursor: pointer;
}

.about_second_box_text {
    font-family: Montserrat;
    font-size: 14.543px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: left 0.3s ease;
}


/* Style for the image inside the container */

.about_gapping div.flex img.arrow_img {
    position: absolute;
    right: 20px;
    transition: right 0.5s ease;
}


/* Define the hover effect */

.about_gapping div.flex:hover img.arrow_img {
    right: 15px;
    transition: right 0.5s ease;
}

.about_hr {
    height: 2px;
    /* Set the height of the progress bar */
    width: 100%;
    /* Set the width to full */
    background-color: #ccc;
    /* Set the initial background color */
    animation: progressAnimation 0.5s forwards;
    /* Apply animation */
}


/* Define keyframes for the animation */

@keyframes progressAnimation {
    0% {
        background-color: #007bff;
        /* Start with default color */
        width: 0;
        /* Start with 0 width */
    }
    100% {
        background-color: white;
        /* End with hover color */
        width: 100%;
        /* End with full width */
    }
}


/* Hover effect */

.about_gapping:hover .about_hr {
    animation: none;
    /* Disable animation on hover */
}

@media (max-width: 600px) {
    .about_first_box h1 {
        font-size: 10px;
    }
    .about_second_box_text {
        font-size: 12px;
    }
}

.event_slide_content {
    width: 90% !important;
}


/********************************** contest section css *************************************/

.right-event-row {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    width: 100%;
}

.wrapper {
    display: none;
}

.ro_invert {
    transform: rotate(270deg);
}

.invert_color {
    filter: invert();
}

.contest_main {
    /* width: 100%; */
    height: auto;
    /* margin-bottom: 110px; */
    position: relative;
}

.contest_left_side {
    position: relative;
    background: linear-gradient(93deg, #23353e 4.65%, #000 16.8%);
    padding: 0 !important;
}

.contest_right_side {
    padding: 0 !important;
}

.carousel_contest_container {
    position: relative;
    margin: auto;
    overflow: hidden;
    /* Only show one image at a time */
}

.carousel_contest {
    display: flex;
    @media (max-width: 700px){
        height: 400px;
        width: 100%;
    }
}

.carousel_contest img {
    width: 100%;
    height: 700px;
    display: block;
}

.carousel_contest_container .prev {
    position: absolute;
    bottom: 10px;
    right: 84px;
}

.carousel_contest_container .next {
    position: absolute;
    bottom: 10px;
    right: 40px;
}

.upper_div .next {
    position: absolute;
    top: 38%;
    right: 8%;
}

.upper_div .prev {
    position: absolute;
    top: 38%;
    left: 0%;
}

.carousel_contest_action_button {
    background: transparent;
    border: none;
    cursor: pointer;
}

#event_prevButton,
#event_nextButton {
    z-index: 1;
}

.upper_div {
    width: 100%;
    bottom: -130px;
    left: 55%;
    transform: translateX(-50%);
    display: flex;
    overflow-x: hidden;
    max-width: 1600px;
    margin: auto;
}

.event_banner_slide,
.event_banner_slide_noscroll {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}

.timeline>span {
    font-size: 13px !important;
    padding-left: 2px !important;
}

.event_slide_content {
    width: 80%;
}

.inner_div {
    background-image: linear-gradient(#0102d7, #010171);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 91.5%;
    height: 207px;
    background-size: cover;
    padding: 20px;
    gap: 10px;
}

.cot_b {
    color: #FFF;
    font-size: 43.944px;
    font-weight: 700;
    line-height: 121.894%;
}

.contest_bike {
    width: 250px;
    object-fit: cover;
    object-position: left;
}

.contest_upcoming {
    margin-top: 8vh;
    margin-left: 20vh;
}

.content_absolute_text {
    color: white;
    text-align: left;
    font-size: 16px;
    font-family: "Krona One";
}

.content_absolute_text :nth-child(1) {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.1195;
    /* margin-bottom: 5px; */
}

.contest-line {
    background-color: white;
    height: 20vh;
    width: 2px;
    margin: 3vh 0;
}

.contest_button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 1% 0;
    border-left: 2px solid #ffffff;
    padding: 0 10px;
    gap: 10px;
}

.contest_button {
    background-color: #0002d7;
    border: 1px solid #0002d7;
    color: white;
    text-align: center;
    padding: 10px;
    width: 80%;
}

.event_timer_contaier {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.event_timer_title {
    color: #FFF;
    font-family: "Krona One";
    font-size: 14.137px;
    font-weight: 400;
    text-align: center;
}

.event_timer_boxes {
    display: flex;
    gap: 7.13px;
    align-items: start;
    width: 70%;
}

.event_time_box {
    width: 25%;
    height: 45px;
    aspect-ratio: 1;
    font-family: "Krona One";
    font-weight: 400;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.event_time_box div {
    color: #000;
    font-size: 11.647px;
}

.event_time_box span {
    color: #A5A5A5;
    font-size: 7.127px;
}

.vertical-text {
    writing-mode: vertical-rl;
    /* Vertical text from right to left */
    text-orientation: mixed;
    /* Allows for mixed vertical and horizontal text */
    white-space: nowrap;
    /* Prevents the text from wrapping */
    color: #fff;
}

.first_vertical_text {
    font-size: calc(3vw + 1vh + 1vmin);
    position: absolute;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    writing-mode: vertical-rl;
    white-space: nowrap;
    /* opacity: 0.5; */
    letter-spacing: 0.3px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.second_vertical_text {
    font-size: 62px;
    font-style: normal;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 121.894%;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.third_vertical_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.vertical_text_box {
    left: 141px;
    bottom: 145px;
    display: flex;
    z-index: 9;
}

.location {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
}

.location a {
    text-decoration: underline;
    color: inherit;
}

.contest_location_logo {
    width: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .inner_div {
        height: fit-content;
        padding: 7px;
    }
    .content_absolute_text {
        font-size: 12px;
    }
    .contest_button {
        font-size: 5px;
    }
    .contest_left_side .next {
        left: 27px;
    }
    .contest_location_logo {
        width: 12px;
    }
    .carousel_contest_container {
        width: auto;
        /* height: 226px; */
    }
    .carousel_contest_container .prev {
        right: 20px;
    }
    .carousel_contest_container .next {
        right: 5px;
    }
    .upper_div {
        left: 50%;
        bottom: -41px;
    }
    section.track_day_video.recent_event .track_day_video_box .left .left_arrow .fa-angles-left{
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(180deg);
    }
    
    .cot_b {
        font-size: 12px;
    }
    .vertical_text_box {
        left: 57px;
        bottom: 45px;
    }
    .first_vertical_text {
        font-size: 12px;
    }
    .second_vertical_text {
        font-size: 12px;
    }
    .third_vertical_text {
        font-size: 6px;
    }
    .date {
        font-size: 10px !important;
    }
    .width_10 {
        width: 10px !important;
    }
    .contest_bike {
        width: 88px;
    }
    .content_absolute_text :nth-child(1) {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .timeline>span {
        font-size: 10px !important;
    }
    .contest_location_logo {
        margin-bottom: 0px !important;
    }
    .event_timer_title {
        font-size: 8px;
    }
    .event_time_box div {
        font-size: 9px;
    }
    .event_time_box span {
        font-size: 5px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 700px) {
    .event_slide_content {
        width: 90%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    .event_time_box {
        height: 30px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .content_absolute_text {
        font-size: 18px;
    }
    .contest_location_logo {
        width: 12px;
    }
    .carousel_contest_container .prev {
        right: 40px;
    }
    .carousel_contest_container .next {
        right: 5px;
    }
    .content_absolute_text :nth-child(1) {
        font-size: 20px;
    }
    .date {
        font-size: 12px !important;
    }
    .location {
        font-size: 12px !important;
    }
    .contest_bike {
        width: 155px;
    }
    /* .contest_button {
    width: 100%;
  } */
    .event_timer_boxes {
        width: 65%;
    }
    .event_timer_box {
        height: 35px;
    }
    .event_timer_box {
        font-size: 5px;
    }
    .inner_div {
        padding: 10px;
        display: flex;
        flex-direction: row;
        margin: 0 !important;
        width: 100%;
        height: 160px;
    }
    .contest_button-container {
        justify-content: center;
        gap: 5px;
    }
    .event_time_box {
        height: 35px;
    }
    .event_time_box div {
        font-size: 9px;
    }
    .event_time_box span {
        font-size: 4.2px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .event_time_box span {
        font-size: 5.5px;
    }
}

@media(max-width:575px) {
    section.championship::before {
        width: 100%;
    }
}

.events-left-carousel {
    background-color: transparent !important;
    top: 50% !important;
    transform: translateY(-50%);
    color: transparent !important;
    left: -40px !important;
}

.events-carousel-row {
    margin-top: 3rem !important;
}

.track-day-logo-events {
    left: 0px !important;
}

.track-day-logo-events>div>div>img:nth-child(1) {
    width: 165px !important;
    object-fit: cover !important;
}

.events_h3>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 12%;
    white-space: nowrap;
}

.track-day-logo-events>div>div>img:nth-child(2) {
    width: 70px !important;
    margin-top: 35px !important;
}

@media screen and (max-width: 1080px) {
    section.recent_event .recent_box .recent_product_slider,
    section.recent_event .recent_box .recent_heading {
        width: 100%;
    }
    .events-carousel-row {
        margin-top: 9rem !important;
    }
    section.all_event {
        margin: 8vh auto;
    }
    section.recent_event .recent_box .recent_heading {
        padding-inline-start: 20px;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        margin-left: initial;
        margin-right: initial;
        max-width: 100% !important;
    }
    section.upcomming_event .carousel-control-next {
        display: none;
    }
    section.recent_event .recent_box .recent_heading .cotb {
        text-align: left;
    }
    section.upcomming_event .carousel-control-prev {
        display: none;
    }
    section.all_event .lined_heading {
        width: 100%;
        margin-bottom: 20px;
    }
    section.championship .champ_tab .tab-content .camp_content {
        display: initial;
    }
    section.championship .champ_tab .tab-content .camp_content .fmsci {
        text-align: center;
        margin: auto;
    }
    section.championship .champ_tab .tab-content .camp_content .camp_img {
        margin: auto;
    }
    .absolute{
        position: absolute !important;
    }
}

@media screen and (max-width: 712px) {}

@media screen and (max-width: 767px) {
    .event_slide_content,
    .inner_div {
        height: 100% !important;
    }
    .contest_button-container,
    .date,
    .content_absolute_text {
        text-align: center !important;
    }
    .contest_bike {
        width: 95% !important;
    }
    .event_time_box {
        width: 35px !important;
    }
    .video_box{
        /* height: 82vw; */
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    section.recent_event .recent_box {
        flex-direction: column;
    }
    .contest_bike {
        object-position: left;
    }
    section.recent_event .recent_box .recent_product_slider #event_gallery .item {
        width: 90%;
        margin: auto;
    }
    section.recent_event .recent_box .recent_product_slider #recent_event .item {
        width: 90%;
        margin: 0px 10px;
        margin: auto;
    }
    section.recent_event .recent_box .recent_heading .left_arrow {
        position: absolute;
        top: 140px;
        right: 20px;
    }
    section.recent_event .recent_box .recent_heading .left_arrow.left_arrow_event {
        top: 0px;
    }
    
    .date {
        text-align: left;
    }
    /* .blue_streaks_logo_left>img{
    width: 35% !important;
  }
  .blue_streaks_logo_left{
    margin-left: 165px !important;
  } */
}

@media screen and (max-width: 640px) {
    /* .event_slide_content,
    .inner_div {
        height: 520px !important;
    } */
    .events-carousel-row {
        margin-top: 0rem !important;
    }
    section.recent_event .recent_box .recent_heading .cotb .view_more {
        margin-top: 20px;
    }
}




/* COTB Registration Confirmation Modal */

.logo-block img{
  width: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%);
  margin-bottom: 1rem;
}

.modal-dialog{
    margin-top: 5rem;
}



#download-pass{
  background: #1f409b;
  padding: 8px;
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 1rem auto;
}
/* .owl-item.active:nth-child(2n) .item{
    filter: blur(3px);
} */

/* .owl-stage .owl-item:nth-last-child(-n + 1){
    border: 5px solid green !important;
} */

section.about_overnight_tour {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../../images/events/overnight-tour/home/overnighttour_background.webp) lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed !important;
}
section.about_overnight_tour .about_track_heading {
    padding: 10rem 0px 5rem 0 !important;
    width: 70%;
    margin: 0px auto;
    text-align: center;
    color: #fff;
}
@media (max-width: 600px) {
    section.about_overnight_tour .about_track_heading{
        width: 100%;
        padding: 5rem 0px 5rem 0 !important;
    }    
}


@media (max-width: 600px) {
    
    section.events .event_update {
        display: block !important;
     }
     section.events .event_update.event_update_mobile{
        display: flex !important;
     }
     section.events.track_day_event .event, section.events.track_day_event .update, section.events.bluestreak_event .update, section.events.bluestreak_event .event{
        display: table-cell !important;

     }
}
@media screen and (max-width: 598px) {
    section.recent_event .recent_box .recent_heading {
      width: 100% !important;
    }
  
    /* .event_slide_content,
    .inner_div {
      height: 60vh !important;
    } */
  
    .contest_location_logo {
      width: 20px !important;
    }
  
    section.recent_event .recent_box .recent_heading{
      margin-bottom: 20px;
    }
  
    section.championship .champ_head h2 {
      font-size: 22px !important;
    }
    section.about_track_day .about_track_heading, section.about_cotb .about_track_heading{
      width:100%;
    }
  
    section.about_track_day, section.about_track_day.stre_deals, section.about_overnight_tour, section.track_day_video.recent_event.gallery, section.about_overnight_tour, section.about-us-wrapper {
      background-attachment: scroll !important; /* Override for Safari */
  }
  }
@media only screen and (min-width: 756px)and (max-width: 1199px) {
    .event-home-pc {
        height: 500px !important
    }
}

@media(max-width: 767px) {
    .event-home-sp {
        height:82vw;
    }
    .carousel_contest_container{
        height: 82vw !important;
    }
}

@media only screen and (min-width: 1701px) {
    .event-home-pc {
        height:950px;
    }
}

@media only screen and (min-width: 1501px)and (max-width: 1700px) {
    .event-home-pc {
        height:810px;
    }
}
@media only screen and (min-width: 1200px)and (max-width: 1500px) {
    .event-home-pc {
        height:740px;
    }
}


.events_video-pc{
    height: calc(33.05vw + 0.7vh + 0.7vmin);
}
.events_video-sp{
    height: 100%;
    pointer-events: none;
    aspect-ratio: 16 / 9;
}