body
{
  font-family: Nunito;
  height:100%;
  width:100%;
}

section > .hero-image
{
  margin-top: 60px;
}

.hero-image
{
  padding:0;
  margin:0;
  color: white;
  /* background-image: url('https://scholarshipguide.com.sg/mini/banner/49.png'); */
  /*background-image: url('../images/neapubsfa-masthead.png');
  */
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.hero-text
{
  color: #FFF;
  font-family: Nunito;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 96px */
  letter-spacing: -1.6px;
}

p.hero-tagline
{
  color: #FFF;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}

#search_bar
{
  /* position: relative; */
  margin-top: 30px;
  margin-bottom: 30px;
}

#search_bar .container {
  margin:0 auto;
  width: 90%;
  min-width: 300px;
  max-width: 900px;
  align-items: center;
  
  border-radius: 80px;
  /* Shadow/sm */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);

  color: var(--primary-color);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */

  background: #FFF;
  backdrop-filter: blur(2px);
}

#search_bar .container .row
{
  align-items: center; 
}

.btn-search
{
  color: #FFFFFF;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 16.373px 16.416px 15.627px 15.584px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-radius: 40px;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-search i
{
  margin: 0 10px;
}

section h5
{
  color: var(--primary-color);
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 44.8px */
}

section .card-date
{
  color: #000;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  opacity: 0.6;
}

section#scholarship
{
  padding: 0px 64px 64px 64px;
}

section#scholarship .card
{
  display: flex;
  padding: 16px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  background: var(--gray-50, #F9FAFB);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 4px 0px 0px #000 inset;
  height: auto;
}

section#scholarship .card-body
{
  padding: 0;
  margin: 0;
  width: 100%;
}

section#scholarship .card-title
{
  color: #000;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
}

section#scholarship .card-text
{
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  /* display: flex;
  flex-direction: row; */
  clear: both;
  display: block;
}

section#scholarship .column
{
  display: block;
  width: 100%;
}

section#scholarship .badge-scholarship
{
  padding: 0px 10px;
  display: inline-block;
  border-radius: 24px;
  background: #CBF1DD;
  color: #0E3A1A;
  margin: 2px;
  font-size: 14px;
  line-height: 30px;
}

.btn-more
{
  padding: 10px 28px;
  color: #FFFFFF;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  border-radius: 8px;
  background: var(--primary-color);
}

.btn-more:hover {
  color:#000;
}

section#blog
{
  padding: 80px 64px;
  background: #F2F4F7;
}

section#blog .card
{
  padding: 16px 16px 24px 16px;
  border-radius: 16px;
  background: #FFF;
  height: 500px;
}

section#blog .card img
{
  border-radius: 12px;
  width:100%;
  max-width:380px;
  height:224px;
  object-fit: cover;
}

section#blog .card .card-title
{
  color: #000;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  padding-top: 10px;
}

section#blog .card .card-body
{
  padding: 0.5em;
  overflow: hidden;
  color: #444240;
  text-overflow: ellipsis;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

section#blog .card .card-body p
{
  margin-bottom: 10px;
}

section#blog .read-more, section#features .read-more
{
  padding-top: 0.25em;
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

section#features
{
  padding: 80px 64px;
}

section#features img
{
  width:480px;
  height:200px;
  object-fit:cover;
}

section#features .view-all
{
  text-align:right;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}

section#features h5.features-title
{
  color: #000;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
}

section#features p.features-content
{
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}

section#features .features-date
{
  /* color: #969696; */
  color: #585757;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}

section#featured_providers
{
  padding: 80px 64px;
  background: #F2F4F7;
}

.featured-link {
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
}

.stay-informed-link {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 16px;
  z-index: 99;
  line-height: 21px;
  text-align: center;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stay-informed-link a {
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  background: var(--primary-color);
  border-radius: 40px;
}

.stay-informed-link a:hover {
  color: #000000;
}

.stay-informed-link a::before {
  position: absolute;
  right: 0px;
  top: 4px;
  width: 2px;
  height: 15px;
  background: #ffffff;
  content: "";
}

.footer-nav {
  text-align: left;
}

.footer-nav li a{
  color: var(--gray-200, #EAECF0);
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.footer-box {
  float: left;
  padding: 0px 45px;
}

.footer-box { 
  width: 360px !important; 
  margin: 0px auto 30px !important; 
  float: none !important; 
  padding: 30px !important;
}

.footer-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-box h5 {
  color: rgba(255, 255, 255, 0.70);
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  text-align: left;
}

.provider-search {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* css for mobile view */
@media (max-width: 991px)
{
  section > .hero-image
  {
    margin-top: 0;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    height: 180px;
    background-size: 100% 100%;
  }

  #search_bar .container
  {
    border-radius: 20px;
    background: #FFF;
    backdrop-filter: blur(2px);
  }

  .btn-search
  {
    width: 100%;
    border-radius: 8px;
  }

  .hero-text
  {
    font-size: 32px;
  }

  p.hero-tagline
  {
    font-size: 18px;
  }

  section#scholarship
  {
    padding: 0px 24px 24px 24px;
  }

  section#scholarship .card-text
  {
    clear: both;
    display: block;
  }

  section#scholarship .column
  {
    display: block;
  }

  section#features, section#featured_provider 
  {
    padding: 40px 20px;
  }

  section#featured_provider .img
  {
    width: 100%;
    text-align: center;
  }

  section#features .img
  {
    text-align: center;
  }

  section#features .img img
  {
    max-height: 250px;
  }

  section#features .row
  {
    flex-direction: column-reverse;
  }

  section#blog
  {
    padding: 40px 20px;
  }

  section#blog .img
  {
    text-align: center;
  }
}