@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap");
@font-face {
  font-family: "Akkurat LL Cyr";
  src: url("../fonts/AkkuratLLCyr-Regular.woff2") format("woff2"), url("../fonts/AkkuratLLCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  text-align: center;
}

h1,
h2 {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  font-size: 26px;
}

h4 {
  font-family: "Akkurat LL Cyr";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
}

p {
  font-size: 14px;
  font-family: "Akkurat LL Cyr";
  line-height: 1em;
}

body,
html {
  margin: 0;
  padding: 0;
  background-color: #FEFAE1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 64px 32px;
}
.wrapper.header {
  background-image: url("../images/header-alt-opt.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  gap: auto;
  justify-content: space-between;
  height: 90vh;
  padding-top: 64px;
  padding-bottom: 0px;
}
.wrapper.header .heading h4 {
  color: #BAC793;
}
.wrapper.header .heading h1 {
  color: #606C3B;
}
.wrapper.header .invite-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url("/images/paper.png");
  padding: 24px 36px;
  border: 1px solid #606C3B;
}
.wrapper.header .invite-wrapper img {
  height: 12px;
}
.wrapper.header .invite-wrapper h2 {
  color: #030303;
}
.wrapper.green {
  background-color: #606C3B;
}
.wrapper.green .heading h4 {
  color: #BAC793;
}
.wrapper.green .heading h2 {
  color: #FEFAE1;
}
.wrapper.green .text-wrapper p {
  color: #BAC793;
}
.wrapper .heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.wrapper .heading h4 {
  color: #606C3B;
}
.wrapper .heading h2 {
  color: #030303;
}
.wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.wrapper .images-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  white-space: nowrap;
  overflow-x: auto;
  min-width: 0;
  width: 100%;
  scrollbar-width: none;
}
.wrapper .images-wrapper::-webkit-scrollbar {
  display: none;
}
.wrapper .images-wrapper .image {
  flex-shrink: 0;
  width: 360px;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 720px) {
  .wrapper .images-wrapper .image {
    width: 580px;
    height: 300px;
  }
}

.button {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  border: none;
  padding: 10px 18px;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.button span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Akkurat LL Cyr";
  position: relative;
  top: 1px;
}
.button svg {
  width: 10px;
  height: 10px;
}
.button.green {
  background-color: #606C3B;
  color: #FEFAE1;
}
.button.green:hover {
  gap: 14px;
  padding-right: 14px;
  background-color: #74814b;
}
.button.gray {
  background-color: #FEFAE1;
  color: #606C3B;
}
.button.gray:hover {
  gap: 14px;
  padding-right: 14px;
  background-color: #fcf8e1;
}

.icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  color: #FEFAE1;
  border: 1px solid #FEFAE1;
  border-radius: 100px;
  width: 64px;
  height: 64px;
}
.icon svg {
  width: 32px;
  height: 32px;
}
.icon .sound-on,
.icon .sound-off {
  display: none;
}
.icon .sound-on.active,
.icon .sound-off.active {
  display: flex;
}

#timer {
  background-image: url("../images/timer-opt.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#timer .heading h4 {
  color: #FEFAE1;
}
#timer p {
  color: #FEFAE1;
}

.timer {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.timer .time {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.timer .time h1 {
  color: #FEFAE1;
  font-size: 58px;
  line-height: 50px;
}
.timer .time h4 {
  color: #BAC793;
}

.select-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 16px;
  column-gap: 12px;
}
.select-wrapper .select {
  border-radius: 10px;
  border: 1px solid #606C3B;
  color: #606C3B;
  padding: 10px 18px;
  width: fit-content;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 14px;
  cursor: pointer;
}
.select-wrapper .select span {
  font-family: "Akkurat LL Cyr";
  position: relative;
  top: 1px;
}
.select-wrapper .select:hover, .select-wrapper .select.active {
  background: #606C3B;
  color: #FEFAE1;
}

#preloader {
  position: fixed;
  inset: 0;
  background: #FEFAE1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.calendar-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  columns: 7;
  gap: 12px;
  width: 212px;
  position: relative;
}
.calendar-wrapper h4 {
  text-transform: uppercase;
  width: 20px;
  color: #BAC793;
}
.calendar-wrapper svg {
  position: absolute;
  top: -20.5px;
  left: 143.5px;
}

.circular-text {
  animation: rotate 10s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#preloader img {
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
#soundBtn {
  margin-bottom: 36px;
}

.pd {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*# sourceMappingURL=app.css.map */
