@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;1,300&family=Parisienne&display=swap&family=Katibeh&family=Tangerine:wght@700&family=Taviraj:wght@200;300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
a {
  cursor: pointer;
}

/* https://codepen.io/sosuke/pen/Pjoqqp */
:root {
  --accent: #a87f4b;
  --accentAmpersand: var(--accent);
  --accentTable: var(--accent);
  --font: #bdbec0;
  --navbar: var(--accent);
  --preLoading: rgb(0, 0, 0);
  --navbarBg: #0c0c0c;
  --wishBg: rgba(68, 68, 68, 0.3);
  --navbarSvg: invert(46%) sepia(54%) saturate(384%) hue-rotate(354deg) brightness(101%) contrast(88%);
  --protocolFilter: invert(46%) sepia(54%) saturate(384%) hue-rotate(354deg) brightness(101%) contrast(88%);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cormorant Infant", sans-serif !important;
  background-color: rgb(0, 0, 0) !important;
  font-weight: 400;
  color: var(--font);
}
pre {
  font-family: "Cormorant Infant", sans-serif !important;
  margin: 0;
  font-size: 100%;
}

#content {
  margin: 0px auto;
  text-align: center;
}

hr {
  margin: 5vh auto;
  font-weight: 400;
}

h1 {
  color: var(--accent);
}

.accent-text {
  color: var(--accent);
}

#name-header p {
  font-size: 150%;
}
.accent-font {
  font-family: "Parisienne", sans-serif;
}
.main-header {
  font-family: "Parisienne", sans-serif;
  font-size: 350%;
}
@media (max-width: 450px) {
  .main-header {
    font-size: 2.8rem;
  }
  #name-header p {
    font-size: 100%;
  }
}

.text-special {
  /* font-family: "Parisienne", Sans-serif; */
}

@media (max-width: 331px) {
  .adjusted-text {
    font-size: 100%;
  }
}

.bg {
  position: fixed;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  /* min-height: 110vh; */
  height: 100%;
  min-width: 100%;
  margin: auto;
  object-fit: cover;
  overflow: hidden;
}
.top-bg {
  position: fixed;
  /* left: -1000%; */
  /* right: -1000%; */
  top: 0px;
  /* min-height: 110vh; */
  width: 18%;
  margin: auto;
  object-fit: cover;
  overflow: hidden;
  z-index: 9
}
.foot-bg {
  position: fixed;
  /* left: -1000%; */
  /* right: -1000%; */
  bottom: 0px;
  /* min-height: 110vh; */
  width: 18%;
  margin: auto;
  object-fit: cover;
  overflow: hidden;
  z-index: 9
}
.top-bg-left {
  left: 0px;
}
.top-bg-right {
  right: 0px;
}
.foot-bg-left {
  left: 0px;
}
.foot-bg-right {
  right: 0px;
}
.top-bg {
  opacity: 0.8;
}
.foot-bg {
  opacity: 0.8;
}
.foot-bg-with-nav {
  bottom: 59px;
}
@media (max-width: 1024px) {
  .foot-bg,
  .top-bg {
    max-width: 30%;
    opacity: 0.8;
    width: 30%;
  }
}

.live-flower {
  text-align: center;
}

