/* CSS for Birthday Invitation */
body {
  font-family: "Bainsley", sans-serif;
  margin: 0;
  padding: 0;
  background: white;
  overflow-x: hidden;
}
html{
  overflow-x: hidden;
}
img{
  object-fit: contain;
}
.mb-block{
  display: none;
}
.wb-flex{
  display: flex;
}
.shedule-vertical-line{
  display: none;
}
.couple-images .col-md-4{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.main-part{
  padding: 7.5rem 7.5rem;
  background: white;
  padding-bottom: 2rem;
}
.container{
  max-width: 71.5rem !important;
}
/* Base Styles */

/* Header Section */
/* .header{
  padding-top: 7.5rem;
} */
.title {
  font-family: "ArmAllegroU";
  font-size: 4rem;
  color: #6F532C;
  text-align: center;
}
.save-date {
    width: 18.438rem;  
    margin-right: 8.125rem; 
}
.couple-images{
  width: 78.438rem;
  position: relative;
}
.save-date .save-item{
  font-family: "Belleza";
  font-size: 7rem;
  line-height: 8.188rem;
  background: linear-gradient(90deg, rgba(181, 138, 79, 1) 0%, rgba(213, 159, 84, 1) 46%, rgba(213, 159, 84, 0.45) 77%, rgba(213, 159, 84, 0.23) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.save-date h1 {
  font-size: 4rem;
  color: #c69e5d;
  font-weight: bold;
}

.couple-names{
  width: 100%;
  font-family: "ArmAllegroU";
  font-size: 7.5rem;
  position: absolute;
  top: -4.8rem;
  line-height: 3rem;
  text-align: center;
  z-index: 9;
}

.couple-image{
  position: relative;
}
.couple-image img {
  width: 100%;
  height: 100%;
  mask-image: url(../images/custom/main-form.svg?3);
  -webkit-mask-image: url(../images/custom/main-form.svg?3);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  object-fit: cover;
}
.couple-images .number{
  font-family: "Bainsley";
  width: 10.25rem;
  height: 10.25rem;
  font-size: 8rem;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
}
.couple-images .number span{
  line-height: 6rem;
    margin-top: -3rem;
}
.load-music{
  position: relative;
  overflow: hidden;
}
.load-music .bg-img-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13em;
  animation: spinner 8.25s infinite linear;
}
.load-music .bg-img-img img {
  width: 11.875rem;
  height: 11.875rem;
}
.load-music-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load-music-icon img{
  width: 3.438rem;
  height: 3.438rem;
}
.load-music button {
  border-radius: 50%;
  border: 0px;
  background-color: transparent;
  outline: none;
  padding: 0;
}
/* Countdown Section */
.countdown-part{
  margin-top: 2rem;
}

.countdown-number p{
  font-family: "Bainsley";
  font-size: 7.313rem;
  line-height: 7.3rem;
  font-weight: 600;
  text-align: center;
}

.countdown-row {
  column-gap: 3.25rem;
  margin-top: 2.5rem;
}
.countdown-name p{
  font-family: "Bainsley";
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

/* Getting married */
  .getting-married-text{
    padding-top: 6.25rem;
    max-width: 71.5rem;
    margin: 0 auto;
    text-align: center;
  }
  .getting-married-text p{
    margin-top: 2.563rem;
    font-size: 1.5rem;
    font-family: "Bainsley";
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
/* Getting married */

/* Event Date */
  .event-date{
    padding-top: 6.25rem;
    font-family: "Bainsley";
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 3rem;
    font-size: 5rem;
    line-height: 8rem;
  }
  .event-date .item-bordered{
    font-size: 5rem;
    border-top: 1px solid #6F532C;
    border-bottom: 1px solid #6F532C;
    min-width: 25rem;
    text-align: center;
  }
  .event-date .number{
    font-size: 6rem;
  }
/* Event Date */

/* Schedule section */
.event-schedule{
  padding-top: 5.25rem;
}

.schedule-section {
  margin: 0 auto;
  margin-top: 4.125rem;
}

.schedule-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.25rem;
  align-items: center;
}
.schedule-item .time{
  font-family: "Bainsley";
  font-weight: 600;
  font-size: 7rem;
  line-height: 5.313rem;
}
.shedule-line{
  width: 20.625rem;
  height: 1px;
  background-color: #6F532C;
}

.schedule-item .event-details{
  text-align: end;
  font-family: "Bainsley";
  font-weight: 600;
}

.time-slot {
  text-align: left;
  font-size: 1.5rem;
  position: relative;
  height: 5.313rem;
}

.right-column .event-details {
  text-align: right;
  margin-bottom: 2.5rem;
}

.event-details h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0rem;
}

.event-details p {
  font-size: 1.3rem;
  color: #000000;
}

.event-details a {
  display: inline-block;
  font-size: 1.9rem;
  color: #6F532C;
  text-decoration: none;
  margin-top: 0.5rem;
  font-weight: bold;
  border-bottom: 1px solid #6F532C;
}
/* Schedule section */

/* Our story */
.our-story {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2rem;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.oval-image {
  width: 100%;
  height: 44.063rem;
  border-radius: 50%;
  object-fit: cover;
}
.top-oval-image {
  width: 34rem;
  height: 37.625rem;
  border-top-left-radius: 15rem;
  border-top-right-radius: 15rem;
  object-fit: cover;
}
.title-line{
    width: 6.25rem;
    height: 1px;
    background-color: #6F532C;
    margin: 1.5rem auto;
}

.text-container {
  width: 40%;
  padding: 0 2rem;
}

.story-text {
  font-family: "Bainsley";
  margin-bottom: 1.5rem;
  margin-top: 2.563rem;
  font-size: 1.5rem;
}

.highlight {
  font-family: "ArmAllegroU";
  font-size: 4rem;
  color: #6F532C; /* Goldish color */
  font-style: italic;
}
/* Our story */

.our-story .title, .photo-link .title{
  font-size: 7rem;
}

.photo-link {
  width: 56.938rem;
  margin: 0 auto;
  margin-top: 7rem;
  padding-bottom: 2rem;
  text-align: center;
  border-top: 1px solid #6F532C;
}

.details h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #c69e5d;
}

.details p {
  font-size: 1.5rem;
  margin-top: 3.25rem;
  font-family: "Bainsley";
}
/* Footer Section */
@keyframes spinner {
  to {
      transform: rotate(360deg);
  }
}

/*footer*/
.footer {
  padding: 1em 0px 1em 0;
  text-align: center;
}

.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 {
  margin-bottom: 0.9em;
}
.social-links img {
  width: 3.8em;
  height: 1.9em;
  object-fit: contain;
  cursor: pointer;
  clear: left;
}
.social-links a {
  color: #09090b;
}

/*footer*/
