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

@font-face {
  font-family: "standart";
  src: url("../fonts/afina/standart.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "alternative";
  src: url("../fonts/afina/alternative.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "standart", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  padding: 0;
  margin: 0;
  font-family: "standart";
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.mobile-box {
  display: none;
}

.mobile-box-name {
  display: none;
}

.banner {
  background-color: #111;
  text-align: center;
  padding: 56px 0;
  margin: 64px 0;
  border-radius: 32px;
}

.title {
  color: #fff;
  font-size: 64px;
}

.date {
  color: #fff;
  margin: 8px 0;
  font-size: 48px;
}

.subtitle {
  color: #fff;
  font-size: 32px;
}

#play,
#pause {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 88px;
  z-index: 1000;
}

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

#pause {
  display: none;
}

.countdown {
  text-align: center;
  margin: 64px 0;
}

.countdown-title {
  font-size: 64px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  margin-bottom: 40px;
  text-align: center;
}

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

.countdown-item {
  display: inline-block;
  font-size: 32px;
  list-style-type: none;
  padding: 16px 32px;
  border-radius: 8px;
  margin: 0 5px;
  color: #111;
  background-color: #f5f5f5;
}

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

.about {
  background-image: url("../images/afina/export.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 280px;
}

.about-title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
}

.about-subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.about-date {
  text-align: center;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  color: #fff;
}

.location-box {
  margin: 64px 0;
}

.location-title {
  font-size: 64px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  margin-bottom: 40px;
  text-align: center;
}

.location-subtitle {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.location-link-box {
  text-align: center;
  margin: 32px 0;
}

.location-link {
  padding: 8px 24px;
  background: #111;
  border: 1px solid #111;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  transition: all 0.2s ease;
}

.location-link:hover {
  color: #111;
  background-color: #fff;
  border-color: #111;
  text-decoration: none;
}

.location-image img {
  border-radius: 32px;
}

.time-box {
  margin: 120px 0;
}

.timeImage {
  border-radius: 16px;
}

.timing-title {
  font-size: 64px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  text-align: center;
  margin-bottom: 8px;
}

.timing-subtitle {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}

.timing-description {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}

.dresscode-title {
  font-size: 64px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  text-align: center;
  margin-bottom: 8px;
}

.dresscode-subtitle {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}

.dresscode-image {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.dresscode-image img {
  border-radius: 32px;
  max-height: 450px;
}

.dresscode-box {
  display: flex;
  gap: 16px;
  margin: 64px 0;
  justify-content: center;
}

.dresscode-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid;
}

.dresscode-item:nth-child(1) {
  background-color: #111;
}

.dresscode-item:nth-child(2) {
  background-color: #444;
}

.dresscode-item:nth-child(3) {
  background-color: #bbbbbb;
}

.dresscode-item:nth-child(4) {
  background-color: #ffffff;
}

label{
  width: 100%;
}

.cst-form {
  margin-top: 32px;
}

.form_description{
  margin: 8px 0;
}

.location_btn{
  margin-top: 16px;
  padding: 8px 32px;
  background: #111;
  border: 1px solid #111;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
}

.footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 24px 0;
  margin-top: 64px;
  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%);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .location-title {
    font-size: 40px;
    margin: 0;
  }
  .location-subtitle {
    font-size: 20px;
    margin: 4px;
  }
  .timing-title {
    font-size: 40px;
    margin: 0;
  }
  .timing-description {
    font-size: 20px;
    margin: 0;
  }
  .dresscode-title {
    font-size: 40px;
  }
  .dresscode-subtitle {
    font-size: 20px;
    margin: 0;
  }
  .dresscode-box {
    margin: 16px 0;
  }
  .desktop {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile {
    display: none;
  }
  .mobile-box {
    display: flex;
    margin: 32px 16px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .mobile-box-date {
    display: block;
  }
  .mobile-box-item {
    font-size: 120px;
    line-height: 72px;
    text-align: center;
  }
  .mobile-box-title {
    text-transform: uppercase;
  }
  .divider {
    width: 1px;
    height: 100%;
    background-color: #111;
    margin: 16px 0;
  }
  .mobile-box-name {
    display: block;
    margin: 16px auto;
  }
  .mobile-subtitle {
    font-size: 104px;
    line-height: 72px;
    text-align: center;
  }
  .countdown {
    margin: 16px 0;
  }
  .countdown-title {
    font-size: 32px;
  }
  .countdown-item {
    font-size: 18px;
    padding: 8px;
  }
  .about {
    height: auto;
  }
  .banner {
    padding: 80px 0;
  }
  .location-title {
    font-size: 40px;
    margin: 16px 0;
  }
  .location-subtitle {
    font-size: 20px;
  }
  .timing-title {
    font-size: 40px;
    margin: 16px 0;
  }
  .timing-subtitle {
    font-size: 20px;
  }
  .time-box {
    margin: 32px 0;
  }
  .desktop .col-md-6:nth-child(1) {
    margin-top: 56px;
  }
  .desktop .col-md-6:nth-child(2) {
    display: none;
  }
  .dresscode-title {
    font-size: 40px;
    margin: 16px 0;
  }
  .dresscode-subtitle {
    font-size: 20px;
  }
  .dresscode-box {
    margin: 16px 0;
  }
  #playmob,
  #pausemob {
    position: absolute;
    top: 2%;
    right: 10%;
    z-index: 1000;
    width: 88px;
  }

  #playmob:hover,
  #pausemob:hover {
    cursor: pointer;
  }

  #pausemob {
    display: none;
  }
}

@media(max-width: 768px) {
  .cst-form {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}
}