/**********************************/
/************* BANNER *************/
/**********************************/

.hp-container {
    max-width: calc(100vw - 40px);
}

.main-banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.main-banner .tns-nav {
    background: transparent;
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    right: 0;
    padding: 0px 33px 0px 33px;
    gap: 50px;
    align-items: center;
    justify-content: center;
    z-index: 2;
    top: 0;
    margin: auto;
}

.main-banner .tns-nav button {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: white;
}

.main-banner .tns-nav button.tns-nav-active {
    width: 9px;
    height: 9px;
}

.main-banner .slider .slide {
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.main-banner .slider .slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;

}

.main-banner .slider .slide::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 0;
}

.main-banner .slider .slide .image.video {
    cursor: none;
}

.main-banner .video-button {
    position: fixed;
    display: none;
    height: 82px;
    width: 82px;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    background-color: var(--primary);
    /* mix-blend-mode: hard-light; */
    transition: none;
    cursor: none;
}

.main-banner .video-button.in {
    display: block;
    pointer-events: none;
    cursor: none;
}

.main-banner .video-button a {
    font-family: var(--font-family-2);
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 10px;
}

.main-banner .slider .slide .banner-content {
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 33%;
}

.main-banner .banner-content .banner-title-container h2 {

    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
    color: var(--white);
    max-width: 630px;
}

.main-banner .banner-content .banner-title-container h2 .button {
    display: inline-block;
    vertical-align: baseline;
    height: 100%;
    padding: 18px 30px;
}

.main-banner .banner-content .banner-title-container h2 .button span {
    position: relative;
    display: block;
    transition: var(--transition);
    width: 21px;
    height: 21px;
}

.main-banner .banner-content .banner-title-container h2 .button span::before {
    position: absolute;
    content: "";
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-repeat: no-repeat;
    background-color: var(--white);
    transition: var(--transition);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.main-banner .banner-content .banner-title-container h2 .button:hover span::before {
    transform: translate(5px, -5px);
}

.main-banner .simulator-container {

    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: absolute;
    border-radius: 68.5px;
    left: 0;
    right: 0;
    bottom: 11%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.main-banner .simulator-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 68.5px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
}

.main-banner .simulator-container .left-column,
.main-banner .simulator-container .right-column {
    z-index: 1;
    width: 100%;
}

.main-banner .simulator-container .left-column {
    width: 100%;
    max-width: 400px;
    text-align: left;
    padding: 52px 51px;
}

.main-banner .simulator-container .left-column h3 {

    font-family: var(--secondary-font-family);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: normal;
    color: var(--white);
    text-align: center;
    margin: 0;
}

.main-banner .simulator-container .right-column {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--transparent);
    padding: 41px 51px;
    border-radius: 0;
    flex-wrap: wrap;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.main-banner .simulator-container .right-column .container-input-plate,
.tire-section .slider-container .slide .container-input-plate,
.main-banner .simulator-container .right-column .container-input-kms {
    position: relative;
    width: 100%;
    max-width: 208px;
}

.main-banner .simulator-container .input-wrapper.not-filled {
    border: 1px solid var(--warning);
}

.main-banner .simulator-container .right-column .container-input-plate::after {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    pointer-events: none;
    margin-right: 25px;
    -webkit-mask-image: url(/assets/img/homepage/hp-simulator-car.svg);
    mask-image: url(/assets/img/homepage/hp-simulator-car.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--primary);
    width: 15px;
    height: 14px;
    z-index: 3;
}

.main-banner .simulator-container .right-column .container-input-kms::after {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    pointer-events: none;
    margin-right: 25px;
    -webkit-mask-image: url(/assets/img/homepage/hp-kms.svg);
    mask-image: url(/assets/img/homepage/hp-kms.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--primary);
    width: 19px;
    height: 15px;
    z-index: 3;
}

.main-banner .simulator-container .right-column .container-simulator-submit {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 209px;
}

.main-banner .simulator-container .right-column .container-simulator-submit .button::after {
    content: "";
    position: relative;
    display: block;
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    transition: var(--transition);
    border-radius: unset;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--white);
    width: 11px;
    height: 11px;
}

.main-banner .simulator-container .right-column .container-simulator-submit .button:hover::after {
    transform: translate(5px, -5px);
}

@media(max-width: 1456px) {
    .main-banner .slider .slide .banner-content {
        bottom: 40%;
    }
}

@media(max-width: 1276px) {
    .main-banner .slider .slide .banner-content {
        bottom: 40%;
    }
}

@media(max-width: 1236px) {
    .main-banner .slider .slide .banner-content {
        bottom: 45%;
    }
}

@media(max-width: 992px) {
    .main-banner .simulator-container .right-column .container-simulator-submit .button:hover::after {
        transform: none;
    }

    .main-banner .banner-content .banner-title-container h2 .button:hover span::before {
        transform: none;
    }
}

