body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  color: #808080;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
}

ol, ul {
  margin: 0;
  margin-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  list-style: none;
  list-style-type: none;
  list-style-type: none;
}

ol li, ul li {
  line-height: 24px;
  list-style-position: inside;
  list-style: none;
  list-style-type: none;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
  max-width: 100%;
}

textarea {
  width: 100%;
  height: 150px;
}

#langBtn {
  position: absolute;
  right: 69px;
  top: 22px;
}

#langBtn .btn {
  background-color: transparent;
  border: none;
  color: black;
}

#main-header {
  width: 100%;
  height: 72px;
  position: relative;
  left: 0;
  z-index: 10;
}

#main-header .navbar {
  padding: 0;
  position: absolute;
  width: 100%;
}

#main-header .container-fluid {
  padding: 0;
}

#main-header .navbar-brand {
  margin: 6px 17px;
}

#main-header .navbar-toggler {
  margin: 10px;
}

.header-nav-bar .nav {
  background: rgba(17, 17, 17, 0.96);
  width: 100%;
  /* position: absolute;
  right: 0;
  left: 0; */
}

.header-nav-bar .nav-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #fff;
  padding: 15px 3%;
  text-transform: uppercase;
  transition: all .4s ease;
  font-weight: 600;
}

.header-nav-bar .nav-link:hover {
  color: #e49497;
}

.sticky-header.is-sticky {
  background-color: #fafafa;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  position: sticky;
  top: 0;
  transition: 0.4s;
  z-index: 1000;
}

#landing {
  position: relative;
}

#landing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/landing_crop_md.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: brightness(70%);
  z-index: -1;
}

.landing-header {
  font-family: Allura;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
}

.landing-sub-ty {
  font-size: 23px;
  text-align: center;
  color: #ffffff;
  line-height: 36px;
  font-family: 'Times New Roman';
  text-shadow: 0px 1px 3px black;
  margin: 100px 0 75px;
}

.countdown {
  text-align: center;
}

.is-countdown {
  border: 0;
  overflow: hidden;
  background: transparent;
}

.countdown-row {
  /* clear: both; */
  /* width: 100%; */
  /* padding: 0 2px; */
  text-align: center;
}

.countdown .countdown-section:not(:last-child) {
  border-right: 1px solid rgba(214, 214, 214, 0.4);
  border-right-color: rgba(214, 214, 214, 0.4);
}

.countdown .countdown-amount,
.countdown .countdown-period {
  color: #F9F9F9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.countdown .countdown-amount {
  font-family: Allura;
  font-size: 40px;
  font-weight: normal;
  line-height: 100%;
  display: inline-block;
  padding-bottom: 12px;
}

.countdown .countdown-period {
  display: block;
}

.texture-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.texture-bottom img {
  width: 100%;
}

.main-section {
  margin: 0 0 75px;
  padding-top: 65px;
}

.main-section-container {
  margin: auto;
}

.section-heading {
  color: #282828;
  font-family: Allura;
  font-weight: 400;
  font-size: 70px;
  font-style: normal;
  line-height: 80px;
  text-align: center;
}

.section-sub-heading {
  text-align: center;
}

#bridegroom .main-section-container {
  padding-right: 30px;
  padding-left: 30px;
}

/* #bridegroom .section-heading h2 {
  font-family: Niconne;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  color: #1a1a1a;
  line-height: 65px;
} */

#gallery .card {
  height: 285px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

#gallery .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#gallery .text-wrapper {
  text-align: center;
}

.inner-wrapper {
  padding: 0 30px;
  margin-bottom: 60px;
}

.img-center {
  text-align: center;
}

.socials {
  display: block;
  text-align: center;
}

.socials ul {
  overflow: visible;
  margin-bottom: 0;
  padding: 10px 0;
}

.socials li {
  display: inline-block;
  padding: 5px;
  list-style: none;
  text-align: center;
}

.socials li i::before {
  color: gray;
}

.video-js {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

/* #whenwhere .section-heading h2 {
  font-family: Niconne;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  color: #1a1a1a;
  line-height: 65px;
} */

.whenwhere-icon>* {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  color: #e49497;
}

.whenwhere-card {
  background-color: #FFF;
  padding: 70px 40px;
  text-align: center;
}

.whenwhere-heading {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #1A1A1A;
}

button.navbar-toggler,
button.navbar-toggler:active,
button.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.empty-space {
  height: 32px;
}

.empty-space-big {
  height: 60px;
}

.figure-line img {
  transition: all .4s ease-in-out;
}

.figure-line img:hover {
  transform: scale(1.1);
}

.landing-container {
  padding: 30vh 25px 7vh 25px;
}

#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  transition: opacity 1s ease-out;
}

