html,
body {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Lexend Deca", calibri;
}

::-moz-selection {
  background-color: #6195ff;
  color: #fff;
}

::selection {
  background-color: #6195ff;
  color: #fff;
}

#btt {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #6195ff;
  border-radius: 3px;
  color: #fff;
  z-index: 9999;
  transition: 0.2s opacity;
  cursor: pointer;
}

#btt:hover {
  opacity: 0.8;
}

.btn {
  border-radius: 0 !important;
}

#navbar-scroll {
  padding: 10px 0;
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 10px 3px !important;
}

#navbar-scroll .nav-link {
  color: #1c1d21;
  padding: 15px 0;
}

#navbar-scroll .nav-link:hover {
  color: #0bb2dc;
}

#navbar-scroll .nav-link.active {
    color: #0bb2dc;
}

#navbar-scroll .navbar-brand {
  font-size: 25px;
  color: #1c1d21;
  font-family: "Varela Round", calibri;
}

/* Navbar */

#navbar {
  background: #1c1d21 !important;
  box-shadow: 0 0 0 0 !important;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-out;
}

#navbar .nav-link {
  color: #aaa;
  padding: 15px 0;
}

#navbar .nav-link:hover {
  color: #fff;
}

#navbar .navbar-brand {
  font-family: "Varela Round", calibri;
  font-size: 25px;
}

/* Home */

#started {
  margin-top: 0px;
  color: #fff;
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-attachment: none;
  position: relative;
  background-image: url(/assets/welcome.jpg);
  overflow: hidden;
}

#started::before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

#started .container-fluid {
  position: relative;
  z-index: 2;
  top: 100px;
  text-align: center;
}

#started .container-fluid h1 {
  font-weight: 800;
  font-size: 40px;
}

#started .container-fluid p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}

#started .container-fluid a {
  padding: 20px 40px;
  font-size: 20px;
  margin: 10px 0;
}

/* Akhir Home */

/* SKILL */

#skill {
  overflow: hidden;
  background-color: #eee;
}

#skill h1 {
  margin: 50px 0 80px;
}

#skill h1::after {
  content: "";
  display: block;
  border-bottom: 4px solid #0b88dc;
  width: 10%;
  left: 18px;
  position: absolute;
  margin: auto;
  padding-bottom: 15px;
}

#skill .image {
  text-align: center;
}

#skill .image img {
  border-radius: 50%;
  margin-top: 50px;
}

#skill .image h4 {
  padding: 15px;
  position: relative;
  z-index: 2;
  margin-top: -65px;
  margin-bottom: 50px;
  color: #fff;
  background-color: #1c1d21;
  border-radius: 0 0 10px 10px;
}

#skill .skill-container {
  width: 100%;
  background-color: #ddd;
  margin-bottom: 10px;
}

.skills {
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  color: white;
}

.html {
  width: 100%;
  background-image: linear-gradient(to right, #e96633, #039be5, #c0ca33 65%);
}

.php {
  width: 100%;
  background-color: #d500f9;
}

.sass {
  width: 95%;
  background-color: #e64980;;
}

.laravel {
  width: 90%;
  background-color: #e53935;
}

.react {
  width: 80%;
  background-color: #5ED3F3;
}

.vue {
  width: 85%;
  background-color: #00e676;
}

.html-i {
  color: #e96633;
}

.css-i {
  color: #039be5;
}

.js-i {
  color: #c0ca33;
}

.php-i {
  color: #d500f9;
}

.sass-i {
  color: #e64980;
}

.react-i {
  color: #5ED3F3;
}

.laravel-i {
  color: #e53935;
}

.vue-i {
  color: #00e676;
}

#services {
  position: relative;
  color: #fff;
  padding: 120px 0;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-image: url(/assets/services.jpg);
}

#services .container::before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

#services .container h1 {
  font-size: 50px;
  position: relative;
  z-index: 2;
  color: #039be5;
  margin: 0 0 80px;
}

#services .container h1::after {
  content: "";
  display: block;
  border-bottom: 4px solid #fff;
  width: 10%;
  margin: auto;
  padding-bottom: 15px;
}

#services .container h2 {
  font-size: 40px !important;
  color: #039be5;
}

#services .container h3 {
  font-size: 45px !important;
  font-weight: 800;
}

#services .container h4 {
  font-size: 20px !important;
}

#services .container .col-md-3 {
  margin-top: 30px;
}

/* AKHIR SKILL */

/* blog */

#blog {
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  background-color: #eee;
}

#blog h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
}

#blog h1::after {
  content: "";
  display: block;
  border-bottom: 4px solid #0b88dc;
  width: 10%;
  margin: auto;
  padding-bottom: 15px;
}

#blog .row {
  margin: 20px 0;
}

#blog .col-md-4 {
  margin: 10px 0;
}

#blog .col-md-4::before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
}

#blog .col-md-4:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

#blog .col-md-4:hover .isi {
  opacity: 1;
}

#blog .col-md-4:hover .isi h2 {
  transform: translate(0, 0);
}

#blog .col-md-4:hover .isi p {
  transform: translate(0, 0);
}

#blog .col-md-4 .isi {
  opacity: 0;
  color: #fff;
  position: absolute;
  left: 10%;
  right: 10%;
  width: 80%;
  top: 120px;
  transition: all 0.1s ease-in-out;
}

#blog .col-md-4 .isi p {
  color: #0b63dc;
  font-family: "Varela Round", calibri;
  font-size: 40px;
  transform: translate(0, 50px);
  transition: all 0.2s ease-out;
}

