@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;1,300&family=Katibeh&family=Tangerine:wght@700&family=Taviraj:wght@200;300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500&family=Montserrat:ital,wght@0,400;0,500;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://db.onlinewebfonts.com/c/f49a111b2030d85b52b84b1d9f065897?family=Anaktoria');

/* EB Garamond */
@font-face {
  font-family: "britanny";
  src: url("font/BrittanySignature.ttf") format("truetype");
}

a {
  cursor: pointer;
}

.georgia {
  font-family: "Georgia", sans-serif !important;
}

.cormorant {
  font-family: "Cormorant Infant", sans-serif !important;
}

.katibeh {
  font-family: "Katibeh", sans-serif !important;
}

.tangerine {
  font-family: "Tangerine", sans-serif !important;
}

.taviraj {
  font-family: "Taviraj", sans-serif !important;
}

.bodoni {
  font-family: "Bodoni Moda", sans-serif !important;
}

/* https://codepen.io/sosuke/pen/Pjoqqp */
:root {
  --accent: #908660;
  --accent2: #465A3D;
  --accentAmpersand: var(--accent);
  --accentTable: var(--accent);
  --font: #4d4b30;
  --navbar: var(--accent);
  --preLoading: #fffff0;
  --navbarBg: #fffff0;
  --wishBg: rgba(255, 255, 255, 0.3);
  --navbarSvg: invert(49%) sepia(35%) saturate(328%) hue-rotate(10deg) brightness(100%) contrast(88%);
  --protocolFilter: invert(49%) sepia(35%) saturate(328%) hue-rotate(10deg) brightness(100%) contrast(88%);

  --primary: #fff;
  --bg-color: rgb(5, 53, 61);
  --bg-envelope-color: #f5edd1;
  --envelope-tab: #ecdeb8;
  --envelope-cover: #e6cfa7;
  --shadow-color: rgba(0, 0, 0, 0.2);
  --txt-color: #444;
  --heart-color: rgb(241, 241, 241);
}

html {
  scroll-behavior: smooth;
}

.text-light {
  color: var(--preLoading);
}

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: var(--preLoading) !important;
  font-weight: 400;
  color: var(--font);
  overflow: hidden;
}

pre {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  font-size: 100%;
}

#content {
  margin: 0px auto;
  text-align: center;
}

hr {
  margin: 5vh auto;
  font-weight: 400;
}

h1 {
  font-family: "Georgia", sans-serif !important;
  color: var(--accent);
}

.accent-text {
  color: var(--accent);
}

.accent-text2 {
  color: var(--accent2);
}

/* #invitedName{
  font-family: 'Britanny', Courier, monospace;
  color: var(--font);
} */

#name-header p {
  font-size: 150%;
}

.accent-font {
  font-family: "Allura", sans-serif;
}

.accent-font2 {
  font-family: "Georgia", sans-serif;
}

.main-header {
  font-family: "Allura", sans-serif !important;
  font-size: 350%;
}

@media (max-width: 450px) {
  .main-header {
    font-size: 3.2rem;
  }

  #name-header p {
    font-size: 100%;
  }
}

.text-special {
  /* font-family: "Parisienne", Sans-serif; */
}

@media (max-width: 331px) {
  .adjusted-text {
    font-size: 100%;
  }
}

.background {
  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;
}

.bg {
  position: fixed;
  left: -1000%;
  right: -1000%;
  bottom: -5vw;
  /* 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: 50%;
  margin: auto;
  object-fit: cover;
  overflow: hidden;
}

.foot-bg {
  position: fixed;
  /* left: -1000%; */
  /* right: -1000%; */
  bottom: 0px;
  /* min-height: 110vh; */
  width: 50%;
  margin: auto;
  object-fit: cover;
  overflow: hidden;
}

.top-bg-left {
  left: 0px;
}

.top-bg-right {
  right: 0px;
}

.foot-bg-left {
  left: 0px;
}

.foot-bg-right {
  right: 0px;
}

.top-bg,
.foot-bg {
  opacity: 0.8;
}

.foot-bg-with-nav {
  bottom: 59px;
}

