:root {
  --main-color: #da591b;
  --secondary-color: #073763;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgb(195, 195, 195);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(70, 68, 68);
}

body {
  font-family: "roboto", sans-serif !important;
}


/* navbar */
#navbar-container {
  z-index: 10;
  width: 100%;
  background-color: #fff;

}

.navbar-collapse {
  flex-grow: unset !important;

}


nav .dropdown-item {
  cursor: pointer;
  width: fit-content;
  color: var(--main-color)
}



.navbar-brand {
  position: static;
  top: -30px;
  left: 0;
}

.navbar-brand>img {
  width: 130px;
}

#navbarSupportedContent {
  position: static;
  top: -20px;
  right: 0;
}

#chapters_link {
  background-color: #da5a19;
  padding: 8px 16px;
  border-radius: 20px;
  color: white !important
}

#chapters_link:hover {
  background-color: white;
  color: #da5a19 !important;
  border: 1px solid #da5a19;
  outline: #da5a19 solid 1px;
}


@media (max-width: 768px) {

  .navbar-brand {
    position: static;

  }

  .navbar-brand>img {
    width: 120px;
  }

  #navbarSupportedContent {
    position: static;
    ;
  }

  #register-now-button {
    position: unset;
    width: 100%;
    justify-content: center !important;
    margin-block: 8px 5px;
  }
}


/* Counter */

.wrapper {
  box-sizing: content-box;
  /* height: 1.8rem; */
  overflow: hidden;
}

.front {
  padding: 0px;
  margin: 0px;
}

.back {
  padding: 0px;
  margin: 0px;
}

.moveup {
  transform: translateY(-100%);
  transition: all 1s ease-in-out;
}

#counter {
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 99999;

  display: none;
}

#counter button {
  color: var(--main-color);
  background-color: white;
  text-decoration: none;
  border: none;
  /* text-transform: uppercase; */
  font-weight: bolder;
  font-size: 120%;
  padding: 0px 0px;
}

#counter a {
  text-decoration: none;
}

#counter p {
  font-size: 14px;
  /* color: white; */
  color: black;
  text-align: center;
  margin: 0px 0px;
}

#counter h1 {
  /* color: white; */
  color: var(--secondary-color);
  margin: 0px 0px;
  text-align: center;
  font-weight: bolder;
  font-size: 1.7rem;
}

/* hero section overlay text */
#hero-overlay-text-container {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #da5919fa; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;


}

#hero-overlay-text {
  color: #fff;
  font-size: 5.2vw;
  line-height: 6.7vw;
  /* background: #000000; */
  /* width: 60%; */
  font-weight: bold;
  font-family: serif;
  /* margin-top: -7vw; */
  /* max-width: 765px; */
  position: absolute;
  bottom: 20%;
  width: 100%;
  padding-inline: 7vw 3vw;
}

#text1Slider .splide__slide,
#text2Slider .splide__slide {
  font-size: 5.2vw;
  line-height: 6vw;
  /* border: solid; */
  /* visibility: hidden; */
  overflow: visible;

}

#text1Slider .splide__slide.is-active,
#text2Slider .splide__slide.is-active {

  visibility: visible;

}

#text1Slider .splide__slide {
  /* border: solid; */

  display: flex;
  align-items: flex-end;
}

#text2Slider {
  /* border: solid; */
  margin-top: 10px;
  padding-top: 0px;
  padding-left: 10vw;
}

#hero-overlay-text-container>div:last-child,
.align-to-bottom-right {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  /* margin-top: 10px; */
  cursor: pointer;
  width: 100%;
  justify-content: flex-end;

  position: absolute;
  bottom: 7%;
  right: 2%;
  font-family: serif;

  display: none;
}

.align-to-bottom-right {
  display: flex;
}

.align-to-bottom-right a {
  color: white;
}

#hero-overlay-text-container>div:last-child a,
.align-to-bottom-right a {
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  #hero-overlay-text {
    font-size: 3.5rem;
    line-height: 5rem;
    width: fit-content;
    padding-left: 15px;
    margin-top: 0vw;
    /* max-width: 650px; */
    padding-right: 20px;
    /* text-align: center; */
  }
}

@media (max-width: 768px) {

  /* hero section overlay text */
  #hero-overlay-text-container {
    justify-content: center;

  }

  #hero-overlay-text {
    font-size: 2.2rem;
    line-height: 3rem;
    width: 90%;
    padding-inline: 0px 0;
    margin-top: 0vw;
    /* max-width: 650px; */
    /* border: solid; */
    /* text-align: center; */
  }

  #hero-overlay-text-container>div:last-child {
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    right: 3%;
    display: none;
  }

  .align-to-bottom-right {
    display: flex;
    right: 5%;
    bottom: 10%;
  }


  #hero-overlay-text>div a {
    text-decoration: underline;
  }
}

