/* styles.css */
/* Style the navigation bar */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(20px);
  /* ios */
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  z-index: 100; /* Ensure it appears above other content */
}

.parent {
  display: block;
  position: relative;
  float: left;
  /* line-height: 50px; */
  /* background-color: #34495e;
	border-right: #CCC 1px solid; */
  /* width:9%; */
}

.parent a {
  margin: 10px;
  color: #ffffff;
  text-decoration: none;
}

.parent:hover > ul {
  display: block;
  position: absolute;
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}

.child {
  display: none;
  left: 0;
  top: 35px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 300px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  /* background: #000; */
  border-radius: 2px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.child li {
  background-color: #242424ec;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  width: 100%;
}

.child li a {
  color: #ffffff;
}

.child li:hover {
  background-color: #51f575;
}
.child li:hover a {
  color: #000;
}

.parent ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  min-width: 20em !important;
}

.expand {
  font-size: 22px;
  float: right;
  margin-right: 5px;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  /* display: inline; */
  margin-right: 20px;
}

* {
  box-sizing: border-box;
}
nav a {
  text-decoration: none;
  color: #fff;
}

body {
  background: #fff !important;
}
/* Style the sections */
section {
  background-color: #fff;
}

/* Style the footer */

/* sec 1 */

body::-webkit-scrollbar {
  background: none !important;
  display: none !important;
}

html::-webkit-scrollbar {
  background: none !important;
  display: none !important;
}

