/* MNIT WEBSITE MEDIA QUERY- 2022 - BREAKPOINT */

/* XX-Small devices (Less than 375px) */
@media  (max-width: 375px) {

  
    .nav-logo {
      width: 40px !important;
      height: 40px !important;
      margin-top: 10px;
    }

    .site-navbar{
      height: 10vh;
    }

    .mnit-header-logo-name  {

      width: 100% !important;
      z-index: 3 !important;
      padding-left: 15px;
      margin-top: 10px;
      /*font-size: 10px !important;*/

    }


    .mnit-english-name {

      font-size: 12px !important;
    }
    .mnit-main-english-name {

      display: none;
    }
    .navbar{
      width: 100%;

    }
    
    .social-wrap{
      display: none !important;
    }
   
    .dropdown-menu {

      border-bottom-right-radius: 5px !important;
      border-bottom-left-radius: 5px !important;

    }

  

    .sticky-top-header {
      visibility: hidden;


    }

    .sticky-navbar {

      top: 0;
      margin-top: 0px;

    }

    
 
   .hero-slide{
      height: 20vh !important;
      width: 100%;
      background-size: 100%;
      background-repeat: no-repeat;

    }
  
    .intro-section{
      height: 20vh !important;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

    }
 
  
    .alumnitimesdesign{
      top: 5vw !important;
    }
    .alumninewsdesign{
      top: 5vw !important;
      margin-bottom: 2vh;
    }
    .mapdesign{
      width: 70%;
      height:20vh;
    }
   .card-text{
    margin-top: 2vh !important;
    margin-left: -60px !important;
    width: 98%;
   }
 /*.divcounterclass{
  height:250px;
 }*/
  .divcounterclass .counter{
      font-size: 12px;
      margin-top:-15px;
      border: 1px solid black;
   }
   .counter_content{
      font-size: 12px;
   }
   .alumniaffair_content{
    padding-left: 8vw;
    padding-right: 4vw;
   }
}
 


