* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "gheaMariam";
  /* color: #0f1b33 ; */
}
/* ========== Նախաբան (1-ին տարբերակ) ========== */
.intro-prelude {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}
.intro-prelude.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-prelude__bg {
  position: absolute;
  inset: 0;
}
.intro-prelude__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.intro-prelude__names-wrapper {
  width: 100%;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/ampersand.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.intro-prelude__names {
  font-family: Armboloragir;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-style: italic;
  letter-spacing: 0.15rem;
  line-height: 1.4;
}
.intro-prelude__names--write {
  overflow: hidden;
  display: inline-block;
  animation: intro-names-write 1.4s ease-out 0.2s forwards;
}
@keyframes intro-names-write {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.intro-prelude__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.intro-prelude__date span:not(.intro-prelude__date-divider) {
  font-size: clamp(2.5rem, 4vw, 2.5rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
}
.intro-prelude__date-divider {
  width: 1px;
  height: 2rem;
  background: rgba(255, 255, 255, 0.5);
}
.intro-prelude__cta {
  margin-top: 1rem;
  padding: 0.9rem 2rem;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-family: gheaGrapalat, "gheaMariam", serif;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.2s ease;
}
.intro-prelude__cta:hover,
.intro-prelude__cta:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  transform: scale(1.02);
}
.intro-prelude__cta-icon {
  font-size: 0.6em;
  opacity: 0.9;
}
body.intro-active {
  overflow: hidden;
}
.main-invitation {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.9s ease 0.2s,
    transform 0.9s ease 0.2s;
}
.main-invitation.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Անուններ ու ամսաթիվ – հիմնական էկրանում մտնում են անիմացիայով (միայն transform, opacity միշտ 1) */
.firstSection .js-main-names,
.firstSection .js-main-date {
  opacity: 1;
  transform: translateY(24px);
  transition: transform 0.6s ease;
}
.main-invitation.is-visible .firstSection .js-main-names {
  transform: translateY(0);
  transition-delay: 0.25s;
}
.main-invitation.is-visible .firstSection .js-main-date {
  transform: translateY(0);
  transition-delay: 0.4s;
}

/* AOS-անման scroll անիմացիաներ – բովանդակությունը միշտ երևում է, անիմացիան միայն transform */
[data-aos] {
  opacity: 1;
  transform: translateY(32px);
  transition:
    opacity 0.5s ease,
    transform 0.6s ease;
}
[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}
[data-aos="fade-up"] {
  transform: translateY(28px);
}
[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

html {
  font-size: 0.833vw;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.111vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 1.563vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.083vw;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 4.267vw;
  }
}

input[type="radio"] {
  accent-color: #000;
}

h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: none;
}

.container {
  max-width: 39.375rem;
  margin-left: auto;
  margin-right: auto;
}

.firstSection {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  position: relative;
  overflow: hidden;
  height: 100dh;
}
.firstSection .firstSection__line--top {
  position: absolute;
  top: 12rem;
  right: 0;
}
.firstSection .firstSection__line--bottom {
  position: absolute;
  bottom: 12rem;
  left: 0;
}
.firstSection .firstSection__line {
  position: relative;
  z-index: 10;
  width: 30.82rem;
  height: 0.13rem;
  background-color: white;
}
.firstSection .firstSection__line::before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 0.62rem;
  height: 0.62rem;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.firstSection .firstSection__line.reverse::before {
  right: 0;
  left: unset;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.firstSection__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* adjust opacity here */
  z-index: 10;
}
.firstSection .firstSection__image {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  /* min-height: 62.5rem; */
  width: 100%;
  height: 100%;
}
.firstSection .firstSection__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 3.75rem; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.firstSection__DateWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  /* padding: 2rem 0; */
  z-index: 10;
}
.firstSection__DateWrapper .topDateItem {
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 3px;
  /* font-family: "GHEAMariam"; */
}
.firstSection_namesWrapper {
  width: 100%;
  height: 8rem;
  margin-left: 0.5rem;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/ampersand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 2rem; */
}
.firstSection_names {
  font-family: Armboloragir;
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 0.1rem;
}
.divider {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
.firstSection .firstSection__main .firstSection__main__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 30;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.firstSection
  .firstSection__main
  .firstSection__main__names
  .firstSection__main__names__name {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 3.125rem;
  color: #fff;
}
.firstSection
  .firstSection__main
  .firstSection__main__names
  .firstSection__main__names-s {
  clip-path: inset(0 1.25rem 0 0);
  -webkit-transform: translateY(-9.38rem);
  transform: translateY(-9.38rem);
}
.firstSection
  .firstSection__main
  .firstSection__main__names
  .firstSection__main__names-letter {
  font-size: 20rem;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  overflow: hidden;
}
.firstSection
  .firstSection__main
  .firstSection__main__names
  .firstSection__main__names-d {
  -webkit-transform: translateY(9.38rem);
  transform: translateY(9.38rem);
}
.firstSection .firstSection__main .firstSection__main__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.685rem;
}
.firstSection
  .firstSection__main
  .firstSection__main__time
  .firstSection__main__time_info {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
  padding: 1.7rem;
  gap: 0.625rem;
  color: #ffffff;
  font-size: 2.8125rem;
}
.firstSection
  .firstSection__main
  .firstSection__main__time
  .firstSection__main__time_info
  .time-num {
  font-size: 2.8125rem;
  z-index: 2;
}
.firstSection
  .firstSection__main
  .firstSection__main__time
  .firstSection__main__time_info
  span {
  font-size: 1rem;
  line-height: 1;
  z-index: 2;
}
.firstSection
  .firstSection__main
  .firstSection__main__time
  .firstSection__main__time_info
  .progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
  pointer-events: none;
}
.firstSection
  .firstSection__main
  .firstSection__main__time
  .firstSection__main__time_info
  .progress-circle
  svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.firstSection
  .firstSection__main
  .firstSection__main__time
  .firstSection__main__time_info
  .progress-circle
  svg
  circle {
  fill: none;
  stroke-width: 2;
}
.firstSection
  .firstSection__main
  .firstSection__main__time
  .firstSection__main__time_info
  .progress-circle
  svg
  .circle-bg {
  stroke: rgba(255, 255, 255, 0.2);
}
.firstSection
  .firstSection__main
  .firstSection__main__time
  .firstSection__main__time_info
  .progress-circle
  svg
  .circle-progress {
  stroke: #ffffff;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
}
.firstSection .firstSection__main .firstSection__main__deadline {
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.firstSection
  .firstSection__main
  .firstSection__main__deadline
  .firstSection__main__deadline__time {
  padding-right: 1.875rem;
  border-right: 1px solid white;
  line-height: 100%;
  font-size: 2.5rem;
  color: white;
}
.firstSection
  .firstSection__main
  .firstSection__main__deadline
  .firstSection__main__deadline__time:last-child {
  border-right: none;
}
.names-wrapper .names-letters {
  font-size: 120px;
  font-family: "Cormorant Garamond", serif; /* or your wedding font */
  letter-spacing: 40px;
  color: white;
  font-weight: 400;
}

.song {
  display: none;
}

.secondSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
}
.secondSection .secondSection__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 1.25rem;
  line-height: 1.2;
}
.secondSection .secondSection__title hr {
  width: 9rem;
  max-width: 3.125rem;
  background-color: black;
  border: none;
  height: 0.135rem;
}
.secondSection .secondSection__description {
  text-align: center;
  color: #4b5151;
  line-height: 1.2;
}

.thirdSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.thirdSection .thirdSection__ringImage {
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  width: 39.375rem;
  height: 22.75rem;
}

.table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  border: 1px solid #d7d7d7;
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
  line-height: 1 !important;
}
.table th:first-child,
.table td:first-child {
  border-left: 1px solid transparent;
}
.table th:last-child,
.table td:last-child {
  border-right: 1px solid transparent;
}
.table th {
  padding: 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
.table td {
  padding: 1.25rem 0.75rem;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
}
.table .table__active {
  font-size: 2.5rem;
}

.fourthSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.fourthSection .fourthSection__image {
  width: auto;
  height: 10rem;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.fourthSection .fourthSection__month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
}
.fourthSection .fourthSection__month hr {
  width: 3.125rem;
  max-width: 3.125rem;
  background-color: black;
  border: none;
  height: 0.135rem;
}
.fourthSection .fourthSection__days {
  position: relative;
}
.fourthSection .fourthSection__days .fourthSection__days__weekdays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fourthSection
  .fourthSection__days
  .fourthSection__days__weekdays
  .fourthSection__days__weekday__header {
  width: 13.125rem;
  font-weight: 400;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  border: 1px solid #d7d7d7;
}
.fourthSection
  .fourthSection__days
  .fourthSection__days__weekdays
  .fourthSection__days__weekday__header:last-child {
  border-left: none;
  border-right: none;
}
.fourthSection
  .fourthSection__days
  .fourthSection__days__weekdays
  .fourthSection__days__weekday__header:first-child {
  border-left: none;
  border-right: none;
}
.fourthSection .fourthSection__days .fourthSection__days__monthdays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fourthSection
  .fourthSection__days
  .fourthSection__days__monthdays
  .fourthSection__days__monthdays__header {
  width: 13.125rem;
  font-size: 1.875rem;
  line-height: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.fourthSection
  .fourthSection__days
  .fourthSection__days__monthdays
  .fourthSection__days__monthdays__header:last-child {
  border-left: none;
  border-right: none;
}
.fourthSection
  .fourthSection__days
  .fourthSection__days__monthdays
  .fourthSection__days__monthdays__header:first-child {
  border-left: none;
  border-right: none;
}

.fivthSection {
  width: 100%;
  min-height: 31.25rem;
  position: relative;
}
.fivthSection .fivthSection__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.masked-img {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: cover;

  -webkit-mask-image: url("../images/image-mask3.svg");
  background-image: url("../images/image-mask3.svg");

  -webkit-mask-size: contain;
  mask-size: cover;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;
}

.fivthSection .fivthSection__img--mobile {
  display: none;
}
.firstSection__img--mobile {
  display: none;
}

.sixthSection {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.75rem;
}
.sixthSection .sixthSection__title {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sixthSection hr {
  width: 3.125rem;
  max-width: 3.125rem;
  background-color: black;
  border: none;
  height: 0.135rem;
}
.sixthSection .sixthSection__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.75rem;
}
.sixthSection .sixthSection__plans .sixthSection__plans__info {
  display: grid;
  gap: 9.375rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__image {
  width: 15rem;
  margin-bottom: 1.25rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__title {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__div__title {
  font-size: 1.13rem;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__icon
  .sixthSection__plans__info__icon__mainIcon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 6.31rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  gap: 0.375rem;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__div
  .sixthSection__plans__info__div__map {
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: #858585;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__div
  .sixthSection__plans__info__div__map {
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__div
  .sixthSection__plans__info__div__description {
  color: #858585;
  font-size: 0.82rem;
  line-height: 1;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info
  .sixthSection__plans__info__div
  p {
  font-size: 1.125rem;
  line-height: 1;
}
.sixthSection .sixthSection__plans .sixthSection__plans__info.reverse {
  direction: rtl;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info.reverse
  > div:first-child {
  direction: ltr;
  text-align: right;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info.reverse
  > div:nth-child(2) {
  direction: ltr;
  justify-self: start;
}
.sixthSection
  .sixthSection__plans
  .sixthSection__plans__info.reverse
  > div:nth-child(2)
  img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.seventhSection {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
.seventhSection .seventhSection__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  gap: 1.25rem;
}
.seventhSection .seventhSection__title hr {
  width: 100%;
  max-width: 3.125rem;
  background-color: black;
  border: none;
  height: 0.135rem;
}
.seventhSection .seventhSection__description {
  text-align: center;
  line-height: none;
  color: #4b5151;
}
.seventhSection .seventhSection__weddingColors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
.seventhSection
  .seventhSection__weddingColors
  .seventhSection__weddingColors__color {
  border-radius: 1.25rem;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #858585;
}

.eigthSection {
  position: relative;
  width: 100%;
}
.eigthSection .eigthSection__coupleHandImage {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 31.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.eigthSection .eigthSection__coupleHandImage--mobile {
  display: none;
}

.ninethSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.ninethSection .ninethSection__button {
  text-transform: uppercase;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 7.875rem;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.25;
  border-radius: 2.25rem;
  font-size: 1rem;
  margin: 0 auto;
}
.ninethSection .ninethSection__header {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
.ninethSection .ninethSection__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.ninethSection .ninethSection__form .ninethSection__form__mainForm {
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input:last-child {
  grid-column: 1/-1;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input {
  border: 1px solid rgba(133, 133, 133, 0.8);
  padding: 0.5rem 0.875rem;
  width: 100%;
  outline: none;
  border-radius: 9999px;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input:focus,
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input:focus-visible {
  border: 1px solid rgba(61, 59, 59, 0.8);
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input::-webkit-input-placeholder {
  color: rgba(133, 133, 133, 0.8);
  font-size: 0.875rem;
  line-height: 1;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input::-moz-placeholder {
  color: rgba(133, 133, 133, 0.8);
  font-size: 0.875rem;
  line-height: 1;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input:-ms-input-placeholder {
  color: rgba(133, 133, 133, 0.8);
  font-size: 0.875rem;
  line-height: 1;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input::-ms-input-placeholder {
  color: rgba(133, 133, 133, 0.8);
  font-size: 0.875rem;
  line-height: 1;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input::placeholder {
  color: rgba(133, 133, 133, 0.8);
  font-size: 0.875rem;
  line-height: 1;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__mainForm
  .ninethSection__form__mainForm__input:active {
  border: 1px solid rgba(104, 104, 104, 0.8);
}
.ninethSection .ninethSection__form .ninethSection__form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.ninethSection
  .ninethSection__form
  .ninethSection__form__flex
  .ninethSection__form__flex__accept__header {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.ninethSection .ninethSection__form .ninethSection__form__flex__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.ninethSection .ninethSection__form .ninethSection__form__flex__accept__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  color: rgba(133, 133, 133, 0.8);
}
.ninethSection .ninethSection__form .ninethSection__form__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.ninethSection .ninethSection__form .ninethSection__form__checkbox__input {
  cursor: pointer;
}
.ninethSection .ninethSection__form .ninethSection__form__checkbox__text {
  font-size: 0.875rem;
  line-height: 1;
}

.seatPlaces img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

/* 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*/

.addressesImg {
  width: 100%;
  height: auto;
}

/* Audio part */
.audio-div {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 3;
  width: auto;
  height: 5rem;
  /* background-color: rgba(88, 56, 143, 0.08); */
  background-color: #00000082;
  border-radius: 1.25rem;
  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;
}

/* Additions */

.date-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}

.top-date-item {
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 3px;
  font-family: "GHEAMariam";
}

.divider {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
/* Additions */

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.w-100 {
  width: 100%;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