@media (max-width: 450px) {
  #hero-overlay-text {
    font-size: 8.5vw;
    line-height: 12vw;
    width: fit-content;
    max-width: 90%;
    margin-inline: auto;
    padding-inline: 0px 0;
    margin-top: 0vw;
    /* max-width: 650px; */
    /* border: solid; */
    /* text-align: center; */

    bottom: 30%;
  }

  #text1Slider .splide__slide {
    font-size: 10vw;
    line-height: 10vw;
    /* border: solid; */
    padding-bottom: 5px;
  }

  #text1Slider .mobile-text-sm {
    font-size: 8vw;
    line-height: 8vw;
  }

  #text2Slider .splide__slide {
    font-size: 10vw;
    line-height: calc(10vw + 5px);
    /* border: solid; */
  }

  #text2Slider .mobile-text-sm {
    font-size: 8vw;
    line-height: calc(8vw + 5px);
  }

  #text1Slider .splide__slide {
    display: flex;
    align-items: flex-end;
  }

  #text2Slider {
    /* border: solid; */
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0vw;
  }

  #hero-overlay-text-container>div:last-child {
    position: absolute;
    bottom: 10%;
    /* border: solid; */
  }
}

/* hero */
.carousel-indicators button {
  background-color: var(--main-color) !important;
  margin-top: 10px;
  width: 25% !important;
  height: 4px !important;
  z-index: 0 !important;
}

.carousel-indicators {
  position: absolute;
  top: 0%;
  left: auto;
  right: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  z-index: 99999;
  margin-right: 0;
  width: 59% !important;

}

.carousel-indicators {
  z-index: 0 !important;
}

.carousel-inner>.item {
  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
  -o-transition: -o-transform 1.2s ease-in-out !important;
  transition: transform 1.2s ease-in-out !important;
}

.carousel-item {
  min-height: 300px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* .2 */
}

/* HEADER TEXT over header image */
.header-text-container {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 20px;
  /* border: solid red; */
  color: white;

  padding-left: 70px;
}

.header-text-container:last-child {
  width: 50%;
}

.header-text-container:last-child h3 {
  font-weight: 500;
}

.header-text-container button {
  background-color: black;
  /* rgb(11, 11, 182); */
  border: none;
  color: white;
  box-shadow: 0 2px 2px 1px rgb(38, 38, 38);
  /* rgb(2, 0, 84); */

  width: 300px;

  font-size: 16px;
  padding: 12px 10px;
  border-radius: 2px;
}

.header-text-container a {
  color: white;
  text-decoration: none;
}

/* .header-text-container a:hover {
  color: black;
  font-weight: 500;
} */

.header-text-container button:hover {
  background-color: white;
  /* rgb(11, 11, 182); */
  color: black;
  border: none;
  box-shadow: 0 0 2px 1px gray;
  /* rgb(2, 0, 84); */
  font-weight: 500;
}

/* ?new  */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* .2 */

  display: flex;
  justify-content: center;
}

.overlay button {
  background-color: var(--main-color);
  /* rgb(11, 11, 182); */
  border: none;
  color: white;
  box-shadow: 0 2px 2px 1px rgb(38, 38, 38);
  /* rgb(2, 0, 84); */

  /* width: 300px; */

  font-size: 16px;
  /* padding: 12px 10px; */
  padding: 14px 30px;
  border-radius: 2px;

  font-weight: bold;
  box-shadow: 0 0 2px 1px #cf4f13;

  font-size: 1.5rem;
}

.overlay a {
  color: white;
  text-decoration: none;

  position: absolute;
  bottom: 40px;
  /* left: 0;
  right: 0; */
  /* margin: auto; */
}

/* ..overlay a:hover {
  color: black;
  font-weight: 500;
} */

.overlay button:hover {
  background-color: #cf4f13;
  /* rgb(11, 11, 182); */
  /* color: black; */
  border: none;
  /* box-shadow: 0 0 2px 1px gray; */
  /* rgb(2, 0, 84); */
  /* font-weight: 500; */
}

/* ?new  */

/* ?new2  */
.overlay {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* .2 */

  display: flex;
  justify-content: center;
}

.overlay button {
  background-color: transparent;
  /* rgb(11, 11, 182); */
  border: solid #073763 2px;
  color: #073763;
  box-shadow: 0 2px 2px 1px #073763;
  /* rgb(2, 0, 84); */

  /* width: 300px; */

  font-size: 16px;
  /* padding: 12px 10px; */
  padding: 14px 30px;
  border-radius: 2px;

  font-weight: bold;
  /* box-shadow: 0 0 2px 1px #cf4f13; */

  font-size: 1.5rem;
}

.overlay a {
  color: white;
  text-decoration: none;

  position: static;
  bottom: 0px;
  /* left: 0;
  right: 0; */
  /* margin: auto; */
}

/* ..overlay a:hover {
  color: black;
  font-weight: 500;
} */

.overlay button:hover {
  background-color: #f5b123ff;
  /* rgb(11, 11, 182); */
  /* color: black; */
  border: solid #073763 2px;
  /* box-shadow: 0 0 2px 1px gray; */
  /* rgb(2, 0, 84); */
  /* font-weight: 500; */
}

/* ?new  */

.overlay h1 {
  font-weight: bolder;
  font-size: 3.5vw;
}

.overlay h3 {
  font-weight: 600;
  font-size: 2.5vw;
}

.overlay p {
  font-size: 1.5vw;
}

/* ABOUT */
/* About problem statement section styles */
/* download-problem-statement-2025 */
#About {
    /* min-height: calc(100vh); */
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#download-problem-statement-2025 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

#download-problem-statement-2025 button {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1.2rem;
}
#about-text-pdf-container {
    display: flex;
    align-items: center;
}

#about-text-pdf-container>div {
    flex: 1;
}

#about-text-pdf-container>div:first-child {
    padding-right: 4vw;
}


