body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img{
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.theme1 {
  position: relative;
  background-color: black;
  padding: 7.5rem 0;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 59.18rem;
  display: flex;
  align-items: end;
}
.theme1 .theme1__container {
  /* position: relative; */
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.theme1 .invite {
  z-index: 10;
  position: relative;
  background-color: #ffffffc4;
  padding: 1.813rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
}
.theme1 .invite-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  max-height: 23.938rem;
  padding: 4.375rem 1.375rem;
}
.theme1 .theme1-image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  -o-object-position: left;
  object-position: center;
}
.theme1 .invite-title {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 4.953rem;
  margin-bottom: 2.563rem;
  font-family: "Gayane", sans-serif;
  text-align: center;
}
.theme1 .invite-date {
  text-align: center;
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "Kotayk", sans-serif;
}
.weddingImage {
  width: 100vw;
  height: 62.5rem;
  width: auto;
  background-size: cover;
  background-position: center;
  object-position: top;
  position: relative;
  overflow: hidden;
}

.theme2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}
.theme2 .eventTitle {
  width: 100%;
  text-align: center;
  font-family: "Cosiarm", sans-serif;
  text-transform: uppercase;
  color: #6a2a00;
  font-size: 2.5rem;
  font-weight: 500;
}
.theme2 .eventTime {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 2.25rem;
  letter-spacing: 0.5rem;
  color: #6a2a00;
  font-style: italic;
  display: flex;
  justify-content: center;
}