.white-overlay {
  /* background-color: rgba(255, 255, 255, 0.4); */
  /* z-index: 1; */
}
/* ModalSection */
.modal {
  text-align: center;
  display: block !important;
  padding: 0px !important;
}
.modal-content {
  background-color: transparent !important;
  border: none !important;
  width: 75%;
  margin: auto;
}
.modal-bg-img {
  position: fixed;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  min-height: 80vh;
  max-height: 100vh;
  margin: auto;
  object-fit: cover;
  overflow: visible;
}
@media (max-width: 767px) {
  .modal-bg-img {
    min-height: 10vh;
    min-width: 95vw !important;
    max-width: 100vw !important;
  }
}
.modal-body {
  padding-left: 4vh;
  padding-right: 4vh;
}
@media (max-height: 715px) {
  .modal-body {
    padding-left: 7vh;
    padding-right: 7vh;
  }
}
@media (max-width: 600px) {
  .modal-body h2 {
    font-size: 150%;
  }
  .modal-body h3 {
    font-size: 125%;
  }
}
@media (max-height: 530px) {
  .modal-body {
    padding-left: 12vh;
    padding-right: 12vh;
  }
}
@media (max-width: 420px) {
  .modal-content {
    width: 80%;
  }
}
@media (max-width: 300px) {
  .modal-content {
    width: 90%;
  }
  .modal-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.button-open {
  border: 1px solid var(--font) !important;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 1.2rem;
  color: var(--font);
  font-weight: 900;
  background-color: transparent !important;
}
.button-open:hover {
  color: var(--font);
  font-weight: 600;
  background-color: transparent;
}

.navbar {
  background-color: var(--navbarBg);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 16;
}
/* Style the links inside the navigation bar */
.navbar a img {
  filter: var(--navbarSvg);
}
.navbar a {
  float: left;
  display: block;
  color: var(--navbar);
  text-align: center;
  padding: 0.2rem;
  text-decoration: none;
  font-size: 0.8rem;
  width: 20%;
}
/* Change the color of links on hover */
.navbar a:hover {
  /* background-color: var(--wishBg);
  color: black; */
  text-decoration: underline;
}
.navbar p {
  margin: 0px;
}
/* #home{
  width: 70vw;
  margin: auto;
  -moz-box-shadow: 2px 8px 5px rgba(0,0,0,.8);
  -webkit-box-shadow: 2px 8px 5px rgba(0,0,0,.8);
  box-shadow: 0px 0px 5px rgba(0,0,0,.8);
  border-radius:8px; 
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}
@media (max-width: 767px) {
  #home{
    width: 100%;
    margin: auto;
  }
} */
#home, #homez {
  width: 100%;
  margin: auto;
  -moz-box-shadow: 2px 8px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 2px 8px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  /* border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; */
}
#footer {
  padding-bottom: 70px;
  width: 100%;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.05, 1.05);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.05, 1.05);
  }
}/* Carousel */
.carousel-item img{
  width: auto;
  height: 30vw;
  margin: auto; 
  object-fit: cover;
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
} 
.carousel-item.carousel-gallery img{
  width: auto !important;
  height: 75vh !important;
  margin: auto; 
  max-height: 75vh;
  max-width: 90vw;
  object-fit: contain !important;
}
/* Add Animation */
.modal-content-for-moment {  
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.6s;
  animation-name: fadein;
  animation-duration: 0.6s;
} 
.carousel-inner{
  /* border-radius:8px; 
  -moz-border-radius:8px;
  -webkit-border-radius:8px; */
}
@media (max-width: 767px) {
  /* .carousel-item img{
    height: 60vw;
  } 
  .carousel-item.carousel-gallery img{
    height: 60vh !important;
  }  */
  .small-hide{
    display: none;
  }
  #home, #homez{
    /* padding-top: 15px; */
    /* width: 92vw; */
    margin: auto;
  }
}
/* #photoGallery .carousel-indicators {
  position: static;
  margin-top: 20px
}

#photoGallery .carousel-indicators>li {
  width: 100px
}

#photoGallery .carousel-indicators li img {
  display: block;
  opacity: 0.5
}

#photoGallery .carousel-indicators li.active img {
  opacity: 1
}

#photoGallery .carousel-indicators li:hover img {
  opacity: 0.75
} */

/* .black-carousel{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: rgba(0,0,0,0);
  width: 100%;
} */
@media (max-width: 767px) {
  /* .carousel-item img{
    height: 60vw;
  } */
  .small-hide{
    display: none;
  }
}
/* Banner */
.wedding-banner{
  /* Center */
  position: absolute;
  z-index: 11;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  text-align: center;
  color: white !important;
  font-family: 'Taviraj', Sans-serif;

  /* Mid-Bottom */
  /* position: absolute;
  z-index: 1000;
  top: 60%;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Alice", Sans-serif; */
}

