@charset "UTF-8";
:root {
  --bs-link-color-rgb: #fff !important;
  --bs-font-sans-serif: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-weight: 300;
}

body {
  overflow-x: hidden;
}

* {
  list-style: none;
}

ul[class],
ol[class] {
  padding: 0;
}

a {
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

a:hover {
  color: inherit;
}

.header {
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ddd7cb;
  font-size: 1.3rem;
  position: fixed;
  z-index: 3;
  transition: background 0.5s ease;
}

.scrolled {
  transition: background 0.5s ease;
  background-color: rgb(87, 86, 86);
}

.header-inner {
  margin: 0 4%;
}

.text-highlight {
  position: relative;
}
.text-highlight:after {
  content: "";
  position: absolute;
  background-color: #4383A6;
  border-radius: 10px;
  left: -5px;
  right: -5px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}

.main-block {
  opacity: inherit;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: inherit;
  margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
  margin-right: calc(-1 * var(--bs-gutter-x) * 0.5);
}

.img-black-cover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 80% 20%;
  position: absolute;
  z-index: -1;
}

.main-img--mobile {
  object-position: 67% 20%;
}

.main-block-header {
  color: #ddd7cb;
  margin-bottom: 16px;
}

.main-block-content {
  color: #ddd7cb;
  line-height: 1.5;
  max-width: 1000px;
  text-align: center;
}

.main-block-content-date {
  font-weight: 500;
}

.location {
  scroll-margin-top: 180px;
  margin-top: 10vh;
}

.location-header {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.location-btn {
  display: inline-block;
  background-color: #D0D0D0;
  padding: 20px 30px;
  margin-top: 32px;
  border-radius: 8px;
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
}

.img-container {
  height: 680px;
}

.img-wrapper {
  overflow: hidden;
  position: absolute;
  left: 80px;
  top: 0;
  width: calc(100% + 140px);
  height: 680px;
  border-radius: 70px;
  box-shadow: 10px 5px 20px 0 rgba(0, 0, 0, 0.2509803922);
}

.timing {
  margin-top: 80px;
}

.section-header {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.875rem;
}

.timing-header {
  scroll-margin-top: 100px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.875rem;
}

.timing-content {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.timing-content-img {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
  margin-top: 5%;
}

.timing-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  /*margin-bottom: 2%;*/
}

.timing-content-h {
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 7%;
}

.timing-card {
  border-radius: 36px;
  background: #E9E3E3;
  display: flex;
  align-items: start;
  max-width: 500px;
  width: 100%;
  min-height: 97px;
  margin: 0 auto;
  box-shadow: 10px 5px 15px 0 rgba(0, 0, 0, 0.2509803922);
  padding: 10px 50px 10px 30px;
}

div > .timing-card:not(:last-of-type) {
  margin-bottom: 50px;
}

.timing-card-column--odd > .timing-card:nth-of-type(odd) {
  background: #D0D0D0;
}

.timing-card-column--even > .timing-card:nth-of-type(even) {
  background: #D0D0D0;
}

.timing-card-column--even {
  position: relative;
}
.timing-card-column--even:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * var(--bs-gutter-x) * 0.5);
  bottom: 0;
  width: 2px;
  background: #7E7E7E;
  z-index: -1;
}

