* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Amrys", sans-serif;
  background-color: #e5dcd5;
  /* background-image: url("../images/body_bg.png");
    background-repeat: no-repeat;
    background-size: cover; */
  padding: 6.25rem 0 0;
}

img {
  user-select: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  margin: 0 3.75rem;
  padding: 2.5rem 0;
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  background-color: #ffffff66;
  overflow: hidden;
}

.container {
  max-width: 34.75rem;
  margin: 0 auto;
}

/* Section1 start */
.section1 {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}

.section1__pigeonBlock {
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 auto;
}

.section1__pigeonBlock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section1__mainInfoBlock {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.section1__mainInfoBlock__title {
  font-size: 2.25rem;
  font-weight: 400;
  color: #987555;
  text-align: center;
  line-height: 1.5;
}

.section1__mainInfoBlock__dateBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.section1__mainInfoBlock__dateBlock span {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #1f1f1f;
}

.section1__mainInfoBlock__dateBlock span:not(:last-child) {
  border-right: 2px solid #987555;
  padding-right: 1rem;
}

.section1__personBlock {
  width: 18.75rem;
  height: 18.75rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.section1__personBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1__text {
  font-size: 1.25rem;
  color: #525252;
  text-align: center;
  padding: 0;
}

.section1__crossBlock {
  width: 5.875rem;
  height: 7.625rem;
  margin: 0 auto;
}

.section1__crossBlock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Section1 end */

/* Section2 start */
.section2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section2__title {
  font-size: 2.25rem;
  font-weight: 400;
  color: #987555;
  text-align: center;
  line-height: 1.5;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #1f1f1f;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-number,
.countdown-colon {
  font-size: 2rem;
  font-weight: 600;
}
/* Section2 end */

/* Section3 start */
.section3 {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.section3__arrowBlock {
  width: 3.375rem;
  height: 8.25rem;
  margin: 0 auto;
}

.section3__arrowBlock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section3__placeItem {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.section3__placeItem__imageBlock {
  position: relative;
  width: 18.75rem;
  height: 18.75rem;
  margin: 0 auto;
}

.section3__placeItem__imageBlock img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.timeBlock {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbfbfb;
  border: 0.625rem solid #efebe5;
  border-radius: 50%;
}

.timeBlock span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1f1f1f;
  text-align: center;
}

.section3__placeItem__infoBlock {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}

.section3__placeItem__infoBlock__name {
  font-size: 2rem;
  font-weight: 500;
  color: #987555;
}

.section3__placeItem__infoBlock__address {
  color: #727272;
}

.section3__placeItem__infoBlock__link {
  font-size: 1.25rem;
  color: #525252;
}
/* Section3 end */

/*footer*/
.footer {
  /* background-color: #09090B;
    padding: 4.6em 0 4.6em 0; */
  /* text-align: center;
    margin-bottom: 1rem; */
}
.footer {
  padding: 3em 0px 1em 0;
  text-align: center;
}

.footer .footer-title {
  font-family: "Amrys", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: capitalize;
  margin-bottom: 1.6em;
  letter-spacing: 0.15em;
}

.footer .img-part {
  width: 2.5em;
}

.footer .grid-gap-part {
  grid-gap: 0 1em;
}

.footer .link-to-website {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #f4f4f4;
  text-decoration: underline;
}

.logo-div img {
  max-width: 6rem;
}

.social-links {
  margin-bottom: 0.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.5rem;
}
.social-links img {
  width: 3.8em;
  height: 1.9em;
  object-fit: contain;
  cursor: pointer;
  clear: left;
}
.social-links a {
  color: #09090b;
}
.footer .credits-part{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.8rem;
}
.footer .logo-div{
  display: flex;
}
/*footer*/

/* Audio part */
.audio-div {
  position: fixed;
  bottom: 2%;
  right: 1%;
  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;
  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: #987555;
  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 #987555;
  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 */