*{
    margin: 0%;
    padding: 0%;
    font-family: "Roboto", sans-serif;
}
.container{
    display:flex ;
     
}
.slider {
  width: 100%;
  height: 500px;
  position: relative;

}
.slider-items, .hidden {
  display: none;
  width: 100%;
  height: 500px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.active {
  display: block;
}
.slider-btns button {
  font-size: 40px;
  opacity: 0.5;
  background-color: black;
  color: white;
  border: none;
  padding: 10px 18px;
  
  cursor: pointer;
}
.slider-btns {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
}

.slider:hover .slider-btns {
  visibility: visible;
  
}
.slider-btns button:hover {
  color: #ffffff;
  background-color: black;
}
/* slideend */
.numbertext{
  
  position: absolute;
  top: 30%;
  color: #ffffff;
  padding: 10px 80px;
 background-color: #0B070075;
 margin: 10px 5px;
  font-size: 21px;
   width: 22%;
 }
.containers{
  width: 100%;
  position:fixed;
  top:0px;
  background-color: #ffffff;
  z-index: 3;
}
.logo img{
     margin-top: 15px;
     margin-left: 40px;
}
.images{
    margin-left: 3px;
    margin-top: 5px;
}
.contents{
     display: flex;
}
.navbar {
  background-color: #ffffff; 
    overflow: hidden;
    margin-top: 20px;
    margin-left: 26px;
    overflow: hidden;
    
   
  }
  
  .navbar a {
    float: left;
    font-size: 13px;
   
    color: #000000;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color:#000000;
    padding: 14px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-size: 13px;
   
  }
  
  .dropdown-content {
     display: none;
    position: absolute;
    left: 390px;
    background-color: #337ab7;
    padding-top: 0;
    z-index: 1;
  }
  .dropdown i{
      transition: all 0.2s ease;
    }
    .dropdown:hover i{
      transform: rotatez(180deg);
    }
  
  .dropdown-content a {
    float: none;
   
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
   
    width: 240px;
    margin-left: 10px;
  
  }
  .dropdown-content h1{
     
      font-size: 16px;
      margin-left: 24px;
      margin-top: 10px;
  
  }

  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .arrow{
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgb(24, 163, 218);
      display: block;
      margin: 0px;
      margin-left: 164px;
    
  }
  .arrows{
      background-color: #ffffff;
  }
  h1{

    font-size: 16px;
    margin-left: 24px;
    margin-top: 10px;

}
.list{
  display: flex ;
}
.engineering h1,a{
  padding-top: 10px;
}
.architecture a{
  padding-top: 20px;
}
.architecture h1{
  padding-top: 10px;
}
.sponser a{
 margin-top:5px;
}
.reserchs a{
  margin-top:5px;
}

.container1{
  display: flex;
 
  box-sizing: border-box;
  border: none;
  background-color: rgb(34, 132, 189);
  height: 45px;
  margin-bottom: 5px;
  width: 100%;
}
.number {
  display: flex;
  color: white;
  margin-left: 50px;
  
}
.number p{
  margin-right: 30px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
}

.number i{
  padding: 10px;
}
.mic ul,li,a{
  display: flex;
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 1px;

}
.mic a{
  padding: 12px;
}
    /* --------------------right arrow---------------- */
 
    .rightarrow{
       
      height: 0;
      width: 0;
      border-bottom: 4px solid white;
      border-right: 2px solid white;
      border-left: 3px solid white;
      border-top: 4px solid white;
      margin-top: 3px;
   }
  .rightarr{  
     height: 0;
      width: 0;
      border-left: 7px solid white;
     border-right: 7px solid transparent;
     border-bottom: 7px solid transparent;
     border-top: 7px solid transparent;
    
  }
  .traingle{
   display: flex;
  }
  
  

     /* -------------------- BOXES --------------------- */
   
.boxs{
  display: flex;
  margin: 0px 50px;
 
  }

.shape{
  position: relative;
  height: 200px;
}

.semicircle{
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #1586C3;
  position: absolute;
  left: 80px;
  bottom:160px;
}

.box{
  width: 290.38px;
  height: 145px;
  background-color: #1586C3;
  position: absolute;
  bottom: 90px;
}

.semicircle i{
  font-size: 30px;
  color: #ffffff;
  }
  .shape:hover .semicircle{
    background-color: rgb(13, 13, 116);
    
  }
  .shape:hover .box{
    background-color: rgb(13, 13, 116);
    
  }
/* --------------BOX p & h1--------------*/

.box h1{
  color: #ffffff;

  font-size: 20px;
  text-align: center;
}
   .words{
        display: flex;
       
    }
    .words1 p{ 
        
        color: #ffffff; 
         animation: animate  
         0.6s linear infinite; 
         padding-top: 10px;
         padding-left: 30px;

    } 
    .words1 p:hover{
       background-color: #ffffff;
       color: green;
      
    }

    @keyframes animate { 
        0% { 
            opacity: 0; 
        } 

        50% { 
            opacity: 0.7; 
        } 

        100% { 
            opacity: 0; 
        } 
    } 

.enquiry h1{
  background-color: rgb(56, 187, 56) ;
  writing-mode: vertical-rl;
 color: #ffffff;
  position: fixed; 
  top:230px;
  height: 200px;
  width: 30px;
  right: 0;

}
/* --------social------- */
.face{
  box-sizing: border-box;
  background-color: blue;
  height: 50px;
  width: 55px;
  
}
.twit{
  box-sizing: border-box;
  background-color: rgb(43, 183, 207);
  height: 50px;
  width: 55px;
  
}
.insta{
  box-sizing: border-box;
  background-color: rgb(231, 42, 168);
  height: 50px;
  width: 55px;
}
.youtube{
  box-sizing: border-box;
  background-color: rgb(207, 50, 50);
  height: 50px;
  width: 55px;
}
.linkedin{
  box-sizing: border-box;
  background-color: blue;
  height: 50px;
  width: 55px;
}
.social{
  position: fixed; 
  top:380px;
 
   
}
/* ranksann */
.ranksann{
  display: flex;
  
}
.rank h1{
  font-weight: bold;

  
  font-size: 20px;
 
}
.announcements h1{
  font-weight: bold;

  
  font-size: 20px;
}
.upcomingevents h1{
  font-weight: bold;

  font-size: 20px;
}
.upcomingevents p{
  opacity: 0.5;
  
  
}
.viewallevents p{
  margin-left: 1100px;
  margin-bottom: 70px;
   margin-top: 50px;
  
  
}

/* Ryt arrows */




/* VISION MISSION */
.allvismis{
  display: flex;
}
.vision{
  margin-left: 180px;
  box-sizing: border-box;
  border: none;
  background-color:#1586C3 ;
  height: 250px;
  width: 250px;
  border-radius: 70px;
}
.vision p{
  margin-left: 95px;
  margin-top: 30px;

  
  font-size: 14px;
}
.vision h6{
  font-weight: lighter;
  margin-top: 30px;
  text-align: center;
  
  
  font-size: 14px;
  color: #ffffff;
  
}
.mission h6{
  font-weight: lighter;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  
}
.mission
{
  margin-left: 110px;
  box-sizing: border-box;
  border: none;
  background-color:#1586C3 ;
  height: 250px;
  width: 250px;
  border-radius: 70px;
}
.mission p{
  margin-left: 95px;
  margin-top: 30px;

  
  font-size: 14px;
}
/* headofmepco */
.headofmepco{
  display: flex;
}
.director h1{
color: rgb(28, 136, 28) ;


font-size: 18px;
font-weight: bold;
margin-left: 80px;
}
.directcontent p{
  margin-left: 50px;

  
  font-size: 14px;
  opacity: 0.7;
}

/* ugprograms */
.ugprograms h1{
 
  
  font-size: 40px;
  text-align: center;
}
/* Courses */


.courses1{
  display: flex;
  margin-left: 50px;
  margin-top: 20px;
  box-sizing: border-box;
  border: none;
  background-color: #ffffff;
  box-shadow:  0 2px 20px 0 rgba(0, 0, 0, .1);;
  box-shadow: opacity(0.3);
  height: 170px;
  width: 620px;
}
.courses2{
  display: flex; 
  margin-left: 65px;
  margin-top: 20px;
  margin-left: 30px;
  box-sizing: border-box;
  border: none;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);;
  box-shadow: opacity(0.3);
  height: 170px;
  width:600px;
}