@media (max-width: 1024px) {

  .foot-bg,
  .top-bg {
    /* max-width: 130%;
    opacity: 0.4;
    width: 130%; */

    max-width: 95%;
    width: 95%;
    opacity: 0.7;
  }

  .foot-bg.foot-bg-left,
  .top-bg.top-bg-right {
    /* opacity: 0.9; */
    max-width: 65%;
    width: 65%;
  }

  .bg {
    bottom: 2vw;
  }
}

.live-flower {
  text-align: center;
}

.white-overlay {
  /* background-color: rgba(255, 255, 255, 0.4); */
  z-index: 1;
}

/* ModalSection */
.modal {
  text-align: center;
  display: none;
  padding: 0px !important;
  z-index: 10000;
}

.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: clip;
}

@media (max-width: 767px) {
  .modal-bg-img {
    min-height: 10vh;
    min-width: 95vw !important;
    max-width: 100vw !important;
  }
}

.modal-body {
  /* color: #faa09a; */
  padding-left: 7vh;
  padding-right: 7vh;
}
.modal-body h2 {
  font-size: 165%;
}

@media (max-height: 715px) {
  .modal-body {
    padding-left: 7vh;
    padding-right: 7vh;
  }
}

@media (max-width: 552px) {
  .modal-body h2 {
    font-size: 175%;
  }

  .modal-body h3 {
    font-size: 115%;
  }
}

@media (max-width: 420px) {
  .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: 406px) {
  .modal-content {
    width: 80%;
  }

  .modal-body h2 {
    font-size: 140%;
  }

  .modal-body p {
    font-size: 90%;
  }

  .button-open {
    font-size: .9rem !important;
  }
}

@media (max-width: 365px) {
  .modal-content {
    width: 70%;
  }

  .modal-body {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .modal-body h2 {
    font-size: 120%;
  }

  .modal-body p {
    font-size: 70%;
  }

  .button-open {
    font-size: .9rem !important;
  }

  #apologize {
    margin-bottom: 8px !important;
  }
}

@media (max-width: 325px) {
  .modal-content {
    width: 50%;
  }

  .modal-body {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .modal-body h2 {
    font-size: 120%;
  }

  .modal-body p {
    font-size: 70%;
  }

  .button-open {
    font-size: .9rem !important;
  }

  #apologize {
    margin-bottom: 8px !important;
  }
}

.button-open {
  border: 1px solid var(--accent2) !important;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 1.2rem;
  color: var(--font);
  font-weight: 900;
  background-color: transparent !important;
}

.button-open:hover {
  color: var(--accent);
  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: 5;
}

/* 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: #ddd;
  color: black;
}

.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 {
  width: 50vw;
  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;
}

@media (max-width: 767px) {
  #home {
    width: 100%;
    margin: auto;
  }
}

#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: 70vh !important;
  margin: auto;
  max-height: 70vh;
  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 {
    /* 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: 1000;
  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; */
}

#invitedName {
  word-break: break-word;
}

.wedding-banner h1 {
  /* font-family: "Parisienne", Sans-serif; */
  font-size: 4.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: 2rem;
    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;
  filter: var(--protocolFilter);
}

#quotes,
#couple,
#event,
#moment,
#wish {
  margin: 5vh auto;
}

#quotes-text {
  font-size: 3.2em;
}

@media (max-width: 561px) {
  #quotes-text {
    font-size: 3em;
  }
}

.quotingz {
  font-family: "Montserrat", sans-serif;
  /* font-size: 1.4rem; */
  font-style: italic;
  /* color: #a88b7c; */
}

.quoting2 {
  font-family: "Tangerine", sans-serif;
  /* color: #a88b7c; */
}

.brittany {
  font-family: "brittany", sans-serif;
}

/* CoupleSection */
#bride-image,
#groom-image {
  width: 21vw;
  height: 28vw;
  object-fit: cover;
  object-position: bottom;
  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: 1px 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; */
  font-family: 'britanny', Courier, monospace;
}

.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: "Georgia", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 0;
  color: var(--accent);
}

#groom-trial2 {
  font-size: 3.5rem;
  margin-bottom: 0;
  color: var(--accent);
}

#bride-name,
#groom-name {
  font-family: "Georgia", 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.2rem;
  }
}

