body {
	font-family: 'Hind', sans-serif;
  	animation: content_reveal 0.5s ease;
}

h1 {
  font-size: 1.3rem;
  color: #183358;
  font-weight: 700;
}

h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #183358;
}

p, li, .btn, label, h5, .form-control {
  font-size: .8rem;
}

#navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

#navbar .navbar-brand img {
	height : 3rem;
}

#navbar .navbar {
    box-shadow: 0 0px 30px -10px rgb(0 0 0 / 40%);
    padding: 15px 10px;
    background-color: #1a211b;
}

#navbar .navbar .navbar-toggler .menu-btn .line, #navbar .navbar .navbar-toggler .menu-btn:before, #navbar .navbar .navbar-toggler .menu-btn:after {
  width: 80%;
  height: 3px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#navbar .navbar .navbar-toggler {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .25rem;
  outline: none;
  border-color: transparent;
}

#navbar .navbar .navbar-toggler:focus {
    box-shadow: none;
}

#navbar .navbar button.navbar-toggler::-moz-focus-inner {
  border: 0;
}

#navbar .navbar .navbar-toggler .menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#navbar .navbar .navbar-toggler .menu-btn:before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

#navbar .navbar .navbar-toggler .menu-btn:after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#navbar .navbar .navbar-toggler .open .line {
  background-color: transparent;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#navbar .navbar .navbar-toggler .open:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navbar .navbar .navbar-toggler .open:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navbar .navbar .nav-link {
  font-size: 1rem;
  color: #fff;
  padding-left: 0.5rem;
}

#navbar .navbar .nav-link.active {
  color: #7cb435;
}

#banner {
  margin-top: 4.5rem;
}

#about {
  background-color: #e5e5e5;
}

#about .gambar img {
  display: none;
}

#about .text {
  padding: 2rem 1rem;
}

#about .text h1 {
  color: #165139;
}

#about .text p {
  margin-bottom: 0;
  text-align: justify;
  color: #2e3a30;
}

#visi-misi {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#visi-misi .visi h1, #visi-misi .visi p {
  text-align: center;
}

#visi-misi h1 {
  color: #165139;
}

#visi-misi p {
  color: #2e3a30;
}

#visi-misi .misi ul {
  padding-left: 1rem;
}

#our-business {
  background-image: url('../images/business.svg');
  background-size: cover;
  background-position: left;
}

#our-business .gambar img {
  display: none;
}

#our-business .text {
  padding: 2rem 1rem;
  color: #fff;
}

#our-business .text h1 {
  color: #fff;
}

#our-business .text p {
  margin-bottom: 0;
}

#contact {
  background-color: #e5e5e5;
  padding-bottom: 2rem;
}

#contact .text {
  padding: 2rem 1rem 1rem;
}

#contact .text h1 {
  color: #165139;
}

#contact .text p {
	margin-bottom: 0;
}

#contact .text p a {
	color: #212529;
	text-decoration: none;
}

#contact .text p a img {
	height: .9rem;
	margin-top: -5px;
   margin-right: 3px;
}

#contact .text p a span {
	margin-right: 5px;
}

#contact iframe {
  height: 15rem;
  border: 3px solid #165139;
}

footer {
  background-color: #1a211b;
  padding-top: 2rem;
}

footer .gambar {
  display: flex;
  justify-content: center;
}

footer .gambar img {
  width: 30%;
}

footer .text {
  margin-top: 2rem;
}

footer .text h1 {
  color: #7cb435;
}

footer .text p, footer .copyright p {
  color: #fff;
}

footer .copyright {
  padding: 1rem 0;
}

footer .copyright p {
  margin-bottom: 0;
  text-align: center;
}

.select2-container {
	 width: 100% !important;
}

.select2-container--default .select2-selection--single {
    padding: 0.375rem 0.75rem;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}

@media (min-width: 370px) {  

    h1 {
      font-size: 1.5rem;
    }

    h2 {
      font-size: 1.3rem;
    }

    p, li, .btn, label, h5, .form-control {
      font-size: .9rem;
    }

}


