* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Vrdznagir", sans-serif;
    font-weight: 400;
}

body {
    color: black;
}

img {
    user-select: none;
}

.section-margin {
    margin: 2.5rem auto 5rem auto;
}

/* Section1 start */
.section1 {
    width: 31.25rem;
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}

.section1__title,
.section1__names {
    font-size: 2.5rem;
    text-align: center;
}

.section1__imageBlock {
    width: 100%;
    height: 37.5rem;
    margin: 0 auto;
}

.section1__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Section1 end */

/* Section2 start */
.section2 {
    width: 31.25rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.section2__text {
    font-size: 1.5rem;
    text-align: center;
}

.section2__imageBlock {
    width: 25rem;
    height: 19.5rem;
    margin: 0 auto;
}

.section2__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section2__eventDay {
    font-size: 2.5rem;
    text-align: center;
}
/* Section2 end */

/* Section3 start */
.section3__imageBlock {
    width: 25rem;
    height: 16.875rem;
    margin: 0 auto;
}

.section3__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Section3 end */

/* Section4 start */
.section4 {
    width: 62.5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.section4__title {
    font-size: 2.5rem;
    text-align: center;
}

.section4__agendaBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.75rem;
}

.section4__agendaItem {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: center;
}

.section4__agendaItem .time {
    font-size: 1.875rem;
}

.section4__agendaItem .name {
    font-size: 1.25rem;
}

.section4__agendaBlock .address {
    font-size: 1.25rem;
    color: #7f7f7f;
}

.section4__agendaBlock .link {
    color: black;
}

.section4__imageBlock {
    width: 1.25rem;
    height: 1.25rem;
}

.section4__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Section4 end */

/* Section5 start */
.section5__imageBlock {
    width: 12.5rem;
    height: 21rem;
    margin: 0 auto;
}

.section5__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Section5 end */

/* Section6 start */
.section6 {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section6__title {
    font-size: 2.5rem;
    text-align: center;
}

.section6__countDown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.section6__countDown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section6__countDown-number,
.section6__countDown-colon {
    font-size: 1.875rem;
}
/* Section6 end */

/* Section7 start */
.section7 {
    width: 25rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section7__title {
    font-size: 2.5rem;
    text-align: center;
}

.section7__dressCode {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.section7__dressCode-item {
    width: 4rem;
    height: 4rem;
}

.section7__dressCode-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section7__text {
    font-size: 1.5rem;
    color: #7f7f7f;
    text-align: center;
}
/* Section7 end */

/* Section8 start */
.section8 {
    width: 25rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section8__title {
    font-size: 1.875rem;
    text-align: center;
}

.section8__imageBlock {
    width: 100%;
    height: 8.75rem;
}

.section8__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Section8 end */

/* Section9 start */
.section9 {
    width: 25rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section9__title {
    font-size: 1.5rem;
    text-align: center;
}

.section9__form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.section9__group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.section9__question {
    font-size: 1.125rem;
    color: #4b5151;
}

.section9__label {
    font-size: 1rem;
    color: #4b5151;
}

.svg-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.svg-input .svg-frame {
    width: 100%;
    height: auto;
    display: block;
}

.svg-input input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

.svg-button {
    width: fit-content;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.svg-button .svg-frame {
    width: fit-content;
    height: auto;
    display: block;
    margin: 0 auto;
}

.svg-button button {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
/* Section9 end */

/* Section10 start */
.section10 {
    width: 18.75rem;
    height: 12.75rem;
}

.section10 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Section10 end */

/* Section11 start */
.section11 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin: 2.5rem auto;
}

.section11__imageBlock {
    width: 1.875rem;
    height: 1.875rem;
}

.section11__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section11__title {
    font-size: 1.875rem;
    text-align: center;
}
/* Section11 end */

/*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;
}
.social-links img {
  width: 3.8em;
  height: 1.9em;
  object-fit: contain;
  cursor: pointer;
  clear: left;
}

/*footer*/

/* Audio part */
.audio-div {
  position: fixed;
  bottom: 3%;
  right: 1%;
  z-index: 3;
  width: auto;
  height: 5rem;
  border-radius: 1.25rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  z-index: 9;
}
.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: #09090b;
  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 #6b5c55;
  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;
}
input[type="radio"] {
  accent-color: #6b5c55;
}
/* Audio part */