/* 

Foxewedding - Beautiful Wedding html template
Copyright 2019  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Hero
4.Date
5.Love story
6.Wedding
7.Gallery
8.Gift registry
9.RSVP
19.Footer
11.Miscellaneous
12.Mediaqueries


/*Preloader*/

.loader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.loader-inner {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.loading-spinner {
  width: 4.5rem;
  height: 4.5rem;
  animation: spinner-rotate 2s ease-in-out infinite;
  -webkit-animation: spinner-rotate 2s ease-in-out infinite;
  -moz-animation: spinner-rotate 2s ease-in-out infinite;
  -ms-animation: spinner-rotate 2s ease-in-out infinite;
  -o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
  animation:
    spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -webkit-animation:
    spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -moz-animation:
    spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -ms-animation:
    spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  -o-animation:
    spinner-color 8s ease-in-out infinite,
    spinner-dash 2s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes spinner-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: trotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes spinner-color {
  0%,
  100% {
    stroke: #e25d5d;
  }
  20% {
    stroke: #df6e6e;
  }
  40% {
    stroke: #e25d5d;
  }
  60% {
    stroke: #df6e6e;
  }
  80% {
    stroke: #e25d5d;
  }
}
@keyframes spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -125px;
  }
}
/*End preloader*/

/*Site wrapper*/

.wrapper {
  position: relative;
  background-color: #ffffff;
}
/*End site wrapper*/

/* =========================
   HERO
========================= */
.static-hero {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  padding: 100px 0 50px;
}

.static-hero .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.hero-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 720px;
}

/* =========================
   TEXTE
========================= */
.hero-text-col {
  flex: 0 0 52%;
  max-width: 52%;
}

.wpo-static-hero-inner {
  text-align: left;
  max-width: 700px;
}

.shape-1 {
  margin-bottom: 20px;
}

.shape-1 img {
  max-width: 210px;
  height: auto;
  display: block;
}

.slide-title h2 {
  margin: 0 0 20px;
  font-size: 82px;
  line-height: 1.05;
  font-weight: 400;
  color: #130b4f;
}

.slide-title h2 span {
  color: #d96d7b;
}

.slide-text p {
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 1.45;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 0.02em;
}

.wpo-wedding-date {
  margin-top: 10px;
}

.clock-grids {
  display: flex;
  justify-content: flex-start;
}

#clock {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: flex-start;
}

#clock > div {
  min-width: 95px;
}

/* =========================
   IMAGE
========================= */
.hero-image-col {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
}

.static-hero-img {
  position: relative;
  width: 100%;
  max-width: 430px;
}

.static-hero-img::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 100%;
  height: 100%;
  border: 12px solid #e7d8dc;
  z-index: 1;
}

.static-hero-img-inner {
  position: relative;
  z-index: 2;
}

.static-hero-img-inner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 620px;
}

/* =========================
   FLEURS
========================= */
.static-hero-shape-1,
.static-hero-shape-2 {
  position: absolute;
  z-index: 3;
}

.static-hero-shape-1 {
  top: -28px;
  right: -60px;
  max-width: 150px;
}

.static-hero-shape-2 {
  bottom: -45px;
  left: -55px;
  max-width: 180px;
}

.static-hero-shape-1 img,
.static-hero-shape-2 img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   COURBE
========================= */
.curved-decoration {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -20px;
}

.curved-decoration svg {
  width: 100%;
  height: 7vw;
  display: block;
}

.curved-decoration svg:not([class*="bg"]) path {
  fill: #ffffff;
}

/* =========================
   NAVBAR
========================= */
.navbar-expand-lg .navbar-logo {
  width: 7rem;
}

.header-navbar {
  padding: 0;
  position: relative;
  z-index: 10;
}

.header-navbar .navbar-brand {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #120b4f;
  position: relative;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.04rem;
}

/* =========================
   DATE
========================= */
.countdown span.label {
  font-size: 0.9rem;
  font-weight: 400;
  display: block;
  color: #000000;
  margin-top: 6px;
}

.countdown span.counter {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #130b4f;
}

