* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "GAAGayane", sans-serif;
    background-image: url("../images/custom/body_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    user-select: none;
}

.container {
    max-width: 56.25rem;
    margin: 0 auto;
}

/* Section1 start */
.section1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6.25rem 0;
}

.section1__bear1Block {
    position: absolute;
    top: 0;
    left: 10%;
    width: 23rem;
    height: 41rem;
    z-index: 0;
}

.section1__bear2Block {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 36rem;
    height: 41rem;
    z-index: 0;
}

.section1__bear1Block img,
.section1__bear2Block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section1__mainBlock {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.section1__mainBlock__title {
    font-family: "ArmAllegroU", sans-serif;
    width: 18.75rem;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
}

.section1__mainBlock__title span:nth-child(1) {
    font-size: 6.875rem;
    font-weight: 400;
    color: #787878;
}

.section1__mainBlock__title span:nth-child(2) {
    font-size: 5rem;
    font-weight: 400;
    color: #787878;
}

.section1__mainBlock__imageBlock {
    width: 34.75rem;
    height: 37.5rem;
}

.section1__mainBlock__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Section1 end */

/* Section2 start */
.section2 {
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    margin: 3.75rem auto;
}

.section2__text {
    font-size: 2rem;
    color: #787878;
    text-align: center;
}
.section2__text.section2__restaurant__title{
  color: #b7875f;
}
.section2__dateBlock {
    display: grid;
    grid-template-columns: 15rem auto 15rem;
    align-items: center;
    gap: 2rem;
    margin: 0 auto;
    font-size: 2rem;
    color: #b7875f;
}

.month,
.hour {
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
    padding: 0.25rem 0;
    text-align: center;
}

.day {
    font-size: 3.75rem;
}

.section2__placeBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.section2__placeBlock__imageBlock {
    width: 22.5rem;
    height: 22.5rem;
    border-radius: 1.25rem;
    overflow: hidden;
}

.section2__placeBlock__imageBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2__placeBlock__mapLink {
    background-color: #787878;
    color: white;
    font-weight: 500;
    border-radius: 0.25rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
}
/* Section2 end */


/*footer*/

.footer {
  padding: 1em 0;
  text-align: center;
  width: 100%;
}

.footer .footer-title {
  font-family: "Arm Hmk's Bebas Neue";
  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-family: Bainsley; */
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #f4f4f4;
  text-decoration: underline;
}

.logo-div img {
  max-width: 6rem;
}
.social-links {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
 height: fit-content;
  line-height: 1.5;
  margin-bottom: 0.9em;
}
.social-links .social-links__image {
  width: auto;
   height: 1.5em;
   transform: translateY(25%);
  object-fit: contain;
}

.social-links a {
  color: black;
  text-decoration: none;
}
.credits-part {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.7rem;
}

/*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 */