.heroSection {
  position: relative;
  justify-content: flex-start;
}
.heroBgWeb {
  width: 100%;
}
.heroBgMob {
  display: none;
}
.heroContainer {
  top: 200px;
  position: absolute;
}
.mobileBg{
  display: none;
}
.heroContainer h1 {
  margin: 0;
  font-family: "League Spartan", serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
  /* line-height: 125px; */
}
.heroContainer h3 {
  margin: 0;
  font-family: "League Spartan", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 86px;
}
.admitBox {
  margin: 3rem 0;
  display: flex;
  width: 600px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  overflow: hidden;
}
.admitBox p {
  margin: 0;
  padding: 0 1rem;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Roboto", serif;
}
.admitBox .dateBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fe7301;
}
.scrollBtn {
  position: absolute;
  top: 55%;
  height: 150px;
}

/* ---------Opportunities Section------- */
.opportunitiesSection {
  margin-top: -8rem;
  position: relative;
  background: linear-gradient(180deg, #250e09 14.34%, rgb(73, 18, 66) 93.29%);
  padding-bottom: 10rem;
}
.opportunitiesContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oppoTop-content {
  margin: 0 !important;
  margin-top: 6rem !important;
}
.oppoTop .para {
  margin: 0;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #ffffff;
}
.oppoTopimgBox {
  position: relative;
}
.filterBox {
  position: absolute;
  top: 0;
  right: 0;
  top: -8rem;
  height: 100%;
}
.abtModImg {
  z-index: 1;
}
.placementRow {
  margin: 0;
  margin-top: -10rem !important;
}

.ratioBox {
  width: 80%;
  margin-bottom: 3rem;
  margin-top: -7rem;
}
.highlighter {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
  background-color: #fe7301;
  padding: 1rem 1.5rem;
  border-radius: 50px;
}
.highlighter .applyBtn {
  background-color: #ffffff;
  color: #000;
}
.highlighter .applyBtn:hover{
  color: #000000 !important;
}
.highlighter .para {
  margin: 0;
  margin-left: 1rem;
  font-family: "Roboto", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #ffffff;
}
/* -- */
.opportunitiesContainer h2 {
  margin: 0;
  font-size: 84px;
  font-weight: 400;
  line-height: 84px;
  font-family: "League Spartan", serif;
  color: #ffffff;
}
.opportunitiesContainer h4 {
  margin: 0;
  margin: 3rem 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  font-family: "Roboto", serif;
  /* color: #fe7301; */
  /* color: #ffffff; */
}

.opportunitiesContainer  h4{
  color: #ffffff ;
}

.opportunitiesContainer h6 {
  margin: 0;
  margin-top: 2rem;
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.oppoCard {
  margin: 1rem;
  height: 400px;
  padding: 1.5rem;
  border-radius: 30px;
  overflow: hidden;
  /* background-color: rgba(148, 146, 146, 0.5); */
  background: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(15px); 
  border-radius: 15px; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
  /* background-repeat: no-repeat;
  background-size: cover;*/
  background-position: center; 
}
.oppoCard {
  box-shadow: 0px 0px 15px 5px rgba(168, 165, 165, 0.1); 
}
.oppoCard div{
  filter: blur(25px);

}
.oppoCard1{
  border-top:1px solid white;
  border-left:1px solid white;
}
.oppoCard2{
  border-bottom:1px solid white;
  border-left:1px solid white;
}
.oppoCard3{
  border-top:1px solid white;
  border-left:1px solid white;
}
.oppoCard4{
  border-bottom:1px solid white;
  border-left:1px solid white;
}
.oppoCard5{
  border-top:1px solid white;
  border-left:1px solid white;
}
.oppoCard6{
  border-bottom:1px solid white;
  border-left:1px solid white;
}
.oppoCard{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.oppoCard h4 {
  margin-top: 1;
  font-size: 19px  !important;
  font-weight: 450;
  line-height: 25px;
  text-align: center;
  font-family: "Roboto", serif;
  color: #ffffff;
}
.oppoCard1,.oppoCard2,.oppoCard3,.oppoCard4,.oppoCard5,.oppoCard6 {
  height: 240px !important;
  /* width: 175px; */
}
/* .oppoCard p {
  margin: 0;
  margin-top: 1rem;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
} */
/* .oppoCard1,
.oppoCard3 {
  justify-content: flex-end;
} */
/* .oppoCard1 {
  background-image: url("../images/card1.svg");
}
.oppoCard2 {
  background-image: url("../images/card2.svg");
}
.oppoCard3 {
  background-image: url("../images/card3.svg");
}
.oppoCard4 {
  background-image: url("../images/card4.svg");
} */
/* ---------Path Section----------- */
.pathSection {
  position: relative;
  margin-top: -15rem;
}
.pathBg {
  width: 100%;
}
.pathContainer {
  position: absolute;
  margin-top: 15rem;
  height: calc(90% - 15rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pathContainer h2 {
  margin: 0;
  font-size: 84px;
  font-weight: 400;
  line-height: 84px;
  font-family: "League Spartan", serif;
}
.pathContainer h4 {
  margin: 0;
  margin: 3rem 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  font-family: "Roboto", serif;
  color: #fe7301;
}
.pathContainer h6 {
  margin: 0;
  margin-top: 2rem;
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}

/* -- */
.pathContainer .bottomBox h3 {
  margin: 0;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
  text-align: left;
  color: #ffffff;
  font-family: "League Spartan", serif;
}
.pathContainer .bottomBox h3 span {
  color: #fe7301;
}
.pathContainer .bottomBox h6 {
  margin: 0;
  font-family: "Roboto", serif;
  margin-top: 3rem;
  font-size: 42px;
  font-weight: 400;
  line-height: 62px;
  text-align: left;
  color: #ffffff;
}
.pathRightBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.endPathBox {
  width: 100%;
  align-items: flex-end !important;
  text-align: end;
}
.pathContainer .itemBox {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 1rem;
  color: #ffffff;
}
.pathContainer .bottomBox h5 {
  margin: 0;
  font-family: "Roboto", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}
.pathContainer .bottomBox p {
  margin: 0;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

/* ---------Stories Section---------- */
.storiesContainer {
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.storiesContainer h2 {
  margin: 0;
  font-family: "League Spartan", serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 84px;
  color: #000000;
}
.reviewBox {
  width: 60%;
  margin-top: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviewItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", serif;
}
.reviewItem .para {
  margin: 0;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  min-height: 100px;
  overflow-y: auto;
}
.reviewInfo {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 100px;
}
.reviewInfo h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.reviewInfo p {
  margin: 0;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.buttonBox {
  width: 50%;
  position: absolute;
  z-index: 10;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* -------------- */
