@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oswald:wght@200..700&family=Quando&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oswald:wght@200..700&family=Quando&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Oswald:wght@200..700&family=Quando&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
    /* overflow-x: hidden; */
    background-color: #ffffff;
    /* position: relative; */
    font-family: "Roboto";
      overflow: hidden;
  }

  .container {
    padding-inline: 20px;
    /* margin-inline: auto; */
    margin: 60px auto;
    /* margin: 2rem 4.5rem; */
    /* 
    overflow: hidden; */
  }
  
  @media (min-width:1000px){
    html{
      font-size: 1vw;
    }
  }

  h1 {
    font-size: 4rem;
    font-family: "Manrope"; 
    color: #1C2E78;
    font-weight: 900;
  }

  h2 {
    color: #1C2E78;
    font-size: 2.4rem;
    font-family: 'roboto';
    font-weight: 700;
  }

  h3 {
    font-size: 2rem;
    color: #4A5565;
    font-weight: 300;
    font-family: "Inter";
  }
 
  a {
    text-decoration: none;
  }

  .primarybtn{
    background: linear-gradient(90deg, #155DFC 0%, #9810FA 100%);
    color: #ffffff;
  }

  .primarybtn:hover{
    color: #ffffff;
  }

  .homepage, .globally-learners, .program-details, .mission, .students{
    margin: 6rem 2rem 5rem 2rem;
  } 


  
  /* navbar */
  .navbtn{
    background-color: #4b5dff;
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1rem solid #1C2E78;
  }
  
  /* .navbar-nav .nav-link {
    color: red !important;
  } */
  
  .navbtn:hover{
    background-color: #ffffff;
    color: #4b5dff!important;
    border: 1px solid #4b5dff;
  }

  .sticky-navbar {
    position: fixed;
    top: 0;
    /* left: 7rem; */
    width: 100%;
    z-index: 1030; 
    padding: 2rem 0rem;
  }



/* header */
.navbar a{
  color: #1C2E78!important;
  font-weight: 400;
  font-size: 1.1rem;
}

/* .nav-item> *:active {
  color: #218A3A!important;
} */

.nav-item> *::after{
  content: "";
  display: block;
  margin: auto;
  position: relative;
  height: 3px;
  width: 0;
  /* top: 5px; */
  /* background-color: #27C09C; */
  transition: all 0.3s;
  border-radius: 20px;
  top: 2px;
}

.nav-item>  *:hover::after {
  width: 100%;
  background: #272751;
  border-radius: 0.8rem;
}

.signinbtn {
  border: 2px solid #1C2E78;
  font-weight: 600;
  color: #1C2E78!important;
  border-radius: 0.8rem;
  padding: 0.3rem 3rem;
  margin-right: 2rem;
}
 
.signinbtn:hover {
  border: 2px solid #1C2E78;
}



/* hero */
.finlatics {
  background: linear-gradient(90deg, #155DFC 0%, #9810FA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for future support */
}

.hero {
  background: linear-gradient(180deg, #F1F6FF 2.35%, #FAFCFF 100%);
  padding-top: 1rem;
  height: 100vh;
}

.homepage h3{
  line-height: 2.5rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
}

.explore {
  padding: 0.7rem 4rem;
}

.expandbtn{
  color: #1447E6;
  background-color: #DBEAFE;
  padding: 1rem;
  width: 40%;
  text-align: center;
  font-family: 'Inter';
}


@media (max-width: 448px) {
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1rem;
  }

.homepage, .globally-learners, .program-details, .mission {
  margin: 2rem 1rem 1rem;
}
  .expandbtn{
    width: 100%;
  }
  .homepage h3 {
    line-height: 2rem;
    width: 100%;
    font-size: 1.5rem;
}
.explore {
  padding: 0.5rem 1rem;
}
.globally-learners h3, .programs h3 {
  font-size: 1rem;
}
.mission h3 {
  font-size: 1rem;
  line-height: 2rem;
}
.blur {
  padding: 0rem;
}
.footersection h3 {
  font-size: 1.2rem;
}

}