.wedding-banner.wedding-banner-2{
  /* Center */
  top: 20%;
}
@media (min-width: 767px) {
  .wedding-banner.wedding-banner-2{
    top: 50%;
  }
}

.logo-banner{
  /* Center */
  position: absolute;
  z-index: 11;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  text-align: center;
  color: white !important;
  font-family: 'Taviraj', Sans-serif;

  /* Mid-Bottom */
  /* position: absolute;
  z-index: 1000;
  top: 60%;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Alice", Sans-serif; */
}
#invitedName {
  word-break: break-word;
}
.wedding-banner h1 {
  /* font-family: "Parisienne", Sans-serif; */
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.6rem;
  color: white !important;
  margin: 0px;
}
@media (max-width: 970px) {
  .wedding-banner h1 {
    font-size: 3rem;
    letter-spacing: 0.4rem;
  }
}
@media (max-width: 820px) {
  .wedding-banner h1 {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 560px) {
  /* .wedding-banner {
    display: none;
  } */
  h1 {
    font-size: 1.7rem;
  }
}
@media (max-width: 374px) {
  .wedding-banner h1 {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
  .wedding-banner h4 {
    font-size: 1.1rem;
  }
  .wedding-banner h5 {
    font-size: 0.9rem;
  }
}
@media (max-width: 280px) {
  .wedding-banner h1 {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

.wedding-banner h5 {
  font-style: italic;
  /* text-decoration: underline; */
}
#weddingday {
  font-size: 5rem;
  font-family: "Taviraj", Sans-serif;
}
@media (max-width: 561px) {
  #weddingday {
    font-size: 3rem;
  }
}
@media (max-width: 392px) {
  #weddingday {
    font-size: 5rem;
  }
}
.wedding-divider,
.wedding-divider-up {
  margin: 30px auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#quotes,
#couple,
#event,
#moment,
#wish {
  margin: 5vh auto;
}

.quotingz {
  font-family: "Cormorant Infant", sans-serif;
  /* font-size: 1.4rem; */
  font-style: italic;
  /* color: #a88b7c; */
}

.quoting2 {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 1.7rem;
  font-style: italic;
  /* color: #a88b7c; */
}

/* CoupleSection */
#bride-image,
#groom-image {
  bottom: 0;
  width: 21vw;
  height: 28vw;
  object-fit: cover;
  object-position: top;
  border-radius: 80%;
  -moz-border-radius: 80%;
  -webkit-border-radius: 80%;
  -moz-box-shadow: 2px 8px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 8px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.protocol img {
  width: 8vw;
  height: 8vw;
  object-fit: cover;
  filter: var(--protocolFilter);
}
@media (max-width: 767px) {
  #groom-image,
  #bride-image {
    width: 60vw;
    height: 80vw;
  }
  .protocol img {
    width: 20vw;
    height: 20vw;
  }
  .protocol p {
    font-size: small;
  }
}
#ampersand h1 {
  font-size: 3rem;
  line-height: 4rem;
  color: var(--accentAmpersand);
  margin: 2rem 0px;
}

/* EventItem */
.event-item {
  text-align: left;
  border: 2px solid var(--accent);
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  padding: 2vh 2vw;
  margin: 2vh 3vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.event-item h4 {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.mini {
  font-size: 2rem;
}
table {
  margin: 1vh auto;
}
.btn-ig,
.btn-zoom,
.btn-accent {
  margin: 5px;
  color: white;
}
.btn-ig {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.btn-zoom {
  background-color: #0e71eb;
  border: 1px solid var(--font);
}
.btn-accent {
  background-color: var(--accent);
}
.btn-ig:hover,
.btn-zoom:hover,
.btn-accent:hover {
  color: white;
  text-decoration: underline;
}
.tangerine {
  font-family: "Tangerine", Sans-serif;
}

#groom-trial {
  font-family: "Parisienne", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 0;
}
#bride-name,
#groom-name {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 3rem;
}
@media (max-width: 1129px) {
  #bride-name,
  #groom-name {
    font-size: 2.2rem;
  }
}
@media (max-width: 1079px) {
  #bride-name,
  #groom-name {
    font-size: 2.3rem;
  }
}
@media (max-width: 374px) {
  #bride-name,
  #groom-name {
    font-size: 2.3rem;
  }
}
@media (max-width: 357px) {
  #bride-name,
  #groom-name {
    font-size: 2.1rem;
  }
}
/* RSVPSection */
#RSVP-table {
  font-size: 5rem;
  font-family: "Taviraj", Sans-serif;
}
.form-control {
  margin: 0px auto !important;
}

