.spong img {
  width: 40vw !important;

  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spon-con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
}

@media (max-width: 768px) {
  .spon-con {
    flex-direction: column !important;
    align-items: center !important;
  }
  .sponsorimg {
    width: 100% !important;

    margin: 0 !important;
  }
  .sponsor-sec h3 {
    font-size: 2rem !important;
  }
  .spong img {
    width: 100% !important;
  }
}

.sponsorimg {
  width: 50%;
  height: auto;
  margin: auto;
  padding-top: 50px;
}

.mediap {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 10px;
}

.sponsorimg h3 {
  font-family: roboto, sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.custom-cursor {
  color: #000616;
  max-width: 500px;

  padding: 20px;
  background-image: linear-gradient(to left, #06f4da, #51f575) !important;

  position: fixed;
  display: none;
  pointer-events: none;
  z-index: 9999;
}
.sponsorimg h3 {
  cursor: none;
  position: relative;
  z-index: 1;
}
.sponsorimg a:hover .custom-cursor {
  display: block !important;
}

#eventpartner {
  background: #fff;
  margin-bottom: 100px;
  height: auto;
}

#eventpartner .ori-team-content-area {
  background-color: #fff;
}

#eventpartner .oth-h2 h1 {
  -webkit-text-stroke: 2px #000616;
  font-size: 4rem;
}

#eventpartner .evpimg {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

#eventpartner .evpimg .epimg {
  width: 20%;
  height: 250px;
  padding: 20px;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
}

.bull {
  margin-top: 50px !important;
  justify-content: flex-start !important;
  width: 30% !important;
  background-image: linear-gradient(to left, #06f4da, #51f575) !important;
  padding: 20px;
  color: #000616 !important;
  border-radius: 10px;
  margin-bottom: 20px;

  border: 5px solid #fff;
}

.bull ul {
  list-style: none;
  padding: 0 !important;
  margin: 1rem !important;
}

.bull li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  /* font-weight: 700; */
  padding-left: 35px;
  padding-bottom: 24px;
  position: relative;
  max-width: 490px;
  text-align: left;
  line-height: 20px !important;
  padding-bottom: 20px !important;
  display: block;
  list-style: none;
}

.bull li:before {
  left: 0;
  top: -2px;

  position: absolute;

  content: "";
  display: inline-block;
  width: 25px; /* Adjust the dimensions of the SVG */
  height: 25px;
  background-image: url("./images/pointer.svg"); /* Replace with the path to your SVG file */
  background-size: cover;
  margin-right: 10px;
}

.bull::after,
.bull::before {
  display: none;
}

.aw-sec1 {
  width: 100%;
  height: 110vh;
}
.aw-sec {
  width: 100%;
  height: 100vh;
}
.aw-bg {
  background: url("./images/awards-title-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aw-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.aw-ht {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aw-btw {
  justify-content: space-between !important;
  gap: 60px;
}
.aw-s2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aw-s2 img {
  width: 100%;
  height: 80%;

  object-fit: cover;
}
.reg-d {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.reg-d img {
  transition: all 0.5s ease-in-out;
}

.reg-d:hover img {
  transform: scale(1.05);
}

.aw-fd {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.aw-st {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  text-align: justify;
}

.aw-hding {
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;

  background-image: linear-gradient(to left, #06f4da, #51f575) !important;

  color: transparent;
  -webkit-background-clip: text;
}
.oth-h {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0px 0px 55px;
}

.sponsor-sec h3 {
  font-family: "roboto", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
}

.custom-cursor {
  font-family: "roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.mn {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: center;
  margin: 60px 20px !important;
}
