html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333333;
	font-family: 'Arial', sans-serif;
}
.main-container {
	width: 1194px;
	height: 834px;
	background-color: #E6F0FA;
}
/*HEADER*/
header {
	height: 84px;
	background: linear-gradient(to right, #cce6ff, #66a3ff);
	display: flex;
	justify-content: space-between;
}
/*.service-title {
	font-size: 10px;
	color: #ffffff;
	margin-left: 30px;
	margin-top: 17px;
}*/
h1.title {
	font-size: 25px;
	color: #000080;
	margin-left: 30px;
	margin-top: 30px;
}
h1.title-seminars {
	font-size: 25px;
	color: #000080;
	margin-left: 30px;
	margin-top: 25px;
}
.logo-mm {
	margin-right: 30px;
	margin-top: 10px;
}

/*END OF HEADER*/

nav {
	background-color: #525fe2;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: arial;
	color: #ffffff;
	font-size: 18px;
}
nav ul {
	display: flex;
	gap:20px;
	list-style: none;
	justify-content: center;
}
nav li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
}
nav a:hover {
	color: #ffffff;
	background-color: red;
}
nav ul li img {
	vertical-align: middle;
}

.slider-container {
	width: 1194px;
	height: 710px;
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
}
.slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
}
.slide {
	flex: 0 0 100%;
	min-width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
/*.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
@media (max-width: 1194px) {
  .main-container {
    width: 100%;
    max-width: 1194px;
  }
  
  .slider-container {
    width: 100%;
    max-width: 1194px;
  }
}

/*TOTAL ROOFING SOLUTIONS*/

.content-solusi {
	width: 100%;
	height: 710px;
}
h1.title-solusi {
	font-size: 36px;
	text-align: center;
	color: #000080;
	margin-bottom: -4px;
	margin-top: 30px;
	font-family: Arial;
}
h1.title-solusi sup {
	font-size: 20px;
}

h1.sub-title-solusi sup {
	font-size: 26px;
}
h2.sub-title-solusi {
	font-size: 30px;
	text-align: center;
	color: #000080;
	margin-top: 10px;
	font-family: Arial;
}
/*ROOFING INSPECTION*/

h1.judul {
	font-size: 32px;
	text-align: center;
	color: #000080;
	margin-top: 50px;
	font-family: Arial;
	margin-bottom: 80px;
}

h1.judul1 {
	font-size: 32px;
	text-align: center;
	color: #000080;
	margin-top: 20px;
	font-family: Arial;
	margin-bottom: 8px
}
p.sub-judul1 {
	font-size: 30px;
	text-align: center;
	color: #000080;
	margin-top: 30px;
	font-family: Arial;
	margin-bottom: 50px;
}
p.sub-judul4 {
	font-size: 30px;
	text-align: center;
	color: #000080;
	margin-top: 70px;
	font-family: Arial;
	margin-bottom: 50px;
}
h1.judul3 {
	font-size: 32px;
	text-align: center;
	color: #000080;
	margin-top: 60px;
	font-family: Arial;
	margin-bottom: 8px
}
h1.judul4 {
	font-size: 60px;
	text-align: center;
	color: #000080;
	margin-top: 60px;
	font-family: Arial;
	margin-bottom: 75px;
}

h2.judul2 {
	font-size: 26px;
	text-align: center;
	color: #000080;
	margin-bottom: 35px;
	margin-top: 10px;
	font-family: Arial;
}
.gallery-solusi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:60px;
	padding:20px;
}
.gallery-solusi-row {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-bottom: 30px;
}
.gallery-solusi img {
	width: 222px;
	height: 195px;
	cursor: pointer;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
}
.gallery-solusi img:hover {
	transform: scale(1.1);
}
/*LIGHTBOX*/

.lightbox-inspeksi-gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:20px;
}
.lightbox-inspeksi-gallery-row {
	display: flex;
	justify-content: center;
	gap:60px;
	margin-bottom: 20px;
}
.lightbox-inspeksi-gallery img {
	width: 270px;
	height: 225px;
	cursor: pointer;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
}
.lightbox-inspeksi-gallery img:hover {
	transform: scale(1.1);
}
.lightbox-tipe-inspeksi-gallery-item img {
	width: 129px;
	height: 127px;
	cursor: pointer;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
}
.lightbox-usl-gallery{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:20px;
	text-align: center;
}
.lightbox-usl-gallery-row {
	display: flex;
	justify-content: center;
	gap:60px;
	margin-bottom: 20px;
}

.lightbox-usl-gallery-item img {
	width: 92px;
	height: 92px;
	cursor: pointer;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
	text-align: center;
}
.lightbox-usl-gallery img:hover {
	transform: scale(1.1);
}
p.caption {
	text-align: center;
	font-size: 24px;
	font-family: Arial;
}
#lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 10;
}
#lightbox img {
	max-width: 90%;
	max-height: 80%;
	border-radius: 8px;
}
#lightbox .close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: white;
	cursor: pointer;
}

/*TOTAL ROOF SEMINARS*/
.gallery-seminar img {
	width: 160px;
	height: 152px;
	cursor: pointer;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
}
.gallery-seminar img:hover {
	transform: scale(1.1);
}