/* MomentSection */
.story-left h5,
.story-right h5 {
}
.story-left {
  text-align: left;
}
.story-right {
  text-align: right;
}
.grid {
  display: grid;
  grid-template-rows: repeat(22, 20vw);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  background-size: auto;
}
@media (max-width: 600px) {
  .grid {
    grid-template-rows: repeat(22, 25vw);
    grid-template-columns: repeat(3, 1fr);
  }
}
.item{
font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
}
.item:nth-child(1) { grid-column: 1/2; grid-row: 1/2; }
.item:nth-child(5) { grid-column: 2/4; grid-row: 1/3; }
.item:nth-child(2) { grid-column: 1/2; grid-row: 2/3; }
.item:nth-child(9) { grid-column: 1/3; grid-row: 3/5; }
.item:nth-child(3) { grid-column: 3/4; grid-row: 3/4; }
.item:nth-child(4) { grid-column: 3/4; grid-row: 4/6; }
.item:nth-child(7) { grid-column: 1/2; grid-row: 5/6; }
.item:nth-child(8) { grid-column: 2/3; grid-row: 5/6; }
.item:nth-child(6) { grid-column: 1/2; grid-row: 6/8; }
.item:nth-child(19) { grid-column: 2/4; grid-row: 6/8; }
.item:nth-child(11) { grid-column: 1/2; grid-row: 8/9; }
.item:nth-child(12) { grid-column: 2/3; grid-row: 8/9; }
.item:nth-child(13) { grid-column: 3/4; grid-row: 8/9; }
.item:nth-child(15) { grid-column: 1/4; grid-row: 9/11; }
.item:nth-child(21) { grid-column: 1/4; grid-row: 13/15; }
.item:nth-child(24) { grid-column: 1/3; grid-row: 16/18; }
.item:nth-child(26) { grid-column: 3/4; grid-row: 17/19; }
.item:nth-child(27) { grid-column: 2/4; grid-row: 19/21; }
.item:nth-child(28) { grid-column: 1/2; grid-row: 19/21; }
.item:nth-child(32) { grid-column: 1/4; grid-row: 21/23; }

.grid {
  margin:20px auto;
  max-width:1000px;
}
.grid {
  margin: 20px auto 5px auto;
}

.grid > .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item.lefter{
  background-position: left;
}
.item.slightleft{
  background-position: 25% 50%;
}
.item.righter{
  background-position: right;
}
.item.slightright{
  background-position: 75% 50%;
}
.item.topper{
  background-position: top;
}
.item.slighttop{
  background-position: 50% 25%;
}
.item.bottomer{
  background-position: bottom;
}
.item.slightbottom{
  background-position: 50% 62%;
}
/* WishSection */
.qr {
  margin: 10px auto;
}
.qr img {
  width: 100%;
}

#thank-for-wish,
#thank-for-rsvp {
  display: none;
}

.small-hr {
  margin: 10px auto;
  width: 120px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid var(--accent);
}
.test-flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.test-flex > div {
  margin: 3% 0px;
  align-items: stretch;
}
.event-item {
  height: 100%;
}

/* .my-custom-scrollbar {
  position: relative;
  height: 300px;
  overflow: auto;
  overflow-y: scroll;
}
.table-wrapper-scroll-y {
  display: block;
  overflow-y: scroll;
}
.table-wrapper-scroll-y thead th { 
  position: sticky; 
  top: -5px; 
}
#Wish-collection th{
  font-weight: 1000 !important;
  font-size: larger;
  background-color: var(--accentTable);
  text-align: center;
  color: white;
} */

