body {
  background-color: #101010;
  font-family: var(--gaya-font);
  padding: 25px;
}

body::-webkit-scrollbar-track {
  background: #15151d;
}

body::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}

body::-webkit-scrollbar {
  width: 0.2rem;
}

a {
  text-decoration: none;
}
body::before {
  content: "HBD PIRAA CANGTIP ❤️";
  color: white;
  opacity: 0.3;
  font-size: 2vw;
  position: fixed;
  bottom: 15px;
  left: 15px;
}
#bodyblur {
  opacity: 1;
  animation: jj 7s infinite;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: all 1s ease;
}
#wallpaper {
  transition: all 3s ease;
}
#beneranblur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition: all 3s ease;
}
@keyframes jj {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}

#beneranblur {
  background: url("fotoo/bg.jpg");
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px #fb7fd2;
}

.swal2-styled.swal2-confirm {
  background-color: #fb7fd2;
}

@keyframes leaves {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
#lope,
.lopdeg {
  animation: leaves 1s ease-in-out infinite alternate;
  -webkit-animation: leaves 1s ease-in-out infinite alternate;
}
.lovein:hover {
  transform: scale(1.3);
}

@keyframes kont {
  0% {
    left: -1px;
    top: -3px;
  }
  50% {
    left: 1px;
    top: 3px;
  }
  100% {
    left: -1px;
    top: -3px;
  }
}
blockquote {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  position: relative;
  margin-top: 120px;
  margin-left: 0;
  margin-right: 0;
}
blockquote {
  width: 400px;
  background: var(--warna-bg);
  color: var(--warna-teks);
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 1.3em;
  padding: 16px 35px 16px 35px;
  border: 1px solid var(--warna-teks);
  border-radius: var(--bingkai);
}
blockquote p:first-child {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#katabawah {
  font-size: 15px;
}
p {
  margin: 1.5em 0;
  transition: all 0.3s ease;
}
#bq img {
  display: none;
  width: 160px;
  height: 160px;
  margin: 20px 0 0 0;
}
#fotolove {
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
#fotolove:hover {
  transform: scale(0.8);
}
#akhiran,
#idkirim {
  display: none;
  color: #ffa300;
  font-size: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  text-shadow: 0px;
  padding: 10px;
  border-radius: var(--bingkai);
  line-height: 10px;
  transition: all 0.2s ease;
}
#akhiran:hover,
#idkirim:hover {
  transform: scale(0.9);
  opacity: 0.5;
}

#pergeseran {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  max-width: 500px;
  padding: 0 20px;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

#pergeseran::-webkit-scrollbar-track {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  padding: 2px 0;
  background-color: #40404080;
}

#pergeseran::-webkit-scrollbar {
  width: 10px;
}

#pergeseran::-webkit-scrollbar-thumb {
  border-radius: 50px;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #73727281;
  border: 1px solid rgb(255, 255, 255);
}

#pergeseran p {
  background: var(--warna-bg);
  color: var(--warna-teks);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
  border: 1px solid var(--warna-teks);
  border-radius: var(--bingkai);
  padding: 8px;
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 90%;
  height: 150px;
  margin: 0 15px 10px 0;
  scroll-snap-align: center;
}
#pergeseran > *:last-child {
  margin-right: 0;
}
#pergeseran:after {
  content: "";
  display: block;
  flex-shrink: 0;
  align-self: stretch;
  padding-left: 20px;
}
#pergeseran p b {
  display: block;
}
#pergeseran p b img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
#tm {
  color: #ffb400;
  transition: all 0.5s ease;
}
#tm:hover {
  transform: scale(0.7);
}

@media screen and (max-width: 576px) {
  p#idgeser {
    margin: 25px 25px !important;
  }
}

#idgeser,
#idkalimat,
#palingakhir {
  position: relative;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.4em;
  color: var(--warna-teks);
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
  transition: all 1s ease;
}
#idkalimat,
#palingakhir {
  opacity: 0;
  transform: scale(0.1);
}
#imglewat {
  opacity: 0;
  max-width: 520px;
  height: 0;
  position: relative;
  z-index: -1;
  transition: all 1s ease;
}
#idkalimat {
  font-weight: 900;
}
#palingakhir {
  width: 300px;
  margin: 0 50px;
}

.lovein {
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.lovein svg {
  width: 80px;
  height: 80px;
  fill: #fefefe;
}

.content2 {
  display: block;
  text-align: center;
  width: 100%;
  height: 180px;
  margin-top: 50px;
}
.content2 > * {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-size: 17px;
  color: white;
}
.image img {
  border-radius: 10%;
  transform: scale(0.1);
  transition: all 0.8s ease;
}
#k2 .image > * {
  margin-bottom: 40px;
}
#k2 {
  font-weight: 700;
  font-size: 17px;
  color: white;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
#final1 {
  transition: all 3s ease;
}

.content2 {
  display: none;
}
#Content,
#k2 {
  animation: none 3s infinite;
  position: relative;
  opacity: 0;
  width: 100%;
  height: 180px;
  transition: all 1.2s ease;
}
#Content > *,
#k2 > * {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
#k2,
#final1 {
  transform: scale(0.4);
}

#contTom {
  position: relative;
  opacity: 0;
  margin: 0;
  display: flex;
  align-items: left;
  list-style: none;
  transition: all 1s ease;
}

.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin: 12px 0 12px 0;
  transition: all 0.3s ease;
  padding: 10px;
  outline: 0;
  border: 1px solid white;
  border-radius: var(--bingkai);
  line-height: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: var(--warna-teks);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.button:hover {
  transform: scale(0.9);
  opacity: 0.98;
}

.swal2-title {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 22px;
  text-align: center;
  padding: 15px 30px 0 30px;
}
.swal2-modal {
  background: rgba(255, 255, 255, 0.99);
  border: 0.7px solid #000;
  border-radius: var(--bingkai);
  top: -60px;
}

.fa-heart {
  opacity: 0.4;
  color: white;
  font-size: 20px;
  position: absolute;
  animation: heartMove linear 1;
  top: -10vh;
  z-index: 0;
}
@keyframes heartMove {
  0% {
    transform: translateY(-10vh);
  }
  100% {
    transform: translateY(100vh);
  }
}

#Tombol {
  position: relative;
  opacity: 0;
  margin: 0;
  margin-top: -50px;
  display: flex;
  align-items: left;
  list-style: none;
  transform: scale(0.1);
  transition: all 1s ease;
}
#Tombol a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin: 12px 0 12px 0;
  transition: all 0.2s ease;
  padding: 10px;
  outline: 0;
  border-left: 2px solid var(--warna-bingkai);
  border-right: 2px solid var(--warna-bingkai);
  border-radius: 0;
  line-height: 15px;
  background: var(--warna-bg);
  color: var(--warna-teks);
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
#Tombol a:hover {
  border-left: 4px solid var(--warna-bingkai);
  border-right: 4px solid var(--warna-bingkai);
  transform: scale(0.9);
  opacity: 0.98;
}