@media(max-width: 768px) {

    .main-banner .tns-nav {
        position: absolute;
        bottom: 0;
        top: auto;
        left: 0;
        padding: 21px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: end;
        z-index: 1;
    }

    .main-banner .slider .slide .banner-content {
        width: 100%;
        max-width: calc(100vw - 40px);
        bottom: 48%;
    }

    .main-banner .banner-content .banner-title-container h2 {
        font-size: 40px;
        max-width: 307px;
    }

    .main-banner .banner-content .banner-title-container h2 .button {
        padding: 10px 18px;
    }

    .main-banner .banner-content .banner-title-container h2 .button span {
        width: 13px;
        height: 13px;
    }

    .main-banner .simulator-container {
        display: flex;
        flex-direction: column;
        bottom: 7%;
        width: 100%;
        max-width: calc(100vw - 40px);
        border-radius: 20px;
    }

    .main-banner .simulator-container::before {
        border-radius: 18px
    }

    .main-banner .simulator-container .right-column .container-input-plate,
    .main-banner .simulator-container .right-column .container-input-kms {
        max-width: 100%;
    }

    .main-banner .simulator-container .right-column .container-input-plate input,
    .main-banner .simulator-container .right-column .container-input-kms input {
        padding: 13px 25px 13px 25px;
        font-size: 13px;
    }

    .main-banner .simulator-container .right-column .container-input-plate::after,
    .main-banner .simulator-container .right-column .container-input-kms::after {
        top: 15px;
    }

    .main-banner .simulator-container .left-column {
        padding: 12px 25px 16px 25px;
        border-right: 0;
        font-size: 13px;
    }

    .main-banner .simulator-container .left-column h3 {
        font-size: 22px;
    }

    .main-banner .simulator-container .right-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px 20px 20px;
        border: none;
    }

    .main-banner .simulator-container .right-column .container-input-plate::after {
        width: 15px;
        height: 14px;
        margin-right: 26px;
    }

    .main-banner .simulator-container .right-column .container-input-kms::after {
        width: 19px;
        height: 15px;
        margin-right: 23px;
    }

    .main-banner .simulator-container .right-column .container-simulator-submit {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        align-items: center;
    }

    .main-banner .simulator-container .right-column .container-simulator-submit .button {
        font-size: 14px;
        width: 100%;
        padding: 14px 63px 17px 63px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: inherit;
    }
}

@media(max-width: 600px) {
    .main-banner .simulator-container {
        bottom: 13%;
    }
}

/**********************************/
/******* SCHEDULE SECTION *********/
/**********************************/

