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

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.loading {
  display: none;
  font-size: 14px;
  color: #000;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 5px;
  width: 320px;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.banner_continer {
  background-color: #000;
  border-radius: 0 0 40px 40px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

#play,
#pause {
  width: 88px;
  z-index: 1000;
}

#play:hover,
#pause:hover {
  cursor: pointer;
}

#pause {
  display: none;
}

.banner_box_text {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.save_title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  font-family: "Courier New", Courier, monospace;
}

.banner_name {
  font-family: "Imperial Script", cursive;
  font-size: 96px;
}

.banner_logo img {
  max-width: 140px;
}

.banner_date {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Courier New", Courier, monospace;
}

.banner_location {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Courier New", Courier, monospace;
}

.countdown_box {
  margin: 0 auto;
}

.countdown {
  overflow-x: hidden;
}

.countdown-title-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.countdown-title {
  font-family: "Cormorant Infant", serif;
  font-size: 64px;
}

.countdown-list {
  text-align: center;
  margin: 32px 0;
  padding: 0;
}

.countdown-item {
  display: inline-block;
  font-size: 20px;
  list-style-type: none;
  padding: 8px 16px;
  border-radius: 8px;
  margin: 10px 16px;
  color: #fff;
  background: #1b1b1b;
}

.countdown-item span {
  display: block;
  font-size: 48px;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}

.slider_box {
  margin: 64px 0;
}

swiper-container {
  width: 100%;
}

swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 450px;
}

swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.invitation,
.dresscode,
.location,
.form,
.countdown {
  margin: 96px 0;
}

.invitation_title {
  font-size: 48px;
  font-weight: 600;
  font-family: "Cormorant Infant", serif;
  padding: 0 40px 0 0;
}

.invitation_description {
  font-size: 20px;
  padding: 24px 0px 24px 0;
  font-family: "Montserrat", sans-serif;
}

.invitation_date {
  font-size: 40px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Cormorant Infant", serif;
}

.invitation_image_box {
  position: relative;
}

.invitation_image_first {
  text-align: end;
}

.invitation_image_first img {
  object-fit: cover;
  border-radius: 16px;
  width: 320px;
  height: 440px;
}

.invitation_image_second img {
  height: 420px;
  width: 320px;
  border-radius: 16px;
  object-fit: cover;
}

.invitation_image_second {
  position: absolute;
  top: 72px;
  z-index: 0;
}

.programm {
  margin: 180px 0;
}

.programm_image_box {
  position: relative;
}

.programm_image_first {
  text-align: start;
}

.programm_image_first img {
  object-fit: cover;
  border-radius: 16px;
  width: 320px;
  height: 440px;
}

.programm_image_second img {
  height: 420px;
  width: 320px;
  border-radius: 16px;
}

.programm_image_second {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 0;
}

.programm_title {
  font-size: 48px;
  font-weight: 800;
  line-height: 28px;
  font-family: "Cormorant Infant", serif;
  text-align: center;
}

.program_box {
  text-align: center;
  margin: 24px 0;
}

.programm_time {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.programm_subtitle {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  padding: 6px 40px;
}

.color_box {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}

.color_box_item {
  border: 1px solid #333;
  width: 80px;
  height: 40px;
}

.color_box_item:nth-child(2) {
  background-color: #c0c0c0;
}

.color_box_item:nth-child(3) {
  background-color: #000;
}

.color_box_item:nth-child(4) {
  background-color: #583513;
}

.color_box_item:nth-child(5) {
  background-color: #2c1b15;
}

.location_box {
  background-image: url("../images/mansur/gold.png");
  width: 100%;
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  justify-content: center;
}

.location_box_item {
  background-color: #fff;
  border-radius: 16px;
  height: 360px;
  width: 340px;
  padding: 24px;
}

.location_title {
  font-size: 48px;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  font-weight: 600;
}

.location_subtitle {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 8px 0;
  font-size: 18px;
}

.location_description {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 4px 0;
  font-size: 16px;
}

.location_btn {
  background: #000;
  border-radius: 16px;
  padding: 8px 24px;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin: 24px auto;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
}

.location_btn:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

.image_box {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image_box_item {
  width: calc(25% - 20px);
}

.image_box_item img {
  border-radius: 16px;
}

.form {
  text-align: center;
}

.form_title_box {
  position: relative;
  z-index: 2;
}

.form_title {
  font-size: 64px;
  font-weight: 600;
  font-family: "Cormorant Infant", serif;
  padding: 0 40px 0 0;
}

.form_subtitle {
  position: absolute;
  top: 60px;
  left: 48%;
  color: #e4e4e491;
  font-size: 80px;
  font-family: bickham;
  letter-spacing: 8px;
}

.form_description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 8px 0;
}

.rsvp_form {
  width: 100%;
  padding: 24px 40px;
  font-size: 16px;
}

.form-label {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

input {
  outline: none;
}

.form-control {
  border: none;
  border-bottom: 1px solid #1b1b1b;
  border-radius: 0;
  outline: none;
  margin: 16px 0;
  background-color: transparent;
}

.form-control:focus {
  outline: none;
  outline-offset: 0;
  border-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #1b1b1b;
}

.radio {
  margin-top: 8px;
  text-align: left;
}

.form-button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

input[type="radio"] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  color: #000;
  background-color: transparent;
}

.footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 32px 16px 16px 16px;
  overflow-x: hidden;
}

