.index-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.index-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.index-navbar {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-doubleunit);
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-end;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.index-navlink {
  display: contents;
}
.index-image {
  width: 170px;
  object-fit: cover;
  text-decoration: none;
}
.index-links-container {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.index-link {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.index-link01 {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.index-link02 {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.index-link03 {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.index-link04 {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: none;
  text-decoration: none;
}
.index-link05 {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
  text-decoration: none;
}
.index-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.index-icon {
  width: 36px;
  height: 36px;
}
.index-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.index-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.index-image1 {
  width: 100px;
  object-fit: cover;
}
.index-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.index-icon2 {
  width: 24px;
  height: 24px;
}
.index-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.index-link06 {
  font-size: 24px;
  font-family: Overpass;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.index-link07 {
  font-size: 24px;
  font-family: Overpass;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.index-link08 {
  font-size: 24px;
  font-family: Overpass;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.index-link09 {
  font-size: 24px;
  font-family: Overpass;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.index-link10 {
  font-size: 24px;
  font-family: Overpass;
  font-weight: 700;
  line-height: 1.55;
  text-transform: none;
  text-decoration: none;
}
.index-hero {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/background.png");
}
.index-hero1 {
  flex: 1;
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.index-hero-text-container {
  width: 65%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.index-heading {
  color: var(--dl-color-primary-customyellow);
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-tripleunit);
  letter-spacing: 2px;
}
.index-text {
  color: var(--dl-color-gray-white);
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.7;
}
.index-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.index-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.index-container2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.index-link11 {
  margin-right: var(--dl-space-space-tripleunit);
}
@media(max-width: 991px) {
  .index-links-container {
    width: 70%;
  }
  .index-hero1 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .index-hero-text-container {
    width: 80%;
    align-items: center;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .index-heading {
    text-align: center;
  }
  .index-text {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .index-navbar {
    position: relative;
  }
  .index-links-container {
    display: none;
  }
  .index-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-primary-customyellow);
  }
  .index-icon {
    fill: var(--dl-color-gray-white);
  }
  .index-mobile-menu {
    background-color: #253f56;
  }
  .index-container1 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .index-image1 {
    width: 170px;
  }
  .index-icon2 {
    fill: var(--dl-color-primary-customyellow);
    width: 50px;
    height: 50px;
  }
  .index-links-container1 {
    gap: 25px;
  }
  .index-link06 {
    color: var(--dl-color-primary-customyellow);
    font-size: 24px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.55;
    text-transform: none;
    text-decoration: none;
  }
  .index-link07 {
    color: var(--dl-color-primary-customyellow);
    font-size: 24px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.55;
    text-transform: none;
    text-decoration: none;
  }
  .index-link08 {
    color: var(--dl-color-primary-customyellow);
    font-size: 24px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.55;
    text-transform: none;
    text-decoration: none;
  }
  .index-link09 {
    color: var(--dl-color-primary-customyellow);
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
  }
  .index-link10 {
    color: var(--dl-color-primary-customyellow);
    font-size: 24px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.55;
    text-transform: none;
    text-decoration: none;
  }
}
@media(max-width: 479px) {
  .index-burger-menu {
    margin-left: var(--dl-space-space-doubleunit);
  }
  .index-hero-text-container {
    width: 100%;
  }
  .index-heading {
    font-size: 60px;
  }
  .index-text {
    font-style: normal;
    font-weight: 400;
  }
  .index-footer {
    flex-direction: column-reverse;
  }
}
