:root {
  --font-first: 'Noto Serif Display', sans-serif;
  --font-second: 'MonteCarlo', cursive;
  --font-third: 'Dancing Script', cursive;
  --font-fourth: 'Roboto', sans-serif;
  --font-fifth: 'Rancho', cursive;
  --font-sixth: 'Rochester', cursive;

  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

.fancybox-navigation button{
  text-decoration: none !important;
  outline: none !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  text-decoration: none !important;
  outline: none !important;
}

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.figure {
  display: inline-block;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-12,
.col-md,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm
{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.position-static {
  position: static !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-100 {
  width: 100% !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}


.px-0 {
  padding-right: 0 !important;
}


.px-0 {
  padding-left: 0 !important;
}


.py-3 {
  padding-top: 1rem !important;
}


.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}


.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}


.px-4 {
  padding-left: 1.5rem !important;
}


.py-5 {
  padding-top: 3rem !important;
}

.py-6 {
  padding-top: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

.visible {
  visibility: visible !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }
}

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  background: #fff;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: #999999;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #cc9933;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #cc9933;
  outline: none !important;
}

.container {
  max-width: 1100px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

.ftco-navbar-light {
  /* background: transparent !important; */
  /* background: linear-gradient(180deg, rgba(34,9,2,1) 0%, rgba(255,255,255,0) 100%); */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding-top: 10px;
}

/* mobile */
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    /* background: #cc9933 !important; */
    /* background: #cc9933 !important; */
    background: transparent !important;
    position: fixed;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ftco-navbar-light.scrolled {
    display: none;
    visibility: hidden;
  }

  .ftco-navbar-light .navbar-nav {
    padding-bottom: 0px !important;
    border-top: 3px solid #a87812 !important;
    border-bottom: 3px solid #a87812 !important;
  }

  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    text-align: center !important;
    font-size: 18px;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: rgb(70, 45, 45) !important;
    font-weight: 400 !important;
    background: rgb(195, 178, 152, .8) !important;
  }

  .herowrap .text h1 {
    font-size: 12vw !important;
  }

  .herowrap .text .subheading {
    font-size: 1rem !important;
    margin-bottom: 10px;
  }

  .herowrap .text .date {
    font-size: 2rem !important;
  }

  .heading-section h3 {
    font-size: 30px !important;
  }

  .guest-name {
    font-size: 2.4rem !important;
  }

  .invitation-message {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1.2rem !important;
    text-align: justify !important;
  }

  .note-message {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    text-align: center !important;
  }

  .p-people {
    font-size: 35px !important;
  }

  #clock div>span {
    font-size: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .timeline-title {
    font-size: 29px !important;
    text-align: right !important;
  }

  .timeline-body>p {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }

  .gift-title {
    margin-top: 5rem !important;
    font-size: 50px !important;
  }

  #gift-section {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }

  .gift-message {
    text-align: justify !important;
    font-size: 1rem !important;
  }

  .gift-frame {
    border-left: 2rem solid transparent !important;
    border-right: 2rem solid transparent !important;
    z-index: 0 !important;
  }

  .gift-option-title-a {
    text-align: justify;
  }

  .date-story {
    font-size: 12px !important;
    text-align: right !important;
  }

  .gallery {
    height: initial !important;
  }

  .gallery-title {
    font-size: 3.1rem !important;
    margin-top: 2rem !important;
    margin-bottom: .5rem !important;
  }

  .host-title {
    font-size: 3.1rem !important;
  }

  .main-title h1 {
    font-size: 7vw !important;
  }

  .background-main {
    background-position: 65% 50% !important;
  }

}

.ftco-navbar-light .container {
  width: 1110px;
  margin: 0 auto;
  padding: 0;
}

.ftco-navbar-light .navbar-brand {
  color: #fff;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-brand {
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 20px;
    margin-right: 0;
  }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
  font-size: 1.2rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  padding-left: 12px;
  padding-right: 12px;
  font-family: var(--font-first);
  color: #fff;
  font-weight: 400;
  opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

@media (max-width: 1199.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
    display: inline-block;
  }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #cc9933;
  visibility: visible;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 0;
    color: #fff;
  }
}

.ftco-navbar-light .navbar-nav>.nav-item .nav-link.active {
  background: transparent;
  background: none;
  color: #cc9933;
}

