﻿@font-face {
  font-family: "Marydale Bold";
  src: url(../fonts/MarydaleBold.ttf);
}
@font-face {
  font-family: 'FjallaOne-Regular';
  src: url(../fonts/FjallaOne-Regular.ttf);
}
/* header */
.navbar {
  background: #131416;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-left: 40px;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  width: 174px;
}
.dropdown-toggle::after {
  border: 0;
  background: url(../images/arrow-down.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: contain;
  filter: brightness(50);
  vertical-align: middle;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 40px;
  min-width: 135px;
  padding: 14px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  border: 0;
  border-top: 2px solid #EE3E47;
  top: 32px;
  opacity: 0;
}
.dropdown-item {
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  color: #4E5D78;
  background-color: transparent !important;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  color: #EE3E47;
}
.dropdown-menu.show {
  opacity: 1 !important;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (hover) {
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    animation: fade 0.5s linear forwards;
  }
}
header {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: unset;
  display: unset;
}
.homepage {
  font-family: 'Poppins', sans-serif;
}
.dwgrid {
  max-width: 1500px;
  box-shadow: 0 0 100px #ccc;
  margin: 0 auto;
}
h1 {
  font-weight: 600;
  font-size: 78px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
}
h2 {
  font-size: 40px;
  line-height: 58px;
  text-transform: uppercase;
  color: #1E1E1E;
  font-weight: 400;
}
h3 {
  font-weight: 600;
  font-size: 29px;
  line-height: 58px;
  color: #EE3E47;
}
/* banner */
.banner {
  position: relative;
  height: 560px;
  background: #131416;
}
.banner h1 {
  margin-top: 60px;
  font-family: "Marydale Bold";
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  text-align: center;
}
.btn_banner:first-child {
  margin-top: 162px;
}
.btn_banner {
  font-size: 26px;
  line-height: 36px;
  text-decoration-line: underline;
  color: #F3F3F3;
  background: #131416;
  border-radius: 10px;
  height: 78px;
  font-family: 'FjallaOne-Regular';
  display: flex;
  align-items: center;
  width: 276px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.btn_banner span {
  z-index: 99;
}
.btn_banner::before {
  content: '';
  width: 0;
  height: 100%;
  background-color: #EE3E47;
  transition: all 0.2s linear;
  border-radius: 10px;
  position: absolute;
  left: 0;
}
.btn_banner:hover::before {
  width: 100%;
}
.btn_banner:hover {
  color: #fff;
}
.btn_banner img {
  background: #EE3E47;
  border-radius: 10px;
  padding: 15px;
  margin-right: 15px;
}
.banner_img {
  max-width: 1050px;
  height: 640px;
  border-radius: 0 0 0 40px;
  overflow: hidden;
  display: block;
  right: 0;
  position: absolute;
}
.banner_img::after {
  content: "";
  background: #1E1E1E4D;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn_view {
  background: #EE3E47;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 68px;
  width: 250px;
  height: 68px;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  margin-top: 40px;
  position: relative;
  transition: all 0.3s ease-in;
}
.btn_view:hover {
  color: #fff;
  background: #9B1B1F;
}
/* event_calender */
.event_calender {
  padding: 100px 0 80px;
}
.event_box {
  background: #F6FAFE;
  border-radius: 20px;
  padding: 30px 8px 10px 5px;
  max-height: 820px;
}
.event_box li {
  padding: 0 8px 0 15px;
}
.event_box h2 {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.event_box h2 img {
  margin-right: 10px;
}
.event_block {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 12px 20px 12px 15px;
  margin-bottom: 10px;
}
.event_block .me-3 {
  margin-right: 12px !important;
}
.flex_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event_date {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
  color: #9B1B1F;
  margin-top: 3px;
}
.event_title {
  font-size: 18px;
  line-height: 28px;
  color: #1E1E1E;
}
.btn_event_view {
  background: #FFFFFF;
  border: 1px solid #EE3E47;
  border-radius: 3px;
  color: #EE3E47;
  font-size: 12px;
  width: 82px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 32px;
  transition: all 0.3s ease-in;
}
.btn_event_view img {
  margin-left: 6px;
  margin-top: -1px;
  transition: all 0.3s ease-in;
}
.btn_event_view:hover {
  background: #EE3E47;
  color: #fff;
}
.btn_event_view:hover img {
  filter: brightness(50);
}
.event_list {
  overflow-y: scroll;
  height: calc(100% - 120px);
}
.event_list::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.event_list::-webkit-scrollbar-thumb {
  background: #B0B7C3;
  border-radius: 110px;
}
.flex_center .d-flex {
  width: calc(100% - 100px);
}
.event_body {
  font-size: 14px;
  line-height: 24px;
  color: #4E5D78;
  margin: 8px 0 16px;
}
.event_body .readmore {
  font-weight: 500;
  color: #1E1E1E;
  text-decoration: none;
}
.cal_event {
  padding: 16px 20px 20px 15px;
}
.event_body span {
  display: none;
}
.readmore {
  cursor: pointer;
}
/* locations */
.location_list {
  display: flex;
  flex-flow: wrap;
}
.location_list .location_block > img {
  height: 274px;
  object-fit: cover;
  width: 100%;
}
.location_block {
  position: relative;
  overflow: hidden;
  width: 20%;
}
/*
.location_overlay {
    background: rgb(30 30 30 / 80%);
    position: absolute;
    left: 40px;
    right: 40px;
    top: 100%;
    transform: translateY(-50%);
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    transition: all 0.5s linear;
    opacity: 0;
}
*/
.location_overlay {
  background: rgba(30, 30, 30, 0.8);
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  opacity: 1;
}
.location_block:hover .location_overlay {
  top: 50%;
  opacity: 1;
}
.location_overlay h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.location_overlay a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.location_overlay a img {
  display: block;
  margin: 24px auto 0;
}
/* tracking */
.track {
  padding: 100px 0;
  color: #8B8C8C;
  background: rgba(48, 59, 138, 0.05);
}
.track p {
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 26px;
}
h2 small {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #EE3E47;
  display: block;
  margin-bottom: 10px;
  text-transform: initial;
}
.track p.address_text {
  color: #1E1E1E;
}
.track_boxes {
  background: #FCFCFC;
  box-shadow: 0px 12px 40px 8px rgba(11, 12, 26, 0.05);
  border-radius: 20px;
  padding: 20px 40px 24px 24px;
  font-size: 12px;
  line-height: 22px;
  color: #8B8C8C;
  height: 100%;
  min-height: 226px;
}
.track .col-6 {
  margin-bottom: 20px;
}
.track_boxes h5 {
  font-size: 16px;
  font-weight: 400;
  color: #363940;
  margin: 22px 0 12px;
}
/* racing */
.racing {
  background: rgba(48, 59, 138, 0.05);
}
.racing_box {
  background: #FFFFFF;
  box-shadow: 0px 12px 40px 8px rgba(11, 12, 26, 0.05);
  border-radius: 20px;
  padding: 30px 50px 50px;
  color: #8B8C8C;
  position: relative;
  overflow: hidden;
  margin-bottom: -160px;
}
.racing_box h3 {
  margin-bottom: 0;
}
.racing_box p {
  line-height: 36px;
  margin-top: 16px;
  margin-bottom: 30px;
}
.btn_guidesheet {
  background: #EE3E47;
  border-radius: 7px;
  display: block;
  max-width: 254px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease-in;
}
.btn_guidesheet img {
  margin-left: 10px;
  filter: brightness(50);
}
.btn_guidesheet:hover {
  background: #9B1B1F;
  color: #fff;
}
.racing_img {
  position: absolute;
  right: -50px;
  top: 65px;
  height: 468px;
  max-width: 468px;
  object-fit: cover;
  object-position: 0 -105px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}
@media (max-width: 1280px) {
  .location_overlay {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 1200px) {
  .banner_img {
    max-width: 970px;
    height: 600px;
  }
  h1 {
    font-size: 60px;
    line-height: 105%;
  }
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .event_box h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 50px;
  }
  .location_overlay h4 {
    font-size: 16px;
    line-height: 28px;
  }
  .location_overlay {
    left: 12px;
    right: 12px;
    padding: 20px 10px;
  }
  .location_list .location_block > img {
    height: 220px;
  }
  .track_boxes {
    padding: 18px;
  }
  .racing_img {
    top: 95px;
    height: 410px;
    max-width: 410px;
  }
}
@media (max-width: 1199px) {
  .banner {
    height: 450px;
  }
  .banner_img {
    max-width: 815px;
    height: 530px;
  }
  .btn_banner:first-child {
    margin-top: 115px;
  }
  .btn_banner img {
    width: 65px;
  }
  .btn_banner {
    font-size: 20px;
    height: 65px;
    width: 230px;
  }
  footer h4 {
    min-height: 0;
    margin-top: 40px;
  }
  .helpline br {
    display: none;
  }
}
@media (max-width: 991px) {
  .btn_banner:first-child {
    margin-top: 100px;
  }
  .navbar-toggler {
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
    font-size: 18px;
    margin-left: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background: transparent;
    border: 0;
    margin-top: 0;
  }
  .dropdown-item {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
  }
  .navbar-toggler-icon {
    height: 2px;
    background: #fff;
    position: relative;
  }
  .navbar-toggler-icon::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .navbar-toggler-icon::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 0;
  }
  .banner {
    height: 380px;
  }
  .banner_img {
    max-width: 570px;
    height: 430px;
  }
  .banner h1 {
    margin-top: 50px;
  }
  h1 {
    font-size: 48px;
    line-height: 110%;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  h3 {
    font-size: 20px;
    line-height: 40px;
  }
  .event_box h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .flex_center .d-flex {
    width: 100%;
  }
  .flex_center {
    display: block;
  }
  .flex_center .btn_event_view {
    margin-left: 40px;
    margin-top: 10px;
  }
  .event_body {
    margin: 8px 0 10px;
  }
  .event_block,
  .cal_event {
    padding: 12px;
  }
  .event_title {
    font-size: 16px;
    line-height: 24px;
  }
  .event_body {
    font-size: 12px;
    line-height: 20px;
  }
  .event_calender {
    padding: 120px 0 50px;
  }
  .location_overlay {
    left: 0;
    right: 0;
    padding: 50px 10px;
    bottom: 0;
    transform: none;
  }
  .location_block:hover .location_overlay {
    top: 0;
  }
  .location_overlay h4 {
    font-size: 14px;
  }
  .location_overlay a {
    font-size: 12px;
  }
  .locations h2 {
    margin-bottom: 30px;
  }
  .track {
    padding: 40px 0 60px;
  }
  .racing_box {
    border-radius: 15px;
    padding: 30px;
    margin-bottom: -120px;
  }
  .racing_img {
    top: 171px;
    height: 300px;
    max-width: 300px;
    object-position: 0 -75px;
  }
  footer {
    padding: 150px 0 30px;
  }
  .track h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn_banner {
    font-size: 14px;
    height: 50px;
    width: 170px;
    margin-bottom: 20px;
  }
  .btn_banner img {
    width: 50px;
  }
  .banner_img {
    max-width: 470px;
    height: 320px;
  }
  .banner {
    height: 270px;
  }
  .banner h1 {
    margin-top: 35px;
  }
  .btn_view {
    border-radius: 6px;
    font-size: 16px;
    line-height: 50px;
    width: 190px;
    height: 50px;
    margin-top: 20px;
  }
  .event_calender {
    padding: 90px 0 50px;
  }
  .event_box {
    margin-bottom: 20px;
  }
  .racing_box p {
    line-height: 26px;
    font-size: 14px;
  }
  .btn_guidesheet {
    max-width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
  }
  .racing_img {
    height: 220px;
    max-width: 220px;
  }
  .location_block {
    width: 50%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .location_overlay {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner_img {
    max-width: 75%;
    height: 300px;
  }
  .banner {
    height: 250px;
  }
  .banner h1 {
    margin-top: 20px;
  }
  .location_block {
    width: 100%;
  }
  .track .col-lg-6.offset-xl-1 .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .track .col-6 {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
  }
  .track_boxes {
    padding: 15px;
    line-height: 20px;
    border-radius: 12px;
  }
  .track_boxes h5 {
    margin: 15px 0 10px;
  }
  .track {
    padding: 20px 0 40px;
  }
  .event_block,
  .cal_event {
    border-radius: 10px;
  }
  .event_box {
    border-radius: 12px;
  }
  .racing_box {
    border-radius: 12px;
    padding: 20px 20px 300px 20px;
  }
  .racing_img {
    height: 350px;
    max-width: 350px;
    bottom: -80px;
    top: auto;
  }
  h2 br {
    display: none;
  }
  .track h2 br {
    display: block;
  }
  .racing_box p br {
    display: none;
  }
  .footer_logo {
    margin-left: 0;
    margin-top: 20px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .dropdown-item {
    font-size: 16px;
  }
}
/* footer */
footer {
  background: #131416;
  padding: 30px 0;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 2em;
}
footer h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 24px;
  min-height: 56px;
}
footer a {
  text-decoration: none;
  display: block;
}
address {
  line-height: 26px;
  margin-bottom: 12px;
}
.web_link {
  font-weight: 500;
  line-height: 20px;
  color: #ABA000;
  margin-bottom: 12px;
  word-break: break-all;
}
.web_link:hover,
.web_link:focus {
  color: #ABA000;
  text-decoration: underline;
}
.call_link {
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.call_link:hover,
.call_link:focus {
  color: #fff;
  text-decoration: underline;
}
.call_link img {
  margin-right: 13px;
}
.helpline {
  font-size: 12px;
  line-height: 32px;
  color: lightgrey;
  margin: 0;
}
footer .helpline a {
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.footer_logo {
  width: 130px;
  display: block;
  margin-left: auto;
}
.mt-60 {
  margin-top: 60px;
}
.copyright {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-top: 40px;
}