.loader-wraper {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -120px;
  visibility: visible;
  opacity: 1;
}

.loader-heart {
  position: absolute;
  color: #D65679;
  opacity: 0;
  animation: loader_pulse2 1.8s linear infinite;
}

.loader-heart.heart1 {
  top: 15px;
  left: 115px;
  font-size: 50px;
}

.loader-heart.heart2 {
  top: 65px;
  left: 85px;
  font-size: 30px;
  animation-delay: .4s;
}

.loader-heart.heart3 {
  left: 130px;
  top: 100px;
  font-size: 20px;
  animation-delay: .8s;
}

#rsvp {
  background-image: url("../images/rsvp_bg2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 180px;
  padding-bottom: 90px;
  margin-bottom: 0;
  min-height: 1023px;
}

#rsvp .section-heading {
  color: #dbb590;
  font-family: "Alex Brush";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

#rsvp .section-heading h2 {
  font-family: Niconne;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  color: #1a1a1a;
  line-height: 65px;
}

#rsvp .section-sub-heading {
  color: #888888;
  font-style: italic;
  margin: 0;
}

.qrcode-container {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.qrcode-inner {
  transform: translateY(55px);
  transition: all 2.7s ease 0.2s;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.qrcode-inner.active {
  transform: translateY(0);
}

.qrcode-icon {
  height: 92px;
  position: absolute;
  top: -33px;
  right: 13px;
  transition: all 0.7s ease 0.2s;
}

.qrcode-icon:hover {
  transform: translateY(-35px);
  cursor: pointer;
}

.qrcode-icon.qrcode-bride {
  right: 70px;
}

.loading-icon-wrapper {
  margin: 15px 0 0;
  text-align: center;
}

.loading-message-wrapper {
  margin: 15px 0 0;
}

.contact-box {
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(130, 128, 128, 0.25);
  margin: auto;
  position: relative;
  width: 95%;
}

.contact-box .img-tl {
  display: block;
  position: absolute;
  top: -45px;
  left: -60px;
}

.contact-box .img-br {
  display: block;
  position: absolute;
  bottom: -65px;
  right: -110px;
}

.info-box-wrap {
  padding: 50px 30px;
}

.selection-texture.tt-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.selection-texture.tt-top img {
  width: 100%;
}

.selection-texture.tt-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.selection-texture.tt-bottom img {
  width: 100%;
}

#slide {
  position: relative;
  /* margin: 5px 0; */
}

#carouselSlides {
  max-height: 25vw;
}

.info-image {
  margin: auto;
  overflow: hidden;
  max-width: 475px;
  max-height: 400px;
  transition: ease;
}

.info-image figure {
  margin-bottom: 0;
}

.info-image img {
  transition: all .4s ease-in-out;
}

.info-image img:hover {
  transform: scale(1.1);
}

.was-validated .form-check :invalid~.invalid-feedback {
  margin-left: -21px;
}

