@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
}

h2 {
	margin: 1.5rem 0;
}
h3 {
	margin: 1.5rem 0;
}

h4 {
	width: fit-content;
}

p {
	margin: 1rem 0;
}

ul {
	/* list-style: none; */
	width: fit-content;
}
li {
	width: fit-content;
}

th,
td {
	color: white;
	padding: 0 1rem;
}

iframe {
	width: 100%;
	margin: 2rem 0 0 0;
}

.container {
	width: 80%;
	margin: auto;
	padding: 4rem 0rem;
}

.container2 {
	width: 95%;
	margin: auto;
	padding: 4rem 0rem;
}

.bold {
	font-weight: 800;
	font-size: 1.3rem;
}

button {
	cursor: pointer;
}
/* HEADER */

.header-section {
	display: flex;
	align-items: center;
	color: white;
	background-image: url(imgs/369060999_n2.webp);

	background-repeat: no-repeat;
	background-position: center;
	height: 45rem;
}

.heading-container {
	font-size: 1.5rem;
	background-color: rgba(0, 0, 0, 0.445);
	width: 36rem;
	padding: 2rem 2rem;
	height: fit-content;
}
.header-section .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-section .container img {
	height: 23rem;
	background-color: #0000007e;
	padding: 1rem;
}

.heading-container h2 {
	font-weight: bold;
}

table {
	font-size: 1.2rem;
	margin: auto;
}

tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.445);
}

/* STRENGHTS */

.strengths-section .container2 {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.strength-div {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 0.5rem;
}

.strength-div img {
	height: 4rem;
}

.strength-div div {
	width: 70%;
}

/* ABOUT US */

.about-us-section {
	background-color: rgb(36, 36, 36);
	color: rgb(235, 235, 235);
	display: flex;
}

.about-us-logo-div {
	width: 100%;
	background-color: (36, 36, 36);
}

.about-us-section h2 {
	font-size: 1.5rem;
}

.about-us-section img {
	filter: invert(100%);
	height: 2rem;
}

.about-us-logo-div {
	display: flex;
	align-items: center;
	justify-content: center;
}
#about-us-logo {
	height: 20rem;
}

/* PRICES SECTION */

.prices-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: rgb(227, 227, 227);
}

.prices-section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.prices-section h2 {
	font-size: 1.5rem;
}

.service-div {
	width: 100%;
	margin: 0 0 4rem 0rem;
	color: rgb(227, 227, 227);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
}

.service-div:nth-child(even) {
	background-color: #17a2b8;
	/* background-color: rgb(25, 25, 25); */
}
.service-div:nth-child(odd) {
	background-color: rgb(6, 6, 6);
}

.service-div h3 {
	font-size: 28px;
	display: inline;
}
.services h4 {
	margin-top: 1rem;
}

.services {
	width: fit-content;
}

.service-div__div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 10rem;
	flex-direction: row;
}

.service-info-div {
	padding: 2rem 4rem;
	width: 40%;
}

.service-info-div ul {
	margin: 1rem 0;
}

.service-info-div h4 {
	margin-top: 1rem;
}

.service-div__div div ul {
	position: relative;
	left: 2rem;
}

.price-div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	gap: 1rem;
	width: 25%;
	transition: all 0.3s;
}

.price-div:hover {
	font-size: 1.6rem;
}