.ftco-navbar-light .navbar-nav>.nav-item .nav-link.active span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #cc9933;
  }
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #cc9933;
  outline: none !important;
}

.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .nav-item>.nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
}

.ftco-navbar-light.scrolled .nav-item.active>a {
  color: #cc9933 !important;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
}

.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
  color: #000000 !important;
}

.ftco-navbar-light.scrolled .nav-link.active {
  color: #cc9933 !important;
}

.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
  color: #000000;
  font-size: 20px;

}

.ftco-navbar-light.scrolled .navbar-brand .logo {
  width: 50%;
  filter: invert(74%) sepia(20%) saturate(1474%) hue-rotate(353deg) brightness(84%) contrast(87%);
}

.ftco-navbar-light.scrolled .navbar-brand span {
  color: #cc9933;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.navbar-brand span {
  font-weight: 700;
}

.logo {
  width: 70%;
  color: #000;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #cc9933;
}

.herowrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hh {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh !important;
  z-index: -1;
}

.imagen {
  display: block !important;
  min-width: 100%;
  min-height: 100%;
  background-image: url("../../views/images/main.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}

.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}

.background-main {
  position: absolute;
  display: block !important;
  width: 100%;
  height: 100%;
  background-image: url("../../views/images/starter.jpg");
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: -9999;
}

.herowrap .overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .4;
  background: #000000;
  z-index: -1;
}

.herowrap .text {
  width: 100%;
  padding-top: 15%;
}

.herowrap .text .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #de5a5a;
  margin: 0 auto;
  position: relative;
}

.herowrap .text .icon span {
  font-size: 60px;
  color: #fff !important;
}

.herowrap .text .icon:after {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: '';
  border-radius: 50%;
  border: 1.4px dashed rgba(255, 255, 255, 0.3);
  margin: 0 auto;
}

.herowrap .text h1 {
  font-size: 7vw;
  font-family: var(--font-second);
  font-weight: bolder;
  letter-spacing: 5px;
  font-weight: bold;
  color: rgb(255, 255, 255, 0.8);

  background-image: url('../../views/images/foil.jpg');
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  transition: background 0.3s, transform 0.3s ease-in-out, fill 0.3s;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
}

.main-title h1 {
  font-size: 4vw;
  font-family: 'Grand Hotel', cursive;
  font-weight: bolder;
  letter-spacing: 5px;
  font-weight: bold;
  color: rgb(255, 255, 255, 0.8);

  transition: background 0.3s, transform 0.3s ease-in-out, fill 0.3s;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
}

.herowrap .text h1 span {
  font-family: 'Rochester', cursive;
}

.herowrap .text .subheading {
  font-family: 'Libre Baskerville', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 3px;
  position: relative;
  padding: 8px 15px;
  border-radius: 2px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
  margin-bottom: 10px;

  animation: fadeInAnimation ease-in 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.herowrap .text .date {
  font-family: 'Libre Baskerville', serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: #cc9933;
  letter-spacing: 3px;

  
  position: relative;
  padding: 8px 15px;
  border-radius: 2px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
}



@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.box-shine, .box-shine-i {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  transition: all 0.2s ease;
}

.box-shine:after, .box-shine-i:after {
  animation: shine 6s infinite;
  animation-fill-mode: backwards;
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  height: 250%;
  opacity: 0;
  transform: rotate(30deg);

  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.0) 0%,
      rgba(255, 255, 255, 0.25) 77%,
      rgba(255, 255, 255, 0.1) 92%,
      rgba(255, 255, 255, 0.0) 100%);
}

.box-shine-i:after {
  animation: shine 10s infinite;
}

.box-shine:active:after {
  opacity: 0;
}

@keyframes shine {
  0% {
    opacity: 1;
    top: -100%;
    left: -50%;
    transition-property: left, top, opacity;
    transition-duration: 0.3s, 0.3s, 0.3s;
    transition-timing-function: linear;
  }

  100% {
    opacity: 0;
    top: 100%;
    left: 300%;
    transition-property: left, top, opacity;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    transform: translate(100px, 100px);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    transform-origin: 100% 100%;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.zoom {
  width: 100%;
  filter: saturate(107%);

  animation: zoom 11s ease-in-out infinite;
  -webkit-animation: zoom 11s ease-in-out infinite;
  overflow: hidden;
}

.engagement {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden !important;
}

#clock {
  font-family: var(--font-first);
  display: block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #fff;
}


#clock>div {
  padding: 0px;
  display: inline-block;
}

