/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto");

@font-face {
  font-family: VarelaRound;
  src: url('../fonts/VarelaRound-Regular.ttf');
}
@font-face {
  font-family: BebasNeue;
  src: url('../fonts/BebasNeue-Regular.otf');
}
/*@font-face {
  font-family: DINPro;
  src: url('../fonts/DINPro-Medium_13936.ttf');
}*/

.container{
  max-width:85% !important;
}

#mainNav {
  /*min-height: 80px;*/
  background-color: white;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #64a19d;
  border: 1px solid #64a19d;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: black;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: white;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: white;
}

@media (min-width: 992px) {
  #image-slides{
    margin-top: 3%;
  }
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: white;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid white;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #64a19d;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'VarelaRound';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: white;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  /*padding: 1.25rem 2rem;*/
  font-family: 'VarelaRound';
  font-size: 80%;
  /*font-weight: 900;*/
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.form .btn  {
     font-family: "Roboto"  !important;
 
}
.btn-primary {
  background-color: #64a19d;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.about-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'VarelaRound';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #64a19d;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'VarelaRound';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #64a19d;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 1rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.3);
}

.contact-section .social a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #64a19d;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-gray {
  background-color:#BCBEC0 !important;
}

.bg-blue{
  background-color: #193782 !important;
}

.bg-footer{
  background-image: url('../img/bg_footer.jpg');
  width: 100%;
  height: auto;
 /* background-color: #808285 !important;*/
}

.bg-primary {
  background-color: #64a19d !important;
}

.footer-blue{
  padding: 0.7rem 0 !important;
}

.bottomright {
  position: absolute;
  margin-top: -1%;
  right: 0px;
/*  bottom: 8px;
  right: 16px;
  font-size: 18px;*/
}

.text-primary {
  color: #64a19d !important;
}

.page-head{
  position: fixed;
  background-color: #fff;
  font-size: 15px;
  z-index: 9999;
  top: 0;
  transition: background-color .2s ease;
}

.page-brand{
  font-weight: 1200;
  color: black;
}

footer {
  padding: 2rem 0;
}

.filter-select{
  all: unset; 
  padding-right: 15px;
  border-bottom: 1px solid;
  background: url('https://www.charbase.com/images/glyph/9662') no-repeat right;
  background-size: 16px;
}

.vl {
  border-left: 2px solid red;
  height: 50px;
}

.blue-font{
  font-family: "Roboto";
  font-weight: bold; 
  color: #004187;
}
.black-font{
  font-weight: bold; 
  color: #000000;
}

{box-sizing: border-box;}
body {font-family: "Roboto" !important; }
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /*max-height: ;*/
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  /*background-color: #717171;*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.1s;
  animation-name: fade;
  animation-duration: 0.1s;
}

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

#language{
  font-weight: bold; 
  font-size: 70%; 
  color: #193783;
}
 

/* On smaller screens, decrease text size */
@media only(max-width: 300px) {
  .text {font-size: 11px}
  #language{
    font-size: 50%; 
  }
 
}

.actived, .btn:hover {
  background-color: #d7191f;
  color: white;
}

.btn-apl {
    padding-left: 3%;
    padding-right: 3%;
    /*margin-top: -25%;*/
    background-color: #004187;
/*    font-size: 6px;
    font-weight: 1000;*/
}

.btn-nup {
    padding-left: 3%;
    padding-right: 3%;
    /*margin-top: -50%;*/
    background-color: #d7191f;
/*    font-size: 6px;
    font-weight: 1000;*/
}


.title-font{
  font-family: 'BebasNeue', cursive;
  color: #004187;
}

.content-font{
  font-family: "Roboto";
  color: black;
}

.control-label{
  font-family: "Roboto";
}

.card-font{
  font-family: "Roboto";
  color: black;
}

.card-body{
  padding: 0.8rem !important;	
}

.text-footer {
    text-align: center;
}

@media (min-width: 500px) and (max-width: 780px) {
    #card-size{
    width: 15rem!important;
    margin-top: -45%!important;
    }

    .card-font{
      font-family: "Roboto";
      color: black;
      font-size: 12px;
      /*margin-top: -50%;*/
    }
}

@media(min-width: 780px) {
.btn-chat {
    padding-left: 3%;
    padding-right: 3%;
    /*margin-top: -25%;*/
    background-color: #004187;
/*    font-size: 6px;
    font-weight: 1000;*/
}

.btn-apl {
    padding-left: 3%;
    padding-right: 3%;
    /*margin-top: -25%;*/
    background-color: #004187;
/*    font-size: 6px;
    font-weight: 1000;*/
}

.btn-nup {
    padding-left: 3%;
    padding-right: 3%;
    /*margin-top: -50%;*/
    background-color: #d7191f;
    /*font-size: 6px;*/
    font-weight: 600;
}
}

@media (min-width: 200px) and (max-width: 500px) {
  .bahasa {
    font-weight: 900;
    font-size: 100%;
  }
  #redline{
    display: none;
  }
    #language{
    font-size: 50%; 
  }

  #navtext{
    display: none;
  }

  .text-footer {
    text-align: left;
  }

  #headerhome{
    margin-top: 18%;
  }

  #image-slides{
    margin-top: 18%;
  }

  #card-size{
    width: 12rem!important;
    margin-top: -47%!important;
    max-height: 160px;
  }

  .card-font{
    font-family: "Roboto";
    color: black;
    font-size: 8px;
    /*margin-top: -50%;*/
  }

  #dot-slides{
    display: none;
  }

  #img-footer{
    /*display: none;*/
    width: 30% !important;
  }

  .uniqlogo{
    max-width: 50% !important;
  }

  .carousel-control-prev{
    margin-left: 0% !important;
  }

  .carousel-control-next{
    margin-right: 0% !important;
  }

.btn-chat {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -15%;
    background-color: #004187;
    font-size: 8px;
    font-weight: 1000;
}

.btn-nup {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -20%;
    background-color: #d7191f;
    font-size: 6px;
    font-weight: 600;
}

.tentangproyek{
   font-size: 9px !important;
   font-weight: 600;
}

.carouselx {
  position: relative;
}

.carousel-innerx {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-itemx {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}