:root {
    --mainTheme: #00a883;
    --colorRed: #e40017;
    --colorWhite: #ffffff;
    --colorBlack: #141414;
    --colorLightBlue: #0187bf;
    --colorText: #999999;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Venera';
}

@font-face {
    font-family: 'Venera';
    src: url('../otf/venera-500.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Venera';
    src: url('../otf/venera-700.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Venera';
    src: url('../otf/venera-900.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Medium';
    src: url('../ttf/avenir-next-medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

input,
select,
button {
    outline: none;
    box-shadow: none;
}

input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    transition: all 0.4s ease-in-out;
}

a:focus-visible {
    outline: none;
}

.thm-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: uppercase;
    border: none;
    background-color: #00b58c;
    padding: 22.5px 33px;
    border-radius: 15px 0px 58px 15px;
    display: inline-block;
    position: relative;
}

.thm-btn span {
    position: relative;
    z-index: 1;
}

.thm-btn img {
    position: relative;
    z-index: 1;
    margin-left: 19px;
}

.thm-btn:after {
    background: #00b58c;
    position: absolute;
    z-index: 0;
    bottom: 0;
    content: '';
    border-radius: 0 15px 10px 0;
    border-left: 74px solid #00b58c;
    transform: skew(-36deg);
    width: 50%;
    height: 100%;
    right: 0px;
}

.thm-btn:hover {
    color: var(--colorWhite);
    background-color: #141414;
    transition: all 0.4s ease-in-out;
}

.thm-btn:hover:after {
    border-color: #141414;
    background-color: #141414;
    transition: all 0.4s ease-in-out;
}

.thm-btn-1 {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: uppercase;
    border: none;
    background-color: #00b58c;
    padding: 15px 27px;
    border-radius: 15px 0px 58px 15px;
    display: inline-block;
    position: relative;
}

.thm-btn-1 img {
    position: relative;
    z-index: 1;
    margin-left: 19px;
}

.thm-btn-1:after {
    background: #00b58c;
    position: absolute;
    z-index: 0;
    bottom: 0;
    content: '';
    border-radius: 0 15px 10px 0;
    border-left: 59px solid #00b58c;
    transform: skew(-36deg);
    width: 50%;
    height: 100%;
    right: 0px;
}

.thm-btn-1 span {
    position: relative;
    z-index: 1;
}

.thm-btn-1:hover {
    color: var(--colorWhite);
    background-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}

.thm-btn-1:hover:after {
    border-color: var(--colorBlack);
    background-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}

/*-- Start Header --*/
/* .header {
    position: absolute;
    z-index: 2;
    width: 100%;
}
.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header-logo {
    padding: 25px 0;
    margin: 0 auto;
    position: relative;
    background-color: var(--colorBlack);
    border-radius: 0 0 133px 133px;
}
.header-logo:before {
    background: var(--colorBlack);
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 0 0 0 20px;
    border-left: 100px solid var(--colorBlack);
    transform: skew(36deg);
    height: 100%;
    left: 0;
}
.header-logo:after {
    background: var(--colorBlack);
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 0px 0px 20px 0px;
    border-right: 100px solid var(--colorBlack);
    transform: skew(-36deg);
    height: 100%;
    right: 0;
}
.header-social {
    margin-right: 80px;
}
.header-social.social-link ul li a:hover i {
    color: #00b58c;
}
.header-btn {
    text-align: center;
}
.header-btn .thm-btn {
    padding: 15px 25px;
    border-radius: 15px 0px 40px 15px;
}
.header-btn .thm-btn:after {
    border-radius: 0 15px 15px 0;
} */
 .header {
    padding: 0 70px 0 0;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} 
.header .navbar-brand img {
    max-height: 76px;
}
.header .navbar {
    padding: 0;
}
.header .navbar-collapse {
    margin-right: 70px;
}
.header .navbar-nav {
    background-color: #141414;
    border-radius: 0 0 15px 0;
    margin: 0 auto 0 0;
    position: relative;
}
.header .navbar-nav:after {
    background: #141414;
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 0 0 15px 0;
    transform: skew(-36deg);
    width: 80%;
    height: 100%;
    right: -70px;
}
.header .navbar-toggler {
    border: none;
    padding: 0;
}
.header .navbar-toggler-icon {
    position: relative;
    background-image: none;
    margin-right: 15px;
}
.header .navbar-toggler-icon i {
    font-size: 24px;
    color: var(--colorWhite);
    background-color: var(--mainTheme);
    padding: 7px 12px;
    border-radius: 0 10px 10px 10px;
    width: 45px;
}
.header button[aria-expanded="true"] .fa-bars:before {
    content: "\f00d";
}
.header .navbar-toggler-icon:before {
    background: var(--mainTheme);
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 10px 0 0 10px;
    border-left: 23px solid var(--mainTheme);
    transform: skew(24deg);
    height: 38px;
    left: -6px;
    top: 0px;
}
.header .navbar-expand-xl .navbar-nav .nav-item {
    /*padding: 58px 12px;*/
    transition: all 0.4s ease-in-out;  
}
.header .nav-link {
    font-size: 16px;
    font-weight: 500;
    color:var(--colorWhite);
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;  
    padding: 50px 25px!important;
    position: relative;
}
.header .nav-link:hover {
    color: var(--mainTheme);
}
.header .nav-link.active {
    color: var(--mainTheme);
}
.header .navbar-nav .nav-link.active, 
.header .navbar-nav .nav-link.show {
    color: var(--mainTheme);
}
.header .dropdown {
    position: unset;
}
.header .dropdown-toggle::after {
    border: none;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    transform: rotate(0deg);
    transition: all .5s ease;
    width: 2px;
    height: 44px;
    background-color: var(--mainTheme);
    margin: 0 auto;
    transform: scaleX(0);
    transition: all .5s ease;
}
.header .dropdown .dropdown-menu {
    padding: 25px 0 0;
    border: none;
    border-top: 2px solid var(--mainTheme);
    margin-top: -12px;
    background-color: transparent;
    border-radius: 0;
}
.header .dropdown .dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    color:var(--colorWhite);
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;  
}
.header .dropdown .dropdown-menu li a:hover {
    color: var(--mainTheme);
}
.header .dropdown .dropdown-menu:before {
    background: #141414;
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    transform: skew(36deg);
    width: 50%;
    height: 100%;
    left: -70px;
}
.header .dropdown .dropdown-menu::after {
    background: #141414;
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 0 0 15px 0;
    transform: skew(-36deg);
    width: 100%;
    height: 100%;
    right: 9px;
}
.header .navbar-nav .dropdown:nth-child(7) .dropdown-menu::after {
    right: -7px;
}
.header .dropdown .dropdown-menu li {
    padding: 0 25px;
    margin-bottom: 20px;
}
@media(min-width: 1200px) {
    .header .dropdown .dropdown-menu {
        display: flex;
        flex-wrap: wrap;
        visibility: hidden;
        left: 0;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        width: 100%;
    }
    .header .dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
    .header .dropdown:hover .dropdown-toggle::after {
        transform: scaleX(1);
    }
}
/*-- End Header --*/
/*-- Start Navbar --*/
.sidebar-menu .header-logo {
    box-shadow: 0px 10px 14.4px 3.6px rgba(0, 0, 0, 0.24);
    z-index: 3;
}
.sidebar-menu .openbtn {
    float: left;
    background-color: transparent;
    font-size: 24px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    border: none;
    padding: 0;
    margin-left: 80px;
}
.sidebar-menu .openbtn i {
    margin-left: 15px;
}
.sidebar-menu .openbtn:hover {
    color: #00b58c;
}
.sidebar-menu .sidepanel {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: var(--colorBlack);
    overflow-x: hidden;
    transition: 0.5s;
}
.sidebar-menu .sidepanel button.closebtn {
    font-size: 24px;
    font-weight: 900;
    color: var(--colorWhite);
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    border: none;
    padding: 54px 30px 30px 112px;
    text-transform: uppercase;
}
.sidebar-menu .sidepanel button.closebtn i {
    margin-left: 15px;
    margin-top: -6px;
}
.sidebar-menu .sidepanel button.closebtn:hover {
    color: #00b58c;
}
.sidebar-menu .navbar {
    width: fit-content;
    left: 50%;
    top: 43%;
    transform: translate(-0%, -50%);
    padding: 30px 50px 30px 0;
    border-right: 3px solid #00b58c;
}
.sidebar-menu .navbar-nav .nav-item {
    /* position: relative; */
    margin-bottom: 20px;
}
.sidebar-menu .navbar-nav .nav-item:last-child {
    margin-bottom: 0px;
}
.sidebar-menu .navbar-nav .nav-item .nav-link {
    font-size: 26px;
    color: var(--colorWhite);
    position: relative;
    z-index: 1;
    padding: 0;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
}
.sidebar-menu .navbar-nav .nav-item .nav-link:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    left: 0;
    position: relative;
    margin-right: 40px;
    vertical-align: middle;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}
.sidebar-menu .navbar-nav .nav-item .nav-link:hover {
    color: #00b58c;
}
.sidebar-menu .navbar-nav .nav-item.active .nav-link {
    color: #00b58c;
}
.sidebar-menu .navbar-nav .nav-item .nav-link:hover:before {
    background-color: #00b58c;
}
.sidebar-menu .navbar-nav .nav-item.active .nav-link:before {
    background-color: #00b58c;
}
.sidebar-menu .navbar-nav .nav-item .menu-img {
    display: none;
}
.sidebar-menu .navbar-nav .nav-item:hover .menu-img {
    display: block;
}
.sidebar-menu .navbar-nav .nav-item.active .menu-img {
    display: block;
}
.menu-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48% 70.4%;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(-0%, -50%);
}
.sidebar-menu .sidepanel {
    display: none;
}
.sidebar-menu .responsive_nav {
    display: block;
}
.side-menu {
    position: absolute;
    left: 100%;
    top: 30px;
    width: max-content;
}
.side-menu ul {
    padding-left: 30px;
    margin: 0;
}
.side-menu ul li {
    padding-bottom: 30px;
}
.side-menu ul li a {
    color: var(--colorWhite);
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
}
.side-menu ul li a:hover {
    color: #00b58c;
}
.side-menu ul li a.active {
    color: #00b58c;
}
/*-- End Navbar --*/


/*-- Start Home Slider --*/
.main-slider {
    height: 100vh;
    overflow: hidden;
}

.video-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../webp/home-banner.webp);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /*display: flex;
    align-items: center; */
}


.main-slider .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.main-slider .owl-carousel .item .slide-bg {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.main-slider .slide-bg .slider-txt h1 {
    font-size: 80px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    line-height: 110px;
    margin-bottom: 20px;
    animation: 1s .4s fadeInUp both;
    -webkit-animation: 1s .4s fadeInUp both;
    text-shadow: 8px 9px 59px rgb(0 0 0 / 35%);
}

.main-slider .owl-item.active h1 {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.main-slider .owl-item.active .thm-btn {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}
.home-banner {
    display: none;
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-banner img {
    width: 100%;
}
.main-slider .ratio {
    position: relative;
    width: 100%;
    height: 100vh;
}
.video-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
    .video-background iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-background iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}
/*-- End Home Slider --*/

/*-- Start --*/
.home-btm {
    margin-top: -211px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-btm-cnt {
    position: relative;
    background-color: #00d1a1;
    padding: 30px 50px 30px;
    border-radius: 0 160px 0 0;
    height: 100%;
}

.home-btm-cnt:after {
    background: #00d1a1;
    position: absolute;
    bottom: 0;
    content: '';
    border-radius: 0 20px 0px 0;
    border-left: 173px solid #00d1a1;
    transform: skew(36deg);
    width: 100%;
    height: 100%;
    right: -31px;
    top: 0;
}

.home-btm-cnt ul {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.home-btm-cnt ul li {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
}

.home-btm-cnt ul li a {
    font-size: 22px;
    color: #141414;
}

.home-btm-cnt .thm-btn {
    z-index: 1;
    margin-top: 20px;
    padding: 22.5px 25px;
    background-color: var(--colorBlack);
}
.home-btm-cnt .thm-btn:after {
    background: var(--colorBlack);
    border-left: 74px solid var(--colorBlack);
}

.countdown {
    position: relative;
    z-index: 1;
    background: linear-gradient(100deg, #00d1a1 0%, #00b58c 100%);
    margin-top: 110px;
    height: 100%;
}

.countdown ul {
    padding: 0;
    margin: 0;
}

.countdown li {
    display: inline-block;
    list-style-type: none;
    padding: 15px 35px 10px;
    font-size: 17px;
    font-weight: 600;
    color: #141414;
    text-transform: uppercase;
    text-align: center;
}

.countdown li span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: var(--colorWhite);
    line-height: 44px;
    text-align: center;
    margin-bottom: -7px;
}

.home-btm-img {
    position: relative;
    background-color: #00b58c;
    padding: 34px 0;
    border-radius: 160px 0 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-btm-img:before {
    background: #00b58c;
    position: absolute;
    bottom: 0;
    content: '';
    border-radius: 20px 0 0 0;
    border-right: 173px solid #00b58c;
    transform: skew(-36deg);
    width: 100%;
    height: calc(100% + 2px);
    left: -31px;
    top: 0;
}

.home-btm-img img {
    position: relative;
    z-index: 1;
}

/*-- End --*/

/*-- Start --*/
.latest-news {
    background-color: var(--colorBlack);
    padding: 120px 0;
    overflow: hidden;
}

.latest-news .sec-heading {
    margin: 0 0 54px 318px;
    border-bottom: 1px solid var(--colorWhite);
}

.latest-news .sec-heading h2 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 27px;
}

.latest-news-slider {
    padding: 0 0 0 245px;
}

.latest-news-slider .owl-stage-outer {
    overflow: visible;
}

.latest-news-slider .owl-stage-outer:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -450px;
    width: 387px;
    height: 521px;
    transform: skew(-24deg);
    background-color: var(--colorBlack);
    z-index: 1;
}

.latest-news-img-box {
    transform: skew(-24deg);
    /* background-color: aqua; */
    border-radius: 15px;
    overflow: hidden;
}

.latest-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34.8% 0;
    position: relative;
    transform: skew(24deg);
    width: 148%;
    left: -24%;
}

.latest-news-cnt {
    padding: 30px 24px 0;
    margin: 0 153px 0 -56px;
}

.latest-news-cnt h6 {
    font-size: 20px;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 21px;
}

.latest-news-cnt .news-date {
    font-size: 13px;
    color: #00b58c;
}

.latest-news .owl-theme .item {
    width: 400px;
}

.latest-news .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -129px;
    right: 108px;
    opacity: 1;
    width: 61px;
    height: 41px;
    border: none;
    background-color: #00b58c;
    padding: 22.5px 33px;
    border-radius: 15px 10px 10px 30px;
    display: inline-block;
}

.latest-news .owl-carousel .owl-nav button.owl-prev .prev-slide {
    background-image: url(../png/prev-icon.png);
    background-repeat: no-repeat;
    text-align: center;
    width: 61px;
    height: 41px;
    position: relative;
    margin: 10px 0px 0 15px;
}
.latest-news .owl-carousel .owl-nav button.owl-prev:hover,
.latest-news .owl-carousel .owl-nav button.owl-prev:hover .prev-slide:after {
    background-color: #00d1a1;
    border-color: #00d1a1;
}
.latest-news .owl-carousel .owl-nav button.owl-prev .prev-slide:before {
    background: #00b58c;
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 10px 0 0 10px;
    border-left: 20px solid #00b58c;
    transform: skew(20deg);
    height: 41px;
    left: -15px;
    top: -10px;
}

.latest-news .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -129px;
    right: 41px;
    opacity: 1;
    width: 61px;
    height: 41px;
    border: none;
    background-color: #00b58c;
    padding: 22.5px 33px;
    border-radius: 10px 15px 30px 10px;
    display: inline-block;
}
.latest-news .owl-carousel .owl-nav button.owl-next:hover,
.latest-news .owl-carousel .owl-nav button.owl-next:hover .next-slide:after {
    background-color: #00d1a1;
    border-color: #00d1a1;
}

.latest-news .owl-carousel .owl-nav button.owl-next .next-slide {
    background-image: url(../png/next-icon.png);
    background-repeat: no-repeat;
    text-align: center;
    width: 61px;
    height: 41px;
    position: relative;
    margin: 10px 0px 0 15px;
}

.latest-news .owl-carousel .owl-nav button.owl-next .next-slide:after {
    background: #00b58c;
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 0 10px 10px 0;
    border-left: 20px solid #00b58c;
    transform: skew(-20deg);
    width: 41px;
    height: 41px;
    right: 15px;
    top: -10px;
}

.latest-news .thm-btn {
    margin-top: 20px;
    margin-right: 52px;
    padding: 10px 50px;
    border-radius: 10px 0px 40px 10px;
}

.latest-news .thm-btn:after {
    border-radius: 0 10px 5px 0;
}

