body {
    font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
	text-decoration:none;
	color: #7a7871;
}

p {
	font-size:16px;
}

.mini-text
{
	font-size:15px;
}

h1 , h2 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align:center;
  letter-spacing: 6px;

}

.detale {
		margin: 0 auto;
		max-width:800px;
}

.hero {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    background-color: #ffcc00;
}

.hero-container {
    display: flex;
    width: 100%;
    height: 100%;
}

.hero-left {
    background-color: #ffcc00;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-right {
    flex: 1;
    background: url('banner.png') no-repeat center center;
    background-size: cover;
}

.hero-logo {
    width: auto;
    max-width: 80%; 
    height: auto;
}

.hero-text {
    display: flex;
            flex-direction: row; 
        justify-content: center; 
    width: 100%;
    background-color: #333;
    padding: 10px 0;
    color: #b1adad;
	letter-spacing:3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero-text p {
    margin: 0 40px;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .hero {
        height: 200px; 
        background-color: #ffcc00; 
    }
    .hero-container {
        justify-content: center; 
    }
    .hero-right {
        display: none; 
    }
    .hero-text {
        flex-direction: row;
        justify-content: center;
        padding: 10px 0;
    }
    .hero-text p {
        margin: 0 25px; 
        font-size: 14px; 
    }
.hero-logo {
    max-width: 60%;
}
	
	
}



section {
    padding: 20px;
}

.oferta {
	background-color:#f5f5f5;
	padding: 20px 0px 50px 0px!important;
}
	

.oferta h2
{
	font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
	text-transform: uppercase;!important;
}

.oferta h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ffcc00;
    margin: 10px auto;
}

.car-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.car-details {
    padding: 10px;
	margin-bottom:10px;
}


.car-item {
	background-color:white;
    -webkit-box-shadow: 0px 13px 24px -21px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 13px 24px -21px rgba(0, 0, 0, 1);
box-shadow: 0px 13px 24px -21px rgba(0, 0, 0, 1);
    border-radius: 2px;
    overflow: hidden;
    width: 300px;
    text-align: center;
    transition: transform 0.2s;
}

.car-item:hover {
    transform: scale(1.05);
}

.car-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s;
}

.car-image:hover {
    transform: scale(1.1);
}


.car-hero{
    width: 100%;
    background-color: #ffcc00;	
}

.car-hero-logo{
    width: auto;
    max-width: 200px;
	padding:40px 0;
    height: auto;
}	

.car-model{
	text-align:center;
	width: 100%;
    color: white;
	background-color: #333;
    padding: 20px 0;
	margin: 0 auto!important;
}



.car-informacje {
    padding: 10px;
	margin-bottom:100px;
	margin-top:20px;
}



.car-opis {
	max-width:900px;
	margin:0 auto;
}

.price {
    font-weight: bold;
    color: red;
    font-size: 1.5em;
    margin: 10px 0;
}


#map {
    height: 300px;
    background-color: #f5f5f5;
    margin-top: 20px;
}


.contact-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffcc00;
    color: black;
	font-size:18px;
    padding: 80px 0;
    margin: 0px 0px!important;
}

.contact-info a {
	color: black;
	font-weight:800;
}

.contact-item {
    text-align: center;
}

.contact-item p {
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
    }

    .contact-item {
        margin-bottom: 50px;  
    }

    .contact-item:last-child {
        margin-bottom: 0;  
    }
}


.opinie {
    text-align: center;
    padding: 50px 20px;
}

.opinie h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.opinie h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #ffcc00;
    margin: 10px auto;
}

.opinie-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.opinia-item {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 2x;
    -webkit-box-shadow: 0px 13px 24px -21px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 13px 24px -21px rgba(0, 0, 0, 1);
	box-shadow: 0px 13px 24px -21px rgba(0, 0, 0, 1);
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    flex: 1 1 300px;
}

.opinia-item p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opinia-profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.opinia-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.opinia-profile h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.opinia-profile p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.mapa {
    text-align: center;
    padding: 0;
    position: relative;
		margin: 0px 0px!important;
}

.mapa-link {
    display: inline-block;
    position: relative;
    width: 100%;
}

.mapa-image, .mapa-image-mobile {
    width: 100%;
    display: block;
}

.mapa-image-mobile {
    display: none;
}

@media (max-width: 768px) {
    .mapa-image {
        display: none;
    }
    .mapa-image-mobile {
        display: block;
    }
}


.slick-prev, .slick-next {
            font-size: 0;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            border: none;
        }
		
.slick-prev {
            left: 10px;
            background: url('uploads/left-arrow.svg') no-repeat center;
            background-size: 20px;
        }
		
.slick-next {
            right: 10px;
            background: url('uploads/right-arrow.svg') no-repeat center;
            background-size: 20px;
        }


.slick-slide img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }
		
.slider {
            position: relative;
        }
		
.close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #e5b907;
            color: white;
            border: none;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            z-index: 1000;
            display: flex;
            justify-content: center;
            align-items: center;
        }

		
.car-opis {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
	margin-top:20px;
}

.car-param {
    flex: 1 1 25%;
    padding: 10px;
    box-sizing: border-box;
	text-align:center;
}

.param-name {
    font-size: 14px;
    font-weight: normal;
	margin:0 0!important;
}

.param-value {
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
}

.car-description {
    flex: 1 1 100%;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .car-param {
        flex: 1 1 100%;
    }
.oferta h2
{
	font-size: 26px;
}

.opinie h2 {
    font-size: 26px;
}	
	
	
}

.car-images .image-container {
    cursor: move;
}