#about-text-pdf-container embed {
    width: 50%;
    height: 450px;
    border-radius: 12px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5) !important;
}

#about-text-pdf-container embed {
    width: 100%;
    border-radius: 15px;
    box-shadow: none;
}

#About p {
    /* text-align: justify !important; */
    font-size: 1.2rem;
}

/* comming-soon-top */
#comming-soon-top>h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bolder;
  color: var(--secondary-color);
}


@media screen and (max-width: 768px) {
  #download-problem-statement-2025 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  #download-problem-statement-2025 button {
    font-size: 1rem;
  }
  #comming-soon-top>h1 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #about-text-pdf-container {
    flex-direction: column;
    gap: 20px;
}

}

/* Animation strip */
#animation-strip {
  color: white;
  font-size: 2.5rem;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
    1px 1px 0 black;
  overflow: hidden;
  width: 100%;
}

.marquee-text {
  white-space: nowrap;
  animation: marqueeAnimation 30s linear infinite;
  font-weight: bold;
}

.wheel {
  animation: rotatewheel 3s linear infinite;
  width: 50px;
  height: 50px;
  margin: 20px;
}

p.vline {
  height: 50px;
  border-left: 4px solid var(--secondary-color);
  margin-left: 5px;
}

/* ROUNDS */

.splide__slide video {
  transition: all 0.3s ease;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
}

.splide__slide p {
  font-size: 1.2rem;
}

.splide__pagination {
  display: flex !important;
  position: relative !important;
  margin-top: 18px !important;
}

.splide__pagination__page {
  background-color: var(--main-color) !important;
  border: 1px solid brown !important;
  height: 12px !important;
  width: 12px !important;
  margin: 6px !important;
}

.splide__slide video {
  filter: opacity(80%);
  transform: scale(0.9);
  filter: blur(2px);
}

/* .splide__slide.is-next img{
  filter: opacity(80%);
  transform: scale(0.85);
  filter: blur(2px);
} */

.splide__slide.is-active video {
  filter: opacity(1);
  transform: scale(1);
}

.splide__arrow {
  background-color: white !important;
  /* border: 2px dotted var(--main-color) !important; */
}

.splide__arrow svg {
  fill: rgb(0, 0, 0) !important;
}

#rounds h4 {
  font-weight: bolder;
  font-size: 1.2rem;
  /* text-transform: uppercase; */
}

#rounds p {
  font-size: 85%;
  color: grey;
  font-weight: 500;
  /* text-align: justify; */
  margin-bottom: 0px;
}

.round {
  cursor: pointer;
  /* border: unset; */
  /* border-bottom: 2px dashed #d4d4d4; */
  border-radius: 4px;
  padding: 12px;
  /* margin: 10px ; */
  /* padding-left: 10px; */
  /* padding-right: 10px; */
}

.incentive-img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 30px;
}

/* .round.border-left {
   border-left: 2px dashed #d4d4d4;
}

.round.border-right {
   border-right: 2px dashed #d4d4d4;
}

.border-top {
   border-top: 2px dashed #d4d4d4;
}

.round.border-right {
   border-right: 2px dashed #d4d4d4;
} */

/* #rounds .round {
   border-bottom: 2px dotted black;
   border-top: 2px dotted black;
} */


.social-links {
  margin: 10px;
  padding: 5px 10px;
  color: white !important;
}

.social-links:hover {
  background-color: rgb(254, 133, 71, 0.5);
  border-radius: 8px;
}

.social-links img {
  filter: grayscale(100%) invert(100%);
}

/* FOOTER */

footer {
  background-color: var(--main-color);
}

#scrollToTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#scrollToTopBtn.visible {
  opacity: 1;
  z-index: 10;
}

#scrollToTopBtn button {
  font-size: 16px;
  background-color: var(--main-color);
  height: 42px;
  width: 42px;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
  border: 2px solid white;
  /* var(--main-color); */
}
#numbers-animation-container {
  list-style: none;
  gap: 5vw
}

#numbers-animation-container>li>div:last-child {
  font-size: 1.2rem;
}

/* comming-soon-bottom */
#comming-soon-bottom>div {
  width: 75%;
}

#comming-soon-bottom>div>div {
  font-size: 1.6rem;
}

#comming-soon-bottom>div>a {
  padding: 18px 30px;
  font-size: 1.4rem;
}

/* section-3,meter-counter-container */
#section-3>div:nth-child(1)

/* ,
#meter-counter-container>div:nth-child(1)  */
  {
  width: 50%;
}

#meter-counter-container>div:nth-child(1) {
  width: 60%;
  /* max-width: 800px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#section-3>div:nth-child(2) {
  width: 50%;
}

.meter-counter-text1,
.meter-counter-text2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.meter-counter-text2 {
  margin-top: 8px;
  display: block;
}

#odometer,
#odometer+span {
  /* border: solid; */
  font-size: 10rem;
  color: var(--secondary-color);
  font-family: serif;
  font-weight: bold;
  line-height: 10rem;
}

#odometer+span {
  font-weight: 500;
}

#meter-counter-button>button {
  font-size: 1.8rem !important;
}



#meter-counter-container>.embed,
#meter-counter-container embed {
  width: 50%;
  height: 400px;
  border-radius: 12px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

#meter-counter-container embed {
  width: 100%;
  border-radius: 15px;
  box-shadow: none;
}