#clock div>span {
  font-size: 60px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 0px !important;
  display: inline-block;
}

.smalltext {
  font-family: "Rancho", cursive;
  margin-top: -20px;
  font-size: 20px !important;
  padding-top: 0px;
  font-size: 14px;
}

#timer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.15);
}

#timer .time {
  width: 20%;
  font-size: 40px;
  font-weight: 600;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
  font-family: "Rochester", cursive;
}

@media (max-width: 991.98px) {
  #timer .time {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  #timer .time {
    width: 100%;
  }
}

#timer .time.time-2 {
  background: #3d2207;
}

#timer .time h3 {
  color: #fff;
  line-height: 1.2;
  font-size: 30px;
}

#timer .time:first-child {
  border-left: transparent;
}

#timer .time span {
  font-size: 12px;
  display: block;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.bg-light {
  background: #f1f3f4 !important;
}

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-control:active {
  border-color: #000000;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7);
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.7);
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7);
}

.form-control:focus,
.form-control:active {
  border-color: #fff;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  text-transform: uppercase;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #cc9933;
  border: 1px solid #cc9933 !important;
  color: #fff !important;
}

.btn.btn-primary:hover {
  border: 1px solid #cc9933;
  background: #cc9933;
  color: #cc9933;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bride-groom {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 0;
  margin-bottom: 80px;
}

@media (max-width: 767.98px) {
  .bride-groom {
    margin-bottom: 40px;
  }
}

.bride-groom .img {
  display: block;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  border: 15px solid #f0d9e8;
}

@media (max-width: 767.98px) {
  .bride-groom .img {
    width: 100%;
  }
}

.bride-groom .text {
  width: calc(100% - 400px);
  position: relative;
  padding-top: 30px;
}

.bride-groom .text h2 {
  font-size: 50px;
  font-family: "Rochester", cursive;
  color: #281e04 !important;
}

.bride-groom .text .icon {
  position: absolute;
  bottom: 0;
}

.bride-groom .text .icon span {
  color: #cc9933;
  font-size: 100px;
  line-height: 1;
}

.bride-groom .text .icon.icon-left {
  left: 0;
}

.bride-groom .text .icon.icon-right {
  right: 0;
}

@media (max-width: 767.98px) {
  .bride-groom .text {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 100px;
  }

  .bride-groom .text .icon {
    left: 50% !important;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.ftco-love {
  position: relative;
  clip-path: inset(0 0 0 0); 
  background-image: none !important;
}

.ftco-love::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../../views//images/story.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  pointer-events: none;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .timeline>li {
    margin-top: -50px;
  }
}

.timeline>li:first-child {
  margin-top: 0;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 43%;
  position: relative;
  z-index: 0;
  background: rgba(170, 131, 53, 0.8);
  padding: 50px;

  -webkit-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  content: '';
  border: 1px dashed rgba(255, 255, 255, 0.5);
  z-index: -1;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

@media (max-width: 767.98px) {
  .timeline>li>.timeline-panel {
    width: 85%;
    float: right;
  }
}

.timeline>li>.timeline-badge {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: rgb(255, 255, 255);
  width: 220px;
  height: 220px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -120px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid rgba(153, 127, 72, 0.7);

  transition: background 0.3s, transform 0.3s ease-in-out, fill 0.3s;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
}

.timeline>li>.timeline-badge:after {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: '';
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .timeline>li>.timeline-badge {
    width: 150px;
    height: 150px;
    margin-left: -15px;
    left: 0;
  }
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline-title {
  margin-top: 0;
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Rochester", cursive;
}

.date,
.date-story {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff;
}

.timeline-body {
  text-align: justify;
  font-family: "Rancho", cursive;
  font-size: 27px;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 1);
}

.timeline-body>p+p {
  margin-top: 5px;
}

.timeline-panel {
  position: relative;
  z-index: 0;
}

.timeline-panel .icon {
  position: absolute;
  top: 20px;
  z-index: -1;
}

.timeline-panel .icon span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 120px;
  line-height: 1;
}

