/**
Body
**/
a, a:hover {
    -webkit-tap-highlight-color: transparent;
    color: #74175f;
}

/***
Header 
***/
#home {
  background: linear-gradient(135deg, #74175f, #4c21af);
  background-color: #184e8e;
  padding-bottom: 80px;
  font-family: 'Source Sans Pro', sans-serif;
}

@media (min-width:768px) {
  #home {
    padding-bottom: 120px;
  }
}

#home .navbar {
  background: transparent;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

@media (min-width:768px) {
  #home .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#home .navbar .navbar-brand {
  font-weight: bold;
  color: inherit;
}

#home .navbar .navbar-brand:hover {
  color: #f0f0f0;
}

#home .navbar .navbar-collapse {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: .5rem;
  text-align: center;
}

#home .navbar .navbar-collapse .nav-item, #home .action-button {
    margin-bottom: 10px;
}

@media (min-width:768px) {
  #home .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
}

#home .navbar .navbar-collapse span .login {
  color: #d9d9d9;
  margin-right: .5rem;
  text-decoration: none;
}

#home .navbar .navbar-collapse span .login:hover {
  color: #fff;
}

#home .navbar .navbar-toggler {
  border-color: rgba(255,255,255,0.3);
}

#home .navbar .navbar-toggler:hover, #home .navbar-toggler:focus {
  background: none;
}

@media (min-width: 768px) {
  #home .navbar-nav .nav-link {
    padding-left: .7rem;
    padding-right: .7rem;
  }
}

@media (min-width: 992px) {
  #home .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

#home .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

#home .navbar .dropdown-menu .dropdown-item:focus, #home .navbar .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

#home .navbar .dropdown-menu .dropdown-item:focus, #home .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}

#home .action-button, #home .action-button:not(.disabled):active {
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 40px;
  color: #ebeff1;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background: transparent;
  transition: background-color 0.25s;
  outline: none;
}

#home .action-button:hover {
  color: #fff;
}

#home .navbar .form-inline label {
  color: #d9d9d9;
}

#home .navbar .form-inline .search-field {
  display: inline-block;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #ccc;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}

#home .navbar .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}

#home .hero {
  margin-top: 20px;
  text-align: center;
}

@media (min-width:768px) {
  #home .hero {
    margin-top: 60px;
    text-align: left;
  }
}

#home .hero h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:992px) {
  #home .hero h1 {
    margin-top: 190px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
}

#home .hero p {
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

#home .phone-holder {
  text-align: right;
}

#home div.phone-mockup {
  position: relative;
  max-width: 400px;
  margin: 20px;
  display: inline-block;
  z-index: 1;
}

#home .phone-mockup img.device {
  width: 100%;
  height: auto;
}

#home .phone-mockup .screen {
  position: absolute;
  width: 94%;
  height: 98%;
  top: 1%;
  left: 3%;
  border: 1px solid #444;
  border-radius: 20px;
  background-color: #aaa;
  overflow: hidden;
  background: url(/assets/img/screen-content-phone.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#home .phone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}

#brand-logo {
  font-size: 34px;
}

#app-navbar {
  background: linear-gradient(120deg, #8000e4, #9859e8);
}

.btn-custom {
  color: rgb(255, 255, 255);
  border-radius: 5px;
}

.btn-ml {
  margin-left: 10px;
}

.logo_txt {
  margin-left: 5px;
}

.showcase .showcase-img {
  min-height: 20em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: inherit;
  width: 100%;
}


.alert, .breadcrumb, .card, .card .card-header, .dropdown-menu, .file-custom, .input-group-addon, .jumbotron, .list-group .list-group-item, .modal-content, .nav .nav-link, .nav-tabs, .navbar, .navbar-toggler, .page-item:first-child .page-link, .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link, .popover, .tag, .tooltip-inner, img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.divider-new, .text-fluid, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}


@media (max-width:991px) {
  .row-fitur {
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width:991px) {
  .row-fitur {
    margin-right: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.fitur-a {
  text-align: center;
}

.separator-fitur {
  width: 100%;
  height: 1px;
  background: #0fb2ef;
  margin-top: 25px;
  margin-bottom: 15px;
}

.kolom-b {
  padding: 25px;
}

.kolom-c {
  padding: 25px;
}

.kolom-c:hover {
  transition: 0.2s;
  background: #f5f5f5;
  border-radius: 4px;
}

.kolom-b:hover {
  border-radius: 4px;
  transition: 0.2s;
  background: #f5f5f5;
}

.kolom-a:hover {
  background: #f5f5f5;
  border-radius: 4px;
  transition: 0.2s;
}

.kolom-a {
  padding: 25px;
}

.heading-fitur {
  font-size: 18px;
  color: #00aeef;
  margin-bottom: 15px;
  font-family: 'Roboto';
}

.paragraf-fitur {
  color: #606060;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto';
}

#contact {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  #contact {
    padding: 20px 0;
  }
}

#contact form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  #contact form {
    padding: 30px;
  }
}

#contact h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: #74175f;
}

#contact .form-group:last-child {
  margin-bottom: 5px;
}

#contact form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

#contact form .form-control:focus {
  border: 1px solid #b2b2b2;
}

#contact form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

#contact form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

#contact form .btn:hover {
  opacity: 1;
}

#contact form .btn:active {
  transform: translateY(1px);
}

#contact form .btn-primary {
  background-color: #74175f !important;
  margin-top: 15px;
  color: #fff;
}

/***
Pricing
***/

section#pricing {
  background: linear-gradient(135deg, #74175f, #4c21af);
}

#pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

#pricing hr {
  margin: 1.5rem 0;
}

#pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

#pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

#pricing .card-price .period {
  font-size: 0.8rem;
}

#pricing ul li {
  margin-bottom: 1rem;
}

#pricing .text-muted {
  opacity: 0.7;
}

#pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

#pricing .btn-outline-primary {
    border: 1px solid #711866;
	color: #711866;
}

#pricing .btn-outline-primary:hover {
    background: #711866;
    border: #711866;
	color: #fff;
}

@media (min-width: 992px) {
  #pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  #pricing .card:hover .btn {
    opacity: 1;
  }
}


/***
Features
***/

.icon-feature {
  text-align: center;
}

.icon-feature .glyphicon {
  font-size: 60px;
}

#features {
  background-color: #369;
  padding: 40px 0;
  color: #222;
}

.features h2 {
  color: #fff;
}

.features .icon-features {
  margin-top: 15px;
}