.countdown-shadow {
  box-shadow: 0.56rem 0.56rem 0 rgba(0, 0, 0, 0.02);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
  .slide-title h2 {
    font-size: 64px;
  }

  .slide-text p {
    font-size: 19px;
  }

  .hero-text-col {
    flex: 0 0 54%;
    max-width: 54%;
  }

  .hero-image-col {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .static-hero-img {
    max-width: 360px;
  }

  .static-hero-shape-1 {
    max-width: 110px;
    right: -30px;
  }

  .static-hero-shape-2 {
    max-width: 130px;
    left: -25px;
  }
}

@media (max-width: 991px) {
  .static-hero {
    padding: 80px 0 40px;
  }

  .static-hero .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-grid {
    gap: 20px;
    min-height: auto;
  }

  .hero-text-col {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .hero-image-col {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .slide-title h2 {
    font-size: 48px;
  }

  .slide-text p {
    font-size: 16px;
  }

  #clock {
    gap: 14px;
  }

  #clock > div {
    min-width: 82px;
  }

  .static-hero-img {
    max-width: 290px;
  }

  .static-hero-img::before {
    top: 12px;
    left: 12px;
    border-width: 8px;
  }

  .static-hero-shape-1 {
    top: -18px;
    right: -16px;
    max-width: 75px;
  }

  .static-hero-shape-2 {
    bottom: -18px;
    left: -16px;
    max-width: 90px;
  }
}

@media (max-width: 767px) {
  .hero-grid {
    flex-direction: column;
    text-align: center;
  }

  .hero-text-col,
  .hero-image-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wpo-static-hero-inner {
    text-align: center;
    margin: 0 auto;
  }

  .shape-1 {
    display: flex;
    justify-content: center;
  }

  .slide-title h2 {
    font-size: 40px;
  }

  .slide-text p {
    font-size: 16px;
  }

  .clock-grids,
  #clock {
    justify-content: center;
  }

  .static-hero-img {
    max-width: 260px;
    margin: 20px auto 0;
  }

  .static-hero-shape-1 {
    top: -10px;
    right: -10px;
    max-width: 70px;
  }

  .static-hero-shape-2 {
    bottom: -10px;
    left: -10px;
    max-width: 75px;
  }

  .curved-decoration svg {
    height: 12vw;
  }
}

/* =========================
   end of Hero section 
========================= */

/*Couple presentation*/
.bible-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #6f5b53;
  line-height: 1.8;
}

.bible-quote span {
  display: block;
  margin-top: 10px;
  color: #c8a96b;
  font-weight: 500;
}

/*Couple presentation*/

/*Story section*/

.story {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.story li .story-icon {
  margin-left: -1.5rem;
  margin-right: 1.5rem;
}
.story-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
}
.story-icon .icon-svg {
  height: 1rem;
}
.story li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-left: 50%;
}
.story li:nth-child(2n) .story-icon {
  margin-right: -1.5rem;
  margin-left: 1.5rem;
}
.story li:nth-child(2n) {
  margin-left: 0;
  margin-right: 50%;
  flex-direction: row-reverse;
  text-align: right;
}
.story li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 4.357rem;
  width: 1px;
  height: 3rem;
  background: #bfbbb8;
  opacity: 0.5;
}
.story li:not(:last-child) {
  position: relative;
  padding-bottom: 4.5rem;
}

/*End story section*/

/*Wedding section*/

.icon-round {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
svg.icon-svg {
  background: none !important;
}
.icon-round > .icon-svg {
  height: 2.5rem;
}
.wedding-team-section {
  padding: 100px 0;
  background: #fffdf9;
}

.wedding-team-section .wpo-section-title p {
  color: var(--text-soft, #6f5b53);
  margin-top: 10px;
}

.vendor-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(200, 169, 107, 0.2);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(62, 47, 47, 0.08);
  transition: all 0.35s ease;
  margin: 10px;
  text-align: center;
}

.vendor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(62, 47, 47, 0.12);
}

.vendor-image {
  height: 220px;
  overflow: hidden;
}

.vendor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vendor-content {
  padding: 24px 20px;
}