.latest-news .thm-btn:hover {
    background-color: #00d1a1;
}
.latest-news .thm-btn:hover:after {
    border-color: #00d1a1;
    background-color: #00d1a1;
}

/*-- End --*/

/*-- start --*/
.connect-with-us {
    background-image: -moz-linear-gradient( 79deg, rgb(38,201,154) 0%, rgb(28,162,124) 100%);
  background-image: -webkit-linear-gradient( 79deg, rgb(38,201,154) 0%, rgb(28,162,124) 100%);
  background-image: -ms-linear-gradient( 79deg, rgb(38,201,154) 0%, rgb(28,162,124) 100%);
  display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 80px;
    padding: 30px;
}
.connect-with-us h2 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 0;
}
.connect-with-us .social-link ul li a i {
    font-size: 24px;
}
.connect-with-us .social-link ul li a:hover i {
    color: var(--colorBlack);
}
/*-- end --*/

/*-- Start --*/
.race-calendar {
    background-color: #f9f9f9;
    padding: 180px 0;
}

.race-calendar h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 82px;
}

.race-calendar table {
    position: relative;
}

.race-calendar table tr {
    background: #f9f9f9;
    vertical-align: middle;
    border-bottom: 0;
    border-top: 2px solid var(--colorWhite);
    position: relative;
}

.race-calendar table tbody tr:hover {
    transition: all 0.4s ease-in-out;
    background: linear-gradient(90deg, rgba(1, 135, 191, 1) 0%, rgba(34, 66, 142, 1) 100%);
    background-attachment: fixed;
}

.race-calendar table tr td {
    background: transparent;
    border-bottom: 0;
    padding: 20px;
    width: 33.333333%;
    min-width: 312px;
    position: relative;
    z-index: 2;
}

.race-calendar table tr td:last-child {
    text-align: end;
    padding-right: 60px;
}

.race-calendar table tr:hover .thm-btn-1 {
    color: var(--colorWhite);
    background-color: var(--colorRed);
    transition: all 0.4s ease-in-out;
}

.race-calendar table tr:hover .thm-btn-1:after {
    border-color: var(--colorRed);
    background-color: var(--colorRed);
    transition: all 0.4s ease-in-out;
}

.race-calendar .event-date {
    font-size: 33px;
    font-weight: 900;
    color: var(--colorBlack);
}

.race-calendar .event-date {
    font-size: 33px;
    font-weight: 900;
    color: var(--colorBlack);
}

.race-calendar .event-date sub {
    font-size: 14px;
    left: 13px;
    bottom: 0em;
}

.race-calendar table tr:hover .event-date {
    color: var(--colorWhite);
}

.race-calendar .event-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--colorBlack);
    line-height: normal;
}

.race-calendar .event-title span {
    display: block;
}

.race-calendar table tr:hover .event-title {
    color: var(--colorWhite);
}

/*-- End --*/

/*-- Start --*/
.highlights {
    position: relative;
    /* background-color: #1d1420; */
    background-color: var(--colorBlack);
}

.highlights-heading-bg {
    background-color: #00b58c;
    width: 38%;
    min-height: 85px;
    top: -39px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.highlights .sec-heading h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    background-color: #00b58c;
    padding: 25px 15px 18px 15px;
    border-radius: 0 20px 0 0;
    margin-top: -43px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.highlights .sec-heading h3:after {
    background: #00b58c;
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 0 20px 20px 0;
    border-right: 85px solid #00b58c;
    transform: skew(36deg);
    height: 85px;
    right: -53px;
}

.highlights-video {
    /* background-color: rgb(31, 31, 31); */
    background-color: var(--colorBlack);
    box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    padding-bottom: 74px;
}

.highlights-video .container {
    max-width: 1384px;
    position: relative;
}

.highlights-video-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 116px;
}

.highlights-video .slider-nav .slick-slide {
    cursor: pointer;
    margin: 46px 0 34px;
    padding: 0 32px;
}

.highlights-video .thm-btn {
    float: right;
    position: absolute;
    right: 30px;
    margin: 34px 0 0 0;
}
.highlights-video .thm-btn:hover {
    background-color: #00d1a1;
}
.highlights-video .thm-btn:hover:after {
    border-color: #00d1a1;
    background-color: #00d1a1;
}


.highlights-video .slider-nav .slick-list {
    overflow-x: scroll;
}

.highlights-video .slider-nav .slick-list::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background: #6a6a6a;
}

.highlights-video .slider-nav .slick-list::-webkit-scrollbar-track {
    background: #6a6a6a;
}

.highlights-video .slider-nav .slick-list::-webkit-scrollbar-thumb {
    background: #6a6a6a;
}

.highlights-video .slider-nav .slick-list::-webkit-scrollbar-thumb:horizontal {
    background: #c7c7c7;
}

/*-- End --*/

/*-- Start --*/
.driver-standings {
    background-color: var(--colorBlack);
    padding: 180px 0 135px;
}

.driver-standings h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 160px;
}

.driver-standings .gx-4 {
    --bs-gutter-x: 46px;
}

.driver-standings .row .col-lg-3 {
    width: 405px;
}

.driver-standings .row .col-lg-4 {
    width: 485px;
    order: 2;
}

.driver-standings .row .col-lg-3 {
    order: 1;
}

.driver-standings .row .col-lg-3:last-child {
    order: 3;
}


.driver-standings-box {
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.driver-standings-img {
    width: 100%;
    height: 321px;
    border-radius: 40px;
    background-color: var(--colorWhite);
    margin-bottom: 6px;
    position: relative;
}

.driver-standings-img span {
    position: absolute;
    top: 34px;
    left: 14px;
    font-size: 42px;
    font-weight: bold;
    /*    color: var(--colorWhite);*/
    color: var(--colorRed);
    line-height: 54px;
}

.driver-standings-img span sub {
    font-size: 21px;
    bottom: 0;
}

.driver-standings .row .col-lg-4 .driver-standings-img span {
    top: 30px;
    left: 30px;
}

.driver-standings-box.img-active {
    margin-top: -74px;
}

.driver-standings-box.img-active .driver-standings-img {
    height: 395px;
}

.driver-standings-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.driver-standings-cnt {
    background-image: linear-gradient(23deg, rgb( 28, 162, 124 ) 0%, rgb( 0, 209, 161 ) 100%);
    box-shadow: 0px 33px 38.94px 20.06px rgba(0, 0, 0, 0.2);
    padding: 115px 35px 35px;
    border-radius: 40px;
    margin-top: -80px;
    display: flex;
    align-items: center;
}

.driver-standings-cnt h5 {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorWhite);
    margin-right: 15px;
    margin-bottom: 0;
}

.driver-standings-cnt span {
    display: block;
}

.driver-standings-cnt img {
    margin-left: auto;
}

.driver-standings table thead tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 1px solid var(--colorWhite);
}

.driver-standings table thead tr th {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px;
    /*    width: 33.333333%;*/
    color: var(--colorWhite);
    text-transform: uppercase;
    white-space: nowrap;
}

.driver-standings table tbody tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 0;
    border-top: 1px solid rgb(255 255 255 / 15%);
    position: relative;
}

.driver-standings table tbody tr td {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px;
    /*    width: 33.333333%;*/
    font-size: 15px;
    color: var(--colorWhite);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.driver-standings table tbody tr td:first-child {
    width: 16%;
    padding-right: 78px;
    text-align: center;
}

.driver-standings table tbody tr td:nth-child(2) {
    width: 16%;
    padding-right: 84px;
    text-align: center;
}

.driver-standings table tbody tr td:nth-child(3) {
    width: 30%;
    min-width: 281px;
}

/* .driver-standings table tbody tr td:nth-child(4) {
    width: 14%;
    padding-right: 84px;
    text-align: center;
} */

.driver-standings table tbody tr td:nth-child(4) {
    min-width: 82px;
    text-align: center;
}

.driver-standings table tbody tr td img {
    width: 42px;
}

.driver-standings table tbody tr td:last-child {
    width: 24%;
    padding-right: 60px;
}

.driver-standings table tbody tr:hover {
    background: linear-gradient(79deg, rgb( 28, 162, 124 ) 0%, rgb( 0, 209, 161 ) 100%);
    background-attachment: fixed;
    transition: all 0.4s ease-in-out;
}

.driver-standings .thm-btn {
    margin: 24px 18px 0 0;
}
.driver-standings .thm-btn:hover {
    background-color: #00d1a1;
}
.driver-standings .thm-btn:hover:after {
    border-color: #00d1a1;
    background-color: #00d1a1;
}

/*-- End --*/

/*-- Start --*/
.latest-gallery {
    background-color: var(--colorWhite);
    padding: 180px 0;
}

.latest-gallery h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e7e7e7;
}

.latest-gallery .gx-6 {
    --bs-gutter-x: 6px;
}

.latest-gallery .lightgallery .col-lg-2 {
    width: 20%;
}

.latest-gallery-box {
    width: 100%;
    height: 254px;
    border-radius: 20px;
    background-color: #f9f9f9;
    margin-bottom: 6px;
}

.latest-gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/*-- End --*/

/*-- Start --*/
.hall-of-fame {
    background-color: #f9f9f9;
    padding: 165px 0 146px;
}

.hall-of-fame h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 72px;
}

.hall-of-fame .col-lg-3 {
    margin-bottom: 30px;
}

.hall-of-fame .gx-5 {
    --bs-gutter-x: 111px;
}

.hall-fame-box {
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hall-fame-img {
    width: 100%;
    height: 205px;
    border-radius: 40px;
    background-color: var(--colorWhite);
    margin-bottom: 6px;
    z-index: 1;
}

.hall-fame-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.hall-fame-cnt {
    background-image: linear-gradient(23deg, rgb( 28, 162, 124 ) 0%, rgb( 0, 209, 161 ) 100%);
    box-shadow: 0px 33px 38.94px 20.06px rgba(0, 0, 0, 0.2);
    padding: 115px 35px 35px;
    border-radius: 40px;
    margin-top: -80px;
    height: 100%;
}

.hall-fame-cnt h5 {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorWhite);
    margin-bottom: 0;
}

.hall-fame-cnt span {
    display: block;
}

.hall-fame-box:hover .hall-fame-cnt {
    background-image: linear-gradient(23deg, rgb( 20, 20, 20 ) 0%, rgb( 70, 67, 67 ) 100%);
}

.hall-of-fame .thm-btn {
    margin: 30px 18px 0 0;
}

/*-- End --*/

/*-- Start --*/
.our-partners {
    background-color: var(--colorBlack);
    padding: 180px 0 145px;
}

.our-partners .container {
    max-width: 1670px;
}

.our-partners h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 45px;
}

.our-partners .gx-5 {
    --bs-gutter-x: 10px;
}

.our-partners .col-lg-1 {
    width: 14.28%;
}

.our-partners .col-lg-3 {
    margin-bottom: 10px;
}

.our-partners-box {
    position: relative;
    background-color: var(--colorWhite);
    border-radius: 20px;
    padding: 8px 20px;
    min-height: 94px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transform: skew(-20deg);
    transition: all 0.4s ease-in-out;
}

.our-partners-box img {
    position: relative;
    z-index: 1;
    filter: grayscale(100%);
    opacity: 0.6;
    max-height: 90px;
    transform: skew(20deg);
    transition: all 0.4s ease-in-out;
}

.our-partners-box:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.technical {
    margin-top: 55px;
}

/*-- End --*/

/*-- Start --*/
.page-banner {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 692px;
    display: flex;
    flex-direction: column;
    padding-top: 139px;
}

.page-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.page-banner .page-heading {
    min-height: 447px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-banner .page-heading h1 {
    font-size: 80px;
    font-weight: 800;
    color: var(--colorWhite);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 110px;
    animation: 1s 0.3s fadeInLeft both;
}
.page-banner .page-heading h3 {
    font-size: 50px;
    font-weight: 800;
    color: var(--colorWhite);
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0px;
    animation: 1s 0.6s fadeInLeft both;
}

.page-banner img {
    margin-top: auto;
    z-index: 1;
}

/*-- End --*/

/*-- Start --*/
.teams-drivers {
    padding: 120px 0 78px;
}

.teams-main {
    background-image: linear-gradient(79deg, rgb(255, 255, 255) 0%, rgb(228, 228, 228) 100%);
    box-shadow: 0px 10px 17.64px 3.36px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 0 24px;
    margin-bottom: 40px;
}

.rodin-box {
    /* background-image: linear-gradient(79deg, rgb(255, 255, 255) 0%, rgb(228, 228, 228) 100%);
    box-shadow: 0px 10px 17.64px 3.36px rgba(0, 0, 0, 0.2);
    border-radius: 20px; */
    /* margin-bottom: 50px;
    padding: 36px 45px 32px 55px; */
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.rodin-box a {
    margin-left: auto;
    margin-right: 12px;
}

.teams-main .driver-standings-cnt {
    box-shadow: 0px 13px 17.64px 3.36px rgba(0, 0, 0, 0.2);
}

.teams-main .driver-standings-img {
    height: 306px;
}

/*-- End --*/

/*-- Start --*/
.driver-championship {
    padding: 100px 0 64px;
}

.driver-championship h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.driver-championship .nav-tabs {
    border-bottom: 0;
}

.driver-championship .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
}

.driver-championship .nav-tabs .nav-link {
    font-size: 24px;
    font-weight: 900;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0 15px;
    border-right: 5px solid #ccc;
    height: 34px;
    line-height: normal;
}

.driver-championship .nav-tabs li:first-child .nav-link {
    padding-left: 0;
}

.driver-championship .nav-tabs .nav-link.active {
    color: var(--colorBlack);
    background-color: transparent;
    font-weight: 900;
    border-color: var(--colorBlack);
}

.driver-championship .nav-tabs li:last-child .nav-link {
    border: none;
}

.driver-championship .tab-content {
    margin-top: 15px;
}

.driver-championship .gx-4 {
    --bs-gutter-x: 46px;
}

.driver-championship .row .col-lg-3 {
    width: 405px;
}

.driver-championship .row .col-lg-4 {
    width: 485px;
}

.driver-championship table thead tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 1px solid var(--colorBlack);
}

.driver-championship table thead tr th {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 15px;
    /*    width: 33.333333%;*/
    color: var(--colorBlack);
}

.driver-championship table tbody tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 0;
    border-top: 1px solid rgb(0 41 58 / 15%);
    position: relative;
}

.driver-championship table tbody tr td {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 15px;
    width: 33.333333%;
    font-size: 15px;
    font-weight: 600;
    color: var(--colorBlack);
    position: relative;
    z-index: 2;
}

.driver-championship table tbody tr:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.driver-championship table tbody tr td:first-child {
    width: auto;
    text-align: center;
}

.driver-championship table tbody tr td:nth-child(2) {
    width: auto;
    text-align: center;
}

.driver-championship table tbody tr td:nth-child(3) {
    min-width: 238px;
}

.driver-championship table tbody tr td:nth-child(4) {
    min-width: 42px;
    text-align: center;
}

.driver-championship table tbody tr td img {
    width: 42px;
}

.driver-championship table tbody tr td:nth-child(5) {
    min-width: 234px;
}

.driver-championship table tbody tr td:nth-child(6) {
    min-width: 181px;
    text-align: center;
}

.driver-championship table tbody tr td:nth-child(7) {
    text-align: center;
}

.driver-championship table tbody tr td:nth-child(8) {
    text-align: center;
}

.driver-championship table tbody tr td:last-child {
    text-align: center;
}


.driver-championship .team-stand table thead tr th:nth-child(3) {
    width: 25%;
    text-align: center;
}

.driver-championship .team-stand table thead tr th:last-child {
    width: 25%;
    text-align: center;
}

.driver-championship .team-stand table tbody tr td:first-child {
    width: 10%;
    text-align: center;
    /* min-width: 32px; */
}

.driver-championship .team-stand table tbody tr td:nth-child(2) {
    width: 40%;
    text-align: left;
    /* min-width: 238px; */
}

.driver-championship .team-stand table tbody tr td:nth-child(3) {
    min-width: unset;
    width: 25%;
    text-align: center;
}

.driver-championship .team-stand table tbody tr td:last-child {
    min-width: unset;
    text-align: center;
    width: 25%;
}


.driver-championship table tbody tr:hover {
    background: linear-gradient(79deg, rgb( 28, 162, 124 ) 0%, rgb( 0, 209, 161 ) 100%);
    background-attachment: fixed;
    transition: all 0.4s ease-in-out;
}

.driver-championship table tbody tr:hover td {
    color: var(--colorWhite);
}

/*-- End --*/

/*-- Start --*/
.rookies-cup {
    padding: 100px 0 64px;
    background-color: #f9f9f9;
}

.rookies-cup h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rookies-cup table thead tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 1px solid var(--colorBlack);
}

.rookies-cup table thead tr th {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 15px;
    /*    width: 33.333333%;*/
    color: var(--colorBlack);
}

.rookies-cup table tbody tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 0;
    border-top: 1px solid rgb(0 41 58 / 15%);
    position: relative;
}