#blog .col-md-4 .isi a {
  font-family: "Varela Round", calibri;
  color: #fff;
  text-decoration: none;
}

#blog .col-md-4 .isi h2 {
  margin-top: -15px;
  font-size: 60px;
  transform: translate(0, 50px);
  transition: all 0.5s ease-out;
}

/* Akhir blog */

/* Recent Blog */

#recent {
  padding: 100px 0;
  overflow: hidden;
}

#recent h1 {
  text-align: center;
  margin: 50px 0;
  font-size: 40px;
  font-weight: 600;
}

#recent h1::after {
  content: "";
  display: block;
  border-bottom: 4px solid #0b88dc;
  width: 10%;
  margin: auto;
  padding-bottom: 15px;
}

#recent .col-md-4 .container {
  background-color: #eee;
  border: 1px solid #eee;
  padding: 20px;
  margin: 15px 0;
}

#recent .blog-info{
    font-size:12px;
}

#recent .blog-info i {
  color: #039be5;
}

#recent .blog-info span {
  margin-right: 10px;
  margin-top: -4px;
  margin-bottom: -10px;
}

#recent .judul {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 600;
}

#recent p a {
  text-decoration: none;
  color: #6195ff;
  font-size: 16px;
  transition: all 0.1s linear;
}

#recent p a:hover {
  text-decoration: none;
  color: #f76b61;
}

/* Akhir Recent Blog */

/* contact */

footer {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
  background-color: #1c1d21;
  color: #868f9b;
}

footer h2 {
  margin: 50px 0;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

footer h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 60px;
}

footer h3 p:first-child {
  font-size: 30px;
}

footer h4 {
  font-size: 15px;
  font-weight: 600;
}

/* Akhir contact */

/* Large devices (desktops, 768px and up) */

@media (min-width: 768px) {
  #navbar-scroll {
    display: none;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 10px 3px !important;
  }

  #navbar-scroll .navbar-brand {
    font-size: 30px;
  }

  #navbar-scroll .nav-link {
    padding: 0 10px;
    margin: 0 10px;
  }

  #navbar-scroll .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid #0bb2dc;
    width: 50%;
    margin: auto;
    padding-bottom: 1px;
    margin-bottom: -8px;
  }

  /* Navbar */

  #navbar {
    background: transparent !important;
  }

  #navbar .navbar-brand {
    font-size: 30px;
  }

  #navbar .nav-link {
    padding: 0 10px;
    margin: 0 10px;
  }

  #navbar .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid #0b63dc;
    width: 50%;
    margin: auto;
    padding-bottom: 1px;
    margin-bottom: -8px;
  }

  /* Akhir Navbar */

  /* Home */

  #started {
    margin-top: -80px;
    height: 660px;
    background-attachment: fixed;
  }

  #started::before {
    height: 713px;
    top: -52px;
  }

  #started .container-fluid {
    top: 220px;
  }

  #started .container-fluid h1 {
    font-weight: 800;
    font-size: 60px;
  }

  #started .container-fluid p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
  }

  #started .container-fluid a {
    padding: 15px 40px;
    font-size: 30px;
    font-size: 18px;
    display: inline;
    margin: 0 2.5px;
  }

  /* Akhir Home */

  /* About */

  #about {
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
  }

  #about h1 {
    margin: 50px 0;
    font-size: 40px;
    font-weight: 600;
  }

  #about h1::after {
    content: "";
    display: block;
    width: 10%;
    margin: auto;
    padding-bottom: 15px;
  }

  #about h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 20px;
    transition: all 0.3s ease-in-out;
  }

  #about p {
    transition: all 0.3s ease-in-out;
  }

  #about .col-md-4 {
    padding: 60px 10px;
    cursor: pointer;
  }

  #about .about-icons i {
    font-size: 30px;
  }

  /* Akhir About */

  /* SKILL */

  #skill {
    padding: 10px 0 40px;
    overflow: hidden;
  }

  #skill h1 {
    margin: 50px 0 40px;
    font-size: 40px;
    font-weight: 600;
  }

  #skill .image img {
    margin-top: 32%;
  }

  /* AKHIR SKILL */

  /* blog */

  #blog {
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
  }

  #blog h1 {
    margin: 50px 0;
    font-size: 40px;
    font-weight: 600;
  }

  #blog .row {
    margin: 20px 0;
  }

  #blog .col-md-4 {
    margin: auto;
  }

  #blog .col-md-4 .isi {
    opacity: 0;
    position: absolute;
    left: 10%;
    right: 10%;
    width: 80%;
    top: 120px;
    transition: all 0.1s ease-in-out;
  }

  #blog .col-md-4 .isi h2 {
    font-size: 40px;
    margin-top: -15px;
  }

  #blog .col-md-4 .isi p {
    font-size: 20px;
  }

  /* Akhir blog */

  /* Recent blog */

  #recent .col-md-4 .container {
    margin: 0 0;
  }

  /* Akhir Recent blog */

  /* contact */

  footer {
    font-family: "Montserrat", calibri;
    padding: 30px 0;
  }

  footer h2 {
    margin: 50px 0;
    font-size: 40px;
    font-weight: 600;
  }

  footer h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 60px;
  }

  footer h3 p:first-child {
    font-size: 30px;
  }

  footer h4 {
    font-size: 15px;
    font-weight: 600;
  }

  /* Akhir contact */
}