.photo-overlay {
  opacity: 0;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.photo-overlay:hover {
  cursor: pointer;
}

.photo-overlay:not(.no-hover):hover {
  opacity: 1;
  cursor: pointer;
}

.photo-overlay .icon-circle {
  opacity: 0;
  transform: scale(2);
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 15;
  margin: -25px 0 0 -25px;
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.photo-overlay:not(.no-hover):hover .icon-circle {
  transform: scale(1.2);
  opacity: 1;
}

.music-controls {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
}

.music-controls.not-played {
  animation-duration: 400ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-name: animation_button_video;
}

.music-controls .toggle-controls {
  background-color: #e49497;
  border-color: #e49497;
  color: #fff;
}

.music-controls iframe {
  position: absolute;
  top: -140px;
  left: 0px;
  width: 340px;
  height: 130px;
}

.socials li a {
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  transition: all .3s ease;
}

a span.line-top-left,
a span.line-top-center,
a span.line-top-right,
a span.line-bottom-left,
a span.line-bottom-center,
a span.line-bottom-right {
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
}

a span.line-top-left {
  top: 3px;
  left: -8px;
  transform: rotate(-55deg);
}

a span.line-top-center {
  top: -8px;
  left: 50%;
  margin-left: -6px;
}

a span.line-top-right {
  top: 3px;
  right: -8px;
  transform: rotate(55deg);
}

a span.line-bottom-left {
  bottom: -1px;
  left: -8px;
  transform: rotate(55deg);
}

a span.line-bottom-center {
  bottom: -9px;
  left: 50%;
  margin-left: -6px;
}

a span.line-bottom-right {
  bottom: -1px;
  right: -8px;
  transform: rotate(-55deg);
}

li.icon-facebook a span::before {
  background-color: #3B5999;
}

li.icon-facebook:hover a i::before {
  color: #3B5999;
}

li.icon-linkedin a span::before {
  background-color: #0077b5;
}

li.icon-linkedin:hover a i::before {
  color: #0077b5;
}

a span.line-top-left::before,
a span.line-top-center::before,
a span.line-top-right::before {
  bottom: 0;
  top: 100%;
  transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
}

a span.line-bottom-left::before,
a span.line-bottom-center::before,
a span.line-bottom-right::before {
  bottom: 100%;
  top: 0;
  transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
}

a span.line-top-left::before,
a span.line-top-center::before,
a span.line-top-right::before,
a span.line-bottom-left::before,
a span.line-bottom-center::before,
a span.line-bottom-right::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
}

a:hover .line-top-left::before,
a:hover .line-top-center::before,
a:hover .line-top-right::before {
  top: 0;
  bottom: 100%;
}

a:hover .line-bottom-left::before,
a:hover .line-bottom-center::before,
a:hover .line-bottom-right::before {
  top: 100%;
  bottom: 0;
}

.img-count-bg {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-count {
  color: #fff;
  font-family: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

#slide .slide-md {
  display: block;
}

#slide .slide-xxl {
  display: none;
}

#confetti-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

#thankyou {
  margin: 50px 0 92px;
  text-align: center;
}

#thankyou .inner-wrapper {
  margin-bottom: 0;
}

.thankyou-line {
  border-color: #eeeeee;
  border-top-width: 3px !important;
  border-top-style: double;
  height: 1px;
  margin: 37px 30%;
}

.thankyou-details {
  padding: 0;
}

.thankyou-details a {
  color: unset;
  text-decoration: none;
}

.thankyou-details>div {
  margin-bottom: 7px;
  transition: all .4s ease;
}

.thankyou-details>div:hover {
  color: #e49497;
  font-weight: 500;
}

.thankyou-details>div:hover a:hover {
  text-decoration: underline;
}

/*====================================================================================================
=========================================== Carousel Modal ======================================== */
.carousel-modal {
  height: 100%;
}

.lightbox-indicators button {
  background-size: cover;
  width: 40px;
  height: 40px;
}

.lightbox .lightbox-fullscreen-btn:not(.isFullscreen) .fa-expand,
.lightbox .lightbox-fullscreen-btn.isFullscreen .fa-compress {
  display: block;
}

.lightbox .lightbox-fullscreen-btn.isFullscreen .fa-expand,
.lightbox .lightbox-fullscreen-btn:not(.isFullscreen) .fa-compress {
  display: none;
}

.lightbox-gallery-toolbar {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  z-index: 7;
  transition: opacity 0.4s;
}

.lightbox-inner {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 76px;
  left: 0;
  text-align: center;
}

.lightbox-gallery-toolbar .lightbox-gallery-right-tools {
  float: right;
}

.lightbox-gallery-toolbar button {
  border: none;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}

.lightbox-btn,
.lightbox-fullscreen-btn,
.lightbox-zoom-btn {
  background: none;
  color: #b3b3b3;
  transition: color 0.2s;
}

.lightbox-btn:hover,
.lightbox-fullscreen-btn:hover,
.lightbox-zoom-btn:hover {
  color: #fff;
}

.lightbox-zoom-btn:not(.active) .icon-zoom-in,
.lightbox-zoom-btn.active .icon-zoom-out {
  display: block;
}

.lightbox-zoom-btn.active .icon-zoom-in,
.lightbox-zoom-btn:not(.active) .icon-zoom-out {
  display: none;
}

.lightbox-item {
  position: absolute;
  /* transition: all 0.6s ease-out; */
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  left: 200%;
}

.lightbox-item.active {
  opacity: 1;
  left: 0%;
  transform: scale(1);
  z-index: 5;
}

.lightbox-item.hidden-left {
  left: -100%;
  opacity: 0;
  transform: scale(0.25);
}

.lightbox-item.hidden-right {
  left: 100%;
  opacity: 0;
  transform: scale(0.25);
}

.lightbox-item img {
  max-height: 100%;
  align-self: center;
  position: absolute;
  cursor: pointer;
  touch-action: pinch-zoom;
}

