@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu Bold";
  src: url("../fonts/Ubuntu/Ubuntu-Bold_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu Italic";
  src: url("../fonts/Ubuntu/Ubuntu-Italic_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu Light";
  src: url("../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bottomMargin {
  margin-bottom: 40px;
}

.section-title {
  margin-bottom: 2rem;
  color: #002F56;
  font-family: "Ubuntu Bold";
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
}

.program-highlights {
  background: linear-gradient(90deg, #00376b 0%, #2d5d8f 100%);
  color: #fff;
}
.program-highlights .section-title {
  margin-bottom: 35px;
  color: #fff;
}
.program-highlights .highlight-wrapper {
  display: flex;
  gap: 14px;
  padding: 12px;
  margin-bottom: 70px;
  position: relative;
  border: 2px solid transparent;
  border-radius: 24px;
  background: linear-gradient(90deg, #00376b 0%, #2d5d8f 100%) padding-box, linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.31) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 12px;
}
.program-highlights .highlight-wrapper .highlight-card {
  flex: 1;
  border: 3px solid transparent;
  border-radius: 18px;
  background: linear-gradient(180deg, #ff1414 0%, #b10000 100%) padding-box, linear-gradient(221.48deg, #FFFFFF 0.44%, rgba(153, 153, 153, 0) 99.56%) border-box;
  padding: 28px 36px;
  min-height: 328px;
  text-align: center;
}
.program-highlights .highlight-wrapper .highlight-card h4 {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  vertical-align: middle;
  min-height: 100px;
}
.program-highlights .highlight-wrapper .highlight-card p {
  font-family: "Ubuntu";
  font-weight: 500;
  font-size: 32px;
  margin: 0;
}
.program-highlights .highlight-wrapper .highlight-card span {
  display: block;
  font-family: "Ubuntu";
  font-weight: 300;
  font-style: Italic;
  font-size: 18px;
  line-height: 1;
  text-align: right;
}
.program-highlights .highlight-wrapper .highlight-card ul {
  text-align: left;
  padding-left: 18px;
}
.program-highlights .highlight-wrapper .highlight-card ul li {
  font-family: "Ubuntu Light";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
}
.program-highlights .highlight-wrapper .highlight-card ul li strong {
  font-weight: 500;
}
.program-highlights .program-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program-highlights .program-content .content-left {
  width: 72%;
}
.program-highlights .program-content .content-left p {
  line-height: 1.5;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 24px;
}
.program-highlights .program-content .content-right {
  width: 56%;
}

.eligibility-section .eligibility-wrapper {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.eligibility-section .eligibility-card {
  width: 40%;
  border-radius: 16px;
  padding: 34px 36px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(141.84deg, #FF0000 2.81%, #990000 97.19%);
}
.eligibility-section .eligibility-card .item:not(:last-child) {
  margin-bottom: 34px;
}
.eligibility-section .eligibility-card .item h3 {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 36px;
  line-height: 28px;
  margin-bottom: 0;
}
.eligibility-section .eligibility-card .item span {
  display: block;
  width: 36%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent);
  margin: 14px 0;
}
.eligibility-section .eligibility-card .item p {
  font-family: "Ubuntu";
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 0;
}
.eligibility-section .eligibility-card .item small {
  display: block;
  font-family: "Ubuntu Light";
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
}
.eligibility-section .eligibility-image {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #1f96ff;
}
.eligibility-section .eligibility-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.program-fee-section .fee-card {
  background: linear-gradient(141.84deg, #FF0000 2.81%, #990000 97.19%);
  border-radius: 16px;
  padding: 42px 50px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  min-height: 350px;
}
.program-fee-section .fee-left {
  width: 42%;
}
.program-fee-section .fee-left h3 {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 66px;
}
.program-fee-section .fee-left p {
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 22px;
}
.program-fee-section .fee-right {
  width: 48%;
}
.program-fee-section .fee-right h4 {
  font-family: "Ubuntu Bold";
  font-weight: 700;
  font-size: 34px;
}
.program-fee-section .fee-right .desc {
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 22px;
}
.program-fee-section .fee-right ul {
  padding-left: 24px;
}
.program-fee-section .fee-right ul li {
  margin-bottom: 36px;
}
.program-fee-section .fee-right ul li::marker {
  font-size: 22px;
}
.program-fee-section .fee-right ul li strong {
  display: block;
  font-family: "Ubuntu Bold";
  font-size: 28px;
}
.program-fee-section .fee-right ul li span {
  display: block;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 22px;
}

.about-bank-section .bank-intro p {
  color: #00529B;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 26px;
}
.about-bank-section .academy-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.about-bank-section .academy-image {
  width: 54%;
}
.about-bank-section .academy-image img {
  width: 100%;
  display: block;
  max-height: 424px;
}
.about-bank-section .academy-content {
  width: 46%;
  position: relative;
  z-index: 2;
}
.about-bank-section .academy-content h2 {
  text-align: right;
  margin-right: 88px;
}
.about-bank-section .academy-content .content-card {
  min-height: 362px;
  padding: 12px 55px;
  display: flex;
  align-items: center;
  background: linear-gradient(141.84deg, #FF0000 2.81%, #990000 97.19%);
}
.about-bank-section .academy-content .content-card p {
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 22px;
  text-align: right;
  color: #fff;
}

.student-journey-section {
  padding: 80px 30px 80px;
}
.student-journey-section .section-title {
  margin-left: 54px;
}
.student-journey-section .journey-row {
  display: flex;
  margin-bottom: 24px;
}
.student-journey-section .journey-card {
  flex: 1;
  background: url("../images/home-page/student-journey-card.png") no-repeat center;
  background-size: 100% 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.student-journey-section .journey-card span {
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
.student-journey-section .join-bank {
  height: 120px;
  background: url("../images/home-page/student-journey-card1.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.student-journey-section .join-bank span {
  color: #fff;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1600px) {
  .section-title {
    font-size: 46px;
  }
  .program-highlights .highlight-wrapper .highlight-card {
    padding: 28px 18px;
    min-height: 305px;
  }
  .program-highlights .highlight-wrapper .highlight-card h4 {
    font-size: 28px;
  }
  .program-highlights .highlight-wrapper .highlight-card p {
    font-size: 24px;
  }
  .program-highlights .highlight-wrapper .highlight-card span {
    font-size: 14px;
  }
  .program-highlights .highlight-wrapper .highlight-card ul li {
    font-size: 16px;
  }
  .program-highlights .program-content .content-left p {
    font-size: 20px;
  }
  .student-journey-section .section-title {
    margin-left: 30px;
  }
  .student-journey-section .journey-card span {
    font-size: 20px;
  }
  .student-journey-section .join-bank span {
    font-size: 32px;
  }
  .eligibility-section .eligibility-card .item h3 {
    font-size: 30px;
  }
  .eligibility-section .eligibility-card .item p {
    font-size: 22px;
  }
  .eligibility-section .eligibility-card .item small {
    font-size: 22px;
  }
  .program-fee-section .fee-card {
    padding: 26px 35px;
  }
  .program-fee-section .fee-left h3 {
    font-size: 60px;
  }
  .program-fee-section .fee-left p {
    font-size: 20px;
  }
  .program-fee-section .fee-right h4 {
    font-size: 30px;
  }
  .program-fee-section .fee-right .desc {
    font-size: 20px;
  }
  .program-fee-section .fee-right ul li::marker {
    font-size: 20px;
  }
  .program-fee-section .fee-right ul li strong {
    font-size: 22px;
  }
  .program-fee-section .fee-right ul li span {
    font-size: 20px;
  }
  .about-bank-section .bank-intro p {
    font-size: 22px;
  }
  .about-bank-section .academy-content .content-card p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1367.98px) {
  .section-title {
    font-size: 40px;
  }
  .program-highlights .highlight-wrapper .highlight-card {
    min-height: 252px;
    padding: 28px 12px;
  }
  .program-highlights .highlight-wrapper .highlight-card h4 {
    font-size: 24px;
    min-height: 77px;
  }
  .program-highlights .highlight-wrapper .highlight-card p {
    font-size: 20px;
  }
  .program-highlights .highlight-wrapper .highlight-card span {
    font-size: 12px;
  }
  .program-highlights .highlight-wrapper .highlight-card ul li {
    font-size: 14px;
  }
  .program-highlights .program-content .content-left p {
    font-size: 18px;
  }
  .student-journey-section .section-title {
    margin-left: 22px;
  }
  .student-journey-section .journey-card span {
    font-size: 18px;
  }
  .student-journey-section .join-bank span {
    font-size: 30px;
  }
  .eligibility-section .eligibility-card .item:not(:last-child) {
    margin-bottom: 13px;
  }
  .eligibility-section .eligibility-card .item h3 {
    font-size: 28px;
  }
  .eligibility-section .eligibility-card .item p {
    font-size: 18px;
  }
  .eligibility-section .eligibility-card .item small {
    font-size: 18px;
  }
  .program-fee-section .fee-left h3 {
    font-size: 52px;
  }
  .program-fee-section .fee-left p {
    font-size: 18px;
  }
  .program-fee-section .fee-right h4 {
    font-size: 26px;
  }
  .program-fee-section .fee-right .desc {
    font-size: 18px;
  }
  .program-fee-section .fee-right ul li::marker {
    font-size: 18px;
  }
  .program-fee-section .fee-right ul li strong {
    font-size: 20px;
  }
  .program-fee-section .fee-right ul li span {
    font-size: 18px;
  }
  .about-bank-section .bank-intro p {
    font-size: 18px;
  }
  .about-bank-section .academy-content .content-card p {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header nav .logo img {
    max-width: 240px;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .section-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .program-highlights .highlight-wrapper {
    padding: 34px;
    flex-direction: column;
    border: 1px solid transparent;
  }
  .program-highlights .highlight-wrapper .highlight-card {
    padding: 25px 24px;
    min-height: 268px;
    text-align: center;
  }
  .program-highlights .highlight-wrapper .highlight-card h4 {
    font-size: 30px;
    min-height: 56px;
  }
  .program-highlights .highlight-wrapper .highlight-card p {
    font-size: 26px;
  }
  .program-highlights .highlight-wrapper .highlight-card span {
    font-size: 16px;
  }
  .program-highlights .highlight-wrapper .highlight-card ul li {
    font-size: 18px;
  }
  .program-highlights .program-content {
    flex-direction: column;
  }
  .program-highlights .program-content .content-left {
    width: 100%;
  }
  .program-highlights .program-content .content-left p {
    font-size: 20px;
    text-align: center;
  }
  .program-highlights .program-content .content-right {
    width: 100%;
  }
  .eligibility-section .eligibility-wrapper {
    flex-direction: column;
  }
  .eligibility-section .eligibility-card {
    width: 100%;
  }
  .eligibility-section .eligibility-card .item:not(:last-child) {
    margin-bottom: 22px;
  }
  .eligibility-section .eligibility-card .item h3 {
    font-size: 30px;
  }
  .eligibility-section .eligibility-card .item span {
    width: 75%;
    height: 2px;
  }
  .eligibility-section .eligibility-card .item p {
    font-size: 20px;
  }
  .eligibility-section .eligibility-card .item small {
    font-size: 20px;
  }
  .eligibility-section .eligibility-image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #1f96ff;
  }
  .eligibility-section .eligibility-image img {
    width: 100%;
    height: 226px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .program-fee-section .fee-card {
    padding: 30px 32px;
    flex-direction: column;
  }
  .program-fee-section .fee-left {
    width: 100%;
  }
  .program-fee-section .fee-left h3 {
    font-size: 40px;
  }
  .program-fee-section .fee-left p {
    font-size: 18px;
  }
  .program-fee-section .fee-right {
    width: 100%;
  }
  .program-fee-section .fee-right h4 {
    font-size: 24px;
  }
  .program-fee-section .fee-right .desc {
    font-size: 18px;
  }
  .program-fee-section .fee-right ul li strong {
    font-size: 22px;
  }
  .program-fee-section .fee-right ul li span {
    font-size: 18px;
  }
  .about-bank-section .bank-intro p {
    font-size: 20px;
    text-align: center;
  }
  .about-bank-section .academy-wrapper {
    flex-direction: column;
  }
  .about-bank-section .academy-image {
    width: 100%;
  }
  .about-bank-section .academy-content {
    width: 100%;
  }
  .about-bank-section .academy-content h2 {
    display: none;
  }
  .about-bank-section .academy-content .content-card {
    min-height: 0;
    padding: 30px 30px;
  }
  .about-bank-section .academy-content .content-card p {
    font-size: 18px;
    text-align: center;
  }
  .student-journey-section {
    padding: 80px 30px;
  }
  .student-journey-section .section-title {
    margin-left: 54px;
  }
  .student-journey-section .journey-row {
    display: flex;
    margin-bottom: 24px;
  }
  .student-journey-section .journey-card {
    flex: 1;
    background: url("../images/home-page/student-journey-card.png") no-repeat center;
    background-size: 100% 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .student-journey-section .journey-card span {
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
  }
  .student-journey-section .join-bank {
    height: 120px;
    background: url("../images/home-page/student-journey-card1.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .student-journey-section .join-bank span {
    color: #fff;
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 36px;
    text-align: center;
  }
  .student-journey-section {
    padding: 40px 20px;
  }
  .student-journey-section .section-title {
    margin-left: 0;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 22px;
  }
  .student-journey-section .journey-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    row-gap: 10px;
    overflow: hidden;
  }
  .student-journey-section .journey-card {
    height: 82px;
    margin-right: 0;
    background-size: 100% 100%;
  }
  .student-journey-section .journey-card:nth-child(3n) {
    margin-right: 0;
  }
  .student-journey-section .journey-card span {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 10px;
  }
  .student-journey-section .join-bank {
    margin-top: 14px;
    height: 82px;
    background-size: 100% 100%;
  }
  .student-journey-section .join-bank span {
    font-size: 18px;
  }
}
@media (min-width: 0) and (max-width: 395.98px) {
  .program-highlights .highlight-wrapper .highlight-card {
    min-height: 192px;
  }
  .program-highlights .highlight-wrapper .highlight-card h4 {
    font-size: 24px;
  }
  .program-highlights .highlight-wrapper .highlight-card p {
    font-size: 22px;
  }
  .program-highlights .highlight-wrapper .highlight-card span {
    font-size: 16px;
  }
  .program-highlights .highlight-wrapper .highlight-card ul li {
    font-size: 16px;
  }
  .program-highlights .program-content .content-left p {
    font-size: 18px;
  }
  .eligibility-section .eligibility-card .item span {
    margin: 9px 0;
  }
  .eligibility-section .eligibility-card .item h3 {
    font-size: 26px;
  }
  .eligibility-section .eligibility-card .item p {
    font-size: 24px;
  }
  .eligibility-section .eligibility-card .item small {
    font-size: 18px;
  }
  .program-fee-section .fee-card {
    padding: 30px 32px;
    flex-direction: column;
  }
  .program-fee-section .fee-left {
    width: 100%;
  }
  .program-fee-section .fee-left h3 {
    font-size: 32px;
  }
  .program-fee-section .fee-left p {
    font-size: 18px;
  }
  .program-fee-section .fee-right {
    width: 100%;
  }
  .program-fee-section .fee-right h4 {
    font-size: 20px;
  }
  .program-fee-section .fee-right .desc {
    font-size: 18px;
  }
  .program-fee-section .fee-right ul li strong {
    font-size: 20px;
  }
  .program-fee-section .fee-right ul li span {
    font-size: 18px;
  }
  .about-bank-section .bank-intro p {
    font-size: 18px;
    text-align: center;
  }
  .about-bank-section .academy-wrapper {
    flex-direction: column;
  }
  .about-bank-section .academy-image {
    width: 100%;
  }
  .about-bank-section .academy-content {
    width: 100%;
  }
  .about-bank-section .academy-content h2 {
    display: none;
  }
  .about-bank-section .academy-content .content-card {
    min-height: 0;
    padding: 30px 30px;
  }
  .about-bank-section .academy-content .content-card p {
    font-size: 18px;
    text-align: center;
  }
}/*# sourceMappingURL=home-page.css.map */