@font-face {
  font-family: "proxima_novabold";
  src: url("../assets/fonts/fontsfree-net-proxima-nova-bold-webfont.woff2") format("woff2"), url("../assets/fonts/fontsfree-net-proxima-nova-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima_novabold", serif;
}

.r-link::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background-color: #dd1919;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.r-link:hover::after {
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.r-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dd1919;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media (min-width: 1380px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .nav-links,
  .left-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 2;
    margin: 0px;
  }
  .nav-links a,
  .left-menu a {
    color: #524d51;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }
  .nav-links li,
  .left-menu li {
    padding: 10px 20px;
  }
  .nav-logo {
    margin-right: auto;
    cursor: pointer;
  }
  .left-menu {
    margin-right: auto;
  }
}

@media (max-width: 1379px) {
  body {
    overflow-x: hidden;
  }
  nav {
    height: 10vh;
  }
  .mobile {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
  }
  .desktop {
    display: none;
  }
  .nav-links {
    width: 100%;
    padding: 0px 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    position: absolute;
    z-index: 2;
    right: 0;
    margin: 0px;
    top: 12vh;
    opacity: 0;
    -webkit-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    display: none;
  }
  .nav-links a {
    color: white;
    text-decoration: none;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav-active {
    width: 100%;
    background-color: #1785ce;
    opacity: 1;
    display: block;
  }
  .nav-links li {
    border-bottom: white 1px solid;
    padding: 10px 0px;
  }
  .nav-links li:hover {
    background-color: #213763;
  }
  .nav-logo {
    margin-right: auto;
    cursor: pointer;
  }
  .burger {
    color: #8b8585;
    cursor: pointer;
  }
  .navigation img {
    height: 80px;
  }
}

.header-container {
  background: url("../assets/images/fasilitas/fasilitas1.jpg") no-repeat center fixed;
  background-size: cover;
}

h1 {
  margin: 0px;
  padding: 0px;
}

.header-container {
  height: 450px;
  position: relative;
}

h1.header {
  position: absolute;
  bottom: 0px;
  left: 10%;
  bottom: 50px;
  color: white;
  font-size: 68px;
  font-weight: 700;
}

body {
  padding: 0px;
  margin: 0px;
  line-height: normal;
}

button.apply-btn {
  background-color: #dd1919;
  color: white;
  border: 0px;
  padding: 10px 30px;
  margin: 0px 30px;
  cursor: pointer;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  padding: 30px 5%;
  top: 0px;
  z-index: 3;
  font-family: "proxima_novabold", serif;
  font-size: 14px;
  font-weight: 700;
  color: #524d51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-logo {
  width: 80px;
  cursor: pointer;
}

ul.breadcum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 80px;
}

h1.title-section p::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: bottom;
  width: 90px;
}

h1.title-section p {
  font-size: 28px;
}

h1.subtitle-section {
  color: #0d5ea3;
  font-weight: 800;
}

.header-container {
  padding: 30px 0px;
}

.logo {
  width: 200px;
}

.logo.ban-pt {
  margin-top: 10px;
}

.second-navigation li a {
  color: white;
}

.second-navigation {
  position: relative;
  z-index: 2;
}

.subsection {
  padding: 100px;
}

.main-content {
  padding: 100px 5%;
}

.padding-100 {
  padding: 0px 100px;
}

.visible {
  display: block;
}

.li-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-background {
  background-color: rgba(139, 133, 133, 0);
}

.link {
  cursor: pointer;
}

a {
  color: #1c98eb;
  text-decoration: none;
}

.no-sticky {
  position: relative;
  z-index: 2;
}

.breadcum {
  padding-bottom: 80px;
}

li.menu-active {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 0px;
  background-color: #dd1919;
}

li.menu-active a {
  color: white;
}

.hello {
  opacity: 1 !important;
}

.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.full .content {
  background-color: rgba(0, 0, 0, 0.75) !important;
  height: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
}

.full .content img {
  left: 50%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: zoomin 1s ease;
          animation: zoomin 1s ease;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.byebye {
  opacity: 0;
}

.byebye:hover {
  -webkit-transform: scale(0.2) !important;
          transform: scale(0.2) !important;
}

.gallery {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-columns: (250px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 250px);
}

.gallery img {
  max-width: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.gallery img:hover {
  -webkit-box-shadow: 0 0 32px #333;
          box-shadow: 0 0 32px #333;
}

.gallery .content {
  padding: 4px;
}

.gallery .gallery-item {
  -webkit-transition: grid-row-start 300ms linear;
  transition: grid-row-start 300ms linear;
  transition: grid-row-start 300ms linear, -ms-grid-row 300ms linear;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.gallery .gallery-item:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

@media (max-width: 600px) {
  .gallery {
    -ms-grid-columns: (minmax(30%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}

@media (max-width: 400px) {
  .gallery {
    -ms-grid-columns: (minmax(50%, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

@-webkit-keyframes zoomin {
  0% {
    max-width: 50%;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  30% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  70% {
    max-width: 50%;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes zoomin {
  0% {
    max-width: 50%;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  30% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  70% {
    max-width: 50%;
  }
  100% {
    max-width: 100%;
  }
}

.r2-footer {
  background-color: #313131;
}

.r2-footer-main {
  padding: 0px 5%;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 40px;
}

.r2-footer-main img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

ul li {
  list-style: none;
}

.r2-footer-main ul li a {
  color: white;
}

.r2-footer-address p {
  width: 250px;
  margin-left: 40px;
  color: white;
}

.footer-copyright {
  color: white;
  padding: 100px;
}

hr {
  background-color: white;
}

.link-black {
  color: black;
}

@media (max-width: 1100px) {
  .r2-footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .r2-footer-main img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
/*# sourceMappingURL=fasilitas.css.map */