.hero-section {
    position: relative;
    padding-bottom: 10rem;
	margin-top: 5rem;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-wrapper {
    display: flex;
    align-items: baseline;
    padding: 2rem 0;
    justify-content: space-between;
}

.hero-wrapper h1 {
    font-size: 6rem !important;
    color: white;
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: normal !important;
}

.hero-wrapper img {
    width: 300px;
}

img.img-fluid.logo-auto {
    margin: 0 auto;
    display: block;
}

section.luxury {
    background: #111219;
    padding-bottom: 5rem;
}

section.luxury-plus {
    background: #07080c;
}

section.luxury .title h2 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
}

section.luxury .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-bottom: 2rem;
    background: white;
}

section.luxury .title p {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 100;
}

.car-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 0;
}

.car-info h2 {
    color: white !important;
    font-size: 3rem;
}

.car-info p {
    color: white;
    margin: 0;
    font-size: 1rem;
}

.car-info p {
    color: white;
    margin: 0;
    font-size: 24px;
    margin-bottom: 10px;
}

.car-info p.text-blue {
    color: #84b0e1;
    font-weight: bold;
}

.car-description p {
    color: white;
    font-size: 24px;
}
.car-description {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.info-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 2rem 0;
}

.info-boxes .box img {
    height: 50px;
}

.info-boxes .box {
    padding: 2rem 10px;
    border: 2px solid #84b0e1;
    border-radius: 20px;
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.info-boxes .box h3 {
    color: #84b0e1;
    font-weight: bold;
    font-size: 22px;
}

.info-boxes .box p {
    color: white;
}

.pricing p {
    color: white;
}
.pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    position: relative;
    margin-top: 2rem;
}

p.old-price, p.price {
    font-size: 3rem;
    margin: 0;
}

p.old-price {
    color: #374349;
}

p.price-mkd {
    font-size: 23px;
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 0;
}

.price-title {
    margin: 20px 0;
	z-index: 9;
	background: #111219;
}

.pricing::before {
    content: "";
    width: 40%;
    height: 5px;
    background: white;
    left: 0;
    top: 41%;
    display: block;
    position: absolute;
}

.pricing::after {
    content: "";
    width: 40%;
    height: 5px;
    background: white;
    right: 0;
    top: 41%;
    display: block;
    position: absolute;
}

section.footer {
    background: #07080c;
    border-bottom: 10px solid #84b0e1;
}

.footer-description {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-description p {
    color: white;
    font-size: 3rem;
    line-height: 1.2;
}

.footer-description p span {
    color: #84b0e1;
}

.footer-description p.subtext {
    font-size: 26px;
}

.cta-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
	gap: 2rem;
}

.cta-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #84b0e1;
    padding: 5px 2rem;
    border-radius: 30px;
    font-size: 2rem;
    text-decoration: none;
    color: white;
}

.cta-button a img {
    height: 40px;
}

.guarantee {
	text-align: center;
}

.guarantee h2, .guarantee p {
	color: white !important;
}

@media screen and (max-width: 1336px) {
	
	.hero-wrapper h1 {
		font-size: 4rem !important;
	}

	.info-boxes .box {
		width: 33%;
	}

}

@media screen and (max-width: 767px) {
    .hero-wrapper {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hero-wrapper h1 {
        font-size: 3rem !important;
    }
    img.img-fluid.logo-auto {
        margin-top: 4rem;
    }

    section.luxury .title h2 {
        font-size: 2rem;
    }
    
    section.luxury .title p {
        font-size: 1.3rem;
    }

    .car-info p.text-blue {
        padding: 0 15px;
    }

    .car-description {
        width: 100%;
        margin-top: 2rem;
    }

    .info-boxes {
        flex-direction: column;
        padding: 2rem 20px;
        gap: 20px;
    }

    .info-boxes .box {
        width: 100%;
    }

    .pricing::before, .pricing::after {
        width: 20%;
    }

    .footer-description {
        text-align: center;
    }

    .footer-description p {
        font-size: 2rem;
    }

    .footer-description p.subtext {
        margin-top: 2rem;
        font-size: 20px;
    }

    .cta-button {
        padding-top: 2rem;
		flex-direction: column;
    }
}