* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* navup */
  .nav_up {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
    color: #0072bc;
  }
  
  .nav_up a {
    text-decoration: none;
  }
  
  .nav_up_items {
    margin-right: 2px;
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    color: #0072bc;
  }
  
  /* for g20........ */
  .nav_up {
    display: flex
  }
  
  .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .nav_down {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    font-size: 15px;
  }
  
  .nav_down i {
    font-weight: bold;
  }
  
  .nav_down i:hover {
    color: orange;
  }
  
  .logo img {
    width: 370px;
    height: 60px;
  }
  
  
  
  /* Style for the dropdown container */
  .drop {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 2;
    list-style: none;
  }
  
  .dropdown {
    z-index: 2;
  }
  
  /* Style for each list item in the dropdown */
  .drop li {
    padding: 10px;
    margin-left: -30px;
    border-bottom: 1px solid #ccc;
  }
  
  /* Style for the parent navigation items */
  .nav_down_items {
    position: relative;
    display: inline-block;
    padding: 10px;
    color: #0b6bbf;
    font-weight: bold;
    text-decoration: none;
  }
  
  
  /* Style for the chevron icon */
  .bi-chevron-down::before {
    content: "\f078";
    font-family: "Bootstrap Icons";
    font-weight: bold;
  }
  
  /* Show the dropdown when parent item is hovered */
  .dropdown:hover .drop {
    display: block;
  }
  
  /* Style for the main navigation container */
  .nav_down {
    background-color: white;
    padding: 10px;
  }
  .drop li:hover a{
    color: orange;
  }
  
  /* Style for the icon */
  .bi {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
  }
  
  /* Style for the main navigation link */
  .nav_down_items a {
    color: #0072bc;
    text-decoration: none;
  }
  
  /* Style for the active link */
  .nav_down_items.active {
    background-color: #ddd;
  }
  
  .top_news {
    width: 100%;
    background-color: white;
    margin-top: 1%;
  }
  
  .top_news a {
    text-decoration: none;
    font-size: 18px;
    color: #022366;
  }
  .sec_handle{
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    z-index: 9998;
    margin-left: 97%;
  }
  .social-handes{
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 9999;
  }
  .facebook{
    max-width: 10%;
    padding: 2px;
  }
  .facebook i{
    border-radius: 10px;
    padding: 10px;
    font-size: 150%;
    background-color: #0170b7;
    color: white;
    cursor: pointer;
  }
  .facebook i:hover{
    transition: all .5s ease; 
    font-size: 170%;
    background-color: #0170b7;
    color: white;
    padding-right: 50px;
    padding-left: 20px;
    margin-right: 80px;
  }
  .twitter{
    max-width: 10%;
    padding: 2px;
  }
  .twitter i{
    border-radius: 10px;
    padding: 10px;
    font-size: 150%;
    background-color: rgb(105, 204, 174);
    color: white;
    cursor: pointer;
  }
  .twitter i:hover{
    transition: all .5s ease;
    font-size: 170%;
    background-color: rgb(105, 204, 174);
    color: white;
    padding-right: 50px;
    padding-left: 20px;
    margin-right: 80px;
  }
  .linked-in{
    max-width: 10%;
    padding: 2px;
  }
  .linked-in i{
    border-radius: 10px;
    padding: 10px;
    font-size: 150%;
    background-color: #0170b7;
    color: white;
    cursor: pointer;
  }
  .linked-in i:hover{
    transition: all .5s ease;
    font-size: 170%;
    background-color: #0170b7;
    color: white;
    padding-right: 50px;
    padding-left: 20px;
    margin-right: 80px;
  }
  .instagram{
    max-width: 10%;
    padding: 2px;
  }
  .instagram i{
    border-radius: 10px;
    padding: 10px;
    font-size: 150%;
    background-color: #f310d1;
    color: white;
    cursor: pointer;
  }
  .instagram i:hover{
    transition: all .5s ease;
    font-size: 170%;
    background-color: #f310d1;
    color: white;
    padding-right: 50px;
    padding-left: 20px;
    margin-right: 80px;
  }
  .youtube{
    max-width: 10%;
    padding: 2px;
  }
  .youtube i{
    border-radius: 10px;
    padding: 10px;
    font-size: 150%;
    background-color: #b70101;
    color: white;
    cursor: pointer;
  }
  .youtube i:hover{
    transition: all .5s ease;
    font-size: 170%;
    background-color: #b70101;
    color: white;
    padding-right: 50px;
    padding-left: 20px;
    margin-right: 80px;
  }
  .dash {
    color: #ff9210;
    font-size: 18px;
    font-weight: bold;
  }
  
  .top_news a:hover {
    text-decoration: underline;
  }
  
  .swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .swiper-slide {
    flex: 0 0 100%;
  }
  
  .swiper-slide img {
    width: 100%;
    height: auto;
  }
  
  .swiper-pagination {
    text-align: center;
    margin-top: 10px;
    z-index: 5;
  }
  
  .swiper-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .swiper-pagination .active {
    background-color: #333;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    top: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: none;
    color: #ff0000;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
  
  .swiper-button-prev {
    left: 10px;
  }
  
  .swiper-button-next {
    right: 10px;
  }
  
  .high {
    font-size: 24px;
    line-height: 1.2;
    color: #fefefe;
    font-weight: 600;
    left: 0;
    position: absolute;
    background: #0170b8;
    padding: 16px 33px;
    z-index: 1;
  }
  
  #hlt {
    margin-top: 1%;
    font-size: 18px;
  }
  
  .about {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
  }
  
  .heads {
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
  }
  
  .profiles {
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
  
  .dp {
    display: flex;
    justify-content: space-evenly;
    border: 1px solid white;
    padding-right: 2%;
  }
  
  .dp a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    margin-top: 1%;
  }
  
  .dp1 {
    width: 150px;
    height: 150px;
  }
  
  .dp2 {
    width: 150px;
    height: 150px;
  }
  
  .small {
    font-size: 15px;
  }
  
  .knw {
    margin-top: 15%;
    margin-bottom: 3%;
    font-size: 15px;
    background-color: #0170b7;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    border: none;
  }
  
  .message {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5%;
  
  }
  
  .pic img {
    width: 455px;
    height: 303px;
    padding-left: 10%;
  }
  
  .message h1 {
    font-size: 1.875em;
    color: white;
  }
  
  pre {
    color: white;
    font-size: 15px;
    font-weight: bold;
  }
  
  .bg {
    position: relative;
    /* width: fit-content;   */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 1080px;
    width: 100%;
    z-index: 0;
    background-image: url(./assets/campusimg.jpg);
  }
  
  .rd {
    background-color: #082e75;
    padding: 10px;
    color: white;
    margin-left: 40%;
    font-size: 15px;
    cursor: pointer;
    border: none;
  }
  
  .rd:hover {
    text-decoration: underline;
  }
  
  .abt_icons {
    display: flex;
    flex-wrap: wrap;
    color: white;
    justify-content: space-around;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    align-content: center;
    padding: 0;
    text-align: center;
  
  }
  
  .fac_mem {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    flex-direction: column;
    width: 212px;
    height: 170px;
  }
  
  .stu {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    flex-direction: column;
    width: 212px;
    height: 170px;
  }
  
  .bk_wt {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    flex-direction: column;
    width: 212px;
    height: 170px;
  }
  
  .sp_sc {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    flex-direction: column;
    width: 212px;
    height: 170px;
  }
  
  .fac_mem img {
    width: 89px;
    height: 69px;
    margin-left: 30%;
    padding: 10px;
  }
  
  .stu img {
    width: 69px;
    height: 69px;
    margin-left: 30%;
    padding: 10px;
  }
  
  .bk_wt img {
    width: 69px;
    height: 69px;
    margin-left: 25%;
    padding: 10px;
  }
  
  .sp_sc img {
    width: 69px;
    height: 69px;
    margin-left: 25%;
    padding: 10px;
  }
  
  .abt_icons span {
    font-size: 34px;
    border-top: 2px solid white;
  
  }
  
  .num {
    font-size: 16px;
    border-top: 2px solid white;
  }
  
  .sp_sc pre {
    border-top: 2px solid white;
    font-size: 16px;
  }