#section-3 {
  align-items: center !important;
}

/* #meter-counter-container {
  align-items: flex-start !important;
} */

#scroll-animation-result,
#section-3,
#meter-counter-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 6vw;
  padding-inline: 6vw 3vw;

  background-color: var(--secondary-color2);
}

#meter-counter-container {
  align-items: center !important;
}


#scroll-animation-result img {
  width: 45vw;
  border-radius: 10px;
}

#scroll-animation-result p,
#section-3 p {
  /* width: 50vw; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  font-size: 19.2px;
  margin: 0;
  /* align-items: center; */
  /* gap: 20px; */
  /* font-size: 1.2rem; */
}

#click-here-2024 {
  width: fit-content;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: var(--main-color);
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.2rem;
}

#click-here-2024:hover {

  background-color: #e05e22;

}

#click-here-download-brochure {
  width: fit-content;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: var(--main-color);
  /* outline: 2px solid rgb(0, 0, 0); */
  border-radius: 7px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.2rem;
}

#click-here-download-brochure:hover {
  color: white;
  background-color: #d55215;
  outline: none;

}

#scroll-animation-result h4 {
  color: var(--main-color);
}

/* footer desktop */
#footer-top {
  width: 100%;
  padding-inline: 6vw 3vw;
  /* 7rem; */
}

#footer-top>p {
  font-size: 1.15rem;
}

#footer-top a {
  text-decoration: none;
  font-weight: 500;
  color: black;
  background-color: transparent;
  /* 073763 */
  padding: 10px 30px;
  width: fit-content;
  border: none;
  box-shadow: 0 0 0 2px #0c508d;

  border: solid #073763 2px;
  color: #073763;
  box-shadow: 0 2px 2px 1px #073763;
  font-weight: 600;

  font-size: 1.1rem;
}

#footer-top a:hover {
  background-color: #f5b123ff;
  border-radius: 1px;
  /* text-decoration-line: underline;     */
}

#footer-bottom {
  /* border-top: 2px solid lightgray; */
}

#footer-bottom-right>div>a {
  text-decoration: none;
  color: black;
}

#footer-bottom-right>div:first-child>a:hover {
  text-decoration: underline;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

#footer-bottom-right>div:nth-child(2)>a:hover,
#share-video-container .social-links:hover {
  transform: rotate(-30deg);
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

#share-video-container .social-links {
  margin-block: 0px;
}

#share-video-container>span {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: -0px;
}

@keyframes rotatewheel {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes marqueeAnimation {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1240px) {

  /* meter counter */

  #odometer,
  #odometer+span {
    /* border: solid; */
    font-size: 8rem;
    color: var(--secondary-color);
    font-family: serif;
    font-weight: bold;
    line-height: 8rem;

  }

  #meter-counter-button>button {
    font-size: 1.4rem !important;

  }


}

@media (max-width: 960px) {

  #meter-counter-container>div:nth-child(1) {
    width: fit-content
  }

  /* meter counter */
  .meter-counter-text1,
  .meter-counter-text2 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }

  .meter-counter-text2 {
    margin-top: 8px;
    display: block;
    font-size: 1.4rem;
  }

  #odometer-container {

    /* border: solid; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #odometer,
  #odometer+span {
    /* border: solid; */
    font-size: 6rem;
    color: var(--secondary-color);
    font-family: serif;
    font-weight: bold;
    line-height: 6rem;
  }

  #odometer+span {
    font-weight: 500;
  }

  #meter-counter-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  #meter-counter-button>button {
    font-size: 1.2rem !important;

  }

  #meter-counter-container>.embed {
    width: 100%;
    margin-top: 50px;
    display: none;
  }
}