.lightbox-item picture {
  display: flex;
  justify-content: center;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.lightbox-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* display: flex; */
  /* justify-content: center; */
  padding: 0;
  margin-right: 15%;
  margin-bottom: 0;
  margin-left: 15%;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
}

.lightbox-indicators [data-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  background-size: cover;
  background-position: center center;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.lightbox-indicators button {
  background-size: cover;
  width: 40px;
  height: 40px;
}

.lightbox-indicators .active {
  opacity: 1;
}

.lightbox-control-next,
.lightbox-control-prev {
  display: none;
}

.lightbox .btn-close:focus,
.lightbox .btn-close:active {
  box-shadow: none;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 13px;
}

/*==================================================================================================/*


/* ===================================================================================================
/* =================================== Video controls ============================================= */
.video-section {
  position: relative;
  overflow: hidden;
}

.video-section .video-control {
  background: url("../artifact/video-play.png") no-repeat;
  background-size: cover !important;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: block;
  margin: auto;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
  text-align: center;
  width: 80px;
  height: 80px;
  z-index: 30;
}

.video-section .video-control::before,
.video-section .video-control::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: scale(0);
  animation-name: ca_pulse;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

.video-section .video-control:hover {
  animation-duration: 400ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-name: animation_button_video;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset;
}

.video-section .vjs-paused .vjs-poster {
  background-size: contain;
  display: block;
  filter: brightness(80%) sepia(0.1) blur(1px);
}

.video-section .vjs-playing+.video-control {
  background: url("../artifact/video-pause.png") no-repeat;
}

.youtube-blocker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-wrapper {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-wrapper .video-js {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.video-background {
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  min-width: 100%;
  position: relative;
  background: #000;
}

.video-background-tmp {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.video-content {
  padding: 160px 30px 60px;
}

/*==================================================================================================/*


/* ===================================================================================================
/* =================================== Event Timeline ============================================= */

.timeline {
  margin-top: 45px;
  position: relative;
}

.timeline::before {
  content: "";
  width: 1px;
  height: 490px;
  display: block;
  background-color: gray;
  top: -17px;
  position: absolute;
  left: 63px;
}

.timeline-section {
  margin: 20px 0 70px 0;
}

.timeline-section::after {
  content: "";
  clear: both;
  display: block;
}

.timeline-icon {
  float: left;
  margin-right: 45px;
}

.timeline-icon span {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  color: #e49497;
  height: 40px;
}

.section-info {
  float: left;
  position: relative;
}

.section-info::before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: gray;
  position: absolute;
  top: 12px;
  left: -33px;
}

.section-time {
  color: #d7575c;
  display: inline-block;
  width: 35px;
  margin-right: 5px;
}

.section-label {
  display: inline-block;
}

/*==================================================================================================/*


/* ===================================================================================================
========================================== Utils ================================================== */
.has-animation {
  visibility: hidden;
}

.animated {
  animation-duration: 1s;
}

.has-animation.animated {
  visibility: visible;
}

.btn-lightgreen {
  background-color: #b4d2c8;
  border-color: #b4d2c8;
  color: #ffffff;
  width: 100%;
}

.btn-lightgreen:hover {
  background-color: #bcd7ce;
  border-color: #bcd7ce;
  color: #fff;
}

.btn-lightgreen:active,
.btn-lightgreen:focus {
  background-color: #fff;
  border-color: rgb(128, 128, 128);
  color: rgb(128, 128, 128);
}

.btn.btn-brown {
  background-color: #765f4f;
  border-color: #a47453;
  color: #fff;
}

.btn.btn-brown:hover {
  background-color: #a47453;
  color: #fff;
}

.btn.btn-brown:active,
.btn.btn-brown:focus {
  background-color: #62514a;
  border-color: #977364;
  color: #fff;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-shadow {
  text-shadow: 0px 1px 3px black;
}

/* ================================================================================================ */


/* ===================================================================================================
/* =================================== Animation ================================================== */
.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.scale-in-bl {
  animation: scale-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-out-bl {
  animation: scale-out-bl 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.beatUpDown {
  animation-duration: 400ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-name: animation_button_video;
}

.kenburns-top {
  animation: kenburns-top 5s ease-out both;
}

@keyframes animation_button_video {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 5px);
  }
}

@keyframes ca_pulse {
  0% {
    opacity: .5;
    transform: scale(1);
  }

  50% {
    opacity: 0;
    transform: scale(2);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes loader_pulse2 {
  0% {
    transform: translateY(5px) scale(0.8);
    opacity: 0;
  }

  30% {
    transform: scale(1) translateY(-10px);
    opacity: .8;
  }

  60% {
    transform: scale(0.8) translateY(-20px);
    opacity: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes scale-in-bl {
  0% {
    transform: scale(0);
    transform-origin: 0% 100%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

@keyframes scale-out-bl {
  0% {
    transform: scale(1);
    transform-origin: 0% 100%;
    opacity: 1;
  }

  100% {
    transform: scale(0);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-2-19 2:56:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }

  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}

/* ================================================================================================ */








/* ================================================================================================ */
/* ================================== MD screen styles ============================================ */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* #landing::before {
      background-position-y: 44%;
  } */

  .landing-header {
    font-size: 80px;
    /* line-height: 135px; */
  }

  .video-content {
    padding: 230px 30px 100px;
  }

  .contact-box {
    width: 85%;
  }

  #gallery .card {
    height: 180px;
    overflow: hidden;
    position: relative;
  }

  .padding-wrapper {
    padding: 0 17%;
  }
}

@media only screen and (min-width: 768px) {
  .countdown .countdown-amount {
    font-size: 50px;
  }

  .info-box-wrap {
    padding: 50px 50px;
  }

  .padding-wrapper {
    padding: 0 20%;
  }

  #langBtn {
    position: static;
    right: unset;
    top: unset;
  }

  #langBtn .btn {
    color: #fff;
  }

  .sticky-header.is-sticky #langBtn .btn {
    color: #000;
  }

  .lightbox-inner {
    right: 15%;
    left: 15%;
  }

  .lightbox-control-next,
  .lightbox-control-prev {
    position: absolute;
    top: 50px;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
  }

  .lightbox-control-prev {
    left: 0;
  }

  .lightbox-control-next {
    right: 0;
  }

  .lightbox-control-next:focus,
  .lightbox-control-next:hover,
  .lightbox-control-prev:focus,
  .lightbox-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }

  .thankyou-details {
    padding: 0 20%;
  }

  /* ===================================================================================================
  /* =================================== Event Timeline ============================================= */

  .timeline {
    display: inline-block;
  }

  .timeline::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: gray;
    top: 60px;
    left: 0;
    position: relative;
  }

  .timeline::after {
    content: "";
    clear: both;
    display: block;
  }

  .timeline-section {
    float: left;
    margin: 0 45px 0 22px;
  }

  .timeline-icon {
    float: none;
    margin: 0 0 30px 0;
  }

  .timeline-icon span {
    display: block;
    margin-bottom: 20px;
    font-size: 40px;
    color: #e49497;
    height: 40px;
  }

  .section-info {
    float: none;
    position: relative;
  }

  .section-info::before {
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    background-color: gray;
    position: absolute;
    top: -22px;
    left: 50%;
  }

  .section-time {
    color: #d7575c;
    display: block;
    width: auto;
  }

  .section-label {
    display: block;
  }

  /*==================================================================================================*/
}

/* ================================================================================================ */




/* ====================================================================================================
/* =================================== XL screen styles ============================================= */

@media only screen and (min-width: 992px) {
  #landing {
    margin-bottom: -72px;
    top: -72px;
  }

  #main-header {
    border-bottom: 1px solid rgba(222, 222, 222, 0.15);
    padding: 0 22px;
  }

  #main-header .navbar {
    width: calc(100% - 44px);
  }

  .header-nav-bar .nav {
    background: transparent;
  }

  .header-nav-bar .nav-link {
    border: none;
  }

  /* #landing::before {
      background-position-y: 33%;
  } */

  .landing-header {
    font-size: 111px;
    line-height: 140px;
  }

  .landing-container {
    padding: 37vh 30px 24vh 30px;
  }

  .video-content {
    padding: 280px 30px 150px;
  }

  .contact-box {
    width: 70%;
    max-width: 600px;
  }

  .sticky-header.is-sticky .dark-logo {
    display: block !important;
  }

  .sticky-header.is-sticky .light-logo {
    display: none !important;
  }

  .sticky-header.is-sticky a {
    color: #282828;
  }

  #gallery .card {
    height: 245px;
    overflow: hidden;
    position: relative;
  }

  .lightbox-gallery-toolbar {
    opacity: 0;
  }

  .lightbox:hover .lightbox-gallery-toolbar {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .main-section-container {
    width: 1170px;
  }
}

@media (min-width: 2560px) {
  #landing::before {
    background-image: url('../images/landing_crop_xxl.webp');
  }

  #slide .slide-md {
    display: none;
  }

  #slide .slide-xxl {
    display: block !important;
  }
}

/* ================================================================================================ */