.course1{
  display: flex;
}
.course2{
  display: flex;
  margin-top: 20px;
}
.course3{
  display: flex;
  margin-top: 20px;
}
.course4{
  display: flex;
  margin-top: 20px;
}
.course5{
  display: flex;
  margin-top: 20px;
}
.para h1{
  font-size: 16px; 
  font-weight: 500px;
  
}
.vl p{
  font-size: 14px; 
margin-left: 12px;
margin-top: 5px;
color: #192E59;

}

.vertical{
  display: flex;
  border-left: 5px solid #8B8E94;
  margin-top: 5px;
  height: 100px;
  margin-left: 27px;
  opacity: 0.2;
}
.hole{
  display: block;
}
.applyy{
  background-color: #5cb856;
 
  padding: 8px 30px;
  color: #ffffff;

  border-radius: 20px;
  margin-left: 310px;
  font-size: 14px; 
  
 
  

}


/* footer */
.footer{
  margin-top: 50px;
  display: flex;
  box-sizing: border-box;
  height: 500px;
  width: 100%;
  background-color: #333;
}
.footers1 h1{

  
font-size: 25px;
font-weight: lighter;
color: #ffffff;
margin-left: 5px;


}
.footers1{
  margin-top: 40px;
  margin-left: 10px;
}

.footers1 i{
  color: gray;
}
.footers1 P{
  padding: 5px;
  color: #ffffff99;
 
  
font-size: 14px;
font-weight: bold;
margin-top: 10px;
}
.blackfoot{
  background-color: rgb(34, 31, 31);
  height: 50px;
  width: 100%;
}
.blackfoot P{
  padding: 18px;
  color: #ffffff99;

  
font-size: 14px;
font-weight: bold;

}
.footers1 p:hover{
  color: #ffffff;
}
.footer{
  bottom: 0;
  width: 100%;
 
}



.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  opacity: 0.5;
  background-color: rgb(185, 181, 181);
  border-radius: 50%;
  display: inline-block;
  
}


.carousel-container {
  position: relative;
  width: 717.56px; /* Adjust width as needed */
  height: 265px; /* Adjust height as needed */
  overflow: hidden;
   /* Border around carousel */
  /* Optional: Rounded corners */
}

.carousel {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  height: 100%; /* Full height of the carousel container */
  width: 100%;
 
   /* Background color for better visibility */
}

.carousel-item div {
  display: flex;
  align-items: center;
  justify-content: center;
   padding: 5px;
  box-sizing: border-box;
  background-color: #fff; /* Background color for each item */
    /* Optional: Rounded corners for each item */
 /* Remove border */
}

.carousel-item img {
  max-height: 80px; /* Adjust image height */
  max-width: 100px; /* Adjust image width */
  margin-right: 10px;
}

.carousel-item .text-content {
  display: flex;
  flex-direction: column;
}

.carousel-item h1 {
  font-size: 16px;
  color: #333;
  margin: 0;
}

.carousel-item p {
  font-size: 14px;
  color: #555;
  margin: 5px 0 0 0;
}