* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #140d25;
  font-family: "Montserrat", sans-serif;
}

/* LOADER STYLING */
.mail-conversio-loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 400;
  background-color: hsla(0, 0%, 10%, 0.1);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(14px);
}
.mail-conversio-loader.visible {
  display: flex;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mail-conversio-loader .loader-custom {
  position: relative;
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
}
.mail-conversio-loader h3 {
  text-align: center;
  color: #fff;
  letter-spacing: 1.25px;
  font-weight: 700;
  margin-top: 30px;
  padding-top: var(--font-22);
  font-size: 1.35rem;
}
.loader-custom div {
  height: 100%;
}

.loader1,
.loader1 div {
  border-radius: 50%;
  padding: 8px;
  border: 2.3px solid transparent;
  -webkit-animation: rotate linear 3.5s infinite;
  animation: rotate linear 3.5s infinite;
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.loader-custom div:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.loader-custom,
.loader-custom * {
  will-change: transform;
}

/* LOADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.logo {
  display: flex;
  align-items: center;
  color: white;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.timeline-link a {
  display: flex;
  text-decoration: none;
  color: white;
  font-size: 15px;
  transition: 0.3s;
}
.timeline-link a:hover {
  background-image: linear-gradient(90deg, #903aff, #d434fe, #fe34b9);
  -webkit-background-clip: text;
  color: transparent;
}
.timeline-link a.header-link-active {
  background-image: linear-gradient(90deg, #903aff, #d434fe, #fe34b9);
  -webkit-background-clip: text;
  color: transparent;
}
.register-link a {
  padding: 8px 23px;
  background-image: linear-gradient(
    270deg,
    #903aff 0%,
    #d434fe 56%,
    #ff26b9 100%,
    #fe34b9 100%
  );
  border-radius: 4px;
  color: white;
  font-size: 13px;
  text-decoration: none;
}
.register-link a.register-btn-active {
  border: 1px solid;
  background: transparent;
  border-radius: 4px;
  border-image: linear-gradient(180deg, #9a39ff 0%, #ff29b9 100%) 1;
}

.menu-bar {
  display: none;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
}
.close-menu-cont {
  display: none;
  position: relative;
}
.round-img {
  /* width: 100%; */
  position: absolute;
  left: -5px;
  margin-top: -20px;
}
.previous{
  display: none;
  position: relative;
}
.previous .round-img{
  position: absolute;
  left: -6px;
}

/* HERO SECTION */
.hero-section {
  display: flex;
  align-items: center;
  padding: 0 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-section-first-text {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 70px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.hero-section-first-text p {
  color: white;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}
.hero-content {
  width: 50%;
  color: white;
  z-index: 999;
}
.getlink-tech-text {
  position: relative;
}
.hero-content h3 {
  font-size: 60px;
  margin-bottom: 5px;
  z-index: 999;
}
.hackathon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-content h4 {
  font-size: 60px;
  margin-bottom: 10px;
}
.hero-content-span-number {
  color: #d434fe;
}
.hero-content p {
  width: 60%;
  font-size: 13px;
  margin-bottom: 40px;
}
.zero-cont {
  display: flex;
  gap: 8px;
}
.hero-content h5 {
  font-size: 13px;
  margin-top: 30px;
  font-size: 60px;
  font-family: "Unica One", cursive;
  font-weight: 200;
}
.num-span {
  font-size: 10px;
}
.moonlight-img {
  width: 45%;
  position: absolute;
  margin-top: -600px;
  color: white;
}
.moonlight-img .img {
  width: 100%;
  opacity: 0.7;
}
.first-star-img {
  width: 1%;
  position: absolute;
  margin-top: -80px;
  left: 100px;
}
.first-star-img .img {
  width: 100%;
}
.bulb-img {
  width: 5%;
  position: absolute;
  left: 420px;
  margin-top: -30px;
}
.bulb-img .img {
  width: 100%;
}
.dark-star-img {
  width: 1%;
  position: absolute;
  top: 200px;
}
.dark-star-img .img {
  width: 100%;
}
.dark-star {
  width: 1%;
  position: absolute;
  left: 200px;
}
.dark-star .img {
  width: 100%;
}
.pink-border-img {
  width: 8%;
  position: absolute;
  top: 20px;
}
.pink-border-img .img {
  width: 100%;
}
.chain-img {
  width: 8%;
}
.chain-img .img {
  width: 100%;
}
.fire-img {
  width: 6%;
}
.fire-img .img {
  width: 100%;
}

.hero-context {
  width: 50%;
}
.human-img {
  width: 100%;
  position: relative;
}
.human-img .img {
  width: 100%;
}

.vision-img {
  width: 80%;
  position: absolute;
  top: 0;
}
.vision-img .img {
  width: 100%;
}

aside {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.aside-context {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
}
.aside-context .img {
  width: 60%;
}
.bulb-text {
  display: none;
  color: white;
  position: absolute;
  top: 180px;
}
.aside-content {
  width: 50%;
  color: white;
  position: relative;
}
.aside-content h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
.aside-content h6 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #d434fe;
}
.aside-content p {
  line-height: 26px;
}
.aside-context-star {
  width: 3%;
  position: absolute;
  left: 100px;
  top: 0;
}
.aside-context-star .img {
  width: 100%;
}
.purple-star {
  width: 3%;
  position: absolute;
  left: 330px;
  margin-top: -50px;
}
.purple-star .img {
  width: 100%;
}
.arrow-hook-img {
  width: 6%;
  position: absolute;
  right: 100px;
  bottom: 0;
}
.arrow-hook-img .img {
  width: 100%;
}
.aside-context .lady-img {
  display: flex;
  align-items: center;
  width: 90%;
}
.purple-lens {
  width: 100%;
  position: absolute;
  margin-top: -250px;
  z-index: -1;
}
.purple-lens .img {
  width: 100%;
  opacity: 0.7;
}
.famer-context .lady-img {
  margin-top: 30px;
}
.farm-star-img {
  width: 2%;
  position: absolute;
  right: 100px;
  bottom: 0;
}
.farm-star-img .img {
  width: 100%;
}
.text-head-span {
  color: #fe34b9;
}
.farmer-content p {
  font-size: 14px;
  margin-bottom: 10px;
}
.famer-btn {
  padding: 10px 20px;
  background-image: linear-gradient(
    270deg,
    #903aff 0%,
    #d434fe 56%,
    #ff26b9 100%,
    #fe34b9 100%
  );
  border: none;
  border-radius: 4px;
  color: white;
  margin-top: 30px;
}

.pink-background {
  width: 100%;
  position: absolute;
  top: 200px;
}
.pink-background .img {
  width: 100%;
  opacity: 0.7;
}

.aside-content-header {
  margin-bottom: 50px;
}
.faq-accordion {
  width: 80%;
  border-bottom: 1px solid #d434fe;
  margin-bottom: 30px;
}
.faq-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-accordion-header h3 {
  font-weight: lighter;
  font-size: 13px;
  line-height: 22px;
}
.faq-accordion-direction {
  background: none;
  border: none;
}
.faq-bottom-icon {
  display: none;
  fill: #fe34b9;
}
.faq-accordion-visible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.faq-accordion .faq-accordion-visible p {
  font-size: 13px;
  text-align: start;
}
.faqactive {
  height: 70px;
  visibility: visible;
  opacity: 1;
}

.aside-context {
  display: flex;
  flex-direction: column;
}

/* TIMELINE SECTION */
.timeline-container {
  padding: 60px 70px;
  background-color: #191229;
}
.timeline-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  margin-bottom: 40px;
}
.timeline-header h4 {
  margin-bottom: 5px;
}
.timeline-header p {
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.timeline-star {
  width: 4%;
  position: absolute;
  right: 200px;
  margin-top: -40px;
}
.timeline-star .img {
  width: 100%;
}
.white-timeline-star {
  width: 2%;
  position: absolute;
  left: 150px;
  margin-top: -20px;
}
.white-timeline-star .img {
  width: 100%;
}
.timeless-contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeless-set {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.first-timeless-cont {
  margin-top: 20px;
  position: relative;
}
.timeless-content p {
  line-height: 21px;
}
.timeless-body-content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 40%;
  padding: 1px 0;
}
.timeless-content h5 {
  text-align: end;
  color: #d434fe;
  margin-bottom: 5px;
}
.timeless-content p {
  text-align: end;
  word-break: break-all;
  color: white;
  font-size: 13px;
}
.demacation-body {
  display: flex;
  flex-direction: column;
  width: 10%;
}
.demacation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.timeless-count {
  height: 30px;
  width: 30px;
  background-color: #d434fe;
  background-image: linear-gradient(50deg, #903aff, #d434fe);
  border-radius: 50%;
  border: none;
}
.purole-stroke {
  display: flex;
  justify-content: center;
  width: 2px;
  height: 50px;
  background-color: #d434fe;
}
.second-timeline-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 40%;
  padding: 1px 0;
}
.timeless-date {
  position: relative;
  color: #d434fe;
}
.timeless-content .start-text {
  text-align: start;
}
.timeless-content .start-text h5 {
  text-align: start;
}
.timeless-date .end-date {
  text-align: end;
}
.first-date {
  margin-top: 55px;
}
.timeless-date .start-date {
  text-align: start;
}
.left-date {
  padding-top: 30px;
}
.third-date {
  padding-top: 18px;
}

.timeless-mobile-container {
  display: none;
  flex-direction: column;
  align-items: center;
}
.timeless-mobile-view {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
.timeless-mobile-view .demacation-body {
  width: 0;
}
.timeless-mobile-content {
  color: white;
}
.timeless-mobile-content h5 {
  color: #d434fe;
  margin-bottom: 5px;
}
.timeless-mobile-content p {
  width: 70%;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

/* REWARD SECTION */
.reward-section-container {
  padding: 30px 70px;
}
.reward-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trophy-reward {
  display: flex;
  justify-content: center;
  width: 50%;
  position: relative;
}
.trophy-reward .img {
  width: 100%;
}
.trophy-reward-img {
  width: 75%;
  position: absolute;
}
.trophy-reward-img .img {
  width: 100%;
}
.trophy-star {
  width: 2%;
  position: absolute;
  margin-top: -30px;
}
.trophy-star .img {
  width: 100%;
}

.medal-reward-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reward-header-cont {
  display: flex;
  justify-content: right;
}
.reward-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  color: white;
}
.reward-header h5 {
  font-size: 18px;
}
.reward-header h6 {
  font-size: 18px;
  color: #d434fe;
  margin-bottom: 10px;
}
.reward-header p {
  width: 80%;
  line-height: 21px;
  font-size: 12px;
}
.medal-reward-img {
  width: 68%;
  position: relative;
}
.medal-reward-img .img {
  width: 100%;
}
.medal-star {
  width: 3%;
  position: absolute;
}
.medal-purple-bacground {
  width: 70%;
  position: absolute;
  left: 290px;
  margin-top: -150px;
}
.medal-purple-bacground .img {
  width: 100%;
  height: 200px;
}
.medal-star .img {
  width: 100%;
}
.medal-star.medal-star-two {
  position: absolute;
  right: 0;
  margin-top: -250px;
}

/* SPONSOR SECTION */
.sponsors-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
}
.sponsor-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  margin-bottom: 30px;
}
.sponsor-header h5 {
  font-size: 17px;
  margin-bottom: 10px;
}
.sponsor-header p {
  font-size: 13px;
  width: 80%;
  text-align: center;
  line-height: 20px;
}
.sponsor-box {
  display: flex;
  justify-content: center;
}
.sponsor-img {
  display: flex;
  justify-content: center;
  width: 70%;
  position: relative;
}
.sponsor-img .img {
  width: 100%;
}
.sponsor-pink-background {
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
}
.sponsor-pink-background .img {
  width: 100%;
  opacity: 0.6;
}
.bottom-sponsor-pink-background {
  width: 50%;
  position: absolute;
  top: 280px;
  right: 0;
}
.bottom-sponsor-pink-background .img {
  width: 100%;
  height: 450px;
  opacity: 0.7;
}
.sponsor-blue-star {
  width: 1%;
  position: absolute;
  left: 270px;
  top: 140px;
}
.sponsor-blue-star .img {
  width: 100%;
}
.sponsor-purple-star {
  width: 2%;
  position: absolute;
  top: 60px;
}
.sponsor-purple-star .img {
  width: 100%;
}
.sponsor-white-star {
  width: 2%;
  position: absolute;
  bottom: 20px;
}
.sponsor-white-star .img {
  width: 100%;
}

.privacy-section {
  display: flex;
  justify-content: center;
  padding: 70px 70px;
  position: relative;
}
.privacy-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.privacy-content-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 40px;
  color: white;
}
.privacy-content-header h5 {
  font-size: 18px;
}
.privacy-content-header h6 {
  font-size: 18px;
  color: #d434fe;
  margin-bottom: 15px;
}
.privacy-content-header h4 {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 20px;
}
.privacy-content-header p {
  font-size: 12px;
  line-height: 22px;
}
.policy-box {
  padding: 45px 30px;
  border: 1px solid #d434fe;
  color: white;
}
.policy-box p {
  font-size: 13px;
  line-height: 22px;
}
.policy-box h5 {
  color: #d434fe;
  margin-top: 15px;
  margin-bottom: 7px;
}
.policy-box small {
  font-size: 12px;
}
.green-tick {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.more-policy {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.more-policy button {
  padding: 10px 25px;
  background-image: linear-gradient(
    270deg,
    #903aff 0%,
    #d434fe 56%,
    #ff26b9 100%,
    #fe34b9 100%
  );
  border-radius: 3px;
  color: white;
  border: none;
}

.privacy-context {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
}
.privacy-image {
  display: flex;
  justify-content: center;
  width: 60%;
  position: absolute;
  top: 200px;
}
.privacy-image .img {
  width: 100%;
}
.privacy-pink-background {
  width: 40%;
  position: absolute;
  left: 0;
  top: 300px;
  opacity: 0.7;
}
.privacy-pink-background .img {
  width: 100%;
}
.privacy-image-star {
  position: absolute;
  margin-top: -70px;
  width: 3%;
}
.privacy-image-star .img {
  width: 100%;
}

/* FOOTER SECTION */
.footer-container {
  width: 100%;
  margin-top: 50px;
  background-color: #100b20;
  padding: 50px 100px;
  position: relative;
}
.footer-body {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.linked-foot {
  width: 30%;
  color: white;
}
.linked-foot-img {
  width: 40%;
  margin-bottom: 8px;
}
.linked-foot-img .img {
  width: 100%;
}
.linked-foot p {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 30px;
}
.footer-terms {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-terms h5 {
  font-size: 10px;
  font-weight: lighter;
}
.footer-terms-span {
  width: 1px;
  height: 15px;
  background-color: #d434fe;
}
.use-link-foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
}
.use-link-foot h5 {
  color: #d434fe;
  margin-bottom: 5px;
}
.use-link-foot h6 {
  font-weight: lighter;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-media h6 {
  color: #d434fe;
}
.social-media-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  position: relative;
}
.contact-footer h5 {
  color: #d434fe;
  margin-bottom: 5px;
}
.telephone {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.telephone h6 {
  font-weight: lighter;
}
.location-footer {
  display: flex;
  gap: 8px;
}
.location-footer h6 {
  font-weight: lighter;
  margin-bottom: 5px;
}
.copy-right {
  display: flex;
  justify-content: center;
  color: white;
  font-size: 11px;
  margin-top: 50px;
}
.footer-white-star {
  width: 1%;
  position: absolute;
  top: 100px;
  left: 50px;
}
.footer-white-star .img {
  width: 100%;
}
.contact-white-star {
  width: 8%;
  position: absolute;
  top: 150px;
  right: 0;
}
.contact-white-star .img {
  width: 100%;
}
.contact-faint-star {
  width: 8%;
  position: absolute;
  top: 40px;
  left: -50px;
}
.contact-faint-star .img {
  width: 100%;
}

.contact-page-body {
  padding: 90px 150px;
  position: relative;
}
.contact-page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.get-in-touch {
  width: 50%;
  color: white;
  position: relative;
}
.get-in-touch h3 {
  color: #d434fe;
  margin-bottom: 20px;
}
.get-in-touch-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.get-in-touch-details h6 {
  font-weight: lighter;
  margin-bottom: 5px;
  font-size: 13px;
}
.share h6 {
  color: #d434fe;
}
.share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share-icons a {
  text-decoration: none;
}
.get-in-touch-pink-background {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}
.get-in-touch-pink-background .img {
  width: 100%;
}
.get-in-touch-pink-star {
  width: 1%;
  position: absolute;
  top: 40px;
  left: 150px;
  opacity: 0.6;
}
.get-in-touch-pink-star .img {
  width: 100%;
}

.contact-context {
  width: 50%;
  background-color: rgba(54, 53, 53, 0.25);
  padding: 40px 70px;
  border-radius: 6px;
  position: relative;
}
.contact-context h5 {
  color: #d434fe;
  margin-bottom: 5px;
}
.contact-input {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.iput-cont {
  width: 100%;
}
.iput-cont input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 3px;
  background-color: transparent;
  color: white;
  font-family: "Montserrat", sans-serif;
  border: 1px solid white;
  outline: none;
}
.iput-cont input::placeholder {
  color: white;
}
.contact-input textarea {
  width: 100%;
  padding: 20px 20px;
  border-radius: 3px;
  background-color: transparent;
  color: white;
  font-family: "Montserrat", sans-serif;
  border: 1px solid white;
  resize: none;
}
.share-cont{
  display: none;
  justify-content: center;
}
.contact-input textarea::placeholder {
  color: white;
}
.submit-details {
  display: flex;
  justify-content: center;
}
.submit-details a {
  padding: 8px 25px;
  background-image: linear-gradient(
    270deg,
    #903aff 0%,
    #d434fe 56%,
    #ff26b9 100%,
    #fe34b9 100%
  );
  border-radius: 4px;
  color: white;
  font-size: 13px;
  text-decoration: none;
}
.contact-context-pink-star {
  width: 3%;
  position: absolute;
  left: -8px;
  top: 200px;
}
.contact-context-pink-star .img {
  width: 100%;
}
.contact-pink-back {
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: -1;
}
.contact-pink-back .img {
  width: 100%;
  height: 350px;
}

.contact-mobile-container {
  display: none;
}
.contact-mobile-container h5 {
  color: #d434fe;
  margin-bottom: 5px;
}
.contact-mobile-container p {
  color: white;
  margin-top: 20px;
}
.mobile-share-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

/* REGISTER PAGE */
.contact-page-body.register-page-container {
  padding: 40px 80px;
}
.regiter-img {
  width: 100%;
  position: relative;
}

.regiter-img .img {
  width: 100%;
}
.register-context {
  padding: 40px 40px;
  height: 600px;
}
.graphic-designer-star {
  width: 2%;
  position: absolute;
  left: 50%;
  margin-top: -50px;
}
.graphic-designer-star .img {
  width: 100%;
}
.register-context h5 {
  font-size: 15px;
  margin-bottom: 20px;
}
.register-context-header small {
  color: white;
}
.register-context-header h4 {
  color: white;
  font-size: 16px;
  margin-top: 10px;
}
.register-context-header h5{
  font-size: 19px;
}
.input-flex-cont {
  display: flex;
  justify-content: space-between;
}
.register-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 48%;
}
.dot-span {
  color: #d434fe;
}
.movement .img {
  width: 4%;
}
.register-input label {
  font-size: 14px;
  color: white;
}
.register-input input::placeholder {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}
.register-input select {
  padding: 12px 10px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  outline: none;
}
.register-pink-back {
  z-index: -1;
  width: 50%;
  left: 50%;
  top: 50%;
}
.register-pink-back .img {
  width: 100%;
  height: 300px;
}
.regiter-footer {
  margin-top: 20px;
}
.regiter-footer p {
  font-size: 13px;
  font-style: italic;
  color: #d434fe;
}
.check-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.check-box h6 {
  color: white;
  font-weight: lighter;
}
.submit-details button {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  background-image: linear-gradient(
    270deg,
    #903aff 0%,
    #d434fe 56%,
    #ff26b9 100%,
    #fe34b9 100%
  );
  border-radius: 4px;
  color: white;
  font-size: 14px;
  border: none;
}
.reguster-mobile-input {
  width: 100%;
}
.register-pink-back .mobile-pink {
  width: 80%;
}

/* CONFIRMATION POPUP */
.overlay-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  /* background-color: rgba(0, 0, 0, 0.85); */
  background: rgba(21, 14, 40, 0.93);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  animation: scalein 0.6s ease-in-out;
}
/* .saved-project-popup {
    width: 80%;
    background-color: white;
    border-radius: 20px;
    animation: scalein 0.6s ease-in-out;
  } */

@keyframes scalein {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}
.active-popup {
  height: 100vh;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.Confirmation-img {
  width: 35%;
  position: relative;
}
.Confirmation-img .img {
  width: 100%;
}
.back-btn {
  width: 420px;
  padding: 17px 0;
  position: absolute;
  margin-top: -87px;
  left: 0;
}

button {
  cursor: pointer;
}

@media screen and (max-width: 1194px) {
  .hero-section {
    flex-direction: column;
    gap: 20px;
  }
  .hero-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hero-section-first-text-container {
    display: flex;
    justify-content: center;
  }
  .hackathon-text {
    justify-content: center;
  }
  .hero-section-first-text {
    margin-bottom: 50px;
  }
  .hero-content h3 {
    font-size: 50px;
  }
  .hero-content h4 {
    font-size: 50px;
  }
  .pink-border-img {
    width: 20%;
  }
  .hero-content p {
    width: 100%;
    text-align: center;
  }
  .moonlight-img {
    width: 60%;
    margin-top: -250px;
    left: 0;
  }
  .bulb-img {
    margin-top: -10px;
    left: 350px;
  }
  .aside-context .lady-img {
    width: 100%;
  }
  .first-star-img {
    left: unset;
    right: 80px;
  }
  .contact-context {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 1178px) {
  .medal-purple-bacground {
    display: none;
  }
  .back-btn {
    width: 370px;
    margin-top: -79px;
  }
}

@media screen and (max-width: 1120px) {
  .timeless-mobile-container {
    display: flex;
    justify-content: center;
  }
  .timeless-contents {
    display: none;
  }
}

@media screen and (max-width: 1116px) {
  .menu-bar {
    display: flex;
    z-index: 9999;
  }
  .header-links {
    /* display: none; */
    flex-direction: column;
    align-items: start;
    gap: 25px;
    justify-content: center;
    width: 40%;
    height: 0;
    padding: 20px 40px;
    background-color: #22173b;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
  }
  .nav-active {
    height: 300px;
    opacity: 1;
    visibility: visible;
  }
  .hero-context {
    width: 60%;
  }
}

@media screen and (max-width: 1062px) {
  .privacy-image {
    width: 80%;
    top: 150px;
  }
}

@media screen and (max-width: 1006px) {
  .reward-section {
    flex-direction: column;
  }
  .reward-header-cont {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .trophy-reward-img {
    width: 80%;
  }
  .reward-header {
    align-items: center;
  }
  .reward-header p {
    text-align: center;
  }
  .contact-page-body {
    padding: 90px 90px;
  }
  .register-context {
    padding: 40px 20px;
  }
  .Confirmation-img {
    width: 45%;
  }
  .back-btn {
    width: 410px;
    margin-top: -85px;
  }
}

@media screen and (max-width: 900px) {
  header {
    padding: 25px 30px;
  }
  .hero-section-first-text {
    padding: 0 30px;
  }
  aside {
    flex-direction: column;
    gap: 20px;
    padding: 40px 40px;
  }
  .aside-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .aside-content p {
    text-align: center;
    font-size: 15px;
  }
  .farmer-content p {
    font-size: 15px;
  }
  .aside-context {
    width: 70%;
  }
  .aside-context .img {
    width: 70%;
  }
  .hero-section {
    padding: 0 30px;
  }
  .aside-content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aside-content-header p {
    width: 75%;
  }
  .timeline-header p {
    width: 70%;
  }
  .timeline-container {
    padding: 60px 50px;
  }
  .faq-accordion {
    width: 100%;
  }
  .aside-content-header p {
    width: 100%;
  }
  .reward-section-container {
    padding: 30px 50px;
  }
  .sponsor-img {
    width: 100%;
  }
  .sponsors-container {
    padding: 60px 50px;
  }
  .privacy-image {
    width: 100%;
    top: 200px;
  }
  .privacy-pink-background {
    top: 400px;
  }
  .bottom-sponsor-pink-background {
    top: 200px;
  }
  .linked-foot-img {
    width: 50%;
  }
  .privacy-section {
    padding: 70px 40px;
  }
  .reward-section {
    gap: 30px;
  }
  .trophy-reward-img {
    width: 90%;
  }
}

@media screen and (max-width: 890px) {
  .privacy-section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .privacy-image {
    width: 100%;
    top: 0;
  }
  .privacy-content-header {
    align-items: center;
  }
  .privacy-content-header h5 {
    text-align: center;
    margin-bottom: 5px;
  }
  .privacy-content-header h6 {
    text-align: center;
  }
  .privacy-content-header p {
    text-align: center;
  }
  .privacy-content {
    width: 80%;
  }
  .privacy-context {
    width: 80%;
  }
  .privacy-image {
    width: 70%;
  }
  .contact-page-body {
    padding: 90px 50px;
  }
  .get-in-touch-pink-background {
    width: 50%;
    margin-top: -100px;
  }
  .back-btn {
    width: 390px;
    margin-top: -80px;
  }
  .contact-page-body.register-page-container {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 710px) {
  .contact-page-header 
  .menu-bar{
    display: none;
  }
  .previous{
    display: block;
  }
  .contact-page-header .logo{
    display: none;
  }
  .footer-body {
    flex-direction: column;
    gap: 30px;
  }
  .linked-foot {
    width: 100%;
  }
  .use-link-foot {
    width: 80%;
  }
  .contact-foot {
    width: 80%;
  }
  .linked-foot-img {
    width: 40%;
  }
  .contact-white-star {
    width: 3%;
    top: unset;
    margin-top: -10px;
  }
  .contact-faint-star {
    width: 3%;
    left: -20px;
    top: 0;
  }
  .privacy-image {
    top: 50px;
    width: 70%;
  }
  .contact-page-container {
    display: block;
  }
  .register-context{
    width: 100%;
  }
  .get-in-touch-pink-star {
    width: 3%;
    margin-top: -20px;
  }
  .regiter-footer {
    margin-top: 5px;
  }
  .register-context-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .movement {
    display: flex;
    justify-content: center;
  }
  .register-pink-back{
    top: 75%;
    left: 55%;
  }
  .register-pink-back .img{
    height: 200px;
  }
  .get-in-touch.register-touch{
    display: block;
  }
  .get-in-touch {
    width: 100%;
    display: none;
  }
  .contact-context{
    background-color: transparent;
    width: 100%;
    padding: 15px 0;
  }
  .share-cont{
    display: flex;
    justify-content: center;
  }
  .share{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .Confirmation-img {
    width: 58%;
  }
  .privacy-pink-background {
    width: 70%;
    top: 400px;
  }
  .nav-active {
    height: 260px;
  }
  .input-flex-cont{
    flex-direction: column;
    gap: 15px;
  }
  .iput-cont.register-input{
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .header-links {
    width: 45%;
    padding: 20px 30px;
  }
  .nav-active {
    height: 250px;
  }
  .hero-section-first-text p {
    font-size: 15px;
  }
  .hero-content h3 {
    font-size: 40px;
  }
  .hero-content h4 {
    font-size: 40px;
  }
  .bulb-img {
    margin-top: -10px;
    left: 260px;
  }
  .hero-context {
    width: 75%;
  }
  .purple-lens {
    width: 80%;
    position: absolute;
    margin-top: -150px;
  }
  .pink-background {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 10px;
    right: unset;
  }
  .pink-background .img {
    width: 100%;
    opacity: 0.7;
  }
  .timeline-header p {
    width: 95%;
  }
  .timeless-mobile-content p {
    width: 85%;
  }
  .timeless-mobile-view .demacation .purole-stroke {
    height: 70px;
  }
  .faqactive {
    height: 90px;
  }

  .trophy-reward-img {
    width: 100%;
  }
  .reward-section {
    gap: 60px;
  }
  .medal-reward-img {
    width: 80%;
  }
  .reward-header p {
    width: 100%;
  }
  .sponsor-header p {
    width: 100%;
  }
  .footer-container {
    padding: 50px 50px;
  }
  .privacy-image {
    top: 100px;
    width: 80%;
  }
  .privacy-content {
    width: 100%;
  }
  .privacy-context {
    width: 100%;
  }
  .contact-page-body {
    padding: 50px 30px;
  }
  .Confirmation-img {
    width: 70%;
  }
  .back-btn {
    width: 360px;
    margin-top: -75px;
  }
  .graphic-designer-star {
    width: 3%;
  }
  .trophy-reward-img {
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .header-links {
    width: 50%;
    padding: 20px 30px;
  }
  .Confirmation-img {
    width: 78%;
  }
  .privacy-pink-background {
    width: 80%;
    top: 470px;
  }
  .logo {
    width: 40%;
  }
  .logo .img {
    width: 100%;
  }
}

@media screen and (max-width: 443px) {
  .hero-content h3 {
    font-size: 38px;
  }
  .hero-content h4 {
    font-size: 35px;
  }
  .timeless-mobile-content p {
    width: 100%;
  }
  .faqactive {
    height: 130px;
  }
  .get-in-touch-pink-background {
    width: 60%;
    margin-top: -100px;
  }
  .register-mobile-select {
    width: 40%;
  }
  .first-register-mobile-select {
    width: 56%;
  }
  .first-register-mobile-select select {
    padding: 12px 8px;
  }
  .back-btn {
    width: 335px;
    margin-top: -70px;
  }
}

@media screen and (max-width: 436px) {
  .timeless-mobile-view .demacation .purole-stroke {
    height: 75px;
  }
  .back-btn {
    width: 310px;
    margin-top: -70px;
  }
}
