.index-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("https://play.teleporthq.io/static/svg/default-img.svg");
}
.index-container1 {
  width: 100%;
  height: 768px;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.index-slider {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 710px;
  display: inline-block;
  position: absolute;
}
.index-slider-slide {
  display: flex;
  background-size: cover;
  background-image: url("public/screenshot_20240109-000829708-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.index-slider-slide1 {
  display: flex ;
  background-size: cover;
  background-image: url("public/screenshot_20240109-000843560%20(1)-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.index-slider-slide2 {
  display: flex ;
  background-size: cover;
  background-image: url("public/screenshot_20240109-000853774%20(1)-1500w.jpg");
  background-position: center;
}
.index-slider-pagination {
  display: none;
}
.index-slider-button-prev {
  display: none;
}
.index-slider-button-next {
  display: none;
}
.index-navlink {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 3px;
  height: 63px;
  margin: auto;
  position: absolute;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  padding-top: 18px;
  border-width: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  background-image: linear-gradient(90deg, rgb(198, 152, 1) 1.00%,rgb(212, 206, 5) 100.00%);
}