@font-face {
  font-family: Hijrnotes Personal Use Only;
  src: url('../fonts/Hijrnotes_PERSONAL_USE_ONLY.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Bold.otf') format("opentype"), url('../fonts/Butler_ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler Ultra;
  src: url('../fonts/Butler_Ultra_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-block._100-vh {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.ornament-right {
  width: 500px;
  position: absolute;
  inset: -120px -35px auto auto;
}

.ornament-right.section-ornament {
  width: 300px;
  top: -50px;
  right: -40px;
}

.ornament-left {
  width: 500px;
  position: absolute;
  inset: auto auto 0 -110px;
}

.ornament-left.section-ornament {
  width: 500px;
  bottom: -160px;
  left: -120px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 90px;
  line-height: 90px;
}

.heading.heading-title {
  z-index: 3;
  color: #bf9b30;
  font-family: Hijrnotes Personal Use Only, Arial, sans-serif;
  font-size: 70px;
  line-height: 67px;
  position: relative;
}

.heading-2 {
  color: #bf9b30;
  text-align: center;
  font-family: Butler, Times New Roman, sans-serif;
  font-size: 70px;
  font-weight: 900;
}

.heading-2.light {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.heading-2.section-title {
  font-size: 40px;
}

.paragraph {
  text-align: center;
  letter-spacing: 0;
  font-family: Butler, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.text-left {
  text-align: left;
}

.paragraph.section-details {
  padding-top: 20px;
  font-weight: 500;
}

.paragraph.section-details.rsvp-text {
  width: 100%;
  max-width: 450px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph.theme-color-text {
  padding-top: 20px;
  font-weight: 500;
}

.paragraph.success-text {
  font-weight: 400;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding: 20px;
}

.div-block-2 {
  border-right: 1px solid #bf9b30;
  width: 100%;
  padding-top: 40px;
  padding-right: 40px;
}

.div-block-3 {
  border-bottom: 1px solid #bf9b30;
  padding-left: 40px;
  display: flex;
}

.sample-text {
  padding-top: 20px;
}

.sample-text.location {
  padding-left: 40px;
}

.image {
  max-width: 400px;
}

.image.header-img {
  z-index: 2;
  text-align: center;
  max-width: 350px;
  display: inline-block;
  position: relative;
  bottom: -70px;
}

.image-2 {
  max-width: 100%;
}

.div-block-4 {
  z-index: 2;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.image-3 {
  z-index: 1;
  position: absolute;
}

.image-3.bg-paint {
  width: 100%;
  max-width: none;
}

.section-container {
  max-width: 1200px;
}

.section-container.section-100 {
  max-width: 100%;
}

.block-map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reception-img-block {
  max-width: 400px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.block-theme {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.theme-img-block {
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding-top: 40px;
  display: flex;
}

.img {
  width: 100%;
}

.theme-img-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.body {
  max-width: 100%;
  overflow: visible;
}

.section-hero {
  overflow: hidden;
}

.frame-top {
  max-width: 200px;
  position: absolute;
  top: 0;
  right: 0;
}

.frame-bottom {
  max-width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.theme-color-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-container {
  background-color: #c5adc3;
  border: 1px solid #c5adc3;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.color-container.tan {
  background-color: #e8d7b9;
  border-color: #e8d7b9;
}

.grid-2 {
  grid-template-rows: auto;
}

.grid-2.theme-color-grid {
  width: 300px;
}

.field-select {
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
  font-family: Butler, Times New Roman, sans-serif;
  font-size: 16px;
}

.field-label {
  font-family: Butler, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.field-input {
  width: 100%;
  margin-bottom: 20px;
}

.submit-button {
  float: right;
  vertical-align: baseline;
  background-color: #bf9b30;
  margin-top: 10px;
  display: inline-block;
}

.success-message {
  background-color: #e8d7b9;
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.form {
  width: 100%;
  max-width: none;
}

.form-block {
  width: 100%;
  max-width: 600px;
  padding-left: 0;
}

.section-rsvp {
  padding-bottom: 60px;
}

.ornaments-container {
  aspect-ratio: auto;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  .ornament-right {
    width: 300px;
    top: -60px;
    right: -30px;
  }

  .ornament-left {
    width: 300px;
    left: -80px;
  }

  .paragraph.section-details.rsvp-text {
    width: 100%;
    max-width: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ornament-right {
    z-index: 5;
    width: 200px;
    top: -30px;
    right: -20px;
  }

  .ornament-left {
    width: 200px;
    left: -50px;
  }
}

@media screen and (max-width: 479px) {
  .ornament-right {
    right: -35px;
  }

  .ornament-left {
    left: -70px;
  }

  .div-block {
    width: 75%;
  }

  .heading.heading-title {
    font-size: 45px;
    line-height: 44px;
  }

  .heading-2.light {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .heading-2.section-title {
    font-size: 32px;
  }

  .paragraph.section-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    border-bottom: 1px solid #bf9b30;
    border-right-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: flex;
  }

  .sample-text.location {
    padding-left: 0;
  }

  .image.header-img {
    max-width: 240px;
  }

  .block-map {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reception-img-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-theme {
    padding-left: 20px;
    padding-right: 20px;
  }

  .theme-img-block {
    max-width: 250px;
  }

  .frame-top, .frame-bottom {
    max-width: 120px;
  }

  #w-node-_367b1fb5-1f99-fac0-e2b4-18bb2a3dc4a5-0c4d09f1 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Hijrnotes Personal Use Only';
  src: url('../fonts/Hijrnotes_PERSONAL_USE_ONLY.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Bold.otf') format('opentype'), url('../fonts/Butler_ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler Ultra';
  src: url('../fonts/Butler_Ultra_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}