@media (max-width: 768px) {
  .carousel-indicators {
    top: -5%;
    width: 100% !important;
  }

  .nav-link {
    padding-inline: 10px !important;
    margin-top: 8px;
  }

  .carousel-item {
    /* min-height: 400px; */
  }

  /* Animation strip */
  #animation-strip {
    color: white;
    font-size: 1.8rem;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
      1px 1px 0 black;
    overflow: hidden;
    width: 100%;
  }

  .wheel {
    animation: rotatewheel 3s linear infinite;
    width: 30px;
    height: 30px;
  }

  /* ROUNDS */
  #rounds h4 {
    font-weight: bolder;
    font-size: 0.9rem;
  }

  #rounds p {
    font-size: 0.8rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  /* #Details */
  .accordion-body tr {
    display: block;
    width: 100%;
    border: none;
    margin: 12px 0px;
  }

  .accordion-body td {
    display: block;
    width: 100%;
    border: none;
  }

  .accordion-body td:nth-of-type(1) {
    /* border: 2px solid red !important; */
    font-size: 19px;
    /* color: var(--main-color); */
  }

  .accordion-body td:nth-of-type(2) {
    /* border: 2px solid red !important; */
    margin-left: 10px;
    font-size: 16px;
  }

  .accordion-body table {
    /* border-collapse: collapse !important; */
    display: block;
    width: 100%;
  }

  #social-footer {
    overflow: hidden;
  }

  .social-links img {
    width: 30px !important;
    margin: 0px;
    padding: 0px;
  }

  #social-footer h4 {
    font-size: 20px;
  }

  .splide__slide.is-prev {
    transform: scale(1);
  }

  .splide__slide.is-next {
    transform: scale(1);
  }

  .splide__pagination {
    margin-top: 8px !important;
  }

  /* header text over header image */
  .header-text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 20px;
    /* border: solid red; */
    color: white;

    padding-left: 20px;
    padding-right: 10px;
  }

  .overlay h1 {
    font-weight: bolder;
    font-size: 5vw;
  }

  .overlay h3 {
    font-weight: 600;
    font-size: 4vw;
  }

  .overlay p {
    font-size: 3vw;
  }

  .header-text-container:last-child {
    width: 70%;
  }

  .header-text-container:last-child h3 {
    font-weight: 500;
  }

  .header-text-container button {
    width: 200px;

    font-size: 14px;
    padding: 10px;
    border-radius: 2px;
  }
  #numbers-animation-container {
    list-style: none;
    gap: 3vw
  }

  #numbers-animation-container>li>div:last-child {
    font-size: 1rem;
  }

  #scroll-animation-result #video-crousel {
    order: -1;
  }

  /* section-3 */
  #section-3>div:nth-child(1),
  #meter-counter-container>div:nth-child(1) {
    width: 100%;
  }

  #section-3>div:nth-child(2) {
    width: 100%;
  }

  #scroll-animation-result,
  #section-3,
  #meter-counter-container {
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    gap: 0vw;
    padding-inline: 5vw 5vw;
  }

  #scroll-animation-result img {
    width: 100%;
  }

  #scroll-animation-result div:last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 2vw;
  }

  #scroll-animation-result h4 {
    color: var(--main-color);
    font-size: 26px;
  }

  #scroll-animation-result p,
  #section-3 p {
    font-size: 16px;
    line-height: unset;

    display: flex;
    flex-direction: column;
    gap: 3vw;
  }


  /* footer */

  #footer-top {
    width: 100%;
    padding-inline: 5vw;
  }

  #footer-top a {
    padding: 10px 20px;

    font-size: 1rem;
  }
  #my_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #footer-bottom-right>div:first-child>a {
    padding: 0;
    margin: 0;
    margin-block: 5px;
  }

  #footer-logo {
    margin: auto;
    text-align: center;
    /* padding-right: 30px; */
  }

  .overlay a {
    bottom: 30px;
  }

  /* overlay */
  .overlay button {
    width: 300px;

    font-size: 16px;
    padding: 12px 10px;

    border-radius: 2px;
  }

  #ordinary-people-text-container {
    height: 150px !important;
  }

  #ordinary-people-text-container>h1 {
    font-size: 5rem !important;
  }

  /* meter counter */
  .meter-counter-text1,
  .meter-counter-text2 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .meter-counter-text2 {
    margin-top: 8px;
    display: block;
    font-size: 1.4rem;
  }

  #odometer,
  #odometer+span {
    /* border: solid; */
    font-size: 23vw;
    color: var(--secondary-color);
    font-family: serif;
    font-weight: bold;
    line-height: 23vw;
  }



  #odometer+span {
    font-weight: 500;
  }

  #meter-counter-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  #meter-counter-button>button {
    font-size: 1.2rem !important;

  }

  #meter-counter-container>.embed {
    width: 100%;
    margin-top: 50px;
    display: none;
  }
}



@media (max-width: 480px) {
  #odometer {
    padding-left: 20px;
  }

  /* header text over header image */
  .header-text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 20px;
    /* border: solid red; */
    color: white;

    padding-left: 20px;
    padding-right: 10px;
  }

  .overlay h1 {
    font-weight: bolder;
    font-size: 7.3vw;
  }

  .overlay h3 {
    font-weight: 600;
    font-size: 6.3vw;
  }

  .overlay p {
    font-size: 4.3vw;
  }

  .header-text-container:last-child {
    width: 100%;
  }

  .header-text-container:last-child h3 {
    font-weight: 500;
  }

  .header-text-container button {
    width: 250px;

    font-size: 14px;
    padding: 10px;
    border-radius: 2px;
  }
}


#scroll-animation-result {

  width: 100%;
  height: 100%;

}

.show-animation {
  animation: zoom-in 2s ease-in-out 0s 1;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}



/* animated highlight navbar nav-link */
:root {
  --accent-color: #f5b123ff;
  --white-color: #fff;
  /* --box-shadow: 0 0 5px #f5b123ff, 0 0 25px #f5b123ff, 0 0 50px #03e9f4,
    0 0 100px #f5b123ff; */
  --box-shadow: 0 0 10px 1px rgb(6, 207, 46);
  --box-shadow2: 0 0 10px 1.5px #da591b;
  /* --box-shadow2: 0 0 10px 1.5px #073763; */
}


.button-animation {
  font-size: 20px !important;
  padding: 12px 20px;
  font-size: 16px !important;
  padding: 10px 10px;
  display: inline-block;
  color: white !important;
  transition: 0.5s;
  border-radius: 5px;

  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: #da591b;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  top: 5px;
  left: 7px;

  /* visibility: hidden; */
}

.button-animation.button-animation-remove::after {
  display: none;
}

.button-animation:after {
  content: "";
  border: 1px solid black;
  /* background-color: #ffe54c; */
  background-color: transparent !important;
  width: 100%;
  z-index: 0;
  position: absolute;
  height: 100%;
  top: 5px;
  left: 7px;
  left: -7px;
  top: -5px;
  transition: 0.2s;
  border-radius: 5px;
}

.button-animation:hover:after {}