.rookies-cup table tbody tr td {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 15px;
    width: 33.333333%;
    font-size: 15px;
    font-weight: 600;
    color: var(--colorBlack);
    position: relative;
    z-index: 2;
}

.rookies-cup table tbody tr:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.rookies-cup table tbody tr td:first-child {
    width: auto;
    text-align: center;
}

.rookies-cup table tbody tr td:nth-child(2) {
    width: auto;
    text-align: center;
}

.rookies-cup table tbody tr td:nth-child(3) {
    min-width: 238px;
}

.rookies-cup table tbody tr td:nth-child(4) {
    min-width: 42px;
    text-align: center;
}

.rookies-cup table tbody tr td img {
    width: 42px;
}

.rookies-cup table tbody tr td:nth-child(5) {
    min-width: 234px;
}

.rookies-cup table tbody tr td:nth-child(6) {
    min-width: 181px;
    text-align: center;
}

.rookies-cup table tbody tr td:nth-child(7) {
    text-align: center;
}

.rookies-cup table tbody tr td:nth-child(8) {
    text-align: center;
}

.rookies-cup table tbody tr td:last-child {
    text-align: center;
}

.rookies-cup table tbody tr:hover {
    background: linear-gradient(79deg, rgb(1, 135, 191) 0%, rgb(34, 66, 142) 100%);
    background-attachment: fixed;
    transition: all 0.4s ease-in-out;
}

.rookies-cup table tbody tr:hover td {
    color: var(--colorWhite);
}

/*-- End --*/

/*-- Start --*/
.race-table-main .race-park {
    background-color: #f9f9f9;
}

.race-table-main .race-park:nth-child(2n) {
    background-color: var(--colorWhite);
}

.race-park {
    padding: 100px 0;
}

.race-park h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.race-park .nav-tabs {
    border-bottom: 0;
}

.race-park .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
}

.race-park .nav-tabs .nav-link {
    font-size: 35px;
    font-weight: 900;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0 15px;
    border-right: 5px solid #ccc;
    height: 34px;
    line-height: normal;
}

.race-park .nav-tabs li:first-child .nav-link {
    padding-left: 0;
}

.race-park .nav-tabs .nav-link.active {
    color: var(--colorBlack);
    background-color: transparent;
    font-weight: 900;
    border-color: var(--colorBlack);
}

.race-park .nav-tabs li:last-child .nav-link {
    border: none;
}

.race-park .tab-content {
    margin-top: 15px;
}



.race-park table {
    margin-bottom: 0;
}

.race-park table thead tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 1px solid var(--colorBlack);
}

.race-park table thead tr th {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 15px;
    /*    width: 33.333333%;*/
    color: var(--colorBlack);
}

.race-park table tbody tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 0;
    border-top: 1px solid rgb(0 41 58 / 15%);
    position: relative;
}

.race-park table tbody tr td {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 15px;
    width: 33.333333%;
    font-size: 15px;
    font-weight: 600;
    color: var(--colorBlack);
    position: relative;
    z-index: 2;
}

.race-park table tbody tr:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.race-park table tbody tr td:first-child {
    width: auto;
    text-align: center;
}

.race-park table tbody tr td:nth-child(2) {
    width: auto;
    text-align: center;
}

.race-park table tbody tr td:nth-child(3) {
    width: auto;
    min-width: 110px;
    text-align: center;
}

.race-park table tbody tr td:nth-child(4) {
    min-width: 238px;
}

.race-park table tbody tr td:nth-child(5) {
    min-width: 42px;
    /* text-align: center; */
    text-align: left;
}

.race-park table tbody tr td img {
    width: 42px;
}

.race-park table tbody tr td:nth-child(6) {
    min-width: 234px;
}

.race-park table tbody tr td:nth-child(7) {
    text-align: center;
}

.race-park table tbody tr td:nth-child(8) {
    text-align: center;
}

.race-park table tbody tr td:nth-child(9) {
    text-align: center;
}

.race-park table tbody tr td:last-child {
    text-align: center;
}

.race-park table tbody tr:hover {
    background: linear-gradient(79deg, rgb(1, 135, 191) 0%, rgb(34, 66, 142) 100%);
    background-attachment: fixed;
    transition: all 0.4s ease-in-out;
}

.race-park table tbody tr:hover td {
    color: var(--colorWhite);
}

/*-- End --*/

/*-- Start --*/
.teams-standings {
    padding: 100px 0 64px;
}

.teams-standings h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.teams-standings table thead tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 1px solid var(--colorBlack);
}

.teams-standings table thead tr th {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 15px;
    color: var(--colorBlack);
}

.teams-standings table thead tr th:nth-child(2) {
    padding: 20px 15px 20px 180px;
}

.teams-standings table thead tr th:last-child {
    padding: 20px 15px 20px 150px;
}

.teams-standings table tbody tr {
    vertical-align: middle;
    background-color: transparent;
    border-bottom: 0;
    border-top: 1px solid rgb(0 41 58 / 15%);
    position: relative;
}

.teams-standings table tbody tr td {
    background-color: transparent;
    border-bottom: 0;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 600;
    color: var(--colorBlack);
    position: relative;
    z-index: 2;
}

.teams-standings table tbody tr:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
}

.teams-standings table tbody tr td:first-child {
    width: 135px;
    text-align: center;
}

.teams-standings table tbody tr td:nth-child(2) {
    width: 575px;
    padding: 20px 15px 20px 180px;
}

.teams-standings table tbody tr td:nth-child(3) {
    width: 114px;
    text-align: center;
}

.teams-standings table tbody tr td:last-child {
    width: 83px;
    padding: 20px 15px 20px 150px;
    text-align: center;
}

.teams-standings table tbody tr:hover {
    background: linear-gradient(79deg, rgb(1, 135, 191) 0%, rgb(34, 66, 142) 100%);
    background-attachment: fixed;
    transition: all 0.4s ease-in-out;
}

.teams-standings table tbody tr:hover td {
    color: var(--colorWhite);
}

/*-- End --*/

/*-- Start --*/
.driver-details {
    padding: 100px 0 70px;
}

.biography-cnt h4 {
    font-size: 25px;
    font-weight: 800;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.biography-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 30px;
}
.biography-cnt p a {
    color: #00b58c;
}

.biography-cnt ul {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 30px;
}

.driver-details-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 54% 0;
    border-radius: 40px;
}

.driver-details-box {
    background-image: linear-gradient(23deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 20px 15.66px 2.34px rgba(0, 0, 0, 0.07);
    border-radius: 40px;
}

.driver-details-cnt {
    padding: 27px 50px 50px;
    margin-bottom: 110px;
}

.driver-details-cnt h4 {
    /* font-size: 25px; */
    font-size: 20px;
    font-weight: 800;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.driver-details-cnt img {
    margin-bottom: 30px;
}

.driver-details-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 30px;
}

.driver-country {
    display: flex;
    align-items: center;
}

.driver-details-cnt .driver-country img {
    margin: 0 15px 0 0;
}

.driver-details-cnt .driver-country span {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
}

.driver-related-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 34% 0;
    border-radius: 20px;
    margin-bottom: 30px;
}

/*-- End --*/

/*-- Start --*/
.track-details {
    padding: 100px 0;
}

.track-details-cnt {
    border-right: 1px solid rgb(0 41 58 / 20%);
    padding-right: 53px;
}

.track-details-cnt h4 {
    font-size: 25px;
    font-weight: 800;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.track-details-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 30px;
}

.track-details-cnt p a {
    color: #00b58c;
}

.track-details-box {
    padding: 27px 26px 50px;
    margin-bottom: 66px;
}

.track-details-box h4 {
    font-size: 25px;
    font-weight: 800;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 35px;
}

.track-details-box p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 30px;
}

.track-point-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 34% 0;
    border-radius: 20px;
    margin-bottom: 30px;
}

.track-status {
    border-radius: 20px;
    background-color: #f4f4f4;
    padding: 120px 70px;
    margin-top: 40px;
}

.track-status-cnt h4 {
    font-size: 25px;
    font-weight: 800;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 35px;
}

.track-status-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 30px;
}

/*-- End --*/

/*-- Start --*/
.calendar {
    padding: 100px 0;
}

.calendar-cnt {
    margin: 0 0 90px 0;
}

.calendar-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 30px;
}

.calendar .row.gx-4 {
    --bs-gutter-x: 40px;
}

.calendar-box {
    margin-bottom: 80px;
    transition: all 0.4s ease-in-out;
}

.calendar-box-img {
    width: 100%;
    height: 285px;
    border-radius: 40px;
    background-color: var(--colorWhite);
    margin-bottom: 6px;
}

.calendar-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.calendar-box-cnt {
    background-image: linear-gradient(23deg, rgb( 28, 162, 124 ) 0%, rgb( 0, 209, 161 ) 100%);
    box-shadow: 0px 13px 17.64px 3.36px rgba(0, 0, 0, 0.2);
    padding: 115px 40px 35px 35px;
    border-radius: 40px;
    margin-top: -80px;
}

.calendar-box-cnt h5 {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorWhite);
    margin-bottom: 0;
    min-height: 60px;
}

.calendar-box-cnt span {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorWhite);
    display: block;
}

.calendar-box:hover .calendar-box-cnt {
    background-image: linear-gradient(23deg, rgb( 20, 20, 20 ) 0%, rgb( 70, 67, 67 ) 100%);
}

/*-- End --*/

/*-- Start --*/
.latest-news-main {
    background-color: var(--colorBlack);
    padding: 100px 0;
}

.latest-news-main .sec-heading h3 {
    font-size: 35px;
    font-family: 'Avenir Next Medium';
    color: var(--colorWhite);
    margin-bottom: 70px;
}

.latest-news-main .latest-news-box {
    margin-bottom: 80px;
}

.latest-news-main .latest-news-cnt {
    margin: 0 120px 0 -56px;
}

.latest-news-main .pagination {
    margin-top: 30px;
}

.latest-news-main .pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.latest-news-main .pagination ul li {
    width: 60px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    transform: skew(-24deg);
    background-color: #22428e;
    margin: 0 4px 8px;
}

.latest-news-main .pagination ul li a {
    font-size: 20px;
    font-weight: 700;
    color: var(--colorWhite);
    transform: skew(24deg);
    display: block;
}

.latest-news-main .pagination ul li.active {
    background-color: transparent;
    border: 1px solid var(--colorWhite);
}

.latest-news-main .pagination ul li.page-next {
    background-color: var(--colorRed);
}

.latest-news-main .pagination ul li:hover {
    background-color: var(--colorLightBlue);
}

/*-- End --*/

/*-- Start --*/
.news-detail {
    padding: 100px 0 70px;
}

.news-detail-cnt {
    margin-bottom: 60px;
}

.news-detail-cnt h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    margin: 0px 60px 46px;
    text-align: center;
}

.news-detail-img-box {
    transform: skew(-15deg);
    background-color: aqua;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 70px;
}

.news-detail-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23.8% 0;
    position: relative;
    transform: skew(15deg);
    width: 130%;
    left: -7%;
}

.news-detail-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 20px;
}
.news-detail-cnt p a {
    color: #00b58c;
}

.news-post-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 34% 0;
    border-radius: 20px;
    margin-bottom: 30px;
}

.related-news {
    background-color: var(--colorBlack);
    padding: 100px 0 20px;
}

.related-news h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorWhite);
    margin-bottom: 50px;
}

.related-news .latest-news-box {
    margin-bottom: 80px;
}

.related-news .latest-news-cnt {
    margin: 0 120px 0 -56px;
}

/*-- End --*/

/*-- Start --*/
.about {
    padding: 100px 0 80px;
}

.about-cnt h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--colorBlack);
    margin-bottom: 20px;
}

.about-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 20px;
}

.about-cnt img {
    margin: 15px 0 30px;
}

.about-list .gx-5 {
    --bs-gutter-x: 100px;
}

.about-list {
    background-color: var(--colorBlack);
    padding: 100px 0 50px;
}

.about-box {
    margin-bottom: 50px;
}

.about-img-box {
    transform: skew(-24deg);
    /* background-color: aqua; */
    border-radius: 15px;
    overflow: hidden;
}

.about-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34.8% 0;
    position: relative;
    transform: skew(24deg);
    width: 148%;
    left: -24%;
}

.about-box-cnt {
    padding: 30px 24px 0;
    margin: 0 120px 0 -56px;
}

.about-box-cnt h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 0px;
}

/*-- End --*/

/*-- Start --*/
.teams-detail {
    padding: 100px 0 70px;
}

.teams-detail-cnt {
    margin-bottom: 60px;
}

.teams-detail-cnt h3 {
    font-size: 25px;
    font-weight: 900;
    color: var(--colorBlack);
    margin: 0 0 30px;
    text-align: left;
}

.teams-detail-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 20px;
}

.teams-detail-title {
    margin-right: 30px;
}

.teams-post-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 34% 0;
    border-radius: 20px;
    margin-bottom: 30px;
}

.teams-detail-cnt img {
    margin-left: 30px;
    margin-bottom: 30px;
    width: 220px;
}

/*-- End --*/

/*-- Start --*/
.photography {
    padding: 100px 0;
}

.photography .col-lg-4 {
    margin-bottom: 80px;
}

.photography-box {
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.photography-box-img {
    width: 100%;
    height: 285px;
    border-radius: 20px;
    background-color: var(--colorWhite);
    margin-bottom: 6px;
}

.photography-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.photography-box-cnt {
    background-color: #f4f4f4;
    padding: 100px 25px 25px 25px;
    border-radius: 20px;
    margin-top: -80px;
    flex: 1 0 auto;
    z-index: -1;
}

.photography-box-cnt h5 {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorBlack);
    margin-bottom: 0;
}