.hp-slider-section {
    position: relative;
    width: 100%;
    margin: 150px auto 0;
    padding: 0;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

.hp-slider-section .left-container,
.hp-slider-section .right-container {
    width: 100%;
    position: relative;
}

.hp-slider-section .left-container {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.hp-slider-section .left-container h2 {
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
    max-width: 460px;
    width: 100%;
}

.hp-slider-section .left-container .schedule-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    max-width: 460px;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.hp-slider-section .left-container .schedule-container .date-picker-container,
.hp-slider-section .left-container .schedule-container .submit-button {
    max-width: 208px;
    width: 100%;
    font-size: 15px;
    border-radius: 27.5px;
    padding: 18px 24px 19px 24px;
    cursor: text;
}

.hp-slider-section .left-container .schedule-container .date-picker-container {
    background-color: var(--white);
    position: relative;
}

.hp-slider-section .left-container .schedule-container .date-picker-container input {
    position: relative;
    border: none;
    max-width: 100%;
    font-size: 15px;
    height: 100%;
    max-height: 55px;
    font-weight: normal;
    line-height: 1.47;
    color: var(--black);
    margin-top: 0;
    cursor: pointer;
}

.hp-slider-section .left-container .schedule-container .date-picker-container::before {
    content: "";
    position: absolute;
    top: -4px;
    right: 25px;
    bottom: 0;
    z-index: 2;
    margin: auto;
    font-size: 13px;
    transition: var(--transition);
    -webkit-mask-image: url(/assets/img/homepage/calendar.svg);
    mask-image: url(/assets/img/homepage/calendar.svg);
    background-color: var(--primary);
    width: 15px;
    height: 15px;
    pointer-events: none;
}

.hp-slider-section .left-container .schedule-container .hour-picker-wrapper {
    max-width: 208px;
    width: 100%;
    height: 54px;
    position: relative;
}

.hp-slider-section .left-container .schedule-container .hour-picker-wrapper .custom-select {
    border-radius: 27.5px;
    height: 100%;
    background-color: var(--white);
    transition: var(--transition);
    position: relative;
}

.hp-slider-section .left-container .schedule-container .hour-picker-wrapper .custom-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.hour-picker-wrapper .custom-select .options>div {
    padding: 5px 8px;
}

.hp-slider-section .custom-select .options-wrapper {
    top: 30px;
    border: none;
    padding-left: 16px;
    border-bottom-left-radius: 27.5px;
    border-bottom-right-radius: 27.5px;

}

.hp-slider-section .left-container .schedule-container .custom-select.open .options-wrapper {
    border: none;
    padding-top: 0px;
    top: 35px;
    padding-bottom: 5px;
}

.hp-slider-section .left-container .custom-select.has-reset .placeholder>div.reset::after {
    content: none;
}

.hp-slider-section .left-container .custom-select.has-reset .placeholder>div.reset {
    height: 15px;
    width: 15px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    content: "";
    top: 0;
    right: 25px;
    cursor: pointer;
}

.hp-slider-section .custom-select.has-reset .placeholder>div.reset::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: var(--transition);
    -webkit-mask-image: url(/assets/img/homepage/clock.svg);
    mask-image: url(/assets/img/homepage/clock.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    transform: rotate(0);
}

.hp-slider-section .left-container .schedule-container label {
    position: absolute;
    transition: var(--transition);
    top: 18px;
    left: 24px;
    font-size: 15px;
    z-index: 1;
    pointer-events: none;
}

.hp-slider-section .left-container .schedule-container .hour-picker-wrapper .custom-select.open+label {
    z-index: 2;
}

.hp-slider-section .left-container .schedule-container .hour-picker-wrapper .custom-select.has-reset.isSelected+label {
    top: -8px;
    font-size: 10px;
    color: white;
    background-color: var(--primary);
    padding: 1px 8px;
    border-radius: 27.5px;
    z-index: 1;
}

.hp-slider-section .left-container .schedule-container .hour-picker-wrapper .custom-select.has-reset.isSelected+label,
.hp-slider-section .left-container .schedule-container .hour-picker-wrapper .custom-select.has-reset.isSelected.open+label {
    top: -8px;
    font-size: 10px;
    color: white;
    background-color: var(--primary);
    padding: 1px 8px;
    border-radius: 27.5px;
    z-index: 2;
}

.hp-slider-section .left-container .schedule-container .submit-button-wrapper {
    max-width: 100%;
}

.hp-slider-section .left-container .schedule-container .submit-button-wrapper .button.arrow-right {
    padding: 20px 43px;
}

.hp-slider-section .right-container {
    display: flex;
    justify-content: center;
}

.hp-slider-section .left-container .schedule-container .submit-button-wrapper .button.arrow-right::after {
    content: "";
    position: relative;
    display: block;
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    transition: var(--transition);
    border-radius: unset;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--white);
    width: 11px;
    height: 11px;
}

.hp-slider-section .left-container .schedule-container .submit-button-wrapper .button.arrow-right:hover::after {
    transform: translateX(5px);
}

.hp-slider-section .right-container .slider-wrapper {
    width: 100%;
    max-width: 520px;
    margin-right: 30px;
    height: 100%;
    position: relative;
}

.hp-slider-section .right-container .slider-wrapper .slider .slide img {
    max-width: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
    height: 100%;
}

.hp-slider-section .right-container .slider-wrapper::before {
    content: "";
    position: absolute;
    border: 2px solid var(--primary);
    top: 30px;
    left: 20px;
    margin: auto;
    transition: var(--transition);
    width: 100%;
    max-width: calc(100% - 4px);
    height: 100%
}

.hp-slider-section .right-container .arrows {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-right: 40px;
    gap: 20px;
    pointer-events: auto;
}

.hp-slider-section .right-container .arrows .next:before,
.hp-slider-section .right-container .arrows .prev:before {
    content: "";
    position: relative;
    display: block;
    color: var(--primary);
    transition: var(--transition);
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--primary);
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.hp-slider-section .right-container .arrows .prev::before {
    transform: rotate(180deg);
}

.hp-slider-section .right-container .arrows .prev:hover::before {
    transform: rotate(180deg) translate(5px, -5px);
}

.hp-slider-section .right-container .arrows .next:hover::before {
    transform: translate(5px, -5px);
}

.hp-slider-section .right-container .slider-wrapper .slider:hover::before {
    top: -21.3px;
    left: -30px
}

.hp-slider-section .right-container .schedule-container .slider .slide {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1200px) {
    .hp-slider-section.hp-container {
        max-width: calc(100vw - 80px);
    }
}

@media(max-width: 992px) {
    .hp-slider-section {
        flex-direction: column;
        padding-block: 72px;
    }

    .hp-slider-section .left-container {
        align-items: center;
        justify-content: center;
    }

    .hp-slider-section .left-container h2 {
        margin: 0 auto 40px auto;
    }

    .right-container {
        flex-flow: column-reverse;
        align-items: center;
        gap: 60px;
    }

    /* .hp-slider-section .right-container .slider-wrapper {
        overflow-x: clip;
    } */
}

@media(max-width: 768px) {

    .hp-slider-section .left-container h2 {
        font-size: 46px;
        max-width: 265px;
    }

    .hp-slider-section .left-container .schedule-container .date-picker-container input {
        font-size: 13px;
    }


    .hp-slider-section .left-container .schedule-container {
        gap: 10px;
    }

    .hp-slider-section .left-container .schedule-container label {
        top: 14px;
    }

    .hp-slider-section .left-container .schedule-container .hour-picker-wrapper .custom-select {
        max-height: 45px;
    }

    .hp-slider-section .left-container .schedule-container .date-picker-container,
    .hp-slider-section .left-container .schedule-container .submit-button {
        max-width: 100%;
    }

    .hp-slider-section .left-container .schedule-container label {
        font-size: 13px;
    }

    .hp-slider-section .left-container .schedule-container .date-picker-container {
        padding: 13px 20px;
    }

    .hp-slider-section .left-container .button.arrow-right,
    .button.arrow-left {
        width: 100%;
        max-width: 100%;
    }

    .hp-slider-section .left-container .schedule-container .submit-button-wrapper .button.arrow-right {
        padding: 14px 23px;
    }

    .hp-slider-section .left-container .schedule-container .hour-picker-wrapper,
    .hp-slider-section .left-container .schedule-container .submit-button-wrapper {
        width: 100%;
        max-width: 100%;
        max-height: 45px;
    }

    .hp-slider-section .right-container .arrows {
        margin: 0 auto;
    }

    .hp-slider-section .right-container .slider-wrapper::before {
        top: 30px;
        left: 20px;
    }
}

@media(max-width: 500px) {

    .hp-slider-section .right-container .slider-wrapper::before {
        top: 20px;
        left: 10px;
    }

    .hp-slider-section .right-container .slider-wrapper::before {
        top: 30px;
        left: 20px;
        max-width: calc(100% - 4px);
    }

    .hp-slider-section .right-container .slider-wrapper {
        overflow-x: clip;
    }

    .hp-slider-section .right-container .slider-wrapper .tns-ovh {
        overflow: visible;
    }

    .main-banner .simulator-container .right-column .container-simulator-submit .button {
        padding: 14px 25px 17px 25px;
    }
}

@media(min-width: 1200px) {
    .hp-container {
        max-width: calc(100vw - 300px);
    }

    .hp-slider-section {
        gap: 60px;
    }
}

@media(min-width: 1700px) {
    .hp-container {
        max-width: 1700px;
    }

    .hp-slider-section .left-container {
        align-items: center;
    }

    .hp-slider-section .right-container {
        justify-content: start;
    }
}

/**********************************/
/********* TIRE SECTION ***********/
/**********************************/

.tire-section {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-block: 80px;
    margin-top: 185px;
}

/**********************************/
/*********** TIRE NAV *************/
/**********************************/

.tire-section .tire-simulator-wrapper .nav {
    margin: 0 auto;
    display: flex;
    padding: 0 22px 0 22px;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    max-width: 386px;
    justify-content: space-between;
}

.tire-section .tire-simulator-wrapper .nav::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white);
}

.tire-section .nav-controls.tns-nav-active {
    color: var(--primary);
}