@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;
}

/* MomentSection */
.grid {
  display: grid;
  grid-template-rows:
    repeat(25, 21vw);
  grid-template-columns:
    repeat(3, 1fr);
  background-size: auto;
  grid-gap: 5px;
  margin: 20px auto 5px auto;
}

@media (max-width: 767px) {
  .grid {
    grid-template-rows:
      repeat(25, 30vw);
    grid-template-columns:
      repeat(3, 1fr);
  }
}

.grid>.item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item:nth-child(3) {
  grid-column: 2/4;
  grid-row: 1/3;
}

.item:nth-child(4) {
  grid-column: 1/3;
  grid-row: 3/5;
}

.item:nth-child(6) {
  grid-column: 3/4;
  grid-row: 4/6;
}

.item:nth-child(11) {
  grid-column: 2/4;
  grid-row: 6/8;
}

.item:nth-child(15) {
  grid-column: 1/4;
  grid-row: 9/10;
}

.item:nth-child(20) {
  grid-column: 2/4;
  grid-row: 11/12;
}

.item:nth-child(21) {
  grid-column: 1/4;
  grid-row: 12/14;
}

.item:nth-child(25) {
  grid-column: 1/3;
  grid-row: 15/17;
}

.item:nth-child(27) {
  grid-column: 3/4;
  grid-row: 16/18;
}

.item:nth-child(30) {
  grid-column: 1/4;
  grid-row: 18/19;
}

.item:nth-child(31) {
  grid-column: 1/2;
  grid-row: 19/21;
}

.item:nth-child(36) {
  grid-column: 1/3;
  grid-row: 21/23;
}

.item:nth-child(40) {
  grid-column: 2/4;
  grid-row: 23/24;
}

.item:nth-child(41) {
  grid-column: 1/4;
  grid-row: 24/26;
}

.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.lefter {
  background-position: left;
}

.item.minileft {
  background-position: 41% 50%;
}

.item.slightleft {
  background-position: 25% 50%;
}

.item.righter {
  background-position: right;
}

.item.slightright {
  background-position: 75% 50%;
}

.item.miniright {
  background-position: 56% 50%;
}

.item.topper {
  background-position: top;
}

.item.slighttop {
  background-position: 50% 45%;
}

.item.bottomer {
  background-position: bottom;
}

.item.slightbottom {
  background-position: 50% 82%;
}

.item.minibottom {
  background-position: 50% 61%;
}

/* 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: "Katibeh", sans-serif;
  font-size: 5rem;
  font-weight: 200;
}

@media (max-width: 970px) {
  #hashtag {
    font-size: 4.5rem;
  }
}

@media (max-width: 820px) {
  #hashtag {
    font-size: 3.5rem;
  }
}

@media (max-width: 560px) {
  #hashtag {
    font-size: 2.3rem;
  }
}

@media (max-width: 330px) {
  #hashtag {
    font-size: 1.5rem;
  }
}

.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%;
}

.video-container-full {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: none;
  height: inherit;
}

.video-container-full::after {
  /* 9:16 = 56.25%
  4:3 = 75% */
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container-full 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;
  }
}

.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;
}

.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: 10001;
  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);
}

.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,
.btn-skyblue {
  margin: 5px;
  color: white;
}

.btn-youtube {
  background-color: #ab2b24;
  /* border: 1px solid var(--blue);; */
}


.btn-skyblue {
  background-color: #807168;
  /* border: 1px solid var(--blue);; */
}

.btn-ig:hover,
.btn-zoom:hover,
.btn-accent:hover,
.btn-skyblue:hover,
.btn-youtube:hover {
  color: white;
  text-decoration: underline;
}

.footer-credit {
  font-family: 'Anaktoria', "Montserrat", sans-serif;
  font-size: x-large;
  color: black;
}

.footer-credit:hover {
  color: black;
}

.credit-special {
  color: #0C4C83 !important;
}

.hearting {
  color: #eb5e28;
  animation: 2s ease 0s infinite beat;
}
@keyframes beat {
  0%, 50%, 100% { transform: scale(1, 1); }
  30%, 80% { transform: scale(0.92, 0.95); }
}