/* styles.css */
/* Style the video section */
.video-section {
  position: relative;
  height: 100%; /* Set the height to the viewport height */

  text-align: center;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-wrapper {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-wrapper {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

/* Add styles for other sections as needed */

/* sec 1 */

/* styles.css */
/* Style the video section */
.video-section {
  position: relative;
  top: 0;
  left: 0;
  height: 110vh;
  overflow: hidden;
  text-align: center;
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#video {
  width: 100%;
  height: 100%;
  opacity: 0; /* Hide the video tag */
}

.video-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 110vh;
  letter-spacing: 1.5px;

  /* padding: 10rem 0rem 0rem 5rem; */
  padding-left: 5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
}
.video-overlay .dsh {
  color: #51f575;
  background-color: #51f575;
  font-weight: bolder;
  padding: auto 2px;
  text-shadow: none !important;
}

.video-overlay sup {
  font-size: 12px;
  font-weight: 600;
}
.video-overlay h1 {
  font-size: 48px;
  text-align: left;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.video-overlay p {
  font-size: 24px;

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.edi {
  color: #51f575;
  font-size: 24px !important;

  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

/* button */
/* .video-overlay a {
  margin-top: 40px;
  margin-bottom: 60px;
  display: inline-block;
  padding: 10px 20px;
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  letter-spacing: 1.5px;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.3s ease-in-out;

  vertical-align: middle;
  line-height: normal;
  transform: scale(1);
  backface-visibility: hidden;
}

.video-overlay a:hover {
  transform: scale(1.05);
} */

/* button */
.register-button {
  display: inline-block;
  padding: 10px 20px;
  /* linear bg color */
  font-family: hanson, sans-serif;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #000;
  letter-spacing: 1.5px;
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;

  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.register-button span {
  transition: all 0.3s ease-in-out;
  /* avoid text flikkering on scale */
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transform: scale(1);
  backface-visibility: hidden;
}

.register-button:hover {
  transform: scale(1.05);
}

/* making image at bottom */
.image-section1 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  object-fit: contain;
  z-index: 80;
  scale: 1.005;
}

@media only screen and (max-width: 600px) {
  .video-section {
    height: 80vh;
  }

  .video-overlay {
    align-items: center;
    height: 80vh;
    letter-spacing: 1.5px;

    /* padding: 10rem 0rem 0rem 5rem; */
    padding-left: 0rem;
  }

  .video-overlay h1 {
    font-size: 28px;
    text-align: center;
  }
  .video-overlay p {
    font-size: 16px;
  }

  .image-section1 {
    scale: 1.01;
    bottom: -2px;
  }
}

/* .image-section1 {
  background-image: url("./images/homepage-02.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
} */

/* Style the text section */

/* sec 2 */

span.background {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(
    to right,
    #06f4da 0%,
    #51f575 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.9s;
  padding: 2.5px 10px;
  font-weight: bolder;
  color: #000;
}

span.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

span.background.active {
  background-position: left bottom;
}

.text-section {
  padding: 0 40px;
  /* background-color: #fff; */
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  top: 0vh;
  z-index: 10;
}

/* h2 span {
  background-color: #51f575;
  font-weight: bolder;
  padding: 2.5px 10px;
} */

.section-content2 {
  text-align: left;
  margin: 0;
  padding: 20px 80px;
}

.section-content2 h2 {
  font-size: 38px;
  color: #000;
  text-align: left;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.section-content2 p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;

  color: #000;
  text-align: justify;
}

@media only screen and (max-width: 600px) {
  /* Add styles for mobile devices here */
  .text-section {
    height: auto;
    padding: 0;
  }
  .section-content2 {
    padding: 20px;
  }
  .section-content2 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .section-content2 p {
    font-size: 16px;
  }

  span.background::before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
}
/* Add styles for other sections as needed */

/* sec 3 */

/* Style the image section */

.image-section-3 {
  position: relative;
  width: 100%;
  /* top: -15vh; */
}
.image-section {
  width: 100%;
  background-position: center;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  position: relative;
  z-index: 11;
}

.jo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
  scale: 1.005;
}

.section-content3 {
  text-align: center;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}

.section-content3 h2 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 2.5px 10px;
  margin: 10px 0;
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
}

.sponsor-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0074d9;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 5px;
}

/* button with black background and border of gradient color */

.sponsor-button2 {
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: hanson, sans-serif;
  height: 60px;
  letter-spacing: 1.5px;
  margin-top: 40px;
  padding: 4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 22rem;
  z-index: 2;
}

.sponsor-button2:hover {
  color: #000;
}

.sponsor-button2 span {
  align-items: center;
  background: #000;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
}

.sponsor-button2:hover span {
  background: transparent;
}
@media only screen and (max-width: 600px) {
  .text-section {
    height: auto;
  }
  .section-content2 {
    padding: 20px;
  }

  /* Add styles for other sections as needed */
  .speaker-section .section-content4 {
    padding: 20px;
  }
  .jo {
    scale: 1;
  }
  .section-content3 h2 {
    font-size: 10px;
    margin: 2px 0;
    padding: 0.5px 10px;
  }
  .sponsor-button2 {
    font-size: 16px;
    height: 50px;
    width: 100%;
  }

  .spk-bec {
    display: inline-block;
    box-sizing: border-box;
    font-size: 10px !important;
    font-family: hanson, sans-serif;
    height: 30px !important;
    letter-spacing: 1.5px;
    margin-top: 20px !important;
    padding: 4px;

    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 14rem !important;
    z-index: 2;

    overflow: hidden;
    color: #fff;
    background: #000;

    text-decoration: none;
    border: 4px solid transparent;

    border-image: linear-gradient(to left, #51f575, #06f4da);
    border-image-slice: 1;

    background-position: 0 -100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-position 0.8s ease;
    transition: all 0.8s ease;
  }
}
/* Add styles for other sections as needed */

.image-col {
  flex: 1;

  position: relative;

  display: flex;
  flex-direction: column;
  /* height: 300px; */
  justify-content: flex-end;

  overflow: hidden;
}

.image-col img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top !important;
  transition: transform 0.3s ease-in-out;
}

.image-col:hover img {
  transform: scale(1.05);
}

/* sec 4 */

/* styles.css */
/* Style the video section, text section, and image section (previous sections) */

/* Style the speaker section */
.speaker-section {
  background-color: #fff;
  text-align: center;
  padding-top: 40px;

  position: relative;
  /* top: -15vh; */
  left: 0;
}

.speaker-section .section-content4 {
  margin: 0 auto;
  padding: 20px 105px;
}

.section-content4 {
  text-align: center;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-content4 h2 {
  font-size: 56px;
  margin: 20px 0;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
}

@media (max-width: 768px) {
  .section-content4 h2 {
    font-size: 28px;
  }
  .section-content4 p {
    font-size: 16px;
  }
  .section-content4 {
    padding: 20px !important;
  }
}

.section-content4 p {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: center;
}

/* .section-content4 h2 span {
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  font-weight: bolder;
  padding: 2.5px 20px;
} */

.speaker-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.speaker-card {
  width: calc(30% - 20px);
  margin: 10px;
  /* background: #fff; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  border-radius: 5px;
  overflow: hidden;
  height: 500px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* .speaker-card:hover {
  scale: 1.01;
} */

.speaker-card img {
  width: 100%;
  height: 420px !important;
  display: block;
  object-fit: cover;
}

/* .speaker-card .title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
} */

.logo {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 25px;
}

.logo i {
  font-size: 40px;
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  color: transparent;
  -webkit-background-clip: text;
  transition: all 0.3s ease-in-out;
}

.buttons {
  margin-top: 40px;
}

.see-all-button,
.become-speaker-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0074d9;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-right: 20px;
  border-radius: 5px;
}

.become-speaker-button {
  background-color: #333;
}

/* styles.css */
/* ... Previous styles ... */

/* Style the speaker card */
.speaker-card {
  /* width: calc(33.33% - 20px); */
  margin: 10px;
  /* background: #fff; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */

  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  position: relative;
}

.speaker-img {
  overflow: hidden;
  border-radius: 10px;
}
.speaker-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.speaker-card .title {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 24px;
  font-family: hanson, sans-serif;
  text-transform: uppercase;
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  padding: 10px;
  border-radius: 10px;
  z-index: 5;
  width: 90%;
  transition: transform 0.3s ease-in-out;
}

.speaker-card .title p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  text-transform: none;
}

.speaker-card .description {
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  color: #000;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;

  background-image: linear-gradient(
    to left,
    rgb(81, 245, 117, 0.6),
    rgb(6, 244, 218, 0.6)
  ) !important;

  width: 100%;
  height: 420px;
  padding: 10px;
  border-radius: 10px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.speaker-card:hover .description {
  opacity: 1;
}

/* .speaker-card .logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
} */

.speakers-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  width: 100%;
  gap: 20px;
}

/* .spk-all {
  color: #000 !important;
  transition: all 0.3s ease-in-out;
}

.spk-all:hover span {
  background-image: linear-gradient(to left, #51f575, #06f4da) !important ;
} */

/* .spk-all span {
  background: #fff !important;
} */

.spk-all span {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
}

.spk-all {
  display: inline-block;
  box-sizing: border-box;
  font-size: 20px;
  font-family: hanson, sans-serif;
  height: 60px;
  letter-spacing: 1.5px;
  margin-top: 40px;
  padding: 4px;

  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 22rem;
  z-index: 2;

  overflow: hidden;
  color: #000;

  text-decoration: none;
  border: 4px solid transparent;

  border-image: linear-gradient(to left, #51f575, #06f4da);
  border-image-slice: 1;

  background-position: 0 -100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 0.8s ease;
}
.spk-all:hover {
  background-position: 100% 50%;

  color: #000;
}

.spk-bec span {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
}

.spk-bec {
  display: inline-block;
  box-sizing: border-box;
  font-size: 20px;
  font-family: hanson, sans-serif;
  height: 60px;
  letter-spacing: 1.5px;
  margin-top: 40px;
  padding: 4px;

  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 22rem;
  z-index: 2;

  overflow: hidden;
  color: #fff;
  background: #000;

  text-decoration: none;
  border: 4px solid transparent;

  border-image: linear-gradient(to left, #51f575, #06f4da);
  border-image-slice: 1;

  background-position: 0 -100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 0.8s ease;
  transition: all 0.8s ease;
}
.spk-bec:hover {
  background-position: 100% 50%;
  color: #000;
  /* color: #fff; */
}

.anglebg {
  background-image: url("./images/Page-1.svg");
}
/* Mobile Styles */
@media only screen and (max-width: 767px) {
  .speaker-card {
    width: calc(100% - 20px);
    margin: 10px 0;
  }

  .speaker-card img {
    height: 400px !important;
  }

  .speaker-card .title {
    font-size: 20px;
    top: 65%;
    padding: 5px;
  }

  .speaker-card .description {
    top: 0%;
    height: 300px;
    padding: 5px;
  }

  .speaker-cards {
    justify-content: center;
  }

  .speakers-buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  /* .spk-all,
  .spk-bec {
    width: 100%;
  } */
}

/* Add styles for other sections as needed */

/* sec 5 */

.image-section-with-text {
  background: #fff; /* Change the background color as needed */
}

.section-content5 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  text-align: center;
}

.section-text {
  text-align: left;
  width: 100%;
  padding-right: 20px;
  padding: 0 116px;
}

.section-content5 h2 {
  font-size: 38px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
}

.section-content5 p {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: left;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.image-container .aw1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.image-container .aw1 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-container .aw1 div {
  width: 25%;
  height: 280px;
}

.image-container .aw2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.image-container .aw2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aw1-text {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 40px;

  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
}

.aw1-text h2 {
  font-size: 90px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: left;
}

.aw1-text p {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: Hanson, sans-serif;
  letter-spacing: 1.5px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}

#section5 #inf {
  border: none !important;
  background: #000 !important;
}

#section5 #inf .scroll div {
  background-color: #000 !important;
  color: #51f575;
  font-family: Hanson, sans-serif !important;
  font-size: 24px !important;
}

#section5 #inf .scroll div span {
  color: #06f4da !important;
  font-family: Hanson, sans-serif !important;
}

/* Media Queries */
@media only screen and (max-width: 767px) {
  .section-content5 {
    padding: 0px;
  }

  .section-content5 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .section-content5 p {
    font-size: 16px;
  }

  .section-text {
    padding: 20px;
  }

  .image-container .aw1 div {
    width: 50%;
    height: 80px;
  }

  .aw1-text {
    width: 50%;
    padding: 0;
  }

  .aw1-text h2 {
    font-size: 20px;
    padding-left: 10%;
    margin-bottom: 0 !important;
  }

  .aw1-text p {
    font-size: 8px !important;
    margin-bottom: 20px;
    margin: 0 !important;
    padding-left: 10%;
  }

  .venue-para {
    display: flex;
    justify-content: space-around !important;
    align-items: center;
    flex-direction: column !important;
    padding: 40px;
  }

  .venue-para img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
  .venue-para h2 {
    font-size: 42px !important;
    font-family: Hanson, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
  }
}

/* #section5 #inf .ula div {
  animation: animate3 40s linear infinite !important;
  animation-delay: -40s;
}
#section5 .ula div:nth-child(2) {
  animation: animate4 40s linear infinite !important;
  animation-delay: -20s;
} */

#loading {
  display: none;
  text-align: center;
  font-size: 24px;
}

/* sec 6 */

.countsm {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  padding: 40px;
  flex-wrap: wrap;
  background-color: #000 !important;
}

.countsm h2 {
  font-size: 78px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}
.countsm p {
  font-size: 28px;
  letter-spacing: 1.5px;
  /* margin-bottom: 40px; */
  font-weight: 500;
  font-family: Hanson, sans-serif;
  color: #06f4da;

  text-align: center;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #section7 {
    height: 100%;
  }
  .countsm {
    flex-direction: column;
    padding: 20px;
    gap: 5px;
  }

  .countsm h2 {
    font-size: 38px;
    margin-bottom: 0px;
    text-align: center;
  }

  .countsm p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.nominate {
  background: #fff; /* Change the background color as needed */
  height: 15rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* styles.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.parallax-section {
  background: #000;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.parallax-section .parallax-content {
  /* align-items: center; */
  color: #fff;
  display: flex;
  font-size: 2rem;
  letter-spacing: 0.1em;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.parallax-section .parallax-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 1;
}

.venue-para {
  display: flex;
  justify-content: space-around !important;
  align-items: center;
  flex-direction: row;
  padding: 40px;
}

.venue-para img {
  width: 600px;
  height: 400px;
  object-fit: contain;
}

.venue-para h2 {
  font-size: 58px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}

/* .venue-para h2 span {
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  font-weight: bolder;
  color: transparent;
  -webkit-background-clip: text;
} */
.venue-b {
  background-color: #51f575;
  /* padding: 2.5px 10px; */
  width: fit-content;
  margin-bottom: 50px;
}

.venue-b span.background {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(
    to right,
    #000 0%,
    #000 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.9s;
  padding: 2.5px 10px;
  font-weight: bolder;
  color: #51f575;
}

.venue-b span.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}

.venue-b span.background.active {
  background-position: left bottom;
}

.spon-par {
  display: flex;
  justify-content: space-around !important;
  align-items: center;
  flex-direction: column !important;
  padding: 40px;
  overflow: hidden;
}

.spon-par h2 {
  font-size: 48px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}

.spon-par p {
  font-size: 20px;
  /* margin-bottom: 40px; */
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
}

.sponsor-parlist {
  display: flex;
  justify-content: space-around !important;
  align-items: center;
  flex-direction: row;
  padding: 40px;

  /* flex-wrap: wrap;  */
}

.sponsor-parlist div {
  width: 18rem;
  height: 100px;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor-parlist div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* *********************** */

.sponsor-parlist {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  animation: animategd 40s linear infinite;
}

.sponsor-parlist img {
  margin-right: 20px; /* Adjust as needed to control the gap between images */
  height: 100px; /* Set the desired height for your images */
}

@keyframes animategd {
  0% {
    transform: translateX(8rem);
  }
  100% {
    transform: translateX(100rem);
  }
}

/* ***************** */

@media (max-width: 768px) {
  .spon-par {
    padding: 20px;
  }

  .spon-par h2 {
    font-size: 24px;
    text-align: center;
  }

  .spon-par p {
    font-size: 16px;
  }

  .sponsor-parlist {
    /* flex-direction: column; */
    padding: 0px;
    flex-wrap: wrap;
  }

  .sponsor-parlist div {
    width: 40%;
    height: 50px;
    margin: 10px 5%;
    padding: 0 20px;
    border-radius: 10px;
  }
}

.sec-2 {
  background-color: #000;
  height: 20rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* testimonial */

.gtco-testimonials {
  /* position: relative; */
  margin-top: 30px;
  width: 80%;
  height: 80vh;
}
.gtco-testimonials h2 {
  font-size: 48px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  text-align: center;
  /* margin-bottom: 40px; */
}
.gtco-testimonials .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 10px;
}
.gtco-testimonials .owl-nav {
  display: block;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #06f4da;

  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #51f575;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  /* background: #fff; */
  /* box-shadow: 0 8px 30px -7px #c9dff0; */
  margin: 0 20px;
  width: 400px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 400px;
  border-radius: 50%;
  margin: 15px auto 0;
  /* box-shadow: 0 8px 20px -4px #95abbb; */
  object-fit: cover;
  width: 260px;
  height: 260px;
}
.gtco-testimonials .card h5 {
  margin-top: 20px;
  color: #000;
  font-size: 28px;
  letter-spacing: 1.5px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #000;
  font-family: "Roboto", sans-serif;
}

.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  /* opacity: 0.5; */
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 28px;
  letter-spacing: 1.5px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 400px;
  height: 320px;
  width: 320px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
    height: fit-content;
  }
  .gtco-testimonials h2 {
    font-size: 28px;
  }

  .gtco-testimonials .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .gtco-testimonials .owl-nav {
    display: block;
  }

  .gtco-testimonials .owl-dots {
    text-align: center;
  }

  .gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #06f4da;

    margin: 0 5px;
  }

  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }

  .gtco-testimonials .owl-dots .active span {
    background: #51f575;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
  }

  .gtco-testimonials .card {
    /* background: #fff; */
    /* box-shadow: 0 8px 30px -7px #c9dff0; */
    margin: 0 20px;
    width: 300px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
  }

  .gtco-testimonials .card .card-img-top {
    max-width: 300px;
    border-radius: 50%;
    margin: 15px auto 0;
    /* box-shadow: 0 8px 20px -4px #95abbb; */
    object-fit: cover;
    width: 200px;
    height: 200px;
  }

  .gtco-testimonials .card h5 {
    margin-top: 20px;
    color: #000;
    font-size: 24px;
    letter-spacing: 1.5px;
    font-family: Hanson, sans-serif;
    text-transform: uppercase;
  }

  .gtco-testimonials .card h5 span {
    font-size: 16px;
    color: #000;
    font-family: "Roboto", sans-serif;
  }

  .gtco-testimonials .card p {
    font-size: 16px;
    color: #555;
    padding-bottom: 15px;
  }

  .gtco-testimonials .active {
    /* opacity: 0.5; */
    transition: all 0.3s;
  }

  .gtco-testimonials .center {
    opacity: 1;
  }

  .gtco-testimonials .center h5 {
    font-size: 24px;
    letter-spacing: 1.5px;
    font-family: Hanson, sans-serif;
    text-transform: uppercase;
  }

  .gtco-testimonials .center h5 span {
    font-size: 16px;
  }

  .gtco-testimonials .center .card-img-top {
    max-width: 300px;
    height: 220px;
    width: 220px;
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 50;
}
.owl-carousel button.owl-dot {
  outline: 0;
}

