@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	font-size: 1rem;
	font-family: "Ubuntu", sans-serif;
	scroll-behavior: smooth;
}

/* ===HOME=== */
.slide-arrow .nav-tabs,
.slide-arrow .nav-tabs .nav-link.active{
	border: none;
}
.slide-arrow .nav-link.active{
	color: var(--warna-utama);
}

a.tombol:hover{
	color: var(--warna-utama);
	background-color: var(--warna-kedua);
}

a.nav-link{
	font-weight: bold;
}
a.nav-link:hover {
	color: var(--warna-kedua) !important;
	 border-bottom: 3px solid var(--warna-kedua);
	 transition: all ease-in-out .2s;
}
.navbar-nav .nav-link.active {
	/*background-color: var(--warna-utama);*/
	color: var(--warna-kedua) !important;
	/*border-radius: 8px;*/
	 border-bottom: 3px solid var(--warna-kedua);
}
.navbar-collapse {
	flex-grow: 0 !important;
}
.box-vision .card {
	border-bottom: 10px solid green;
}
.box-vision .card:hover {
	background-color: var(--warna-utama);
	color: cornsilk;
	border-bottom: 10px solid rgb(255, 0, 0);
}

/* ====GARIS TENGAH==== */
.garis-tengah {
	font-size: calc(1.3rem + 0.6vw);
	font-weight: 500;
}
.garis-tengah::before,
.garis-tengah::after {
	display: inline-block;
	content: "";
	border-top: 2px solid black;
	height: 6rem;
	width: 3.5em;
	transform: translateY(90%);
	margin-left: 0.9em;
	margin-right: 0.9em;
}

/* ====GARIS KANAN ==== */
h3.garis-kanan {
	width: 100%;
	border-bottom: 2px solid #000;
	line-height: 0.1em;
	margin: 10px 0 20px;
}

h4.garis-kanan {
	width: 100%;
	border-bottom: 2px solid #000;
	line-height: 0.1em;
	margin: 50px 0 20px;
}

h3 span {
	background: #fff;
	padding-right: 10px;
}

h4 span {
	background: #fff;
	padding-right: 15px;
}

/* ====ABOUT=== */
/*h3.about {
	font-size: 3rem;
	font-weight: normal;
	margin-top: 5rem;
}*/
section.about-us {
	color: white;
	font-size: 3rem;
	font-weight: normal;
}
.visimisi {
	margin-top: 1.3rem;
}
.visimisi .row,
.whyus h3 {
	padding-top: 3rem;
}

.about-us {
	background: url("../../img/bg-about.jpg") no-repeat;
	width: 100%;
	height: auto;
	/*text-align: center;*/
	font-size: 1.8rem;
}
.left-content h2 {
	font-size: 2.8rem;
	font-weight: bolder;
	margin: 400px 0 0 150px;
}
.right-content h4{
	font-weight: normal;
}
.whyus {
	background-color: rgb(10, 10, 10);
	width: 100%;
	height: 100vh;
}
div.blok{
	background-color: #e60000;
	width: 190px;
	font-size: 2.0rem;
	padding: 10px 40px;
	font-weight: bold;
}
.right-content h3{
	margin: 60px 0;
}
.right-content{
padding: 10px 0 50px;
}

.transparent{
  background:rgba(0, 0, 0, 0.5);
  width: 100%;
  height:100%;
  color:#fff;
  padding: 0;
  margin-right: 0;
  margin-left: auto;
}
/* ====...ABOUT...=== */

/* ====PRODUCT=== */
section.product {
	color: var(--warna-utama);
	font-size: 3rem;
	font-weight: normal;
}
.specs{
	font-size: 1rem;
	font-weight: normal;
}
.nav-tabs .nav-item .nav-link{
	font-size: 1.3rem;
}
/* ---PRODUCT--- */

/* ====CONTACT=== */
.contact a {
	text-decoration: none;
}
.contact-sosmed a {
	color: var(--warna-utama);
	text-decoration: none;
}
/* ====...CONTACT...=== */

/* ====FOOTER=== */
.footer {
	padding-top: 50px;
	background-color: var(--warna-utama);
	color: white;
	font-size: 0.9rem;
}
.footer-info, .footer-link ul {
	list-style-type: none;
}
.sosmed a, .sosmed-ig a, a.link-email {
	color: white;
	text-decoration: none;
}
.sosmed-ig a{
	margin-left: 80px;
}
a .fa-facebook-f:hover {
	color: #3b5998;
}
a .fa-instagram:hover {
	color: #c32aa3;
}
a .fa-twitter:hover {
	color: #1da1f2;
}
a .fa-youtube:hover {
	color: #ff0000;
}

/* ====FOOTER=== */


