*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
/* image slider */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 
.img-slider{
    display: inline;
 }
.img-slider .list .item{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.thumbnail{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}
.thumbnail .item{
    width: 150px;
    height: 220px;
    flex-shrink: 0;
    position: relative;
}
.thumbnail .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 8px;
}
.arrows{
    position: absolute;
    top: 85%;
    left: 25%;
    color: white;
    width: 300px;
    max-width: 30%;
    gap: 10px;
    align-items: center;
    z-index: 200;
}
.arrows button{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #eee4;
    border: none;
    color: white;
    font-weight: bold;
    font-size: large;
    transition: .5s;
      cursor: pointer; 
}
.arrows button:hover{
    background-color: white;
    color: black;
}
.img-slider .list .item:nth-child(1){
    z-index: 1;
}
@keyframes showContent {
    to{
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}
.img-slider .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    left: 50%;
    border: 50px;
    border-radius: 20px;
    animation: showImage 0.5s  linear 1 forwards;
}
@keyframes showImage{
 from {
        width: 150px;
        height: 220px;
        left: 50%;
        border-radius: 20px;
    }
    to {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
}
.img-slider .list .thumbnail .item:nth-child(1){
    overflow: hidden;
    width: 0;
    animation: showThumbnail 0.5s linear 1 forwards;
}
@keyframes showThumbnail{
    to{
        width: 150px;
    }
}
.img-slider.next .thumbnail{
    transform: translateX(150px);
    animation: transformThumbnail 0.5s linear 1 forwards;
}
@keyframes transformThumbnail{
    to{
        transform: translateX(0);
    }
}
.img-slider.pre .list .thumbnail .item:nth-child(2){
    z-index: 2;
}
.img-slider .list .thumbnail .item:nth-child(1) img{
    position: absolute;
    bottom: 0;
    left: 0;
    animation: outImage 0.5s linear 1 forwards;
}
@keyframes outImage{
    to{
        width: 150px;
        height: 220px;
        border-radius: 20px;
        left: 50px;
    }
}
.img-slider.pre .thumbnail .item:nth-child(1){
    width: 0;
    overflow: hidden;
     animation: showThumbnail 0.5s linear 1 forwards;
}
@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
    }
}
.img-slider.next .arrows button,
.img-slider.next .arrows button{
    pointer-events: none;
}
.time{
    width: 100%;
    height: 3px;
    background-color: #f1683a;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}
.img-slider .next .time,
.img-slider .pre .time{
    width: 100%;
    animation:timeRunning 2s linear 1 forwards; 
}
@keyframes timeRunning {
    to{
        width: 0;
    }
}
@media (max-width: 600px) {
    .thumbnail {
        bottom: 10px;
        gap: 10px;
        left: 50%; 
    }
    .thumbnail .item {
        width: 80px;
        height: 120px;
    }
    .arrows button {
        height: 50px;
        width: 50px;
        font-size: medium;
    }
    .img-slider .list .item img {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
    height: 70vh;
    }
    .img-slider .list .item {
      display: flex;
      align-items: center;
      justify-content: center;
      background: white; 
    }
}
.parag{
    height: auto;
    width: 100%;
    border: none;
    margin-top: 49%;
    font-family: 'Times New Roman', Times, serif;
}
/* // scholership Numbers */
.numbers{
    height: 100px;
    width: 100%;
    border: none;
    border-radius: 15px;
    display: flex;
    justify-content: space-evenly;
    background-color: #efe4e4;
}
.num1{
    line-height: 40px;
    font-size: 20px;
}
.num1 p{
    font-size: 30px;
    color:#3189FC;
    font-weight: bolder;
}

@media  (max-width: 1324px) {
    .parag{
        margin-top: 60%;
    }
}
@media  (max-width: 640px) {
    .parag{
        margin-top: 90%;
        width: 100%;
        max-width: 100%;  
    }
    .item{
        height: 80%;
        width: 100%;
    }
    .thumbnail{
        display: none;
    }
    .arrows{
      position: absolute;
      top: 225px;
      left: 130px;
    }
    .arrows button{
      background-color: rgb(95, 89, 89);
    }
    .SC1{
        display:none;
    }
    .SC4{
        display:none;
    }
    .numbers{
        width: 100%;
        height: 100px;
    }
    .num1 p{
        font-size: 24px;
        color:#3189FC;
        font-weight: bolder;
    }
    .nav-bar{
        width: 100%;
        flex-wrap: wrap;
        margin: 0;
        box-sizing: border-box;
    }
    .logo img{
        height: 60px;
        width: 90px;
    }
    .hideOnMobile{
       display:none;
      
    }
    .img-slider .item img{
      object-fit: contain;
    }
    .Opportunities h1{
    font-size: 28px !important;
    }
    .img-slider .list .item img{
        object-fit: contain;
        max-width: 100%; 
        width: 100%; 
        height: 90%; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hideOnMobile{
       display:none;
      
    }
    .menu-btn{
        display: block;
    }
    .Partners-info p,h1 {
        display: none;
    }
}
.OppImg{
    height: 50px;
    width: 50px;

}
.Opportunities {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.section3{
    height: auto;
    width: 100%;
    border: 2px solid white;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
    background-color: #efe4e4;
}
.Opportunities h1{
    font-size: 38px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(90deg, blue, purple, red, orange);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color:transparent;
    display: flex;
    justify-content: center;
    align-self:center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.Opportunities1{
    height: 80px;
    width: 300px;
    border: 2px solid rgb(122, 116, 116);
    border-radius: 15px;
    margin-top: 20px;
    font-size: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    transition: transform 0.9s ease, background 0.3s ease;
    background-color: white;
}
.Opportunities1:hover{
    background-color: #2d78e1;
    color: white;
    transform: scale(1.1);
}
.Partners{
    height: 350px;
    width: 100%;
    border: none;
    border-radius: 15px;
    display: flex;
    margin-top: 30px;
    background-color: #efe4e4;

}
.Partners img{
    height: 80%;
    width: 100%;
    border: none;
}
.Partners-img{
    height: 350px;
    width: 50%;
    border: none;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    
}
.Partners-info{
    height: auto;
    width: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 90px;
    padding-right: 90px;
    gap: 4rem;

}
.center{
    font-size: 25px;
    align-items: center;
    justify-content: center;
    padding-left:  30%;
    padding-top: 10px;
}
.font{
    font-size: 35px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(90deg, blue, purple, red, orange);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color:transparent;
}
@media  (max-width: 640px) {
    .Partners-img{
    height: 350px;
    width: 100%;
    border: none;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    }
    .Partners-info{
    display: none;
    }
    .step-contain1{
        width: 100%;
    }
    .step-contain1{
    height: 400px;
    width:200px;
    overflow-x: hidden;
    }
    .arrows button{
        
    background-color: rgb(38, 38, 38);
    }
    .arrows button:hover{
    background-color: rgba(143, 139, 139, 0.267);
   
    }

}
.steps{
    height: fit-content;
    width: 100%;
    border:none;
    margin-top: 35px;
    background-color: #efe4e4;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.steps h1{
    align-items: center;
    justify-content: center;
}
.step-container{
    height: auto;
    width: 100%;
    border: none;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: space-evenly;
    border-radius: 15px;
    flex-wrap: wrap;
  
}
.step-contain1{
    height: 300px;
    width:300px;
    border: none;
    display: flex;
    flex-direction:column;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 24px;
    justify-content: space-evenly;
    background-color: white;
   box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.2);
   margin-top: 20px;
}
.step-contain1:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.book-icon{
    margin-left: 80px;
    animation: look 1.5s infinite;
}
@keyframes look {
      0% { transform: rotate(0deg); }
      25% { transform: rotate(-16deg); }
      50% { transform: rotate(8deg); }
      75% { transform: rotate(-3deg); }
      100% { transform: rotate(0deg); }
}
.steps h1{
    padding-left:29%;
    padding-top: 10px;
    font-size: 30px;
    font-weight: bolder;
}
.step-contain1 p{
    font-size: 18px;
}
@media  (max-width: 640px) {
    .steps{
    height:fit-content
    ;
    width: 100%;
    background-color: #efe4e4;
    }
    .font{
        font-size: 30px;
    }
    .steps h1{
        font-size: 25px;
        line-height: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .Partners .center{
        padding-left: 40px;
        padding-right: 30px;
    }
    .list4 li{
        display: none;
    }
    .footerPart1{
        display: none;
    }
    .footer{
        width: 100%;
        flex-wrap: wrap;
        
    }
    .list1 li,.footerFont{
        display: none;
    }
    
}

.review{
    height: 270px;
    width: 290px;
    border: none;
    border-radius: 10px;
    margin-top: 30px;
    background-color: white;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.2); 
}
.review:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.review1{
     height: 35px;
    width: 100px;
    border: 2px solid  white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 100px;
     background-color: white;
}
.review1 img{
  width: 250px;
  height: 100px;
  border-radius: 50%;
  margin-top: -50px;
  border: 2px solid gray;  
}
.name{
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
     background-color: white;
}
.name1{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
     background-color: white;
     color: #e10e58;
     font-weight: bold;
}
.star { 
  font-size: 25px;
  color: rgb(19, 16, 21);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0px;
  background-color: white;
  font-weight: bolder;
}
.text-review{
     font-size: 15px;
    font-weight:10px;
    text-align: center;
     background-color: white;
     padding-left: 13px;
     padding-right:13px;
}
.our-scholer{
    height: auto;
    width: 100%;
    border: none;
    display: flex;
    margin-top: 3%;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    background-color: #efe4e4;
    padding-bottom: 20px;
}
.nav-bar {
    display: flex;
    flex-direction: row;
    align-items: center;             
    justify-content: space-between;   
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(30px);
    z-index: 1000;
    padding: 0 20px;
    background-color: #f3f3f3;
}
.logo img {
    height: 100px;
    width: 200px;
    object-fit: contain;
    margin-left: 0px;
}
.nav-search {
    display: flex;
    align-items: center;
    background-color: pink;
    height: 36px;
    border-radius: 4px;
    border: none;
    width: 30%; 
    overflow: hidden;
}
.search-select {
    background-color: rgb(194, 188, 188);
    width: 60px;
    height: 100%;
    text-align: center;
    border: none;
    outline: none;
    font-size: 0.9rem;
}
.search-input {
    width: 100%;
    font-size: 1rem;
    border: none;
    outline: none;
    padding: 0 8px;
    background-color: pink;
}
.search-icon {
    width: 45px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd68;
    cursor: pointer;
}
.nav-search:hover {
    border: 2px solid orange;
}
.content1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.content1 a {
    text-decoration: none;
    font-size: 18px;
    color: black;
    font-weight: 500;
    padding: 8px;
    transition: color 0.2s;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(90deg, blue, purple, red, orange);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.content1 li{
    list-style: none;
}
.content1 a:hover {
    color: orange;
}
.icon {
    height: 15px;
    width: 15px;
}
.space {
    line-height: 12px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content3 {
    position: fixed;
    top: 75px;  
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 69px;
    padding: 10px;
    background: #f3f3f3;
    height: 35px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 999;
}
.content3 a {
    text-decoration: none;
    font-size: 17px;
    color: rgb(79, 10, 129);
    font-weight: 700;
    justify-content: space-evenly;
    display: flex;
    box-shadow: 0 2px 59px rgba(0,0,0,0.2);
    font-family: 'Times New Roman', Times, serif;
    align-items: center;
    padding-bottom: 4px;
}
.content3 a:hover {
    color: rgb(186, 91, 32);
}
/* hamburger */
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
    width: 200px;
    z-index: 99999;
    background-color: rgba(255,255,255,0.8);
    box-shadow: -10px 0 10px rgb(101, 97, 97);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
    display: none;  
}
.sidebar ul{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 299;
}
.sidebar li{
    height: 50px;
    list-style: none;
    background-color: white; 
    
}
.sidebar a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: blue;    
}
.sidebar a:hover{
    background-color: rgb(218, 175, 34);
}
.sidebar li:first-child{
    margin-right: auto;
}

.sidebar li{
    width: 100%;
}
.sidebar a{
    width: 100%;
}
.menu-btn{
    display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 
@media  (max-width: 640px) {
    .item{
        height: 80%;
        width: 100%;
    }
    .nav-bar{
        width: 100%;
        flex-wrap: wrap;
        margin: 0;
        box-sizing: border-box;
    }
    .logo img{
        height: 60px;
        width: 90px;
    }
    .hideOnMobile{
       display:none; 
    }
    .menu-btn{
        display: block;
    }
    .search-icon{
        display: none;
    }
    .search-input{
        width: 80px;
    }
    .search-select{
         width: 20px;
    }
    .nav-search{
        width: 100px;
        border: none;
    }
    .content3{
        display:none;
    }
    .list{
        width: 100%;
    }
    .list .item{
        width: 100%;
        height: 300px; 
    }
    header{
      width: 100%;
    }
    .nav-bar{
      width: 100%;
      overflow-x: hidden;
      margin-left: 0px;
      margin-right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .search-select{
        display: none;
    }
    .hideOnMobile{
       display:none;
    }
    .menu-btn{
        display: block;
    }
}

.footer {
    height: auto;
    width: 100%;
    border: none;
    margin-top: 40px;
    font-weight: bolder;
    font-size: 30px;
    background-color: #f3f3f3;
    list-style: none;
    border: 2px solid #f3f3f3;
    margin: auto;
}

.footerPart1 {
    height:auto;
    width: 100%;
    border: none;
    display: flex;
    flex-direction: row;
}

.list00 {
    height:auto;
    display: flex;
    justify-content: space-evenly;
    width: 350px;
    border: none;
    flex-wrap: wrap;
    list-style: none;
    flex: 1 1 200px;
}
.list00 li {
    list-style: none;
}
.list00 li a {
    position: relative;
    text-decoration: none;
    font-size: 19px;
    color: black;
    font-weight: bold;
    line-height: 40px;
}
.list00 li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: black;  
    transition: width 0.3s ease;
}
.list00 li a:hover::after {
    width: 100%;
}
.list00 .footerFont {
    color: black;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.font2 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(90deg, blue, purple, red, orange);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color:transparent;
    margin-top: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.footerPart2 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    line-height: 30px;
    display: flex;
    
}
.footerPart2 .section2{
    padding-left: 20px;
     padding-right: 20px;
     height: auto;

}
.list2 {
    height:auto;
    display: flex;
    justify-content: space-evenly;
    width: 450px;
    border: none;
    flex-wrap: wrap;
    list-style: none;
    flex: 1 1 250px;
    line-height: 45px;
}
.list2 li {
    list-style: none;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
.list2 li a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}
.list2 .adjust {
    padding-left: 18%;
    font-size: 25px;
}
.list2 p {
    font-size: 15px;
}
.footerPart2 .row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.row img {
    margin-top: 20px;
}
.list2 .add {
    margin-left: 20%;
}
.footerPart2 .contact-info {
    font-size: 20px;
}
.footerPart2 .section1{
  display: flex;
  align-items: start;
  justify-content: start;
}

.footer hr {
    border: none;
    height: 3px;
    background-color: #a9a1a1;
    margin: 20px 0;
    width: 100%;
}

.footerPart3 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: -5%;
    margin-left: 15%;
}
@media (min-width: 700px) and (max-width: 1024px) {
    footer{
      height:auto;
      width: 100%;
      border: none;
    }
    .footerPart1{
      height: auto;
      width: 100%;
      border:none;
    }
      .footerPart2{
      height:auto;
      width: 100%;
      border: none;
      background-color: #f3f3f3;
      margin-top: -10%;
    }
    hr{
      display: none;
    }
    .list2 .size1{
        border:none;
    }
}
.Copyright{
  color: rgb(3, 20, 77);
  font-weight: 200;
  font-size:25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2%;
  padding-bottom: none;

}
.list2 .size{
    font-size: 20px;
    line-height: 30px;
}
@media  (max-width: 640px) {
    .footerPart1{
      display: none;
    }
     .footerPart1{
      display: none;
    }
    .add{
      display: none;
    }
    .Copyright{
      font-size: 20px;
      padding-top: 30px;
      padding-bottom: 20px;
    }
    .size{
      padding-left: 20px;
      padding-right: 20px;
    }
    .footerPart2 .font2{
        font-size: 30px;
    }
    .invisible{
        display: none;
    }
    .list2 {
        line-height:40px;
    }
    .section1{
        line-height: 50px;
        font-size: 20px;
    }
}
.row li a img {
  transition: transform 0.3s ease; 
}

.row li a img:hover {
  transform: scale(1.2);
}
a {
  display: flex;
  align-items: center; 
  text-decoration: none;
  color: inherit;
}

a img {
  margin-right:8px;
}