@font-face {
  font-family: 'chalala';
  src: url('../font/chalala.ttf');
}

@font-face {
  font-family: 'chaparralpro-bold';
  src: url('../font/chaparralpro-bold.otf');
}

@font-face {
  font-family: 'ChaparralPro-Regular';
  src: url('../font/ChaparralPro-Regular.otf');
}

@font-face {
  font-family: 'Wreath Halftone Medium';
  src: url('../font/insigne - Wreath Halftone Medium.otf');
}

@font-face {
  font-family: 'catalishhuntera';
  src: url('../font/catalish-huntera/Catalish Huntera.ttf');
}

@font-face {
  font-family: 'catalishhunteraitalic';
  src: url('../font/catalish-huntera/Catalish Huntera Italic.ttf');
}

body {
    /* font-family: 'Open Sans';
    margin: 0;
    background-color: #222; */
    font-size: 1em;
    /* padding: 10px; */
    background: #f7efec;
}

/* @media (max-width: 768px){
  body {
    font-size: 2em;
  }
} */

#thumbnails {
    white-space: nowrap;
    /* height: 20%; */
    /* width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; */
}

h2{
  font-size: 1.2em;
}

.judul{
  font-family: 'catalishhuntera';
  color: #b17321;
}

.judul:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16%;
  padding-top: 10px;
  border-bottom: 2px solid #b17321;
}

.judul-2{
  font-family: 'catalishhuntera';
  color: #b17321;
}

.konten{
  font-family: helvetica;
  font-size: 12px;
  color: #333;
  -webkit-text-stroke: 0.5px #333;
}

.judul-b{
  font-family: 'catalishhuntera';
  color: #b17321;
  font-size: 13px;
}

.wrapper {
    position: relative;
    overflow: scroll;
    scroll-behavior: smooth;
}

.wrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.wrapper {
    -ms-overflow-style: none;
}

#slide {
    position: relative;
    overflow: hidden;
}

#preview {
    width: 420px;
    height: 420px;
    object-fit: fill;
}

.thumbnail {
    width: 60px;
    height: 60px;
    opacity: 0.5;
}

.selected {
    opacity: 1;
}

.thumbnail:hover {
    opacity: 1;
}

#gallery {
    width: 100%;
    margin: auto;
    /* height: 94vh;
    position: relative; */
    /* padding: auto; */
}

.caption-container {
    text-align: center;
    background-color: #01579b66;
    padding: 2px 8px;
    color: white;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.toggleDiapo {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    font-size: 30px;
    color: goldenrod;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    user-select: none;
    -webkit-user-select: none;

}

.fullscreen {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.prev:hover,
.next:hover,
.toggleDiapo:hover,
.fullscreen:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.counter {
    position: absolute;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.2%;
    height: 6.8%;
    top: 1.2%;
    left: 0.9%;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid rgb(212, 207, 207);
    color: white;
    font: 1.5em Arial, sans-serif;
}

.fullscreen-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
}

.fullscreen-div {
    width: 70%;
    height: 85%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hidden {
    display: none;
}

.counter,
.fullscreen,
.prev,
.next,
.toggleDiapo {
    z-index: 5;
}

.remove-fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.remove-fullscreen:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* ADDITONAL CSS */

/* .tab-pane.fade {
  transition: all 0.2s;
  transform: translateY(1rem);
}

.tab-pane.fade.show {
  transform: translateY(0rem);
} */

.nav-tabs{
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(255,255,255,0.7);
  z-index: 99;
}

.sembunyikan{
  opacity: 0;
  transition: all 0.2s;
}

.tampilkan{
  opacity: 1;
  transition: all 0.2s;
}

#haldepan, #undangan{
  /* position: fixed; */
  position: absolute;
  /* width: 100vw;
  height: 100vh; */
  width: 100%;
  height: 100vh;
  top:0;
  left:0;
}

#haldepan{
  text-align: center;
  position: relative;
  background: url('../img/halaman-depan.jpg');
  background-size: 100% auto;
  background-position: top;
}

.tab-pane{
  width: 100vw;
  height: 91vh;
  overflow: auto;
}

.tab-pane .tab-content-div{
  margin: 0;
  position: absolute;
  top: 46%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* padding: 132px 60px 80px; */
  padding: 0 12px;
  width: 100%;
  /* padding-bottom: 100px; */
  text-align: center;
  font-size: 1em;
}

.tab-pane .tab-content-div-penutup, .tab-pane .tab-content-div-protokol{
    /* top: 50%; */
    top: 46%;
}

.tab-content-div > div{
  overflow-y: auto;
  overflow-x: hidden;
  /* height: 68vh;
  max-height: 68vh; */
  height: 80vh;
  max-height: 80vh;
}

