
.nav-list-item:hover{
    font-size: large;
}
.card-image-css{
    max-height: 13em;
     min-height: 13em;
}
.card-body:hover{
    filter: brightness(70%);
}
.card-title{
    font-size: x-large;
    margin-bottom: 1rem;
}
.cardline{
      border-top: 5px solid red;
    
  }
  .card{
       box-shadow:12px 12px 70px #38148c72;
        max-height: 35rem;
        min-height: 35em;
  }
  .card-body{
    overflow: hidden;
  }
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flip-card {
  perspective: 1000px;
  margin: 10px;
  width: 250px;
  height: 250px;
  position: relative;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
  border-radius: 10px; /* Rounded edges */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  padding: 0 1rem 0 1rem;
  border-radius: 10px; /* Rounded edges */
}

.flip-card-front {
  background-color: #f3f3f3;
  color: #37148c;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.flip-card-back {
  background-color: #37148c;
  font-size: 18px; /* Aesthetic color scheme */
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.zoom-card {
  transition: transform 0.3s;
overflow: hidden; /* Hide the overflowing overlay */
position: relative; /* Add a smooth transition effect */
}

.zoom-card:hover {
  transform: scale(1.05); /* Apply a scaling transformation on hover (zoom in) */
}
.image-container {
  position: relative;
  overflow: hidden;
  max-height: 13em;
   min-height: 13em;
}
.card-line{
  text-decoration: none; /* Remove underlines */
  color: inherit; /* Inherit text color */
  cursor: pointer; /* Change cursor to indicate interactivity */
  display: block;
}
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.703); /* Semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s; /* Fade-in transition */
  
}

.image-container:hover .image-overlay {
  opacity: 1;/* Show the overlay on hover */
  
}
 
  /* Custom CSS to style the "Read More" button */
  .btn-custom {
    background-color: #37148c; /* Orange background color */
    color: #fafafa; /* White text color */
    border: none; /* Remove the button border */
    border-radius: 10px; /* Rounded corners */
    padding: 10px 20px; /* Add padding for a better appearance */
    text-decoration: none; /* Remove the default link underline */
    transition: background-color 0.3s;
    z-index: 3; /* Add a smooth hover effect */
  }
  .btn{
    color: white;
    z-index: 3;
  }
  .btn-custom:hover {
    background-color: #FF8C00;
    color: black; /* Darker orange on hover */
  }
  .logo-text {
    font-size: 1.2em;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; /* Adjust the font size as needed */

}
.objectiveheading{
  font-size: 50px;
}
.pagelogo{
  margin-top: 10rem;
}
#para12{
  text-transform: capitalize;
  text-align: justify;
  font-family:Verdana, Geneva, Tahoma, sans-serif;

}
@media (max-width: 556px) {
  /* Adjust font size for smaller screens */
  .logo-text {
      font-size: 1em;
  }
  .objectiveheading{
    font-size: 30px;
  }
  #para12{
    font-size: 16px;
  }
}
@media (min-width: 557px) and (max-width: 900px) {
    /* Adjust font size for smaller screens */
    .logo-text {
        font-size: 1.2em;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
  /* Adjust font size for smaller screens */
  .logo-text {
      font-size: 1.4em; 
  }
}
@media (min-width: 1100px) {
  #para12{
    font-size: 38px;
    margin-top: 3.5rem;
    font-weight: 700;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  #para12{
    font-size: 23px;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  #para12{
    font-size: 30px;
    margin-top: 3rem;
  }
}
@media screen and (min-width:992px){
    .nav-item {
    line-height:80px;
    }
    
    .carousel_image {
    max-height:500px;
    
    }
  }
  @media screen and (max-width:992px){
    .pagelogo{
      margin-top: 2rem;
    }
  }
  @media screen and (min-width:200px) and (max-width:450px){
    #heading12{
      font-size: 25px;
    }
    #para12{
      font-size: 12px;
      margin-top: -1rem;
    }
  }