.tire-section .nav-controls.tire-dimension,
.tire-section .nav-controls.car-plate {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    font-family: var(--secondary-font-family);
    transition: var(--transition);
}

/**********************************/
/******** TIRE DIMENSION **********/
/**********************************/

.tire-section {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-block: 80px;
    margin-top: 185px;
}

.tire-section>.img-container {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.tire-section>.img-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: black;
    opacity: 0.3;

}

.tire-section>.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tire-section .tire-simulator-wrapper .slider-container {
    width: 100%;
    margin: 0 auto;
}

.tire-section .tire-simulator-wrapper .slider-container .tns-ovh {
    overflow: visible;
    overflow-x: clip;
}

.tire-section .tire-simulator-wrapper h2 {
    margin: 0;
    margin-bottom: 35px;
    font-size: 40px;
    width: 100%;
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    color: var(--black);
    z-index: 1;
}

.tire-section .wheel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 94px;
    max-width: 100%;
    width: 100%;
    margin: 15px auto 0 auto;
}

.tire-section .wheel .main-wheel {
    position: relative;
    width: 100%;
    display: block;
    max-width: 280px;
    margin: 0 auto;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.tire-section .wheel .main-wheel::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 390px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    opacity: 1;
    margin: auto;
    display: block;
    background-image: url(/assets/img/homepage/hp-wheel.png);
    background-position: top;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: unset;
}

.tire-section .wheel .main-wheel .values-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 38px;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
    display: flex;
    justify-content: center;
}

.tire-section .wheel .main-wheel .values-container>* {
    font-size: 18px;
    font-weight: bold;
    font-family: var(--secondary-font-family);
    color: var(--gray);
    transition: var(--transition);
}

.tire-section .wheel .main-wheel .values-container .active {
    color: var(--primary);
}

.tire-section .wheel .main-wheel .values-container .width {
    transform: rotate(331deg) translate(-1px, -6px);

}

.tire-section .wheel .main-wheel .values-container .height {
    transform: rotate(343deg) translate(0px, -14px);

}

.tire-section .wheel .main-wheel .values-container .diameter {
    transform: rotate(0deg) translate(-4px, -14px);

}

.tire-section .wheel .main-wheel .values-container .load {
    transform: rotate(24deg) translate(-13px, -8px);

}

.tire-section .wheel .main-wheel .values-container .speed {
    transform: rotate(42deg) translate(-14px, 1px);

}

.tire-section .tire-simulator-wrapper .tire-simulator {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.tire-section .tire-simulator-wrapper .tire-simulator .custom-select-container {
    width: 100%;
    padding-block: 30px;
}

.tire-section .tire-simulator-wrapper .tire-simulator .custom-select-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 20px 20px;
    gap: 10px;
}

.tire-simulator .custom-select-container>* {
    max-width: 188px;
    width: 50%;
    height: 55px;
    position: relative;
}

.tire-simulator .custom-select-container label {
    position: absolute;
    transition: var(--transition);
    top: 18px;
    pointer-events: none;
    left: 24px;
    font-size: 15px;
    z-index: 1;
}

.tire-simulator .custom-select-container .custom-select.isSelected+label {
    top: -8px;
    font-size: 10px;
    color: white;
    background-color: var(--primary);
    padding: 1px 8px;
    border-radius: 27.5px;
    z-index: 1;
}

.tire-simulator .custom-select:not(.has-reset) .placeholder::before {
    right: 25px;
}

.tire-simulator .custom-select .options>div {
    padding: 5px 8px;
}

.tire-simulator .custom-select-container .custom-select.open+label {
    z-index: 2;
}

.tire-section .custom-select {
    height: 100%;
    border-radius: 27.5px;
    background-color: var(--white);
    transition: var(--transition);
}

.tire-section .custom-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tire-simulator .custom-select .placeholder,
.hour-picker-wrapper .custom-select .placeholder {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 15px;
    padding-inline: 25px;
    padding-block: 20px;
    cursor: pointer;
}