.tab-pane .tab-content-div-protokol > div, .tab-pane .tab-content-div-penutup > div{
    /* height: 72vh;
    max-height: 72vh; */
    height: 80vh;
    max-height: 80vh;
}

.tab-content-div h1, .tab-content-div h2{
  text-align: center;
}

.nav-item{
  /* width:20%; */
  width:16.6%;
  /* width:14.28%; */
}

.nav-item a{
  text-align: center;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.6em;
  font-family: 'ChaparralPro-Regular';
  font-weight: bold;
  color: #b7741c;
}

.nav-item a img{
  height: 20px;
  margin-bottom: 5px;
}

.bukaundangan{
  margin: 0;
  position: absolute;
  /* top: 88%; */
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#bukaundangan{
  padding: 4px 31px;
  border-radius: 25px;
  font-size: 0.9em;
  display: inline-block;
  /* margin-top: 24px; */
  font-family: 'ChaparralPro-Regular';
  outline: none !important;
  box-shadow: 0 0px 10px 2px rgba(255,255,255,0.5), 0 6px 20px 0 rgba(255,255,255,0.5);
  color: #6b5f47;
  border: none;
  font-weight: bold;
}

#clock{
  margin: 0 auto;
  display: inline-block;
}

#clock b{
  font-family: helvetica;
  font-size: 15px;
  color: #333;
  -webkit-text-stroke: 0.5px #333;
}

.clock-t{
  display: inline-block;
  width: 55px;
  margin-top: 10px;
  float: left;
}

.clock-t span:nth-child(1) {
  font-weight: bold;
  font-size: 1.5em;
  display: block;
  line-height: 1;
}

.clock-t span {
  font-family: helvetica;
  font-size: 12px;
  color: #333;
  -webkit-text-stroke: 0.5px #333;
}

.peta{
  border: 0;
  height: 200px;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  background: #6b5f47;
}

.gmaps{
  border: 2px solid #b17321;
  padding: 5px 16px;
  border-radius: 10px;
  margin-top: 10px;
  display: inline-block;
  width: 220px;
}

.gmaps img{
  margin-bottom: 0 !important;
  height: 24px;
}

.halund{
  width: 375px;
  max-width: 375px;
  max-height: 92vh;
  height: 92vh;
  overflow: hidden;
  border: none;
  box-shadow: 0 0px 10px 2px rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5);
}

@media (max-width: 768px){
  .halund{
    margin: 0 !important;
    box-shadow: 0 !important;
    width: 100%;
    max-width: 100%;
    /* max-height: 812px;
    height: 90vh; */
  }
}

.delay-1 {
  animation-delay: .5s;
}

.delay-2 {
  animation-delay: 1s;
}

.delay-3 {
  animation-delay: 1.5s;
}

.delay-4 {
  animation-delay: 2s;
}

.delay-5 {
  animation-delay: 2.5s;
}

.delay-6 {
  animation-delay: 3s;
}

.delay-7 {
  animation-delay: 3.5s;
}

.delay-8 {
  animation-delay: 4s;
}

.delay-9 {
  animation-delay: 4.5s;
}

.delay-10 {
  animation-delay: 5s;
}

#home{
  /* background: url('../img/halaman-utama.jpg');
  background-size: 100% auto;
  background-position: bottom; */
}

#home img{
  position: absolute;
  bottom: 60px;
  width: 100%;
  height: auto;
}

#home{
  background: url('../img/bg-utama.jpg');
  background-size: 100% 105%;
  background-position: bottom;
}

#mempelai, #acara, #peta, #galeri{
  background: url('../img/bg.jpg');
  background-size: 100% 105%;
  background-position: bottom;
}

#penutup, #protokol{
  background: url('../img/bg.jpg');
  background-size: 100% 100%;
  background-position: bottom;
}

#mempelai img, #acara img, #peta img, #galeri img, #protokol img{
  margin-bottom: 10px;
  max-width: 100%;
  /* max-width: 75%; */
}

#penutup img{
  margin-bottom: 10px;
  max-width: 100%;
}

/* .menunya{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  height: 80px;
  position: fixed;
  bottom:0;
} */

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    color: #495057;
    background-color: #b7741c;
    border-color: #b7741c #b7741c #b7741c;
    color: white;
}

.galeri-list{
  width: 100%;
  height: 50vh;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.galeri-list img{
  margin-bottom: 6px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 80px !important;
  object-fit: cover;
}

.galeri-list img.full{
  height: 100% !important;
}

.galeri-list img:hover{
  cursor: pointer;
}

.row {
  margin-right: -3px;
  margin-left: -3px;
}

.col-12, .col-9, .col-6, .col-3, .col-8, .col-4{
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.galeri-list .col-8{
  margin-bottom: 10px;
}
/* .tab-content-div > div.penutup{
  overflow-y: auto;
  overflow-x: hidden;
  height: 64vh;
  max-height: 64vh;
} */
