
.headerSlideContainer {
  width: 100%;
  height: 750px;
  border-radius: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.headerSlideMainContent {
  position: absolute;
  top: 54px;
  left: 48px;
}

.headerSlideMainContent h1 {
  font-family: "_Tanker", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 82px;
  max-width: 652px;
}

.headerSlideMainContent h1 span {
  font-family: "Bochild", sans-serif;
  color: #fcdd00;
  font-weight: 100;
}

main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.slideContent {
  position: absolute;
  bottom: 50px;
  right: 0px;
  background: transparent;
  height: 180px;
  width: 717px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.slideProgress {
  width: 292px;
  height: 2px;
  border-radius: 1px;
  background: #f0f0f091;
  position: relative;
}

.progressBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  border-radius: 1px;
  background: #fff;
}

.slideCover {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
}

.slide {
  width: 455px;
  height: 130px;
  gap: 16px;
  opacity: 1;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}

.slide img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  opacity: 1;
  border-radius: 6px;
}

.slideText {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.titleText {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #202428;
}

.slideDesc {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #202428;
}

.buttonSet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.buttonSet .primaryBtn {
  width: 161px;
  height: 48px;
  opacity: 1;
  border-radius: 40px;
  background: #cd1543;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Satoshi", sans-serif;
  text-decoration: none;
}

.buttonSet .secondaryBtn {
  width: 265px;
  height: 48px;
  gap: 10px;
  opacity: 1;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cd1543;
  background: #fff;
  font-family: "Satoshi", sans-serif;
  text-decoration: none;
}

.slideTrack {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
}

.overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  height: 100%;
  width: 60%;
}

.timeline-wrapper {
  position: relative;
}

.text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
}

.text1 {
  top: 2%;
  transform: translateX(300px);
}

.text2 {
  top: 17%;
  transform: translateX(-300px);
  align-items: flex-end;
}
.text2 .colDesc {
  position: relative;
  left: 15px;
}
.text3 {
  top: 30%;
  transform: translateX(300px);
}

.colNo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  background: #fcdd00;
}

.colTitle {
  font-family: "Satoshi";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  white-space: nowrap;
}

.colDesc {
  font-family: "Satoshi";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -1%;
  max-width: 400px;
  width: 400px;
}

.titleDesc {
  font-family: "Satoshi";
  max-width: 697px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -1%;
  text-align: center;
  margin-top: 32px;
}

.hero {
    background-color: black;
}

@media only screen and (max-width: 710px)  {


/* style.css | http://127.0.0.1:5500/css/style.css */

.headerSlideContainer {
  height: 640px;
  border-radius: 0;
}

.slideContent {
  /* bottom: 50px; */
  /* background: transparent; */
  /* height: 180px; */
  /* width: 717px; */
  bottom: 0;
  background: transparent;
  height: 6px;
  width: 100%;
}

.slideProgress {
  /* width: 292px; */
  width: 100%;
  height: 6px;
}

.buttonSet {
  flex-direction: column;
}

.buttonSet .primaryBtn {
  /* width: 161px; */
  width: 100%;
}

.headerSlideMainContent {
  top: unset;
  bottom: 0 !important;
  left: 50%;
  transform: translate(-50%,-10%);
}

/* Element | http://127.0.0.1:5500/index.html */

#header {
  background-size: cover;
}

/* Element | http://127.0.0.1:5500/index.html */

#headerTitle {
 font-size: 48px;
}

/* Element | http://127.0.0.1:5500/index.html */

.slideCover,
#newId {
  display: none;
}



}