.tire-simulator .custom-select.open .placeholder {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tire-simulator .custom-select.open .placeholder .reset {
    opacity: 1;
    z-index: 0;
    cursor: pointer;
}

.tire-simulator .custom-select.has-reset .placeholder>div.reset {
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 13px;
    height: 7px;
    overflow: visible;
}

.tire-simulator .custom-select.has-reset.isSelected .placeholder>div.reset {
    top: 0px;
    right: 24px;
    width: 13px;
    height: 13px;
}

.tire-simulator .custom-select .options-wrapper {
    border: none;
    top: 20px;
    padding-left: 16px;
    border-bottom-left-radius: 27.5px;
    border-bottom-right-radius: 27.5px;
}

.tire-simulator .custom-select.open .options-wrapper {
    border: none;
    padding-top: 0px;
    top: 35px;
    padding-bottom: 5px;
    z-index: 1;
}

.tire-simulator .custom-select-container .custom-select.has-reset .placeholder>div.reset::before,
.tire-simulator .custom-select-container .custom-select.has-reset .placeholder>div.reset::after {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    content: "";
    transition: var(--transition);
    background-color: var(--primary);
    width: 8px;
    height: 2px;
    transition: var(--transition);
}

.tire-simulator .custom-select-container .custom-select.has-reset .placeholder>div.reset::before {
    transform: rotate(45deg);
    right: 2px;
    top: -8px;
}

.tire-simulator .custom-select-container .custom-select.has-reset .placeholder>div.reset::after {
    right: -8px;
    top: -8px;
    transform: rotate(-45deg);
}

.tire-simulator .custom-select-container .custom-select.has-reset.open .placeholder>div.reset::before {
    transform: rotate(-45deg);
}

.tire-simulator .custom-select-container .custom-select.has-reset.open .placeholder>div.reset::after {
    transform: rotate(45deg);
}

.tire-simulator .custom-select-container .custom-select.has-reset.isSelected .placeholder>div.reset::before {
    transition: var(--transition);
    right: 0px;
    width: 15px;
    top: 0px;
}

.tire-simulator .custom-select-container .custom-select.has-reset.isSelected .placeholder>div.reset::after {
    right: 4px;
    width: 15px;
    top: 0px;
}

.tire-simulator .custom-select.has-reset.isSelected.open .placeholder>div.reset::before {
    transform: rotate(45deg);
}

.tire-simulator .custom-select.has-reset.isSelected.open .placeholder>div.reset::after {
    transform: rotate(-45deg);
}

.tire-section .tire-simulator-wrapper .slider-container .tire-simulator-btn-container {
    margin: 0 auto;
    max-width: 386px;
}

.tire-section .tire-simulator-wrapper .slider-container .button.arrow-right {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

.tire-section .tire-simulator-wrapper .slider-container .button.arrow-right::after {
    content: "";
    position: relative;
    display: block;
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    transition: var(--transition);
    border-radius: unset;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--white);
    width: 11px;
    height: 11px;
}

@media (max-width: 992px) {
    .tire-section {
        align-items: center;
        padding-inline: 20px;
        margin: 75px auto 65px auto;
    }

    .tire-section .tire-simulator-wrapper {
        margin: 0;
    }
}

@media(max-width: 768px) {

    .tire-simulator .custom-select-container>* {
        width: 100%;
    }

    .tire-section .wheel .main-wheel .values-container {
        top: 40px;
    }

    .tire-section .tire-simulator-wrapper .tire-simulator .custom-select-container {
        padding-bottom: 10px;
    }

    .tire-section .tire-simulator-wrapper {
        justify-content: center;
        align-items: center;
    }

    .tire-section .tire-simulator-wrapper .tire-simulator {
        width: 100%;
        max-width: 100%;
    }

    .tire-simulator .custom-select .placeholder,
    .hour-picker-wrapper .custom-select .placeholder {
        padding-inline: 25px;
        padding-block: 16px;
        font-size: 13px;
    }

    .tire-simulator .custom-select-container>* {
        max-width: 100%;
        max-height: 45px;
    }

    .tire-simulator .custom-select-container label {
        top: 14px;
        pointer-events: none;
        font-size: 13px;
    }

    .tire-section .tire-simulator-wrapper .slider-container .tire-simulator-btn-container {
        max-width: calc(100% - 40px);
        padding: 0;
    }
}

@media(max-width: 500px) {

    .tire-section .wheel .main-wheel .values-container {
        top: 32px;
    }

    .tire-section .wheel .main-wheel {
        height: 120px;
    }

    .tire-simulator .custom-select-container>* {
        max-width: 100%;
    }

    .tire-section .tire-simulator-wrapper .slider-container .tire-simulator-btn-container {
        margin: 0 auto;
        max-width: 100%;
        padding: 0px 20px 20px;
    }

    .tire-section .tire-simulator-wrapper h2 {
        font-size: 28px;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .tire-section .nav-controls.tire-dimension,
    .tire-section .nav-controls.car-plate {
        font-size: 20px;
    }
}

@media(max-width: 450px) {

    .tire-section .wheel .main-wheel .values-container {
        top: 32px;
    }
}

@media(max-width: 375px) {

    .tire-section .wheel .main-wheel .values-container {
        top: 32px;
    }

    .tire-section .wheel {
        margin-top: 20px;
    }

    .tire-section .wheel .main-wheel .values-container .speed {
        transform: rotate(39deg) translate(-8px, -3px);
    }

    .tire-section .wheel .main-wheel .values-container .width {
        transform: rotate(329deg) translate(-4px, -6px);
    }
}


@media(min-width: 1700px) {
    .hp-container.content {
        max-width: 1700px;
        margin: 0 auto;
        width: 100%;
    }
}

/**********************************/
/******** TIRE CAR PLATE **********/
/**********************************/

.tire-section .slider-container .slide .car-plate-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: var(--transparent);
    justify-content: center;
    align-items: center;
    padding: 60px;
    border-radius: 27px;
}

.tire-section .tire-simulator-wrapper .slider-container .slide .car-plate-container .container-input-plate {
    margin: 0 auto;
    max-width: 386px;
    width: 100%;
}

.tire-section .tire-simulator-wrapper .slider-container .slide .car-plate-container .tire-simulator-btn-container {
    margin: 0 auto;
    max-width: 386px;
    width: 100%;
    padding: 0;
}

.tire-section .tire-simulator-wrapper .slider-container .tire-simulator-btn-container .car-plate-container {
    max-width: 100%;
    width: 100%;
}

.tire-section .slider-container .slide .container-input-plate {
    margin: 0 auto;
    max-width: 386px;
    width: 100%;
}

.tire-section .slider-container .slide .container-input-plate input {
    max-width: 100%;
    /* margin-top: 34px; */
}

.tire-section .slider-container .slide .container-input-plate label {
    top: 52px;
    left: 20px;
    transition: var(--transition);
    font-size: 15px;
}

.tire-section .slider-container .slide .container-input-plate input:focus+label,
.tire-section .slider-container .slide .container-input-plate input:focus-within+label,
.tire-section .form .input-wrapper.filled input:not(:focus)+label,
.tire-section .form .input-wrapper.filled input:not(:focus-within)+label {
    top: 26px;
    font-size: 10px;
    color: white;
    background-color: var(--primary);
    padding: 1px 8px;
    border-radius: 27.5px;
    z-index: 1;
}

.tire-section .slider-container .slide .container-input-plate input+label {
    top: 18px;
}

.tire-section .slider-container .slide .container-input-plate input:focus+label,
.tire-section .form .input-wrapper.filled input:not(:focus-within)+label {
    top: -6px;
}

@media(max-width: 768px) {
    .tire-section .slider-container .slide .container-input-plate input+label {
        font-size: 13px;
        top: 16px;
    }
}

@media (max-width: 500px) {
    .tire-section .tire-simulator-wrapper .slider-container .tire-simulator-btn-container {
        margin: 0 auto;
        max-width: 100%;
        padding: 0 20px;
    }

    .tire-section .tire-simulator-wrapper .slider-container .slide .car-plate-container .container-input-plate {
        padding: 0px;
    }

    .tire-section .slider-container .slide .container-input-plate label {
        left: 20px;
    }
}

/**********************************/
/****** MAINTENANCE SECTION *******/
/**********************************/

.hp-slider-section .left-container h2,
.hp-slider-section .left-container p {
    max-width: 470px;
}

.hp-slider-section .left-container h2 {
    font-family: var(--secondary-font-family);
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
    margin: 36px 0 33px;
}

.hp-slider-section .left-container p {
    margin: 0 auto 46px auto;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: var(--black);
}

.hp-slider-section .left-container .maintenance-container .button.arrow-right {
    width: fit-content;
    margin-left: 0;
}

.hp-slider-section .left-container .maintenance-container .button.arrow-right::after {
    content: "";
    position: relative;
    display: block;
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    transition: var(--transition);
    border-radius: unset;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--white);
    width: 11px;
    height: 11px;
}

