body {
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-style: normal;
  background-color: #F4F2F2;
}

h1, h2, h3, h4, h5, h6 {
  color: #202124;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: normal;
}

.container {
  max-width: 1024px;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

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

.bg-alt {
  background-color: #C89E92;
}

.bg-trans {
  background-color: transparent;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-family: "alluraregular";
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 0;
}

.section-title p {
  font-family: "proxima_novasemibold";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
}

.my-btn {
  font-family: "pt_serifregular";
  font-weight: normal;
  font-style: normal;
  background-color: #BB7B7C;
  color: #fff;
  font-size: 22px;
  padding: 5px 40px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
}

.my-btn:hover {
  background-color: #BB7B7C;
  color: #fff;
}

.my-btn:focus {
  box-shadow: none;
  outline: none;
}

.my-btn-alt {
  font-family: "pt_serifbold";
  font-weight: normal;
  font-style: normal;
  padding: 0;
  font-size: 16px;
  color: #BB7B7C;
}

.my-btn-alt:hover {
  color: #BB7B7C;
}

.my-btn-alt:focus {
  box-shadow: none;
  outline: none;
}

ul {
  margin-bottom: 10px;
}

li {
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

li span {
  font-family: "proxima_novasemibold";
}

li a {
  text-decoration: none;
  color: #BB7B7C;
  font-weight: 500;
}

li a:hover {
  color: #BB7B7C;
}

.wedding-details h3,
.wedding-day h3,
.accommodation h3,
.attire h3 {
  font-family: "alluraregular";
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 20px;
  box-shadow: 0px 2px 5px 1px #000 inset;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.header .container {
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
}

.header .navbar {
  padding: 0;
}

.header .navbar-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.header .navbar-toggler i {
  font-size: 40px;
  color: #BB7B7C;
}

.header .navbar-brand img {
  width: 200px;
}

.is-scrolling {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.is-scrolling .navbar-brand img {
  width: 100px;
}

.is-scrolling .container {
  box-shadow: 0 2px 6px 0 rgba(32, 33, 37, 0.1);
  flex-direction: row;
}

.header .navbar .navbar-nav .nav-link {
  font-family: "proxima_novasemibold";
  font-weight: normal;
  font-style: normal;
  color: #8B908C;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.header .navbar .navbar-nav .nav-link.active {
  color: #000;
}

.header .navbar .navbar-nav .nav-item:last-child .nav-link {
  background-color: var(--theme-color);
}

.header .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
  color: #000;
}

.home .container {
  padding-top: 0;
}

.home h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cover-photo {
  width: 100%;
  margin-bottom: 30px;
}

.wedding-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C89E92;
  padding: 30px 0;
}

.wedding-countdown li {
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  border-right: 1px solid #BB7B7C;
  padding-left: 40px;
  padding-right: 40px;
}

.wedding-countdown li:last-child {
  border-right: none;
}

.wedding-countdown li span {
  font-family: "pt_serifregular";
  font-weight: normal;
  font-style: normal;
  display: block;
}

.wedding-details .my-btn-alt {
  display: none;
}

.wedding-day h2 {
  color: #BB7B7C;
}

.wedding-day-img {
  width: 100%;
}

.wedding-day .my-btn-alt {
  display: none;
}

.accommodation .section-title {
  margin-bottom: 10px;
}

.accommodation .accommodation-img {
  width: 100%;
  margin-bottom: 15px;
}

.accommodation-note {
  color: #BB7B7C;
  font-family: "proxima_novasemibold";
  font-weight: normal;
  font-style: normal;
}

.attire-img {
  width: 100%;
}

.engagement-slider {
  margin-bottom: 10px;
  border: 0;
}

.engagement-carousel {
  margin-top: 0;
  border: 0;
  margin-bottom: 0;
}

.flex-direction-nav a:before {
  font: var(--fa-font-solid);
  font-size: 25px;
  content: "\f137";
  margin-bottom: 100px;
  color: #BB7B7C;
}

.flex-direction-nav a.flex-next:before {
  font: var(--fa-font-solid);
  font-size: 25px;
  content: "\f138";
  margin-bottom: 100px;
  color: #BB7B7C;
}

.instagram {
  overflow: hidden;
}

.instagram h2 a {
  font-family: "pt_serifbold";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #BB7B7C;
}

.faq h3 {
  font-family: "pt_serifbold";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px;
}

.faq-box {
  margin-bottom: 15px;
}

.faq-box h4 {
  font-family: "proxima_novasemibold";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 0;
}

.faq-box p {
  font-size: 15px;
  line-height: 20px;
}

.faq p a {
  text-decoration: none;
  color: #BB7B7C;
}

.faq p a:hover {
  color: #BB7B7C;
}

.faq-img {
  width: 100%;
}

.rsvp-form {
  max-width: 500px;
  margin: auto;
  padding: 30px;
  background-color: #C89E92;
}

.rsvp-form .form-control,
.rsvp-form .form-select {
  font-family: "proxima_novaregular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding: 10px;
  height: inherit;
  border-radius: 0;
  color: #8B908C;
  border: none;
}

.rsvp-form .form-control:focus,
.rsvp-form .form-select:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.addotional-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.addotional-fields .col-6 {
  width: 48.5%;
}

.addotional-fields .col-12 {
  margin-bottom: 15px;
}

.rsvp-form button[type=submit] {
  font-family: "pt_serifbold";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  background-color: #BB7B7C;
  color: #fff;
  border-radius: 0;
}

.rsvp-form button[type=submit]:focus {
  outline: none;
  box-shadow: none;
}

.rsvp-form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#response_msg {
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-family: "pt_serifbold";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.error,
.processing {
  margin-top: 15px;
  padding: 10px;
  color: #C62221;
}

.success {
  background-color: #BB7B7C;
  margin-top: 15px;
  padding: 10px;
  color: #fff;
}

.footer-top .container {
  background-color: #BB7B7C;
  padding: 5px 0;
}

.footer-top p {
  font-family: "pt_serifitalic";
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.footer .container {
  padding: 30px 0;
  text-align: center;
}

.footer h2 {
  font-family: "alluraregular";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #BB7B7C;
}

.footer p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000000;
}

.footer p i {
  color: #FF0000;
}

@media (max-width: 991px) {
  .header .container {
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header .navbar-brand img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  section .container {
    padding: 20px 15px;
  }
  .wedding-countdown {
    flex-wrap: wrap;
  }
  .wedding-countdown li {
    padding: 0;
    width: 50%;
    font-size: 20px;
    line-height: 25px;
  }
  .wedding-countdown li:nth-child(2) {
    border: none;
    margin-bottom: 30px;
  }
  .wedding-countdown li:nth-child(1) {
    margin-bottom: 30px;
  }
  .faq h3 {
    font-size: 22px;
  }
  .rsvp-form {
    padding: 20px 10px;
  }
  .addotional-fields .col-6 {
    width: 48%;
  }
}

/*# sourceMappingURL=style.css.map */
