/* color pallete */
:root {
	--blue1: #98bae3;
	--blue2: #5981b1;
	--blue3: #365475;
	--blue4: #15273c;
}

/* default */
* {
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
}

/* ////// DESKTOP////// */
/* NAVBAR */
nav {
	/* background-color: var(--blue4); */
	padding: 1rem 4rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	/* soverflow: hidden; */
	z-index: 999;
}

.navbar-logo {
	font-weight: 700;
	color: white;
	font-size: 1.8rem;
}

.navbar-logo span {
	color: var(--blue2);
}

.navbar-contain {
	display: flex;
	justify-content: space-between;
	line-height: 200%;
}

.navbar-nav a {
	color: white;
	margin: auto 1rem;
}

.navbar-nav a:hover {
	color: var(--blue1);
}

.navbar-extra a {
	color: white;
	font-size: 2.8rem;
}

#hamburger-menu {
	display: none;
}

#close-menu {
	display: none;
}

/* HERO */
video.bg-lp-lg {
	width: 100%;
	position: absolute;
	top: 0;
	/* display: none; */
}

video.bg-lp-md {
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
}

video.bg-lp-sm {
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
}

.content-hero {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 3;
}

.content-hero img {
	width: 15%;
	margin-top: 1.8rem;
}

.txt-hero {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	top: 52%;
	z-index: 4;
}

.txt-hero .text-contain {
	padding: 0.5rem 25rem;
}

.txt-hero .text-contain h1 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: white;
}

.txt-hero .text-contain h1 span {
	color: var(--blue1);
}

.txt-hero .text-contain p {
	text-align: center;
	color: white;
	font-size: 0.8rem;
	margin-top: 0.8rem;
}

.txt-hero .text-contain .scroll-img {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.txt-hero .text-contain .scroll-img img {
	width: 10rem;
}

/* OUR PRODUCT */
.products .container-space {
	width: 100%;
	height: 85vh;
	background-color: var(--blue3);
}

.divider,
.divider-single {
	display: flex;
	justify-content: center;
}

.divider img {
	width: 70%;
	margin-top: 5rem;
}

.divider-single img {
	width: 40%;
	margin-top: 3rem;
}

.descript h3 {
	text-align: center;
	font-size: 2rem;
	color: var(--blue3);
	margin-top: 2rem;
}

.descript p {
	text-align: center;
	font-size: 1rem;
	margin-top: 1rem;
	padding: 0 12rem;
}

.product-menus .option-product {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1.8rem 8rem;
}

.product-menus .option-product .list-product {
	width: 18rem;
	border: solid var(--blue3) 1px;
	border-radius: 10px;
	padding: 1.8rem 1.2rem;
	margin: 1rem;
}

.product-menus .option-product .list-product .img {
	display: flex;
	justify-content: center;
}

.product-menus .option-product .list-product .img img {
	width: 80%;
	margin: auto;
}

.product-menus .option-product .list-product h3 {
	font-size: 1.4rem;
	color: var(--blue3);
	text-align: center;
	margin-top: 1rem;
}

.product-menus .option-product .list-product p {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 0.5rem;
}

.product-menus .option-product .list-product .btn-explore {
	display: flex;
	justify-content: center;
}

.product-menus .option-product .list-product .btn-explore a {
	margin-top: 1.5rem;
	background-color: var(--blue3);
	color: white;
	font-weight: 600;
	padding: 0.6rem 6rem;
	border-radius: 8px;
	transition: 0.5s;
}

.product-menus .option-product .list-product .btn-explore a:hover {
	background-color: #e7f2ff;
	color: var(--blue3);
	border: solid var(--blue3) 1px;
}

/* SERVICES */
.services-box {
	width: 70%;
	margin: 0 auto;
}

.services-list {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.icon {
	width: 35%;
	padding: 1rem;
}

.icon img {
	width: 100%;
}

.text {
	width: 65%;
	padding: 0 2rem;
}

.text h3 {
	margin-top: 1rem;
	font-size: 1.8rem;
	color: var(--blue3);
}

.text p {
	font-size: 1rem;
	margin: 1rem 0 2.5rem 0;
	text-align: justify;
}

.text a {
	background-color: gray;
	color: white;
	padding: 0.8rem 2rem;
	border-radius: 5px;
	transition: 0.5s;
}

/* .text a:hover {
	background-color: var(--blue2);
} */

/* ABOUT TECH & FOUNDER */
.profile-container {
	width: 70%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.photo {
	width: 30%;
	padding: 2rem;
}

.photo img {
	width: 100%;
}

.profile-descript {
	width: 70%;
	padding: 2rem;
}

.profile-descript p {
	text-align: justify;
	font-size: 1rem;
}

.profile-descript p span {
	font-weight: 700;
}

.p-box {
	border: solid var(--blue3) 1px;
	padding: 1rem;
	border-radius: 10px;
}

/* SOSMED */
.sosmed-container {
	display: flex;
	justify-content: center;
}

.sosmed-container a {
	margin: 3rem 2rem;
}

.sosmed-container a img {
	width: 8rem;
}

/* FOOTER */
.quotes h3 {
	color: var(--blue3);
	font-style: italic;
	font-weight: 700;
	text-align: center;
	margin-top: 3rem;
}

.quotes p {
	color: rgb(67, 67, 67);
	font-size: 1rem;
	text-align: center;
	font-weight: 700;
	margin-top: 1rem;
}

footer .text-term {
	background-color: var(--blue3);
	padding: 2rem;
	margin-top: -3rem;
}

.term {
	display: flex;
	justify-content: center;
}

.term a {
	color: white;
	font-weight: 700;
	font-size: 1.2rem;
}

footer p {
	text-align: center;
	color: #c1ddff;
	margin-top: 1rem;
}

/* ////// TABLET ////// */
@media (max-width: 1024px) {
	/* NAVBAR */
	#hamburger-menu {
		display: inline-block;
	}

	#hamburger-menu.hide {
		display: none;
	}

	.navbar {
		padding-top: 2rem;
	}

	.navbar .navbar-logo {
		font-size: 2.5rem;
	}

	.navbar .navbar-nav {
		position: absolute;
		top: 100%;
		right: 0;
		background-color: #15273c9d;
		width: 18rem;
		height: 100vh;
		opacity: 0;
		transition: 0.5s;
	}

	.navbar .navbar-nav.active {
		/* right: -10%; */
		opacity: 1;
	}

	#close-menu.show {
		display: inline-block;
	}

	.navbar .navbar-nav a {
		display: block;
		margin: 1.5rem;
		padding: 0.8rem;
		font-size: 1.8rem;
	}

	.navbar-extra {
		font-size: 4rem;
		border: solid 1px white;
		padding: 0 1rem;
		border-radius: 0.5rem;
	}

	/* HERO */
	video.bg-lp-md {
		display: block;
	}

	video.bg-lp-lg {
		display: none;
	}

	.content-hero img {
		width: 35%;
		margin-top: 4rem;
	}

	.txt-hero {
		top: 48%;
		z-index: 4;
	}

	.txt-hero .text-contain {
		padding: 0.5rem 8rem;
	}

	.txt-hero .text-contain h1 {
		font-size: 2.2rem;
		font-weight: 700;
	}

	.txt-hero .text-contain .scroll-img {
		margin-top: 6rem;
	}

	.txt-hero .text-contain .scroll-img img {
		width: 10rem;
	}

	/* OUR PRODUCTS */
	.products .container-space {
		height: 78vh;
	}

	.product-descript p {
		text-align: center;
		font-size: 1rem;
		margin-top: 1rem;
		padding: 0 8rem;
	}
}