.photography-box:hover .photography-box-cnt {
    background-image: linear-gradient(0deg, #00b58c 0%, #00d1a1 100%);
    transition: all 0.4s ease-in-out;
}

.photography-box:hover .photography-box-cnt h5 {
    color: var(--colorWhite);
    transition: all 0.4s ease-in-out;
}

.prev-arrow {
    width: 61px;
    height: 41px;
    border: none;
    background-color: #00b58c;
    padding: 22.5px 33px;
    border-radius: 15px 10px 10px 30px;
    display: inline-block;
    position: relative;
    background-image: url(../png/prev-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.prev-arrow:before {
    background-color: #00b58c;
    position: absolute;
    z-index: 0;
    bottom: 0;
    content: '';
    border-radius: 10px 0 0 10px;
    transform: skew(20deg);
    width: 20px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.prev-arrow:hover {
    background-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}

.prev-arrow:hover:before {
    background-color: var(--colorBlack);
    border-left-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}

.next-arrow {
    width: 61px;
    height: 41px;
    border: none;
    background-color: #00b58c;
    padding: 22.5px 33px;
    border-radius: 10px 15px 30px 10px;
    display: inline-block;
    position: relative;
    background-image: url(../png/next-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.next-arrow:after {
    background-color: #00b58c;
    position: absolute;
    z-index: 0;
    bottom: 0;
    content: '';
    border-radius: 0 10px 10px 0;
    transform: skew(-20deg);
    width: 20px;
    height: 100%;
    right: 0px;
    top: 0px;
}

.next-arrow:hover {
    background-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}

.next-arrow:hover:after {
    background-color: var(--colorBlack);
    border-left-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}

/*-- End --*/

/*-- Start --*/
.audio {
    padding: 100px 0 27px;
}

/*-- End --*/

/*-- Start --*/
.video {
    padding: 100px 0 50px;
}

.video-detail-cnt h3 {
    font-size: 25px;
    font-weight: 900;
    color: var(--colorBlack);
    margin: 0 0 30px;
    text-align: left;
}

.video-box-main {
    margin-bottom: 50px;
}

.video-box-main h4 {
    font-size: 25px;
    font-weight: 900;
    color: var(--colorBlack);
    margin: 30px 0 0;
}

.video-box-thumb {
    margin-bottom: 50px;
}

.video-thumb-img {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33% 0;
    margin-bottom: 20px;
    border: 4px solid transparent;
}

.video-box-thumb h4 {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorBlack);
    margin: 0;
}

.video-box-thumb.active .video-thumb-img {
    border: 4px solid #00b58c;
}

/*-- End --*/

/*-- Start --*/
.e-sports {
    padding: 100px 0 70px;
}

.e-sports-cnt h3 {
    font-size: 25px;
    font-weight: 900;
    color: var(--colorBlack);
    margin: 0 0 30px;
    text-align: left;
}

.e-sports-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 20px;
}

.e-sports-title {
    margin-right: 30px;
}

.e-sports-cnt img {
    margin-left: 30px;
    margin-bottom: 30px;
    width: 320px;
}

.race-broadcasts {
    padding: 60px 0;
    background: var(--colorBlack);
}

.race-broadcasts-title h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.race-broadcasts-box {
    margin-bottom: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.race-broadcasts-img {
    display: flex;
    align-items: center;
    min-height: 133px;
}

.race-broadcasts-img img {
    margin-bottom: 15px;
}

.race-broadcasts-cnt .round-label {
    font-size: 16px;
    font-weight: 500;
    color: #00b58c;
    text-transform: uppercase;
}

.race-broadcasts-cnt .round-heading {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: uppercase;
}

.race-broadcasts-cnt .round-heading:hover {
    color: #00b58c;
    transition: all 0.4s ease-in-out;
}

.drivers-champions-table {
    padding: 60px 0 0;
}

.drivers-champions {
    padding: 60px 0;
}

.drivers-champions-title h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*-- End --*/

/*-- Start --*/
.rodin-box img {
    height: 59px;
}

.rodin-box .thm-btn-1 img {
    height: auto;
}

/*-- End --*/

/*-- Start --*/
.partners {
    padding: 100px 0 80px;
    background-color: var(--colorBlack);
}

.partners .sec-heading h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 32px;
}

.partners .gx-5 {
    --bs-gutter-x: 10px;
}

.partners-box {
    margin-bottom: 16px;
}

.partners-box-img {
    position: relative;
    z-index: 2;
    background-color: var(--colorWhite);
    border-radius: 20px;
    padding: 20px;
    min-height: 145px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    transform: skew(-20deg);
    transition: all 0.4s ease-in-out;
}

.partners-box-img:hover {
    background-color: var(--colorWhite);
}

.partners-box-img img {
    position: relative;
    z-index: 1;
    filter: grayscale(100%);
    opacity: 0.6;
    transform: skew(20deg);
    transition: all 0.4s ease-in-out;
    max-height: 105px;
}

.partners-box-img:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.partners-box h6 {
    font-size: 20px;
    color: var(--colorWhite);
    margin-left: -18px;
    margin-right: 18px;
    margin-bottom: 0;
}

.tyre-suppliers .partners-box {
    margin-bottom: 0px;
}

.partners-modal .modal {
    padding-right: 0 !important;
}

.partners-modal .modal-header {
    border: 0px;
    border-radius: 0;
    padding: 15px 15px 0;
}

.partners-modal .modal-content {
    border: none;
    border-radius: 0;
    background-color: var(--colorWhite);
}

.partners-modal .modal-body {
    padding: 10px 30px 30px;
}

.partners-modal .btn-close {
    box-sizing: content-box;
    width: 30px;
    height: 39px;
    padding: 0;
    background: none;
    border-radius: 0;
    opacity: 1;
    margin-right: 0px;
    margin-top: 0px;
}

.partners-modal .btn-close i {
    font-size: 24px;
    color: var(--colorBlack);
}

.partners-modal .btn-close:hover i {
    color: #00b58c;
}

.partners-modal .partners-content img {
    margin: 0 auto 30px;
    display: block;
}

.partners-modal .partners-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.partners-modal .partners-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.partners-modal .partners-content p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    font-weight: 400;
    color: var(--colorBlack);
    margin-bottom: 30px;
}

.partners-modal .partners-content .thm-btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 16px 20px;
    border-radius: 15px 0px 45px 15px;
}

.partners-modal .partners-content .thm-btn:after {
    border-radius: 0 15px 15px 0;
}

.partners-modal .partners-content .thm-btn img {
    margin: 0 0 0 19px;
    display: inline;
}

/*-- End --*/

.special-event-tab {
    /* background-color: var(--colorBlack); */
    background-color: var(--colorWhite);
    padding: 15px 0;
}
.special-event-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.special-event-tab ul li a {
    font-size: 15px;
    font-weight: 500;
    /* color: var(--colorWhite); */
    color: var(--colorBlack);
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}
.special-event-tab ul li {
    padding: 15px 30px;
    text-align: center;
}
.special-event-tab ul li a:hover {
    color: #00b58c;
}

.special-event-main .race-table-main .race-park {
    background-color: #fff;
}
.race-park h2 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.special-event-main .race-park table thead tr th:first-child,
.special-event-main .race-park table thead tr th:nth-child(2) {
    text-align: center;
}
.special-event-main .race-park table tbody tr td:nth-child(3) {
    width: auto;
    min-width: 110px;
    text-align: left;
    white-space: nowrap;
}

.special-event-main .race-park table tbody tr td:nth-child(4) {
    min-width: 72px;
    width: 220px;
    text-align: center;
}

.special-event-main .race-park table tbody tr td:last-child {
    text-align: left;
}
.special-event-main .track-details {
    background-color: var(--colorBlack);
}

.special-event-main .track-details-cnt h4,
.special-event-main .track-details-cnt p,
.special-event-main .track-details-box h4,
.special-event-main .track-details-box p {
    color: var(--colorWhite);
}


/*-- Start Footer --*/
.footer {
    padding: 80px 0 0;
    background-image: var(--colorWhite);
}

.footer .row .col-lg-3:first-child {
    width: 28%;
}

.footer .row .col-lg-6 {
    padding: 47px 12px 0;
    width: 400px;
}

.footer .row .col-lg-6 .footer-content .col-lg-6 {
    width: 50%;
    padding: 0 12px 0;
}

.footer .footer-content form .row .col-lg-6 {
    width: 157px;
    padding: 0 12px 0;
}

.footer .row .col-lg-3.text-end {
    width: 260px;
}

.footer-content h5 {
    font-size: 25px;
    font-weight: 900;
    color: var(--colorBlack);
    margin-bottom: 15px;
    line-height: 48px;
}
.footer-content form p {
    margin-bottom: 20px;
}
.footer-content .form-control {
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    background-color: transparent;
}

/* Chrome */
input::-webkit-input-placeholder {
    color: var(--colorBlack) !important;
}

input:focus::-webkit-input-placeholder {
    color: var(--colorBlack) !important;
}

/* Firefox */
input::-moz-placeholder {
    color: var(--colorBlack) !important;
}

input:focus::-moz-placeholder {
    color: var(--colorBlack) !important;
}

/* Internet Explorer */
input:-ms-input-placeholder {
    color: var(--colorBlack) !important;
}

input:focus:-ms-input-placeholder {
    color: var(--colorBlack) !important;
}

.footer-content .thm-btn {
    font-size: 12px;
    padding: 8px 29px;
    border-radius: 10px 0px 58px 10px;
    width: 91%;
    background-color: var(--colorBlack);
}
.footer-content .thm-btn:hover {
    background-color: #00b58c;
}

.footer-content .thm-btn:after {
    border-radius: 0 10px 10px 0;
    border-left: 34px solid var(--colorRed);
    height: 34px;
}

.footer-content .thm-btn:hover:after {
    border-color: var(--colorLightBlue);
    transition: all 0.4s ease-in-out;
}

.robot {
    margin-bottom: 20px;
}

.footer-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-content ul li {
    margin-bottom: 15px;
}

.footer-content ul li a {
    font-size: 12px;
    color: var(--colorBlack);
}

.footer-content ul li a:hover {
    color: #00b58c;
}

.footer-logo {
    margin-top: 45px;
}

.footer-logo img {
    width: 220px;
}

.footer-address p {
    font-size: 13px;
    font-family: 'Avenir Next Medium';
    color: var(--colorWhite);
    opacity: 0.8;
    margin: 16px 0 13px;
}

.terms ul {
    padding: 0;
    text-align: right;
    margin-bottom: 0;
}

.terms ul li {
    display: inline-block;
    padding: 0px 5px;
    position: relative;
}

.terms ul li:before {
    content: "";
    background: var(--colorBlack);
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 18px;
}

.terms ul li a {
    font-size: 13px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    opacity: 0.8;
}

.terms ul li a:hover {
    color: #00b58c;
}

.terms ul li:last-child {
    padding-right: 0;
}

.terms ul li:last-child:before {
    width: 0;
}

.footer-copyright {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 30px 0;
}

.social-link {
    float: right;
}

.social-link ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    justify-content: end;
}

.social-link ul li {
    margin-right: 30px;
    cursor: pointer;
}

.social-link ul li:hover {
    background-color: var(--mainColor);
}

.social-link ul li a i {
    font-size: 23px;
    color: var(--colorWhite);
}

.social-link ul li a:hover i {
    color: #00b58c;
    transition: all 0.4s ease-in-out;
}

.social-link ul li:last-child {
    margin-right: 0px;
}

.footer-copyright .social-link ul li a i {
    color: var(--colorBlack);
}
.footer-copyright .social-link ul li a:hover i {
    color: #00b58c;
}

.footer-copyright-cnt p {
    font-size: 14px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    margin-bottom: 0;
}
.footer-copyright-cnt p a {
    color: var(--colorBlack);
}
.footer-copyright-cnt p a:hover {
    color: #00b58c;
}
.footer-copyright .row .col-lg-6 {
    width: 50%;
    padding-top: 0;
}

/*-- End Footer --*/

.login {
    padding: 100px 0;
}

.login .form-control {
    border-color: #c0c4c6;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.login .form-check {
    margin-bottom: 20px;
}

.login .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    vertical-align: middle;
    border: 1px solid var(--colorBlack);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
    appearance: none;
}

.login .form-check-input:checked {
    background-color: var(--colorBlack);
    border-color: var(--colorBlack);
}

.login .form-check-input:checked[type=checkbox] {
    background-image: url(../svg/check-red.svg);
}

.login .form-check-label {
    font-size: 16px;
    font-family: 'Avenir Next Medium';
    font-weight: 500;
    color: var(--colorBlack);
    margin-left: 8px;
    margin-bottom: 0;
}

.login .form-check-label a {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorBlack);
    text-decoration: underline;
}

.login .form-check-label a:hover {
    color: var(--colorRed);
}

.login .thm-btn {
    padding: 16px 26px;
}

.login .thm-btn:after {
    border-left: 27px solid var(--colorRed);
    width: 17%;
}

.login .thm-btn:hover:after {
    border-color: var(--colorLightBlue);
}

/* Chrome */
.login input::-webkit-input-placeholder {
    color: #201c3b !important;
}

.login input:focus::-webkit-input-placeholder {
    color: #201c3b !important;
}

/* Firefox */
.login input::-moz-placeholder {
    color: #201c3b !important;
}

.login input:focus::-moz-placeholder {
    color: #201c3b !important;
}

/* Internet Explorer */
.login input:-ms-input-placeholder {
    color: #201c3b !important;
}

.login input:focus:-ms-input-placeholder {
    color: #201c3b !important;
}

/* Start */
.official-documents {
    padding: 100px 0;
}

.downloads {
    margin: 20px 0 18px;
}

.downloads .download {
    padding-left: 25px;
    background-image: url(../svg/download.svg);
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 15px 13px;
}

.tab-pane h3 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}

.downloads a {
    color: #000000;
}

.downloads a:hover {
    color: #e40017;
}

.nav-link {
    color: #000000;
}

/* End */

/*-- Start --*/
.history {
    padding: 100px 0 0;
}

.history-heading {
    background-color: var(--colorBlack);
    border-radius: 20px 20px 70px 20px;
    position: relative;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    width: 98%;
    margin-bottom: 40px;
}

.history-heading:after {
    background: var(--colorBlack);
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    border-radius: 0 10px 10px 0;
    border-left: 59px solid var(--colorBlack);
    transform: skew(-36deg);
    width: 50%;
    height: 100%;
    right: -10px;
}

.history-heading h5 {
    font-size: 30px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 0;
}

.history-logo {
    float: right;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.history-logo h6 {
    font-size: 20px;
    font-weight: 900;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 0;
}

.history .gx-7 {
    --bs-gutter-x: 74px;
    margin: 0 37px;
}

.history .col-lg-4 {
    margin-bottom: 74px;
}

.history-box {
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.history-img {
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 45%;
    z-index: 1;
}

.history-cnt {
    background-image: linear-gradient(23deg, #d0d0d0 0%, #ececec 100%);
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 115px 35px 35px;
    border-radius: 40px;
    margin-top: -80px;
    height: 100%;
}

.history-cnt h5 {
    font-size: 20px;
    font-weight: 900;
    color: var(--colorBlack);
    margin-bottom: 20px;
    border-bottom: 1px solid #9eaaaf;
    padding-bottom: 20px;
}

.history-cnt span {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.history-cnt h6 {
    font-size: 20px;
    font-weight: 900;
    color: var(--colorBlack);
    margin-bottom: 15px;
}

/*-- End --*/

/*-- Start --*/
.prizes {
    padding: 100px 0;
}
.prizes-cnt {
    margin-bottom: 50px;
}
.prizes-cnt h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    margin: 0 0 20px;
}
.prizes-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    margin-bottom: 20px;
}
.prizes-box {
    background-color: #ededed;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.prizes-box-img img {
    width:396px;
    height:396px;    
    object-fit: cover;
    border-radius: 20px;
}
.prizes-box-img {
    display: contents;
}
.prizes-box-cnt {
    margin: 30px 0;
}
.prizes-box-cnt h4 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    margin: 0 0 15px;
}
.prizes-box-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    margin-bottom: 20px;
}

.prizes-box-row .prizes-box-cnt {
    margin-left: 30px;
}

/*-- End --*/

/*-- Start --*/
.teams-area {
    padding: 100px 0 70px;
}
.teams-area .gx-5 {
    --bs-gutter-x: 100px;
}
.teams-area-box {
    margin-bottom: 30px;
}
.teams-area-img-box {
    transform: skew(-24deg);
    border-radius: 15px;
    overflow: hidden;
}
.teams-area-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34.8% 0;
    position: relative;
    transform: skew(24deg);
    width: 148%;
    left: -24%;
}
.teams-area-cnt {
    padding: 30px 24px 0;
    margin: 0 153px 0 -56px;
}
.teams-area-cnt h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 0;
}
/*-- End --*/

.single-btn {
    display: flex;
    justify-content: end;
    margin-right: 20px;
}
.single-btn .thm-btn {
    padding: 11px 25px;
    border-radius: 0px 0px 50px 10px;
}
.single-btn .thm-btn:after {
    border-radius: 0 0 10px 0;
}

.single-btn .thm-btn:hover {
    background-color: #00d1a1;
}
.single-btn .thm-btn:hover:after {
    border-color: #00d1a1;
    background-color: #00d1a1;
}


.single-btn .thm-btn-2 {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: uppercase;
    border: none;
    background-color: var(--colorBlack);
    padding: 16px 50px 16px 25px;
    border-radius: 0 0 0 10px;
    display: inline-block;
    position: relative;
    margin-right: -22px;
}
.single-btn .thm-btn-2:hover {
    color: var(--colorWhite);
    background-color: #00d1a1;
    transition: all 0.4s ease-in-out;
}
.single-btn .thm-btn-3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: uppercase;
    border: none;
    background-color: #00b58c;
    padding: 16px 50px 16px 25px;
    border-radius: 0 0 0 10px;
    display: inline-block;
    position: relative;
    margin-right: -22px;
}
.single-btn .thm-btn-3:hover {
    background-color: #00d1a1;
    transition: all 0.4s ease-in-out;
}


.single-btn-cart {
    display: flex;
    justify-content: end;
    margin-right: 20px;
}
.single-btn-cart .thm-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorWhite);
    text-transform: uppercase;
    border: none;
    background-color: #00b58c;
    padding: 11px 25px;
    border-radius: 0px 0px 50px 10px;
    display: inline-block;
    position: relative;
}
.single-btn-cart .thm-btn:after {
    background: #00b58c;
    position: absolute;
    z-index: 0;
    bottom: 0;
    content: '';
    border-radius: 0 0 10px 0;
    border-left: 74px solid #00b58c;
    transform: skew(-36deg);
    width: 50%;
    height: 100%;
    right: 0px;
}
.single-btn-cart .thm-btn:hover {
    background-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}
.single-btn-cart .thm-btn:hover:after {
    border-color: var(--colorBlack);
    background-color: var(--colorBlack);
}

.woocommerce-form-coupon-toggle {
    max-width: 1296px;
    margin: 50px auto 0;
}
.woocommerce-message {
    max-width: 1296px;
    margin: 0 auto;
}
.wt_coupon_wrapper {
    width: 33.333333%;
    justify-content: center;
    margin: 0 auto;
}
.wt_coupon_wrapper .wt-sc-hidden-coupon-box {
    display: none;
}




.official-documents .tab-content .tab-pane h3 {
    margin-top: 0;
}
.official-documents .nav-tabs .nav-link {
    font-size: 18px;
}

.official-documents .accordion-item {
    border: none;
    border-radius: 0px;
    margin-bottom: 16px;
}
.official-documents .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--colorBlack);
    text-transform: inherit;
    padding: 20px;
    background-color: #26c99a;
    border-radius: 0px;
}
.official-documents .accordion-button span {
    margin-right: 20px;
}
.official-documents .accordion-button:not(.collapsed)::after {
    background-image: none;
}
.official-documents .accordion-item:first-of-type .accordion-button,
.official-documents .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}
.official-documents .accordion-button::after {
    content: "\f0d7";
    background-image: none;
    font-size: 36px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: var(--mainTheme);
    line-height: 1.25rem;
}
.official-documents .accordion-body {
    padding: 0;
}