.hp-slider-section .right-container {
    display: flex;
    justify-content: center;
}

.hp-slider-section .left-container .schedule-container .submit-button-wrapper .button.arrow-right::after {
    content: "";
    position: relative;
    display: block;
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    transition: var(--transition);
    border-radius: unset;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--white);
    width: 11px;
    height: 11px;
}

.hp-slider-section .left-container .schedule-container .submit-button-wrapper .button.arrow-right:hover::after {
    transform: translate(5px, -5px);
}

.hp-slider-section .right-container .slider-wrapper .slider-maintenance .slider .slide.tns-item {
    background-color: aqua;
}

.hp-slider-section .right-container .slider-wrapper .slider-schedule .slide img,
.hp-slider-section .right-container .slider-wrapper .slider-maintenance .slide img {
    max-width: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
    height: 100%;
}

/* .hp-slider-section .right-container .slider-wrapper:hover::before {
    top: -2px;
    left: -2px;
} */

.hp-slider-section .right-container .arrows {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-right: 40px;
    gap: 20px;
    pointer-events: auto;
}

.hp-slider-section .right-container .arrows .next:before,
.hp-slider-section .right-container .arrows .prev:before {
    content: "";
    position: relative;
    display: block;
    color: var(--primary);
    transition: var(--transition);
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--primary);
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.hp-slider-section .right-container .arrows .prev::before {
    transform: rotate(180deg);
}

.hp-slider-section .right-container .arrows .prev:hover::before {
    transform: rotate(180deg) translate(5px, -5px);
}

.hp-slider-section .right-container .arrows .next:hover::before {
    transform: translate(5px, -5px);
}

.hp-slider-section .right-container .slider-wrapper .slider:hover::before {
    top: -21.3px;
    left: -30px
}

.hp-slider-section .right-container .schedule-container .slider .slide {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media(max-width: 992px) {
    .hp-slider-section {
        flex-direction: column;
        padding: 0px;
        margin: 75px auto 65px auto;
    }

    .hp-slider-section .left-container {
        align-items: center;
        justify-content: center;
    }

    .hp-slider-section .left-container h2 {
        margin: 0 auto 35px auto;
    }

    .right-container {
        flex-flow: column-reverse;
        align-items: center;
        gap: 60px;
    }

    .hp-slider-section .right-container .slider-wrapper:hover::before {
        top: 30px;
        left: 20px;
        max-width: calc(100% - 4px);
    }

    .hp-slider-section .right-container .arrows .prev:hover::before {
        transform: rotate(180deg);
    }

    .hp-slider-section .left-container .schedule-container .submit-button-wrapper .button.arrow-right:hover::after {
        transform: none;
    }

    .hp-slider-section .right-container .arrows .next:hover::before {
        transform: none;
    }
}

@media(max-width: 768px) {

    .hp-slider-section .right-container .slider-wrapper {
        margin-right: 20px;
    }

    .hp-slider-section .right-container .slider-wrapper:hover::before {
        max-width: calc(100% - 4px);
    }

    .hp-slider-section .right-container .slider-wrapper .slider-schedule .slide img,
    .hp-slider-section .right-container .slider-wrapper .slider-maintenance .slide img {
        max-width: 100%;
    }

    .hp-slider-section.hp-container {
        max-width: calc(100vw - 40px);
    }

    .hp-slider-section .left-container h2 {
        font-size: 46px;
        max-width: 265px;
    }

    .hp-slider-section .left-container p {
        font-size: 16px;
    }

    .hp-slider-section .right-container .arrows {
        margin: 0 auto;
    }

    .hp-slider-section .left-container .maintenance-container .button.arrow-right {
        padding: 15px 20px;
    }

    .hp-slider-section .right-container .arrows .next:before,
    .hp-slider-section .right-container .arrows .prev:before {
        width: 21px;
        height: 21px;
    }
}

@media(max-width: 500px) {

    .hp-slider-section .right-container .slider-wrapper {
        margin-right: 0px;
    }

    .hp-slider-section .right-container .slider-wrapper::before {
        max-width: calc(100% - 24px);
    }

    .hp-slider-section .right-container .slider-wrapper:hover::before {
        max-width: calc(100% - 24px);
    }

    .hp-slider-section .right-container .slider-wrapper .slider-schedule .slide img,
    .hp-slider-section .right-container .slider-wrapper .slider-maintenance .slide img {
        max-width: 100%;
        padding-right: 20px;
    }

    .hp-slider-section .right-container .slider-wrapper .tns-ovh {
        overflow: visible;
    }

    .main-banner .simulator-container .right-column .container-simulator-submit .button {
        padding: 14px 25px 17px 25px;
    }
}

@media(min-width: 1200px) {
    .hp-container {
        max-width: calc(100vw - 300px);
    }

    .hp-slider-section {
        gap: 60px;
        align-items: flex-start;
    }
}

@media(min-width: 1700px) {
    .hp-container {
        max-width: 1700px;
        margin: 150px auto 0;
    }

    .hp-slider-section .left-container {
        align-items: center;
    }

    .hp-slider-section .right-container {
        justify-content: start;
    }
}

/**********************************/
/******** SERVICE SLIDER **********/
/**********************************/

.services-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    margin-top: 150px;
}

