/************************

Nama: Davy Gunarso
Tanggal: 18 Feb 2022

************************/
/*** CUSTOM CSS ***/
/** Sticky header **/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/*** Submit button gradient contact ***/
.btn-grad {
  background-image: linear-gradient(to right, #16A085 0%, #F4D03F 51%, #16A085 100%);
  margin: 10px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/*** end submit button gradient ***/
/* slider */
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* end slider */
body {
  /*font-family: "Helvetica Neue" !important;*/
  font-family: "Arial" !important;
}

/* nav bar bootstrap */
.navbar {
  margin-bottom: 0 !important;
}

.webnavbar .nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
  background-color: #655700;
}

@media only screen and (max-width: 766px) {
  .collapsing, .in {
    background-color: #655700;
  }
  .collapsing ul li a, .in ul li a {
    color: #fff !important;
  }
  .collapsing ul li a:hover, .in ul li a:hover {
    color: #fff !important;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: black;
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #fff !important;
  }
  .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
    color: #fff !important;
  }
}
/* each page banner */
.template-pic {
  background-image: url("../frontend/images/template-banner.png");
  min-height: 531px;
  weight: auto;
  display: block;
}

.template-pic p {
  top: 140px;
  position: relative;
  color: white;
  font-family: Book Antique;
  font-size: 20px;
}

.template-title {
  top: 100px;
  position: relative;
  color: white;
  font-size: 30px;
  font-family: Book Antique;
}

.port-pic {
  background-image: url("../frontend/images/portfolio-banner.png");
  min-height: 531px;
  weight: auto;
  display: block;
}

.port-pic p {
  top: 140px;
  position: relative;
  color: white;
  font-family: Book Antique;
  font-size: 20px;
}

.port-title {
  top: 100px;
  position: relative;
  color: white;
  font-size: 30px;
  font-family: Book Antique;
}

.service-pic {
  background-image: url("../frontend/images/service-banner.png");
  min-height: 531px;
  weight: auto;
  display: block;
}

.service-pic p {
  top: 140px;
  position: relative;
  color: white;
  font-family: Book Antique;
  font-size: 20px;
}

.service-title {
  top: 100px;
  position: relative;
  color: white;
  font-size: 30px;
  font-family: Book Antique;
}

.blog-pic {
  background-image: url("../frontend/images/blog-banner.png");
  min-height: 531px;
  weight: auto;
  display: block;
}

.blog-pic p {
  top: 140px;
  position: relative;
  color: white;
  font-family: Book Antique;
  font-size: 20px;
}

.blog-title {
  top: 100px;
  position: relative;
  color: white;
  font-size: 30px;
  font-family: Book Antique;
}

.contact-pic {
  background-image: url("../frontend/images/contact-banner.png");
  min-height: 531px;
  weight: auto;
  display: block;
}

.contact-pic p {
  top: 140px;
  position: relative;
  color: white;
  font-family: Book Antique;
  font-size: 20px;
}

.contact-title {
  top: 100px;
  position: relative;
  color: white;
  font-size: 30px;
  font-family: Book Antique;
}

/* end each page banner */
/* numbers */
.numbers {
  font-family: arial;
  font-size: 24px;
  background-color: #854836;
  color: white;
  min-height: 140px;
  width: auto;
  display: block;
  position: relative;
}

/* footer */
#footer a:link, a:visited, a:hover {
  color: #3f3735;
  text-decoration: none;
}

/* Image Overlay Gallery */
* {
  box-sizing: border-box;
}

.webport {
  /*  position: relative;
    width: 50%;
    max-width: 300px;*/
}

.latest-con {
  position: relative;
  /*width: 50%;*/
  max-width: 300px;
  display: inline-block;
}

.image {
  display: block;
  width: 250px;
  /*height: auto;*/
}

.image-latest {
  display: block;
  width: 200px;
  /*height: auto;*/
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 250px;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 17px;
  font-family: Arial;
  padding: 20px;
  text-align: center;
}

.overlay-l {
  width: 220px;
}

.webport:hover .overlay {
  opacity: 1;
}

.latest-con:hover .overlay {
  opacity: 1;
}

/* End Image Overlay */
/* HP */
@media only screen and (max-width: 600px) {
  .gallery-hp {
    display: block;
  }
  .gallery-pc {
    display: none;
  }
}
/* PC */
@media only screen and (min-width: 601px) {
  .gallery-hp {
    display: none;
  }
  .gallery-pc {
    display: block;
  }
}
/* animation index */
/**** PAGE INDEX ****/
.container-text {
  margin-right: auto;
  margin-left: auto;
  animation-name: con;
  animation-timing-function: ease;
  animation-duration: 4s;
  padding-left: 50px;
  padding-right: 50px;
  background-color: white;
  min-height: 100px;
  width: auto;
  display: block;
  position: relative;
}