.theme3 {
  position: relative;
  margin: 7.5rem 0 3.75rem;
}
.theme3 .turnAround {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
  opacity: 0.4;
  color: rgba(173, 68, 0, 0.1607843137);
  text-transform: uppercase;
  font-size: 8.75rem;
  font-family: "Cosiarm", sans-serif;
  transform: translateY(50%);
}
.theme3 .turnAroundText {
  height: 1.5em;
  text-wrap: nowrap;
  display: block;
  transform: rotate(270deg);
}
.theme3 .theme3__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.theme3 .coupleContainer {
  position: relative;
  z-index: 10;
  padding: 1.375rem;
  border: 1px solid #6a2a00;
  border-radius: 100%;
}
.theme3 .couple {
  border-radius: 100%;
  border: 1px solid #6a2a00;
  width: 31.25rem;
  height: 52.625rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.theme3 .calendar {
  text-align: center;
  color: #6a2a00;
  position: relative;
  z-index: 10;
  max-width: 100%;
}
.theme3 .calendar .selected {
  position: relative;
  z-index: 10;
  color: white;
  border: 3px solid #6a2a00;
  border-radius: 50%;
  padding: 0.813rem 1.125rem;
  background: #6a2a00;
}
.theme3 .calendar .month {
  font-size: 2.5rem;
  margin-bottom: 2.75rem;
  font-weight: 500;
  font-family: "Cosiarm", sans-serif;
}
.theme3 .calendar .days-header,
.theme3 .calendar .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2rem;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
}
.theme3 .calendar .days-header div {
  color: #4b5151;
  text-transform: uppercase;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  color: #6a2a00;
  font-family: "Cosiarm", sans-serif;
}
.theme3 .calendar .days .day,
.theme3 .calendar .days div {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme3 .backgroundName {
  opacity: 0.4;
  color: rgba(173, 68, 0, 0.1607843137);
  text-transform: uppercase;
  font-size: 13.125rem;
  font-family: "Cosiarm", sans-serif;
}
.theme3 .backgroundNames {
  position: absolute;
  z-index: 0;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.theme3 .backgroundNames .backgroundUnderName {
  margin-top: 5rem;
  margin-left: 3.875rem;
}

.theme4 {
  margin: 5rem auto 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.theme4 .inviteImage {
  width: 44.75rem;
  height: auto;
  display: flex;
  order: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.theme4 .inviteContent {
  color: #6a2a00;
  order: 2;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 40rem;
}
.theme4 .inviteTitle {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Cosiarm", sans-serif;
  margin-bottom: 2rem;
}
.theme4 .inviteDate {
  font-size: 2rem;
  display: block;
  margin: 1.25rem auto 2.5rem;
  font-style: italic;
  font-family: "Armenian Decorative", sans-serif;
}
.theme4 .inviteDescription {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  /* text-align: justify; */
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.theme5 {
  margin-top: 3.5rem;
  margin-bottom: 7.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.625rem;
}
.theme5 .navigation {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 2.438rem;
}
.theme5 .navigation__block {
  position: relative;
  border: 2px solid #6a2a00;
  padding: 7.875rem 2.438rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  color: #6a2a00;
  text-align: center;
}
.theme5 .navigation__block::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.938rem solid #fbf5f1;
  border-radius: 100%;
  transform: scale(1.05) translateX(2.438rem);
  pointer-events: none;
  z-index: -1;
}
.theme5 .navigationTime {
  font-size: 4rem;
  font-style: italic;
  font-family: "Armenian Decorative", sans-serif;
  letter-spacing: 0.2rem;
}
.theme5 .navigationTo {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Bainsley", sans-serif;
}
.theme5 .navigationAddress {
  font-size: 1.25rem;
  font-family: "Bainsley", sans-serif;
}
.theme5 .navigationHow {
  font-weight: 700;
  font-size: 1.25rem;
  color: #6a2a00;
  text-decoration-color: #6a2a00;
  text-underline-offset: 0.25rem;
  font-family: "Bainsley", sans-serif;
}

.waitingYou {
  display: flex;
  justify-content: center;
  margin: 10.5rem 0;
  font-size: 3rem;
  color: #6a2a00;
  font-family: "CosiArm", sans-serif;
}

.madeBy {
  font-family: "Grapalat", sans-serif;
  display: flex;
  justify-content: center;
  margin-top: 8.563rem;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
  font-style: italic;
  color: #6a2a00;
}

.invitoLogo {
  width: 7.5rem;
  height: 1.688rem;
  margin-left: 0.625rem;
}

/* Registration box */
.registration-section{
  display: flex;
  justify-content: center;
  gap: 3.125rem;
}
.registration-container {
  /* font-family: "ArmenianDecorativeU", sans-serif !important; */
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 5rem;
  justify-content: center;
}
.registration-container *{
  font-family: Arial, Helvetica, sans-serif;
}
.registration-box {
  text-align: center;
}
.registration-box h1 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 5rem;
  color: #6a2a00;
}
.registration-box .question-p {
  font-size: 1.3rem;
  color: #6a2a00;
  text-align: start;
  font-weight: 600;
}
.registration-box .question-p {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  color: #6a2a00;
}
.registration-box .radio-group {
  text-align: left;
  margin-bottom: 0.938rem;
}
.registration-box .radio-group label {
  display: block;
  margin-bottom: 0.625rem;
  color: #6a2a00;
}
.registration-box .input-field {
  width: 100%;
  padding: 0.625rem;
  margin: 0.5rem 0;
  border: 1px solid #6a2a00a8;
  border-radius: 1.25rem;
  font-size: 0.875rem;
}
.registration-box .btn-submit {
  padding: 0.625rem 2rem;
  background-color: #6a2a00;
  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: #6a2a00;
  width: 1rem;
  height: 1rem;
}
.registration-box .radio-group label {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}
input[type="radio"] {
  accent-color: #6a2a00;
}
.d-none {
  display: none;
}
.handshakeImage {
  width: 60rem;
  height: 40rem;
}
/* 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*/

.mob-img {
  display: none;
}

/* Audio part */
.audio-div {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 99;
  width: auto;
  height: 5rem;
  /* background-color: rgba(88, 56, 143, 0.08); */
  /* background-color: #00000082; */
  /* background-color: #6a2a006e; */
  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: #6a2a00;
  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 #6a2a00;
  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;
}

/* Countdown Section */
.text-time-part p {
  margin-bottom: 0;
}
.countdown-number p {
  color: #6a2a00;
  font-size: 5rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.countdown-row {
  column-gap: 2.25rem;
}
.countdown-name p {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1rem;
}
/* Countdown Section */
