:root {
  --body-font: "Work Sans", sans-serif;
  font-size: 62.5%;
  --text-color: #333;
  --white: #fff;
  --light: #eee;
  --red: #f49550;
  --black: #000;
  --grey: #ddd;
  --yellow: #FF9800;
  --yellow-2: #F4D01C;
  --blue: #24285F;
  --blue-2:#1559CA;
  --green: #218838;
  --purple: #563D7C;
  --light-1: #e9ecef;
  --text-light:#6D6E71;
  --shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  scroll-padding-top: 5rem;
}
body {
  font-size: 1.6rem;
  font-family: var(--body-font);
  color: var(--black);
  margin: 0;
  padding: 0;
}
body :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--body-font);
}
img{
    max-width: 100%;
}
.bg-blue{
  background: var(--blue);
}
.text-blue{
  color: var(--blue);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header{
  background: var(--light);
  padding: 1rem;
}
header p {
  font-weight: 500;
}
.text-black{
  color: var(--black);
}
.text-light{
  color: var(--text-light) !important;
}
svg{
  fill: currentColor;
}
.light-bg{
    background: var(--light);
}
.logo img{
  max-height: 8rem;
}
.logo {
  margin-bottom: 2rem;
}
.flex-center {
  display: flex;
  align-items: center;
}
.banner-section {
  background:  #020523;
  background-size: cover;
  padding: 6rem 0;
}
h1 {
  font-size: 3rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}
h1 span{
  font-size: 4.2rem;
}
.short-info{
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  img{
    max-height: 5rem;
    display: block;
    margin-bottom: .5rem;
  }
}
.otp{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--blue-2);
  color: var(--white);
  padding: .6rem 1.2rem;
  font-size: 1.6rem;
}
.banner-text p {
  font-size: 2.2rem;
  color: var(--white);
}
.focus-text{
  font-size: 1.8rem;
  border: .1rem solid var(--white);
  color: var(--white);
  padding: 1.2rem;
  border-radius: .2rem;
  display: inline-block;
  font-weight: 600;
  font-family: var(--body-font);
  margin-top: 3rem;
}
.feat-section{
  background: var(--blue);
  padding: 6rem 0;
}
.form-container {
  max-width: 45rem;
  margin: 2rem 0 0 auto;
  padding: 2rem;
  background: var(--light);
  border-radius: 1rem;
  box-shadow: 5.1px 10.2px 10.2px hsl(0deg 0% 0% / 0.34);
}
.form-container h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.form-container label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form-container .form-control {
  height: 4.5rem;
  outline: 0;
  box-shadow: none !important;
  font-size: 1.4rem;
  border-radius: 0.6rem;
  background-color: inherit;
}
.form-container .form-group {
  margin-bottom: 2rem;
}
.action-btn .btn {
  background: var(--blue);
  font-size: 1.8rem;
  color: var(--white);
  padding: 0.8rem 1.8rem;
  font-weight: 800;
  border-radius: 0.6rem;
  font-family: var(--body-font);
  text-transform: uppercase;
}

.common {
  padding: 4rem 0;
}
.heading {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative;
}
.heading::before{
  position: absolute;
  content: "";
  left: 0;
  top: -5rem;
  background: url(../images/overlay.png);
  background-size: cover;
  height: 14rem;
  width: 100%;
  z-index: -1;
}
.blue-bg{
  background: var(--blue);
}
.mb-5{
  margin-bottom: 5rem !important;
}
.founding-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 4rem;
}
.founding-container .profile{
  height: 10rem;
  width: 10rem;
}
.founding-container .profile img{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.advantage-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 2rem;
}
.advantage-container .career-item {
  border: .1rem solid var(--grey);
  border-radius: 1rem;
}

.career-item img {
border-radius: 1rem 1rem 0 0;
}
.career-item .content{
  padding: 2rem 1.6rem;
}
.advantage-container .career-item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 4rem;
}
.advantage-container .career-item p {
  font-size: 1.6rem;
  margin: 0;
  color: var(--text-light);
}
.advantage-container.campuses{
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 4rem;
}

/* .advantage-container.campuses .career-item{
  display: flex;
} */

