.section-1 {
	position: relative;
}

.section-1-background {
	position: absolute;
	inset: 0;
	z-index: -1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.section-1 .section-wrap {
	display: flex;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 100px;
	gap: 40px;
	justify-content: center;
	flex-direction: column-reverse;
}

.section-1-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-1-information {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section-1-title,
.section-1-title-yellow {
	font-size: 22pt;
	font-family: roboto-bold;
	line-height: 35px;
	color: white;
}

.section-1-title-yellow {
	color: #ffcd29;
}

.section-1-description {
	color: white;
	/* margin-top: 25px; */
	line-height: 25px;
	font-size: 11pt;
}

.section-1-description b {
	color: white;
	font-family: roboto-bold;
}

.section-1-sewa {
	display: flex;
	gap: 20px;
}

.section-1-sewa div {
	display: flex;
	/* border: 1px solid red; */
	justify-content: center;
	gap: 6px;
	align-items: center;
}

.section-1-sewa span {
	font-size: 11pt;
	color: white !important;
}

.section-1-sopir {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section-1-sopir p {
	font-size: 11pt;
	font-weight: bold;
	color: white !important;
}

.section-1-sewa img {
	max-width: 22px;
	/* border: 1px solid red; */
}

.section-1-image {
	object-fit: contain;
	width: 100%;
	max-width: 400px;
	height: 383px;
}

.section-1-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.section-2 {
	/* padding: 50px 0; */
	/* border: 1px solid green; */
	/* background: red !important; */
}

.section-2-item-container {
	text-align: center;
	/* border: 1px solid red !important; */
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

.section-2-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* max-width: 220px; */
	text-align: center;
	/* border: 1px solid green; */
}

/* .section-2-item:not(:nth-last-child(1)) {
	margin-right: 30px;
} */

.section-2-item-image {
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	/* border: 1px solid black; */
}

.section-2-item-title,
.section-2-item-description {
	font-size: 11pt;
	line-height: 22px;
	text-wrap: wrap;
}

.section-2-item-title {
	color: #00093f;
	font-family: roboto-bold;
}

/* SECTION 3 */
.section-3 {
	/* margin-bottom: 50px; */
	/* border: 1px solid green; */
}

/* .section-3 .section-wrap {
	padding-top: 40px;
	padding-bottom: 60px;
} */

.section-3-search-container {
	/* width: 1120px; */
	/* text-align: right; */
	/* margin: 0 auto 25px; */
	/* position: relative; */
	display: flex;
	/* border: 1px solid green; */
}

.section-3-search {
	/* display: inline-block; */
	/* width: 300px; */
	width: 100%;
	position: relative;
	cursor: pointer;
}

.section-3-search .form-input {
	padding-right: 40px;
}

.search-icon {
	position: absolute;
	top: 7px;
	right: 10px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* SECTION 4 */

.section-4 {
	text-align: center;
	margin-bottom: 50px;
	/* border: 1px solid red; */
}

.section-4-kenali {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.about-image,
.about-text {
	display: inline-block;
	vertical-align: middle;
}

.about-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 350px;
	height: 358px;
	/* border: 1px solid red; */
	margin: 0 auto;
}

.about-text {
	/* width: 600px; */
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.about-text p {
	text-align: left;
	font-size: 10pt;
	line-height: 20px;
}

/* SECTION 5 */

/* .section-5 {
	margin-bottom: 70px;
} */

.expandable-container {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	/* border: 1px solid green; */
}

/* SECTION 6 */
.section-gallery {
	padding: 40px 0 70px;
	/* margin-bottom: 70px; */
	background-color: #00093f;
	/* border: 1px solid red; */
}

.section-gallery .section-title {
	color: white;
	margin-bottom: 30px;
}

.gallery-container {
	overflow-x: hidden;
	white-space: nowrap;
	margin-bottom: 3px;
}

.gallery-container {
	width: calc(100% + 223px);
	margin-left: -223px;
}

.gallery-image {
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 220px;
	height: 220px;
	margin-left: 3px;
}

/* SECTION 7 */

.blog-container {
	/* width: 1240px; */
	/* margin: 0 auto 70px; */
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

.blog {
	/* display: inline-block; */
	/* vertical-align: top; */
	/* width: 100%; */
	/* min-width: 220px; */
	text-decoration: none;
	/* border: 1px solid red; */
}

/* .blog:not(:nth-last-child(1)) {
	margin-right: 35px;
} */

.blog-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* width: 220px;
	height: 220px; */
	width: 100%;
	height: 220px;

	border-radius: 24px;
}

.blog-title {
	margin-top: 10px;
	font-size: 10pt;
	font-family: roboto-bold;
	line-height: 20px;
}

@media (min-width: 768px) {
	.section-wrap {
		padding: 0 80px;
	}

	.section-1 .section-wrap {
		padding-bottom: 60px;
	}

	.section-1-sopir {
		flex-direction: column;
	}

	.section-2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.section-3-search-container {
		justify-content: flex-end;
	}

	.section-3-search {
		max-width: 300px;
	}

	.blog-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.section-1 .section-wrap {
		flex-direction: row;
	}

	.section-1-sopir {
		flex-direction: column;
	}

	.section-2-item-container {
		grid-template-columns: repeat(3, 1fr);
	}

	.section-4-kenali {
		flex-direction: row;
	}

	.about-image {
		min-width: 340px;
		height: auto;
	}

	.blog-container {
		grid-template-columns: repeat(3, 1fr);
	}

	.blog-image {
		width: 100%;
		aspect-ratio: 1/1;
		height: auto;
	}
}

@media (min-width: 1336px) {
	.section-wrap {
		padding: 0 180px;
	}

	.section-2-item-container {
		grid-template-columns: repeat(5, 1fr);
	}

	.blog-container {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1440px) {
	.blog-container {
		grid-template-columns: repeat(5, 1fr);
	}
}
