@charset "UTF-8";

a {
    color:#c2171d;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    opacity: 0.8;
    color: #c2171d;
    text-decoration: none;
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #9b9b9b;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2171d;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: #9b141a;
}
.tq-header {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 999;
    padding: 0px;
    margin: 0px;
}
.hd-top,
.hd-middle {
    background-color: #c2171d;
    height: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.hd-middle {
    background-color: transparent;
    margin-top: 14px;
    display: inline-block;
    position: relative;
    height: 60px;
}
.tq-slider {
    height: 100vh;
    width: 100%;
    display: inline-block;
    background-color: #141919;
    overflow: hidden;
    background: URL("assets/images/tuning/bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
ul.tq-menu {
    display: inline-block;
    position: relative;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.tq-menu li {
    display: inline-block;
    position: relative;
    list-style-type: none;
}
ul.tq-menu li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 6px;
}
ul.tq-menu li a:hover {
    /*text-shadow: 0px 0px 10px #c2171d;*/
    color: #c2171d;
}

.video_bg {
    position: relative;
    background-color: black;
    height: auto;
    min-height: 22rem;
    width: 100%;
}

.video_bg video {
    position: relative;
    left: -20%;
    min-width: 140%;
    min-height: 140%;
    width: 100%;
    z-index: 0;
}
.video_bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    opacity: 1;
    z-index: 1;
    background-image: linear-gradient(#000000, rgb(255 255 0 / 0%));
}

@media only screen and (max-width: 720px) {
    .video_bg .overlay {
        display: none;
    }
    .video_bg video {
        top: 69px;
        left: 0%;
        width: 100%;
    }
    .video_bg {
        height: auto;
        min-height: 243px;
    }
    .video_bg {
        background-color: #ffffff;
    }
    .video_slider_banner {
        height: auto !important;
    }
    .scroll-downs {
        display: none;
    }
}

.advance_search_form {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    width: 80vw;
    margin: 0 auto;
}

.car_performance_detail {
    left: 0px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    position: absolute;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background-image: linear-gradient(180deg, #01000a, rgba(1, 0, 10, 0));
    text-align: center;
    cursor: pointer;
}

.car_name {
    content: "";
    height: 50px;
    color: #003;
    text-align: center;
    line-height: 30px;
    padding: 16px 26px;
    background-color: #c2171d;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    position: absolute;
    display: inline-block;
    height: auto;
    margin: 5% auto 0 auto;
    z-index: 950;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.car_name h3 {
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    color: #ffffff;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 1.1rem;
}

.shape_1 {
    content: "";
    position: absolute;
    width: 120%;
    background-image: URL("assets/images/backgrounds/shape_1.svg");
    left: -10%;
    top: -10%;
    right: -5%;
    background-size: cover;
    height: 100%;
    max-height: 240px;
    display: inline-block;
    z-index: 949;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    opacity: 1;
}

.gallery_fullimage:hover > .car_name {
    transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
}

.gallery_fullimage:hover > .car_name h3 {
    transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    font-size: 1.2rem;
}

.per_area {
    position: relative;
    width: 150px;
    display: inline-block;
    height: 100px;
    top: 20px;
    z-index: 950;
    overflow: hidden;
}
.per_area b {
    color: #e21e27;
}
.nm span.values {
    position: absolute;
    bottom: 12px;
    left: 43px;
    color: #ffffff;
    font-size: 16px;
}

.ps span.values {
    position: absolute;
    bottom: 17px;
    left: 58px;
    color: #ffffff;
    font-size: 18px;
}

.gallery_fullimage > .goBtn {
    position: absolute;
    z-index: 950;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 100px;
    background-color: #ffffff;
    padding: 8px 20px;
    width: 290px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    transition: 0.4s;
    opacity: 0;
    height: 50px;
}
.gallery_fullimage > .goBtn span {
    color: #c2171d;
}

.gallery_fullimage:hover > .goBtn {
    display: inline-block;
    opacity: 1;
}

.gallery_fullimage:hover > img {
    filter: blur(10px);
}

.gallery_section {
    margin-bottom: -100px;
}

.tq_section {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.item_icon {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    margin-bottom: 0px !important;
}
.item_icon div.item_icon_span {
    position: absolute;
    font-weight: 700;
}

.abs_1 {
    right: 12px;
    left: auto;
    bottom: 26px;
    font-size: 3.8rem;
}

.abs_2 {
    right: 12px;
    left: auto;
    bottom: 33px;
    font-size: 3.1rem;
}

.abs_3 {
    right: 0px;
    left: auto;
    bottom: 34px;
    font-size: 2.4rem;
}

.service_primary .item_title {
    font-size: 22px;
}
.about_us {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    min-height: 920px;
    position: relative;
    z-index: 950;
}

.about_us img.aboutUs {
    width: 100%;

    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.about_us .image-box {
    position: relative;
    display: block;
    padding-right: 110px;
}

.about_us .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.about_us .image-box .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about_us .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.about_us .image-box .content-inner {
    position: absolute;
    right: 0px;
    bottom: 70px;
    max-width: 270px;
    width: 100%;
    background: #141919;
    padding: 20px;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0 30px 50px rgba(0, 52, 120, 0.3);
}

.about_us .image-box .content-inner:before {
    position: absolute;
    content: "";
    background: #141919;
    width: 30px;
    height: 30px;
    left: 0px;
    bottom: -29px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.about_us .image-box .content-inner .text {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 20px 20px 26px 30px;
}

.about_us .image-box .content-inner .text h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 1px;
    color: #c2171d;
}

.about_us .image-box .content-inner .text h5 {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.about_us .title_text {
    color: #ffffff;
    font-size: 2.4rem;
}
/*.about_us .section_title .title_text span:before,
.about_us .section_title .title_text span:after {
    top: 50%;
    width: 20px;
    height: 8px;
    content: "";
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
    background-color: #141919;
}*/

.about_us p {
    margin: 0px;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
}

.about_usa.text_btn: hover {
    color: #fff;
}
.about_us a.text_btn span:before {
    background-color: #ffffff;
}
.about_us figure {
    margin: 0px;
}
.cars_shape {
    position: absolute;
    bottom: -100px;
    height: 190px;
}

.specification {
    width: 100%;
    height: auto;
    background-color: #141919;
    min-height: 840px;
    position: relative;
    overflow: hidden;
    padding: 12rem 5% 9rem 5%;
}
.specification .video_bg {
    width: 100%;
    position: absolute;
    z-index: 850;
    left: 0px;
    top: 0px;
    opacity: 0.1;
}
.tq-specification-item {
    width: 80%;
    height: auto;
    color: #ffffff;
    position: relative;
    z-index: 900;
    margin-bottom: 6rem;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid #c2171d;
    padding: 30px 30px 30px 50px;
    border-right: none;
    border-bottom: none;
    border-top: none;
    cursor: pointer;
    min-height: 150px;
}
.tq-specification-item:hover {
    width: 90%;

    transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.tq-specification-item:after {
    border-bottom: 1px solid #c2171d;
    position: absolute;
    bottom: 0px;
    width: 25%;
    left: 0px;
    content: "";
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.tq-specification-item:before {
    border-top: 1px solid #c2171d;
    position: absolute;
    top: 0px;
    width: 75%;
    left: 0px;
    content: "";
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.tq-specification-item:hover .lottie {
    display: none;
}
.tq-specification-item:hover:after {
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 65%;
}
.tq-specification-item:hover:before {
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 35%;
}
.tq-specification-item .lottie {
    top: 15px;
    display: inline-block;
    text-align: left;
    position: absolute;
    right: -75px;
    width: 150px;
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
}
.tq-specification-item .content {
    color: #ffffff;
    position: relative;
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    text-align: center;
    margin-left: -50px;
}
.tq-specification-item .content h2 {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 500;
    color: #ffffff;
}
.tq-specification-item .content p {
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2rem;
    display: none;
}
.tq-specification-item p {
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2rem;
    background-color: #c2171d;
    left: 6px;
    top: 6px;
    position: absolute;
    height: calc(100% - 12px);
    width: 100%;
    transform: skew(0deg, 0deg) !important;
    -moz-transform: skew(0deg, 0deg) !important;
    -webkit-transform: skew(0deg, 0deg) !important;
    padding: 20px;
    text-align: center;
    display: none !important;
}
.tq-specification-item:hover p {
    display: flex !important;
    transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.shape_2 {
    position: absolute;
    right: -10vw;
    bottom: -10vw;
    opacity: 0.1;
    width: 50vw;
}
.contact_tq {
    width: 100%;
    height: auto;
    background-color: #c2171d;
    padding: 9rem 5% 9rem 5%;
    display: inline-block;
    position: relative;
}
.contact_tq .title_text {
    color: #ffffff;
    font-size: 48px;
}
.contact_tq .section_title {
    color: #ffffff;
}
.contact_tq .section_title .title_text span:before,
.contact_tq .section_title .title_text span:after {
    background-color: #181818;
}

.skew-container {
    border: 1px solid #ffffff;
    border-right: none;
    height: auto;
    width: 90%;
    margin: 60px auto;
    display: inline-block;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    padding: 20px 0px 20px 30px;
}
.skew-container p {
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    color: #ffffff;
    display: inline-block;
    margin: 0;
    line-height: 140%;
    font-size: 1rem;
}
a.btn-primary-tq {
    color: #000000;
    display: inline-block;
    background-color: rgb(255 255 255 / 80%);
    padding: 8px 34px;
    position: relative;
}

a.btn-primary-tq:after {
    content: "";
    position: absolute;
    right: -14px;
    width: 8px;
    display: inline-block;
    background-color: #ffffff;
    height: 100%;
    top: 0px;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

a.btn-primary-tq:hover {
    background-color: #141919;
    color: #ffffff;
}

a.btn-primary-tq:hover:after {
    content: "";
    position: absolute;
    right: -18px;
    width: 10px;
    display: inline-block;
    background-color: #ffffff;
    height: 100%;
    top: 0px;
}

a.btn-primary-tq span {
    display: inline-block;
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    font-weight: bold;
}

.btn-primary-tq-main {
    color: #000000;
    display: inline-block;
    background-color: #ffffff;
    padding: 15px 34px;
    position: relative;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
}

.btn-primary-tq-main:after {
    content: "";
    position: absolute;
    right: -14px;
    width: 8px;
    display: inline-block;
    background-color: #ffffff;
    height: 100%;
    top: 0px;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-primary-tq-main:hover {
    background-color: #141919;
    color: #ffffff;
}

.btn-primary-tq-main:hover:after {
    content: "";
    position: absolute;
    right: -18px;
    width: 10px;
    display: inline-block;
    background-color: #ffffff;
    height: 100%;
    top: 0px;
}

.btn-primary-tq-main span {
    display: inline-block;
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    font-weight: bold;
}

.form_item .nice-select {
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    /*transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);*/
    border-radius: 0;
}

.form_item .nice-select .current {
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 0.9rem;
}

.form_item .nice-select:after,
.form_item .nice-select .current,
.form_item .nice-select .list {
    display: inline-block;
   /* transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);*/
}

.spinner-icon{
    position: absolute;
    height: 33px;
    left: 0;
    right: 0;
    display: block;
    /* margin: 0 auto; */
    width: auto;
    top: 0;
    bottom: 0;
}

.mouseWheel{
    display: inline-block;
    position: absolute;
    height: 40px;
    z-index: 950;
    width: auto;
    top: 90vh;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
}
.car_performance_detail small{
    position: relative;
    position: absolute;
    width: auto;
    display: inline-block;
    height: auto;
    top: 120px;
    z-index: 950;
    overflow: hidden;
    color: #ffffff;
    background-color: #c2171d;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    padding: 0 10px;
}
.car_performance_detail small span{
    display: inline-block;
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);

}

.offer_section{
    position: relative;
    width: 100%;
    height: auto;
}
footer{
    width: 100%;
    background-color: #141919;
    padding: 70px 6rem 20px 6rem;
    z-index: 998;
    position: relative;
}
ul.footer_social{
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: auto;
}
ul.footer_social li{
    display: inline-block;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    width: auto;
    color: #ffffff;
    font-size: 12px;
}
ul.footer_social li a{
    color: #c2171d;
    font-size: 26px;
}
ul.footer_social li a:hover{
    color: #ffffff;
}

ul.footer_contact{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: auto;
}
ul.footer_contact li{
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 160%;
    padding-left: 28px;
    position: relative;
    vertical-align: top;
}
ul.footer_contact li i{
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #c2171d;
}
ul.footer_social li a{
    color: #c2171d;
    font-size: 26px;
}
ul.footer_social li a:hover{
    color: #ffffff;
}
.footer_logo{
    height: 60px;
}
.footer_text{
    color: #f9f9f9;
    font-size: 12px;
}
.madeInAustria{
    background-color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
    padding: 40px 5%;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    margin-top: -160px;
    margin-bottom: 60px;
}
.madeInAustria > .content{
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    line-height: 155%;
    font-size: 1rem;
}

.sub_page_header .hd-middle{
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.tq-breadcrumb{
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
ul.tq-breadcrumb li, ul.tq-breadcrumb li a{
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 0.8rem;
}
ul.tq-breadcrumb li i{
    margin-top: 2px;
    vertical-align: middle;
}
ul.tq-breadcrumb li a:hover{
    color: #c2171d;
}
#page_title_bg{
    position: absolute;
    z-index: 850;
    left: 0;
    right: 0;
    top: -10%;
    bottom: 0;
    width: 100%;
}
.about_us_page p{
    color: #000000;
}
.about_us_page .title_text {
    color: #000000;
    font-size: 2.4rem;
}
/*.about_us_page .title_text span:before, .about_us_page .title_text span:after {
    top: 50%;
    width: 20px;
    height: 8px;
    content: "";
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
    background-color: #c2171d !important;
}*/

.gallery_image{
    width: 100%;
    display: inline-block;
}
.title_text_page {
    line-height: 1;
    font-size: 30px;
    text-align: center;
}
.title_text_page span {
    padding: 0px 40px;
    position: relative;
    display: inline-block;
    font-weight: 800;
}
.title_text_page span:before, .title_text_page span:after {
    top: 50%;
    width: 20px;
    height: 8px;
    content: "";
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
    background-color: #c2171d;
}
.title_text_page span:after {
    right: 0px;
}
.title_text_page span:before {
    left: 0px;
}
.title_text_page{
    margin-bottom: 50px;
}
.sec_ptb_250{
    padding: 250px 0px;
}
.service_primary .item_icon{
    display: block;
    margin-bottom: 30px !important;
    text-align: center;
}
.lottie_2{
    width: 120px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.mt_150{
    margin: 150px 0px;
}

.gallery_fullimage{
    display: inline-block;
    position: relative;
}

a.gallery_image{
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

a.gallery_image i {
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    top: calc(50% - 35px);
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 56px;
    color: #c2171d;
    /* background-color: rgb(0 0 0 / 40%); */
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
}

.gallery_image > img {
    width: 100%;
    display: block;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery_image:hover > img {
    transform: scale(1.1);
}
.gallery_image .item_content {
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    top: 0px;
    opacity: 0;
    filter: blur(10px);
    padding: 55px 60px;
    position: absolute;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery_image:hover .item_content {
    opacity: 1;
    filter: blur(0px);
    transition-delay: 0.22s;
}

a.gallery_image img{
    display: inline-block;
    position: relative;
    width: 100%;
}
.shop{
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 250px 0 120px 0;

    height: auto;
    overflow: hidden;
    height: 100vh;

}
.shop_img_1{
    display: block;
    position: absolute;
    height: 100%;
    margin: 0px;
    padding: 0px;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: -16%;
    width: 66%;
    top: 0px;
    overflow: hidden;
    border-right: 16px solid #ffffff;

}
.shop_img_2{
    display: block;
    position: absolute;
    height: 100%;
    margin: 0px;
    padding: 0px;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    right: -16%;
    width: 66%;
    top: 0px;
    overflow: hidden;

}
.shop_img_1 img {
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 126%;
    right: -26%;
    position: absolute;
    display: inline-block;
    height: 100%;

}
.shop_img_2 img{
    transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 126%;
    left: -26%;
    position: absolute;
    display: inline-block;
    height: 100%;

}
.content_img{
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    margin-top: -40px;
}

.content_img img{
    position: relative;
    z-index: 99;
}

.content_img::after{
    position: absolute;
    content: '';
    display: inline-block;
    /* top: 0px; */
    z-index: 98;
    width: 100%;
    height: 100%;
    left: 25px;
    bottom: -20px;
    background-color: #e8e8e8;
}


b {
    color: #c2171d;
}

.faq_accordion p{
    font-weight: normal;
    line-height: 140%;
    font-size: 1rem;
    display: flex;
}
.faq_accordion p img{
    margin-right: 20px;
}

.faq_accordion ul, .faq_accordion ul li {
    font-weight: normal;
    line-height: 140%;
    font-size: 1rem;
}

.referance{
    margin: 6rem 0;
}

.car-item, .model-item{
    display: inline-block;
    width: 100%;
    border: 1px dashed #e8e8e8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}
.car-item:hover, .model-item: hover{
    background-color: #ebebeb;
}
.car-item h3{
    font-size: 1.2rem;
}
.car-item span{
    font-size: 0.8rem;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    line-height: 140%;

}
.car-item img{
    width: 65px !important;
}
.car-item b{
    color: #c2171d;
}
.spin-vircle{
    font-size: 34px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.set-year-data{
    font-size: 0.9rem;
}
.set-engine-data{
    font-size: 0.9rem;
}
.set-model-data{
    font-size: 0.9rem;
}
.brands h3{
    font-size: 1rem;
}

.konfigurator-latest-step{
    display: inline-block;
    border: 1px dashed #dddddd;
    padding: 1.5rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.konfigurator-latest-step h3{
    display: inline-block;
    border-bottom: 1px dashed #dddddd;
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.konfigurator-latest-step h3 span{
    display: inline-block;
    color: #c2171d;
}

.konfigurator-latest-step ul li{
    font-size: 0.9rem;
    padding: 0.65rem 1.25rem;
}


.performance-item{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    width: 100%;
}
.performance-item li{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    background-color: #e8e8e8;
    padding: 10px 10px;
    position: relative;
}
.performance-item li h4{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.1rem;
}
.performance-item li .values{
    position: absolute;
    top: 70px;
    left: 60px;
}
.part-statistic{
    border: 1px dashed #e8e8e8;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    padding: 1.4rem .5rem;
    position: relative; 
    height: 100px;
    font-weight: bold
}
.part-statistic-title{
    color: #000c21;     
    font-family: 'Montserrat', sans-serif;   
    font-weight: normal
}
.part-statistic-orjinal{
    color: #c2171d;     
}
.part-statistic-new{
    color: #28a745;     
}
.part-statistic-new small{
    display: inline-block;
    color: #28a745;
    width: 100%;
    font-size: 0.7rem
}
.part-statistic-result{
    padding: 0;
    position: relative; 
    height: 100px;
    text-align: center;  
}


.stats-cell-inner{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;

}
.part-statistic-gray{
    background-color: #e3e3e3;
}
.part-statistic-little{
    min-height: 74px;
}
.part-statistic-2-height{
    min-height: 216px;
}


.progress {
    width: 105px;
    height: 105px;
    background: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}


.progress-2 {
    width: 105px;
    height: 105px;
    background: none;
    position: relative;
}

.progress-2::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-2>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-2 .progress-left {
    left: 0;
}

.progress-2 .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-2 .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-2 .progress-right {
    right: 0;
}

.progress-2 .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-2 .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}
.card-detail {
    font-size: 1rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.list-group-item-title{
    list-style-type: none;
    font-size: 1.2rem !important;
    margin: 0px 0px 1rem 0px !important;
    padding: 0px !important;
    color: #000c21;     
    font-family: 'Montserrat', sans-serif;   
}
.list-group-notes{
    background-color: #dddddd;
    padding: 1.6rem;
    display: inline-block;
    position: relative;
    display: inline-block;
    position: relative;
    width: 100%;
}

.circle {
    position: relative;
    height: 80px;
    overflow: hidden;
    margin-top: 10px;
}

.circle canvas {
    display: block;
    margin: 0 auto;
}

.circle strong {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline;
    margin-top: -15px;
    line-height: 20px;
    font-size: 20px;
    color: #000000;
    height: 40px;
    overflow: hidden;
}
.circle strong:before {
    content: '+';
}
.circle strong:after {
    content: attr(data-after);
    font-size: 12px;
    font-weight: normal;
    display: block;
}

@media only screen and (max-width: 767px) {
    .part-statistic {
        font-size: 1.1rem;
        padding: 1rem 0.5rem;
        height: 128px;
    }
    .little-title {
        height: auto !important;
    }
}
@media screen and (max-width: 991px) {
    #page_title_bg {
        top: -100%;
        width: calc(100vh * 3);
    }
    .about_us .image-box {
        padding-right: 0px;
    }
    .about_us{
        height: auto;
        padding-top: 60px;
    }
    .abount-us-1{
        margin-top: 120px;
    }
}
.content_img{
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    margin-top: -40px;
}

.content_img img{
    position: relative;
    z-index: 99;
}

.content_img::after{
    position: absolute;
    content: '';
    display: inline-block;
    /* top: 0px; */
    z-index: 98;
    width: 100%;
    height: 100%;
    left: 25px;
    bottom: -20px;
    background-color: #e8e8e8;
}
@media screen and (max-width: 991px) {
    #page_title_bg {
        top: -100%;
        width: calc(100vh * 3);
    }
    .about_us .image-box {
        padding-right: 0px;
    }
    .about_us{
        height: auto;
        padding-top: 60px;
    }
    .abount-us-1{
        margin-top: 120px;
    }
}
.referance{
    margin: 6rem 0;
}
.gallery_fullimage{
    margin-bottom: 3rem;
}

.form_item {
    position: relative;
    display: inline-block;
    width: 100%;
}
.error-list ul{
    position: relative;
    top: 1px;
    list-style-type: none;
    right: 1px;
    font-size: .7rem;
    background-color: red;
    color: #ffffff;
    padding: 4px 10px 4px 9px;
    margin: 8px 0px 0px 0px;
}
.swal-text {
    text-align: center !important;
}
@media screen and (max-width: 991px) {
    .image-box{
        margin-bottom: 5rem;
    }
    .specification, .about_us{
        height: auto;
        padding: 190px 0;
        min-height: auto;
    }
    .cars_shape {
        height: auto;
        width: 100%;
        bottom: -30px;
    }

}

@media screen and (max-width: 767px) {
    .main-page-slide{
        height: 100vh;
        overflow: hidden;
    }
    .main-page-slide video{
        position: relative;
        left: calc(100vh - 330vw);
        min-width: calc(100vh * 3);
        min-height: 140%;
        width: 100%;
        z-index: 0;
        top: -30px;
    }

    .advance_search_form {
        width:100%;
    }
    .gallery_2col_carousel {
        max-width: 700px;
        margin: 0px auto 0px;
    }
    .skew-container{
       margin: 50px auto 20px auto;
   }
}
ul.tq-menu li:hover ul.submenu{
    display: inline-block;
    visibility: visible;
}
ul.submenu {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 300px;
    padding: 0px;
    background-color: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 4px 11px -6px rgb(0 0 0 / 73%);
    -moz-box-shadow: 0px 4px 11px -6px rgba(0,0,0,0.73);
    box-shadow: 0px 4px 11px -6px rgb(0 0 0 / 73%);
}
ul.submenu li a{
    color: #c2171d;
    padding: 2px 6px;
}
ul.submenu li a:hover{
    color: #181818;
}
@media screen and (max-width: 991px) {
    .footer-logo, ul.footer_contact {
        width: 200px;
    }

}

@media screen and (max-width: 767px) {
    .madeInAustria {
        display: none
    }
    
}
.cookie-message{
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    background-color: rgb(0 0 0 / 40%);
    display: inline-block;
    padding: 15px 40px 15px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 13px;
    width: 50vw;
    color: #ffffff;
}

.close_button{
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    .cookie-message {

        width: 90vw;
    }

}
.footer_text{
    font-size: .9rem;
    color: rgba(255,255,255,.2);
    margin-bottom: 1rem;
}
.footer_text a{
    font-size: .9rem;
    color: rgba(255,255,255,.2);
    line-height: 2.5em;
}
.footer_text a:hover{
    font-size: .9rem;
    color: #c2171d;
    line-height: 2.5em;
}
.footer-menu{
    list-style-type: none;
    
}
.static-contact-menu{
    position: fixed;
    right: 0px;
    top: calc(50% - 87px);
    display: inline-block;
    z-index: 1046;
    box-shadow: 0px 0px 19px -4px #000000;
    width: 53px;
}
ul.static-contact-stick{
    list-style-type: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
ul.static-contact-stick li{
    display: inline-block;
    width: 102%;
    left: -1%;
    height: auto;
    text-align: center;
    float: left;

}
ul.static-contact-stick li a{
    font-size: 16px;
    padding: 14px 1px 10px;
    width: 100%;
    line-height: 1.2;
    color: #ffffff;
    position: relative;
}
ul.static-contact-stick li a:hover{
    background-color:#ffffff;
}
ul.static-contact-stick li a:hover i{
    color: #c2171d !important;
}
ul.static-contact-stick li a.contact-us{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    font-size: 12px;
    padding: 18px 10px 10px;
    width: 144px;
    height: 53px;
    line-height: 1.2;
    -webkit-transform-origin: 51px 51px 0;
    -moz-transform-origin: 51px 51px 0;
    transform-origin: 51px 51px 0;

}
.arrow-menu-btn{
    background-color: #c2171d;
}
.whatsapp-menu-btn{
    background-color:#26D367;
    color: #ffffff;
}
.facebook-menu-btn{
    background-color: #007FF7;
}
.konfigurator-menu-btn{
    background-color: #c2171d;
}
.telephone-menu-btn{
    background-color: rgb(38, 211, 124);
    padding-bottom: 13px !important;
}

ul.static-contact-stick li a .menu-btn-title{
    position: absolute;
    display: none;
    right: 53px;
    top: 0px;
    height: 100%;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    padding: 0 10px;
    line-height: 44px;
    font-size: 13px;
}
ul.static-contact-stick li a:hover .menu-btn-title{
    display: inline-block;

}
@media only screen and (max-width: 767px) {
    .static-contact-menu{
        position: fixed;
        right: 0px;
        left: 0px;
        top: inherit;
        bottom: 0px;
        display: inline-block;
        z-index: 999;
        width: 100%;
    }
    ul.static-contact-stick{
        display: flex;
        align-items: stretch;
        flex-direction: row;
    }
    ul.static-contact-stick li{
        display: inline-block;
        width: auto;
        left: 0;
        height: auto;
        text-align: center;
        float: none;
        flex: 1;

    }
    .telephone-menu-btn{
        background-color: rgb(38, 211, 124);
        padding-bottom: 10px !important;
    }
    ul.static-contact-stick li a:hover .menu-btn-title{
        display: none;
    }
}
.img-tq-container{
    position: relative;
    display: inline-block;
    width: 100%;
}
.img-tq-container img{
    z-index: 99;
    position: relative;
}
.img-tq-container::after{
    content: "";
    width: 80%;
    position:absolute;
    background-color: #c2171d;
    z-index: 98;
    height: 60px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    bottom: -30px;
    transform: skew(-30deg, 0deg);
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
}
.footer-menu-title{

    font-weight: bold;

    color: #c2171d;

    text-transform: uppercase;

    font-size: 1.1em;

    line-height: 1.4em;

    margin-bottom: 10px;

    width: 100%;

    display: inline-block;

}

ul.footer-menu li a{

    color: #ffffff;

    font-size: .95em;

    line-height: 1.8em;

    padding: 0px 0.7rem 0px 0rem;

    text-transform: none;

    text-decoration: none;

}

ul.footer-menu li a:hover{

    color: #c2171d;

}

.address-area{

    color: #ffffff;

    font-size: .95em;

    line-height: 1.8em;

}

.address-area i{

    color: #c2171d;

    margin-right: 7px;

}

@media screen and (max-width: 576px) {

    .skew-container{
        margin: 50px auto 20px auto;
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .tq-specification-item {
        width: 100%;
        transform: skew(-0deg, 0deg);
        -moz-transform: skew(-0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        padding: 0px;
    }
    .tq-specification-item .content {
        margin-left: 0px;
        transform: skew(30deg, 0deg);
        -moz-transform: skew(30deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
    }
    .tq-specification-item .lottie {
        transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        top: 0px;
        display: inline-block;
        text-align: center;
        position: relative;
        left: 10px;
        right: inherit;
        width: 120px;
        clear: both;
    }
    .tq-specification-item .content h2 {
        font-size: 1.1rem;
        margin-left: 0px !important;
    }

    .skew-container {
        margin: 50px auto 20px auto;
        display: block !important;
        width: 100%;
        text-align: center;
        padding: 20px 20px 20px 20px;
        transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
    }
    .skew-container p {
        transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);

    }

    a.btn-primary-tq{
        margin-left: 0px;
        height: 44px;
        width: 100%;
        margin-top: 18px;
    }
    a.btn-primary-tq span {

        transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
    }

    .contane-style-2 {
        margin-top: 0rem !important;
    }

}