.button-animation:hover {}

@media (min-width: 768px) {
  .button-animation {
    padding: 13px 50px 13px;
    font-size: 20px !important;

  }

  li:has(.button-animation) {
    position: absolute;
    /* left: calc(50% - 115px); */
    width: 230px;
    /* left: calc(50% - 200px); */
    left: calc(50% - 10.1%);
    width: fit-content;
  }
}

li>.default-orange-text {
  color: var(--main-color) !important;
}

li>.default-white-text {
  color: white !important;
}

li>.default-black-text {
  color: black !important;
}

li>.default-white-text:hover,
li>.default-black-text:hover {
  color: var(--main-color) !important;
}

li>.dropdown-item:hover {
  text-decoration: underline;
  color: var(--main-color) !important;
}

li>.dropdown-item.mobile:hover {
  text-decoration: none;
}

li>.dropdown-item:focus {
  background-color: transparent;
  /* color: black; */
}

li>.dropdown-toggle,
li>.nav-link-d {
  text-decoration: none;
  font-size: 18px;

  /* border: solid; */
}

li>.dropdown-toggle:hover,
li>.nav-link-d:hover {
  color: var(--main-color) !important;
}

li>.dropdown-toggle::after {

  vertical-align: 0.201em;
}

.dropdown-menu {
  padding: .75rem 0 !important;
}


.button-animation span {
  position: absolute;
  display: block;
}

.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent-color));
  /* animation: btn-anim1 1s linear infinite; */
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--accent-color));
  /* animation: btn-anim2 1s linear infinite; */
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, transparent, var(--accent-color));
  /* animation: btn-anim3 1s linear infinite; */
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(360deg, transparent, var(--accent-color));
  /* animation: btn-anim4 1s linear infinite; */
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

.button-animation:hover {
  /* background-color: var(--accent-color);
  color: var(--white-color);
  border-radius: 5px;
  box-shadow: var(--box-shadow); */
}

.full_screen h4 {
  font-size: 40px;
  font-weight: 600;
}

.full_screen h2 {
  font-size: 52px;
  font-weight: 600;
}

.full_screen {
  color: white;
  text-align: center;
}

.rounds .row img {
  border-radius: 100px;
}

.rounds .row h3 {
  margin-top: 10%;
}

.navbar-toggler {
  border: 1px solid #d1d1d1;
  color: #d1d1d1;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.redirect {
  position: absolute;
  bottom: 2%;
  left: 40%;
  text-align: center;
  color: white
}

.rounds .row .round-content {
  padding-left: 20px;
  height: 520px !important;
}

.round-content h3 {
  font-size: 30px;
}

.round-content p {
  font-size: 18px;
}


.carousel-control-next-icon {
  margin-right: -100%
}

.carousel-control-prev-icon {
  margin-left: -100%
}

/* rewards section */
#Rewards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 6vw 3vw;

  margin-block: 30px 0;

}

#Rewards>div {
  padding-block: 20px;
  flex-grow: 1;
  width: 40%;

  width: 50%;
}

#Rewards>div:last-child {
  flex-grow: 1;
  /* width: 60%; */
  border-left: 2px solid gray;
}

#Rewards>div:first-child {
  /* flex-grow: 2; */
  /* border-right: 2px solid gray; */
  width: fit-content;
}

#rewards-slogan {
  width: fit-content;
  /* margin: 0 auto; */
}

#rewards-slogan>h1 {
  color: var(--secondary-color);
  font-size: 4rem;
  font-weight: 600;

}

#rewards-slogan button {
  border: none;
  width: fit-content;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: var(--main-color);
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 20px;
}

#rewards-slogan button:hover {

  background-color: #e05e22;
}

#rewards-prices-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 40px;
}

#rewards-prices-list>li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  /* border: 1px solid; */
  margin-bottom: 20px;
  font-size: 20px;
}

#rewards-prices-list>li:last-child {

  margin-bottom: 0px;
}

#rewards-prices-list img {
  width: 45px;
}

#rewards-prices-list:nth-child(1) img {
  width: 55px;
}

@media(max-width:768px) {
  .round-content p {
    font-size: 16px;
    text-align: center;
  }

  .round-content h3 {
    text-align: center;
    margin-bottom: 22px;
  }

  .round-content a {
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration-line: none;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: fit-content;
  }

  .carousel-control-next-icon {
    margin-right: -50%
  }

  .carousel-control-prev-icon {
    margin-left: -50%
  }

  .rounds .row .round-content {
    height: 520px !important;

  }
  .rounds .row img {
    border-radius: 50px;
  }
  .round-3{
    bottom: 3% !important;
  }

  .rounds .row h3 {
    margin-top: 10%;
  }

  .redirect {
    position: absolute;
    bottom: 2%;
    left: 5%;
    text-align: center;
    color: white
  }

  /* rewards section */
  #Rewards {
    flex-direction: column;
    gap: 20px;
    margin-block: 10px 0;
    padding-inline: 3vw 3vw;
  }

  #Rewards>div {

    width: 100% !important;
  }



  #Rewards>div:first-child {

    border-right: none;
    border-bottom: 2px solid gray;
  }

  #Rewards>div:last-child {
    border-left: none;
  }

  #rewards-slogan {
    display: flex;
    flex-direction: column;

    align-items: center;
    padding-bottom: 20px;

    margin-inline: auto;
  }

  #rewards-slogan>h1 {
    text-align: center;
    font-size: 2.5rem;
  }

  #rewards-prices-list {
    /* padding: 0 10px; */
    padding-inline: 5vw;
  }

  #rewards-prices-list>li {

    gap: 20px;
    /* border: 1px solid; */
    margin-bottom: 15px;
    font-size: 18px;
  }

  #rewards-prices-list img {
    width: 40px;
  }

  #rewards-prices-list:nth-child(1) img {
    width: 50px;
  }

}

