html {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Urbanist", sans-serif;
  background-color: #fff;
  color: #222;
}

/* HERO */
.hero {
  background: url("images/hero-background.png") center/cover no-repeat;
  /* height: 100vh; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
}

.danceheroMain {
  background-color: #351f69;
  padding-block: 0px;
}

.dancebg {
  background: url("images/borderimage.png") center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #fff;
  height: 100vh;
}
.danceTitleLogos {
  position: absolute;
  top: 100px;
  width: 70%;
}

.leftsidedance {
  position: absolute;
  top: 175px;
  left: -100px;
}

.rightsidedance {
  position: absolute;
  top: 175px;
  right: -100px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0,0,0,0.35); */
}

.hero-content {
  position: relative;
  padding: 30px 0px 0;
  z-index: 1;
}

.hero-content h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 700;
  color: #ffeb3b;
}

.hero-content p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0.5rem auto 1.5rem;
}

.heroTitle {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
}

.secHero {
  margin-top: 60px;
}

.alttabImg {
  position: absolute;
  bottom: -80px;
  right: 0;
}

.nameDetail {
  margin-top: 100px;
}

.nameDetail h1 {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-size: 90px;
  line-height: 100px;
  text-transform: uppercase;
  text-align: left;
  color: #ffca00;
}

.nameDetail h3 {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 100px;
  text-transform: uppercase;
  text-align: left;
  color: #fe0058 !important;
  -webkit-text-stroke: 1px #ffffff;
}

.nameDetail p {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  text-align: left;
  color: #fff;
}

.nameDetail p span {
  color: #ffca00;
}

.ticketBtndance .btn-main {
  background: #ffb12f;
  color: #c4106a;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: 22px;
  font-weight: bold;
}

.btn-main {
  background: #ff0055;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: 22px;
}
.btn-main:hover {
  background: #ff0055;
}

/* EVENT INFO */
.event-info {
  margin-top: 200px;
  z-index: 2;
  padding-inline: 100px;
}

.event-info-dance {
  margin-top: 50px;
  z-index: 2;
  padding-inline: 100px;
}