#hashtag {
  font-family: "Taviraj", sans-serif;
  font-size: 5.2rem;
  font-weight: 200;
}
@media (max-width: 970px) {
  #hashtag {
    font-size: 4.7rem;
  }
}
@media (max-width: 820px) {
  #hashtag {
    font-size: 3.7rem;
  }
}
@media (max-width: 560px) {
  #hashtag {
    font-size: 2.5rem;
  }
}
@media (max-width: 330px) {
  #hashtag {
    font-size: 2.2rem;
  }
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: none;
}

.video-container::after {
  /* 9:16 = 56.25%
  4:3 = 75% */
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-for-moment {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 900000; /* Sit on top */
  /* padding-top: 15vh; Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-for-moment {
  margin: auto;
  display: block;
  max-height: 70vh;
  max-width: 80%;
  object-fit: contain;
}
/* Add Animation */
.modal-content-for-moment {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.6s;
  animation-name: fadein;
  animation-duration: 0.6s;
}

/* The Close Button */
.close-for-moment {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #f1f1f1;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.3s;
}

.close-for-moment:hover,
.close-for-moment:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.black {
  color: #000000;
}
.blue {
  color: var(--font);
}
.pink {
  color: var(--accent);
}

/* 100% Image Width on Smaller Screens */
/* @media only screen and (max-width: 700px){
  .modal-content-for-moment {
    width: 100%;
  }
} */

.btn-circle {
  border-radius: 50%;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 25vh;
  height: 40px;
  width: 40px;
  background-color: #f1f1f1;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.btn-circle img {
  filter: var(--navbarSvg);
}
.btn-circle:hover {
  background-color: var(--accent);
}
.btn-circle:hover img {
  filter: invert(100%);
}
@media (min-width: 720px) {
  .btn-circle {
    top: 25vh;
    height: 45px;
    width: 45px;
  }
}
.event-icon img {
  filter: var(--navbarSvg);
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--accent);
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--accent) !important;
}

.my-custom-scrollbar {
  position: relative;
  height: 300px;
  overflow: auto;
  overflow-y: scroll;
}
.table-wrapper-scroll-y {
  display: block;
  overflow-y: scroll;
}
.table-wrapper-scroll-y thead th {
  position: sticky;
  top: 0;
}
#Wish-collection th {
  font-weight: 1000 !important;
  font-size: larger;
  background-color: var(--accent);
  text-align: center;
  color: white;
}

