.text-terang {
  color: #fbfbfb;
}

.text-highlight {
  color: #f5ba20 !important;
}
.galheader {
  height: 460px;
}

.gal {
  display: block;
  background: #000;
  width: 10%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.25) 5px 10px 10px;
  transition: 0.6s ease-in-out !important;
}

.gal:hover {
  box-shadow: rgba(14, 29, 49, 0.35) 20px 40px 50px;
  width: 70%;
}

.gallery1 {
  height: 80%;
  background-image: url("img/gallery/header/ben-griffiths-gAe1pHGc6ms-unsplash.jpg");
  animation: height1 18s ease-in-out infinite;
}

@keyframes height1 {
  0% {
    height: 80%;
  }
  25% {
    height: 30%;
  }
  50% {
    height: 50%;
  }
  75% {
    height: 90%;
  }
  100% {
    height: 80%;
  }
}
.gallery2 {
  height: 770%;
  background-image: url("img/gallery/header/austin-poon-JO_S6ewBqAk-unsplash.jpg");
  animation: height2 18s ease-in-out infinite;
}

@keyframes height2 {
  0% {
    height: 70%;
  }
  25% {
    height: 90%;
  }
  50% {
    height: 60%;
  }
  75% {
    height: 30%;
  }
  100% {
    height: 70%;
  }
}
.gallery3 {
  height: 30%;
  background-image: url("img/gallery/header/nick-fewings-0y_DB18swVc-unsplash.jpg");
  animation: height3 18s ease-in-out infinite;
}
@keyframes height3 {
  0% {
    height: 30%;
  }
  25% {
    height: 50%;
  }
  50% {
    height: 90%;
  }
  75% {
    height: 70%;
  }
  100% {
    height: 30%;
  }
}
.gallery4 {
  height: 90%;
  background-image: url("img/gallery/header/roman-synkevych-vXInUOv1n84-unsplash.jpg");
  animation: height4 18s ease-in-out infinite;
}
@keyframes height4 {
  0% {
    height: 90%;
  }
  25% {
    height: 60%;
  }
  50% {
    height: 70%;
  }
  75% {
    height: 40%;
  }
  100% {
    height: 90%;
  }
}
.gallery5 {
  height: 60%;
  background-image: url("img/gallery/header/simon-noh-0rmby-3OTeI-unsplash.jpg");
  animation: height5 18s ease-in-out infinite;
}
@keyframes height5 {
  0% {
    height: 60%;
  }
  25% {
    height: 90%;
  }
  50% {
    height: 40%;
  }
  75% {
    height: 80%;
  }
  100% {
    height: 60%;
  }
}
ul {
  margin-top: 10px;
  margin-left: -20px;
  align-items: center;
  position: relative;
  display: flex;
}

li {
  list-style: none;
}

/* label {
  position: relative;
} */

input[type="checkbox"] {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  cursor: pointer;
  height: calc(5vw + 70px);
  width: calc(5vw + 70px);
  margin: calc(0.2vh + 5px) calc(0.1vh + 2px) 0px 12px;
  z-index: 8 !important;
  border-radius: 20px !important;
}

.gallery-text {
  font-family: "Poppins", sans-serif;
  position: relative;
  height: calc(5vw + 70px);
  width: calc(5vw + 70px);
  background: rgba(92, 181, 255, 0);
  color: rgba(208, 229, 255, 0.452);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(3vmax + 2rem);
  cursor: pointer;
  margin: calc(0.2vh + 5px) calc(0.1vh + 2px) 0px 12px;
  border-radius: 20px;
  box-shadow: -4px -4px 10px rgba(113, 154, 216, 0.12), 6px 6px 10px rgba(1, 12, 19, 0.5);
}

input[type="checkbox"]:checked ~ div {
  box-shadow: 4px 4px 30px rgba(61, 124, 175, 0.15), inset 4px 4px 6px rgba(0, 0, 0, 0.2), 0 0 2px rgba(44, 91, 153, 0.2),
    3px 3px 40px rgba(23, 49, 80, 0.02);
  color: rgb(213, 227, 253);
  text-shadow: 0 0 40px rgb(78, 133, 235), 0 0 40px rgb(78, 133, 235);
  animation: glow 3.5s linear infinite;
}

input[type="checkbox"]:checked ~ .gallery-text {
  animation: size 5s ease-in-out infinite;
}

@keyframes glow {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(80deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}

@keyframes size {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* input[type="checkbox"]:checked ~ .gallery-text {
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.01), inset 4px 4px 6px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 2px white;
  animation: glow 1.5s linear infinite;
} */

/* @keyframes glow {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  } 
}*/

html {
  scroll-behavior: smooth;
  background: rgb(24, 50, 73);
  background: radial-gradient(circle, rgba(24, 50, 73, 1) 0%, rgba(9, 24, 47, 1) 100%);
}

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

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

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

.bg-gelap {
  backdrop-filter: blur(15px);
  background: #051527cc !important;
  /* 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: 30pt;
}
.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;
}

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

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

.footer {
  background: rgb(16, 44, 68);
  background: linear-gradient(50deg, rgba(16, 44, 68, 1) 0%, rgb(5, 17, 32) 100%);
}
.row-gallery {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column-gallery {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 10px;
}

.column-gallery img {
  cursor: pointer;
  margin-top: 1.25rem;
  border-radius: 15px;
  vertical-align: middle;
  width: 100%;
  transition: 0.3s;
  box-shadow: rgba(3, 14, 22, 0.5) 2px 2px 10px;
}
.info-top {
  position: relative;
}
.info-top i {
  position: absolute;
  display: block;
  top: 30px;
  right: 15px;
  transition: 0.3s;
}
.column-gallery img:hover,
.column-gallery img:hover + i {
  transform: scale(1.05);
  border-radius: 0px;
  top: 20px;
  right: 6px;
  font-size: 3rem;
  /* border-width: 2px;
  border-style: solid;
  border-color: #fbfbfb; */
  /* box-shadow: rgba(3, 14, 22, 0.7) 2px 2px 20px; */
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-gallery {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-gallery {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 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.1;
  color: #ffffff;
  background-color: #ffffff;
}
.text-white {
  color: #fbfbfb !important;
}

.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 !important;
  cursor: pointer;
  position: fixed;
  bottom: 145px;
  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%;
}
