*,html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "roboto", sans-serif;
	scroll-behavior: smooth;
}


header {
	background: black;
	color: eaeaea;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
	
}
.logo{
	margin-right: auto;
	display: flex;
	gap: 5px;
}

.logo-img{
	width: 80px;
	height: 50px;
	margin-left: 3px;
}
.logo-title{
	cursor: pointer;
	transition: all .5s ease 0s;
	font-size: 45px;
	font-style: italic;
    font-weight: 700;
	color: white;
    font-weight: 700;
}
.logo1{
	cursor: pointer;
	transition: all .5s ease 0s;
	font-size: 45px;
	font-style: italic;
	color: crimson;
}
.logo:hover{
	color: #ff6a3d;
	transform: rotate(2deg);
}
.btn-cta{
	margin-right: 10px;
	border: none;
	font-size: 20px;
	padding: 6px 12px;
	background: rgb(35, 243, 16);
	color: eaeaea;
	border-radius: 8px;
	cursor: pointer;
}
nav ul {
	display: flex;
	padding: 20px;
	cursor: pointer;
}
li{
	list-style-type: none;	
	padding: 10px;
}
li a{
	transition: all .5s ease 0s;
	display: inline-block;
}
li a:hover{
	color: #ff6a3d;
	transform: rotate(2deg);
}
a{
	color:white;
	text-decoration: none;
}

.cius{
	position: fixed;
	right: 20px;
	bottom: 15px;
	font-size: 60px;
	background-color:rgb(35, 243, 16);
	border-radius: 100%;
	height: 53px;
	width: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container{
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}
.intro{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
	height: 30vh;
	
}
.back-video{
	position: absolute;
	width: 100%;
	z-index:-1;
	opacity: 0.4;
}

.title{
	font-size: 30px;
	font-weight: bold;
	font-family: Times;
	color: #191970;
	
}
.description{
	font-size: 15px;
	font-weight: bolder;
	font-family: Times New Roman;
	color: black;
}
.notel{
	border: none;
	border-radius: 8px;
	font-size: 21px;
	font-weight: bold;
	color: orange;
	font-family: Arial;
	background: #1a2238;
	background-color: red;
	cursor: pointer;
}
.img-foto{
	width: 100%;
	height: auto;
	padding: 7px;
	max-width:auto;
}
.parallax{
	background-image: url('assets/foto/inlog.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 183vh;
	background-color: black;
}
.tentang{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #1a2238;
	color: #eaeaea;
	padding: 10px;
}
.bas{
	font-size: 20px;
	font-weight: bold;
}
.uki{
	font-size: 16px;
	font-weight: bold;
}
.mt-10{
	margin-top: 20px;
}
.card{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.card-item{
	text-align: center;
	width: 25%;
	min-height: 200px;
	max-height: 300px;
	background: #f7f7f7;
	color: #222;
	padding: 24px;
	box-shadow: 2px 5px 5px 2px rgba(0,0,0,0.5);
}
.card-title{
	font-size: 18px;
	font-weight: bolder;
}
.card-description{
	font-size: 14 px;
	margin-top: 4px;
}
.icon{
	width: 75px;
	height: 75px;
	margin: 10px;
	padding: 4px;
}
.foot{
	font-size: 14 px;
	font-family: Times New Roman;
}

footer{
	padding: 20px;
	text-align: center;
	background: #1a2238;
	color:#eaeaea;
}

 @media screen and (max-width: 650px){
	.card {
		flex-direction: column;
		gap: 0;
	}
	.card-item{
		width: 100%;
		opacity: 0.9;
	}
	.container{
		max-width: 100%;
		padding: 0;
	}

	}
	.intro{
		margin-top: 20px;
	}
	.img-foto{
		padding: 0;
	}
	nav {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #1a2238;
		z-index: 9;
	}
	footer{
		margin-bottom: 70px;
		margin-top: 30px;
	}
}
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #1a2238;
	z-index: 9;
}
@media (max-aspect-ratio: 16/9){
	.back-video{
		width: 100%;
		height: auto;
	}
}
@media (max-aspect-ratio: 16/9){
	.back-video{
		width: 100%;
		height: auto;
	}
}