@keyframes con {
  0% {
    left: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    left: 0px;
    top: 0px;
    position: relative;
  }
}
.icon {
  animation-name: icon;
  animation-duration: 4s;
}

@keyframes icon {
  0% {
    right: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    right: 0px;
    top: 0px;
    position: relative;
  }
}
.icon-hp {
  background-color: black;
  height: auto;
  width: auto;
  display: block;
  position: relative;
}

.download {
  float: left;
  animation-name: download;
  animation-timing-function: ease;
  animation-duration: 3s;
}

@keyframes download {
  0% {
    top: -100px;
    position: relative;
    opacity: 0;
  }
  100% {
    top: 0px;
    position: relative;
    opacity: 1;
  }
}
.quote {
  float: right;
  animation-name: quote;
  animation-timing-function: ease;
  animation-duration: 3s;
}

@keyframes quote {
  0% {
    top: -100px;
    position: relative;
    opacity: 0;
  }
  100% {
    top: 0px;
    position: relative;
    opacity: 1;
  }
}
.latest {
  animation-name: latest;
  animation-timing-function: ease;
  animation-duration: 3s;
}

@keyframes latest {
  0% {
    left: -100px;
    position: relative;
  }
  100% {
    left: 0px;
    position: relative;
  }
}
.testimony {
  animation-name: testimony;
  animation-timing-function: ease;
  animation-duration: 3s;
}

@keyframes testimony {
  0% {
    right: -100px;
    position: relative;
  }
  100% {
    right: 0px;
    position: relative;
  }
}
.slider {
  animation-name: slider;
  animation-timing-function: ease;
  animation-duration: 4s;
}

@keyframes slider {
  0% {
    left: -100px;
    position: relative;
  }
  100% {
    left: 0px;
    position: relative;
  }
}
.footer-ani {
  animation-name: footer-ani;
  animation-timing-function: ease;
  animation-duration: 4s;
}

@keyframes footer-ani {
  0% {
    bottom: -100px;
    position: relative;
  }
  100% {
    bottom: 0px;
    position: relative;
  }
}
@media screen and (min-width: 400px) {
  .PC {
    display: block;
  }
  .HP {
    display: none;
  }
  .icons-area {
    background-color: black;
    height: 200px;
  }
}
@media screen and (max-width: 399px) {
  .PC {
    display: none;
  }
  .HP {
    display: block;
  }
  .icons-area {
    background-color: black;
    height: 60px;
  }
}
/* Web Portfolio */
.webport-animate {
  animation-name: webport-animate;
  animation-duration: 4s;
}

@keyframes webport-animate {
  0% {
    left: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    left: 0px;
    top: 0px;
    position: relative;
  }
}
/* Design Portfolio */
.design-animate {
  animation-name: design-animate;
  animation-duration: 4s;
}

@keyframes design-animate {
  0% {
    right: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    right: 0px;
    top: 0px;
    position: relative;
  }
}
/* Service */
.service-content-ani {
  animation-name: service-content-ani;
  animation-duration: 4s;
}

@keyframes service-content-ani {
  0% {
    left: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    left: 0px;
    top: 0px;
    position: relative;
  }
}
.service-nav-ani {
  animation-name: service-nav-ani;
  animation-duration: 4s;
}

@keyframes service-nav-ani {
  0% {
    right: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    right: 0px;
    top: 0px;
    position: relative;
  }
}
.service-beli-ani {
  animation-name: service-beli-ani;
  animation-duration: 4s;
}

@keyframes service-beli-ani {
  0% {
    bottom: -100;
    position: relative;
  }
  100% {
    bottom: 0;
    position: relative;
  }
}
/* Blog */
.blog-ani {
  animation-name: blog-ani;
  animation-duration: 4s;
}

@keyframes blog-ani {
  0% {
    left: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    left: 0px;
    top: 0px;
    position: relative;
  }
}
/* Contact */
.contact-port-ani {
  animation-name: blog-ani;
  animation-duration: 4s;
}

@keyframes contact-port-ani {
  0% {
    left: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    left: 0px;
    top: 0px;
    position: relative;
  }
}
.contact-form-ani {
  animation-name: contact-form-ani;
  animation-duration: 4s;
}

@keyframes contact-form-ani {
  0% {
    right: -100px;
    top: 0px;
    position: relative;
  }
  100% {
    right: 0px;
    top: 0px;
    position: relative;
  }
}
/*** animation-custom.css ***/

/*# sourceMappingURL=animation-custom.css.map */
