* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 46.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.image {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.main {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-y: hidden;
}

.weddingPost {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 30;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 32rem; */
}
.weddingPost__marquee {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 3rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}
.weddingPost__marquee-inner {
  display: flex;
  flex-shrink: 0;
  font-family: serif;
  font-size: 1.5rem;
  text-transform: lowercase;
  line-height: 1;
}
.weddingPost__marquee-inner span {
  display: block;
  padding-right: 2rem;
}
.weddingPost__marquee--black {
  z-index: 42;
  background: #000;
  color: #fff;
  transform: translate(-50%, -50%) rotate(10deg);
}
.weddingPost__marquee--black .weddingPost__marquee-inner {
  animation: scrollRight 25s linear infinite;
}
.weddingPost__marquee--white {
  z-index: 41;
  background: #fff;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.weddingPost__marquee--white .weddingPost__marquee-inner {
  animation: scrollLeft 25s linear infinite;
}
.weddingPost .weddingPost__div {
  z-index: 50;
  position: relative;
}
.weddingPost .weddingPost__div__image {
  width: 22.3125rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

.name {
  position: relative;
  z-index: 30;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.875rem;
}
.name .name__info {
  padding-top: 1.875rem;
  padding-top: 1.25rem;
  border-top: 0.63px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.name .name__info .name__info__text {
  font-size: 2.375rem;
  line-height: 1;
  text-transform: uppercase;
}
.name .name__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 2rem;
}
.name .name__text .name__text__hr {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.name .name__text .name__text__description {
  font-size: 1.5rem;
  margin-top: -0.8em;
  text-wrap: nowrap;
}

.info {
  position: relative;
  z-index: 30;
}
.info .info__time {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info .info__time .info__time__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.875rem;
  letter-spacing: 18%;
}
.info .info__lines {
  border-top: 0.63px solid #000000;
  border-bottom: 2px solid #000000;
  height: 0.625rem;
}
.info .info__text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1;
}
.info .info__text .info__text__title {
  flex-wrap: wrap;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1875rem;
}
.info .info__text .info__text__title .info__text__title--word {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 1.875rem;
  line-height: 1;
}
.info .info__text .info__text__title .info__text__title__span {
  font-size: 4.375rem;
  text-align: center;
}

.invite {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
}
.invite .invite__title {
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
}
.invite .invite__description {
  text-align: center;
}

.toast {
  margin-bottom: 3.75rem;
  margin-top: 3.75rem;
  position: relative;
  z-index: 30;
  display: block;
}
.toast .toast__image {
  width: 46.25rem;
  height: 36.375rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.schedule {
  position: relative;
  z-index: 30;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
}
.schedule .schedule__title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1;
}
.schedule .schedule__div {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
}
.schedule .schedule__div .schedule__div__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 16.375rem;
  height: -moz-fit-content;
  height: fit-content;
}
.schedule .schedule__div .schedule__div__mobileImage {
  display: none;
}
.schedule .schedule__div .schedule__div__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.375rem;
}
.schedule .schedule__div .schedule__div__flex .schedule__div__flex_left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
.schedule .schedule__div .schedule__div__flex .schedule__div__flex_right .schedule__div__flex_right__image{
  object-fit: contain;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_left
  .schedule__div__flex_left__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_left
  .schedule__div__flex_left__info
  .schedule__div__flex_left__info__time {
  color: #4b5151;
  font-size: 1.5rem;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_left
  .schedule__div__flex_left__info
  .schedule__div__flex_left__info__where {
  font-size: 1.25rem;
  color: #525252;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_left
  .schedule__div__flex_left__info
  .schedule__div__flex_left__info__address {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #858585;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_left
  .schedule__div__flex_left__info
  .schedule__div__flex_left__info__map {
  color: #525252;
  text-decoration: underline;
  font-size: 1.125rem;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_left
  .schedule__div__flex_left__image {
  width: 3.75rem;
  height: 3.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.schedule .schedule__div .schedule__div__flex .schedule__div__flex_right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_right
  .schedule__div__flex_right__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_right
  .schedule__div__flex_right__info
  .schedule__div__flex_right__info__time {
  color: #4b5151;
  font-size: 1.5rem;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_right
  .schedule__div__flex_right__info
  .schedule__div__flex_right__info__where {
  font-size: 1.25rem;
  color: #525252;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_right
  .schedule__div__flex_right__info
  .schedule__div__flex_right__info__address {
  font-size: 1.125rem;
  color: #858585;
}
.schedule
  .schedule__div
  .schedule__div__flex
  .schedule__div__flex_right
  .schedule__div__flex_right__info
  .schedule__div__flex_right__info__map {
  color: #525252;
  text-decoration: underline;
  font-size: 1.125rem;
}
.form {
  margin-top: 2.5rem;
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
.form .form__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
.form .form__main .form__main__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 2.25rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: auto;
}
.form .form__main .form__main__who .form__main__who__invite {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form
  .form__main
  .form__main__who
  .form__main__who__invite
  .form__main__who__invite__labels {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(133, 133, 133, 0.8);
  flex-direction: column;
}
.form .form__main .form__main__invite {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form .form__main .form__main__invite .form__main__invite__labels {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: rgba(133, 133, 133, 0.8);
}
.form
  .form__main
  .form__main__invite
  .form__main__invite__labels
  .form__main__who__invite__labels--label {
  display: flex;
  gap: 1.5px;
  justify-content: center;
  align-items: center;
}
.form .form__main .form__main__info {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}
.form .form__main .form__main__info .form__main__info--input {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  border: 1px solid #858585;
  border-radius: 9999px;
}
.form .form__main .form__main__info .form__main__info--input::-moz-placeholder {
  color: rgba(133, 133, 133, 0.8);
  font-size: 0.875rem;
  line-height: 1;
}
.form .form__main .form__main__info .form__main__info--input::placeholder {
  color: rgba(133, 133, 133, 0.8);
  font-size: 0.875rem;
  line-height: 1;
}
.form .form__main .form__main__info--input:last-child {
  grid-column: 1/-1;
}
.form .form__title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  max-width: 38rem;
}

/* Registration box */
.registration-container {
  font-family: "ArmenianDecorativeU", sans-serif !important;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 5rem;
}
.registration-box {
  text-align: center;
}
.registration-box h1 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 5rem;
  color: black;
}
.registration-box .question-p {
  font-size: 1.3rem;
  color: black;
  text-align: start;
  font-weight: 600;
}
.registration-box .question-p {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  color: black;
}
.registration-box .radio-group {
  text-align: left;
  margin-bottom: 0.938rem;
}
.registration-box .radio-group label {
  display: block;
  margin-bottom: 0.625rem;
  color: #767676;
}
.registration-box .input-field {
  width: 100%;
  padding: 0.625rem;
  margin: 0.5rem 0;
  border: 1px solid #ccc;
  border-radius: 1.25rem;
  font-size: 0.875rem;
}
.registration-box .btn-submit {
  padding: 0.625rem 2rem;
  background-color: black;
  color: white;
  border: none;
  border-radius: 1.25rem;
  font-size: 1rem;
  cursor: pointer;
}
.registration-box .btn-submit:hover {
  background-color: #333;
}
.registration-box .inputs-div {
  margin: 1.5rem 0 1rem 0;
  display: flex;
  grid-gap: 1rem;
}
.registration-box input[type="radio"] {
  accent-color: black;
  width: 1rem;
  height: 1rem;
}
.registration-box .radio-group label {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}
input[type="radio"] {
  accent-color: black;
}
.d-none {
  display: none;
}
/* Registration box */
/*footer*/

.footer {
  /* background-color: #09090B;
    padding: 4.6em 0 4.6em 0; */
  /* text-align: center;
    margin-bottom: 1rem; */
}
.footer {
  font-family: "ArmenianDecorativeU";
  background-color: #09090b;
  padding: 1em 0px 1em 0;
  text-align: center;
}

.footer .footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  color: #f4f4f4;
  text-transform: capitalize;
  margin-bottom: 1.6em;
}

.footer .img-part {
  width: 2.5em;
}

.footer .grid-gap-part {
  grid-gap: 0 1em;
}

.footer .link-to-website {
  /* font-family: Bainsley; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #f4f4f4;
  text-decoration: underline;
}

.logo-div img {
  max-width: 25rem;
}

.coming_soon_tel_number {
  white-space: nowrap;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
}
.color-white {
  color: white;
}
.mt-5 {
  margin-top: 1rem !important;
}
.invito_logo {
  width: 100px;
}
/*footer*/

/* Audio part */
.audio-div {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 9999;
  width: auto;
  /* height: 5rem; */
  height: auto;
  /* background-color: rgba(88, 56, 143, 0.08); */
  background-color: #00000082;
  border-radius: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  /* padding-left: 1.125rem;
  padding-right: 1.125rem; */
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.audio-z {
  z-index: 999;
}
.song {
  font-family: sans-serif;
  font-size: 1.3rem;
  color: white;
}
.song-name {
  color: white;
  font-size: 1.1rem;
}
.play {
  width: 2.75rem;
  height: 2.75rem;
}
.play button {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 0px;
  /* background-color: rgba(88, 56, 143, 0.17); */
  outline: none;
  padding: 0;
}
.play-sm {
  width: 1.988rem;
  height: 1.988rem;
  border-radius: 50%;
  margin: auto;
  background-color: black;
  box-shadow: 13.78px 13.78px 20.67px 0px rgba(255, 255, 255, 0.4) inset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-sm img {
  height: 0.725rem;
  width: auto;
}
.close-arrow {
  transition: all 300ms ease-in-out;
  position: absolute;
  left: -1.725rem;
}
.close-arrow button {
  outline: none;
  background-color: white;
  border: 2px solid black;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 300ms ease-in-out;
  padding: 0;
}
.close-arrow button img {
  width: 0.875rem;
  height: 0.875rem;
  object-fit: cover;
}
.rotateTest {
  transform: rotate(-180deg);
  transition: all 300ms ease-in-out;
}
/* Audio part */
.image-banner img {
  height: 64rem;
  width: 100%;
  object-fit: cover;
}
.gp-2 {
  grid-gap: 2rem;
}
.calendar .days {
  margin-top: 1rem;
}

/* Lang selector */

.languages-list {
  display: flex;
  position: fixed;
  top: 3rem;
  z-index: 9999;
  right: 3rem;
  padding: 0.5rem;
  /* background: #0000009c;
  border-radius: 15px; */
  /* grid-gap: 0.8rem; */
}
.languages-list a {
  text-decoration: none;
}

.languages-list .lang-item .lang-img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  box-shadow: 0px 0px 14px #838383;
  border-radius: 50%;
}
.languages-list .lang-name {
  font-family: "NotoSansArmenia", sans-serif !important;
  font-size: 1.3rem;
  color: white;
  padding: 0 0.4rem;
}
.languages-list .lang-item .lang-name.selected {
  text-decoration: underline;
}

.languages-list .lang-item .lang-border {
  height: 0.5rem;
  width: 0.5rem;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}
.languages-list .lang-item:last-of-type .lang-border {
  display: none;
}

/* Lang selector */

.social-links img {
  width: 3.8em;
  height: 1.9em;
  object-fit: contain;
  cursor: pointer;
  clear: left;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
} /*# sourceMappingURL=main.css.map */