.no-webp .elementWithBackgroundGallery1 {background-image: url("gallery/gallery1.jpeg");}
.no-webp .elementWithBackgroundGallery2 {background-image: url("gallery/gallery2.jpeg");}
.no-webp .elementWithBackgroundGallery3 {background-image: url("gallery/gallery3.jpeg");}
.no-webp .elementWithBackgroundGallery4 {background-image: url("gallery/gallery4.jpeg");}
.no-webp .elementWithBackgroundGallery5 {background-image: url("gallery/gallery5.jpeg");}
.no-webp .elementWithBackgroundGallery6 {background-image: url("gallery/gallery6.jpeg");}
.no-webp .elementWithBackgroundGallery7 {background-image: url("gallery/gallery7.jpeg");}
.no-webp .elementWithBackgroundGallery8 {background-image: url("gallery/gallery8.jpeg");}
.no-webp .elementWithBackgroundGallery9 {background-image: url("gallery/gallery9.jpeg");}
.no-webp .elementWithBackgroundGallery10 {background-image: url("gallery/gallery10.jpeg");}
.no-webp .elementWithBackgroundGallery11 {background-image: url("gallery/gallery11.jpeg");}
.no-webp .elementWithBackgroundGallery12 {background-image: url("gallery/gallery12.jpeg");}
.no-webp .elementWithBackgroundGallery13 {background-image: url("gallery/gallery13.jpeg");}
.no-webp .elementWithBackgroundGallery14 {background-image: url("gallery/gallery14.jpeg");}
.no-webp .elementWithBackgroundGallery15 {background-image: url("gallery/gallery15.jpeg");}
.no-webp .elementWithBackgroundGallery16 {background-image: url("gallery/gallery16.jpeg");}
.no-webp .elementWithBackgroundGallery17 {background-image: url("gallery/gallery17.jpeg");}
.no-webp .elementWithBackgroundGallery18 {background-image: url("gallery/gallery18.jpeg");}
.no-webp .elementWithBackgroundGallery19 {background-image: url("gallery/gallery19.jpeg");}
.no-webp .elementWithBackgroundGallery20 {background-image: url("gallery/gallery20.jpeg");}
.no-webp .elementWithBackgroundGallery21 {background-image: url("gallery/gallery21.jpeg");}
.no-webp .elementWithBackgroundGallery22 {background-image: url("gallery/gallery22.jpeg");}
.no-webp .elementWithBackgroundGallery23 {background-image: url("gallery/gallery23.jpeg");}
.no-webp .elementWithBackgroundGallery24 {background-image: url("gallery/gallery24.jpeg");}
.no-webp .elementWithBackgroundGallery25 {background-image: url("gallery/gallery25.jpeg");}
.no-webp .elementWithBackgroundGallery26 {background-image: url("gallery/gallery26.jpeg");}
.no-webp .elementWithBackgroundGallery27 {background-image: url("gallery/gallery27.jpeg");}
.no-webp .elementWithBackgroundGallery28 {background-image: url("gallery/gallery28.jpeg");}
.no-webp .elementWithBackgroundGallery29 {background-image: url("gallery/gallery29.jpeg");}
.no-webp .elementWithBackgroundGallery30 {background-image: url("gallery/gallery30.jpeg");}
.no-webp .elementWithBackgroundGallery31 {background-image: url("gallery/gallery31.jpeg");}
.no-webp .elementWithBackgroundGallery32 {background-image: url("gallery/gallery32.jpeg");}

.webp .elementWithBackgroundGallery1 {background-image: url("gallery/gallery1.webp");}
.webp .elementWithBackgroundGallery2 {background-image: url("gallery/gallery2.webp");}
.webp .elementWithBackgroundGallery3 {background-image: url("gallery/gallery3.webp");}
.webp .elementWithBackgroundGallery4 {background-image: url("gallery/gallery4.webp");}
.webp .elementWithBackgroundGallery5 {background-image: url("gallery/gallery5.webp");}
.webp .elementWithBackgroundGallery6 {background-image: url("gallery/gallery6.webp");}
.webp .elementWithBackgroundGallery7 {background-image: url("gallery/gallery7.webp");}
.webp .elementWithBackgroundGallery8 {background-image: url("gallery/gallery8.webp");}
.webp .elementWithBackgroundGallery9 {background-image: url("gallery/gallery9.webp");}
.webp .elementWithBackgroundGallery10 {background-image: url("gallery/gallery10.webp");}
.webp .elementWithBackgroundGallery11 {background-image: url("gallery/gallery11.webp");}
.webp .elementWithBackgroundGallery12 {background-image: url("gallery/gallery12.webp");}
.webp .elementWithBackgroundGallery13 {background-image: url("gallery/gallery13.webp");}
.webp .elementWithBackgroundGallery14 {background-image: url("gallery/gallery14.webp");}
.webp .elementWithBackgroundGallery15 {background-image: url("gallery/gallery15.webp");}
.webp .elementWithBackgroundGallery16 {background-image: url("gallery/gallery16.webp");}
.webp .elementWithBackgroundGallery17 {background-image: url("gallery/gallery17.webp");}
.webp .elementWithBackgroundGallery18 {background-image: url("gallery/gallery18.webp");}
.webp .elementWithBackgroundGallery19 {background-image: url("gallery/gallery19.webp");}
.webp .elementWithBackgroundGallery20 {background-image: url("gallery/gallery20.webp");}
.webp .elementWithBackgroundGallery21 {background-image: url("gallery/gallery21.webp");}
.webp .elementWithBackgroundGallery22 {background-image: url("gallery/gallery22.webp");}
.webp .elementWithBackgroundGallery23 {background-image: url("gallery/gallery23.webp");}
.webp .elementWithBackgroundGallery24 {background-image: url("gallery/gallery24.webp");}
.webp .elementWithBackgroundGallery25 {background-image: url("gallery/gallery25.webp");}
.webp .elementWithBackgroundGallery26 {background-image: url("gallery/gallery26.webp");}
.webp .elementWithBackgroundGallery27 {background-image: url("gallery/gallery27.webp");}
.webp .elementWithBackgroundGallery28 {background-image: url("gallery/gallery28.webp");}
.webp .elementWithBackgroundGallery29 {background-image: url("gallery/gallery29.webp");}
.webp .elementWithBackgroundGallery30 {background-image: url("gallery/gallery30.webp");}
.webp .elementWithBackgroundGallery31 {background-image: url("gallery/gallery31.webp");}
.webp .elementWithBackgroundGallery32 {background-image: url("gallery/gallery32.webp");}

