@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
    scroll-behavior: smooth;
}
body {
    background-color: #d5d4fe;
    font-family: "Noto Serif", serif;
    margin: 0;
}
h1 , h2 {color: #1e4a9f;}
.row{display: flex;}
.col-lg-6{width: 50%;padding: 20px;position: relative;}
.col-lg-6 img{width: 100%;}
/* styles.css */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100vh;
    background-color: #fff;
    padding:  0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
    text-align: left;
  margin: auto;
  border-bottom: 3px solid #1e4a9f;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;  }
  
  .navbar-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
  }
  
  .navbar-content a {
    color: #333;
    text-decoration: none;
    padding: 15px;
  }
  

  .nav-link {
    color: #333;
    text-decoration: none;
    padding: 15px;
    transition: all 0.3s ease-in-out;
  }
  
  .nav-link:hover {
    background-color: #1e4a9f;
    color: #fff;
  }
  
  .nav-link.active {
    background-color: #1e4a9f;
    color: #fff;
  }
  
.container {
    width: 85%;
    margin-left: auto;
    height: 90%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
    background-size: cover;
    z-index: 1;
    position: relative;
    padding-bottom: 5%;
}
.container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/6488.jpg);
    opacity: 0.4; /* adjust the opacity value (0.5) to your liking */
    z-index: -1;
  }
  .headtext {    display: flex;
    flex-direction: column;
    justify-content: center;}
.left-pane {
    width: 50%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}
.left-pane h2{ color: #1e4a9f;font-size: 2rem;}
.left-pane li{color: #333333;}
.right-pane {
    width: 50%;
    position: relative;
    overflow: hidden;
}
.right-pane img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#header{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: row;
    position: relative;
}
li  {
    padding: 10px;
    list-style: none;
}
li i {color: #1e4a9f; padding-right: 10px;}
button{
    background: #1c91d6;
    color: #fff;
    border: #1d65ba;
    padding: 15px;
    width: 30%;
    margin-left: 10%;
    border-radius: 10px;
    cursor: pointer;
}
.scroll-to-section {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
  }
  

  
  .scroll-to-section i {
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
.positive{position: relative;}
.sec-margin {margin-top: 9%;padding-top: 5%;padding-bottom: 5%;}
.positive ul li span{font-weight: bold;}
li span{font-weight: bold;}
.col-lg-6 img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.salary {position: relative;}
.salary h1{text-align: center;}
.salary img {margin: auto;}
.col-lg-4{position: relative;width: 33.33%;}
.col-lg-4 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
width: 100%;
}
.innovations {position: relative;padding: 10px;}
h1{text-align: center;}
.last {position: relative;padding-right: 20px;padding-left: 20px;}
.last h2 {color: #1e4a9f;font-weight: bold;}

.card {text-align: center;padding: 20px;border-radius: 20px;}
.card-img  {width: 100%;}
img{width: 100%;}
.col-4{width: 33.33%;}
.student .col-lg-4{margin: 10px;}
@media (max-width: 768px) {
    .container{width: 100%;overflow: hidden;}
    .navbar {
      position: fixed;
      bottom: 0;
      top: unset !important;
      left: 0;
      right: 0;
      width: 100%;
      height: auto;
      white-space: nowrap;
      z-index: 999;
      border-top: 3px solid #1e4a9f;
      overflow: scroll;
    }
    
    .headtext {
        display: block;}
    .navbar-content {
      display: flex;
      flex-direction: row;
    }
  
    .nav-link {
      margin-bottom: 0;
      font-size: 10px !important;
    }
  
    .content {
      margin-left: 0;
      padding: 20px;
    }

    .left-pane{width: 100%;}
    .right-pane{width: 100%;}
    .col-lg-6{width: 100%;padding: 5px;}
    .col-lg-6 ul {padding: 0;}
    .row{flex-wrap: wrap;}
    #header .col-lg-6{height: 100px;}
    .sec-margin{padding-bottom: 20%;}
    .scroll-to-section {
        bottom: -40px;}
        .last ul {padding: 0;}
        #header .scroll-to-section {
            bottom: 20px;
          }
    .salary .col-lg-4  {width: 50%;margin-top: 25% !important;margin: auto;}
    .student .col-lg-4{width: 44% !important;}  
    .innovations .col-lg-4{width: 75%;margin-top: 25% !important;margin: auto;}

}


.container-student {
overflow: scroll;
}




.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.section-title {
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}


.section-title h1 {
    color: #1e4a9f;
    font-size: 50px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
    }
}


.team-9 {
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.team-9 h2 {font-size: 17px;}

.team-9 .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.team-9 .team-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.team-9 .team-content {
    text-align: center;
}








