/* Global start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "GHEAMariam", sans-serif;
  font-weight: normal;
}

body {
  color: #4b5151;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  user-select: none;
}

.font-vrdznagir {
  font-family: "Vrdznagir", sans-serif;
}

.section-margin {
  margin: 2.5rem auto 5rem auto;
}

.section-title {
  font-family: "Vrdznagir", sans-serif;
  color: #aa0000;
  font-size: 1.5rem;
  text-align: center;
}

input[type="radio"] {
  accent-color: #4b5151;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
/* Global end */

/* Section1 start */
.section1 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.section1__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.section1__infoBlock {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: fit-content;
  padding: 2.5rem 0;
  gap: 2.5rem;
  color: white;
  text-align: center;
}

.section1__imageBlock {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.125rem;
}

.section1__imageBlock .section1__imageBlock__image {
  aspect-ratio: 384/600;
  height: 100%;
  border: 1px solid white;
  border-radius: 50%;
  overflow: hidden;
}

.section1__imageBlock .section1__imageBlock__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1__invitationType {
  font-size: 2rem;
}

.section1__date {
  font-size: 4rem;
}

.section1__names {
  font-size: 2.5rem;
}

.section1__musicButtonBlock {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
}

.section1__musicHeartImageBlock {
  width: 2.8rem;
  height: 2.325rem;
}
.section1__musicHeartImageBlock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section1__musicButtonBlock button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.section1__musicButtonBlock button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1) brightness(2);
}
/* Section1 end */

/* Section2 start */
.section2 {
  max-width: 33.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

.section2__text {
  text-align: center;
}
/* Section2 end */

/* Section3 start */
.section3 {
  max-width: 33.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.section3__dateBlock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.date-item {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #aeacac;
}

.active {
  position: relative;
  z-index: 1;
  color: white;
}

.line-svg {
  width: 16rem;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: visible;
}

.section3__timelineBlock {
  /* 2 */
  /* margin-bottom: 5rem; */

  /* 3, 4 */
  /* margin-bottom: 4rem; */

  /* 5 */
  /* margin-bottom: 2.5rem; */

  /* 6 */
  margin-bottom: 3rem;
}

.section3__timeline {
  position: relative;
  max-width: 33.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  overflow-x: hidden;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 0 4rem;
  box-sizing: border-box;
  text-align: center;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.content-time {
  font-size: 1.5rem;
  color: #aa0000;
}

.content-name {
  font-weight: bold;
}

.content-address {
  font-weight: normal;
  font-size: 0.875rem;
  color: #4b5151;
}

.section3__imageBlock {
  width: 22.75rem;
  height: 24.125rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transform: rotate(-10deg);
  box-shadow: 2px 2px 2px #eaeaea;
}

.mask-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: fill;
}

.main-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  padding: 1px;
}

.heart-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  pointer-events: none;
}
/* Section3 end */

/* Section6 start */
.section6 {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  padding: 1.25rem;
  border: 1px solid #aa0000;
  border-radius: 1.25rem;
}

.countdown-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.countdown-heart {
  position: relative;
}

.countdown-heart img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.countdown-number {
  color: white;
  position: relative;
  z-index: 1;
}
/* Section6 end */

/* Section7 start */
.section7 {
  max-width: 19.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

.section7__text {
  text-align: center;
}

.section7__colorsBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-item {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  margin-left: -1.5rem;
}

.color-item:first-child {
  margin-left: 0;
}
/* Section7 end */

/* Section8 start */
.section8 {
  max-width: 33.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}

.section8 form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0 auto;
  font-weight: 600;
}

.section8__question {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-family: "Vrdznagir", sans-serif;
  font-size: 1.3rem;
  color: black;
}

.vertical-labels {
  display: flex;
  flex-direction: column;
  grid-gap: 0.1em;
}
.section8__label {
  display: flex;
  align-items: center;
}

.section8__group input:not([type="radio"]) {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #b7b7b7;
  padding: 0.875rem;
  outline: none;
}

.section8__group button {
  display: block;
  height: 2.5rem;
  background-color: #aa0000;
  color: white;
  cursor: pointer;
  margin: 0 auto;
  border: none;
  font-weight: bold;
  padding: 0 1.25rem;
}
/* Section8 end */

/* Section9 start */
.section9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  background: #aa0000;
  padding: 2.5rem 0;
}

.section9__imageBlock {
  width: 1.5rem;
  height: 1.875rem;
}

.section9__imageBlock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: blinkHeart 1s infinite;
  transform-origin: center;
}

.section9__title {
  font-size: 1.5rem;
  color: white;
  text-align: center;
}

@keyframes blinkHeart {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.5;
  }
}
/* Section9 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;
}
/*footer*/

.mob-img {
  display: none;
}

.gp-2 {
  grid-gap: 2rem;
}

/* 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;
}

.d-none {
  display: none;
}