.strokeme {
  color: white;
  background-color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  opacity: 1;
}



.carousel-item {
  transition: fadeInAnimation ease 1s !important;
}

.register_button {
  background-color: #04AA6D;
  /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.register_button {
  transition-duration: 0.4s;
}

.register_button:hover {
  background-color: #04AA6D;
  /* Green */
  color: white;
}


/* Join community section */
#read-the-case-booklet, .voter-tile {
  background-image: url("../assets/landing page/voter-tile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 3% !important;
  margin-right: 3% !important;
}
#read-the-case-booklet.index{
  margin-inline: 0 !important;
}

#read-the-case-booklet>div, .voter-tile>div {
  background-color: white;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}

#read-the-case-booklet>div>div, .voter-tile>div>div {
  flex: 1;
  /* border: solid; */
  /* width: 50%; */

}
#read-the-case-booklet>div h2, .voter-tile>div h2 {
  color: var(--secondary-color);
  font-size: 2.5rem;
  font-weight: bolder;
  text-align: start;
}
#read-the-case-booklet>div button, .voter-tile>div button {
  color: var(--secondary-color);
  border: 2px solid lightgray;
  font-size: 1.3rem;
  font-weight: bold;

  gap: 10px;
  display: block;
  margin: auto;
}
#read-the-case-booklet>div button{
  margin: unset;
  text-decoration: none !important;
}
#read-the-case-booklet>div button:hover {
  background-color: #da5a19;
  color: white;
  border: 2px solid rgba(211, 211, 211, 0);
}

#read-the-case-booklet>div button svg {
  transform: rotate(-45deg);
  /* margin-left: 30px; */
}
#Olympics-img img,#Olympics-img video {
  max-height: 350px;
  width: 95%;
  object-fit: cover;
  /* border: solid; */
}
#read-the-case-booklet .dropdown-toggle, .voter-tile .dropdown-toggle {
  background-image: url("../assets/landing page/select-college.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* linear-gradient(90deg, #003366, #006666, #009999); */
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 20px;
  width: 80%;

}
.dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

#read-the-case-booklet .dropdown-menu, .voter-tile .dropdown-menu {
  min-width: 80% !important;
}
#read-the-case-booklet .dropdown-menu a, .voter-tile .dropdown-menu a {
  cursor: pointer;
}
#read-the-case-booklet .dropdown-item:active, .voter-tile .dropdown-item:active {
  background-color: white;
}

#read-the-case-booklet .note, .voter-tile .note {
  font-size: 0.8rem;
  color: #333;
  text-align: center;
  width: 70%;
  margin: auto;
  margin-top: 10px;
}

#got-questions a {
  font-size: 24px;
  color: var(--main-color);
}

#footer-bottom {
  /* background-color: var(--secondary-color); */
}


/* Event Detail section styles */
#event-details-box{
  width: 100%;
  background-color: var(--main-color);
  background-image: url(../img/event_details_d.jpeg);
  background-size: contain;
  padding: 50px 40px ;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-box {
  background-color: #fff;
  border-radius: 50px;
  padding: 50px 40px ;
  width: 100%;
  height: 100%;
  max-height: 90%;
  margin: 0px auto;
  text-align: center;
  }
  .event-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 30px;
  }
  .event-subtitle {
  font-size: 1.3rem;
  color: var(--secondary-color);
  }
  .event-date {
  font-size: 3rem;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 30px;
  }
  .countdown {
  font-size: 3rem;
  font-weight: bold;
  margin: 20px 0 10px;
  color: black;
  }
  .countdown small {
  display: block;
  font-size: 0.8rem;
  color: black;
  font-weight: 500;
  }
 .btn-register {
    background: linear-gradient(180deg, #f9d423, #f1c40f); /* yellow gradient */
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    padding: 12px 40px;
    border: 1px solid rgb(78, 78, 78) ;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  .btn-register:hover {
    transform: translateY(-3px);
    position: relative;
  }
  
  /* .btn-register::after {
    position: absolute;
    top: -10px;
    left: -10px;
    height: 100%;
    content: "";
    width: 100%;
    border: 1px solid black;
    border-radius: 8px;
  } */

  .btn-register:active {
    transform: translateY(1px);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  }

@media screen and (max-width: 768px) {
  #read-the-case-booklet, .voter-tile {
    margin: 0 !important;
    border-radius: 0px;
  }

  #read-the-case-booklet>div, .voter-tile>div {

    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  #read-the-case-booklet>div h2, .voter-tile>div h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bolder;
  }

  #read-the-case-booklet>div button, .voter-tile>div button {
    color: var(--secondary-color);
    border: 2px solid lightgray;
    font-size: 1.2rem;
    font-weight: bold;

    gap: 10px;
    display: block;
    margin: auto;
  }
  #read-the-case-booklet .dropdown-toggle, .voter-tile .dropdown-toggle {
    width: 100%;
  }
  #read-the-case-booklet .dropdown-menu, .voter-tile .dropdown-menu {
  min-width: 100% !important;
}
  #read-the-case-booklet .note, .voter-tile .note {
    margin-top: 5px;
  }

  #got-questions a {
    font-size: 22px;
  }

  #navbarSupportedContent {
    position: static;
    background-color: #ffffff;
    border-radius: 10px;
  }

  li>.default-white-text {
    color: black !important;
  }


  /* event detail box */
  #event-details-box{
    width: 100%;
    padding: 30px 20px ;
    /* background-image: url(../img/event_details_m.jpeg);
    background-size: cover; */
  }
  .event-box {
    border-radius: 30px;
    padding: 30px 20px ;
    width: 100%;
  }
  .event-title {
  font-size: 2rem;
  }
  .event-subtitle {
  font-size: 1rem;
  }
  .event-date {
  font-size: 2rem;
  }
  .countdown {
  font-size: 2rem;
  margin: 20px 0 0px;
  }
}

