/* Section Styles Import */
/* left-image --removed */
/* @import url(../../sections/left-image-right-text/left-image-right-text-style.css); */
@import url(../../sections/vehicles-grid/vehicles-grid-style.css);

/*^^^^^^^^^ CURRENT PAGE - STYLES {{START}} ^^^^^^^^^*/
.sozo-floating-box {
    width: 55%;
    margin-block: 6%;
}
.vehicles-grid .vehicles-grid-text-container .vehicles-grid-title {
    margin-inline: auto;
    /* color: white; */
    color: var(--secondary-color);
}
/* .left-image-right-text .background-cover-image-overlay {
    background-image: url("../../../images/thumbs/background-cover-overlay--car&plane.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.left-image-right-text .background-cover-solid-overlay {
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: overlay;
}

.left-image-right-text .background-cover-image-overlay,
.left-image-right-text .background-cover-solid-overlay {
    position: absolute;
    top: -15%;
    left: -3.25%;
    height: 130%;
    width: 106.45%;
    z-index: -1;
} */
/*^^^^^^^^^ CURRENT PAGE - STYLES {{END}} ^^^^^^^^^*/

/*^^^^^^^^^ GENERIC SECTIONS - CUSTOM STYLES {{START}} ^^^^^^^^^*/
/* Vehicles Grid Section - Styles {START} */
/*- Vehicles Grid || Texture-Overlay 1/1 -*/
.vehicles-grid {
    margin-top: 4%;
}
/* .vehicles-grid .texture-orange-parallelogram {
    position: absolute;
    inset: 0;
    min-height: 777px;
    width: 100%;
    z-index: -1;
} */
/* Vehicles Grid || Texture-Overlay 1/1 */
/*- Vehicles Grid Text Container -*/
.vehicles-grid .vehicles-grid-text-container {
    margin-top: 5.5%;
}
/* Vehicles Grid Text Container */
/*- Vehicles Grid Items Container -*/
.vehicles-grid
    .vehicles-grid-items-container
    .grid-item.vehicle-red-inverted_1
    .image-portion
    .vehicle-image {
    scale: -0.8 0.8;
    left: -5%;
    top: -1.5%;
}
.vehicles-grid
    .vehicles-grid-items-container
    .grid-item.vehicle-white-scaleddown_1
    .image-portion
    .vehicle-image {
    scale: 0.7;
    top: 2.5%;
}
.vehicles-grid
    .vehicles-grid-items-container
    .grid-item.vehicle-black-inverted_1
    .image-portion
    .vehicle-image {
    scale: -0.75 0.75;
    left: -10%;
}
/* Vehicles Grid Items Container */
/* Vehicles Grid Section - Styles {END} */
/* Left Image Right Text - Styles {START} */
/* .left-image-right-text {
    position: relative;
    margin-top: 8%;
} */
/* Left Image Right Text - Styles {END} */
/*^^^^^^^^^ GENERIC SECTIONS - CUSTOM STYLES {{END}} ^^^^^^^^^*/