.custom-modal .btn-close {
    color: var(--colorWhite);
    line-height: 30px;
    text-shadow: none;
    background-image: none;
    border: none;
    opacity: 1;
    font-size: 28px;
    font-weight: unset;
    margin-left: auto;
}
.custom-modal .modal-body {
    padding: 0;
}
.custom-modal .modal-content {
    border-radius: 20px;
    background-color: #1ea981;
    padding: 12px 12px 40px;
}
.custom-modal .modal-body {
    padding: 0 24px;
}

.modal-cnt h2 {
    font-size: 35px;
    font-weight: 900;
    color: var(--colorBlack);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.modal-cnt p {
    font-size: 18px;
    color: var(--colorWhite);
    margin-bottom: 24px;
}
.modal-cnt .thm-btn-1 {
    color: var(--colorWhite);
    background-color: var(--colorBlack);
}
.modal-cnt .thm-btn-1:after {
    background: var(--colorBlack);
    border-left-color: var(--colorBlack);
}

    


@media(min-width: 1600px) {
    .driver-championship .container {
        max-width: 1414px;
    }

    .rookies-cup .container {
        max-width: 1414px;
    }

    .teams-standings .container {
        max-width: 1414px;
    }
}

@media(max-width: 2560px) {
    .highlights-heading-bg {
        width: 38%;
    }
}

@media(min-width: 1920px) {
    .highlights-heading-bg {
        width: 33%;
    }
}

@media(max-width: 1919.98px) {

    .main-slider .slide-bg .slider-txt h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .highlights-heading-bg {
        width: 27%;
    }

    .our-partners .container {
        max-width: 1480px;
    }
}
@media(max-width: 1799.98px) {
    .header .nav-link {
        padding: 50px 16px !important;
    }
    .header .dropdown .dropdown-menu {
        padding: 25px 0 0;
    }
    .header .dropdown .dropdown-menu li {
        padding: 0 16px;
    }
}
@media(max-width: 1699.98px) {
    .sidebar-menu .navbar {
        left: 46%;
    }
    .menu-img {
        padding: 45% 73%;
    }
    .sidebar-menu .navbar {
        padding: 30px 30px 30px 0;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link:before {
        width: 70px;
        margin-right: 30px;
    }
    .home-btm {
        margin-top: -235px;
    }
}

@media(max-width: 1620px) {
    /* .home-btm {
        margin-top: -211px;
    } */
}
@media(max-width: 1599.98px) {
    .header {
        padding: 0 24px 0 0;
    }
    .header .navbar-collapse {
        margin-right: 100px;
    }
    .header .nav-link {
        font-size: 14px;
    }
    .header .dropdown .dropdown-menu li a {
        font-size: 14px;
    }
    .header .dropdown .dropdown-menu::after {
        right: 6px;
    }
    .header .navbar-nav .dropdown:nth-child(7) .dropdown-menu::after {
        right: -9px;
    }
    .menu-img {
        padding: 50% 75%;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link {
        font-size: 22px;
    }
    .main-slider .slide-bg .slider-txt h1 {
        font-size: 52px;
        line-height: 60px;
    }
    .home-btm-cnt {
        padding: 30px 40px 30px;
    }
    .our-partners .container {
        max-width: 1320px;
    }

    .latest-news-main {
        padding: 100px 80px;
    }

    .news-detail-img-box {
        margin: 0 50px 70px;
    }

    .related-news {
        padding: 100px 80px;
    }

    .about-list {
        padding: 100px 80px 50px;
    }

    .about-box-cnt {
        margin: 0 100px 0 -56px;
    }

    .home-btm-cnt .thm-btn {
        padding: 22.5px 18px;
    }

    .home-btm-cnt .thm-btn img {
        margin-left: 15px;
    }

    .driver-championship table tbody tr td:nth-child(3) {
        min-width: 210px;
    }

    .driver-championship table tbody tr td:nth-child(5) {
        min-width: 210px;
    }

    .rookies-cup table tbody tr td:nth-child(3) {
        min-width: 210px;
    }

    .rookies-cup table tbody tr td:nth-child(5) {
        min-width: 210px;
    }

    .teams-standings table tbody tr td:nth-child(2) {
        width: 550px;
    }
    .driver-championship .nav-tabs .nav-link {
        font-size: 22px;
    }
}

@media(max-width: 1399.98px) {
    .header .navbar-brand img {
        max-height: 70px;
    }
    .header .nav-link {
        font-size: 12px;
    }
    .header {
        padding: 0 12px 0 0;
    }
    .header .navbar-collapse {
        margin-right: 40px;
    }
    .header .dropdown .dropdown-menu li a {
        font-size: 12px;
    }
    .header .nav-link {
        padding: 50px 12px !important;
    }
    .header .dropdown .dropdown-menu li {
        padding: 0 12px;
    }
    .header .navbar-nav:after {
        right: -24px;
    }
    .header .navbar-nav {
        border-radius: 0 0 50px 0;
    }
    .header .dropdown .dropdown-menu {
        width: 95%;
    }
    .header .dropdown .dropdown-menu::after {
        right: 6px;
    }
    .header .navbar-nav .dropdown:nth-child(7) .dropdown-menu::after {
        right: -10px;
    }
    .sidebar-menu .openbtn {
        margin-left: 50px;
    }
    .sidebar-menu .sidepanel button.closebtn {
        padding: 37px 30px 30px 83px;
    }
    .header-social {
        margin-right: 50px;
    }
    .sidebar-menu .navbar {
        left: 43%;
    }
    .sidebar-menu .navbar {
        padding: 30px 30px 30px 0;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }
    .side-menu ul li a {
        font-size: 18px;
    }
    .side-menu ul li {
        padding-bottom: 20px;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link:before {
        margin-right: 20px;
        width: 50px;
    }
    .home-btm {
        margin-top: -224px;
    }
    .home-btm-cnt {
        padding: 30px 34px 30px;
    }
    .home-btm-cnt .thm-btn {
        padding: 20px 15px;
        font-size: 14px;
    }
    .home-btm-cnt .thm-btn img {
        width: 20px;
    }
    /* .home-btm {
        margin-top: -200px;
    } */
    .countdown li {
        padding: 15px 20px 10px;
    }
    .latest-news .sec-heading {
        margin: 0 0 54px 250px;
    }
    .latest-news-slider {
        padding: 0 0 0 250px;
    }

    .race-calendar {
        padding: 120px 0;
    }

    .highlights-video .slider-nav .slick-slide {
        margin: 40px 0 34px;
        padding: 0 20px;
    }

    .highlights-video {
        padding-bottom: 68px;
    }

    .driver-standings {
        padding: 120px 0;
    }

    .driver-standings .gx-4 {
        --bs-gutter-x: 30px;
    }

    .driver-standings .row .col-lg-3 {
        width: 30%;
    }

    .driver-standings .row .col-lg-4 {
        width: 40%;
    }

    .driver-standings-img {
        height: 281px;
    }

    .driver-standings-box.img-active .driver-standings-img {
        height: 383px;
    }

    .driver-standings-box.img-active {
        margin-top: -102px;
    }

    .driver-standings table tbody tr td:first-child {
        padding-right: 66px;
    }

    .driver-standings table tbody tr td:nth-child(2) {
        padding-right: 66px;
    }

    .driver-standings table tbody tr td:nth-child(4) {
        padding-right: 20px;
    }

    .latest-gallery {
        padding: 120px 0;
    }

    .latest-gallery-box {
        height: 218px;
    }

    .hall-of-fame {
        padding: 120px 0;
    }

    .our-partners {
        padding: 120px 0;
    }

    .our-partners .container {
        max-width: 1120px;
    }

    .our-partners .col-lg-1 {
        width: 20.28%;
        margin-bottom: 10px;
    }

    .hall-fame-img {
        height: 173px;
    }

    .page-banner {
        padding-top: 98px;
        min-height: 550px;
    }

    .page-banner .page-heading {
        min-height: 385px;
    }

    .page-banner .page-heading h1 {
        font-size: 70px;
        line-height: 90px;
    }

    .page-banner .page-heading h3 {
        font-size: 42px;
    }

    .teams-main .driver-standings-img span {
        top: 30px;
        font-size: 30px;
    }

    .prizes-box-img img {
        height: 336px;
    }
    .prizes-box-row .prizes-box-img img {
        height: 396px;
    }

    .teams-main .driver-standings-img span sub {
        font-size: 12px;
    }

    .teams-main .driver-standings-img {
        height: 261px;
    }

    .driver-championship .gx-4 {
        --bs-gutter-x: 30px;
    }

    .driver-championship .row .col-lg-3 {
        width: 30%;
    }

    .driver-championship .row .col-lg-4 {
        width: 40%;
    }

    .driver-championship table tbody tr td:first-child {
        padding-right: 23px;
    }

    .driver-championship table tbody tr td:nth-child(2) {
        padding-right: 23px;
    }

    .driver-championship table tbody tr td:nth-child(4) {
        padding-right: 23px;
    }

    .rookies-cup table tbody tr td:first-child {
        padding-right: 23px;
    }

    .rookies-cup table tbody tr td:nth-child(2) {
        padding-right: 23px;
    }

    .rookies-cup table tbody tr td:nth-child(4) {
        padding-right: 23px;
    }

    .teams-standings table tbody tr td:first-child {
        padding-right: 23px;
    }

    .teams-standings table tbody tr td:nth-child(2) {
        padding-right: 23px;
    }

    .teams-standings table tbody tr td:nth-child(4) {
        padding-right: 23px;
    }

    .driver-championship .nav-tabs .nav-link {
        font-size: 19px;
        border-right: 3px solid #ccc;
    }

    .driver-championship .gx-4 {
        --bs-gutter-x: 30px;
    }

    .driver-championship .row .col-lg-3 {
        width: 30%;
    }

    .driver-championship .row .col-lg-4 {
        width: 40%;
    }

    .driver-championship table tbody tr td:nth-child(4) {
        min-width: 72px;
    }

    .driver-championship table tbody tr td:nth-child(6) {
        min-width: 110px;
    }

    .rookies-cup table tbody tr td:nth-child(4) {
        min-width: 72px;
    }

    .rookies-cup table tbody tr td:nth-child(6) {
        min-width: 110px;
    }

    .teams-standings table thead tr th:nth-child(2) {
        padding: 20px 15px 20px 150px;
    }

    .teams-standings table tbody tr td:nth-child(2) {
        width: 500px;
        padding: 20px 15px 20px 150px;
    }

    .race-park table tbody tr td:nth-child(4) {
        min-width: 210px;
    }

    .race-park table tbody tr td:nth-child(5) {
        min-width: 72px;
    }

    .race-park table tbody tr td:nth-child(6) {
        min-width: 210px;
    }

    .latest-news-main .latest-news-cnt {
        margin: 0 87px 0 -56px;
    }

    .news-detail-cnt h3 {
        margin: 0px 30px 46px;
    }

    .related-news .latest-news-cnt {
        margin: 0 87px 0 -56px;
    }

    .about-list .gx-5 {
        --bs-gutter-x: 70px;
    }

    .about-box-cnt {
        margin: 0 55px 0 -56px;
    }

    .photography-box-img {
        height: 238px;
    }

    .prizes-cnt h3 {
        font-size: 27px;
    }
    .prizes-box-cnt h4 {
        font-size: 27px;
    }

    .footer .row .col-lg-3:first-child {
        width: 32%;
    }

    .history .gx-7 {
        --bs-gutter-x: 60px;
        margin: 0px 30px;
    }
    .teams-area .gx-5 {
        --bs-gutter-x: 70px;
    }
}
@media(max-width: 1199.98px) {
    .header {
        padding: 12px 12px 0;
    }
    .header .navbar-nav {
        border-radius: 15px;
        padding: 12px 0;
    }
    .header .dropdown .dropdown-menu li {
        margin-bottom: 10px;
    }
    .header .navbar-collapse {
        order: 2;
        margin-right: 0;
    }
    .header .navbar-nav:after,
    .header .dropdown .dropdown-menu:after,
    .header .dropdown .dropdown-menu:before {
        display: none;
    }
    .header .nav-link {
        padding: 12px 24px !important;
    }
    .header .dropdown .dropdown-menu li {
        width: 33%;
    }
    .header .dropdown .dropdown-menu {
        padding: 12px 40px 0;
    }
    .header .dropdown .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
    }
    .header .dropdown-toggle::after {
        display: inline-block;
        margin-left: 12px;
        vertical-align: middle;
        content: "";
        border-top: 0.6em solid;
        border-right: .6em solid transparent;
        border-bottom: 0;
        border-left: .6em solid transparent;
        position: relative;
        width: unset;
        height: unset;
        background-color: #141414;
        transform: unset;
    }
    .header .dropdown .dropdown-menu {
        margin-top: 0;
        border-top: none;
    }
    .sidebar-menu .openbtn {
        margin-left: 18px;
        font-size: 20px;
    }
    .sidebar-menu .sidepanel button.closebtn {
        padding: 30px 30px 30px 50px;
        font-size: 20px;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link:before {
        margin-right: 30px;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link:before {
        width: 50px;
    }
    .side-menu ul {
        width: calc(100% - 30px);
    }
    .side-menu ul li a {
        font-size: 18px;
    }
    .side-menu ul li a img {
        max-width: 70%;
    }
    .menu-img {
        padding: 34% 62%;
    }

    .main-slider .slide-bg .slider-txt h1 {
        font-size: 48px;
        line-height: 58px;
    }

    .home-btm-cnt {
        padding: 30px 0 30px 30px;
    }

    .home-btm-cnt .thm-btn img {
        margin-left: 10px;
    }

    .home-btm-cnt .thm-btn {
        padding: 20px 9px;
    }

    .countdown li {
        padding: 15px 18px 10px;
    }

    .countdown li span {
        font-size: 32px;
        line-height: 44px;
    }

    .thm-btn {
        font-size: 14px;
        padding: 15.5px 30px;
    }

    .thm-btn:after {
        border-left: 60px solid #00b58c;
    }

    .thm-btn-1 {
        font-size: 14px;
        padding: 15px 18px;
    }

    .thm-btn-1:after {
        border-left: 50px solid #00b58c;
/*        height: 52px;*/
    }

    .thm-btn-1 img {
        width: 20px;
    }

    .latest-news .sec-heading {
        margin: 0 0 54px 200px;
    }

    .latest-news-slider {
        padding: 0 0 0 130px;
    }

    .driver-standings table tbody tr td:first-child {
        padding-right: 28px;
    }

    .driver-standings table tbody tr td:nth-child(2) {
        padding-right: 30px;
    }

    .driver-standings table tbody tr td:nth-child(4) {
        padding-right: 30px;
    }

    .latest-gallery .lightgallery .col-lg-2 {
        width: 25%;
    }

    .latest-gallery-box {
        height: 229px;
    }

    .hall-of-fame .gx-5 {
        --bs-gutter-x: 50px;
    }

    .hall-fame-img {
        height: 144px;
    }

    .page-banner {
        min-height: 450px;
        padding-top: 90px;
    }

    .page-banner .page-heading {
        min-height: 293px;
    }

    .page-banner .page-heading h1 {
        font-size: 60px;
        line-height: 80px;
    }

    .page-banner .page-heading h3 {
        font-size: 36px;
        margin-top: 20px;
    }

    .teams-main .driver-standings-img {
        height: 216px;
    }

    .teams-main .driver-standings-cnt {
        padding: 115px 21px 35px;
    }

    .teams-main .driver-standings-cnt h5 {
        font-size: 14px;
    }

    .driver-championship .nav-tabs .nav-link {
        margin-bottom: 10px;
    }

    .driver-championship table tbody tr td:first-child {
        padding-right: 28px;
    }

    .driver-championship table tbody tr td:nth-child(2) {
        padding-right: 30px;
    }

    .driver-championship table tbody tr td:nth-child(4) {
        padding-right: 30px;
    }

    .rookies-cup table tbody tr td:first-child {
        padding-right: 28px;
    }

    .rookies-cup table tbody tr td:nth-child(2) {
        padding-right: 30px;
    }

    .rookies-cup table tbody tr td:nth-child(4) {
        padding-right: 30px;
    }

    .teams-standings table tbody tr td:first-child {
        padding-right: 28px;
    }

    .teams-standings table tbody tr td:nth-child(2) {
        padding-right: 30px;
    }

    .teams-standings table tbody tr td:nth-child(4) {
        padding-right: 30px;
    }

    .track-details-box {
        padding: 27px 20px 50px;
    }

    .latest-news-main .latest-news-cnt {
        margin: 0 36px 0 -56px;
    }

    .latest-news-cnt h6 {
        font-size: 18px;
    }

    .news-detail-cnt h3 {
        margin: 0px 0px 46px;
    }

    .related-news .latest-news-cnt {
        margin: 0 36px 0 -56px;
    }

    .about-list .gx-5 {
        --bs-gutter-x: 50px;
    }

    .about-box-cnt {
        margin: 0 40px 0 -56px;
    }

    .photography-box-img {
        height: 197px;
    }

    .photography-box-cnt h5 {
        font-size: 22px;
    }

    .footer .row .col-lg-3:first-child {
        width: 34%;
    }

    .footer .row .col-lg-6 {
        width: 370px;
    }

    .footer-content h5 {
        font-size: 22px;
    }

    .footer-copyright .row .col-lg-6 {
        width: 50%;
    }

    .history .gx-7 {
        --bs-gutter-x: 40px;
        margin: 0px 20px;
    }

    .race-park .nav-tabs .nav-link {
        font-size: 30px;
    }
    .prizes-cnt h3 {
        font-size: 25px;
    }
    .prizes-box-img img {
        width: 426px;
        height: 285px;
    }
    .prizes-box-cnt h4 {
        font-size: 25px;
    }
    .teams-area .gx-5 {
        --bs-gutter-x: 50px;
    }
}

@media(max-width: 991.98px) {
    .header .dropdown .dropdown-menu li {
        width: 50%;
    }
    .social-link ul li a i {
        font-size: 18px;
    }
    .sidebar-menu .sidepanel button.closebtn {
        padding: 30px 30px 30px 24px;
        font-size: 18px;
    }
    .sidebar-menu .navbar {
        width: 50%;
        left: 50%;
        border: none;
        top: 0;
        transform: translate(-0%, -0%);
    }
    .menu-img {
        padding: 28% 46%;
    }
    .sidebar-menu .close-box {
        padding: 30px 24px 30px 0px;
    }
    .sidebar-menu .navbar-nav .nav-item {
        margin-bottom: 15px;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link:before {
        width: 50px;
        margin-right: 20px;
    }
    .side-menu {
        position: relative;
        left: 24px;
        top: 30px;
    }
    .side-menu ul {
        border-top: 2px solid var(--mainTheme);
        padding-left: 0;
        padding-top: 30px;
        margin-left: 48px;
    }
    .side-menu ul li {
        padding-bottom: 15px;
    }
    /* .home-btm {
        margin-top: -307px;
    } */

    .home-btm-cnt {
        border-radius: 0 240px 0 0;
    }

    .home-btm-cnt {
        padding: 30px;
    }

    .home-btm-cnt:after {
        right: 18px;
    }

    .home-btm-cnt .thm-btn {
        padding: 20px 22px;
        font-size: 16px;
    }

    .home-btm-cnt .thm-btn img {
        margin-left: 15px;
    }

    .home-btm-img:before {
        left: 12px;
        background: #00d1a1;
        border-right: 173px solid #00d1a1;
    }

    .countdown {
        margin-top: 0px;
        background: linear-gradient(0deg, #00b58c 0%, #00d1a1 100%);
    }

    .countdown li {
        font-size: 16px;
        padding: 35px 25px 10px;
    }

    .countdown li span {
        font-size: 40px;
        line-height: 44px;
    }

    .home-btm {
        margin-top: -225px;
    }

    .home-btm-img {
        padding: 30px 0;
        border-radius: 220px 0 0 0;
        background-color: #00d1a1;
    }

    .home-btm .order_3 {
        order: 3;
    }

    .latest-news {
        padding: 100px 0;
    }

    .latest-news .sec-heading {
        margin: 0 0 54px 150px;
    }

    .latest-news .sec-heading h2 {
        font-size: 30px;
    }

    .latest-news-slider {
        padding: 0 0 0 75px;
    }

    .latest-news .owl-theme .item {
        width: 280px;
    }

    .latest-news-cnt {
        margin: 0 50px 0 -56px;
    }

    .latest-news-slider .owl-stage-outer:before {
        width: 377px;
    }

    .race-calendar {
        padding: 100px 0;
    }

    .race-calendar h3 {
        font-size: 30px;
    }

    .highlights .sec-heading h3 {
        font-size: 30px;
        margin-top: -40px;
    }

    .highlights .sec-heading h3:after {
        height: 79px;
    }

    .highlights-heading-bg {
        min-height: 79px;
        top: -34px;
    }

    .driver-standings {
        padding: 120px 0 100px;
    }

    .driver-standings h3 {
        font-size: 30px;
        margin-bottom: 80px;
    }

    .driver-standings .row .col-lg-3 {
        width: 51%;
        order: 3;
    }

    .driver-standings .row .col-lg-4 {
        width: 65%;
        order: 1;
    }

    .driver-standings .row .col-lg-3:last-child {
        order: 3;
    }


    .driver-standings-box.img-active {
        margin-top: 0;
    }

    .latest-gallery {
        padding: 100px 0;
    }

    .latest-gallery h3 {
        font-size: 30px;
    }

    .latest-gallery .lightgallery .col-lg-2 {
        width: 32%;
    }

    .latest-gallery .lightgallery .col-lg-2 {
        width: 33.33333333%;
    }

    .latest-gallery-box {
        height: 228px;
    }

    .hall-of-fame {
        padding: 100px 0;
    }

    .hall-fame-img {
        height: 224px;
    }

    .hall-of-fame h3 {
        font-size: 30px;
    }

    .our-partners {
        padding: 100px 0;
    }

    .our-partners h3 {
        font-size: 30px;
    }

    .our-partners .container {
        max-width: 720px;
    }

    .our-partners .col-lg-1 {
        width: 33.33333333%;
    }

    .our-partners-box {
        padding: 8px 40px;
    }

    .page-banner {
        min-height: 400px;
    }

    .page-banner .page-heading {
        min-height: 266px;
    }

    .page-banner .page-heading h1 {
        font-size: 46px;
        line-height: 60px;
    }

    .page-banner .page-heading h3 {
        font-size: 28px;
        margin-top: 10px;
    }

    .teams-drivers {
        padding: 100px 0 20px;
    }

    .teams-main .driver-standings-img {
        height: 290px;
    }

    .teams-main .driver-standings-img span {
        top: 30px;
        font-size: 36px;
    }

    .teams-main .driver-standings-img span sub {
        font-size: 18px;
    }

    .teams-main .driver-standings-img {
        height: 290px;
    }

    .teams-main .driver-standings-cnt {
        padding: 115px 35px 35px;
    }

    .teams-main .driver-standings-cnt h5 {
        font-size: 16px;
    }

    .driver-championship {
        padding: 80px 0;
    }

    .driver-championship h3 {
        font-size: 30px;
    }

    .driver-championship .row .col-lg-3 {
        width: 50%;
    }

    .driver-championship .row .col-lg-4 {
        width: 65%;
    }

    .rookies-cup {
        padding: 80px 0;
    }

    .rookies-cup h3 {
        font-size: 30px;
    }

    .teams-standings {
        padding: 80px 0;
    }

    .teams-standings h3 {
        font-size: 30px;
    }

    .teams-standings table thead tr th:nth-child(2) {
        padding: 20px 15px 20px 40px;
    }

    .teams-standings table tbody tr td:nth-child(2) {
        width: 450px;
        padding: 20px 15px 20px 40px;
    }

    .driver-details-cnt {
        margin-bottom: 90px;
    }

    .track-details-cnt {
        border-right: none;
        border-bottom: 1px solid rgb(0 41 58 / 20%);
        padding-right: 0px;
    }

    .track-details-box {
        padding: 27px 20px 0px;
    }

    .track-status {
        padding: 70px;
    }

    .calendar {
        padding: 100px 0 20px;
    }

    .race-park {
        padding: 80px 0;
    }

    .race-park h3 {
        font-size: 30px;
    }

    .calendar-cnt {
        margin: 0 0 60px 0;
    }

    .latest-news-main .sec-heading h3 {
        font-size: 30px;
    }

    .latest-news-main .latest-news-cnt {
        margin: 0 60px 0 -56px;
    }

    .latest-news-main .latest-news-box {
        margin-bottom: 60px;
    }

    .news-detail-cnt h3 {
        font-size: 30px;
    }

    .news-detail-img-box {
        margin: 0 50px 50px;
    }

    .related-news h3 {
        font-size: 30px;
    }

    .related-news .latest-news-cnt {
        margin: 0 60px 0 -56px;
    }

    .related-news .latest-news-box {
        margin-bottom: 60px;
    }

    .about-list .gx-5 {
        --bs-gutter-x: 0px;
    }

    .photography .col-lg-4 {
        margin-bottom: 50px;
    }

    .photography-box-img {
        height: 224px;
    }

    .e-sports-cnt .float-end {
        float: left !important;
    }

    .e-sports-cnt img {
        margin-left: 0px;
        margin-bottom: 30px;
        width: 100%;
    }

    .partners {
        padding: 80px 0;
    }

    .partners-box {
        margin-bottom: 50px;
    }

    .login {
        padding: 80px 0;
    }

    .footer .row .col-lg-3:first-child {
        width: 50%;
    }

    .footer .row .col-lg-6 {
        width: 50%;
    }

    .footer .row .col-lg-3.text-end {
        width: 100%;
        text-align: left !important;
    }
    .terms ul {
        text-align: left;
    }

    .footer-logo {
        margin-top: 20px;
    }

    .terms {
        margin-bottom: 0px;
    }

    .race-park .nav-tabs .nav-link {
        font-size: 24px;
        border-right: 3px solid #ccc;
    }

    .driver-championship .team-stand table thead tr th:nth-child(3) {
        width: 15%;
    }

    .driver-championship .team-stand table thead tr th:last-child {
        width: 15%;
    }

    .driver-championship .team-stand table tbody tr td:nth-child(2) {
        width: 50%;
    }

    .driver-championship .team-stand table tbody tr td:nth-child(3) {
        width: 20%;
    }

    .driver-championship .team-stand table tbody tr td:last-child {
        width: 20%;
    }
    .prizes {
        padding: 80px 0;
    }
    .prizes-box {
        display: block;
    }
    .prizes-box-img img {
        width: 100%;
        height: auto;
    }
    .prizes-box-row .prizes-box-img img {
        height: auto;
    }
    .prizes-box-cnt {
        margin-top: 30px;
        margin-left: 0px;
    }
    .prizes-box-row .prizes-box-cnt {
        margin-left: 0;
        margin-bottom: 0;
    }
    .teams-area .gx-5 {
        --bs-gutter-x: 0px;
    }
    .connect-with-us h2 {
        font-size: 30px;
    }
    
}

@media(max-width: 767.98px) {
    .thm-btn {
        font-size: 14px;
        padding: 16px 20px;
    }

    
    .header .navbar-brand img {
        max-height: 60px;
    }
    .order_sm_1 {
        order: 1;
    }
    .order_sm_2 {
        order: 2;
    }
    .sidebar-menu .openbtn {
        float: right;
        margin-left: 0px;
        margin-right: 15px;
        font-size: 18px;
    }
    .sidebar-menu .openbtn i {
        margin-left: 12px;
    }
    .sidebar-menu .sidepanel button.closebtn {
        padding: 25px 0px 30px 0px;
        position: relative;
        z-index: 3;
        font-size: 18px;
    }
    .sidebar-menu .navbar {
        width: 50%;
        left: 50%;
    }
    .sidebar-menu .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link:before {
        width: 35px;
    }
    .side-menu ul {
        margin-left: 32px;
    }
    .side-menu ul li a {
        font-size: 16px;
    }
    .menu-img {
        padding: 28% 45%;
    }

    /* .home-btm {
        margin-top: -271px;
    } */

    .home-btm-cnt:after {
        right: 3px;
    }

    .home-btm-img:before {
        left: 3px;
    }

    .home-btm-cnt .thm-btn {
        padding: 20px 10px;
        font-size: 14px;
        border-radius: 20px 20px 76px 20px;
    }

    .home-btm-cnt .thm-btn img {
        margin-left: 8px;
        width: 16px;
    }


    .home-btm-cnt {
        padding: 30px 20px 20px 20px;
    }

    .countdown li {
        padding: 20px 20px 10px;
    }

    .home-btm-cnt:after {
        transform: skew(30deg);
        height: 100%;
    }

    .home-btm-img:before {
        transform: skew(-30deg);
        height: 100%;
    }

    .home-btm {
        margin-top: -203px;
    }

    .home-btm-img img {
        width: 50%;
    }

    .home-btm-img {
        padding: 20px 0;
    }

    .main-slider .slide-bg .slider-txt h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .home-btm-cnt ul li {
        font-size: 14px;
    }

    .home-btm-cnt ul li a {
        font-size: 20px;
    }

    .countdown li span {
        font-size: 40px;
        line-height: 42px;
    }

    .latest-news {
        padding: 80px 0;
    }

    .latest-news .sec-heading {
        margin: 0 0 40px 115px;
    }

    .latest-news .sec-heading h2 {
        font-size: 28px;
        margin-bottom: 55px;
    }

    .latest-news-slider {
        padding: 0 0 0 57px;
    }

    .latest-news .owl-carousel .owl-nav button.owl-next {
        top: -100px;
        right: 0px;
    }

    .latest-news .owl-carousel .owl-nav button.owl-prev {
        top: -100px;
        right: 68px;
    }

    .race-calendar {
        padding: 80px 0;
    }

    .race-calendar h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .race-calendar .event-date {
        font-size: 24px;
    }

    .race-calendar .event-title {
        font-size: 18px;
    }

    .highlights-video {
        margin-top: 30px;
    }

    .highlights-video .slider-nav .slick-slide {
        margin: 30px 0 30px;
        padding: 0 10px;
    }

    .highlights .sec-heading h3 {
        font-size: 27px;
    }

    .highlights-heading-bg {
        min-height: 75px;
        top: -31px;
    }

    .highlights .sec-heading h3:after {
        height: 75px;
        right: -43px;
    }

    .driver-standings {
        padding: 100px 0 80px;
    }

    .driver-standings h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .driver-standings .row .col-lg-3 {
        width: 70%;
    }

    .driver-standings .row .col-lg-4 {
        width: 85%;
    }

    .driver-standings-img span {
        top: 20px;
        font-size: 34px;
    }

    .driver-standings-img span sub {
        font-size: 16px;
    }

    .latest-gallery {
        padding: 80px 0;
    }

    .latest-gallery h3 {
        font-size: 28px;
    }

    .latest-gallery .lightgallery .col-lg-2 {
        width: 33.33333333%;
    }

    .latest-gallery-box {
        height: 168px;
    }

    .hall-of-fame {
        padding: 80px 0;
    }

    .hall-of-fame h3 {
        font-size: 28px;
    }

    .hall-fame-img {
        height: 164px;
    }

    .hall-of-fame .gx-5 {
        --bs-gutter-x: 30px;
    }

    /* .hall-fame-box {
        margin-bottom: 40px;
    } */
    .our-partners {
        padding: 80px 0;
    }

    .our-partners h3 {
        font-size: 28px;
    }

    .our-partners .container {
        max-width: 540px;
    }

    .our-partners .col-lg-1 {
        width: 33.33333333%;
    }

    .page-banner {
        min-height: 400px;
        padding-top: 77px;
    }

    .page-banner .page-heading {
        min-height: 290px;
    }

    .page-banner .page-heading h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .page-banner .page-heading h3 {
        font-size: 24px;
    }

    .teams-drivers {
        padding: 80px 0 20px;
    }

    .teams-main .driver-standings-cnt {
        padding: 115px 27px 35px;
    }

    .teams-main .driver-standings-img {
        height: 246px;
    }

    .teams-main .driver-standings-cnt h5 {
        font-size: 14px;
    }

    .teams-main .driver-standings-img span {
        top: 30px;
        font-size: 30px;
    }
    .teams-main {
        margin-bottom: 30px;
    }

    .teams-main .driver-standings-img span sub {
        font-size: 15px;
    }

    .rodin-box {
        padding: 30px 0;
    }
    .driver-standings-box {
        margin-bottom: 30px;
    }

    .rodin-box img {
        width: 40%;
    }

    .rodin-box a img {
        width: 19px;
    }

    .rodin-box a {
        margin-right: 9px;
    }

    .driver-championship {
        padding: 80px 0 20px;
    }

    .driver-championship h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .driver-championship .row .col-lg-3 {
        width: 70%;
    }

    .driver-championship .row .col-lg-4 {
        width: 85%;
    }

    .rookies-cup h3 {
        font-size: 28px;
    }

    .teams-standings h3 {
        font-size: 28px;
    }

    .driver-details {
        padding: 80px 0 50px;
    }

    .driver-details-cnt {
        margin-bottom: 80px;
    }

    .track-details {
        padding: 80px 0;
    }

    .track-status {
        margin-top: 30px;
        padding: 50px;
    }

    .race-park h3 {
        font-size: 28px;
    }

    .calendar {
        padding: 80px 0 0;
    }

    .calendar .row.gx-4 {
        --bs-gutter-x: 30px;
    }


    .calendar-box {
        margin-bottom: 40px;
    }

    .latest-news-main {
        padding: 80px 40px;
    }

    .latest-news-main .sec-heading h3 {
        font-size: 28px;
        margin: 0 -25px 50px;
    }

    .latest-news-main .latest-news-box {
        margin-bottom: 40px;
    }

    .latest-news-main .pagination {
        margin: 30px -44px 0px;
    }

    .news-detail {
        padding: 80px 0 50px;
    }

    .news-detail-cnt h3 {
        font-size: 28px;
    }

    .news-detail-img-box {
        margin: 0 30px 30px;
        border-radius: 20px;
    }

    .related-news {
        padding: 80px 40px;
    }

    .related-news h3 {
        font-size: 28px;
        margin: 0 -25px 50px;
    }

    .related-news .latest-news-box {
        margin-bottom: 40px;
    }

    .about {
        padding: 80px 0 60px;
    }

    .about-list {
        padding: 80px 40px 30px;
    }

    .teams-detail {
        padding: 80px 0 50px;
    }

    .teams-detail-title {
        margin-right: 0px;
    }

    .teams-detail-cnt .d-flex {
        display: block !important;
        margin-bottom: 30px;
    }

    .photography {
        padding: 80px 0;
    }

    .photography .col-lg-4 {
        margin-bottom: 40px;
    }

    .photography-box-img {
        height: 164px;
    }

    .photography-box-cnt h5 {
        font-size: 18px;
    }

    .audio {
        padding: 80px 0 7px;
    }

    .video {
        padding: 80px 0 40px;
    }

    .video-detail-cnt h3 {
        font-size: 22px;
    }

    .video-box-main h4 {
        font-size: 22px;
    }

    .video-box-thumb h4 {
        font-size: 20px;
    }

    .video-box-main {
        margin-bottom: 40px;
    }

    .video-box-thumb {
        margin-bottom: 40px;
    }

    .e-sports {
        padding: 80px 0 50px;
    }

    .e-sports-cnt h3 {
        font-size: 24px;
    }

    .race-broadcasts-title h3 {
        font-size: 24px;
    }

    .drivers-champions-title h3 {
        font-size: 24px;
    }

    .partners {
        padding: 80px 0 30px;
    }

    .partners .sec-heading h3 {
        font-size: 28px;
    }

    .official-documents {
        padding: 80px 0;
    }

    .footer .row .col-lg-3:first-child {
        width: 100%;
    }

    .footer .row .col-lg-6 {
        width: 100%;
        padding: 20px 12px 0;
    }

    .footer .footer-content form .row .col-lg-6 {
        width: 181px;
    }

    .footer-copyright .row .col-lg-6 {
        width: 50%;
        padding: 0;
    }

    .footer-content .thm-btn {
        width: 96%;
    }

    .footer .text-end {
        text-align: left !important;
    }

    .social-link {
        float: none;
    }

    .terms ul {
        text-align: center;
    }

    .terms ul li:first-child {
        padding-left: 0;
    }

    .history {
        padding: 80px 0 0;
    }

    .history-heading {
        display: inline-block;
        border-radius: 20px 20px 115px 20px;
        width: 88%;
    }

    .history-heading h5 {
        margin-bottom: 20px;
    }

    .history-logo h6 {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .history-logo {
        float: left;
        margin-left: unset;
        display: block;
    }

    .history .col-lg-4 {
        margin-bottom: 50px;
    }

    .race-park .nav-tabs .nav-link {
        margin-bottom: 10px;
    }

    .driver-championship .team-stand table tbody tr td:nth-child(2) {
        width: 50%;
        min-width: 309px;
    }
    .driver-championship .nav-tabs {
        justify-content: center;
    }
    .prizes {
        padding: 60px 0;
    }
    .prizes-cnt h3 {
        font-size: 24px;
    }
    .prizes-box-cnt h4 {
        font-size: 24px;
    }
    .prizes-box {
        margin-bottom: 30px;
    }
    .teams-area {
        padding: 80px 40px 50px;
    }
    .single-btn .thm-btn {
        font-size: 16px;
    }
    .connect-with-us {
        display: block;
        text-align: center;
    }
    .connect-with-us h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .connect-with-us .social-link ul {
        justify-content: center;
    }
    .footer .row .col-lg-3.text-end {
        text-align: center !important;
    }
    .footer-copyright {
        padding: 30px 12px;
    }
}

@media(max-width: 575.98px) {
    .header .dropdown .dropdown-menu li {
        width: 100%;
    }
    .sidebar-menu .openbtn {
        margin-left: 0px;
        margin-right: 20px;
        font-size: 16px;
    }
    .sidebar-menu .openbtn i {
        margin-left: 10px;
    }
    .sidebar-menu .sidepanel button.closebtn {
        font-size: 16px;
        padding: 16px 32px 30px 22px;
        float: right;
    }
    .sidebar-menu .sidepanel button.closebtn i {
        margin-left: 10px;
        margin-top: -3px;
    }
    .sidebar-menu .navbar {
        width: 100%;
        left: 0;
        top: 0%;
        transform: translate(-0%, 0%);
        padding: 20px 0;
    }
    .sidebar-menu .navbar-nav .nav-item {
        margin-bottom: 15px;
        position: relative;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }
    .sidebar-menu .navbar-nav .nav-item .nav-link:before {
        width: 30px;
        margin-right: 15px;
    }
    .menu-img {
        padding: 29%;
        width: calc(100% - 24px);
        position: relative;
        left: 12px;
        top: 5px;
        transform: translate(-0%, -0%);
    }
    .side-menu ul {
        width: calc(100% - 12px);
        margin-left: 22px;
    }
    .side-menu ul li a img {
        max-width: 80%;
    }

    .main-slider {
        display: none;
        height: auto;
    }

    .main-slider .slide-bg .slider-txt h1 {
        font-size: 27px;
        line-height: 34px;
    }

    .home-banner {
        display: block;
    }

    .countdown {
        display: none;
    }

    /* .home-btm {
        margin-top: -201px;
    } */

    .home-btm-img img {
        width: auto;
    }

    .home-btm-cnt {
        padding: 30px;
        width: calc(100% - 44px);
        border-radius: 240px 240px 0 0;
        margin-left: 22px;
    }

    .home-btm-cnt ul {
        text-align: center;
    }

    .home-btm-cnt ul li {
        font-size: 17px;
    }

    .home-btm-cnt ul li a {
        font-size: 22px;
    }

    .home-btm-cnt:after {
        /*width: 190px;
        height: 100%;
        right: 0px;
        transform: skew(30deg);*/

        background: #00d1a1;
        position: absolute;
        bottom: 0;
        content: '';
        border-radius: 0 20px 0 0;
        border-right: 40px solid #00d1a1;
        border-left: 110px solid #00d1a1;
        transform: skew(30deg);
        width: 190px;
        height: 100%;
        right: 12px;
        top: 0;

    }

    .home-btm-cnt:before {
        background: #00d1a1;
        position: absolute;
        bottom: 0;
        content: '';
        border-radius: 20px 0 0 0;
        border-left: 173px solid #00d1a1;
        transform: skew(-30deg);
        height: 100%;
        left: 12px;
        top: 0;
    }

    .home-btm-img {
        border-radius: 0 0 200px 200px;
        width: calc(100% - 44px);
        padding: 30px 0 30px;
        margin-left: 22px;
        display: none;
    }

    .home-btm-img:after {
        background: var(--colorBlack);
        position: absolute;
        bottom: 0;
        content: '';
        border-right: 173px solid var(--colorBlack);
        transform: skew(-26deg);
        height: 100%;
        border-radius: 0 0 20px 0;
        right: 12px;
        top: 0;
    }

    .home-btm-img:before {
        background: var(--colorBlack);
        position: absolute;
        bottom: 0;
        content: '';
        border-radius: 0 0 0 20px;
        border-left: 13px solid var(--colorBlack);
        transform: skew(26deg);
        width: 170px;
        height: 100%;
        left: 12px;
        top: 0;
    }

    .home-btm .order_3 {
        order: unset;
    }

    .home-btm-cnt .thm-btn {
        padding: 20px 12px;
        font-size: 15px;
        margin: 0 auto;
        display: block;
        width: fit-content;
        margin-top: 20px;
    }

    .countdown li {
        padding: 30px 20px 10px;
        width: 49%;
    }

    .countdown li span {
        font-size: 36px;
        line-height: 40px;
    }

    .latest-news {
        padding: 60px 0;
    }

    .latest-news .sec-heading h2 {
        font-size: 24px;
    }

    .latest-news-slider {
        padding: 0;
    }

    .latest-news .sec-heading {
        margin: 0 0 30px 0px;
    }

    .latest-news .owl-carousel .owl-nav button.owl-prev {
        top: -89px;
    }

    .latest-news .owl-carousel .owl-nav button.owl-next {
        top: -89px;
    }

    .latest-news-slider .owl-stage-outer {
        margin-left: 35px;
    }

    .latest-news-slider .owl-stage-outer:before {
        width: 370px;
    }

    .latest-news .owl-theme .item {
        width: 250px;
    }

    .latest-news .thm-btn {
        margin-right: 12px;
    }

    .race-calendar {
        padding: 60px 0;
    }

    .race-calendar h3 {
        font-size: 24px;
    }

    .driver-standings {
        padding: 80px 0 60px;
    }

    .driver-standings .gx-4 {
        --bs-gutter-x: 0px;
    }

    .driver-standings .row .col-lg-3 {
        width: 90%;
    }

    .driver-standings .row .col-lg-4 {
        width: 100%;
    }

    .driver-standings .row .col-lg-4 .driver-standings-img span {
        left: 15px;
    }

    .driver-standings-cnt {
        padding: 115px 25px 35px;
    }

    .highlights .sec-heading h3 {
        font-size: 24px;
        padding: 25px 15px 18px 0px;
    }

    .highlights-heading-bg {
        min-height: 72px;
        top: -29px;
    }

    .highlights .sec-heading h3:after {
        height: 72px;
        right: -13px;
        transform: skew(30deg);
    }

    .latest-gallery {
        padding: 60px 0;
    }

    .latest-gallery .lightgallery .col-lg-2 {
        width: 50%;
    }

    .latest-gallery-box {
        height: 272px;
    }

    .latest-gallery h3 {
        font-size: 24px;
    }

    .hall-of-fame {
        padding: 60px 0;
    }

    .hall-of-fame h3 {
        font-size: 24px;
    }

    .hall-of-fame .gx-5 {
        --bs-gutter-x: 0px;
    }

    .hall-fame-img {
        height: 258px;
    }

    .hall-fame-cnt {
        height: auto;
    }

    .our-partners {
        padding: 60px 0;
    }

    .our-partners h3 {
        font-size: 24px;
    }

    .our-partners .container {
        max-width: 90%;
    }

    .our-partners .col-lg-1 {
        width: 50%;
    }

    .our-partners-box {
        width: 95%;
        margin: 0 auto;
    }

    .page-banner {
        min-height: 300px;
        padding-top: 77px;
    }

    .page-banner .page-heading {
        min-height: 203px;
    }

    .page-banner .page-heading h1 {
        font-size: 27px;
        line-height: 36px;
    }

    .page-banner .page-heading h3 {
        font-size: 18px;
    }

    .teams-drivers {
        padding: 60px 0 0;
    }

    .rodin-box {
        display: block;
        text-align: center;
    }

    .rodin-box img {
        width: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    .rodin-box a img {
        margin-left: 16px;
        margin-bottom: 0;
        display: inline-block;
    }

    .driver-championship {
        padding: 60px 0px 40px;
    }

    .driver-championship h3 {
        font-size: 24px;
    }

    .official-documents .accordion-button {
        font-size: 18px;
    }

    .driver-championship .gx-4 {
        --bs-gutter-x: 0px;
    }

    .driver-championship .row .col-lg-3 {
        width: 90%;
    }

    .driver-championship .row .col-lg-4 {
        width: 100%;
    }

    .rookies-cup {
        padding: 60px 0 40px;
    }

    .rookies-cup h3 {
        font-size: 24px;
    }

    .teams-standings {
        padding: 60px 0 40px;
    }

    .teams-standings h3 {
        font-size: 24px;
    }

    .teams-standings table thead tr th:last-child {
        padding: 20px 15px 20px 15px;
    }

    .teams-standings table tbody tr td:last-child {
        padding: 20px 15px 20px 15px;
    }

    .driver-details-cnt {
        padding: 27px 30px 30px;
    }

    .driver-details-cnt h4 {
        font-size: 20px;
    }

    .driver-details {
        padding: 60px 0 30px;
    }

    .driver-details-cnt {
        margin-bottom: 60px;
    }

    .track-details {
        padding: 60px 0;
    }

    .track-status {
        padding: 30px;
    }

    .calendar {
        padding: 60px 0 0;
    }

    .calendar-cnt {
        margin: 0 0 50px 0;
    }

    .calendar .row.gx-4 {
        --bs-gutter-x: 0px;
    }

    .latest-news-main {
        padding: 60px 70px;
    }

    .latest-news-main .sec-heading h3 {
        font-size: 24px;
    }

    .latest-news-main .latest-news-cnt {
        margin: 0 0 0 -56px;
    }

    .latest-news-main .pagination ul li {
        width: 50px;
        height: 30px;
        line-height: 32px;
    }

    .latest-news-main .pagination ul li a {
        font-size: 16px;
    }

    .news-detail {
        padding: 60px 0 30px;
    }

    .news-detail-cnt h3 {
        font-size: 24px;
    }

    .related-news {
        padding: 60px 70px;
    }

    .related-news h3 {
        font-size: 24px;
    }

    .related-news .latest-news-cnt {
        margin: 0 0px 0 -56px;
    }

    .about {
        padding: 60px 0 40px;
    }

    .about-cnt h3 {
        font-size: 24px;
    }

    .about-list {
        padding: 60px 70px 10px;
    }

    .about-box-cnt h6 {
        font-size: 18px;
    }

    .teams-detail {
        padding: 60px 0 30px;
    }

    .teams-detail-cnt h3 {
        font-size: 24px;
    }

    .photography {
        padding: 60px 0;
    }

    .photography .col-lg-4 {
        margin-bottom: 30px;
    }

    .audio {
        padding: 60px 0 0;
    }

    .video {
        padding: 60px 0 30px;
    }

    .video-box-main {
        margin-bottom: 30px;
    }

    .video-box-thumb {
        margin-bottom: 30px;
    }

    .video-detail-cnt h3 {
        font-size: 20px;
    }

    .video-box-main h4 {
        font-size: 20px;
    }

    .video-box-thumb h4 {
        font-size: 18px;
    }

    .e-sports {
        padding: 60px 0 30px;
    }

    .race-broadcasts {
        padding: 60px 0 30px;
    }

    .race-broadcasts-img {
        min-height: auto;
        justify-content: center;
    }

    .partners-modal .modal-body {
        padding: 10px 20px 20px;
    }

    .partners {
        padding: 60px 0;
    }

    .partners .container {
        max-width: 92%;
    }

    .partners .sec-heading h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .partners-box {
        margin-bottom: 40px;
    }

    .partners-box-img {
        border-radius: 15px;
        min-height: 107px;
    }

    .partners-box-img img {
        max-height: 68px;
    }

    .partners-box h6 {
        font-size: 16px;
        margin-left: -13px;
    }

    .login {
        padding: 60px 0;
    }

    .official-documents {
        padding: 60px 0;
    }


    .driver-championship table tbody tr td:nth-child(3) {
        min-width: 243px;
    }

    .driver-championship table tbody tr td:nth-child(5) {
        min-width: 243px;
    }

    .rookies-cup table tbody tr td:nth-child(3) {
        min-width: 243px;
    }

    .rookies-cup table tbody tr td:nth-child(5) {
        min-width: 243px;
    }

    .race-park {
        padding: 60px 0;
    }

    .race-park h3 {
        font-size: 24px;
    }

    .race-park table tbody tr td:nth-child(4) {
        min-width: 229px;
    }

    .race-park table tbody tr td:nth-child(6) {
        min-width: 229px;
    }


    .footer {
        padding: 60px 0 0;
    }

    .footer-content .thm-btn {
        width: 98%;
        margin-bottom: 10px;
    }

    .footer-copyright .order_1 {
        order: 1;
    }

    .footer-copyright .order_2 {
        order: 2;
    }

    .footer .footer-content form .row .col-lg-6 {
        width: 50%;
    }

    .social-link ul {
        justify-content: center;
        margin-bottom: 15px;
    }

    .footer-copyright-cnt p {
        text-align: center;
    }

    .footer-copyright .row .col-lg-6 {
        width: 100%;
        padding: 0;
    }

    .history {
        padding: 60px 0 0;
    }

    .history-heading h5 {
        font-size: 24px;
    }

    .history-logo h6 {
        font-size: 16px;
    }

    .history-heading {
        padding: 15px 20px;
        margin-bottom: 30px;
        width: calc(100% - 29px);
    }

    .history-heading:after {
        transform: skew(-24deg);
        right: 0px;
    }

    .history .gx-7 {
        --bs-gutter-x: 0px;
        margin: 0px;
    }

    .history .col-lg-4 {
        margin-bottom: 40px;
    }

    .history-cnt {
        padding: 115px 25px 35px;
    }
    .prizes-box {
        padding: 20px;
    }
    .teams-area {
        padding: 80px 40px 50px;
    }
    .teams-area {
        padding: 60px 70px 30px;
    }
    .teams-area-cnt h6 {
        font-size: 18px;
    }
    .single-btn .thm-btn {
        font-size: 14px;
        padding: 11px 15px;
        display: flex;
        align-items: center;
    }
    .single-btn .thm-btn:after {
        transform: skew(-26deg);
        right: -6px;
    }
    .single-btn .thm-btn img {
        margin-left: 10px;
        width: 15%;
    }
    .single-btn .thm-btn-2,
    .single-btn .thm-btn-3 {
        font-size: 14px;
        padding: 16px 30px 16px 15px;
    }
    .connect-with-us h2 {
        font-size: 24px;
    }
}

@media(max-width: 463px) {
    .driver-championship .nav-tabs .nav-link {
        height: auto;
    }
}

@media(max-width: 458px) {
    /* .home-btm {
        margin-top: -226px;
    } */

    .home-btm-cnt:before {
        left: 19px;
    }

    .home-btm-cnt:after {
        right: 19px;
    }
}

@media(max-width: 456px) {
    .highlights-video .thm-btn img {
        float: right;
        margin-top: -2px;
        width: 19px;
    }

    .latest-news-main {
        padding: 60px 45px;
    }

    .related-news {
        padding: 60px 45px;
    }

    .about-list {
        padding: 60px 45px 10px;
    }
    .teams-area {
        padding: 60px 45px 30px;
    }
}

@media(max-width: 430px) {
    .latest-gallery-box {
        height: 200px;
    }
}

@media(max-width: 429px) {
    .highlights-video .thm-btn span {
        display: block;
        margin-right: 37px;
    }

    .highlights-video .thm-btn img {
        margin-top: -30px;
    }
}
@media(max-width:425px) {
    .header .col-lg-3.order_sm_2 {
        padding-left: 8px;
    }
    .sidebar-menu .openbtn {
        margin-right: 12px;
        font-size: 14px;
    }
    .sidebar-menu .sidepanel button.closebtn {
        font-size: 14px;
        padding: 20px 24px 30px 24px;
    }
}


@media(max-width: 424px) {
    .home-btm-cnt:after {
        right: 4px;
        transform: skew(20deg);
    }

    .home-btm-cnt:before {
        transform: skew(-20deg);
        left: 4px;
    }

    .home-btm-img:before {
        left: 4px;
        transform: skew(20deg);
    }

    .home-btm-img:after {
        right: 4px;
        transform: skew(-20deg);
    }
}

@media(max-width: 414px) {
    .latest-gallery-box {
        height: 192px;
    }
}
@media(max-width: 384px) {
    .sidebar-menu {
        margin-right: 3px;
    }
}

@media(max-width: 375px) {
    .latest-gallery-box {
        height: 172px;
    }
}

@media(max-width: 340px) {
    .home-btm-cnt:before {
        left: 0;
    }

    .home-btm-cnt:after {
        width: 170px;
        right: 0px;
    }

}
@media(max-width: 330px) {
    .header-logo img {
        margin-left: 20px;
    }
    .sidebar-menu .menu-btn i {
        margin-left: 10px;
    }
}

@media(max-width: 320px) {
    .latest-gallery-box {
        height: 145px;
    }
}


.modal-backdrop {
    --bs-backdrop-bg: var(--colorWhite);
}

.modal-backdrop.show {
    opacity: 0.8;
}

.main-partners .modal-backdrop {
    --bs-backdrop-bg: var(--colorBlack);
}

.main-partners .modal-backdrop.show {
    opacity: 0.8;
}

@media (min-width: 992px) {
    .brochure-modal .modal-lg {
        --bs-modal-width: 850px;
    }
}

@media (min-width: 1200px) {
    .brochure-modal .modal-lg {
        --bs-modal-width: 1050px;
    }
}

@media (min-width: 1400px) {
    .brochure-modal .modal-lg {
        --bs-modal-width: 1150px;
    }
}

@media (min-width: 1600px) {
    .brochure-modal .modal-lg {
        --bs-modal-width: 1250px;
    }
}

.brochure-modal .modal {
    padding-right: 0 !important;
}

.brochure-modal .modal-header {
    border: 0px;
    border-radius: 0;
    padding: 15px 15px 0;
}

.brochure-modal .modal-content {
    border: none;
    border-radius: 0;
    background: linear-gradient(331deg, #00d1a1 0%, #00b58c 100%);
}

.brochure-modal .modal-body {
    padding: 10px 80px 80px;
}

.brochure-modal .btn-close {
    box-sizing: content-box;
    width: 30px;
    height: 39px;
    padding: 0;
    background: none;
    border-radius: 0;
    opacity: 1;
    margin-right: 15px;
    margin-top: 0px;
}

.brochure-modal .btn-close i {
    font-size: 24px;
    color: var(--colorWhite);
}

.brochure-modal .btn-close:hover i {
    color: var(--colorBlack);
}

.brochure-content h1 {
    font-size: 34px;
    font-weight: 700;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 25px;
}

.brochure-content p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    font-weight: 400;
    color: var(--colorWhite);
    margin-bottom: 30px;
    margin-right: 30px;
}

.brochure-content .form-check {
    margin-bottom: 20px;
}

.brochure-content .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    vertical-align: middle;
    border: 1px solid var(--colorWhite);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
    appearance: none;
}

.brochure-content .form-check-input:checked {
    background-color: transparent;
    border-color: var(--colorWhite);
}

.brochure-content .form-check-input:checked[type=checkbox] {
    background-image: url(../svg/check-white.svg);
}

.brochure-content .form-check-label {
    font-size: 16px;
    font-family: 'Avenir Next Medium';
    font-weight: 500;
    color: var(--colorWhite);
    margin-top: -3px;
    margin-left: 15px;
    margin-bottom: 0;
}

.brochure-content .form-check-label a {
    font-size: 16px;
    font-weight: 500;
    color: var(--colorWhite);
    text-decoration: underline;
}

.brochure-content .form-check-label a:hover {
    color: var(--colorRed);
}

.brochure-form .form-control {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    font-weight: 500;
    color: var(--colorBlack);
    padding: 15px 20px 10px;
    border-radius: 0;
    height: 50px;
}

.brochure-form .form-control:nth-child(3) {
    margin-bottom: 20px !important;
}

.brochure-content img {
    width: 100%;
    margin-top: 20px;
}

.brochure-form .thm-btn {
    margin-top: 20px;
    padding: 10px 33px;
    border-radius: 12px 0px 48px 12px;
    background-color: var(--colorBlack);
}

.brochure-form .thm-btn:after {
    border-radius: 0 15px 12px 0;
    border-left: 24px solid var(--colorRed);
    width: 10%;
}

.brochure-form .thm-btn:hover:after {
    border-color: var(--colorLightBlue);
    background-color: var(--colorLightBlue);
    transition: all 0.4s ease-in-out;
}

@media(max-width: 1199.98px) {
    .brochure-content h1 {
        font-size: 30px;
    }

    .brochure-modal .modal-body {
        padding: 10px 60px 60px;
    }

    .brochure-content .mt-5 {
        margin-top: 1rem !important;
    }

    .brochure-content p {
        margin-right: 15px;
    }
}

@media(max-width: 991.98px) {
    .brochure-modal .modal-body {
        padding: 10px 40px 40px;
    }

    .brochure-content h1 {
        font-size: 25px;
    }

    .brochure-form {
        margin-top: 20px;
    }
}

@media(max-width: 767.98px) {
    .brochure-modal .btn-close {
        margin-right: 0px;
    }

    .brochure-modal .modal-body {
        padding: 10px 30px 30px;
    }

    .brochure-content p {
        font-size: 16px;
        margin-right: 0px;
    }
}

@media(max-width: 575.98px) {
    .brochure-content h1 {
        font-size: 22px;
    }
}

/* Chrome */
.brochure-form input::-webkit-input-placeholder {
    color: #201c3b !important;
}

.brochure-form input:focus::-webkit-input-placeholder {
    color: #201c3b !important;
}

/* Firefox */
.brochure-form input::-moz-placeholder {
    color: #201c3b !important;
}

.brochure-form input:focus::-moz-placeholder {
    color: #201c3b !important;
}

/* Internet Explorer */
.brochure-form input:-ms-input-placeholder {
    color: #201c3b !important;
}

.brochure-form input:focus:-ms-input-placeholder {
    color: #201c3b !important;
}

.cart-slots input::placeholder {
    color: var(--colorBlack)!important;
}

/*-- Start Hall Of Fame Modal --*/
.hall-of-fame-modal .modal {
    padding-right: 0 !important;
}

.hall-of-fame-modal .modal-header {
    border: 0px;
    border-radius: 0;
    padding: 15px 15px 0;
}

.hall-of-fame-modal .modal-content {
    border: none;
    border-radius: 30px;
    background: linear-gradient(331deg, #00b58c 0%, #00d1a1 100%);
}

.hall-of-fame-modal .modal-body {
    padding: 10px 80px 80px;
}

.hall-of-fame-modal .btn-close {
    box-sizing: content-box;
    width: 30px;
    height: 39px;
    padding: 0;
    background: none;
    border-radius: 0;
    opacity: 1;
    margin-right: 15px;
    margin-top: 0px;
}

.hall-of-fame-modal .btn-close i {
    font-size: 24px;
    color: var(--colorWhite);
}

.hall-of-fame-modal .btn-close:hover i {
    color: var(--colorBlack);
}

.hall-of-fame-content h1 {
    font-size: 34px;
    font-weight: 700;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hall-of-fame-content p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    font-weight: 400;
    color: var(--colorWhite);
    margin-bottom: 30px;
    margin-right: 30px;
}

.hall-of-fame-content p:last-child {
    margin-bottom: 0;
}

.hall-of-fame-content img {
    width: 100%;
}

@media (min-width: 992px) {
    .hall-of-fame-modal .modal-lg {
        --bs-modal-width: 850px;
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-modal .modal-lg {
        --bs-modal-width: 1050px;
    }
}

@media (min-width: 1400px) {
    .hall-of-fame-modal .modal-lg {
        --bs-modal-width: 1150px;
    }
}

@media (min-width: 1600px) {
    .hall-of-fame-modal .modal-lg {
        --bs-modal-width: 1250px;
    }
}

@media(max-width: 1199.98px) {
    .hall-of-fame-content h1 {
        font-size: 30px;
    }

    .hall-of-fame-modal .modal-body {
        padding: 10px 60px 60px;
    }

    .hall-of-fame-content p {
        margin-right: 15px;
    }
    .special-event-tab ul li {
        padding: 15px 20px;
    }
}

@media(max-width: 991.98px) {
    .hall-of-fame-modal .modal-body {
        padding: 10px 40px 40px;
    }

    .hall-of-fame-modal .modal-content {
        border-radius: 20px;
    }

    .hall-of-fame-content h1 {
        font-size: 25px;
    }

    .hall-of-fame-content img {
        margin-top: 30px;
    }
}

@media(max-width: 767.98px) {
    .hall-of-fame-modal .btn-close {
        margin-right: 0px;
    }

    .hall-of-fame-modal .modal-body {
        padding: 10px 30px 30px;
    }

    .hall-of-fame-modal .modal-content {
        border-radius: 15px;
    }

    .hall-of-fame-content p {
        font-size: 16px;
        margin-right: 0px;
    }
}

@media(max-width: 575.98px) {
    .hall-of-fame-content h1 {
        font-size: 22px;
    }
}

/*-- End Hall Of Fame Modal--*/

/*-- Start --*/
.overview {
    padding: 100px 0;
}
.overview-cnt { 
    padding-bottom: 80px;
}
.overview-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    line-height: 30px;
    margin-bottom: 20px;
}
.overview-box {
    margin-bottom: 80px;
    transition: all 0.4s ease-in-out;
}
.overview-box-img {
    width: 100%;
    height: 285px;
    border-radius: 40px;
    background-color: var(--colorWhite);
    margin-bottom: 6px;
}
.overview-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}
.overview-box-cnt {
    background-image: linear-gradient(23deg, rgb( 28, 162, 124 ) 0%, rgb( 0, 209, 161 ) 100%);
    box-shadow: 0px 13px 17.64px 3.36px rgba(0, 0, 0, 0.2);
    padding: 115px 40px 35px 35px;
    border-radius: 40px;
    margin-top: -80px;
}
.overview-box-cnt h5 {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorWhite);
    margin-bottom: 20px;
}
.overview-box-cnt .overview-date {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorWhite);
    display: block;
    margin-bottom: 20px;
}
.overview-box-cnt .overview-slots {
    font-size: 16px;
    font-weight: 900;
    color: var(--colorWhite);
    display: block;
}
.overview-box:hover .overview-box-cnt {
    background-image: linear-gradient(23deg, rgb( 20, 20, 20 ) 0%, rgb( 70, 67, 67 ) 100%);
    transition: all 0.4s ease-in-out;
}
.product-details {
    padding: 100px 0;
}
.product-details .track-details-box {
    padding: 0 26px 0px;
    margin-bottom: 100px;
}
.per-car {
    background-image: linear-gradient(23deg, #00d1a1 0%, #00b58c 100%);
    border-radius: 20px;
    padding: 80px 70px;
    margin-bottom: 100px;
}
.per-car-cnt h4 {
    font-size: 25px;
    font-weight: 800;
    color: var(--colorWhite);
    text-transform: uppercase;
    margin-bottom: 30px;
}
.per-car-cnt p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 20px;
}
.per-car-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.per-car-right .form-select {
    width: max-content;
    min-height: 59px;
    border-radius: 15px;
    margin-right: 10px;
}
.per-car-cart .thm-btn-1 {
    background-color: var(--colorRed);
    border-radius: 15px 0px 58px 15px;
    margin-bottom: 15px;
}
.per-car-cart .thm-btn-1:after {
    background-color: var(--colorRed);
    border-left-color: var(--colorRed);
    border-radius: 0 15px 10px 0;
}
.per-car-cart .thm-btn-1:hover {
    background-color: var(--colorLightBlue);
}
.per-car-cart .thm-btn-1:hover:after {
    background-color: var(--colorLightBlue);
    border-left-color: var(--colorLightBlue);
}
.per-car-cart p {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 0;
}
.cart-slots .form-control {
    font-size: 18px;
    font-family: 'Avenir Next Medium';
    color: var(--colorBlack);
    border-radius: 15px;
    height: 60px;
    padding: 15px 20px;
    margin-bottom: 15px;
}
.cart-slots .error-msg {
    font-size: 12px;
    font-family: 'Avenir Next Medium';
    color: var(--colorWhite);
    padding: 0 20px;
    margin-bottom: 20px;
}
.per-car .thm-btn {
    padding: 15.5px 30px;
    margin: 30px 15px 0 0;
    background-color: var(--colorBlack);
}
.per-car .thm-btn:after {
    background: var(--colorBlack);
    border-left: 74px solid var(--colorBlack);
}




@media (max-width: 1399.98px) {
    .overview-box-img {
        height: 238px;
    }
}
@media (max-width: 1199.98px) {
    .overview-box-img {
        height: 197px;
    }
    .per-car-right .form-select {
        min-height: 52px;
    }
}   
@media (max-width: 991.98px) {
    .overview-box {
        margin-bottom: 50px;
    }
    .overview-box-img {
        height: 224px;
    }
    .per-car {
        display: block;
        padding: 60px 50px;
    }
    .per-car-cnt {
        text-align: center;
        margin-bottom: 30px;
    }
    .per-car-right {
        justify-content: center;    
    }
    .product-details .track-details-box {
        padding: 27px 20px 0px;
    }
    .per-car-right .form-select {
        margin-bottom: 20px;
    }
    .per-car-cart p {
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .overview {
        padding: 80px 0;
    }
    .overview-cnt {
        padding-bottom: 60px;
    }
    .overview-box {
        margin-bottom: 40px;
    }
    .overview-box-img {
        height: 164px;
    }
    .product-details {
        padding: 80px 0;
    }
    .product-details .track-details-box {
        margin-bottom: 80px;
    }
    .per-car {
        padding: 50px 30px;
        margin-bottom: 80px;
    }
}
@media (max-width: 575.98px) {
    .overview {
        padding: 60px 0;
    }
    .overview-cnt {
        padding-bottom: 40px;
    }
    .overview-box {
        margin-bottom: 30px;
    }
    .product-details {
        padding: 60px 0;
    }
    .product-details .track-details-box {
        margin-bottom: 60px;
    }
    .per-car {
        margin-bottom: 60px;
    }
    .per-car-right {
        flex-wrap: wrap;
    }
    .per-car-cnt h4 {
        font-size: 24px;
    }
}
@media (max-width: 369px) {
    .per-car-cart p {
        text-align: center;
    }
    .per-car-cart .thm-btn-1 {
        margin-top: 15px;
    }
}
/*-- End --*/