.vendor-content h3 {
  font-size: 1.35rem;
  color: var(--primary-gold, #c8a96b);
  margin-bottom: 10px;
}

.vendor-content p {
  color: var(--text-soft, #6f5b53);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}

/*End wedding section*/

/*Gallery section*/

.card-gutters {
  margin-right: -8px;
  margin-left: -8px;
}
.card-gutters > .col,
.card-gutters > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

/*End gallery section*/

/*Gift section*/

section#gift:after {
  background-image: url(../assets/svg/pattern.svg);
  background-repeat: repeat;
  position: absolute;
  content: "";
  height: 1000px;
  width: 100%;
  top: -156px;
  z-index: 2;
}
.icon-logo-svg {
  height: 1.5rem;
  fill: #ffffff;
}

/*End gift section*/

/* RSVP */

/* Contributionn */
.contribution-section {
  background: #fff;
  color: #fff;
  position: relative;
}

.contribution-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contribution-section .wpo-section-title h2 {
  color: #0b1f3a;
}

.contribution-section .section-title-icon i {
  color: #df6e6e;
}

.contribution-intro {
  max-width: 760px;
  margin: 0 auto;
  color: #0b1f3a;
  line-height: 1.9;
  font-size: 17px;
}

.contribution-card {
  margin-top: 40px;
  background: #ffffff;
  color: #0b1f3a;
  padding: 45px 35px;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
}

.contribution-card h3 {
  color: #df6e6e;
  margin-bottom: 15px;
  font-size: 32px;
}

.contribution-text {
  font-size: 17px;
  margin-bottom: 30px;
  color: #444;
}

.contribution-info {
  display: grid;
  gap: 18px;
  margin: 30px 0;
  text-align: left;
}

.contribution-info .info-item {
  background: #f8f8f8;
  border-left: 5px solid #df6e6e;
  padding: 16px 18px;
  border-radius: 10px;
}

.contribution-info .label {
  display: block;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 5px;
}

.contribution-info .value {
  display: block;
  font-size: 16px;
  color: #444;
  word-break: break-word;
}

.contribution-note {
  margin-top: 25px;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.contribution-btn {
  margin-top: 25px;
  display: inline-block;
  background: linear-gradient(135deg, #df6e6e, #df6e6e);
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contribution-btn:hover {
  background: #df6e6e;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .contribution-card {
    padding: 30px 20px;
  }

  .contribution-card h3 {
    font-size: 26px;
  }

  .contribution-intro,
  .contribution-text,
  .contribution-note {
    font-size: 15px;
  }
}
/* end of Contribution section */

/* R S V P */

.play-btn-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-play {
  border-radius: 50%;
  width: 4.75rem;
  height: 4.75rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-play > .icon-svg {
  height: 1rem;
}

.svg-decoration {
  position: absolute;
}

.svg-decoration.middle-left {
  top: 20%;
  left: -12rem;
}

.svg-decoration.bottom-right {
  top: 30%;
  right: -11rem;
}

/* RSVP */
#RSVP {
  position: relative;
}

#RSVP .wpo-contact-form-area {
  background: #ffffff;
  border-radius: 28px;
  padding: 55px 45px;
  box-shadow: 0 18px 50px rgba(11, 31, 58, 0.12);
  border: 1px solid rgba(198, 90, 30, 0.08);
}

#RSVP .wpo-section-title h2 {
  color: #0b1f3a;
}

#RSVP .section-title-icon i {
  color: #e06a2e;
}

#RSVP .rsvp-intro {
  max-width: 760px;
  margin: 15px auto 25px;
  text-align: center;
  color: #5a6473;
  line-height: 1.9;
  font-size: 16px;
}

#RSVP .question-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 14px;
  color: #0b1f3a;
}

#RSVP .question-title span {
  color: #c65a1e;
}

#RSVP .radio-group {
  margin: 24px 0;
}

#RSVP .radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: flex-start;
}

#RSVP .radio-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  margin: 0;
  max-width: 340px;
  line-height: 1.5;
}

#RSVP .radio-option.small {
  max-width: unset;
  min-width: 90px;
  align-items: center;
}

#RSVP .radio-option input[type="radio"] {
  margin-top: 4px;
  flex-shrink: 0;
  accent-color: #e06a2e;
}

#RSVP .radio-option span {
  display: inline-block;
  color: #4f5866;
  font-size: 16px;
  transition: color 0.3s ease;
}

#RSVP .radio-option:hover span {
  color: #c65a1e;
}

#RSVP .form-control {
  width: 100%;
  background: #f8f9fc;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  min-height: 56px;
  padding: 14px 18px;
  color: #0b1f3a;
  font-size: 15px;
  box-shadow: none;
  transition: all 0.3s ease;
}

#RSVP .form-control::placeholder {
  color: #7c8798;
}

#RSVP .form-control:focus {
  border-color: #e06a2e;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(224, 106, 46, 0.12);
  outline: none;
}

#RSVP select.form-control {
  cursor: pointer;
}

#RSVP textarea.form-control {
  min-height: 120px;
  resize: vertical;
  padding-top: 16px;
}

#RSVP #guest_section,
#RSVP #meal_other_container,
#RSVP #restriction_other_container {
  margin-top: 16px;
}