@media (min-width: 768px) {

    /* animasi keatas */
    #visi-misi .text-visi,
    #our-business .text .judul-business,
    #our-business .text .text-business {
      opacity: 0;
      transform: translateY(30px);
      transition: .5s ease-out;
    }

    #visi-misi .text-visi.muncul,
    #our-business .text .judul-business.muncul,
    #our-business .text .text-business.muncul {
      opacity: 1;
      transform: translateY(0);
    }
    /* end animasi keatas */

    /* animasi kebawah */
    #about .gambar .foto-bapak,
    #visi-misi .judul-visi,
    #visi-misi .judul-misi,
    #visi-misi .garis-visimisi,
    #contact .text .judul-kontak,
    #contact iframe {
      opacity: 0;
      transform: translateY(-30px);
      transition: .5s ease-out;
    }

    #about .gambar .foto-bapak.muncul,
    #visi-misi .judul-visi.muncul,
    #visi-misi .judul-misi.muncul,
    #visi-misi .garis-visimisi.muncul,
    #contact .text .judul-kontak.muncul,
    #contact iframe.muncul {
      opacity: 1;
      transform: translateY(0);
    }
    /* end animasi kebawah */

    /* animasi kekanan */
    #about .text .judul-about,
    #about .text .text-about,
    #visi-misi .text-misi,
    #contact .text .text-kontak {
      opacity: 0;
      transform: translateX(-15rem);
      transition: .5s ease-out;
    }

    #about .text .judul-about.muncul,
    #about .text .text-about.muncul,
    #visi-misi .text-misi.muncul,
    #contact .text .text-kontak.muncul {
      opacity: 1;
      transform: translateX(0);
    }
    /* end animasi kekanan */

    /* animasi flip */
    #our-business .gambar .bg-business,
    #our-apps .gambar .leadsgo-logo {
      opacity: 0;
      transform: rotateY(180deg);
      transition: .5s ease-out;
    }

    #our-business .gambar .bg-business.muncul,
    #our-apps .gambar .leadsgo-logo.muncul {
      opacity: 1;
      transform: rotateY(0deg);
    }
    /* end animasi flip */

    h1 {
      font-size: 4rem;
      font-weight: 500;
    }

    h2 {
      font-size: 3rem;
    }

    p, li, .btn, label, h5, .form-control, span, a {
      font-size: 1.4rem;
    }

    #navbar .navbar {
      box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0%);
    }

    #navbar .navbar .nav-link {
        padding-left: 3rem;
    }

    #navbar .navbar .nav-link {
      font-weight: 600;
    }

    #navbar .navbar .nav-link.active {
      font-weight: bold;
    }

    #about {
      margin-top: 10rem;
      margin-bottom: 5rem;
    }

    #about .gambar img {
      display: block;
      width: 35%;
      border-radius: 0;
		margin-top: -5rem;
    }

    #about .text {
      margin-top: 1rem;
      margin-bottom: 3rem;
      border-radius: 0;
      padding: 1rem;
      background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0));
    }

    #about .text h1 {
      color: #165139;
    }

    #about .text p {
      color: #000;
      margin-bottom: 0;
      text-align: justify;
    }

    #visi-misi {
      margin-bottom: 5rem;
    }

    #visi-misi .col-lg-1 {
      border-right: solid;
      position: relative;
      left: -4rem;
    }

    #visi-misi .visi {
		margin-bottom: 3rem;
	 }

    #visi-misi .misi h1 {
      text-align: center;
    }

    #visi-misi .misi li {
      text-align: justify;
      margin-bottom: 1rem;
    }

    #our-business {
      background: transparent;
    }

    #our-business .gambar img {
      display: block;
    }

    #our-business .text {
      padding: 1rem;
      color: #fff;
      margin-top: -17rem;
    }

    #our-business .text h1 {
      color: #fff;
    }

    #our-business .text p {
      margin-bottom: 0;
    }

	 #contact {
		padding-bottom: 5rem;
	 }

	 #contact .text {
      padding: 5rem 1rem 2rem;
	 }

	 #contact .text p a {
		color: #212529;
		text-decoration: none;
	 }

	 #contact .text p a img {
		height: 1.4rem;
		margin-top: -5px;
      margin-right: 5px;
	 }

	 #contact .text p a span {
		margin-right: 10px;
	 }

	 #contact iframe {
		height: 25rem;
	 }

    footer {
      padding-top: 4rem;
    }

	 footer .gambar {
		margin-bottom: 3rem;
	 }

    footer .gambar img {
      width: 35%;
    }

    footer .text {
      margin-top: 0;
    }

    footer .text h1 {
      font-size: 3rem;
    }

    footer .text p {
      margin-bottom: .5rem;
    }

    footer .copyright {
      padding: 1rem 0;
    }

    footer .copyright p {
      margin-bottom: 0;
      text-align: right;
    }

}

@media (min-width: 1024px) {

	#about .gambar img {
		width: 90%;
	}

	#visi-misi .garis-visimisi {
		border: 1px solid #000;
		display: flex;
		align-items: center;
	}

	#visi-misi .visi, #visi-misi .misi {
		padding: 0 2rem;
	}

	#visi-misi .visi {
		margin-bottom: 0;
	}

	#visi-misi .visi p {
   	margin-bottom: 5rem;
	}

	#visi-misi .misi h1 {
   	text-align: left;
	}

	#our-business .text {
		width: 75%;
	}

	#contact {
   	padding-bottom: 0;
   	margin: 10rem 0 5rem;
	}
		
	#contact .text {
		padding: 3rem 1rem;
	}

	#contact iframe {
		height: 20rem;
		margin-top: -5rem;
	}

   footer .gambar img {
     	width: 80%;
   }

}

@media (min-width: 1280px) {

	#about .gambar img {
		width: 80%;
	}

	#visi-misi .garis-visimisi {
  		border: 0 solid #000;
    	align-items: flex-start;
    	border-right: 1px solid;
	}

	#contact {
    	margin-top: 13rem;
	}

	footer .gambar img {
    	width: 65%;
	}

}

/* Animation */
@keyframes content_reveal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}