.no-js .elementWithBackgroundGallery1 {background-image: url("gallery/gallery1.jpeg");}
.no-js .elementWithBackgroundGallery2 {background-image: url("gallery/gallery2.jpeg");}
.no-js .elementWithBackgroundGallery3 {background-image: url("gallery/gallery3.jpeg");}
.no-js .elementWithBackgroundGallery4 {background-image: url("gallery/gallery4.jpeg");}
.no-js .elementWithBackgroundGallery5 {background-image: url("gallery/gallery5.jpeg");}
.no-js .elementWithBackgroundGallery6 {background-image: url("gallery/gallery6.jpeg");}
.no-js .elementWithBackgroundGallery7 {background-image: url("gallery/gallery7.jpeg");}
.no-js .elementWithBackgroundGallery8 {background-image: url("gallery/gallery8.jpeg");}
.no-js .elementWithBackgroundGallery9 {background-image: url("gallery/gallery9.jpeg");}
.no-js .elementWithBackgroundGallery10 {background-image: url("gallery/gallery10.jpeg");}
.no-js .elementWithBackgroundGallery11 {background-image: url("gallery/gallery11.jpeg");}
.no-js .elementWithBackgroundGallery12 {background-image: url("gallery/gallery12.jpeg");}
.no-js .elementWithBackgroundGallery13 {background-image: url("gallery/gallery13.jpeg");}
.no-js .elementWithBackgroundGallery14 {background-image: url("gallery/gallery14.jpeg");}
.no-js .elementWithBackgroundGallery15 {background-image: url("gallery/gallery15.jpeg");}
.no-js .elementWithBackgroundGallery16 {background-image: url("gallery/gallery16.jpeg");}
.no-js .elementWithBackgroundGallery17 {background-image: url("gallery/gallery17.jpeg");}
.no-js .elementWithBackgroundGallery18 {background-image: url("gallery/gallery18.jpeg");}
.no-js .elementWithBackgroundGallery19 {background-image: url("gallery/gallery19.jpeg");}
.no-js .elementWithBackgroundGallery20 {background-image: url("gallery/gallery20.jpeg");}
.no-js .elementWithBackgroundGallery21 {background-image: url("gallery/gallery21.jpeg");}
.no-js .elementWithBackgroundGallery22 {background-image: url("gallery/gallery22.jpeg");}
.no-js .elementWithBackgroundGallery23 {background-image: url("gallery/gallery23.jpeg");}
.no-js .elementWithBackgroundGallery24 {background-image: url("gallery/gallery24.jpeg");}
.no-js .elementWithBackgroundGallery25 {background-image: url("gallery/gallery25.jpeg");}
.no-js .elementWithBackgroundGallery26 {background-image: url("gallery/gallery26.jpeg");}
.no-js .elementWithBackgroundGallery27 {background-image: url("gallery/gallery27.jpeg");}
.no-js .elementWithBackgroundGallery28 {background-image: url("gallery/gallery28.jpeg");}
.no-js .elementWithBackgroundGallery29 {background-image: url("gallery/gallery29.jpeg");}
.no-js .elementWithBackgroundGallery30 {background-image: url("gallery/gallery30.jpeg");}
.no-js .elementWithBackgroundGallery31 {background-image: url("gallery/gallery31.jpeg");}
.no-js .elementWithBackgroundGallery32 {background-image: url("gallery/gallery32.jpeg");}


