body {
  background-color: #fff8f6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vh;
  color: #5e171d;
  font-family: "Great Vibes", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 2.5vw;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #5e171d;
}

.bold_text {
  font-weight: bold;
}

.plain_text {
  white-space: pre-line;
  text-align: center;
}

.nav_header_container {
  font-size: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image_header {
  width: 20vw;
  border: 1vh solid #5e171d;
}

.nav_header {
  margin-top: 5vh;
}

.invitation_text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.calendar-outer {
  background: #fff8f6;
  border-radius: 2vh;
  width: 30vh;
  height: 30vh;
}

/* Внутренний блок */
.calendar-inner {
  background: #fff8f6;
  border-radius: 1.5vh;
  font-family: 'Arial', sans-serif;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* Шапка */
.calendar-header {
  text-align: center;
  margin-bottom: 0.8vh;
  padding-bottom: 0.5vh;
  border-bottom: 0.15vh solid #f0e6d8;
  flex-shrink: 0;
}

.month {
  font-size: 2.6vh;
  font-weight: bold;
  letter-spacing: 0.1vh;
  color: #5e171d;
}

.year {
  font-size: 2.1vh;
  color: #5e171d;
  margin-top: 0.2vh;
}

.real-link {
    color: #5e171d !important;
    background: linear-gradient(0deg, #5e171d, #5e171d);
    background-clip: text;
    -webkit-background-clip: text;
}

.real-link * {
    color: transparent !important;
    background: inherit !important;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  color: #5e171d;
  margin-bottom: 0.5vh;
  padding-bottom: 0.4vh;
  border-bottom: 0.1vh solid #eee;
  flex-shrink: 0;
}

.calendar-weekdays span {
  padding: 0.3vh 0;
  font-size: 2vh;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.02vh;
  text-align: center;
  flex: 1;
  align-content: center;
}

.day {
  padding: 0.6vh 0;
  font-size: 2.2vh;
  color: #5e171d;
  border-radius: 50%;
  cursor: default;
  user-select: none;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.day.empty {
  color: transparent;
  background: transparent;
}

.heart-day {
  position: relative;
  background: #fff8f6;
  color: #e85d5d;
  font-size: 3.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.heart-day span {
  position: absolute;
  font-size: 2.1vh;
  font-weight: bold;
  color: black;
}

.calendar-days .day:nth-child(6),
.calendar-days .day:nth-child(7),
.calendar-days .day:nth-child(13),
.calendar-days .day:nth-child(14),
.calendar-days .day:nth-child(20),
.calendar-days .day:nth-child(21),
.calendar-days .day:nth-child(27),
.calendar-days .day:nth-child(28),
.calendar-days .day:nth-child(34),
.calendar-days .day:nth-child(35) {
  color: #5e171d;
  font-weight: 500;
}

.location_container {
  background: url(assets/tent.jpg) no-repeat center;
  width: 45vh;
  height: 45vh;
  background-size: cover;
  border-radius: 20px;
  min-height: 30vh;
}

.calendar_location_container {
  display: flex;
  justify-content: space-around;
}

.location_block_title {
  background-color: #5e171d;
  border-radius: 2vh;
}

.location_block_text {
  text-align: center;
}

.location_block_text_container {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  height: 100%;
  color: #fff8f6;
}

.button_location_block {
  background-color: #5e171d;
  border: none;
  color: #fff8f6;
  border-radius: 2vh;
}

.map-button {
  display: inline-block;
  background: #5e171d;
  color: white;
  padding: 0.8vh 2vh;
  border-radius: 3vh;
  text-decoration: none;
  font-size: 2vh;
  transition: background 0.3s;
  white-space: nowrap;
}

.map-button:hover {
  background: #491216;
}

.timing_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.firework {
  width: 40vh;
  height: 40vh;
}

.time_point_container {
  display: flex;
  align-items: center;
}

.timing_name_and_time {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dress_code_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.general_color_scheme_container {
  text-align: center;
}

.color_scheme_for_women,
.color_scheme_for_men {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.color_sheme {
  width: 25vh;
  height: 25vh;
  border-radius: 50vh;
}

.gifts_surprises_and_other_things_container,
.surprises_container,
.what_to_give_container,
.guest_chat_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img_other_things {
  width: 40vh;
  height: 40vh;
}

.surprises_container {
  display: flex;
  align-items: center;
}

.block_container {
  display: flex;
}

.title {
  display: flex;
  justify-content: center;
}

.countdown_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.countdown {
  display: flex;
  justify-content: center;
}

.number {
  margin-left: 2vh;
}

.label {
  padding-left: 2vh;
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {

   body {
    font-size: 1em;
    padding: 2vh 0.5vh; 
  }

  h1 {
    font-size: 6vw;
  }

  .weekdays {
    margin-left: 2vh;
  }


  .image_header {
    width: 70vw;
  }
  
  .nav_header_container {
    font-size: 4vw;
  }
  
  

  .calendar_location_container {
    flex-direction: column;
    align-items: center;
  }

  .calendar-outer,
  .location_container {
    width: 40vh;
    height: 40vh;
  }

  .location_container {
    margin-top: 20vh;
    width: 50vh;
    height: 50vh;
  }

  .location_block_text_container {
    font-size: 5vh;
  }

  .firework {
    width: 30vw;
    height: 30vw;
  }

  .time_point_container {
    flex-direction: column;
    text-align: center;
  }

  .color_sheme {
    width: 20vw;
    height: 20vw;
  }
}