html {
  scroll-behavior: smooth;
}
/* 
#gototopbox {
  position: relative;
  width: 100px;
} */

#gototop {
  opacity: 0;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  /* height: 3000px; */
  overflow-x: hidden;
  background: #041422;
  /* background: radial-gradient(circle, rgba(24, 50, 73, 0.8) 0%, rgba(9, 24, 47, 0.8) 100%); */
}

.text-terang {
  color: #fbfbfb;
}
.text-terang-50 {
  color: #a1b7cf;
}
.text-highlight {
  color: #f5ba20 !important;
}

.myheader {
  z-index: 20;
  backdrop-filter: blur(100px);
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: #183249aa;
  background: radial-gradient(circle, rgba(24, 50, 73, 0.8) 0%, rgba(9, 24, 47, 0.8) 100%);
}

.headerbox {
  z-index: 20;
  min-height: 80vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  background: rgb(24, 50, 73);
  background: radial-gradient(circle, rgba(24, 50, 73, 1) 0%, rgba(9, 24, 47, 1) 100%);
  box-shadow: rgba(38, 57, 77, 0.1) 0px 20px 20px -10px;
}

.circle {
  border-radius: 50%;
  width: 600px;
  height: 400px;
  /* border: 2px solid #ff7600; */
  background-color: #13e2e9;
  left: -10%;
  top: 0px;
  position: absolute;
  /* -webkit-animation: circle 4s infinite;
  animation: circle 15s infinite;
  animation-delay: 5s; */
  opacity: 0.4;
}

.circle2 {
  border-radius: 50%;
  width: 600px;
  height: 400px;
  /* border: 2px solid #ff7600; */
  background-color: #0099ff;
  left: 50%;
  top: 0%;
  position: absolute;
  -webkit-animation: circle2 ease-in-out 10s infinite;
  animation: circle2 ease-in-out 10s infinite;
  animation-delay: 0s;
  opacity: 1;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
    left: -10%;
    top: 0px;
  }
  25% {
    opacity: 1;
    left: 40%;
    top: 20%;
  }
  50% {
    opacity: 1;
    left: 20%;
    top: 45%;
  }
  75% {
    opacity: 1;
    left: 5%;
    top: 60%;
  }
  100% {
    opacity: 1;
    left: -10%;
    top: 0px;
  }
}
@-webkit-keyframes circle2 {
  0% {
    opacity: 1;
    left: 50%;
    top: 0%;
  }
  25% {
    opacity: 1;
    left: 10%;
    top: 50%;
  }
  50% {
    opacity: 1;
    left: -10%;
    top: 10%;
  }
  75% {
    opacity: 1;
    left: 45%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 50%;
    top: 0%;
  }
}

/* .mynavbar {
  background-color: #fff;
  transition: background-color 200ms linear;
} */

.bg-gelap {
  background: rgba(6, 22, 41, 0.74) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  /* background: radial-gradient(circle, rgb(20, 42, 61) 0%, rgba(9, 24, 47, 1) 100%); */
  box-shadow: rgba(3, 16, 27, 0.15) 0px 10px 20px -12px, rgba(0, 1, 2, 0.2) 0px 18px 16px -18px;
}

.textim {
  color: #979da9;
  font-weight: 400;
  font-size: 26pt;
}
.textnama {
  color: #eef2fc;
  font-weight: 600;
  font-size: 30pt;
}

.mybtn-contact {
  background-color: #97a9da30;
  border: none;
}
a {
  color: #fbfbfb;
}
.active {
  font-weight: 700;
  /* color: #f5ba20 !important; */
}
a:hover,
a:focus {
  color: #f5ba20 !important;
}

.btn {
  box-shadow: rgba(0, 0, 0, 0.55) 0px 25px 50px -12px;
  padding: 13px 16px !important;
  transition: 0.6s;
}
.btn:hover {
  color: #f5ba20;
  transform: translateY(-3px) !important;
}

.portofolio {
  width: 100vw;
  background: rgb(16, 44, 68);
  background: linear-gradient(50deg, rgba(16, 44, 68, 1) 0%, rgba(2, 7, 17, 1) 100%);
}

.aboutme {
  height: 100%;
  width: 100vw;
  background: rgb(24, 50, 73);
  background: radial-gradient(circle, rgba(24, 50, 73, 1) 0%, rgba(9, 24, 47, 1) 100%);
}

.gallery {
  width: 100vw;
  background: rgb(11, 31, 48);
  background: linear-gradient(227deg, rgba(11, 31, 48, 1) 0%, rgba(3, 11, 23, 1) 100%);
}

.footer {
  width: 100vw;
  background: rgb(24, 50, 73);
  background: radial-gradient(circle, rgba(24, 50, 73, 1) 0%, rgba(9, 24, 47, 1) 100%);
}

hr {
  margin-top: 5px;
  margin-bottom: 30px;
  width: 80px;
  height: 5px;
  opacity: 1;
  color: #f5ba20;
  background-color: #f5ba20;
}
.hr-long {
  margin-bottom: 20px;
  height: 1px;
  opacity: 0.15;
  color: #ffffff;
  background-color: #ffffff;
}
.text-white {
  color: #fbfbfb !important;
}
.tab {
  display: inline-block;
  margin-left: 40px;
}
.mycard-porto {
  min-height: 550px;
  border-style: block;
  border-width: 2px 0px 0px 0px;
  border-color: #f5ba20;
  border-radius: 20px !important;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(95, 130, 169, 0.16) 100%);
}

.mycard-aboutme {
  padding: 0.5rem 1rem;
  border-style: block;
  border-width: 2px 0px 0px 0px;
  border-color: #f5ba20;
  /* border-style: none !important; */
  border-radius: 20px !important;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(95, 130, 169, 0.13) 100%);
}

.mycard-portoheader {
  /* backdrop-filter: blur(15px); */
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  background-color: #0d152200;
  border-style: none;
  border-width: 0px;
  padding: calc(1vw + 0.7rem);
  letter-spacing: 3px;
}

.divboot {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.gambarboot {
  cursor: pointer;
}
.gambarpj {
  cursor: pointer;
}

.foto-aboutme {
  display: block;
  /* background: rgba(138, 177, 209, 0.03); */
  height: 240px;
  width: 240px;
  background-image: url("img/foto.png");
  background-size: cover;
}
/* ============== SCROLL BAR ================= */

/* width */
::-webkit-scrollbar {
  background: rgba(9, 24, 47, 1);
  width: 10px;
  /* margin: 3px !important; */
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgb(24, 50, 73); */
  border-radius: 0px;
  margin: 4px 3px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(121, 146, 168);
  border-radius: 8px;
  /* margin: 3px !important; */
}

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

/* ============= BUTTON SCROLL TO TOP ============== */
#btn-back-to-top {
  z-index: 9;
  cursor: pointer;
  position: fixed;
  bottom: 76px;
  right: 18px;
  display: none;
  transition: 0.5s;
  background: rgb(24, 50, 73);
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 21px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #227aad;
}

input:focus + .slider {
  box-shadow: 0 0 1px #7893a0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
