/* From Uiverse.io by Ali-Tahmazi99 */ 
input[type = "checkbox"] {
    /* -webkit-appearance: none; */
    display: none;
    visibility: hidden;
  }
  
  .bar {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 40px;
  }
  
  .bar span {
    position: absolute;
    width: 45px;
    height: 7px;
    background: #f1faee;
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s ease;
    left: 0;
  }
  
  .bar span.top {
    top: 0;
  }
  
  .bar span.middle {
    top: 17px;
  }
  
  .bar span.bottom {
    bottom: 0;
  }
  
  input[type]:checked ~ span.top {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 48px;
    left: 5px;
  }
  
  input[type]:checked ~ span.bottom {
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 48px;
    bottom: -1px;
    box-shadow: 0 0 10px #495057;
  }
  
  input[type]:checked ~ span.middle {
    transform: translateX(-20px);
    opacity: 0;
  }

  /* button */
.tombol {
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid rgb(61, 106, 255);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: transparent;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .tombol:hover {
    background: rgb(61, 106, 255);
    box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .tombol:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
  }
  
  .tombol::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  
  @keyframes sh02 {
    from {
      opacity: 0;
      left: 0%;
    }
  
    50% {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      left: 100%;
    }
  }
  
  .tombol:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
  }


  .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .section-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: rgb(61, 106, 255);
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-title2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    
  }
  
  .section-title2::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: rgb(61, 106, 255);
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
  }

  
  /* From Uiverse.io by eslam-hany */ 
.book {
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 400px;
  background-color: whitesmoke;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  -webkit-transform: preserve-3d;
  -ms-transform: preserve-3d;
  transform: preserve-3d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  margin-right: 0px;
}

.cover {
  top: 0;
  position: absolute;
  /* background-color: lightgray; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cover-image{
  background-image: url(https://images5.alphacoders.com/126/thumb-1920-1266723.png);
}

.cover-image2{
  background-image: url(https://4kwallpapers.com/images/walls/thumbs_3t/9292.jpg);
}

.fushiguro{
  background-image: url(https://a-static.besthdwallpaper.com/jujutsu-kaisen-megumi-fushiguro-summons-wallpaper-2560x2048-73129_33.jpg);
}

.kugisaki{
  background-image: url(https://wallpaper.dog/large/20670098.jpg);
}

.book:hover .cover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotatey(-80deg);
  -ms-transform: rotatey(-80deg);
  transform: rotatey(-80deg);
}

p {
  font-size: 20px;
  font-weight: bolder;
}

.kata-kata{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
}

/* From Uiverse.io by yashlikescode */ 
.sukuna {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url(https://mfiles.alphacoders.com/101/thumb-1920-1012718.png);
  background-size: cover;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.sukuna svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.sukuna:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.sukuna__content {
  position: absolute;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.sukuna:hover .sukuna__content {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}

.sukuna__title {
  margin: 0;
  font-size: 30px;
  color: #333;
  font-weight: 700;
  margin-bottom: 50px;
}

.sukuna__description {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: bolder;
  color: #777;
  line-height: 1.4;
}

.sukuna:hover svg {
  scale: 0;
}

.galeri{
  display: flex;
  width: max-content;
  gap: 2rem;
}

.horizontal-scroll{
  width: 100%;
  overflow-x: scroll;
  scrollbar-color: transparent transparent;
}

.horizontal-scroll::-webkit-scrollbar{
  display: none;
  
}

.gallery-item {
  flex: 0 0 auto;
  width: 300px;
  height: auto;
}

.gallery-item img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
}

/* From Uiverse.io by waliddu001 */ 
.bts {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
  bottom: -8px;
  right: -20px;
  z-index: 1000;
}

.btsIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.btsIcon path {
  fill: white;
}

.bts:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background: linear-gradient(to top, #333333 0%,#555555 20%, #000000 100%);
  align-items: center;
}

.bts:hover .btsIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.bts::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.bts:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}

@media (min-width: 416px){
  .nav-img-logo{
    width: 300;
    height: 20;
  }
}

@media (min-width: 500px){
  .sukuna{
    height: 500px;
    width: 70%;
    background-size: cover;
    background-position: center 30%;
  }
  .sukuna__description{
    font-size: 18px;
  }
}

@media (min-width: 768px){
  
  .sukuna__description{
    font-size: 21px;
    padding: 20px;
  }
  .bts {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(20, 20, 20);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  
  .btsIcon {
    width: 12px;
    transition-duration: 0.3s;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 15px;
    font-weight: bolder;
  }
  .sukuna {
    width: 70%;
    height: 500px;
    background-image: url(https://images.alphacoders.com/135/thumb-1920-1350410.png);
    background-size: cover;
  }
  .sukuna__title {
    margin: 0;
    font-size: 50px;
    color: #333;
    font-weight: 700;
  }
  .sukuna__description {
    margin: 10px 0 0;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 25px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px){
  p {
    font-size: 20px;
    font-weight: bolder;
  }
  .sukuna__description {
    margin: 10px 0 0;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 30px;
    line-height: 1.4;
  }
}
