@font-face {
  font-family: seawave;
  src: url("../fonts/zaffa/zaffa/seawave.otf") format("opentype");
  src: url("../fonts/zaffa/stseawave.otf") format("opentype");
}
@font-face {
  font-family: alistr;
  src: url("../fonts/zaffa/Alistair.otf") format("opentype");
}
@font-face {
  font-family: aquarelle;
  src: url("../fonts/zaffa/Aquarelle.ttf") format("opentype");
}
@font-face {
  font-family: made;
  src: url("../fonts/zaffa/MADE.otf") format("opentype");
}
@font-face {
  font-family: bickham;
  src: url("../fonts/zaffa/BIKHAM\ CYR\ SCRIPT.TTF") format("opentype");
}
@font-face {
  font-family: Georgia;
  src: url("../fonts/zaffa/georgia.ttf") format("opentype");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: seawave;
  margin: 0;
  padding: 0;
  background-color: #fffbfb;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
.label {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.banner-image-box {
  position: relative;
  background-image: url(../../assets/images/zaffa/back4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
  margin: 56px 0;
  border-radius: 32px;
}

.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;
}

.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;
}
.save-decription {
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2.4px;
  font-family: seawave;
}
.save-decription-second {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.banner-image {
  border-radius: 32px;
  margin-top: -5px;
}
.title-mobile {
  display: block;
  text-align: center;
  margin-top: 24px;
  font-size: 80px;
  font-family: bickham;
  color: #fff;
}
#play,
#pause {
  position: absolute;
  top: 4%;
  left: 8%;
  width: 88px;
  z-index: 1000;
}

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

#pause {
  display: none;
}
.footer-image img {
  width: 200px;
  margin-top: 24px;
}
.save {
  margin-bottom: 32px;
}
.invitate-date-mobile {
  display: none;
}
.save-title {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  padding: 24px 0 0 0;
  color: #fff;
}
.save-date {
  text-align: center;
  margin: 16px 0;
  font-size: 80px;
}