#footer-logo>p>a {
  color: rgb(255, 255, 255);
  text-decoration: none
}

#footer-logo>p>a:hover {
  text-decoration: underline;
}



/* feedback */

.div1 {
    position: absolute;
    top: 22%;
    left: 7%;
    z-index: 9999;
    width: 250px;
    /* height: 102px; */
    text-align: center;
    border: 1px solid #fddd71;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
    background-color: #fff2cc;
}

.div2 {
    position: inherit;
    /* top: 54.5%; */
    /* bottom: -25%; */
    left: -16%;
    z-index: 9999;
    width: 200px;
    min-height: 30px;
    text-align: center;
    border: 1px solid #e68a55;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px;
    background-color: #da591b;
}

.div3 {
    position: absolute;
    top: 5%;
    right: -6%;
    z-index: 9999;
    width: 250px;
    text-align: center;
    border: 1px solid #6fa557;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
    background-color: #93c47d;
}

.div4 {
    position: inherit;
    /* bottom: 14.5%; */
    right: -10%;
    z-index: 9999;
    width: 200px;
    min-height: 30px;
    text-align: center;
    border: 1px solid #40698d;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px;
    background-color: #6fa8dc;
}

.div5 {
    position: absolute;
    bottom: 10%;
    right: 6%;
    z-index: 9999;
    width: 250px;
    text-align: center;
    border: 1px solid #9583c3;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
    background-color: #b4a7d6;
}

.div6 {
    position: absolute;
    /* bottom: 4.5%; */
    right: -16%;
    z-index: 9999;
    width: 200px;
    min-height: 30px;
    text-align: center;
    border: 1px solid #fc87c4;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px;
    background-color: #ff90ca;
}
.section_padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
}


.form_head_new {
    color: #da591b;
    font-weight: bold;
    font-size: 3rem;
}

.form_p_new {
    color: #da591b;
}

/* input{
    background-color:#6fa8dc;
  } */

.form-control {
    background-color: #6fa8dc !important;
    border-radius: 40px !important;
    /* padding:10px !important; */
    width: 70% !important;
    padding: 0.9rem 1.5rem !important;
    color: black !important;
}

.form-control::placeholder {
    color: black !important;
}

#autocomplete-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 70%;
    max-height: 150px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    border-top: none;
    background-color: white;
    z-index: 99;
    /* color: #218fa3; */
}

#autocomplete-list li {
    padding: 6px;
    cursor: pointer;
    border: 1px solid rgb(186, 180, 180);
    border-radius: 8px;
    font-size: 14px;
}

#autocomplete-list li:hover {
    color:
        #f0f0f0;
    background-color:
        rgb(0, 72, 255);
}
.button_application_start {
    color: black;
    font-family: roboto, sans-serif;
    font-size: 20px;
    background-color: #fee7b6;
    border: 1px solid #b9c9c8;
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    cursor: pointer;
}

#mobile-testimonial-illustration-container img{
  min-width: 260px;
}

@media(max-width:768px) {
    .button_application_start {
        font-size: 18px;
        padding: 10px 20px;
    }
    .form-control {
        width: 100% !important;
    }

    #autocomplete-list {
        width: 100%;
        /* color: #218fa3; */
    }

    .div1 {
        top: 33%;
        left: 7%;
    }

    .div2 {
        left: 0%;
    }

    .div3 {
        top: -20%;
        right: 2%;
    }

    .div4 {
        right: 0%;
    }

    .div5 {
        bottom: -10%;
        right: 6%;
    }

    .div6 {
        right: -3%;
    }
    #mobile-testimonial-illustration-container{
      margin-top:150px;
    }
    #mobile-testimonial-illustration-container img{
      width: 70%;
    }
}



/* Join community section */
#join-community {
  /* background-color: #da5a19; */
  /* background-image: url(../img/blue_bg.png); */
  margin: 0 2rem;
  border-radius: 10px;
}

#join-community>div {
  background-color: white;
  border-radius: 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;


}

#join-community>div h2 {
  color: var(--main-color)
}

#join-community>div button {
  color: rgb(255, 255, 255) !important;
  background-color: var(--main-color);
}

#join-community>div button:after {
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #join-community {
    margin: 0;
    border-radius: 0px;
  }

  #join-community>div {


    flex-direction: column;
    justify-content: center;
    width: 95%;
  }

}