.services-section::before {
    content: "";
    width: 100%;
    height: 60vw;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(33, 33, 33, 0.6335127801120448) 72%, rgba(33, 33, 33, 0.9388349089635855) 83%, rgba(33, 33, 33, 1) 87%, rgba(33, 33, 33, 1) 100%);
}

.services-section .hp-container {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 360px;
}

.services-section .img-container {
    position: relative;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.services-section .img-container img {
    width: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 1;
}

.services-section .services-content-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    position: relative;
    gap: 120px;
    width: 100%;
    z-index: 2;
    padding-bottom: 120px;
    background-color: var(--black);
}

.services-section h2 {
    margin-bottom: 35px;
    font-family: var(--secondary-font-family);
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: var(--white);
}

.services-section .text-container {
    max-width: 1000px;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: auto auto 10%;
    height: fit-content;
    z-index: 2;
}

.services-section .text-container p {
    margin: 0;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    color: var(--white);
}

.services-section .slider-container {
    width: 100%;
    max-width: 970px;
    position: relative;
}

.services-section .slider-container:hover {
    overflow: visible;
    z-index: 0;
}

.services-section .slider-container .slide-container {
    display: flex;
    padding: 9px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 180px;
    transition: var(--transition);
}

.services-section .slider-container .slide-container a {
    display: inline-block;
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.services-section .slider-container .slide-container a img {
    height: 75px;
}

.services-section .slider-container .slide-container a span:first-of-type {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 73px;
    height: 75px;
    margin: 0 auto;
    display: block;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: var(--primary);
    pointer-events: none;
}

.services-section .slider-container .slide-container a span:last-of-type {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    pointer-events: none;
    font-weight: 300;
    transition: var(--transition);
}

.services-section .slider-container .slide-container a:hover span:last-of-type {
    transform: scale(1.05);
}

.services-section .slider-container .slide-container span {
    font-family: var(--secondary-font-family);
    font-size: 24px;
    line-height: 1.25;
    margin-top: 34px;
    text-align: center;
    color: var(--white);
}

.services-section .slider-container .slide-container > span {
    display: inline-block;
    width: 100%;
}

.services-section .arrows {
    margin: 0 auto;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 42px;
    top: 50px;
    right: 0;
    left: 0;
    max-width: calc(1180px - 40px);
    z-index: 1;
    pointer-events: none;
}


.services-section .arrows .prev::before,
.services-section .arrows .next::before,
.slider-arrows .prev::before,
.silder-arrows .next::before {
    content: "";
    position: relative;
    display: block;
    color: var(--primary);
    transition: var(--transition);
    -webkit-mask-image: url(/assets/img/services-slider/arrow.svg);
    mask-image: url(/assets/img/services-slider/arrow.svg);
    transform: rotate(180deg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    opacity: 0.15;
    background-color: var(--white);
    cursor: pointer;
    width: 25px;
    height: 42px;
}

.services-section .arrows .prev ,
.services-section .arrows .next {
    z-index: 0;
    pointer-events: all
}

.services-section .arrows .next::before {
    transform: rotate(0deg);
}

.services-section .arrows .next:hover::before {
    transform: translateX(5px);
}

.services-section .arrows .prev:hover::before {
    transform: rotate(180deg) translateX(5px);
}

.services-section .submit-button-wrapper .button.arrow-right::after {
    content: "";
    position: relative;
    display: block;
    -webkit-mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    mask-image: url(/assets/img/homepage/up-right-arrow.svg);
    transition: var(--transition);
    border-radius: unset;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--white);
    width: 11px;
    height: 11px;
}

@media(max-width: 1700px) {
    .services-section .hp-container.content {
        margin: 0 auto;
    }
}

@media(max-width: 1200px) {
    .services-section .arrows {
        max-width: calc(100% - 40px);      
    }
}

@media(max-width: 992px) {

    .services-section {
        margin: 75px auto 0 auto;
    }

    .services-section .text-container {
        margin: auto auto 4%;
    }

    .services-section .slider-container .slide-container img:hover {
        transform: none;
    }

    .services-section .slider-container .slide-container a:hover span:last-of-type {
        transform: scale(1);
    }


    .services-section .arrows .prev:hover::before {
        transform: rotate(180deg);
    }

    .services-section .arrows .next:hover::before {
        transform: none;
    }
}

@media(max-width: 768px) {

    .services-section .submit-button-wrapper {
        margin-top: 0;
        order: 3;
    }

    .services-section .slider-container {
        order: 1;
    }

    .services-section h2 {
        margin-top: 120px;
        margin-bottom: 35px;
        font-family: var(--secondary-font-family);
        font-size: 46px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        color: var(--white);
    }

    .services-section .text-container {
        margin: 0 auto auto;
        z-index: 0;
    }

    .services-section .text-container p {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .services-section .services-content-container {
        padding-block: 60px;
        gap: 50px;
    }

    .services-section .slider-container .slide-container span {
        font-size: 20px;
    }

    .services-section .arrows {
        position: relative;
        top: 0px;
        justify-content: center;
        gap: 30px;
        order: 2;
    }

    .services-section .submit-button-wrapper .button.arrow-right {
        padding: 15px 20px;
    }

    .services-section .arrows .prev::before,
    .services-section .arrows .next::before,
    .slider-arrows .prev::before,
    .silder-arrows .next::before {
        width: 15px;
        height: 21px;
    }
}

@media(max-width: 500px) {
    .services-section .services-content-container {
        padding: 20px 20px 100px;
    }
}

@media (max-width: 400px) {
    .services-section .services-content-container {
        padding: 60px 20px 60px;
    }
}

/**********************************************/
/************** HP BLOG SECTION ***************/
/**********************************************/

.hp-blog {
    position: relative;
    margin: 150px auto 0 auto;
    padding: 0px;
}

.hp-blog .container-blog>.top-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    display: flex;
    margin-bottom: 40px;
    margin-top: -9px;
    align-items: baseline;
    justify-content: space-between;
}

.hp-blog .container-blog>.top-container>h2 {
    font-family: var(--secondary-font-family);
    font-size: 60.5px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin: 0;
    color: var(--black);
}

.hp-blog .container-blog>.top-container>.more-articles-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.hp-blog .container-blog>div:first-of-type a {
    font-family: var(--secondary-font-family);
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    top: -5px;
    position: relative;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
}

.hp-blog .container-blog>div:first-of-type a>span {
    display: inline-block;
    position: relative;
    bottom: -3px;
    margin-left: 11px;
    width: 11px;
    height: 11px;
    -webkit-mask-image: url("/assets/img/homepage/up-right-arrow.svg");
    mask-image: url("/assets/img/up-right-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    transition: var(--transition);
}

.hp-blog .container-blog>div:first-of-type a:hover>span {
    transform: translate(5px, -5px);
}

.hp-blog .container-blog {
    max-width: calc(100vw - 300px);
    margin: 140px auto 0px auto;
}

.hp-blog .container-blog .content-blog {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.hp-blog .container-blog .blog {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 20px);
}


.hp-blog .container-blog .blog .img-blog {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    max-width: 540px;
    height: auto;
    transition: var(--transition);
}

.hp-blog .container-blog .blog .img-blog img {
    width: 100%;
    transition: var(--transition);
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9.65;
}

.hp-blog .container-blog .blog .img-blog a {
    overflow: hidden;
}

.hp-blog .container-blog .blog .img-blog a img:hover {
    transform: scale(1.05);
}

.hp-blog .container-blog .blog .mid-content {
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 15px;
    gap: 19px;
}

.hp-blog .container-blog .blog .mid-content .tag-blog,
.hp-blog .container-blog .blog .mid-content .date-blog {
    font-family: var(--secondary-font-family);
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    color: var(--gray);
}

.hp-blog .container-blog .blog .mid-content .tag-blog {
    color: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
    transition: var(--transition);
}

.hp-blog .container-blog .blog .mid-content .tag-blog a {
    color: var(--primary);

}

.hp-blog .container-blog .blog .mid-content .tag-blog a:hover {
    color: var(--black);

}

.hp-blog .container-blog .blog .mid-content .tag-blog:hover {
    color: var(--black);
}

.hp-blog .container-blog .blog>a {
    margin-top: 15px;
    font-family: var(--secondary-font-family);
    font-size: 35.5px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    text-align: left;
    color: #212121;
}

.hp-blog .container-blog .blog>a.button {
    margin-top: 30px;
    width: 100%;
}

@media(max-width: 1200px) {
    .hp-blog .container-blog {
        max-width: calc(100vw - 80px);
        margin: 140px auto 0px auto;
    }
}

@media(max-width: 992px) {

    .hp-blog {
        margin: 75px auto 65px auto;
    }

    .hp-blog .container-blog>div:first-of-type a:hover>span {
        transform: none;
    }

    .hp-blog .container-blog .blog .mid-content .tag-blog a:hover {
        color: var(--primary);

    }

    .hp-blog .container-blog .blog .img-blog:hover a img {
        transform: none;
    }
}

@media (max-width: 768px) {

    .hp-blog {
        position: relative;
        margin: 75px auto 100px auto;
        padding: 0px;
    }

    .hp-blog .container-blog>.top-container {
        max-width: 540px;
        align-items: center;
    }

    .hp-blog .container-blog>div:first-of-type h2 {
        font-size: 35px;
    }

    .hp-blog .container-blog {
        max-width: calc(100vw - 80px);
        margin: 75px auto 100px auto;
    }

    .hp-blog .container-blog .content-blog {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .hp-blog .container-blog>a {
        font-size: 0.75rem;
        margin-bottom: 32px;
    }

    .hp-blog .container-blog .blog {
        width: 100%;
    }

    .hp-blog .container-blog .blog>a {
        font-size: 24px;
    }

    .hp-blog .container-blog>a>span {
        width: 17px;
        height: 14px;
        margin-left: 16px;
    }

    .hp-blog .container-blog .blog .mid-content {
        margin-top: 20px;
    }

    .hp-blog .container-blog .blog .mid-content .tag-blog,
    .hp-blog .container-blog .blog .mid-content .date-blog {
        font-size: 13px;
        letter-spacing: 0.55px;
    }

    .hp-blog .container-blog .blog>p {
        font-size: 1.5rem;
        line-height: 1.42;
        margin: 20px 0 0 0;
        padding: 0;
    }

    .hp-blog .container-blog .blog>a.button {
        margin-top: 20px;
        width: 100%;
    }

    .hp-blog .container-blog .blog>a {
        margin: 10px 0 auto 0;
    }
}

@media(min-width: 1700px) {

    .services-section .hp-container.content,
    .hp-blog.hp-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .hp-slider-section .left-container {
        align-items: center;
    }

    .hp-slider-section .right-container {
        justify-content: start;
    }
}

@media(min-width: 1200px) {
    .services-section .hp-container.content {
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .hp-slider-section .left-container {
        align-items: left;
    }

    .hp-slider-section .right-container {
        justify-content: start;
    }
}

/* styles made for safari only, so that the wheel behaves equally on all browsers */

.tire-section .wheel .main-wheel.safari::before {
    top: 200px;
}

@media(max-width: 450px) {
    .tire-section .wheel .main-wheel.safari .values-container {
        top: 45px;
    }
}