.judulSub {
  /*color: #4B4746;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-align: left;
  position: relative;
}

.howto {
  text-align: left;
  font-size: 12px;
  padding: 0 20px 0 20px;
  margin: 0px;
}

.howtoSub {
  padding: 0 0 0 20px;
}

.minyminy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-control {
  /* background-color: #d1c8bf !important; */
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: var(--preLoading);
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 3s infinite;
  -moz-animation: flickerAnimation 3s infinite;
  -o-animation: flickerAnimation 3s infinite;
  animation: flickerAnimation 3s infinite;
}

.svg-white {
  filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(84deg)
    brightness(106%) contrast(105%);
}

.mini-hr {
  width: 30%;
  border: 1px solid var(--accent);
}

hr {
  /* border: 0.1px solid var(--accent); */
}

.my-custom-scrollbar {
  position: relative;
  height: 350px;
  overflow: auto;
  overflow-y: scroll;
  background-color: var(--wishBg);
  padding: 25px 20px 5px 20px;
  border-radius: 0.5rem;
  -moz-box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  -webkit-box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
}

.wish-avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.wish-avatar-button {
  width: 20%;
  height: auto;
  border-radius: 50%;
  padding: 0;
}
.wish-avatar-pick {
  width: 92%;
  height: auto;
  border-radius: 50%;
  padding: 3px 3px 3px 3px;
}
.wish-avatar-pick.active {
  width: 100%;
  border: 3px solid var(--accent);
}

.wish-item {
  display: flex;
  margin-bottom: 5px;
}

.wish-content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.4rem;
  text-align: left;
  padding: 5px 10px;
  -moz-box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  -webkit-box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  color: black
}

.wish-name {
  font-size: 80%;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bolder;
  color: var(--accent);
}

/* @media (max-width: 720px) {
  #galleryThumbnail {
    overflow: scroll;
  }
  #galleryThumbs {
    width: max-content;
    margin: 11px;
  }
}
#galleryThumbs > .list-inline-item {
  height: max-content;
} */

.btn-ig, .btn-zoom, .btn-accent, .btn-youtube{
  margin: 5px;
  color: white;
}
.btn-youtube{
  background-color: #ab2b24; 
  /* border: 1px solid var(--blue);; */
}
.btn-ig:hover, .btn-zoom:hover, .btn-accent:hover, .btn-youtube:hover{
  color: white;
  text-decoration: underline;
}
.soundSettingBtn {
  z-index: 10;
}

.carousel-item img{
  width: auto;
  max-height: 91vh;
  min-height: 93vh;
  margin: auto; 
  object-fit: cover;
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
} 


.black-carousel{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.3);
}
.wedding-banner{
  position: absolute;
  z-index: 12;
  top: 80%;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bolder;
  /* font-family: "Alice", Sans-serif; */
}
.wedding-banner h1{
  /* font-family: "Sacramento", Sans-serif; */
    /* font-family: "Parisienne", Sans-serif; */
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: .8rem;
    color: white;
}
@media (max-width: 970px) {
.wedding-banner h1{
    font-size: 4rem;
    letter-spacing: .6rem;
}
}
@media (max-width: 820px) {
.wedding-banner h1{
    font-size: 3rem;
    letter-spacing: .4rem;
}
}
@media (max-width: 560px) {
.wedding-banner h1{
    font-size: 2.5rem;
    letter-spacing: .2rem;
}
}
.wedding-banner h5{
  font-style: italic;
  text-decoration: underline;
}
.center-div{
  margin: 5vh auto;
  width: auto;
}
.center-div2{
  margin: auto;
}

#home, #homez, .carousel-item{
  z-index: 10;
}

#tsparticles {
  position: absolute;
  z-index: 12;
  width: 100%;
  height: calc(100vh - 62px);
  margin: 0;
}