.event-info-dance .venue {
  background-color: #441f78;
  padding: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.venue {
  background-color: #f71d98;
  padding: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.venue p {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-top: 25px;
}

.dateTime {
  background-color: #ffca00;
  padding: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 20px;
}

.dateTime p {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  margin-left: 15px;
}

.age {
  margin-top: 20px;
  background-color: #1ea2ed;
  padding: 10px;
  border-top-left-radius: 200px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 200px;
}

.age p {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}

.event-info-dance .flyerCont {
  background-color: #f0008e;
  padding: 30px;
  border-top-left-radius: 200px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 200px;
}

.flyerCont {
  margin-top: 20px;
  background-color: #151f50;
  padding: 20px;
  border-top-left-radius: 200px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 200px;
}

.flyerCont p {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}

.info-box {
  background: #fff;
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.info-icon {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  color: #ff0055;
}

/* CONTACT / REQUEST SECTION */
.contact-section {
  background: #ff0055;
  color: #fff;
  border-radius: 25px;
  padding: 4rem 1rem;
  text-align: center;
  margin-top: 3rem;
  margin-inline: 100px;
  border-top-left-radius: 20px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 20px;
}

.contact-section h2 {
  color: #ffca00;
  font-size: 30;
}

.contact-section .subTitle {
  font-size: 30px;
}

.contact-section h6 {
  font-size: 22px;
}

.danceContact .contact-section {
  background: #b41281;
  color: #fff;
  border-radius: 25px;
  padding: 4rem 1rem;
  text-align: center;
  margin-top: 3rem;
  margin-inline: 100px;
  border-top-left-radius: 20px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 20px;
}

.ticketCont {
  border-right: 1px solid #fff;
}

.ticketCont p {
  font-size: 22px;
}

.ticket p {
  font-size: 22px;
}

/* SECTION TITLES */
section h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

/* SPONSORS & TEAM GRIDS */
.profile-card {
  text-align: center;
  margin-bottom: 1.5rem;
}

.profile-card img {
  margin-bottom: 1rem;
}

.profile-card h6 {
  margin-bottom: 0.2rem;
  font-size: 20px;
}

/* .profile-card p {
            font-size: 0.9rem;
            color: #555;
            margin-bottom: 0;
        } */

/* FOOTER */
footer {
  text-align: center;
  font-size: 18px;
  color: #777;
  margin-top: 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid #eee;
}

.phoenixTeam h2 {
  color: #151f50;
  margin-bottom: 30px;
}

.phoenixTeam h4 {
  font-weight: bold;
}
.phoenixTeam h6 {
  font-weight: bold;
  font-size: 22px;
}
.phoenixTeam .profile-card p {
  color: #000;
  font-size: 20px;
}
.ticketBtn {
  text-align: left;
}

.flyerCont a {
  text-decoration: none;
}

.sponsorsMain {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.sponosorsContainer {
  padding-inline: 40px;
}
.sponosorsContainer h4{
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 60px;
}


@media only screen and (max-width: 600px) {
  .venue {
    background-color: #f71d98;
    padding: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .ramkumar-img {
    width: 90%;
    margin-top: 30px;
  }
  .alttabImg {
    width: 75%;
  }
  .alttabImg {
    position: absolute;
    bottom: -40px;
    right: 45px;
  }
  .heroTitle {
    font-family: "Urbanist", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    padding: 10px;
  }
  .secHero {
    margin-top: 20px;
  }
  .nameDetail {
    margin-top: 0px;
  }
  .nameDetail h1 {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #ffca00;
  }
  .nameDetail h3 {
    font-family: "Urbanist", sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 52px;
    text-transform: uppercase;
    text-align: center;
    color: #fe0058 !important;
    -webkit-text-stroke: 1px #ffffff;
  }
  .nameDetail p {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    padding-inline: 15px;
  }
  .ticketBtn {
    text-align: center;
  }
  .event-info {
    margin-top: 100px;
    z-index: 2;
    padding-inline: 30px;
  }
  .venue {
    margin-bottom: 20px;
  }
  .dateTime {
    background-color: #ffca00;
    padding: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 20px;
  }
  .contact-section {
    background: #ff0055;
    color: #fff;
    border-radius: 25px;
    padding: 4rem 1rem;
    text-align: center;
    margin-top: 3rem;
    margin-inline: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 20px;
  }
  .ticketCont {
    margin-bottom: 20px;
    border-right: none;
  }
  .contact-section .subTitle {
    font-size: 22px;
  }
  section h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 24px;
  }
  footer {
    text-align: center;
    font-size: 16px;
    color: #777;
    margin-top: 3rem;
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
  }
  .left-side-dance-img,
  .right-side-dance-img {
    display: none;
  }
  .danceforimg {
    width: 80%;
  }
  .dancebg {
    background: none;
    height: 68vh;
  }
  .danceTitleLogos {
    position: absolute;
    top: 20px;
    width: 100%;
  }
  .event-info-dance {
    margin-top: 50px;
    z-index: 2;
    padding-inline: 20px;
  }
  .event-info-dance .venue {
    background-color: #441f78;
    padding: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .danceContact .contact-section {
    background: #b41281;
    color: #fff;
    border-radius: 25px;
    padding: 4rem 1rem;
    text-align: center;
    margin-top: 3rem;
    margin-inline: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 20px;
  }
  .danceTime {
    display: flex;
    justify-content: start !important;
    margin-bottom: 20px;
  }
  .sponsorsMain {
    display: inline-block;
    text-align: center;
    /* flex-direction: row;
    align-items: center;
    justify-content: space-evenly; */
  }
   .sponsorsMain div{
    display: inline-block;
      margin-bottom: 10px;
   }
   .sponosorsContainer {
    padding-inline: 0px;
}
   .anaImage{
  width: 100%;
}
}