/* ////// MOBILE////// */
@media (max-width: 450px) {
	/* NAVBAR */
	nav {
		padding: 1rem 2rem;
	}

	.navbar-logo {
		font-size: 1.4rem;
	}

	.navbar-contain {
		line-height: 100%;
	}

	.navbar .navbar-logo {
		font-size: 1.4rem;
	}

	.navbar .navbar-nav {
		/* right: -200%; */
		width: 8.5rem;
	}

	.navbar .navbar-nav.active {
		/* right: -70%; */
		opacity: 1;
	}

	.navbar .navbar-nav a {
		margin: 1rem;
		padding: 0.8rem;
		font-size: 1.2rem;
	}

	.navbar-extra {
		font-size: 3rem;
		border: solid 1px white;
		padding: 0 0.4rem;
		border-radius: 0.2rem;
	}

	/* HERO */
	video.bg-lp-sm {
		display: block;
	}

	video.bg-lp-md {
		display: none;
	}

	.content-hero img {
		width: 30%;
		margin-top: 2rem;
	}

	.txt-hero {
		top: 34%;
	}

	.txt-hero .text-contain {
		padding: 0.5rem 2rem;
	}

	.txt-hero .text-contain h1 {
	    margin-top: 1.4rem;
		font-size: 1.2rem;
		font-weight: 700;
	}

	.txt-hero .text-contain p {
		font-size: 0.6rem;
		margin-top: 0.4rem;
	}

	.txt-hero .text-contain .scroll-img {
		margin-top: 2.2rem;
	}

	.txt-hero .text-contain .scroll-img img {
		width: 6rem;
	}

	/* OUR PRODUCTS */
	.products .container-space {
		height: 50vh;
	}

	.divider {
		width: 100%;
		margin-top: 0;
	}

	.divider img {
		width: 90%;
		margin-top: 3rem;
	}

	.descript H3 {
		font-size: 1.5rem;
	}

	.text h3 {
		font-size: 1.4rem;
	}

	.descript p {
		text-align: center;
		font-size: 0.6rem;
		margin-top: 1rem;
		padding: 0 2rem;
	}

	/* OUR SERVICES */
	.services-list {
		display: block;
	}

	.services-box {
		width: 90%;
		margin: 0 auto;
	}

	.icon {
		width: 70%;
		margin: 0 auto;
		padding: 1rem;
	}

	.text {
		width: 100%;
		padding: 0 2rem;
	}

	.text h3 {
		margin-top: 0.5rem;
		text-align: center;
	}

	.text p {
		margin: 0.5rem 0 2rem 0;
		font-size: 0.8rem;
	}

	.text a {
		width: 100%;
	}

	/* ABOUT TECH & FOUNDER */
	.profile-container {
		width: 90%;
		display: block;
	}

	.photo {
		width: 70%;
		padding: 2rem 0 0 0;
		margin: 0 auto;
	}

	.profile-descript {
		width: 100%;
		padding: 0 1rem;
		margin-top: 1rem;
	}

	.profile-descript p {
		text-align: justify;
		font-size: 0.8rem;
	}

	.profile-descript p span {
		font-weight: 700;
	}

	.p-box {
		border: solid var(--blue3) 1px;
		padding: 1rem;
		border-radius: 10px;
	}

	/* SOSMED */
	.sosmed-container a {
		margin: 3rem 1rem;
	}

	.sosmed-container a img {
		width: 4rem;
	}

	/* FOOTER */
	.quotes h3 {
		font-size: 0.8rem;
	}

	.quotes p {
		font-size: 0.7rem;
	}

	footer .text-term {
		background-color: var(--blue3);
		padding: 2rem;
		margin-top: -2rem;
	}

	.term a {
		color: white;
		font-weight: 600;
		font-size: 0.8rem;
	}

	footer p {
		font-size: 0.7rem;
	}
}