.advantage-container.campuses .career-item img{
  height: 26rem;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  object-fit: cover;
}
.advantage-container.campuses .career-item p{
  margin-top: 1rem;
}
.founding-team{
  border-radius: 1rem;
}
.founding-team.admission{
  max-height: 60rem;
  object-fit: cover;
  border-radius: 1.2rem;
}
.scholarship-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 4rem;
}
.scholarship-container .scholarship-card{
  padding: 3rem 2rem;
  border-radius: 1rem;
  /* background: url(../images/card.svg); */
  background: linear-gradient(to bottom, #a045ff17, #c58eff0f, #e7d7ff00, #a045ff17);
  border: .1rem solid #8A18FF;
  background-size: cover;
}

.scholarship-container .scholarship-card h3{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.scholarship-container .scholarship-card p{
  color: var(--text-light);
  margin: 0;
}
.recruiter-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.tech-expert{
  border: .1rem solid var(--grey);
  padding: 1.6rem;
  border-radius: 1.2rem;
}
.tech-expert .user{
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.tech-expert h3{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.tech-expert .company{
  max-height: 3rem;
}
.tech-expert p{
  margin: 1rem 0 0;
  font-size: 1.4rem;
}
.tech-expert p.clg{
  min-height: 3.1rem;
  line-height: 1.1;
}
.fee-table th{
  background: rgb(25, 76, 209);
  color: var(--white);
  border: 0;
  padding: 1rem;
  border-right: .1rem solid var(--grey);
  font-weight: 600;
}
.fee-table :is( td){
  border: .1rem solid var(--grey);
  padding: 1rem;
}
.fee-table .top-head th:first-child{
  border-radius: 1rem 0 0 0;
}
.fee-table .top-head th:last-child{
  border-radius: 0 1rem 0 0 ;
}
.fee-table .bottom-head th:first-child{
  border-radius: 0 0 0 1rem;
}
.fee-table .bottom-head th:last-child{
  border-radius: 0 0 1rem  0 ;
}

.process li{
  padding-inline-start: 3rem;
  position: relative;
}
.process li::before{
  position: absolute;
  content: "";
  left: 0;
  top: .5rem;
  height: 1.4rem;
  width: 1.4rem;
  min-width: 1.4rem;
  border-radius: 50%;
  background-color: var(--blue-2);
}
.process li::after{
  position: absolute;
  content: "";
  left: .5rem;
  top: .5rem;
  height: 100%;
  width: .3rem;
  border-radius: .2rem;
  background-color: #194cd133;
}
.process li p{
  margin: 0;
  padding-bottom: 2rem;
}
.process li:last-child p{
  padding: 0;
}
.process li:last-child::after{
content: none;
}
.process li h3{
  font-size: 2rem;
  font-weight: 600;
}
.fee-table td{
  background: #194cd10d;
}
.recruiter-container.campus{
  gap: 4rem;
}
.campus-item img{
  border-radius: 1rem;
}
.campus-item h3{
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0 1.5rem;
}
.compare-table th{
font-size: 2.4rem;
text-align: center;
font-weight: 600;
}
.compare-table th:first-child{
  text-align: left;
}
.compare-table td{
text-align: center;
}
.compare-table :is(th, td){
  padding: 1.2rem 1rem;
  border: 0;
}
.compare-table td:first-child{
  text-align: left;
}
.recruit-item img{
  max-height: 8rem;
}
.recruit-item{
  padding: 1.4rem;
  border-right: .2rem solid var(--grey);
  text-align: center;
}
.recruit-item p{
  font-size: 1.8rem;
}
.recruit-item:last-child{
  border-right: 0;
}

.recruit-item.ey img{
  max-height: 6rem;
}
.founding-item {
    padding: 1.6rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.apply-btn{
  font-size: 1.6rem;
  color: var(--white);
  background: var(--blue);
  border-radius: .4rem;
  padding: .8rem 3.8rem;
  font-weight: 600;
  outline: 0;
}
.apply-btn.download {
  background: #1559CA;
}

.hiring-items{
  height: 8rem;
  width: 100%;
  text-align: center;
}
.hiring-items img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer a{
  text-decoration: none;
  color: var(--blue) !important;
}
.connect a{
  font-size: 1.8rem;
}
.connect a svg{
  height: 2rem;
  width: 2rem;
}
@media (min-width: 768px){
  footer .heading{
    font-size: 3rem;
  }
  .recruit-item:nth-child(n + 7):nth-child(-n + 12) {
    border-bottom: 0;
  }
  .footer-btn{
    text-align: right;
  }
  .common{
    padding: 6rem 0;
  }
.hidden-desktop{
  display: none !important;
}
}

@media (min-width: 768px) and (max-width: 992px) {
  .advantage-container.campuses .career-item{
    display: block;
  }
  .advantage-container.campuses .career-item img{
    width: 100%;
    min-width: 100%;
    border-radius: 1rem 1rem 0 0;
  }
}

@media (max-width: 767px){
  .hidden-xs{
    display: none !important;
  }
  .banner-section{
    padding: 2rem 0;
  }
  header p{
    font-size: 1.2rem;
  }
  h1{
    font-size: 2.4rem;
  }
.short-info img{
  max-height: 4rem;
}
.short-info :is(p, span){
  font-size: 1.4rem;
}
  .logo img{
    max-height: 6rem;
  }
  .banner-text p{
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
  .scholarship-container .scholarship-card{
    max-width: 100%;
  }
  .heading{
    font-size: 2.8rem;
  }
  .advantage-container.campuses{
    grid-template-columns: 1fr;
  }
  .advantage-container.campuses .career-item p{
    margin-top: 1.5rem;
  }
  .advantage-container.campuses .career-item{
    display: block;
  }
  .advantage-container.campuses .career-item img{
    width: 100%;
    min-width: 100%;
    border-radius: 1rem 1rem 0 0 ;
  }
  .recruiter-container{
    grid-template-columns: repeat(3, 1fr);
  }
  .recruiter-container.placement{
    grid-template-columns: 1fr;
  }
  .recruiter-container.placement .recruit-item{
    border: 0;
  }

  .recruit-item:nth-last-child(-n+2){
    border-bottom: 0;
  }
  .footer-btn{
    text-align: center;
    margin-top: 2rem;
  }
  .mb-xs-2{
    margin-bottom: 2rem;
  }
  .text-xs-center{
    text-align: center;
  }
  .connect{
    justify-content: center;
  }
  .founding-container .profile{
  height: 8rem;
  width: 8rem;
}
.advantage-container {
  gap: 3rem;
}
.advantage-container .career-item h3{
  min-height: auto;
}
.tech-expert h3{
  font-size: 1.6rem;
}
.tech-expert p{
  font-size: 1.2rem;
}
.tech-expert p.clg{
  min-height: 2.3rem;
}
.recruiter-container.campus{
  grid-template-columns: 1fr;
}
.compare-table :is(th, td){
  font-size: 1.4rem;
}
.compare-table th{
  font-size: 1.6rem;
}
.founding-team.admission{
  margin-bottom: 2rem;
}
}