﻿
/*HEADER ELEMENTS BEGIN///////////////////////////////////////////////////////////////////////////////*/

.header-home {
    height: calc(100vh - 5.25rem);
    min-height: 85rem;
}

.header-title-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    padding: 0 2rem;
    animation: fade-in2 .6s;
}

.header-title-section .header-title-highlight {
    color:var(--color-blood-red);
    font-weight:600;
}

.body-content-bold {
    font-family: var(--font-family-montserrat);
    font-style: var(--font-style-normal);
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 0;
    color: var(--color-faded-blue);
}

.btn-red-hero {
    background-color: var(--color-blood-red);
    border-radius: 1rem;
}

.btn-red-hero:hover, .btn-red-hero:active {
    color: var(--color-blood-red);
    outline: 2px solid var(--color-pure-white);
    background-color: transparent;
}

.header-container2 {
    background: url(../../images/homepage/AdobeStock_579261045.jpg) no-repeat right top;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    animation: fade-in .3s;
    filter: contrast(1.8) blur(0px);
}

.header-content {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-right: 15rem;
    height: 100%;
    animation: fade-in2 .6s;
}

.header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/*HEADER ELEMENTS END///////////////////////////////////////////////////////////////////////////////*/
/*COMMON ELEMENTS BEGIN///////////////////////////////////////////////////////////////////////////////*/
@keyframes fade-in {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.svg-top {
    z-index: 999;
}
/*COMMON ELEMENTS END///////////////////////////////////////////////////////////////////////////////*/
/*SECTION ELEMENTS BEGIN///////////////////////////////////////////////////////////////////////////////*/
.section-services {
}

.section-services-col {
    display: flex;
    flex-direction: column;
}


.section-services-col-textarea {
    background-color: var(--color-light-gray);
    padding: 2rem;
    height: 25rem;
    border-left: 1px solid var(--color-red2);
    border-right: 1px solid var(--color-red2);
}

.section-services-button-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}

.section-services-col-textarea i {
    color: var(--color-red);
}

.section-services img {
    border-radius: .3rem .3rem 0 0;
    border: 1px solid var(--color-red2);
    border-bottom: none;
}
/*---------------------------------------*/
.section-news {
    /*    max-width: 120rem;
    margin: 0 auto;
    margin-top: 8rem;*/
}

.section-news img {
    display: block;
    width: 100%;
    max-height: 430px;
    z-index: 1;
    position: relative;
    object-position: center;
    object-fit: cover;
    margin: auto;
}

.section-news #carouselNews{
    border-radius: 10px;
    overflow: hidden;
}

.section-news .section-container{
    padding-bottom: 0px;
}

.section-news .btn-blue {
    display: block;
    margin-bottom: 1rem;
}

.section-news .h1-red {
    padding-left: 0rem;
    padding-bottom: 1rem;
}

.section-news .carousel-image-col {
    padding: 0;
    /*border-left: 4px solid var(--color-dark-blue);*/
    background-color: var(--color-light-gray);
    align-content: center;
}

.section-news .carousel-inner {
    height: 430px;
}

.section-news .carousel-text {
    padding: 2.8rem 3rem 4rem 4rem;
    background-color: var(--color-light-gray);
    height: 430px;
}