.timing-column-header {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.timing-card-icon {
  max-width: 54px;
  width: 100%;
  height: 54px;
  background: #626262;
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
  padding: 20px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timing-card-icon img {
  width: 43px;
}
.timing-card-icon div {
  display: inline-block;
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1;
}

.timing-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.timing-card-content-h {
  font-size: 1.3rem;
  font-weight: 500;
}

.timing-card-content-p {
  font-size: 1.1rem;
}

.dress {
  scroll-margin-top: 100px;
  margin-top: 40px;
  margin-bottom: 4%;
  justify-content: space-around;
  align-items: center;
}

.dress-header {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: end;
  margin-bottom: 1.5rem;
}

.dress-content-text {
  font-size: 1.4rem;
  width: 50%;
  text-align: end;
}

.dress-content-colors > div {
  max-width: 550px;
  margin: 0 auto;
}

.dress-content-color {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 15px;
  content: "";
  box-shadow: 10px 5px 15px 0 rgba(0, 0, 0, 0.2509803922);
}

.timer-header {
  margin-top: 40px;
}

.timer-content {
  width: 100%;
  font-size: 1rem;
}

.timer-block {
  width: 9.375em;
  height: 9.375em;
  margin: 0.625rem;
  border-radius: 50%;
  border: 5px solid #DFD4B2;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timer-count {
  font-size: 3em;
  /*position: absolute;*/
  /*top: 30%;*/
}

.timer-name {
  font-size: 1.5em;
}

.form-header {
  width: 100%;
  margin-top: 80px;
}

.form {
  scroll-margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 78px;
}

.form-container {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 10px 5px 15px 0 rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  max-width: 775px;
  font-size: 1.4rem;
  font-weight: 400;
}

.form-form {
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 20px;
  font-weight: 500;
}

input, select, textarea {
  margin-top: 5px;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

textarea {
  resize: none;
  height: 80px;
}

.checkbox-elem input {
  width: inherit;
  margin-right: 5px;
}

.checkbox-elem label {
  margin-top: 10px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.checkbox-elem {
  display: flex;
  flex-direction: row;
}

.checkbox-elem-text label {
  margin: 0;
  width: 100%;
}

input[type=file] {
  display: none; /* Приховуємо стандартний інпут */
}

.custom-file-upload {
  display: inline-block;
  padding: 10px 20px;
  background: #575656;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-file-upload:hover {
  background: #474646;
}

#file-name {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}

button {
  margin-top: 15px;
  padding: 12px;
  background: #575656;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background: #474646;
}

.footer {
  text-align: center;
  padding: 15px;
  background: #D9D9D9;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
}

footer a {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s;
}

footer a:hover {
  color: #2b2b2b;
  text-decoration: underline;
}

.spacer {
  height: 50px;
  width: 100%;
}

hr {
  border-top: 1px solid #000;
  opacity: 1;
}

.preview {
  max-width: 50%;
  border-radius: 12px;
  display: none;
  margin-top: 10px;
}

.photo-input {
  display: none;
}

.upload-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.upload-btn {
  padding: 0.5rem 1.4rem;
  background: #D9D9D9;
  color: black;
  font-weight: 500;
}
.upload-btn img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.upload-btn:hover {
  background: #bdbdbd;
}

.message {
  max-width: 920px;
  width: 100%;
  background: #E9E3E3;
  border: #999999 2px solid;
  border-radius: 20px;
  padding: 1.5rem 2rem 2.5rem 2rem;
  box-shadow: 10px 5px 15px 0 rgba(0, 0, 0, 0.2509803922);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}
.message .link {
  color: #468187;
  text-decoration: underline;
}
.message .message-signature {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.link:hover {
  color: #2b2b2b;
}

.upload-btn {
  max-width: 300px;
}

.form button[type=submit] {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .dress-content-color {
    height: 100px;
    width: 100px;
  }
  .timing-card {
    padding: 20px;
  }
  .timing-card-icon {
    margin-right: 20px;
  }
  .timing-card-column--odd {
    padding-right: 20px;
  }
  .timing-card-column--even {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .timing-card-column--odd {
    padding-right: unset;
  }
  .timing-card-column--even {
    padding-left: unset;
  }
  .location {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .img-container {
    height: 350px;
    margin-bottom: 40px;
  }
  .img-container .img-wrapper {
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 350px;
  }
  .img-container .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    object-position: 100% 50%;
  }
  .location-header, .timer-header, .form-header {
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }
  .timing-header {
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    line-height: unset;
  }
  .location-btn {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    line-height: 1.5;
    border-radius: 16px;
  }
  .timing-card-column--even:after {
    display: none;
  }
  div > .timing-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .timing-card {
    box-shadow: none;
    padding: 20px 30px;
    max-width: unset;
  }
  #timing .timing-column-header {
    margin: 1.875rem 0;
  }
  .timing-header {
    margin-bottom: 0;
  }
  .dress-content-colors > div {
    max-width: 400px;
  }
  .dress-content-text {
    width: unset;
    text-align: center;
    margin-top: 40px;
  }
  .text-justify {
    text-align: justify;
  }
  .dress-header {
    text-align: center;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
    margin-right: calc(-1 * var(--bs-gutter-x) * 0.5);
    margin-bottom: 40px;
  }
  .dress {
    text-align: center;
  }
  .timer-content {
    font-size: 0.9rem;
  }
  .timing-column-header {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .header {
    display: none;
  }
  .location {
    scroll-margin-top: 10px;
  }
  .mobile-main-card {
    padding: 20px 30px 20px 23px;
    border-radius: 20px;
    color: white;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.15);
    max-width: 450px;
    width: 100%;
  }
  .mobile-main-card-wrapper {
    position: absolute;
    bottom: 66px;
    right: 66px;
  }
  .main-block-header {
    display: none;
  }
  .main-block-content-mobile-btn {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    max-width: 120px;
    border-radius: 16px;
    background-color: rgb(228, 228, 228);
  }
  .main-block-content-mobile-btn a {
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
  }
  .main-block-content-mobile-btn a div > img {
    margin-left: auto;
  }
  .main-block-content-mobile-btn img {
    width: 24px;
  }
  .location-content {
    display: none;
  }
  .img-black-cover {
    background-color: unset;
  }
  .timer-content {
    font-size: 0.8rem;
  }
  .upload-btn {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  div:has(> .img-container) {
    padding: 0;
  }
  .mobile-main-card-wrapper {
    padding: 20px;
    bottom: 0;
    right: unset;
  }
  .dress-content-color {
    height: 80px;
    width: 80px;
  }
  .location-header, .timing-header, .timer-header, .section-header {
    margin-left: calc(-1 * var(--bs-gutter-x) * 0.5);
    margin-right: calc(-1 * var(--bs-gutter-x) * 0.5);
  }
  .form-container {
    box-shadow: none;
  }
  .timer-content {
    font-size: 0.7rem;
  }
  .timer-block {
    width: 18.75em;
    height: 18.75em;
    margin: 1em;
    border-width: 3px;
  }
  .timer-block .timer-count {
    font-size: 6em;
  }
  .timer-block .timer-name {
    font-size: 3em;
  }
}
@media (max-width: 450px) {
  .timer-content {
    font-size: 0.5rem;
  }
}
@media (max-width: 350px) {
  .timer-content {
    font-size: 0.4rem;
  }
}

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