/* Glimpses of DSEU  */
section.glimpses-desu {
  padding: 60px 0;
  width: 100%;
}
.glimpses-desu h2{
  text-align: center;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3d3d3d;
}
.glimpses-desu-sec{
  display: flex; 
  flex-wrap: wrap;
   justify-content: space-evenly;

}

.splide__slide{
  padding: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #ECF0F1 ;

}

.splide__slide__container{
  width: 555px;
  /* height: 284px; */
  text-align: center;
}

.slide__content{
margin: 1rem 0;
font-size: 1.3rem;
}

.slide-img__wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}

.slide-img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}

.slide-img__caption{
  margin-left: 1rem;
}

.slide-img__caption span{
  color: #2E86C1 ;
  font-weight: 500;
}


.glimpses-desu-sec{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px;

}
.glimpse-right{
  width: 50%;
    max-height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin-top: 15px;

}


.row {
  display: -ms-flexbox; 
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  -ms-flex: 25%; 
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


.glimpse-left img{
  display: block;
  width: 100%;
  height: auto;
}

/* Glimpses of DSEU end */

.splide-wrapper{
  width: 80%;
  margin: auto;
  margin-bottom: 5%;
}
.splide-wrapper h2{
  text-align: center;
  padding-bottom: 20px;
}
.splide__slide{
  width: 175px;
  height:202px ;
  text-align: center;
  background: #ffffff;
  margin: 20px 10px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 5px 7px 0px rgb(204 204 204 / 59%);
  -moz-box-shadow: 4px 5px 7px 0px rgb(204 204 204 / 59%);
  -ms-box-shadow: 4px 5px 7px 0px rgb(204 204 204 / 59%);
  -o-box-shadow: 4px 5px 7px 0px rgb(204 204 204 / 59%);
  box-shadow: 4px 5px 7px 0px rgb(204 204 204 / 59%);
}
.splide__slide img{
  width: 155px;
  height: 110px;
  object-fit: cover;  
}

.splide__slide a{
  text-decoration: none;
}
.splide__slide:hover{
  scale:1.1;
transition: all 0.3s ease-in-out;
}

.splide__slide  h3{
  font-size: 12px;
  color: #182f53;
  min-height: 42px;
  margin-top: 20px;
  margin-bottom: 10px;
  /* font-family: Montserrat; */
}