.section-news .carousel-text h2 {
    font-family: var(--font-family-poppins);
    font-style: var(--font-style-normal);
    color: var(--color-dark-blue);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-news .carousel-text p {
    font-family: var(--font-family-montserrat);
    font-style: var(--font-style-normal);
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.section-news .carousel-text .all-news {
    font-family: var(--font-family-montserrat);
    font-style: var(--font-style-normal);
    font-size: 1.5rem;
}

.section-news .carousel-controls {
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 10;
    transform: translateX(-50%);
}

.section-news .carousel-indicators button {
    background-color: var(--color-dark-blue);
}



/*---------------------------------------*/
.section-agiletire {
    background-color: var(--color-light-gray);
}

.section-agiletire-container {
    position: relative;
}

.section-agiletire-container img {
    height: auto;
    width: 100%;
}


.section-agiletire-container svg {
    fill: var(--color-light-gray);
    position: absolute;
    top: 0;
    left: .1rem;
    width: 100%;
    height: 100%;
}

.section-agiletire .btn-blue {
    width: 18rem;
    margin-top: 4rem;
}

/*---------------------------------------*/

.section-why {
    background-color: var(--color-gray-black);
}

.section-why-container {
    position: relative;
}

.iframe-style {
    margin: 6rem 0;
    height: 50rem !important;
    width: 100% !important;
    padding-right: 6rem;
    padding-left: 0rem;
}


.section-why .fa-chevron-right, .section-why .fa-chevron-left, .section-why .fa-quote-left, .section-clients .fa-chevron-right, .section-clients .fa-chevron-left {
    color: var(--color-red);
}

/*---------------------------------------*/
.section-clients {
}

.section-clients img {
    width: auto;
}

.section-clients .carousel-inner {
    width: 90%;
}

.section-clients-cutsomers {
    margin-top: 10rem;
}

.carousel-button-custom-width {
    width: 2rem;
}

.logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem !important;
}

.logo-barcroft {
    height: 8rem;
}

.logo-caevalue {
    height: 5rem;
    margin: 4.5rem 0;
}

.logo-calspan {
    height: 3.5rem;
}

.logo-claytex {
    height: 5rem;
    margin: 2rem 0;
}

.logo-cosin {
    height: 5rem;
    margin: 4.5rem 0;
}

.logo-3ds {
    height: 7rem;
    margin: 1rem 0;
}

.logo-dezignworks {
    height: 3rem;
    margin: 3rem 0;
}

.logo-ebweb {
    height: 6rem;
    margin: 1.5rem 0;
}

.logo-fordperformance {
    height: 7rem;
    margin: 1rem 0;
}

.logo-frontrowmotorwports {
    height: 4.5rem;
    margin: 2.25rem 0;
}

.logo-goodyear {
    height: 4rem;
    margin: 2.5rem 0;
}

.logo-gsengineering {
    height: 4rem;
    margin: 2.5rem 0;
}

.logo-hankooktire {
    height: 4rem;
    margin: 2.5rem 0;
}

.logo-hoosiertire {
    height: 4.5rem;
    margin: 2.25rem 0;
}

.logo-jaguarlandrover {
    height: 6rem;
    margin: 1.5rem 0;
}

.logo-johndeere {
    height: 4rem;
    margin: 2.5rem 0;
}

.logo-kendatire {
    height: 6rem;
    margin: 1.5rem 0;
}

.logo-kistler {
    height: 6rem;
    margin: 1.5rem 0;
}

.logo-linkeng {
    height: 8rem;
}

.logo-megaride {
    height: 14rem;
}

.logo-morsemeasurements {
    height: 4rem;
    margin: 2.5rem 0;
}

.logo-teampenske {
    height: 7rem;
    margin: 1rem 0;
}

.logo-rfpro {
    height: 7rem;
    margin: 1rem 0;
}

.logo-smithers {
    height: 7rem;
}

.logo-haasfactoryteam {
    height: 7rem;
    margin: 1rem 0;
}

.logo-tiperformance {
    height: 8rem;
    margin: .5rem 0;
}

.logo-totalsim {
    height: 7rem;
    margin: 1rem 0;
}

.logo-vigrade {
    height: 7rem;
    margin: 3.5rem 0;
}

/*---------------------------------------*/

.section-contact {
    background: linear-gradient(to right, #000 5%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.3) 75%, transparent ),url(../../images/homepage/AdobeStock_74587456.webp) no-repeat center center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.section-contact .btn-red {
    width: 19rem;
}

/*SECTION ELEMENTS END///////////////////////////////////////////////////////////////////////////////*/

/*Less than 1200px*/
@media (max-width: 75em) {

    .header-content {
        left: 45%;
    }

    .header-container2 {
        background: url(../../images/homepage/AdobeStock_579261045Small.jpg) no-repeat left top;
        height: 100%;
        background-size: cover;
        position: relative;
        overflow: hidden;
        animation: fade-in .3s;
        filter: contrast(1.8) blur(0px);
    }

    .section-textarea {
        margin: 0 6rem;
    }

    .section-why-quote i {
        display: none;
    }

    .section-why-quote .h3-white-mont-500 {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .section-why-quote .section-textarea {
        margin: 1rem 2rem;
    }

    .h1-title {
        font-size: 4.4rem;
    }
}

/*Less than 1040px*/
@media (max-width: 65em) {

    .h1-title {
        font-size: 4rem;
    }

    .header-content {
        left: 40%;
    }

    .h1-title-white {
        font-size: 4rem;
        line-height: 5rem;
    }
}

/*Less than 992px*/
@media (max-width: 62em) {

    .header-content {
        left: 30%;
    }

    .header-container2 {
        background: url(../../images/homepage/AdobeStock_579261045Small.jpg) no-repeat center top;
        height: 100%;
        background-size: cover;
        position: relative;
        overflow: hidden;
        animation: fade-in .3s;
        filter: contrast(1.8) blur(0px);
    }

    .section-services-col-textarea {
        height: 20rem;
    }

    .section-textarea {
        margin-top: 6rem;
        margin-bottom: 4rem;
    }

    .section-agiletire-container, .section-why-container {
        margin: 0 2rem 2rem 2rem;
    }

    .carousel-inner {
        width: 80%;
    }


    .iframe-style {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media (max-width: 61.96em) {

    .section-why-quote .h3-white-mont-500 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    .section-why-quote .section-textarea {
        margin: 1rem 4rem;
    }

    .section-why-quote i {
        display: inline-block;
    }
}
/*Less than 768px*/
@media (max-width: 48em) {

    .header-content {
        left: 20%;
        margin-right: 10rem;
    }

    .section-services-col-textarea {
        height: 24rem;
    }

    .section-news .carousel-inner {
        width: 100%;
    }

    .section-why-quote i {
        display: none;
    }

    .section-why-quote .h3-white-mont-500 {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .iframe-style {
        height: 40rem !important;
    }

    .iframe-style {
        margin: 0;
        margin-bottom: 6rem;
        margin-top: 2rem;
    }
}

/*Less than 576px*/
@media (max-width: 36em) {

    .header-content {
        left: 10%;
        margin-right: 6rem;
    }

    .body-content {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .body-content-bold {
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    .section-services-col-textarea {
        height: 20rem;
    }

    .section-textarea {
        margin: 4rem 3rem;
    }

    .section-agiletire-container {
        margin-bottom: 6rem;
    }

    .section-services-col {
        width: 100%;
    }

    .logos-wrapper {
        justify-content: start;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 5rem !important;
    }

    .section-why-quote hr {
        display: none;
    }

    .section-why-quote .h3-white-mont-500 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 400;
        margin-top: 0 !important;
    }

    .section-why-quote .section-textarea {
        margin: 1rem 1rem;
    }
}

@media (max-width: 28.25em) {
    .header-content {
        left: 5%;
        margin-right: 4rem;
    }

    .body-content-bold {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .h1-title {
        font-size: 3rem;
        line-height: 3rem;
    }

    .h1-title-white {
        font-size: 3rem;
        line-height: 4rem;
    }

    .iframe-style {
        margin: 0;
        margin-bottom: 6rem;
        padding-right: 3rem;
        padding-left: 4rem;
        height: 30rem !important;
    }
}