#RSVP .submit-area {
  margin-top: 30px;
  text-align: center;
}

#RSVP .theme-btn,
#RSVP #submitBtn {
  background: linear-gradient(135deg, #e06a2e, #c65a1e);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 15px 34px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 24px rgba(198, 90, 30, 0.22);
  transition: all 0.3s ease;
}

#RSVP .theme-btn:hover,
#RSVP #submitBtn:hover {
  background: linear-gradient(135deg, #c65a1e, #a34717);
  color: #ffffff;
  transform: translateY(-2px);
}

#RSVP .theme-btn:focus,
#RSVP #submitBtn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(224, 106, 46, 0.16);
}

#RSVP .error-handling-messages {
  margin-top: 18px;
}

#RSVP #c-loader,
#RSVP #success,
#RSVP #error {
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 10px;
}

#RSVP #c-loader {
  background: rgba(11, 31, 58, 0.06);
  color: #0b1f3a;
}

#RSVP #success {
  background: rgba(32, 158, 92, 0.1);
  color: #209e5c;
}

#RSVP #error {
  background: rgba(199, 62, 62, 0.1);
  color: #c73e3e;
}

#RSVP .border-style {
  margin-top: 35px;
  border-bottom: 1px solid rgba(11, 31, 58, 0.08);
}

@media (max-width: 991px) {
  #RSVP .wpo-contact-form-area {
    padding: 40px 28px;
  }
}

@media (max-width: 768px) {
  #RSVP .radio-options {
    flex-direction: column;
    gap: 12px;
  }

  #RSVP .radio-option {
    max-width: 100%;
  }

  #RSVP .question-title {
    font-size: 17px;
  }

  #RSVP .wpo-contact-form-area {
    padding: 32px 20px;
    border-radius: 20px;
  }

  #RSVP .form-control {
    min-height: 52px;
    padding: 13px 15px;
  }

  #RSVP .theme-btn,
  #RSVP #submitBtn {
    width: 100%;
    padding: 14px 20px;
  }
}

/* End RSVP */

/* end of RSVP*/

/* Footer*/

ul.instafeed-list {
  margin: 0 -4px;
  margin-top: -5px;
}
ul.instafeed-list li {
  display: inline-block;
  padding: 5px;
}
ul.instafeed-list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.wpo-lower-footer a {
  color: #c8a96b;
  text-decoration: none;
  font-weight: 500;
}

.wpo-lower-footer a:hover {
  text-decoration: underline;
}

/* End footer*/

/*Miscellaneous*/

