@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
}

html {
  scroll-behavior: smooth;
}

p, span, div, a, ul, li {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kanit", sans-serif;
  background: linear-gradient(#de4a6c, #9378a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  letter-spacing: 0.1rem;
  line-height: 2rem;
}

#upButton {
  position: fixed;
  display: none;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  fill: #de4a6c;
  cursor: pointer;
  transition: 0.4s ease;
}
#upButton:hover {
  animation-name: aHover;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/* width */
::-webkit-scrollbar {
  width: 0.8rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #242424;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #242424;
  border: 0.1px solid #9378a1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0a0a0a;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .Kapsam {
  padding-top: 60px;
}

main {
  background: #0a0a0a;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}

main nav {
  margin-bottom: 5rem;
  width: 100%;
  background: linear-gradient(90deg, #de4a6c, #9378a1);
  padding-bottom: 0.5rem;
  z-index: 3;
}
main nav ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #242424;
}
main nav ul li a {
  background: linear-gradient(#de4a6c, #9378a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s ease;
}
main nav ul li a:hover {
  margin-left: 1rem;
}

header {
  width: 100%;
  background: linear-gradient(95deg, #de4a6c, #9378a1);
  padding-top: 0.2rem;
  animation-name: hBg;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
header .headerImg {
  background-image: linear-gradient(360deg, #242424, rgba(36, 36, 36, 0.6980392157), rgba(36, 36, 36, 0.4039215686));
}
header .headerIcerik {
  border-radius: 0 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#AboutHeader {
  padding-top: 1rem;
}
#AboutHeader div {
  background-image: url("https://images.pexels.com/photos/821754/pexels-photo-821754.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
  background-position: 50% -50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  mix-blend-mode: darken;
  width: 100%;
  height: 35vh;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(18px + 5vw);
  color: #242424;
}

.AllProject div {
  background-image: linear-gradient(360deg, #242424, rgba(36, 36, 36, 0.8901960784)) !important;
  color: #bfbfbf !important;
}
.AllProject div p {
  width: 90%;
  text-align: center;
  margin-top: 1rem;
}

.headerImg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 10rem 0;
  padding-bottom: 0;
}
.headerImg .imgCircle {
  width: calc(5rem + 8vw);
  height: calc(5rem + 8vw);
  background: linear-gradient(95deg, #de4a6c, #9378a1);
  border-radius: 50%;
  padding: 0.3rem;
  box-shadow: -5px 10px 30px -5px #0a0a0a;
  z-index: 2;
}
.headerImg .imgCircle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.headerText {
  background: #242424;
  width: 100%;
  padding: 1.5rem 10%;
  z-index: 1;
  text-align: center;
}
.headerText h1 {
  margin-bottom: 1.5rem;
}
.headerText p {
  color: #bfbfbf;
  margin-bottom: 1rem;
}

section#contact {
  width: 95%;
  padding: 1rem;
  margin-bottom: 2rem;
}
section#contact h1 {
  text-align: center;
  margin-bottom: 1.5rem;
}
section#contact p {
  text-align: center;
  background: linear-gradient(#de4a6c, #9378a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  margin-bottom: 1rem;
}
section#contact .icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

section#about {
  width: 95%;
  background: #242424;
  border-radius: 1rem;
  border: 5px solid #de4a6c;
  padding: 5rem 3rem;
  text-align: center;
  margin: calc(5vw + 1rem) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
section#about p {
  font-family: "Kanit", sans-serif;
  background: linear-gradient(#de4a6c, #9378a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}

#pages {
  display: flex;
  width: 100%;
}
#pages iframe {
  width: 100%;
  height: auto;
}

.Kapsam {
  background: #0a0a0a;
  height: 100vh;
  overflow: hidden;
  width: 95%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column wrap;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 5rem;
}

.Kapsam li {
  background: #242424;
  box-shadow: 1px 1px 5px #242424;
  width: calc(25% - 1rem);
  min-height: 250px;
  border-radius: 1rem;
}

.Kapsam li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(95deg, #de4a6c, #9378a1);
  padding: 0.2rem;
}
.Kapsam li .icerik {
  width: 100%;
  background: #242424;
  border-radius: 1rem;
}
.Kapsam li .img {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.Kapsam li img {
  width: 100%;
  height: auto;
}
.Kapsam li .img, .Kapsam li img {
  border-radius: 0.7rem;
}
.Kapsam li .text {
  padding: 1rem;
}
.Kapsam li .text h1 {
  margin-bottom: 1rem;
}
.Kapsam li .text p {
  color: #bfbfbf;
}

.icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 1rem;
}

svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: #9378a1;
  transition: 0.4s ease-in-out;
}

.icerik .icons {
  position: relative;
}

svg ~ span {
  position: absolute;
  top: 50%;
  width: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 1rem;
  display: none;
  padding: 0.5rem 0;
  background: #de4a6c;
  color: white;
}

svg:hover {
  fill: #9378a1;
  animation-name: aHover;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

svg:hover ~ span {
  display: inline;
}

footer {
  background: linear-gradient(95deg, #de4a6c, #9378a1);
  width: 100%;
  padding-top: 2rem;
  border-radius: 1rem 1rem 0 0;
  padding-bottom: 0.2rem;
}
footer .footerIcerik {
  background: #242424;
  border-radius: 1.5rem 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  color: #bfbfbf;
}
footer .footerIcerik p {
  margin-bottom: 1rem;
}
footer .footerIcerik p a {
  color: #de4a6c;
  transition: 0.3s ease-in-out;
}
footer .footerIcerik p a:hover {
  color: #9378a1;
}
footer .footerIcerik .SendBtn {
  background: #de4a6c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  color: #ecf2f7;
  width: 12rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: 2px groove #ecf2f7;
  transition: 0.3s ease-in-out;
}
footer .footerIcerik .SendBtn svg {
  fill: #ecf2f7;
  animation: none;
}
footer .footerIcerik .SendBtn:hover {
  background: #9378a1;
}

@media (max-width: 1200px) {
  .Kapsam li {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 990px) {
  .Kapsam li {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 720px) {
  .Kapsam li {
    width: 100%;
  }
  p, span, div, a, ul, li {
    font-size: 0.8rem;
  }
}
@keyframes aHover {
  from {
    fill: #9378a1;
    margin-top: 0;
  }
  to {
    fill: #de4a6c;
    margin-top: -0.5rem;
  }
}
@keyframes hBg {
  0% {
    background: linear-gradient(95deg, #de4a6c, #9378a1);
  }
  25% {
    background: linear-gradient(95deg, #9378a1, #de4a6c);
  }
  50% {
    background: linear-gradient(185deg, #de4a6c, #9378a1);
  }
  75% {
    background: linear-gradient(1855deg, #9378a1, #de4a6c);
  }
  100% {
    background: linear-gradient(95deg, #9378a1, #de4a6c);
  }
}/*# sourceMappingURL=app.css.map */