.price-div1 {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
		url(imgs/Cleaning-Carwash.webp);
	background-size: 150%;
	background-repeat: no-repeat;
	background-color: rgb(6, 6, 6);
}
.price-div2 {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
		url(imgs/Beautiful-Car-Interior.webp);
	background-color: rgb(25, 25, 25);
	background-size: 150%;
	background-repeat: no-repeat;
}
.price-div25 {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
		url(imgs/retuse.webp);
	background-position: 20% 75%;
	background-size: 150%;
	background-repeat: no-repeat;
	background-color: rgb(6, 6, 6);
}
.price-div3 {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
		url(imgs/Selective_Focus_Car_Headlight.webp);
	background-position: 20% 75%;
	background-size: 150%;
	background-repeat: no-repeat;
	background-color: rgb(6, 6, 6);
}
.price-div4 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)),
		url(imgs/Car-Care-Process.webp);
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: rgb(25, 25, 25);
}
.price-div5 {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
		url(/imgs/tepovani.webp);
	background-size: 150%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgb(6, 6, 6);
}
.price-div6 {
	/* keramika */
	background: url(imgs/ADS_-_AYICON_V4-_1c-optimized.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.price-div7 {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)),
		url(imgs/Gray\ black\ engine.webp);
	background-size: 150%;
	background-repeat: no-repeat;
	background-color: rgb(6, 6, 6);
}
.price-div8 {
	background: url(imgs/sedaci-souprava2.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgb(6, 6, 6);
}
.price-div9 {
	/* keramika */
	background: url(imgs/ADS_-_Hybrid_Plus_-_1c-optimized.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.price-div10 {
	/* keramika */
	background: url(imgs/ADS_-_AVP_-_1c-optimized.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.price-div11 {
	/* keramika */
	background: url(imgs/ADS_-_NGC_Plus_-_1c.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.price-div12 {
	/* keramika */
	background: url(imgs/ADS_-_Wheel_Plus_-_1c-optimized.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.price-div13 {
	/* keramika */
	background: url(imgs/ADS_-_Repel_-_2__1_-optimized.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.price-div14 {
	/* keramika */
	background: url(imgs/ADS_-_Window_Plus_-_1c-optimized.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.price-div16 {
	/* keramika */
	background: url(imgs/ADS_-_Interior_-_1c-optimized.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.reserve-btn {
	text-decoration: none;
	/* background-color: rgb(59, 59, 176); */
	background-color: #17a2b8;
	color: rgb(235, 235, 235);
	border: none;
	width: fit-content;
	text-align: center;
	font-size: 1.5rem;
	padding: 1rem 1.5rem;
	cursor: pointer;
}

.services {
	display: flex;
	gap: 10%;
}

table {
	font-size: 1.2rem;
	margin: 1rem auto;
}

.pog {
	padding: 1rem;
}

tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.25);
}

.service-info-div-table {
	padding: 2rem 4rem;
	width: 100%;
	border: 1px solid red;
}

/* PARTNERS */

.partner-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.partners-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.partners-subcontainer {
	display: flex;
	gap: 2rem;
}

/* BRANDS */
.brands {
	background-color: rgb(11, 11, 11);
	color: white;
}
.brands .container h2 {
	text-align: center;
}
.brand-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.brand {
	height: 10rem;
	width: auto;
}
.artdeshine-logo {
	width: 100%;
}
.brand-small {
	height: 2rem;
	width: auto;
	filter: brightness(10000%) grayscale(100%);
}
/* WHERE TO FIND US SECTION */

.where-to-find-us-section {
	background-color: rgb(11, 11, 11);
	color: white;
	text-align: center;
	padding: 4rem 0;
}

.where-to-find-us-section a {
	height: max-content;
}

.social-icon {
	margin-top: 3rem;
	height: 4rem;
}

/* FOOTER */

.footer-section {
	background-color: rgb(11, 11, 11);
	color: white;
}
.footer-section .container {
	display: flex;
	justify-content: space-between;
}

.footer-section .container div {
	width: 20%;
}

@media only screen and (max-width: 1024px) {
	body {
		font-size: 12px;
	}

	.heading-container {
		width: fit-content;
	}
	.header-section .container img {
		display: none;
	}
	.service-div__div div ul {
		position: relative;
		left: 1rem;
	}
	.price-div {
		width: 20%;
	}
	.reserve-btn {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.strengths-section .container2 {
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}

	#about-us-logo {
		height: 12rem;
		margin: 2rem 0;
	}
	.about-us-section {
		flex-direction: column-reverse;
	}

	.services {
		flex-direction: row;
	}
	.service-info-div h3 {
		font-size: 1.4rem;
	}
	.service-info-div {
		width: fit-content;
	}

	.service-div__div {
		flex-direction: column;
		width: 100%;
	}
	.price-div {
		flex-direction: row;
		width: fit-content;
		text-align: center;
		margin: 0;
		padding: 1rem 0;
		height: 7rem;
		width: 100%;
	}
	.price-div25 span {
		text-align: center;
	}
	.price-div1,
	.price-div2,
	.price-div3,
	.price-div4,
	.price-div5 {
		background-size: 100%;
		background-position: center;
	}
	.price-div25 {
		background-size: 100%;
		background-position: center;
	}

	.price-div12,
	.price-div14,
	.price-div13, 
	.price-div16 {
		background-size: 60%;
	}

	.price-div3 {
		background-position: 0 -20rem;
	}

	.brand {
		height: 5rem;
	}

	.footer-section .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-section .container div {
		width: 40%;
	}
}

@media only screen and (max-width: 500px) {
	.services {
		flex-direction: column;
	}
	.price-div3 {
		background-position: 0 -12rem;
	}
	.price-div25 {
		background-size: 200%;
		/* background-position: ; */
	}
	table {
		font-size: 14px;
	}
	th,
	td {
		padding: 0;
	}
}

.navbar-logo {
	height: 5rem;
	padding: 1rem;
	filter: invert(100);
}
.nav {
	position: fixed;
	z-index: 10000;
	width: 100%;
	background-color: #000000;
	display: flex;
	align-items: center;
}
.nav > .nav-header {
	flex: 0.5;
	padding-left: 1rem;
	display: flex;
	align-items: center;
}
.nav > .nav-header > .nav-title {
	font-size: 22px;
	color: #fff;
}
.nav > .nav-list {
	display: flex;
	gap: 3rem;
}
.nav-list .reserve-btn {
	font-size: 1rem;
}
.nav > .nav-list > li {
	list-style-type: none;
}
.nav > .nav-list > li a {
	text-decoration: none;
	color: #efefef;
	cursor: pointer;
}
.nav > #nav-check {
	display: none;
}
@media (max-width: 650px) {
	.nav-list .reserve-btn {
		padding: 0.5rem;
	}
}

@media (max-width: 580px) {
	.mea-culpa-regular {
		color: white;
		font-size: 32px;
		font-family: "Corinthia", cursive;
		font-weight: 700;
		font-style: normal;
		margin-left: 1rem;
	}
	.animated-text {
		display: inline-block;
		animation: bounce 1s infinite alternate;
	}

	@keyframes bounce {
		0% {
			transform: translateY(-2px);
		}
		100% {
			transform: translateY(2px);
		}
	}


	.navbar-logo {
		height: 4rem;
		padding: 0;
	}
	.nav {
		padding: 1rem;
		z-index: 100;
		position: fixed;
	}
	.nav > .nav-header {
		flex: 0.95;
	}
	.nav > .nav-btn {
		height: fit-content;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav > .nav-btn > label {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		padding: 13px;
	}
	.nav > .nav-btn > label > span {
		display: block;
		width: 25px;
		height: 10px;
		border-top: 2px solid #eee;
	}
	.nav > .nav-list {
		position: absolute;
		display: flex;
		flex-direction: column;
		gap: 1rem;
		width: 100%;
		background-color: #000000;
		height: 0;
		transition: all 0.3s ease-in;
		top: 6rem;
		left: 0;
		overflow: hidden;
	}
	.nav > .nav-list > li {
		font-size: 2rem;
		margin-top: 1.5rem;
		width: 100%;
		margin-left: 2rem;
	}
	.nav > #nav-check:checked ~ .nav-list {
		height: calc(100vh - 50px);
	}
}