/* X-Small devices ( In between 375 and 576px) */
@media (min-width: 375px) and (max-width: 575.98px) {

    .nav-logo {
      width: 40px !important;
      height: 40px !important;
      margin-top: 10px;
    }

    .site-navbar{
      height: 10vh;
    }

    .mnit-header-logo-name  {

      width: 100% !important;
      z-index: 3 !important;
      padding-left: 15px;
      margin-top: 10px;
      /*font-size: 10px !important;*/

    }


    .mnit-english-name {

      font-size: 14px !important;
    }
    .mnit-main-english-name {

      display: none;
    }
    .navbar{
      width: 100%;

    }
    
    .social-wrap{
      display: none !important;
    }
   
    .dropdown-menu {

      border-bottom-right-radius: 5px !important;
      border-bottom-left-radius: 5px !important;

    }

    .sticky-top-header {
      visibility: hidden;
    }

    .sticky-navbar {
      top: 0;
      margin-top: 0px;
    }

   .hero-slide{
      height: 20vh !important;
      width: 100%;
      background-size: 100%;
      background-repeat: no-repeat;

    }
  
    .intro-section{
      height: 20vh !important;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

    }
  
    .alumnitimesdesign{
      top: 5vw !important;
    }
    .alumninewsdesign{
      top: 5vw !important;
      margin-bottom: 2vh;
    }
    .mapdesign{
      width: 70%;
      height:20vh;
    }
   .card-text{
    margin-top: 2vh !important;
    margin-left: -60px !important;
    width: 98%;
   }
 
  .divcounterclass .counter{
      font-size: 12px;
      margin-top:-15px;
      border: 1px solid black;
   }
   .counter_content{
      font-size: 12px;
   }
   .alumniaffair_content{
    padding-left: 8vw;
    padding-right: 4vw;
   }
 
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .nav-logo {
      width: 50px !important;
      height: 50px !important;
      margin-top: 10px;
    }

    .site-navbar{
      height: 10vh;
    }

    .mnit-header-logo-name  {

      width: 100% !important;
      z-index: 3 !important;
      padding-left: 15px;
      margin-top: 10px;
      /*font-size: 10px !important;*/

    }


    .mnit-english-name {

      font-size: 16px !important;
    }
    .mnit-main-english-name {

      display: none;
    }
    .navbar{
      width: 100%;

    }
    
    .social-wrap{
      display: none !important;
    }
   
    .dropdown-menu {

      border-bottom-right-radius: 5px !important;
      border-bottom-left-radius: 5px !important;

    }

    .sticky-top-header {
      visibility: hidden;
    }

    .sticky-navbar {
      top: 0;
      margin-top: 0px;
    }

   .hero-slide{
      height: 30vh !important;
      width: 100%;
      background-size: 100%;
      background-repeat: no-repeat;

    }
  
    .intro-section{
      height: 30vh !important;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

    }
  
    .alumnitimesdesign{
      top: 5vw !important;
    }
    .alumninewsdesign{
      top: 5vw !important;
      margin-bottom: 2vh;
    }
    .mapdesign{
      width: 70%;
      height:20vh;
    }
   .card-text{
      margin-top: 2vh !important;
      margin-left: -60px !important;
      width: 98%;
   }
 
  .divcounterclass .counter{
      font-size: 12px;
      margin-top:-15px;
      border: 1px solid black;
   }
   .counter_content{
      font-size: 12px;
   }
   .alumniaffair_content{
      padding-left: 8vw;
      padding-right: 4vw;
   }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 577px) and  (max-width: 767px){
  .nav-logo {
      width: 50px !important;
      height: 50px !important;
      margin-top: 10px;
    }

    .site-navbar{
      height: 10vh;
    }

    .mnit-header-logo-name  {

      width: 100% !important;
      z-index: 3 !important;
      padding-left: 15px;
      margin-top: 10px;
      /*font-size: 10px !important;*/

    }


    .mnit-english-name {

      font-size: 16px !important;
    }
    .mnit-main-english-name {

      display: none;
    }
    .navbar{
      width: 100%;

    }
    
    .social-wrap{
      display: none !important;
    }
   
    .dropdown-menu {

      border-bottom-right-radius: 5px !important;
      border-bottom-left-radius: 5px !important;

    }

    .sticky-top-header {
      visibility: hidden;
    }

    .sticky-navbar {
      top: 0;
      margin-top: 0px;
    }

   .hero-slide{
      height: 30vh !important;
      width: 100%;
      background-size: 100%;
      background-repeat: no-repeat;

    }
  
    .intro-section{
      height: 30vh !important;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

    }
  
    .alumnitimesdesign{
      top: 5vw !important;
    }
    .alumninewsdesign{
      top: 5vw !important;
      margin-bottom: 2vh;
    }
    .mapdesign{
      width: 70%;
      height:20vh;
    }
   .card-text{
      margin-top: 2vh !important;
      margin-left: -60px !important;
      width: 98%;
   }
 
  .divcounterclass .counter{
      font-size: 12px;
      margin-top:-15px;
      border: 1px solid black;
   }
   .counter_content{
      font-size: 12px;
   }
   .alumniaffair_content{
      padding-left: 0vw;
      padding-right: 0vw;
   }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991px){
  .nav-logo {
      width: 60px !important;
      height: 60px !important;
      margin-top: 10px;
    }

    .site-navbar{
      height: 10vh;
    }

    .mnit-header-logo-name  {

      width: 100% !important;
      z-index: 3 !important;
      padding-left: 15px;
      margin-top: 15px !important;
      /*font-size: 10px !important;*/

    }


    .mnit-english-name {

      font-size: 18px !important;
    }
    .mnit-main-english-name {

      display: none;
    }
    .navbar{
      width: 100%;

    }
    
    .social-wrap{
      display: none !important;
    }
   
    .dropdown-menu {

      border-bottom-right-radius: 5px !important;
      border-bottom-left-radius: 5px !important;

    }

    .sticky-top-header {
      visibility: hidden;
    }

    .sticky-navbar {
      top: 0;
      margin-top: 0px;
    }

   .hero-slide{
      height: 40vh !important;
      width: 100%;
      background-size: 100%;
      background-repeat: no-repeat;

    }
  
    .intro-section{
      height: 40vh !important;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

    }
  
    .alumnitimesdesign{
      top: 5vw !important;
      margin-bottom: 2vh;
    }
    .alumninewsdesign{
      top: 0 !important;
      margin-bottom: 4vh;
    }
    .mapdesign{
      width: 70%;
      height:20vh;
    }
   .card-text{
      margin-top: 2vh !important;
      margin-left: -60px !important;
      width: 98%;
   }
 
  .divcounterclass .counter{
      font-size: 16px;
      margin-top:-15px;
      border: 1px solid black;
   }
   .counter_content{
      font-size: 16px;
   }
   .alumniaffair_content{
      padding-left: 2vw;
      padding-right: 2vw;
   }

}
@media (min-width: 992px) and (max-width: 1350px) {
  .nav-logo {
      width: 60px !important;
      height: 60px !important;
      margin-top: 10px;
    }

    

    .mnit-header-logo-name  {

      width: 100% !important;
      z-index: 3 !important;
      padding-left: 30px;
      margin-top: 15px !important;
      /*font-size: 10px !important;*/

    }


    .mnit-english-name {

      font-size: 18px !important;
    }
    .mnit-main-english-name {

      display: none;
    }
    .navbar{
      width: 100%;

    }
    
    .social-wrap{
      display: none !important;
    }
   
    .dropdown-menu {

      border-bottom-right-radius: 5px !important;
      border-bottom-left-radius: 5px !important;

    }

    .sticky-top-header {
      visibility: hidden;
    }

    .sticky-navbar {
      top: 0;
      margin-top: 0px;
    }

   .hero-slide{
      height: 50vh !important;
      width: 100%;
      background-size: 100%;
      background-repeat: no-repeat;

    }
  
    .intro-section{
      height: 50vh !important;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

    }
  
    .alumnitimesdesign{
      top: 5vw !important;
      margin-bottom: 4vh;
    }
    .alumninewsdesign{
      top: 0 !important;
      margin-bottom: 4vh;
    }
    .mapdesign{
      width: 70%;
      height:20vh;
    }
   .card-text{
      margin-top: 2vh !important;
      
     
   }
 
  .divcounterclass .counter{
      font-size: 18px;
      margin-top:-15px;
      border: 1px solid black;
   }
   .counter_content{
      font-size: 18px;
   }
   .alumniaffair_content{
      padding-left: 2vw;
      padding-right: 2vw;
   }
   .dropdown>.dropdown-toggle:active {
 
    pointer-events: none !important;
  }
  
}
@media (min-width: 992px) and (max-width: 1110px) {
  .nav-item .nav-link{
      font-size: 13px;
    }
}
@media (min-width: 1111px) and (max-width:1350px){
  .nav-item .nav-link{
      font-size: 16px;
    }
}
@media (min-width: 1351px) and (max-width:1550px){
  .nav-logo {
      width: 80px !important;
      height: 80px !important;
    }

    .mnit-header-logo-name  {

      width: 100% !important;
      z-index: 3 !important;
      padding-left: 10px;
    }

    .mnit-english-name {
      font-size: 18px !important;
    }
    
    .navbar{
      width: 100%;
    }
   
    .dropdown-menu {
      border-bottom-right-radius: 5px !important;
      border-bottom-left-radius: 5px !important;
    }

    .sticky-top-header {
      visibility: hidden;
    }

    .sticky-navbar {
      top: 0;
      margin-top: 0px;
    }
    .nav-item .nav-link{
      font-size: 15px;
    }
    .social-wrap{
      margin-top: 1vh;
    }
    .social-wrap a{
      width: 25px !important;
      height: 25px !important;
      font-size: 14px;
    }
    .mnitjaalogo{
      width: 25px !important;
      height: 25px !important;
      margin-top:1.5vh !important;
    }
    

   .hero-slide{
      height: 60vh !important;
      width: 100%;
      background-size: 100%;
      background-repeat: no-repeat;

    }
  
    .intro-section{
      height: 60vh !important;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;

    }
  
    
   .alumniaffair_content{
      padding-left: 2vw;
      padding-right: 2vw;
   }
   .dropdown>.dropdown-toggle:active {
 
    pointer-events: none !important;
  }
  
}