.social-menu ul {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.social-menu ul li {
  list-style: none;
  margin: 0 8px;
  font-size: 20px;
  background: #ffffff;
  border-radius: 8px;
  padding: 8px;
}

.social-menu ul li .fab {
  font-size: 24px;
  line-height: 24px;
  transition: 0.3s;
  color: #000;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  transition: 0.6s;
}
.fa-globe {
  font-size: 24px;
  color: #000;
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
}

.final-section {
  margin-top: 48px;
  background: #ededed;
  padding: 32px 0;
  width: 100%;
}

.swiper-slide-shadow-cards {
  border-radius: 16px !important;
}

.mySwiper2 {
  display: none;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .invitation_title,
  .programm_title,
  .countdown-title,
  .location_title,
  .form_title,
  .invitation_date {
    font-size: 32px;
  }

  .invitation_description,
  .programm_subtitle,
  .location_subtitle,
  .countdown-item {
    font-size: 16px;
  }
  .invitation,
  .dresscode,
  .location,
  .form,
  .countdown {
    margin: 32px 0;
  }
  .programm .desktop {
    display: block;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .cstmobile {
    display: none;
  }
  .banner_continer {
    margin: 0 -15px;
    display: block;
    padding: 32px 24px;
  }
  .audio_box {
    position: absolute;
    width: 48px;
    top: 10px;
    left: 8px;
  }
  .banner_logo {
    position: absolute;
    top: 10px;
    right: 16px;
  }
  .banner_logo img {
    max-width: 80px;
  }
  .save_title,
  .banner_date,
  .banner_location {
    font-size: 14px;
  }
  .banner_name {
    font-size: 40px;
  }
  .countdown-list {
    margin: 16px 0;
  }
  .countdown-item {
    padding: 8px;
    margin: 4px;
    font-size: 16px;
  }
  .countdown-item span {
    font-size: 20px;
  }

  .invitation_title,
  .programm_title,
  .countdown-title,
  .location_title,
  .form_title,
  .invitation_date {
    font-size: 26px;
    text-align: center;
  }
  .invitation_description {
    font-size: 14px;
    padding: 0;
  }
  .invitation,
  .dresscode,
  .location,
  .form,
  .countdown,
  .programm {
    margin: 40px 0;
  }
  .mySwiper2 {
    display: block;
  }
  .mySwiper1 {
    display: none;
  }

  .mobImage {
    height: 100% !important;
  }
  .cst_slider {
    padding: 0 90px;
    display: flex;
    margin: 0 auto;
  }
  .rsvp_form {
    padding: 24px 0;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .cst_mob_box {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 40px 0;
  }
  .cst_mob_box_image {
    position: relative;
  }
  .cst_mob_box_image img {
    border-radius: 16px;
  }
  .cst_mob_box_image_first {
    text-align: end;
  }
  .cst_mob_box_image_first img {
    width: 70%;
  }
  .cst_mob_box_image_second {
    position: absolute;
    top: 10%;
    width: 70%;
    right: 20%;
  }
  .cst_mob_text p {
    font-family: "Cormorant Infant", serif;
    font-weight: 100;
    font-size: 110px;
    line-height: 80px;
  }
  .program_box {
    margin: 16px 0;
  }
  .programm_subtitle {
    padding: 0;
    font-size: 16px;
  }
  .color_box {
    margin: 24px 0;
  }
  .cst_mob_text_second {
    position: absolute;
    left: -100px;
    top: 140px;
    transform: rotate(270deg) !important;
  }
  .cst_mob_text_second p {
    font-family: "Cormorant Infant", serif;
    font-weight: 100;
    font-size: 56px;
    text-transform: uppercase;
  }
  .dresscode .cst_mob_box_image {
    width: 80%;
    margin-left: 90px;
  }
  .invitation_description {
    margin-top: 24px;
  }
  .location_box {
    padding: 16px;
    display: flex;
    align-items: center;
  }
  .location_box_item {
    height: 320px;
  }
  .image_box_item {
    width: calc(50% - 10px);
  }
  .slider_box {
    margin: 32px 0;
  }
}

.form-button {
  background: #333;
  color: #fff;
}

.form-button:hover {
  background: #333;
  color: #fff;
}

.loading {
  display: none;
  font-size: 14px;
  color: #000;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 5px;
  width: 320px;
  text-align: center;
}
