@font-face {
  font-family: "Nyght";
  src: url("/fonts/nyght/NyghtSerif-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: sans-serif;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-feature-settings: "case" 1, "cpsp" 1, "dlig" 1, "cv01" 1, "cv02", "cv03" 1, "cv04" 1;
  font-variation-settings: "wght" 400;
  font-variant: common-ligatures contextual;
  font-kerning: normal;
  letter-spacing: -0.02em;
  padding: 0;
}

b,
strong,
h3,
h4,
h5,
h6 {
  font-variation-settings: "wght" 600;
}

h1 {
  font-variation-settings: "wght" 600;
  font-size: 48px;
  line-height: 1.1em;
}

h2 {
  font-size: 36px;
  font-variation-settings: "wght" 600;
}

p {
  font-size: 12pt;
}

a.post-item-title {
  font-size: 18pt;
}

a.nav-link,
a.post-item-more {
  text-decoration: none;
}

a.nav-link:hover {
  color: #ffaa43;
}

a.post-item-more:hover {
  text-decoration: line-through;
  color: #ffaa43;
}

.italic {
  font-family: "Nyght";
}

.title {
  font-variation-settings: "wght" 300;
}

.bg-yellow,
.bg-warning {
  background-color: #FFDD2C;
}

.bg-black {
  background-color: #1a1a1a;
}

.bg-putih {
  background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 1.5dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
details summary {
  cursor: pointer;
}

.text-gray {
  color: #8e8e8e;
}

img.next-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.prose a {
  color: #ffaa43;
}

.nav-line .nav-link {
  color: #69778c;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.propic {
  -o-object-fit: cover;
     object-fit: cover;
  height: 50vh;
}

.bg-white-blur {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
}

.navbar-toggler {
  border: none;
}

.isi2 {
  background-color: white;
}

img.top3 {
  width: auto;
  height: 72px;
  fill: #005FF5;
}

.porto {
  background-color: #003840;
  width: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.porto a {
  filter: invert(0%);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.porto a h2 {
  line-height: 30px;
  font-weight: 700;
}

.test {
  border: 1px solid red;
}

.portfolio .card {
  border-radius: 0;
  border: none;
}
.portfolio .card .img-overlay {
  border-radius: 0;
}
.portfolio .card a {
  color: #000;
  text-decoration: none;
}
.portfolio .card a h2,
.portfolio .card a p {
  opacity: 0;
  filter: invert(0%);
}
.portfolio .card .card-img {
  border: none;
  border-radius: 0;
  aspect-ratio: 1/1;
}
.portfolio .card img {
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.1;
  transition: transform 0.9s;
  /* Animation */
}
.portfolio .card:hover a h2,
.portfolio .card:hover a p {
  opacity: 100%;
}
.portfolio .card:hover img {
  opacity: 30%;
  transform: scale(1.1);
}

.works .card {
  border-radius: 0;
  border: none;
}
.works .card .img-overlay {
  border-radius: 0;
}
.works .card a {
  color: #000;
  text-decoration: none;
}
.works .card a h2,
.works .card a p {
  opacity: 0;
  filter: invert(0%);
}
.works .card .card-img {
  border: none;
  border-radius: 0;
  aspect-ratio: 1/1;
}
.works .card img {
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.1;
  transition: transform 0.9s;
  /* Animation */
}
.works .card:hover a h2,
.works .card:hover a p {
  opacity: 100%;
}
.works .card:hover img {
  opacity: 40%;
  transform: scale(1.1);
}

.project-page {
  background-color: rgb(250, 250, 250);
}
.project-page p {
  font-size: large;
  line-height: 1.5;
}
.project-page .opening {
  height: 50vh;
}
.project-page .konten img {
  width: 100vw;
}
.project-page .konten .wp-block-heading {
  margin-top: 1em;
}
.project-page .konten .wp-element-caption {
  text-align: center;
}
.project-page .project-a .header-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.project-page .project-a img {
  height: auto;
  width: 100%;
}

.blogs {
  margin-bottom: 5em;
}
.blogs p {
  font-size: larger;
  line-height: 1.5;
}
.blogs .header-img {
  height: 40vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .konten img {
  height: auto;
  width: 100%;
}

.bannergw {
  background-image: url("/assets/bg1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image1 {
  background-image: url(/images/photo2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image2 {
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
}

.top3-section {
  background-image: conic-gradient(#E7FFF7, #cceaff, #98E8FF);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #005FF5;
  height: 50vh;
}
.top3-section svg {
  fill: #005FF5;
}

.footer {
  background-color: #ffdd2c;
}
.footer a {
  text-decoration: none;
  color: #000;
}
.footer a:hover {
  color: #ff5f45;
}

.blogs a {
  text-decoration: none;
  color: black;
}
.blogs a:hover {
  color: #ff5f45;
}
.blogs .card {
  border: none;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.blogs .card .card-header {
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  border: 0;
}
.blogs .card .card-img {
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.blogs .card .card-img:hover {
  box-shadow: 0 18px 32px -18px #000;
  transform: translateY(-5px);
}

.vh-25 {
  height: 25vh;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}/*# sourceMappingURL=main.css.map */