.car-container {
    overflow: hidden;
}

.img-container {
    display: flex;
    justify-content: center;
}

.car {
    width: 500px;
    height: auto;
    padding: 50px 0;
}

.map-container {
    overflow: hidden;
}

.two-rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5rem 25rem;
    gap: 7rem;
}

.navbar {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    align-items: center;
}

.carousel {
    position: relative;
    height: 430px;
    width: 80%;
    margin: 0 auto;
}

.fullcarousel {
    width: 50%;
}

.carousel-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-track-container {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-track {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 100%;
    transition: transform 250ms ease-in;
}

.carousel-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.carousel-btn-left {
    left: -40px;
}

.carousel-btn-right {
    right: -40px;
}

.carousel-btn img {
    width: 20px;
}

.desc {
    display: flex;
    align-items: center;
}

.controls {
    width: 1000px;
    height: auto;
    padding: 50px 0;
}

.controls-container {
    overflow: hidden;
}

.footer-item {
    color: #ffffff;
}

.footer-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    padding: 20px 0;
}
