@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Volt";
  src: url("../fonts/VoltaireFrangelaRegular.woff2") format("woff2"), url("../fonts/VoltaireFrangelaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "varcon";
  src: url("../fonts/varcon-webfont.woff2") format("woff2"), url("../fonts/varcon-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3 {
  font-family: "Volt";
}

p {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  max-width: 500px;
  margin: 0 auto;
  overflow-x: hidden;
}

.cont {
  padding-left: 5%;
  padding-right: 5%;
}

#atas {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #000;
}
#atas h1 {
  font-size: 3rem;
  color: #fff;
  font-family: "varcon";
}
#atas p {
  font-size: 13px;
  letter-spacing: 8px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
#atas img {
  width: 100%;
}
#atas .side {
  position: absolute;
  transform: translate(-50%, -50%);
  right: 40px;
  width: 120px;
  animation-name: spin;
  top: 50px;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#atas .mid {
  position: absolute;
  transform: translate(-50%, -50%);
  right: 46px;
  top: 110px;
  width: 50px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#nama {
  text-align: center;
  background: #000;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#nama img {
  margin-bottom: 10px;
}
#nama .desc {
  margin-top: 50px;
}
#nama .desc p {
  font-size: 13px;
  margin-top: 5px;
  line-height: 17px;
}
#nama .desc h1 {
  font-size: 20px;
}
#nama .dan {
  margin-top: 60px;
  font-size: 30px;
}

.main-p {
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 18px;
}

#acara {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  text-align: center;
}
#acara p {
  font-size: 13px;
  letter-spacing: 8px;
  margin-bottom: 10px;
}
#acara h1 {
  font-family: "varcon";
  font-size: 25px;
  letter-spacing: 5px;
}
#acara .aca {
  margin-top: 70px;
}
#acara .aca h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
#acara .aca h3 {
  margin-top: 10px;
  font-size: 30px;
  display: inline;
  position: relative;
}
#acara .aca h3::after {
  content: "wib";
  position: absolute;
  right: -20px;
  font-size: 11px;
}
#acara .aca p {
  margin-top: 5px;
  letter-spacing: 0.2px;
}
#acara .tempat {
  margin-top: 20px;
  margin-bottom: 40px;
}
#acara .tempat p {
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 18px;
}

.btn {
  text-decoration: none;
  font-family: "DM Sans";
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 12px;
  border-radius: 40px;
  background: #000;
}

#suwun {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 400px;
  background: url(../img/WALKS.gif);
  background-size: cover;
  background-repeat: no-repeat;
}
#suwun img {
  width: 30px;
  margin-top: 30px;
}
#suwun .bg-b {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
#suwun h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
#suwun p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 18px;
}

#footer {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  background: black;
  color: white;
}
#footer p {
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slide-atas .swiper, .slide-bawah .swiper {
  width: 100%;
}
.slide-atas img, .slide-bawah img {
  width: 100%;
}

.slide-bawah {
  background: #fff;
}

#open {
  background: #fff;
  z-index: 99;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.2s;
}
#open.tutup {
  top: -100vh;
}
#open .side {
  position: absolute;
  transform: translate(-50%, -50%);
  right: 40px;
  width: 120px;
  animation-name: spin;
  top: 50px;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#open .mid {
  position: absolute;
  transform: translate(-50%, -50%);
  right: 46px;
  top: 110px;
  width: 50px;
}
#open .text {
  padding-top: 250px;
  padding-left: 20px;
  padding-right: 20px;
}
#open .text p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
}
#open #namatamu {
  font-family: "varcon";
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}

.und {
  text-align: center;
  margin-top: 150px;
}

.buka {
  display: inline;
  cursor: pointer;
  font-weight: 500;
}

#gift {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#gift h2 {
  font-size: 20px;
  text-align: center;
}
#gift p {
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 18px;
  margin-bottom: 50px;
}
#gift .btn {
  display: inline;
}

#input {
  color: #fff;
  visibility: hidden;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.panel.show {
  display: block;
  opacity: 1;
  max-height: 500px;
}

.kertu {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  position: relative;
}
.kertu img {
  width: 100%;
}
.kertu .copy {
  background: #fff;
  color: #000;
  padding: 5px 10px 5px 30px;
  position: absolute;
  bottom: 25px;
  right: 40px;
  border-radius: 5px;
  font-family: "Dm Sans";
  transition: all ease 0.2s;
}
.kertu .copy:hover {
  opacity: 0.9;
}
.kertu .copy::after {
  position: absolute;
  background: url("/assets/img/copy.png");
  width: 15px;
  height: 15px;
  background-size: contain;
  content: "";
  left: 10px;
}/*# sourceMappingURL=main.css.map */