@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto:wght@700&display=swap');
@import url(http://weloveiconfonts.com/api/?family=entypo);

body {
	padding-top: 80px;
}

.bg {
	background-color: #231F20;
	color: white;
}

#bg {
  	background-image: linear-gradient(to right, white, white);
}

/* Font Size */
.f-42 {
	font-size: 42px;
}

.f-26 {
	font-size: 26px;
}

.primary {
	background-color: #00afef;
}

.border-yt {
	border: 3px solid #00afef;
	background-color: #eaf7fb;
	
}

.white {
	color: white;
}

.p-18 {
	padding: 0 18px;
}

/* Header */
.header {
	padding: 10px 0;
}

.title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

/* Navbar */
.nav-item a {
	font-family: 'Poppins', sans-serif;
}


/* Header Text */
.bg-txt-header {
	background-color: #FBFBFB;
	color: #231F20;
}

.txt-header {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 25px 0 0 0;
	color: #00afef;
}

.txt-header-white {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 25px 0 0 0;
	color: #ffffff;
}

.txt-sub {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #484848;
}

.txt-login {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: white;
}

.txt-sub-white {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #c5c5c5;
}

/* Content Testimoni */
.carousel-testimoni {
	padding: 2rem 5rem;
}

.heading-title {
	font-family: 'Roboto', sans-serif;
}

.heading-content {
	font-family: 'Poppins', sans-serif;
	color: #484848;
}

.p-35 {
	padding: 35px;
}

.hr-border {
	border: 1px solid #AD974F;
}

.p-btn {
	padding: 10px 25px;
}

/* Content Fitur */
.txt-center {
	text-align: center;
}

.img-fitur {
	width: 140px;
	height: 140px;
	margin: 35px auto 15px;
}

.title-fitur {
	font-family: 'Poppins', sans-serif;
	color: #3A3A3A;
	margin: 0;
}

.content-fitur {
	font-family: 'Poppins', sans-serif;
	color: #373737;
}

.fitur {
	padding: 0 0 50px 0;
}

.content-produk {
	margin: 50px;
}

ul.items{
	color: #00afef;
	padding-left: 1.5em;
	list-style-type: square; /* list dengan bentuk square */
}

li a.content-fitur {
	font-family: 'Poppins', sans-serif;
	color: #373737;
}
.a-color {
	color: #373737;
}

.card:hover {
	background-color: #b6e0f7;
	border-color: #0394ca; 
}

/* entypo */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

@media (min-width: 375px) and (max-width: 1500px) {
    .container {
        padding-left: 60px !important;
        padding-left: 60px !important;
    }
}