.hero-home {
  background-color: #1b325f;
  background-image: url("../img/home-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;

  position: relative;
  margin-bottom: 0;
  padding: 60px;
  isolation: isolate;
}

.hero-home::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #120b32;
  opacity: 0.5;
}

.hero-home>h1 {
  color: #fff;
  font-family: "KorolevBold", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}

.hero-home>h2 {
  color: #fff;
  font-family: "AryaDouble", Sans-serif;
  font-size: 64px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;

  position: relative;
}

.hero-home span {
  font-size: 116px;
}

.countdown {
  color: #fff;
  font-family: "KorolevBold", Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.count-top,
.count-bottom {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  /* For larger screens, show in one row */
  .countdown {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

  .count-top,
  .count-bottom {
    display: contents;
  }
}

.live-now {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: 1ex;
  margin: 0;
  padding: 0;
}

.btn-flex {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.btn-flex a {
  text-decoration: none;
}

.btn-homeheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px 40px;
  width: 16rem;
  font-family: "KorolevBold", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #7b1222;
  color: white;
  cursor: pointer;
  border: none;
  place-content: center;
}

.btn-dancevisioncircuit {
  font-family: "KorolevBold", Sans-serif;
  font-size: 1.5rem;
  background-color: white;
  color: #1b325f;
  padding: 12px 24px;
  text-decoration: none;
}

.btn-dancevisioncircuit:hover {
  background-color: #1b325f;
  color: white;
}

.btn-homeheader span {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.btn-homeheader:hover {
  background-color: white;
  color: #7b1222;
}

.btn-homeheader i {
  line-height: 1.6em;
}

.btn-homeheader a {
  text-decoration: none;
}

.prizes-section {
  background: rgb(232, 234, 239);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
  gap: 2rem;
}

.prizes-section .cash {
  display: flex;
  color: #1b325f;
  font-family: "AryaDouble", Sans-serif;
  font-size: 140px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-block: 0;
  line-height: 1;
}

.prizes-section .prize-title {
  color: #1b325f;
  font-family: "KorolevBold", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.bluebox-flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.bluebox {
  background-color: #1b325f;
  width: 350px;
  padding: 35px;

  text-align: center;
  color: #fff;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prizes-section .title h3 {
  color: #1b325f;
  text-align: center;
  font-family: "KorolevBold", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 1rem;
  line-height: 1;
}

.section-countdown {
  background: rgb(232, 234, 239);
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;

  position: relative;
  margin-bottom: 0;
  padding: 60px;
  isolation: isolate;
}

.section-countdown::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #120b32;
  opacity: 0.7;
}

.section-countdown h2 {
  color: #fff;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
}

.section-countdown .date-range>h3 {
  color: #fff;
  font-family: "KorolevBold", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.5px;
}

.section-countdown .date-range>h4 {
  color: #fff;
  font-family: "AryaDouble", Sans-serif;
  font-size: 80px;
  font-weight: 100;
  text-align: center;
  line-height: 1;
}

.pro-winners-header {
  display: flex;
  padding: 12px;
  width: 100%;
  margin-inline: auto;
  margin-block: 3em;
}

.pro-winners-header>* {
  min-width: 20ch;
}

.pro-winners-header .title {
  color: #1b325f;
  font-family: "KorolevBold", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 2em;
  flex: 2;
  margin-inline: 0.18em;
}

.divider {
  display: flex;
  gap: 1em;
  align-items: center;
  position: relative;
  flex: 1;
}

.line {
  width: 100%;
  position: relative;
  margin-right: 5px;
  border-bottom: 1px #1b325f solid;
}

.star {
  width: 1em;
  height: 1em;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #1b325f;
}

.events-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  inline-size: min(100% - 1rem, 80rem);
  margin-inline: auto;
  margin-bottom: 4rem;
}

.events-flex .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 400px;
  height: 300px;
  border: 1px solid #1b325f;
  align-self: stretch;
  padding: 25px;
}

.box1 {
  background-color: #1b325f;
  background: linear-gradient(to left,
      rgba(18, 11, 50, 0.6),
      rgba(18, 11, 50, 0.6)),
    url("../img/home1.jpg");
  background-position: 40% 21%;
}

.box2 {
  background-color: #1b325f;
  background: linear-gradient(to left,
      rgba(18, 11, 50, 0.6),
      rgba(18, 11, 50, 0.6)),
    url("../img/home2.jpg");
  background-position: 22% 50%;
}

.box3 {
  background-color: #1b325f;
  background: linear-gradient(to left,
      rgba(18, 11, 50, 0.6),
      rgba(18, 11, 50, 0.6)),
    url("../img/home3.jpg");
  background-position: 20% 70%;
}

.box4 {
  background-color: #1b325f;
  background: linear-gradient(to left,
      rgba(18, 11, 50, 0.6),
      rgba(18, 11, 50, 0.6)),
    url("../img/home4.jpg");
  background-position: 50% 20%;
}

.box5 {
  background-color: #1b325f;
  background: linear-gradient(to left,
      rgba(18, 11, 50, 0.6),
      rgba(18, 11, 50, 0.6)),
    url("../img/home5.jpg");
  background-size: cover;
  background-position: 50% 25%;
}

.box6 {
  background-color: #1b325f;
  background: linear-gradient(to left,
      rgba(18, 11, 50, 0.6),
      rgba(18, 11, 50, 0.6)),
    url("../img/home6.jpg");
  background-position: 15% 70%;
}

.box h3 {
  font-family: "KorolevBold", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.box p {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}

.box .front {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.box .back {
  display: none;
}

.withback:hover {
  background: #1b325f;
}

.withback:hover .back {
  display: block;
}

.withback:hover .front {
  display: none;
}

.partners {
  width: 90%;
  margin: auto;

  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.partners p {
  text-align: center;
  color: #1b325f;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.logo-flex {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-block: 2rem;
}

.latestnews-section {
  background: rgb(232, 234, 239);
}

.news-flex {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-inline: auto;
  padding-block: 2rem;
}

.news-flex h2 {
  color: #1b325f;
  font-family: "KorolevBold", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding: 2.5rem;
  border-bottom: #120b32 3px solid;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}

.card-flex {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-inline: auto;
}

.card-flex>* {
  width: 100%;
}

.card {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.card>img {
  width: 100%;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
}

.preview {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card-content h3 {
  color: #1b325f;
  font-family: "KorolevBold", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.card-content p {
  color: #1b325f;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.card-content span {
  color: #7b1222;
  font-family: "KorolevBold", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-content a {
  text-decoration: none;
}

.pubdate {
  border-top: 1px solid lightgray;
  padding-top: 16px;
}

.btn-news {
  padding: 15px 40px;
  font-family: "KorolevBold", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #1b325f;
  background-color: #fff;
  border: 1px #1b325f solid;
  cursor: pointer;
  transition: 0.3s ease, color 0.3s ease;
  margin-block: 2rem;
  margin-inline: auto;
}

.btn-news:hover {
  background-color: #1b325f;
  color: white;
}

.homefooter-section {
  margin-top: auto;
  background: #7b1222;
}

.homefooter {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  padding-block: 3rem;
  padding-inline: 1rem;
  margin-inline: auto;
}

.venuedate h2 {
  color: #fff;
  font-family: "KorolevBold", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.venuedate p {
  color: #fff;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.btn-registernow {
  padding: 15px 40px;
  font-family: "KorolevBold", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #7b1222;
  background-color: #fff;
  border: 1px #fff solid;
  cursor: pointer;
  transition: 0.3s ease, color 0.3s ease;
  margin-inline: auto;
}

.btn-registernow:hover {
  background-color: #1b325f;
  color: white;
}

.notice {
  background-color: rgb(232 234 239);
  padding: 1rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "RobotoCondensed", Sans-serif;
}

.notice>div {
  padding: 1rem;
  border: 4px dashed #b82126;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}

.notice>div>svg {
  margin-left: auto;
  margin-right: auto;
  fill: #B82126;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
}

.notice a {
  color: #7b1222;
}

@media (min-width: 768px) {
  /* .notice>div {
    flex-direction: row;
  } */
}

@media (width <=1200px) {
  .btn-flex {
    width: 100%;
    flex-wrap: wrap;
    place-content: center;
  }

  .btn-homeheader i {
    margin-right: 30%;
  }

  .bluebox-flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .bluebox {
    width: 90%;
  }

  .prizes-section {
    padding-inline: 0;
  }

  .pro-winners-header {
    flex-direction: column;
    padding: 1rem;
  }

  .pro-winners-header .title {
    padding-block: 2rem;
  }
}

@media (width <=900px) {
  .hero-home>h1 {
    font-size: 21px;
  }

  .hero-home>h2 {
    font-size: 21px;
  }

  .hero-home span {
    font-size: 78px;
  }

  .btn-homeheader {
    width: 100%;
    font-size: 20px;
  }

  .btn-dancevisioncircuit {
    font-size: 1rem;
  }

  .btn-homeheader span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

  .btn-homeheader i {
    margin-right: 25%;
  }

  .prizes-section .cash {
    font-size: 90px;
  }

  .prizes-section .prize-title {
    font-size: 24px;
  }

  .card-flex {
    flex-direction: column;
    align-items: center;
  }

  .card-flex>* {
    max-width: 100%;
  }

  .events-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
  }

  .events-flex .box {
    width: 100%;
  }
}

@media (width <=768px) {
  .logo-flex {
    flex-direction: column;
    align-items: center;
  }

  .homefooter {
    flex-direction: column;
    align-items: center;
  }

  .venuedate h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .venuedate p {
    color: #fff;
    font-family: "RobotoCondensed", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .prizes-section .cash {
    font-size: 60px;
  }
}

@media (width <=600px) {
  .btn-homeheader i {
    margin-right: 5%;
  }
}
