@media only screen and (min-width: 2800px) {}

@media only screen and (min-width: 1920px) {}

@media only screen and (min-width: 1400px) {
    h1{
        font-size: 200px;
    }
    h2 {
        font-size: 80px;
    }
    .landing-bg{
        padding-top: 12rem;
    }
    .landing_banner_content .text-right:before{
        width: 68%;
    }
}

@media only screen and (max-width: 1199px) {
    h3 {
       font-size: 23px;
    }
    .landing_banner_content .text-right:before{
        width: 50%;
    }
    .menu-navbar-box .navbar-nav{
        margin-right: 40px;
    }
    .menu-navbar-box .nav-item {
        padding: 11px 14px;
    }
    .purchase_carousel.owl-carousel .owl-item img {
        width: 100%;
    }

}


@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 917px) {}

@media only screen and (max-width: 991px) {
    h1{
        font-size: 110px;
    }
    h2{
        font-size: 50px;
    }
    h3 {
       font-size: 19px;
    }
    .menu-navbar-box .navbar-expand-lg .navbar-nav .nav-link{
        color: #000;
    }
    .menu-navbar-box .responsinve_lang{
        display: block;
    }
    .menu-navbar-box .desktop_lang{
        display: none;
    }
    .menu-navbar-box .navbar-collapse {
        position: fixed;
        left: 0px;
        right: 0;
        top: 0;
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
        transition: all .5s ease;
        padding-left: 24px;
        padding-right: 20px;
        display: inline-block !important;
        max-height: 0px;
        padding-top: 0;
        padding-bottom: 0;
        overflow-y: auto;
    }

    .menu-navbar-box .navbar-collapse.show {
        transition: all .5s ease;
        max-height: 1200px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .menu-navbar-box .nav-item {
        padding: 20px 0;
    }
    .close-btn img {
        max-width: 50px;
    }

    .close-btn {
        display: block;
        text-align: end;
    }

    .menu-navbar-box .contact-btn.header-btn {
        max-width: 150px;
    }

    .menu-navbar-box .navbar-brand {
        width: unset;
        margin: 0;
    }
    .racing_detail, .fleet_detail{
        margin-bottom: 20px;
    }
    .landing_banner_content .text-right:before{
        width: 40%;
    }
    .table_sec ul li:nth-child(2){
        height: 520px;
    }
    .table_sec ul li{
        height: 450px;
    }
    .table_sec ul li table tr td {
        padding: 8px 11px;
    }

}

@media (max-width: 786px) {

}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 80px;
    }
    h2 {
        font-size: 35px;
    }
    .landing_banner_content .text-right:before{
        width: 20%;
    }
    .racing_detail h3, .fleet_sec .fleet_detail h3 {
        height: 100%;
        padding-bottom: 20px;
    }
    .footer_logo{
        width: 100%;
    }
    .table_sec ul li{
        width: 100%;
        padding: 30px 20px;
    }
    .table_sec ul li:first-child, .table_sec ul li:last-child {
        border: 1px solid #fff;
        border-radius: 40px;
    }
    .table_sec ul li:nth-child(2), .table_sec ul li {
        padding: 30px 20px;
        height: 100%;  
        width: 100%;   
    }
    .table_sec ul li:nth-child(2) td{
        padding: 8px 12px;
        width: 57%;
    }
    .table_sec ul li:last-child {
        width: 100%;
    }
    .fadein {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
      transform: none;
      opacity: 1;
    }
    .aos-animate {

        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
    
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;  
        -webkit-transform: none !important;
        transform: none !important;
    
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
      }

}
  
@media only screen and (max-width: 575px) {
    .landing_banner_content .text-right:before{
        display: none;
    }
    .footer_logo img.logo2 {
        width: 200px;
    }
    .landing-bg{
        padding-top: 5rem;
    }
}

@media only screen and (max-width: 480px) {
    h1{
        font-size: 65px;
    }
    h2 {
        font-size: 20px;
    }
    .footer_logo {
        padding: 14px 30px;
    }
    .menu-navbar-box a.navbar-brand {
        width: 200px;
    }
    .footer_sec .company_detail {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 390px) {
    h1 {
        font-size: 47px;
    }
    h2 {
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    .menu-navbar-box a.navbar-brand {
        width: 160px;
    }
    .menu-navbar-box .navbar-toggler{
        padding: 0;
    }
    .footer_logo {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 364px) {
   
}

@media only screen and (max-width: 320px) {


}