@media (min-width: 768px) and (max-width: 900px) {
  .almevent{
      padding-left: 7vw;
    }
    .almnews{
      padding-left: 5vw;
    }
    
}
@media (min-width: 901px) and (max-width: 991px) {
  .almevent{
      padding-left: 5vw;
    }
    .almnews{
      padding-left: 5vw;
    }
    
}
@media (min-width: 992px) and (max-width: 1060px) {
  .almevent{
      padding-left: 3vw;
    }
    .almnews{
      padding-left: 5vw;
    }
}
@media (min-width: 1061px) and (max-width: 1199px) {
  .almevent{
      padding-left: 0vw;
    }
    .almnews{
      padding-left: 5vw;
    }
}
@media (min-width: 1200px) and (max-width: 1220px) {
    .almevent{
      padding-left: 7vw;
    }
    .almnews{
      padding-left: 7vw;
    }
}
@media (min-width: 1221px) and (max-width: 1350px) {
    
    .almevent{
      padding-left: 7vw;
    }
    .almnews{
      padding-left: 7vw;
    }
}
@media (min-width: 1351px) and (max-width: 1550px) {
    
    .almevent{
      padding-left: 5vw;
    }
    /*.almnews{
      padding-left: 7vw;
    }*/
}

@media (min-width: 1551px) and (max-width: 1900px) {
  .almevent{
      padding-left: 3.5vw;
    }
    .almnews{
      padding-left:3vw;
    }
}
@media (min-width: 1901px) {
  .almevent{
      padding-left: 1.5vw;
    }
    .almnews{
      padding-left:3vw;
    }
}