.timeline-panel .icon.icon-left {
  left: 20px;
}

@media (max-width: 767.98px) {
  .timeline-panel .icon.icon-left {
    left: 0;
    right: 20px;
    text-align: right;
  }
}

.timeline-panel .icon.icon-right {
  right: 20px;
}

@media (max-width: 767.98px) {
  .timeline-panel .icon span {
    font-size: 80px;
  }
}

.capital-letter {
  display: inline-block;
  vertical-align: baseline; 
  font-size: 1.7rem; 
  line-height: 0.6;
  margin-right: 4px;
}

.story-message {
  padding: 2rem;
  padding-top: 3rem;
  font-family: var(--font-first);
  border-left: 4px solid #694909;
  background: rgba(182, 133, 27, 0.7);
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4;
  z-index: 0;

  -webkit-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
}

/* .story-message:before {
  position: absolute;
  top: 22px;
  left: 20px;
  right: 20px;
  bottom: 22px;
  content: '';
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.story-message:after {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  content: '';
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  z-index: -1;
} */

.people {
  width: 100%;
}

.people .img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 10px solid #f0d9e8;
}

.people h3 {
  font-size: 30px;
  font-family: "Rochester", cursive;
}

.place .text .icon {
  font-size: 50px;
  color: #cc9933;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 10px 32px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 32px -30px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 32px -30px rgba(0, 0, 0, 0.75);
}

.place .text .btn-custom {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #f0d9e8;
  padding: 8px 10px;
}

.rsvp-form {
  padding: 0;
}

.rsvp-form .form-group {
  margin-bottom: 10px;
}

.rsvp-form .select-wrap {
  position: relative;
}

.rsvp-form .select-wrap .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
}

.rsvp-form .select-wrap .icon span {
  color: #cc9933;
}

.rsvp-form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rsvp-form .form-control {
  height: 50px !important;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(210, 145, 188, 0.5);
}

.rsvp-form .form-control:focus,
.rsvp-form .form-control:active {
  border-color: #000000;
}

.rsvp-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7);
}

.rsvp-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
}

.rsvp-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.7);
}

.rsvp-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7);
}

.rsvp-form .form-control:focus,
.rsvp-form .form-control:active {
  border-color: #cc9933;
}

.rsvp-form textarea.form-control {
  height: inherit !important;
}

.gallery {
  width: 100%;
  height: 300px;
  display: block;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}

.gallery:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cc9933;
  opacity: 0;
  content: '';
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery .icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.7);
  color: rgb(135, 135, 141) !important;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.gallery .icon span {
  font-size: 50px;
}

.gallery:hover:after {
  opacity: .5;
}

.gallery:hover .icon {
  opacity: 1;
}

#map {
  width: 100%;
}

@media (max-width: 767.98px) {
  #map {
    height: 300px;
  }
}

.heading-section {
  position: relative;
  z-index: 0;
}

.heading-section .subheading {
  font-family: "Rochester", cursive;
  font-size: 14px;
  margin-bottom: 5px;
  /* text-transform: uppercase; */
  color: rgba(0, 0, 0, 0.3);
  color: #cc9933;
  letter-spacing: 2px;
  font-weight: 900;
  border: 1px dashed #cc9933;
  display: inline-block;
  padding: 0 10px;
}

.heading-section h2 {
  line-height: 1.2;
  font-size: 80px;
  font-weight: normal;
  font-family: "Rochester", cursive;
  color: #cc9933;
}

.heading-section h3 {
  line-height: 1;
  font-size: 50px;
  font-weight: normal;
  font-family: "Rochester", cursive;
  color: #4f4c4c;
}

