* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "GHEAMariam", sans-serif;
}

.overflow-hidden{
    overflow: hidden;
}

img {
    user-select: none;
}

input[type="radio"] {
    accent-color: #1f1f1f;
}

.section-margin {
    margin: 6.25rem auto 12.5rem auto;
}

.section-title {
    font-size: 1.875rem;
    color: #1f1f1f;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

.mapLink {
    width: fit-content;
    background-color: #1f1f1f;
    color: white;
    padding: 0.625rem;
    border-radius: 2rem;
    text-decoration: none;
}

.font-armenianDecorativeU {
    font-family: "ArmenianDecorativeU", sans-serif !important;
}
.font-armenianDecorativeU span{
    font-family: "ArmenianDecorativeU", sans-serif !important;
}

/* Section-1 start */
.section1 {
    width: 100%;
    height: 100dvh;
    position: relative;
    overflow: hidden;
}

.section1__imageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.section1__imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
}

.section1__titleBlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* opacity: 0; */
    transition: opacity 0.3s ease;
}

.section1__titleBlock span {
    display: block;
}

.section1__titleBlock__title {
    /* font-size: 8.75rem; */
    font-size: 6.75rem;
    color: white;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-family:  "ArmenianDecorativeU" !important;
}
.section1__titleBlock__title span{
    font-family:  "ArmenianDecorativeU"  !important;
}
.section1__scrollDownBlock {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 2.5rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.section1__scrollDownBlock__text {
    font-size: 1.25rem;
    color: white;
}

.section1__scrollDownBlock__gif {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
}

.section1__scrollDownBlock__gif img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.white-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: white;
    z-index: 999;
}
/* Section-1 end */

/* Section-Music start */
.sectionMusic {
    margin: 2.5rem auto;
}

.sectionMusic__container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.sectionMusic__container button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    background: transparent;
    border: none;
    cursor: pointer;
}

.sectionMusic__container p {
    font-size: 1.25rem;
    color: #4b5151;
    text-align: center;
}
/* Section-Music end */

/* Section-2 start */
.section2 {
    width: 80.75rem;
}

.section2__title {
    margin-bottom: 3.75rem;
}

.section2__text {
    font-size: 1.25rem;
    color: #4b5151;
    text-align: center;
}
/* Section-2 end */

/* Section-3 start */
.section3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.section3__calendar {
    text-align: center;
}

.section3__calendar .month {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    color: #1f1f1f;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

.section3__calendar .days-header,
.section3__calendar .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.625rem;
    color: #4b5151;
}

.section3__calendar .days-header div {
    color: #4b5151;
    text-transform: uppercase;
    margin-top: 0.625rem;
}

.section3__calendar .day {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.section3__calendar .selected {
    position: relative;
    z-index: 10;
    color: white;
}

.section3__calendar .selected::after {
    content: "";
    background-image: url("../images/heart.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 3.125rem;
    position: absolute;
    bottom: -0.5rem;
    right: -0.5rem;
    z-index: -1;
}
/* Section-3 end */

/* Section-4 start */
.section4__title {
    margin-bottom: 2.5rem;
}

.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    color: #09090b;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-number {
    font-size: 4rem;
    font-weight: bold;
}

.countdown-label {
    font-size: 1.5rem;
}

.countdown-colon {
    font-size: 4rem;
}
/* Section-4 end */

/* Section-5 start */
.section5__banner {
    width: 100%;
    height: 50rem;
}

.section5__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Section-5 end */

/* Section-6 start */
.section6__title {
    margin-bottom: 3.75rem;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding: 3rem 0;
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 0 4rem;
    box-sizing: border-box;
}

.timeline-item .circle {
    position: absolute;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: #000;
    border-radius: 50%;
    z-index: 2;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    bottom: 0;
    width: 4px;
    background: black;
    z-index: 1;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.left::before {
    right: -2px;
}

.timeline-item.left .circle {
    right: -10px;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}

.timeline-item.right::before {
    left: -2px;
}

.timeline-item.right .circle {
    left: -10px;
}

.timeline-item.last::before {
    display: none;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.content-time {
    font-size: 1.5rem;
    font-weight: 600;
}

.content-name {
    font-weight: 600;
}

.content-address {
    color: #727272;
    font-weight: 600;
}

.left .mapLink {
    margin-left: auto;
}
/* Section-6 end */

/* Section-7 start */
.section7__title {
    margin-bottom: 3.75rem;
}

.section7__places {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.25rem;
}

.place-item {
    width: 28.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.place-image {
    width: 100%;
    height: 25rem;
}

.place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place-name {
    font-size: 1.25rem;
    color: #858585;
    text-align: center;
}

.place-item .mapLink {
    margin: 0 auto;
}
/* Section-7 end */

/* Section-8 start */
.section8 {
    margin: 6.25rem auto;
}

.section8__title {
    margin-bottom: 3.75rem;
}

.section8__dresscode {
    max-width: 55rem;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    margin: 0 auto;
}

.dresscode-text {
    font-size: 1.25rem;
    color: #4b5151;
    text-align: center;
}

.dresscode-colors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.color-swatch {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    box-shadow: 0px 4px 5.5px 0px #00000040;
}
/* Section-8 end */

/* Section-9 start */
.section9 {
    margin: 6.25rem auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}

.section9__image {
    width: 100%;
    height: 62.5rem;
}

.section9__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section9__form {
    padding: 0 7rem;
}

.section9__title {
    margin-bottom: 3.75rem;
}

.section9__form form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section9__question {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.section9__label {
    color: #9c9c9c;
}

.section9__group input:not([type="radio"]) {
    width: 100%;
    height: 2.5rem;
    border-radius: 2rem;
    border: 2px solid #9d9d9d;
    padding: 0.875rem;
}

.section9__group button {
    display: block;
    background-color: #1f1f1f;
    cursor: pointer;
    color: white;
    font-size: 1.25rem;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 2rem;
}
/* Section-9 end */

/* Section-10 start */
.section10 {
    margin: 6.25rem auto;
}
/* Section-10 end */

.d-none{
  display: none;
}
/*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 0 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: 2rem;
  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: 6.25rem;
}
.social-links img {
  width: 3.8em;
  height: 1.9em;
  object-fit: contain;
  cursor: pointer;
  clear: left;
}
/*footer*/
