.pre-dir-right .contact-details .phone-number {
    color: var(--cream);
    font-size: 20px;
    font-weight: 400;
}
.pre-dir-right .contact-details .contact-icons img {
    width: 1.5rem;
}
.languages > li{
    color: var(--cream);
}
.languages > li.active{
    color: var(--dark-1);
}
.languages > li:not(:last-child) {
    border-right: 1px solid var(--cream);
    margin-right: 10px;
    padding-right: 10px;
}
.languages svg {
    width: 2rem;
    height: 2rem;
}
.languages li:hover {
    opacity: .7;
}
header {
    background-color: var(--green2);
}
.main-header {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
}
.main-header .logo {
    position: relative;
    width: 12rem;
    transform: translateY(-100px);
}
.menu-item {
    color: var(--cream);
    font-size: 20px;
    font-weight: 400;
    transition-duration: 150ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4,0,0.68,0.06);
}
.menu-item:not(:last-child) {
    margin-right: 35px;
}
.menu-item:hover {
    color: var(--primary);
}
.menu-canvas {
    font-size: 22px;
    font-weight: 400;
}
.menu-canvas:before {
    position: relative;
    top: 1px;
    content: '\e5d2';
    font-family: 'Material Symbols Outlined';
    margin-right: 5px;
}
.navlink {
    font-size: 18px;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@media (min-width: 1281px) {
    .menu-canvas {
        display: none;
    }
}
@media (max-width: 1280px) {
    .main-menu-content {
        display: none;
    }
}
@media (max-width: 820px) {
    .main-header .logo-shape {
        display: none;
    }
    .pre-dir-right .contact-details {
        background-image: none;
        padding: 0;
        margin-right: 2rem;
    }
    .pre-dir-right .contact-details .phone-number {
        color: var(--main-dark);
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .main-header .logo {
        width: 8rem;
    }
    .menu-canvas {
        font-size: 20px;
    }
    .main-header .contact-icons {
        margin-right: 10px;
    }
    .pre-dir-right .contact-details .phone-number {
        font-size: 18px;
    }
    .languages svg {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 604px) {
    .pre-dir-right {
        width: 100%;
        margin-top: 2rem;
    }
}
.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.menu a {
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
}
.menu a:not(:last-child) {
    margin-right: 2rem;
}
.menu a:hover {
    color: var(--blue);
    opacity: 0.8;
}
@media screen and ( max-width: 992px ){
    .menu a {
        font-size: .9375rem;
    }
    .menu a:not(:last-child) {
        margin-right: 1rem;
    }
}
/*
|--------------------------------------------------------------------------
| 🌿 Slider
|--------------------------------------------------------------------------
|
*/
.slider {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.slider-inner {
    max-width: 1400px;
    padding: 4rem 1rem;
    min-height: 725px;
}
.slide-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-content {
    max-width: 600px;
}
.slide-main-title {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: left;
    line-height: 1.2;
}
.slide-main-title span {
    font-size: 50px;
    display: inline-block;
}
.slide-main-title .note2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1.152;
}
.slide-description > p {
    font-size: 30px;
    line-height: 1.3;
}
.slide-more {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green2);
    color: var(--cream);
    font-size: 25px;
    font-weight: 400;
    width: fit-content;
    padding: 1.5rem 1.5rem;
}
@media screen and ( max-width: 1024px ){
}
@media screen and (max-width: 480px) {
    .slider-inner {
        min-height: auto;
    }
    .slider-content {
        background-color: rgba(0, 0, 0, .85);
        padding: 1rem;
        border: 1px solid var(--cream);
    }
    .slide-main-title {
        font-size: 30px;
    }
    .slide-description > p {
        font-size: 20px;
        max-width: 350px;
    }
}
/*
|--------------------------------------------------------------------------
| 🌿 Contact
|--------------------------------------------------------------------------
|
*/
.contact-us.style-2 {
    background-color: var(--main-dark);
    padding: 2.5rem 5rem;
}
.contact-us.style-2 .title {
    font-size: 26px;
    font-weight: 400;
}
.contact-us.style-2 .contact-details .phone {
    margin-right: 2rem;
    font-size: 26px;
    font-weight: 400;
}
.contact-us.style-2 .contact-details .email {
    font-size: 26px;
    font-weight: 400;
}
.contact-icons {
    flex-direction: column;
    margin-right: 1rem;
    transform: translateX(-100px);
}
.book-now > span {
    font-size: 32px;
}
.book-now > span + lord-icon {
    width: 50px;
    height: 50px;
}
.phone-number {
    color: var(--cream);
    font-size: 24px;
    letter-spacing: 0.05em;
}
/*
|--------------------------------------------------------------------------
| 🌿 Numbers
|--------------------------------------------------------------------------
|
*/
@media screen and ( max-width: 1024px ){
    .contact-us.style-2{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .contact-us.style-2 .title {
        font-size: 20px;
    }
    .contact-us.style-2 .contact-details.d__flex .phone,
    .contact-us.style-2 .contact-details.d__flex .email{
        font-size: 20px;
    }
}
@media screen and ( max-width: 820px ){
    .contact-us.style-2 .title {
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 480px ){
    .contact-us.style-2 .contact-details.d__flex .phone {
        margin-right: 1rem;
    }
}
@media screen and (max-width: 414px) {
    .contact-us.style-2 .contact-details.d__flex .phone {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2rem;
    }
}
.canvas__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.8125rem;
    color: #000;
    opacity: 1;
    padding: 1.25rem 1.25rem 0 1.25rem;
}
.canvas__close span {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.canvas__close span:hover {
    color: var(--color-1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.canvas__content {
    text-align: left;
}
.canvas__content h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.canvas__content > ul > li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.canvas__menu {
    border-bottom: 0.0625rem solid rgba(0,0,0,.2);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
a[class^="canvasfixed__"]{
    margin-top: 1rem;
    margin-left: -.375rem;
}
a[class^="canvasfixed__"]:hover {
    opacity: .8;
}
a[class^="canvasfixed__"] > span {
    background-color: var(--blue);
    color: var(--cream);
    font-size: 1.3125rem;
    border-radius: 50%;
    padding: 0.3rem;
    margin-right: 0.5rem;
}
a[class^="canvasfixed__"] .place {
    font-size: 1rem;
}
@media (max-width: 991px) {
	.canvas__menu .dropdown__menu > li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	.canvas__menu .drop__item > a {
		color: var(--blue);
		font-weight: 400;
		margin-bottom: 1rem;
		display: none;
	}
	.canvas__menu .dropdown__menu > li > a {
		font-weight: 400;
	}
	.canvas__menu .dropdown__menu .children {
		border-bottom: 0.00625rem solid rgba(0,0,0,.1);
		padding-bottom: 1.2rem;
		margin-top: 1rem;
	}
	.canvas__menu .dropdown__menu .children > li:not(:last-child) {
		margin-bottom: .5rem;
	}
}
.minicart-fs {
    padding-left: 20px;
    padding-right: 20px;
}
.canvas-header{
	padding: 24px 20px 0;
}
.canvas-header .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
}
.smart-close {
    position: relative;
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    border-width: 12px;
    border: 9px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.smart-close:before, .smart-close:after {
    background-color: #222;
}
.smart-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.smart-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.smart-close:before, .smart-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: #1b1b1b;
}
.smart-close:hover {
    opacity: .8;
}
.smart-close:hover:before, .smart-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
/*
|--------------------------------------------------------------------------
| 🤷‍♂️ About
|--------------------------------------------------------------------------
|
*/
.about-home {
    background-color: var(--dark-1);
    padding: 6rem 2rem;
}
.about-home-inner {
    max-width: 1440px;
    margin-inline: auto;
}
.about-home .image {
    flex-basis: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5%;
}
.about-home .image .note {
    position: absolute;
    top: 0;
    right: 2rem;
    background-color: var(--green);
    color: var(--cream);
    max-width: 150px;
    padding: 1rem 1rem;
    text-align: center;
    line-height: 1.4;
}
.about-home .content {
    color: var(--cream);
    flex-basis: 55%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-home .content .intro {
    font-size: 4rem;
    margin-bottom: 1rem;
    letter-spacing: 6px;
}
.about-home .content .intro-subtitle {
    font-size: 2.1rem;
    max-width: 580px;
    margin-bottom: 1rem;
}
.about-home .content .description {
    margin-bottom: 2rem;
    max-width: 800px;
}
.about-home .content .description p {
    font-size: 22px;
    font-weight: 300;
    max-width: 440px;
    line-height: 1.3;
}
.about-home .points {
    margin-bottom: 3rem;
}
.about-home .point:not(:last-child) {
    margin-right: 2rem;
}
.about-home .point .icon {
    width: 70px;
    height: 70px;
    background-color: var(--green);
    margin-right: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-home .point .icon lord-icon {
    width: 40px;
    height: 40px;
}
.a-more {
    margin-top: 20px;
    font-size: 18px;
    color: var(--primary);
    font-weight: 400;
    display: flex;
    align-items: center;
    opacity: .8;
    transition: opacity .3s ease-in-out;
}
.a-more:hover {
    opacity: 1;
}
.a-more:before {
    content: '\e9bd';
    font-family: 'Material Symbols Outlined';
    margin-right: 4px;
    position: relative;
    top: 1px;
}
@media only screen and (max-width: 1024px){
    .about-home .image {
        display: none;
    }
}
@media only screen and (max-width: 480px){
    .about-home .content .intro {
        font-size: 3rem;
    }
    .about-home .content .intro-subtitle {
        font-size: 1.6rem;
    }
    .about-home .content .description p {
        font-size: 18px;
    }
    .about-home .point:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}
/*
|
|--------------------------------------------------------------------------
| 🌿 Footer
|--------------------------------------------------------------------------
|
*/
.contact-us {
    background-color: var(--primary);
    color: var(
    --cream);
    padding: 5rem 1rem;
}
.contact-us h2 {
    font-size: 30px;
    font-weight: 400;
}
.company-info {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    font-size: 26px;
    font-weight: 400;
}
.company-info .phone img {
    width: 2rem;
    margin-right: 1rem;
}
.map {
    width: 100%;
    height: 37.5rem;
}
@media screen and (max-width: 480px){
    .map {
        height: 27.5rem;
    }
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
|
*/
.footer__node {
    background-color: #141414;
    color: var(--cream);
    padding: 6rem 1rem;
    margin-top: 0;
}
.footer__content {
    max-width: 80rem;
    margin: 0 auto;
}
.logo-footer {
    max-width: 200px;
}
.footer_about_text {
    max-width: 320px;
    color: #c9c9c9;
    font-size: 20px;
    line-height: 1.5;
}
.social-item {
    background-color: var(--green2);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-item lord-icon {
    width: 30px;
    height: 30px;
}
.f--title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 1.8125rem;
    letter-spacing: .025em;
}
.f--list ul li {
    color: #a0a0a7;
    font-size: 20px;
}
.f--list ul li:not(:last-child) {
    margin-bottom: .9375rem;
}
.f--list > ul > li > a:hover {
    opacity: .75;
}
footer .material-symbols-outlined {
    margin-right: 0.5rem;
}
.footer__box ul li:not(:last-child) {
    margin-bottom: .9375rem;
}
.social > li:not(:last-child) {
    margin-right: 1rem;
}
.footer__bottom {
    font-size: 17px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-top: .0625rem solid rgba(255,255,255,.1);
}
.footer__inner {
    max-width: 85rem;
}
.terms > li:not(:last-child) {
    margin-right: 1rem;
}
.copyright{
    font-size: 18px;
    line-height: 1.6;
}
.copyright a {
    font-weight: 400;
    color: var(--green);
    display: inline-block;
}
.footer-bg {
    background-image: url(../../front/images/backgrounds/errico.png);
    background-size: cover;
    background-position: center;
    padding: 6rem 1rem;
    color: var(--cream);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-bg-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
}
.footer-bg-inner h2 {
    font-size: 30px;
}
.footer-bg-inner p {
    font-size: 22px;
    max-width: 600px;
}
.btn--primary {
    background-color: var(--green2);
    font-size: 20px;
    padding: 1rem 1rem;
    text-align: center;
}
@media only screen and (max-width: 768px){
    .f--list {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 4rem;
    }
}
@media only screen and (max-width: 480px){
    .footer__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: .9375rem;
    }
    .footer__node {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .footer__social__media h2 {
        font-size: .9375rem;
    }
    .footer__box > h2 {
        font-size: .9375rem;
    }
    .footer__col__left ul li, .footer__box ul li {
        font-size: .875rem;
    }
    .copyright {
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .footer__bottom {
        padding-bottom: 8.5rem;
    }
}
.back-to-top {
    position: fixed;
    background-color: var(--cream);
    border: 1px solid rgba(0, 0, 0, 1);
    width: 3rem;
    height: 3rem;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    z-index: 25;
    cursor: pointer;
}
.back-to-top lord-icon{
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 480px){
    .back-to-top {
        width: 2.5rem;
        height: 2.5rem;
        bottom: 4rem;
    }
}
@media only screen and (min-width: 481px){
    .back-to-top {
        display: none;
    }
}
.cars-container {
    background-color: var(--green);
    background-image: url('../../front/images/backgrounds/pattern.png');
    background-size: cover;
    background-position: center;
    padding: 6rem 2rem;
}
.cars-items {
    max-width: 1440px;
}
.car-item {
    background-color: var(--dark-1);
    background-image: url('../../front/images/backgrounds/rectangle.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--cream);
    padding: 2rem 2rem;
}
.car-item .car-image {
    transition: transform 250ms ease-in-out;
}
.car-item:hover .car-image {
    transform: rotate3d(1, 1, 1, -3deg) translate(3px, 3px);
}
.car-title {
    font-size: 32px;
    margin-bottom: 2rem;
}
.car-price {
    font-size: 22px;
}
.car-price span {
    color: var(--green);
    font-size: 32px;
    font-weight: 400;
    margin-right: 10px;
}
.car-more {
    color: #e3e3e3;
    font-size: 18px;
}
.car-more:hover {
    color: var(--green);
}
/**
|--------------------------------------------------------------------------
| 🌿 Testimonial
|--------------------------------------------------------------------------
*/
.testimonial-slider {
    background-color: #121212;
}
.testimonial-slider .review {
    background-color: #1d1d1d;
    color: var(--cream);
    padding: 2rem 2rem;
}
.testimonial-slider .comment {
    color: #a39f9f;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.testimonial-slider .fullname {
    color: var(--cream);
    font-size: 20px;
    margin-bottom: .25rem;
}
.testimonial-slider .position {
    color: var(--green);
    font-size: 17px;
}
/**
|--------------------------------------------------------------------------
| 🌿 Book on WhatsApp
|--------------------------------------------------------------------------
*/
.book-now-whatsapp{
    background-color: var(--green2);
    padding: 2.5rem 2rem;
}
.book-now-whatsapp .inner-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.book-now-whatsapp .inner-content .title {
    font-size: 30px;
    font-weight: 400;
}
.whatsapp-button {
    color: var(--cream);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.whatsapp-button lord-icon {
    width: 80px;
    height: 80px;
}
/**
|--------------------------------------------------------------------------
| 🌿 Accordion
|--------------------------------------------------------------------------
*/
.accordion-item {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: var(--cream);
}
.accordion-item .accordion-question {
    padding: 2rem 0;
    cursor: pointer;
}
.accordion-item .accordion-question .title {
    font-size: 22px;
    font-weight: 400;
    flex: 1;
}
.accordion-item .accordion-question .icon {
    width: 35px;
    height: 35px;
    background-color: var(--primary);
    border-radius: 50%;
    color: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.2rem;
}
.accordion-question.d__space.Accordion__tab--open .icon{
    background-color: var(--main-red);
}
.accordion-item > .accordion-answer {
    font-size: 18px;
    color: #e9e8e8;
    line-height: 1.6;
}
.accordion-item > .accordion-question.Accordion__tab--open + .accordion-answer {
    padding-bottom: 2rem;
}
.accordion-button-right {
    color: var(--green2);
}
.accordion-question.d__space.Accordion__tab--open {
    color: var(--green);
}
.Accordion__tab__content {
    overflow: hidden;
    padding: 0 0;
    height: 100%;
    max-height: 0;
    transition: 0.4s ease all;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}