* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #280401;
  font-family: "Rozha One", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

.video {
  position: fixed;
  width: 100%;
  height: 100lvh;
  left: 0;
  top: 0;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.calendar {
  display: flex;
  gap: 14px;
  z-index: 1;
  position: relative;
  /* 0 - 1365 */
  /* 1366+*/
  /* 1500+*/
}
@media (min-width: 0) and (max-width: 1365px) {
  .calendar {
    width: 100%;
    padding: 100px 30px;
    flex-direction: column;
  }
}
@media (min-width: 1366px) {
  .calendar {
    padding: 50px;
    justify-content: space-between;
  }
}
@media (min-width: 1500px) {
  .calendar {
    padding: 100px;
  }
}

.calendar-info {
  width: 100%;
  /* 1024+*/
  /* 1500+*/
}
@media (min-width: 1024px) {
  .calendar-info {
    width: 20%;
  }
}
@media (min-width: 1500px) {
  .calendar-info {
    width: 518px;
  }
}
.calendar-info h1 {
  background: linear-gradient(143.7deg, #FFCA76 35.89%, #E4950C 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  letter-spacing: -0.06em;
  /* 0 - 1499 */
  /* 1500+*/
}
@media (min-width: 0) and (max-width: 1499px) {
  .calendar-info h1 {
    font-size: 46px;
    line-height: 49.5px;
  }
}
@media (min-width: 1500px) {
  .calendar-info h1 {
    font-size: 90px;
    line-height: 95px;
  }
}
.calendar-info p {
  color: #FDC56C;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  margin-top: 30px;
  font-family: "Fraunces", serif;
  /* 0 - 1499 */
  /* 1500+*/
}
@media (min-width: 0) and (max-width: 1499px) {
  .calendar-info p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .calendar-info p {
    width: 70%;
    font-size: 24px;
  }
}

.calendar-cards {
  width: 100%;
  /* 1024+*/
  /* 1500+*/
}
@media (min-width: 1024px) {
  .calendar-cards {
    width: calc(80% - 14px);
  }
}
@media (min-width: 1500px) {
  .calendar-cards {
    width: calc(100% - 518px - 14px);
  }
}

.grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.gutter-sizer {
  width: 20px;
}

.grid-sizer {
  /* 0 - 767 */
  /* 768+ */
  /* 1366+*/
}
@media (min-width: 0) and (max-width: 767px) {
  .grid-sizer {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-sizer {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1366px) {
  .grid-sizer {
    width: calc(25% - 15px);
  }
}

.grid-item {
  /* 0 - 767 */
  /* 768+ */
  /* 1366+*/
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1366px) {
  .grid-item {
    width: calc(25% - 15px);
  }
}

.card {
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center;
  transition: transform 1s;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(56, 9, 9, 0.1215686275), 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
}

.card.is-flipped {
  transform: rotateY(-180deg);
}

.card__front, .card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
}

.card__front {
  background: linear-gradient(328.54deg, rgba(171, 0, 12, 0.5) 18.58%, rgba(137, 0, 12, 0.5) 51.38%, rgba(89, 0, 12, 0.5) 93.12%);
}

.card__back {
  background: linear-gradient(143.7deg, rgba(255, 202, 118, 0.9) 18.67%, rgba(228, 149, 12, 0.9) 93%);
  transform: rotateY(180deg);
}

.card__no {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  /* 0 - 1365 */
  /* 1366+*/
}
@media (min-width: 0) and (max-width: 1365px) {
  .card__no {
    justify-content: start;
  }
}
@media (min-width: 1366px) {
  .card__no {
    justify-content: center;
  }
}
.card__no span {
  background: linear-gradient(143.7deg, rgba(255, 202, 118, 0.9) 18.67%, rgba(228, 149, 12, 0.9) 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 234px;
  line-height: 145px;
  position: relative;
  bottom: -15px;
  /* 0 - 1365 */
}
@media (min-width: 0) and (max-width: 1365px) {
  .card__no span {
    left: 20px;
  }
}

.card__info {
  padding: 20px;
  text-align: center;
}
.card__info h2 {
  background: linear-gradient(328.54deg, #AB000C 18.58%, #89000C 51.38%, #59000C 93.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Fraunces", serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 22.05px;
  letter-spacing: -0.02em;
  margin: 20px 0;
  text-align: left;
}
.card__info figure {
  position: relative;
}
.card__info figure img {
  width: 100%;
  height: auto;
}
.card__info figure svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__url {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #56010B;
  border: 1px solid #56010B;
  border-radius: 4px;
  padding: 10px;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.card__back .card__info {
  min-height: 200px;
}
.card__back .card__info .card__no span {
  background: linear-gradient(180deg, rgba(90, 0, 12, 0.9) 21.69%, rgba(191, 0, 26, 0.9) 114.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.6980392157);
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.modal.active {
  display: flex;
}
.modal .container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /* 0 - 767 */
}
@media (min-width: 0) and (max-width: 767px) {
  .modal .container {
    margin: 0 15px;
  }
}

.modal__close {
  border-radius: 50%;
  position: absolute;
  background: #FFFFFF;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 0) and (max-width: 767px) {
  .modal__close {
    width: 32px;
    height: 32px;
    top: -8px;
    right: -7px;
  }
}
/* 0 - 767 */
@media (min-width: 0) and (max-width: 767px) {
  .modal__close {
    width: 32px;
    height: 32px;
    top: -8px;
    right: -7px;
  }
}
/* 0 - 767 */
@media (min-width: 768px) {
  .modal__close {
    width: 49px;
    height: 49px;
    top: -12px;
    right: -20px;
  }
}
/* 768+ */
.modal__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.modal__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

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