@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
main {
  padding-top: 0;
}

.home-section .d-flex > .left {
  width: 70%;
  flex: 0 0 auto;
  display: flex;
  padding: 24px;
  background: #f1f1f1 url("../images/icons/bg-shape-1.svg") no-repeat;
  background-position: 0 30px;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.home-section .d-flex > .left::after {
  width: 151px;
  height: 116px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icons/bg-shape-2.svg") no-repeat;
  background-size: 100%;
  z-index: 0;
}
.home-section .d-flex > .left .first-row {
  display: flex;
  gap: 24px;
}
.home-section .d-flex > .left .first-row .manipal-wrap,
.home-section .d-flex > .left .first-row .student-right {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.home-section .d-flex > .left .first-row .manipal-wrap img,
.home-section .d-flex > .left .first-row .student-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-section .d-flex > .left .first-row .manipal-wrap .mahe-logo,
.home-section .d-flex > .left .first-row .student-right .mahe-logo {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 0 0 16px 0;
}
.home-section .d-flex > .left .first-row .manipal-wrap .mahe-logo img,
.home-section .d-flex > .left .first-row .student-right .mahe-logo img {
  width: 120px;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.home-section .d-flex > .left .first-row .manipal-wrap {
  width: 70%;
}
.home-section .d-flex > .left .first-row .student-right {
  width: 30%;
}
.home-section .d-flex > .left .application-steps-row {
  background: #E0E0E0;
  padding: 16px 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-section .d-flex > .left .application-steps-row .title {
  text-align: center;
  color: rgba(105, 104, 104, 0.7490196078);
  margin-bottom: 0;
  font-size: 18px;
}
.home-section .d-flex > .left .application-steps-row .steps-wrap {
  display: flex;
  gap: 16px;
}
.home-section .d-flex > .left .application-steps-row .steps-wrap .line-item {
  width: 25%;
  gap: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: rgba(105, 104, 104, 0.7490196078);
}
.home-section .d-flex > .left .application-steps-row .note {
  color: rgba(105, 104, 104, 0.7490196078);
  text-align: center;
  margin-bottom: 0;
}
.home-section .d-flex > .left .last-row {
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.home-section .d-flex > .left .last-row .student-wrap,
.home-section .d-flex > .left .last-row .naac-logo {
  width: calc(50% - 12px);
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.home-section .d-flex > .left .last-row .naac-logo {
  background-color: #FFEEE2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: rgba(105, 104, 104, 0.7490196078);
}
.home-section .d-flex > .right {
  display: flex;
  flex: 0 0 auto;
  width: 30%;
}
.home-section .d-flex > .right .loginFormBlock,
.home-section .d-flex > .right .registerFormBlock {
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
  height: 100vh;
}
.home-section .d-flex > .right .btn-link {
  position: absolute;
  right: 0;
  background: none;
  border: transparent;
  bottom: 0;
}
.home-section .d-flex > .right .forgotPasswordLink {
  flex-direction: column;
}
.home-section .d-flex > .right .otp_btn {
  min-width: unset;
}
.home-section .terms-wrap {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12px;
}
.home-section .otp-wrap {
  width: 50px;
}
.home-section .otp-wrap .otp-input {
  text-align: center;
}

@media (max-width: 1366px) {
  .home-section .d-flex > .right .registerFormBlock {
    overflow: auto;
    justify-content: flex-start;
  }
  .home-section .d-flex > .right .registerFormBlock .terms-wrap {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .home-section .d-flex > .left {
    width: 100%;
    padding: 0;
    background: #f1f1f1;
    gap: 0;
  }
  .home-section .d-flex > .left .first-row .manipal-wrap {
    width: 100%;
    border-radius: 0;
  }
  .home-section .d-flex > .left .first-row .manipal-wrap img {
    height: auto;
  }
  .home-section .d-flex > .left .mobile-form {
    background: url("../images/icons/bg-shape-1.svg") no-repeat;
    padding: 24px 16px;
    position: relative;
    overflow: hidden;
  }
  .home-section .d-flex > .left .mobile-form::after {
    width: 151px;
    height: 116px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -40px;
    right: -70px;
    background: url("../images/icons/bg-shape-2.svg") no-repeat;
    background-size: 100%;
    z-index: 0;
  }
  .home-section .d-flex > .left .mobile-form .loginFormBlock,
  .home-section .d-flex > .left .mobile-form .registerFormBlock {
    border: 0;
    border-radius: 8px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .home-section .d-flex > .left .application-steps-row {
    border-radius: 0;
  }
  .home-section .d-flex > .left .application-steps-row .steps-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .home-section .d-flex > .left .application-steps-row .steps-wrap .line-item {
    width: calc(50% - 8px);
    font-size: 10px;
  }
  .home-section .d-flex > .left .application-steps-row .note {
    font-size: 10px;
  }
  .home-section .d-flex > .left .last-row {
    font-size: 10px;
  }
  .home-section .d-flex > .left .last-row .naac-logo {
    padding: 16px;
    width: 100%;
  }
}/*# sourceMappingURL=home-section.css.map */