.owl-carousel {
  height: 60vh;
}

.owl-carousel .owl-item {
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
}

/* left right nav */

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

  font-size: 90px;
  font-weight: 600;
  z-index: 1;
  transition: all 0.3s;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);

  font-size: 90px;
  font-weight: 600;
  z-index: 1;
  transition: all 0.3s;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.popup-content {
  position: relative;
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  padding: 20px;
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* save date */

.save-d {
  background-color: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 80px 120px;
}

.save-para {
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  display: flex;
  justify-content: space-around !important;
  align-items: flex-start;
  flex-direction: row;
  padding: 40px;
  width: 100%;
  gap: 20px;
}

.save-para div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.save-para img {
  width: 600px;
  height: 500px;
  object-fit: cover;
}

.save-para .img-cut {
  overflow: hidden;
}

.save-para .img-cut img {
  transition: all 0.3s ease-in-out;
}

.save-para .img-cut img:hover {
  transform: scale(1.05);
}

.save-para h2 {
  font-size: 42px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
}
.save-para p {
  font-size: 28px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: left;
  margin: 0 !important;
}

/* button */
.save-b {
  display: inline-block;
  padding: 10px 20px;
  /* linear bg color */
  font-family: hanson, sans-serif;
  margin-top: 80px;
  background-color: #000;
  letter-spacing: 1.5px;

  color: #51f575;
  text-decoration: none;
  font-size: 32px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.save-b span {
  transition: all 0.3s ease-in-out;
  /* avoid text flikkering on scale */
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transform: scale(1);
  backface-visibility: hidden;
}

.save-b:hover {
  color: #fff;
  transform: scale(1.05);
}

/* faq */

.content {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

.centerplease {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.centerplease h2 {
  font-size: 48px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
}

.centerplease p {
  font-size: 20px;
  font-weight: 600;
  margin: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: center;
}

/*Question*/
.question {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000;
  position: relative;

  margin: 0;
  padding: 10px 10px 10px 10px;
  display: block;
  width: 100%;
  cursor: pointer;
}

.content .boxr {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

/*Answer*/
.answers {
  font-family: "Roboto", sans-serif;
  color: #000;
  padding: 0px 15px;
  margin: 5px 0;
  width: 100% !important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  top: 5px;
  right: 0%;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* Style the down arrow */
.arrow {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid black;
  border-top: 2px solid black;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.questions {
  display: none;
}

.faq-img {
  margin-top: 180px;
  position: relative;
  bottom: -5px;
  z-index: 12;
}
/* footer */

#main-footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 0 !important;
}

#main-footer .footer__address-name a span {
  color: #51f575 !important;
  font-size: 24px;
}

#main-footer a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

#main-footer .footer__main {
  border-top: none !important;
  width: 100% !important;
  padding-bottom: 0 !important;
}

#main-footer .footer__main .td {
  padding: 0 1% !important;
}

#main-footer .footer__logo {
  width: 200px !important;
  height: 100% !important;
}
#main-footer .footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

#main-footer .footer__copyright {
  position: unset;
}
@media only screen and (max-width: 768px) {
  /* left right nav */
  .owl-prev {
    font-size: 60px;
  }
  .owl-next {
    font-size: 60px;
  }

  /* save date */
  .save-d {
    margin: 40px 20px;
  }
  .save-para {
    flex-direction: column;
    padding: 20px;
  }
  .save-para img {
    width: 100%;
    height: auto;
  }
  .save-para h2 {
    font-size: 32px;
  }
  .save-para p {
    font-size: 20px;
  }
  .save-b {
    font-size: 18px;
    margin-top: 20px;
  }

  /* faq */
  .centerplease h2 {
    font-size: 32px;
  }
  .centerplease p {
    font-size: 18px;
  }
  .question {
    font-size: 18px;
    padding: 5px;
    padding-right: 40px;
  }
  .content {
    width: 100%;
    padding: 20px;
  }
  .answers {
    padding: 5px;
  }
  .faq-img {
    margin-top: 80px;
  }

  #imageContainer {
    padding: 0 20px !important;
  }
  #imageContainer div {
    width: 100% !important;
    height: 300px;
  }

  #imageContainer div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #imageContainer div h3 {
    font-size: 18px;
  }

  .category-header {
    font-size: 24px !important;
    margin: 20px 0 !important;
  }
  #increaseVotesBtn {
    position: fixed;
    bottom: 80px;
    right: 31% !important;
  }
}

.form-m p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: center;
  margin: 60px 20px !important;
}

.category-header {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Hanson, sans-serif;
  margin: 40px 0;
}

#imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 120px;
}

#imageContainer div {
  width: 25%;
  height: 300px;
  margin: 10px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#imageContainer div img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #000;
}

#imageContainer div h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin: 20px 0;
}
/* fixed at bottom  */
#increaseVotesBtn {
  width: 25% !important;
  height: 60px;
}

#vpbtn {
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#note {
  font-size: 16px;
  margin: 5px !important;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: red;
  text-align: center;
}

.slectedimage {
  border-style: solid;
  border-width: 10px;
  border-image: linear-gradient(to left, #51f575, #06f4da) 1 !important;
  transition: all 0.3s ease-in-out;
}

.coupon {
  display: none;
}

#voteins {
  position: sticky;
  top: 100px;
  left: 0%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;

  color: #000;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

#voteins p {
  padding: 10px;
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
}

.mails {
  font-size: 10px !important;
}