::-moz-selection {
  background: #e25d5d;
  color: #ffffff;
}
.gradient-overlay:before {
  background-color: rgba(23, 23, 38, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
a,
::before {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.shadow-lg {
  box-shadow: 0 0 40px rgba(38, 38, 38, 0.1) !important;
}
.font-size-11-5 {
  font-size: 0.71875rem;
}
.font-size-12 {
  font-size: 0.75rem;
}
.font-size-13 {
  font-size: 0.8125rem;
}
.font-size-14 {
  font-size: 0.875rem;
}
.font-size-15 {
  font-size: 0.9375rem;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.btn-wide {
  min-width: 10rem;
}
.btn-wide-sm {
  min-width: 5.5rem;
}
.hover-effect {
  position: relative;
  display: block;
  overflow: hidden;
}
.hover-effect-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover-effect-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover-effect:hover .hover-effect-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-effect-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #e25d5d;
  width: 2.35rem;
  height: 2.35rem;
  font-size: 0.75rem;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.hover-effect-icon.has-svg {
  background-color: transparent;
}
.hover-effect-icon.hover-effect-icon-small {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.6rem;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: #000000;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.h1 > a:hover,
.h2 > a:hover,
.h3 > a:hover,
.h4 > a:hover,
.h5 > a:hover,
.h6 > a:hover {
  color: #df6e6e;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.scroll-to-top:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}
.scroll-to-top.active:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
}
.scroll-to-top {
  position: fixed;
  width: 2.65rem;
  height: 2.65rem;
  text-align: center;
  right: 2.875rem;
  bottom: 3.6875rem;
  z-index: 100;
}
.bg-icon-primary {
  background: rgba(226, 93, 93, 0.05) !important;
}
.bg-icon-white {
  background: rgba(255, 255, 255, 0.1) !important;
}
.bg-primary-svg {
  fill: #e25d5d;
}
.bg-secondary-svg {
  fill: #fff9f5;
}
.bg-white-svg {
  fill: #ffffff;
}
.form-group label.custom-control-label {
  color: #7c7e7f;
}
.opacity-8 {
  opacity: 0.8;
}
.hover-arrow:hover span {
  transform: translate3d(5px, 0, 0);
}
.hover-arrow span {
  display: inline-block;
  margin-left: 0.375rem;
  transition: transform 0.2s ease;
  font-size: 11px;
}
.upper-letter-space {
  letter-spacing: 0.055rem;
}
.font-secondary {
  font-family: "Playfair Display", serif;
}
.card.bg-primary {
  border-color: #e25d5d;
}
.o-hidden {
  overflow: hidden;
}
.form-group label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #222222;
}
svg {
  vertical-align: middle;
}
.badge-overlap {
  position: relative;
  top: -16px;
}
section,
.section {
  position: relative;
  width: 100%;
  z-index: 4;
}
.spacer-lg {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.spacer-xlg {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
section.hero {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
div[class*="col-"].spacer-one-bottom-lg,
.spacer-one-bottom-lg {
  padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-top-lg,
.spacer-one-top-lg {
  padding-top: 6rem;
}
div[class*="col-"].spacer-double-lg,
.spacer-double-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
div[class*="col-"].spacer-one-bottom-md,
.spacer-one-bottom-md {
  padding-bottom: 5rem;
}
div[class*="col-"].spacer-one-top-md,
.spacer-one-top-md {
  padding-top: 5rem;
}
div[class*="col-"].spacer-double-md,
.spacer-double-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
div[class*="col-"].spacer-one-bottom-sm,
.spacer-one-bottom-sm {
  padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-top-sm,
.spacer-one-top-sm {
  padding-top: 4rem;
}
div[class*="col-"].spacer-double-sm,
.spacer-double-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
div[class*="col-"].spacer-one-bottom-xs,
.spacer-one-bottom-xs {
  padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-top-xs,
.spacer-one-top-xs {
  padding-top: 2rem;
}
div[class*="col-"].spacer-double-xs,
.spacer-double-xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
div[class*="col-"].spacer-one-bottom-xxs,
.spacer-one-bottom-xxs {
  padding-bottom: 1.5rem;
}
div[class*="col-"].spacer-one-top-xxs,
.spacer-one-top-xxs {
  padding-top: 1.5rem;
}
div[class*="col-"].spacer-double-xxs,
.spacer-double-xxs {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
/*End Miscellaneous*/

.header .logo-light {
  display: none;
}

ul.instafeed-list li {
  width: 78.67px;
}

.signature svg {
  width: 11em;
}
.svg-decoration.bottom-right {
  width: 17rem;
  display: none;
}
.svg-decoration.middle-left {
  width: 22rem;
  display: none;
}
.display-4 {
  font-size: 3.2rem;
}
.display-state {
  display: none !important;
}
/*Mediaqueries*/

.btn-navbar-toggler {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px 13px;
  color: #333342;
  font-size: 1rem;
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
  .display-4 {
    font-size: 3.5rem;
  }

  .min-vh-80 {
    min-height: 80vh;
  }
  .icon-logo-svg {
    height: 2.25rem;
    fill: #ffffff;
  }

  section#gift:after {
    height: 780px;
  }

  .svg-decoration.bottom-right,
  .svg-decoration.middle-left {
    display: block;
  }

  .display-state {
    display: flex !important;
  }

  ul.instafeed-list li {
    width: 87.67px;
  }
  .svg-decoration.middle-left {
    top: 20%;
    left: -12rem;
    width: 28rem;
  }
  .svg-decoration.bottom-right {
    top: 30%;
    right: -11rem;
    width: 20rem;
  }

  .signature svg {
    width: 12em;
  }
  .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
    background-color: transparent;
  }
  .header .logo-light {
    display: block;
  }

  .header .navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
  }
  .header.switched-header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .header .logo-dark {
    display: none;
  }
  .header.switched-header .logo-dark {
    display: block;
  }
  .header.switched-header .logo-light {
    display: none;
  }

  .header.switched-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #7c7e7f;
  }
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-expand-lg .header-navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
  }
  .navbar-expand-lg .header-navbar-nav .nav-link {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
@media (max-width: 575px) {
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 3.5rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }

  h1,
  .h1 {
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 1.875rem;
  }
  h5,
  .h5 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
}
/*End mediaqueries*/