.gold-line-a,
.gold-line-b {
  display: block;
  width: 100% !important;
  height: 2px;
  background: linear-gradient(135deg, rgba(195, 178, 152, 0) 0%, rgba(191, 149, 63, 1) 20%, rgba(246, 241, 196, 1) 35%, rgba(179, 135, 40, 1) 50%, rgba(251, 245, 183, 1) 65%, rgba(170, 119, 28, 1) 80%, rgba(255, 255, 255, 0) 100%);
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.gold-line-a {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.gold-line-b {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.dotted-line-top, .dotted-line-bottom {
  display: block;
  width: 100%;
  margin: 1rem 0; /* Espaciado superior e inferior */
  border-top: 1px solid #909b73;   
  border-bottom: 1px dashed #909b73;
  height: 4px; 
}

.dotted-line-bottom {
  border-top: 1px dashed #909b73;   
  border-bottom: 1px solid #909b73;
}

.guest-name {
  font-size: 3rem;
  color: #fff;
  font-family: var(--font-second);

  transition: background 0.3s, transform 0.3s ease-in-out, fill 0.3s;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(44, 31, 2, 0.7));
  filter: drop-shadow(1px 1px 1px rgba(44, 31, 2, 0.7));
}

.invitation-message, .note-message {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.2rem;
  font-family: var(--font-first);
  line-height: 1;
  color: #fff;
}

.lounge {
  width: 100%;
  margin: 0px auto;
  outline: 2px solid rgba(170, 131, 53, 0.9);
  outline-offset: -30px;
  -webkit-filter: saturate(130%);
  filter: saturate(130%);
}

.lounge-frame {
  width: 100%;
  background: rgba(170, 131, 53, 0.2);
  padding: 1rem;
}

.dress-frame {
  border-left: 1rem solid transparent !important;
  border-right: 1rem solid transparent !important;
  z-index: 0 !important;
}

.dress-container {
  width: 100% !important;
  /* background: rgba(255, 255, 255, 0.5); */
  z-index: 0 !important;
}

.dress-title {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  font-size: 2rem !important;
  font-family: var(--font-first);
  color: #fff !important;
  background: #b0603d;
  border-radius: 10px;
}

.dress-message {
  text-align: justify !important;
  font-size: 1.7rem !important;
}

.dress-code {
  width: 80%;
  display: block;
  margin: 0 auto; /* Para mantenerla centrada dentro de la columna */
}

.circle-color {
  display: inline-block;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border: 5px solid #fff;
  margin: 0 2rem;
}

.yellow {
  background-color: #c8a355;
}

.green {
  background-color: #5d5b2b;
}

.terracota {
  background-color: #600312;
}

.orange {
  background-color: #ab5210;
}

.pink {
  background-color: #b0787b;
}

.brown {
  background-color: #7d322d;
}

@media (max-width: 576px) {
  .circle-color {
    margin: 0 1rem;
    width: 4rem !important;
    height: 4rem !important;
  }

  .coffe-text {
    font-size: 1.2rem !important;
  }
}

.reception-box {
  padding-top: 2rem;
  padding-left: 2rem;
  font-family: var(--font-first);
  background: rgba(80, 59, 18, 0.6);
  font-size: 1.5rem;
  color: #fff;

  z-index: 0;

  -webkit-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
}

.reception-box:before {
  position: absolute;
  top: 22px;
  left: 20px;
  right: 20px;
  bottom: 22px;
  content: '';
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.reception-box:after {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  content: '';
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.reception-hour {
  font-size: 1.7rem;
}

.reception-text {
  font-size: 1.7rem;
}

.reception-icon {
  margin-top: .5rem;
  margin-bottom: 0rem;
  font-size: 1.7rem;
  color: #422f09;
}

.location-button {
  font-family: var(--font-second);
  border-radius: 10px;
  padding: 10px 25px 10px 25px;
  color: #422f09;
  background-color: #e0a831;
  font-size: 35px;
}

.location-button:hover {
  cursor: pointer;
  background-color: #b68211;
}

.button-container {
  margin-top: 2.5rem !important;
  margin-bottom: 3.5rem !important;
}

@media (max-width: 991.98px) {
  .heading-section h2 {
    font-size: 50px;
  }
}

.img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-section {
  padding: 7em 0;
  position: relative;
  z-index: 0;
}

.ftco-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background: #000000;
  background: white;
  background: -moz-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(72%, rgba(246, 246, 246, 0.28)), color-stop(100%, rgba(237, 237, 237, 0)));
  background: -webkit-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
  background: -o-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
  background: -ms-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
  background: -webkit-linear-gradient(315deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
  background: -o-linear-gradient(315deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
  background: linear-gradient(135deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
  z-index: -1;
}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.ftco-footer {
  font-size: 16px;
  background: #cc9933;
  padding: 7em 0;
  z-index: 0;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .overlay {
  opacity: .3;
}

.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.ftco-footer .ftco-footer-widget h2 span a {
  color: #fff;
}

.ftco-footer .ftco-footer-widget ul li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .ftco-footer-widget ul li span {
  color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .ftco-footer-widget ul li a {
  color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a span {
  color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.ftco-footer p {
  color: white;
}

.ftco-footer a {
  color: white;
  color: #cc9933;
}

.ftco-footer a:hover {
  color: #fff;
}

.ftco-footer .ftco-heading-2 {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: #cc9933;
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff !important;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0.4);
    box-shadow: 0 0 0 0 rgba(210, 145, 188, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(210, 145, 188, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(210, 145, 188, 0);
    box-shadow: 0 0 0 30px rgba(210, 145, 188, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(210, 145, 188, 0);
    box-shadow: 0 0 0 0 rgba(210, 145, 188, 0);
  }
}

.img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimony-section {
  position: relative;
}

.testimony-section .owl-carousel {
  margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
  padding: 1.2em 0 1em 0;
  position: relative;
}

.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.testimony-section .owl-dots {
  text-align: center;
}

.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}

.testimony-section .owl-dots .owl-dot.active {
  background: #cc9933;
}

.testimony-wrap {
  display: block;
  position: relative;
  background: white;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  z-index: 0;
}

.testimony-wrap .icon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cc9933;
  z-index: -1;
}

.testimony-wrap .icon span {
  color: #fff;
  font-size: 30px;
}

.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  border: 5px solid #f0d9e8;
}

.testimony-wrap .name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
}

.testimony-wrap .position {
  font-size: 16px;
  color: #cc9933;
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.block-23 ul {
  padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li span {
  color: rgba(0, 0, 0, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: black;
}

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -13px;
  width: 40px;
  height: 60px;
  animation: heartBeat 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader:before,
.loader:after {
  content: "";
  background: #cc9933;
  width: 40px;
  height: 60px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(45deg);
  transform-origin: 50% 68%;
  box-shadow: 4px 4px 5px rgba(145, 116, 12, 0.267) inset;
}

.loader:after {
  transform: rotate(-45deg);
}

@keyframes heartBeat {
  0% {
    transform: scale(0.95)
  }

  5% {
    transform: scale(1.1)
  }

  39% {
    transform: scale(0.85)
  }

  45% {
    transform: scale(1)
  }

  60% {
    transform: scale(0.95)
  }

  100% {
    transform: scale(0.9)
  }
}


.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-70 {
  font-size: 70px;
}


.audio-on,
.audio-off {
  display: inline-block;
  width: 70px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;

}

.audio-on {
  animation-name: updown;
  -webkit-animation-name: updown;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-iteration-count: Infinite;
  -webkit-animation-iteration-count: Infinite;
}

.audio-on:hover,
.audio-off:hover {
  -webkit-filter: drop-shadow(1px 1px 3px rgba(234, 238, 179, 0.7));
  filter: drop-shadow(1px 1px 3px rgba(234, 238, 179, 0.7));
}

.audio-off {
  display: none;
}

.audio-off {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes updown {
  50% {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
  }
}

@-webkit-keyframes updown {
  50% {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
  }
}

.bg-pearl{
  background: #a29172 !important;
}

.bg-golden {
  position: relative;
  clip-path: inset(0 0 0 0);
  background: none !important;
}

.bg-golden::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(195, 178, 152, 1) 0%, rgba(216, 205, 188, 1) 42%, rgba(255, 255, 255, 0) 100%), url(../../views/images/flowers.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

.box-invitation {
  padding: 10px;
  transition: background 0.3s, transform 0.3s ease-in-out, fill 0.3s;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .7));
  background: #909b73;
  /* background: linear-gradient(45deg,rgba(70, 81, 65, 1) 0%, rgba(83, 108, 76, 1) 50%, rgba(145, 156, 116, 1) 100%); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 99999;
}

.box-invitation-base {
  padding: 40px !important;
  padding-top: 50px !important;
  /* background: #919C74; */
  background: #4e4e35;
}

.pass-border:hover {
  transform: scale(1.16) !important;
  box-shadow: 0px 0px 45px rgb(228, 134, 252);
}

hr {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.pass {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 15px;
  line-height: 1.5;
  font-size: 1.7rem;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
  color: #4e4e35;
  background-color: #909b73;
  text-align: center !important;
}

.kids-note {
  width: 100%;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: var(--font-first) !important;
  color: #fff;
  text-align: center !important;
}

.pass-icon {
  font-size: 2rem;
  color: #4e4e35;
}

.invitation-icon {
  color: #dfdfdb;
}

.note-icon {
  font-size: 2rem;
  color: #a19d9d;
  transform: scaleX(-1);
}

.note-title {
  font-size: 2.1rem;
  font-family: var(--font-third) !important;
  color: #909b73 !important;
}

.p-people {
  display: inline-blocks;
  font-size: 40px;
  font-weight: bold;
}


.countdown {
  font-family: var(--font-first);
  background-color: #4e4e35;
}

.missing {
  display: inline-block;
  margin-top: 4rem;
  font-family: var(--font-second);
  border-radius: 10px;
  color: #fff;
  font-size: 3rem;
}

.btn-savedate, .btn-confirm {
  display: block;                  
  width: 100%;                     
  max-width: 320px;             
  box-sizing: border-box; 
  border-radius: 10px;
  padding: 12px 20px;            
  margin: 15px auto;
  color: #ffffff;
  background-color: #b0603d;
  font-size: 1.4rem;
  text-decoration: none;
}

.btn-savedate:hover, .btn-confirm:hover {
  cursor: pointer;
  background-color: #77371c;
}

.section-message {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #31311f;
}

.confirm-text {
  font-family: var(--font-first);
  font-size: 1.2rem;
  color: #fff;
}

.mb-8 {
  margin-bottom: 3rem !important;
}

.row.m0 {
  margin: 0px;
}

.nopadding-0 {
  padding: 0px !important;
  margin: 0 !important;

  div[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.story-image {
  width: 100%;
}

.our-story {
  background: #fff !important;
}

.story-title {
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--font-first) !important;
  /* color: #ead1a3; */
  color: #edcaa4;
  /* background-image: url('../../views/images/foil.jpg') !important; */
  /* color: transparent; */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;

  transition: background 0.3s, transform 0.3s ease-in-out, fill 0.3s;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
}

.story-container {
  margin-left: 4rem;
  margin-right: 4rem;
  text-align: justify;
  font-family: "Grand Hotel", cursive;
}

.story-text {
  font-size: 40px;
}

.story-heart {
  font-size: 50px;
}

.countdown-image {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  color: rgba(210, 210, 210, 0.78);
  background-color: transparent;
  margin-right: 0px;
  display: none;
  padding-left: 4px;
  padding-right: 4px;
  z-index: 999999999;
}

.back-to-top:hover {
  cursor: pointer;
  transition: 0.1s ease-in;
  color: rgba(210, 210, 210, 0.9);

  animation-name: scrolldown;
  -webkit-animation-name: scrolldown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-iteration-count: Infinite;
  -webkit-animation-iteration-count: Infinite;
}

.back-to-top:focus {
  color: #f56800;
}

@keyframes scrolldown {
  50% {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
  }
}

@-webkit-keyframes scrolldown {
  50% {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
  }
}

.gift-title, .gallery-title {
  margin-top: .5rem;
  margin-bottom: 3rem;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--font-first) !important;
  color: #432e28;

  transition: background 0.3s, transform 0.3s ease-in-out, fill 0.3s;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .7));
}

.gallery-title {
  margin-top: 3.5rem !important;
  margin-bottom: 4rem !important;
  color: #372817 !important;
}

.host-section {
  padding-bottom: 5rem;
  font-family: var(--font-first);
  background-color: #4e4e35;
}

.host-title {
  margin-top: 5rem !important;
  margin-bottom: 4rem !important;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--font-first) !important;
  color: #fff !important;
}

.host-message {
  border-radius: 10px;
  margin-bottom: 2rem !important;
  padding: 2rem 2rem 2rem 2rem;
  font-size: 1.4rem;
  font-family: var(--font-first);
  line-height: 1.4;
  color: #ffffff;
  background: #3d3d27;
}

.gift-message {
  border-left: 4px solid #a87812;
  padding: 2rem 2rem 2rem 2rem;
  font-size: 1.4rem;
  font-family: var(--font-first);
  line-height: 1.4;
  color: #fff;
  background: rgba(170, 131, 53, 0.5);

  -webkit-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 10px 32px -19px rgba(0, 0, 0, 0.56);
}

.host-options {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 10px;
  border: 1px solid #686a39;
  color: #fff;
}

.host-option-title {
  font-size: 2rem;
  font-family: var(--font-second);
  color:#e0a830;
}

.coffe-text {
  font-size: 1.9rem;
  font-family: var(--font-third);
  color:#553c04;
}

.gift-frame {
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  z-index: 0 !important;
}

.gift-container {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0 !important;
}

.gold-line {
  display: block;
  width: 100% !important;
  height: 2px;
  background: linear-gradient(45deg,rgba(196, 143, 29, 1) 0%, rgba(223, 168, 50, 1) 50%, rgba(250, 208, 117, 1) 100%);
}

.gift-icon-a {
  padding-top: 1.5rem;
  padding-bottom: 0px;
  font-size: 2.4rem;
  font-family: var(--font-third);
  color: #a87812;
}

.gift-icon-b {
  padding-top: 1.5rem;
  padding-bottom: 0px;
  font-family: var(--font-second);
  color: #a87812;
}

.liverpool-icon {
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 60%;
}


.gift-option-title-a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  font-family: var(--font-first);
  font-size: 1.4rem;
  line-height: 1.2;
  color: #432e28;
}

.gift-option-title-b {
  margin-bottom: 2rem;
  font-family: 'Rancho', serif;
  font-size: 2rem;
  color: #432e28;
  z-index: 9999;
}

.event-number {
  font-family: var(--font-first);
  font-weight: bold;
  font-size: 2.5rem;
}

.link-li:hover {
  filter: sepia(100%);
  -webkit-filter: sepia(100%);
}


#gift-section {
  padding-top: 5rem;
  /* padding-bottom: 0rem !important; */
}

#review {
  position: relative;
  /* clip-path aísla el pseudo-elemento fijo dentro de esta sección */
  clip-path: inset(0 0 0 0); 
  background-image: none !important; /* Desactiva el background nativo */
  height: 18rem;
  margin-left: 0;
  margin-right: 0;
  /* NO poner el border aquí, el clip-path lo recortará */
}

/* Pseudo-elemento para el fondo fijo (MISMAS PROPIEDADES ANTERIORES) */
#review::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../../views/images/footer.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

/* Pseudo-elemento para el borde (NUEVO) */
#review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* El grosor del borde que tenías (1rem) */
  height: 1rem; 
  /* La misma propiedad de borde de relieve que tenías */
  border-bottom: 1rem ridge rgba(234, 227, 203, 0.4); 
  /* Lo ponemos sobre la máscara (.mask-review) y el fondo (::before) */
  z-index: 2; 
  pointer-events: none;
}

.mask-review {
  width: 100%;
  height: 100%;
  /* Lo ponemos sobre el fondo (::before), pero bajo el borde (::after) */
  z-index: 1; 
  background: -moz-linear-gradient(top, rgba(103, 105, 58, 0.30) 0%, rgba(103, 105, 58, 0.74) 80%, rgba(103, 105, 58, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(103, 105, 58, .30) 0%, rgba(103, 105, 58, 0.74) 80%, rgba(103, 105, 58, 1) 100%);
  background: linear-gradient(to bottom, rgba(103, 105, 58, .30) 0%, rgba(103, 105, 58, 0.74) 80%, rgba(103, 105, 58, 1) 100%);
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  96% {
    opacity: 0.3;
  }

  97% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  96% {
    opacity: 0.3;
  }

  97% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.light-review {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-animation: flash 4s linear infinite;
  animation: flash 4s linear infinite;
}

footer {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background-color: rgb(103, 105, 58) !important;
}

footer p {
  margin-bottom: 0px;
}

.container-footer {
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-copyright {
  font-family: 'Roboto', cursive;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 1), 0 0 0px rgba(248, 204, 6, 0.867), 0 0px 10px rgba(249, 229, 6, 0.5);
}