.save-date-mobile {
  border-right: 1px solid rgb(59, 59, 59);
  padding: 8px 20px 10px 20px;
}
.save-date-mobile p {
  font-size: 96px;
  text-align: center;
  line-height: 60px;
}
.save-date-mobile p:nth-child(2) {
  font-size: 72px;
  text-align: center;
}
.title {
  font-size: 96px;
  text-align: center;
  margin-top: 64px;
  font-family: bickham;
  color: #a57856;
}
.date {
  margin-bottom: 0px;
}
.invitate-box {
  background-color: #1b1b1b;
  background-image: url("../../assets/images/zaffa/back3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
  border-radius: 16px;
  margin: 56px 0;
}
.subtitle {
  font-size: 24px;
  width: 40%;
  text-align: center;
  color: #fff;
  margin: 24px auto;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.invitate-date {
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-family: seawave;
}
.location {
  margin: 80px 0;
}
.location-box {
  position: relative;
  text-align: center;
}
.location-image {
  max-height: 600px;
  max-width: 500px;
  position: inherit;
  z-index: 1;
  border-radius: 32px;
}
.image-back {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 5%;
  background-color: #e7e7e7;
  height: 300px;
  width: 500px;
  border-radius: 32px;
  transform: rotate(-15deg);
}
.image-back-second {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 20%;
  background-color: #e7e7e7;
  height: 450px;
  width: 320px;
  border-radius: 32px;
  transform: rotate(-15deg);
}
.location-title-box {
  position: relative;
  z-index: 2;
}
.location-title {
  font-size: 96px;
  font-family: bickham;
}
.location-subtitle {
  font-family: bickham;
  position: absolute;
  top: 56px;
  left: 48%;
  color: #e4e4e4a2;
  font-size: 80px;
  letter-spacing: 8px;
}
.form-button {
  background-color: #eeeeee;
  color: #000;
  padding: 8px 16px;
  margin-top: 32px;
  border-radius: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.timing-title-box {
  position: relative;
  z-index: 2;
}
.timing {
  margin: 120px auto;
  text-align: center;
}
.timing-box {
  text-align: center;
  margin-top: 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.timing-title {
  font-size: 96px;
  font-family: bickham;
}
.timing-subtitle {
  position: absolute;
  font-family: bickham;
  letter-spacing: 8px;
  top: 70px;
  left: 48%;
  color: #e4e4e491;
  font-size: 80px;
}
.drescode {
  margin: 40px auto;
  text-align: center;
}

.drescode-title-box {
  position: relative;
  z-index: 2;
}
.drescode-title {
  font-family: bickham;
  font-size: 88px;
}
.drescode-subtitle {
  position: absolute;
  top: 70px;
  left: 50%;
  color: #e4e4e491;
  font-family: bickham;
  font-size: 80px;
  letter-spacing: 8px;
}
.drescode-description {
  margin-top: 80px;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.total-color-text {
  margin: 24px 0;
  font-size: 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #a57856;
}
.color-box {
  display: flex;
  justify-content: center;
  position: relative;
}

.color-box-item-1,
.color-box-item-2,
.color-box-item-3 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
  position: absolute;
}
.color-box-item-1 {
  background-color: #474747;
  left: 35%;
  z-index: 3;
}

.color-box-item-2 {
  background-color: #fff;
  left: 47%;
  z-index: 2;
}

.color-box-item-3 {
  background-color: #000;
  left: 57%;
  z-index: 1;
}

.form {
  margin: 68px auto;
  text-align: center;
}

.form-title-box {
  position: relative;
  z-index: 2;
}
.form-title {
  font-family: bickham;
  font-size: 96px;
}
.form-subtitle {
  position: absolute;
  top: 60px;
  left: 48%;
  color: #e4e4e491;
  font-size: 80px;
  font-family: bickham;
  letter-spacing: 8px;
}
.form-description {
  margin: 40px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
}
.rsvp-form {
  width: 100%;
  padding: 24px 40px;
  font-size: 20px;
}
.form-label {
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, 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;
}

input[type="radio"] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  color: #000;
  background-color: transparent;
}
.details {
  margin-top: 64px;
  background-color: #1b1b1b;
  text-align: center;
  padding: 80px 12px 40px 12px;
  border-radius: 32px;
  margin-bottom: 64px;
}

.details-title-box {
  position: relative;
  z-index: 2;
}
.details-title {
  font-family: bickham;
  font-size: 80px;
  color: #fff;
}
.details-subtitle {
  position: absolute;
  font-family: bickham;
  top: 50px;
  left: 50%;
  color: #7f7f7f;
  font-size: 80px;
}
.details-admin-name {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.details-language {
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.photo-title {
  font-family: bickham;
  font-size: 80px;
  color: #fff;
  margin-top: 64px;
}
.photo-subtitle {
  position: absolute;
  font-family: bickham;
  top: 5%;
  left: 46%;
  color: #7f7f7f;
  font-size: 80px;
}
.details-contact {
  margin-top: 20px;
  color: #fff;
  font-size: 40px;
}
.details-description {
  margin: 24px 0;
  font-size: 24px;
  color: #fff;
}
.details-name {
  margin: 24px 0;
  color: #fff;
  font-size: 20px;
}

.countdown {
  margin: 0px 0 32px 0;
}
.countdown-title-box {
  position: relative;
  z-index: 2;
}
.countdown-title {
  font-family: bickham;
  font-size: 96px;
  text-align: center;
  margin: 16px 0;
}
.countdown-subtitle {
  position: absolute;
  font-family: bickham;
  top: 80px;
  left: 50%;
  font-size: 80px;
  letter-spacing: 8px;
  color: #7f7f7f;
}
.countdown-description {
  font-size: 24px;
  margin: 56px 0;
  text-align: center;
}
.countdown-list {
  text-align: center;
  margin: 0;
  padding: 0;
}
.countdown-item {
  display: inline-block;
  font-size: 18px;
  list-style-type: none;
  padding: 8px;
  border-radius: 8px;
  margin: 0 5px;
  color: #1b1b1b;
}

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

.location-titlee {
  margin: 40px;
  text-align: center;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

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

.emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}
.telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.telegram svg {
  width: 32px;
  color: #fff;
  fill: #fff;
}

.drescode-title-mobile {
  display: none;
}

.image-box {
  display: flex;
  justify-content: space-between;
}
.image-box-item {
  width: 250px;
  height: 250px;
}

.image-box-item .img-fluid {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.textfonemob {
  display: none;
}
.textfone {
  text-align: center;
}

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

.social-menu ul li {
  list-style: none;
  margin: 0 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%);
}
li {
  font-size: 20px;
  border-radius: 8px;
}

.final-section {
  margin-top: 48px;
  background: #ededed;
  padding: 32px 0;
  width: 100%;
}
.location-button-box {
  width: 100%;
  text-align: center;
  margin: 32px 0;
}
.location-button {
  padding: 8px 32px;
  text-align: center;
  margin: 0 auto;
  border-radius: 32px;
  font-size: 20px;
  justify-content: center;
  color: #000;
  background-color: #eeeeee;
  transition: all ease-in 0.3s;
  margin: 40px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.location-button:hover {
  cursor: pointer;
  background-color: #1b1b1b;
  color: #fff;
}
.location-description {
  font-size: 18px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.location-description-mobile {
  display: none;
}
.location-desc {
  font-size: 22px;
  margin: 24px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

.invitate-title {
  font-size: 84px;
  font-family: bickham;
  color: #fff;
  line-height: 64px;
  text-align: center;
  margin: 48px 0 24px 0;
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 720px) and (max-width: 1280px) {
  body {
    overflow-x: hidden;
  }
  .invitate-title {
    text-align: left;
    padding: 0 140px 0 0px;
  }
  .invitate-date {
    text-align: left;
    font-size: 48px;
  }

  .subtitle {
    width: 100%;
    text-align: left;
    padding: 0 210px 0 0px;
  }
  .location-image {
    max-height: 500px;
    max-width: 350px;
  }
  .image-back {
    height: 220px;
    width: 340px;
    left: 7%;
  }
  .location-title {
    font-size: 72px;
  }
  .location-subtitle {
    top: 10%;
    left: 42%;
  }
  .image-back-second {
    left: 6%;
    height: 500px;
    width: 300px;
  }
  .timing-subtitle {
    top: 60px;
    left: 53%;
  }
  .drescode-title {
    font-size: 64px;
  }
  .drescode-subtitle {
    top: 8%;
    left: 20%;
  }
  .drescode-description {
    margin-top: 32px;
  }
  .color-box-item-1 {
    left: 20%;
  }
  .color-box-item-2 {
    left: 38%;
  }
  .color-box-item-3 {
    left: 54%;
  }
  .rsvp-form {
    width: 100%;
    padding: 24px 40px;
  }
  .form-subtitle {
    top: 64px;
    left: 46%;
  }
  .form-label {
    width: 100%;
  }
  input {
    outline: none;
  }
  .image-box-item {
    width: 25%;
    max-height: 180px;
  }
  .form-control {
    border: none;
    border-bottom: 1px solid #1b1b1b;
    border-radius: 0;
    outline: none;
    margin: 16px 0;
  }
  .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;
  }
  input[type="radio"] {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    color: #000;
  }
  .details-title {
    font-size: 80px;
  }
  .photo-title {
    font-size: 80px;
    margin-top: 80px;
  }
  .details-subtitle {
    top: 60px;
    left: 35%;
  }
  .photo-subtitle {
    top: 49%;
    left: 42%;
  }
  .countdown-title {
    font-size: 80px;
  }
  .countdown-subtitle {
    top: 60px;
    left: 40%;
  }
  .location-title-box {
    margin: 48px 0;
  }
  .invitate-box {
    background-position: right top;
  }
  #play,
  #pause {
    top: 3%;
    left: 8%;
    width: 64px;
  }
}

/* Media Query for Mobile Devices */
@media (min-width: 280px) and (max-width: 719px) {
  body {
    overflow-x: hidden;
  }
  .invitate-title {
    font-size: 48px;
    margin: 32px 0 16px 0;
  }
  .subtitle2 {
    margin-top: 40px !important;
  }
  .tit {
    font-size: 50px !important;
  }
  #play,
  #pause {
    top: 1%;
    left: 6%;
    width: 64px;
  }
  .invitate-date {
    display: none;
  }
  .save-date-mobile {
    display: block;
    font-size: 96px;
    text-align: center;
    line-height: 60px;
    color: #3d3a35;
    border-right: 1px solid #aaaaaa;
  }
  .save-date-mobile p:nth-child(2) {
    font-size: 72px;
    text-align: center;
  }
  .save-date {
    display: none;
  }
  .save-date-mobile {
    width: 50%;
    text-align: center;
  }
  .save-title {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-top: 24px;
    font-size: 18px;
  }
  .title {
    display: none;
  }
  .title-mobile {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 32px;
    font-family: bickham;
    color: #fff;
  }

  .subtitle {
    font-size: 20px;
    width: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 40px;
  }
  .location-image {
    max-width: 320px;
    max-height: 450px;
  }
  .image-back {
    left: 1%;
    max-width: 320px;
    max-height: 180px;
  }
  .image-back-second {
    max-width: 265px;
    max-height: 450px;
    left: 12%;
  }
  .location-title {
    font-size: 80px;
    margin-top: 40px;
    text-align: center;
  }
  .location-subtitle {
    top: 38px;
    left: 36%;
    font-size: 80px;
  }
  .location-description {
    font-size: 20px;
    text-align: center;
    margin-top: 64px;
    padding: 0 40px;
  }
  .location-title-box {
    margin-bottom: 56px;
  }

  .invitate-box {
    /* background-color: #1b1b1b; */
    background-image: url("../../assets/images/zaffa/back1.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 20px;
    border-radius: 16px;
    margin: 32px 15px;
    height: 1064px;
  }
  .timing-title {
    text-align: center;
    font-size: 80px;
  }
  .timing-subtitle {
    top: 40px;
    left: 34%;
    font-size: 80px;
  }
  .timing-box h3 {
    font-size: 40px;
  }
  .drescode-title {
    display: none;
  }
  .image-box-item {
    max-height: 100px;
  }
  .drescode-title-mobile {
    display: block;
    font-size: 80px;
    text-align: left;
    line-height: 48px;
    color: #3d3a35;

    font-family: bickham;
  }
  .drescode-subtitle {
    left: 25%;
  }
  .drescode-description {
    font-size: 20px;
    text-align: center;
    padding: 0 40px;
  }
  .marphone {
    margin-top: 56px;
  }
  .color-box-item-1 {
    left: 27%;
  }
  .color-box-item-2 {
    left: 43%;
  }
  .color-box-item-3 {
    left: 58%;
  }
  .form-title {
    font-size: 64px;
  }
  .form-subtitle {
    left: 15%;
    top: 6%;
    font-size: 48px;
  }
  .form-description {
    font-size: 20px;
    margin: 40px 0 0px 0;
  }
  .rsvp-form {
    width: 100%;
    padding: 24px 40px;
  }
  .form-label {
    width: 100%;
  }
  input {
    outline: none;
  }

  .form-control {
    border: none;
    border-bottom: 1px solid #1b1b1b;
    border-radius: 0;
    outline: none;
    margin: 16px 0;
  }
  .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;
  }
  input[type="radio"] {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    color: #000;
  }
  .details-title {
    font-size: 72px;
    color: #fff;
    text-align: center;
  }
  .details-subtitle {
    top: 4%;
    left: 25%;
  }
  .photo-title {
    font-size: 64px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
  }
  .photo-subtitle {
    top: 49%;
    left: 39%;
    font-size: 60px;
  }

  .details-contact {
    margin-top: 20px;
    color: #fff;
    font-size: 40px;
  }
  .details-description {
    font-size: 20px;
    color: #fff;
    padding: 0 16px;
    margin: 40px 0 24px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .details-admin-name {
    font-size: 24px;
  }
  .countdown-title {
    font-size: 48px;
  }
  .countdown-subtitle {
    top: 36px;
    font-size: 40px;
    left: 10%;
  }
  .location-description {
    display: none;
  }
  .location-description-mobile {
    display: block;
    font-size: 14px;
    margin: 56px 0;
    width: 100%;
  }

  .location-desc-mobile {
    display: block;
    margin: 23px 0;
    text-align: center;
    font-size: 20px;
  }
  .shkimage {
    width: 90%;
  }
  .location-button-box {
    display: none;
  }
  .location-button {
    margin: 40px 0;
    text-align: center;
  }
  .timing-title-box {
    margin-bottom: 48px;
  }
  .footer-image img {
    width: 180px;
    margin-top: 40px;
  }
  .banner-image-box {
    background-image: url(../../assets/images/zaffa/back2.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 -15px;
    background-size: cover;
    height: 760px;
    border-radius: 0;
  }
  .save-decription {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    letter-spacing: 2.4px;
    font-family: seawave;
  }
  .save-decription-second {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .invitate-date-mobile {
    font-size: 40px;
    display: block;
    margin-top: 24px;
    text-align: center;
    color: #fff;
    font-family: seawave;
  }
  .location {
    margin: 40px 0;
  }
  .timing {
    margin: 80px auto;
  }
}

.footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 24px 0;
  margin-top: 48px;
  overflow-x: hidden;
}
.img-fluid {
  border-radius: 8px;
}
.textfonemob {
  display: none;
}
.textfone {
  text-align: center;
}

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

.social-menu ul li {
  list-style: none;
  margin: 0 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%);
}
li {
  font-size: 20px;
  background: #ffffff;
  border-radius: 8px;
}

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

.time-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

.time-box-item {
  width: calc(25% - 16px);
  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}

.time-box-item-text {
  content: "";
  background-color: transparent;
  background: linear-gradient(180deg, #00000030 56%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 8px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 16px;
}

.time-title {
  font-size: 14px;
  text-align: left;
  color: #05d3ce;
  font-weight: 600;
  margin-bottom: 4px;
}

.time-descr {
  font-size: 16px;
  text-align: left;
  color: #fff;
  font-family: seawave;
  font-weight: 400;
}

video {
  width: 100%;
  border-radius: 16px;
}

.video-title {
  text-align: center;
  font-size: 80px;
  font-family: bickham;
}

/* Media Query for Mobile Devices */
@media (min-width: 280px) and (max-width: 719px) {
  .time-box {
    flex-wrap: wrap;
  }

  .time-box-item {
    width: calc(50% - 8px);
  }
  .video-title {
    text-align: center;
    font-size: 64px;
    font-family: bickham;
  }
}
